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

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

/*
! tailwindcss v3.4.19 | 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: rgb(var(--gray-200, 229 231 235) / 1);
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: rgb(var(--gray-400, 156 163 175) / 1);
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: rgb(var(--gray-400, 156 163 175) / 1);
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: rgb(var(--gray-400, 156 163 175) / 1);
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

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

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 45px;
    padding-left: 45px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
    padding-right: 13rem;
    padding-left: 13rem;
  }
}

.form-checkbox,.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: rgb(var(--gray-500, 107 114 128) / var(--tw-border-opacity, 1));
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

.form-checkbox {
  border-radius: 0px;
}

.form-checkbox:focus,.form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  .form-checkbox:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

.form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  .form-checkbox:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.collapse {
  visibility: collapse !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

.-inset-1\.5 {
  inset: -0.375rem !important;
}

.-inset-2 {
  inset: -0.5rem !important;
}

.inset-0 {
  inset: 0px !important;
}

.inset-x-0 {
  left: 0px !important;
  right: 0px !important;
}

.inset-y-0 {
  top: 0px !important;
  bottom: 0px !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.bottom-2 {
  bottom: 0.5rem !important;
}

.bottom-3 {
  bottom: 0.75rem !important;
}

.bottom-full {
  bottom: 100% !important;
}

.left-0 {
  left: 0px !important;
}

.left-2 {
  left: 0.5rem !important;
}

.left-\[19px\] {
  left: 19px !important;
}

.right-0 {
  right: 0px !important;
}

.right-0\.5 {
  right: 0.125rem !important;
}

.right-2 {
  right: 0.5rem !important;
}

.right-3 {
  right: 0.75rem !important;
}

.top-0 {
  top: 0px !important;
}

.top-0\.5 {
  top: 0.125rem !important;
}

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

.top-10 {
  top: 2.5rem !important;
}

.top-2 {
  top: 0.5rem !important;
}

.top-auto {
  top: auto !important;
}

.top-full {
  top: 100% !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-50 {
  z-index: 50 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.col-span-full {
  grid-column: 1 / -1 !important;
}

.col-start-1 {
  grid-column-start: 1 !important;
}

.row-start-1 {
  grid-row-start: 1 !important;
}

.-m-3 {
  margin: -0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.-mx-1\.5 {
  margin-left: -0.375rem !important;
  margin-right: -0.375rem !important;
}

.-my-1\.5 {
  margin-top: -0.375rem !important;
  margin-bottom: -0.375rem !important;
}

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

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

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0\.5 {
  margin-left: 0.125rem !important;
}

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

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

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

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

.ml-auto {
  margin-left: auto !important;
}

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

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

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

.mt-1\.5 {
  margin-top: 0.375rem !important;
}

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

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

.box-border {
  box-sizing: border-box !important;
}

.line-clamp-2 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.line-clamp-4 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
}

.line-clamp-\[8\] {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 8 !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.contents {
  display: contents !important;
}

.hidden {
  display: none !important;
}

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

.h-10 {
  height: 2.5rem !important;
}

.h-11 {
  height: 2.75rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-3\.5 {
  height: 0.875rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-40 {
  height: 10rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-56 {
  height: 14rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-60 {
  height: 15rem !important;
}

.h-7 {
  height: 1.75rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-9 {
  height: 2.25rem !important;
}

.h-\[18px\] {
  height: 18px !important;
}

.h-\[22px\] {
  height: 22px !important;
}

.h-\[26px\] {
  height: 26px !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.max-h-48 {
  max-height: 12rem !important;
}

.min-h-0 {
  min-height: 0px !important;
}

.min-h-\[320px\] {
  min-height: 320px !important;
}

.min-h-\[7rem\] {
  min-height: 7rem !important;
}

.min-h-screen {
  min-height: 100vh !important;
}

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

.w-10 {
  width: 2.5rem !important;
}

.w-11 {
  width: 2.75rem !important;
}

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

.w-12 {
  width: 3rem !important;
}

.w-3\.5 {
  width: 0.875rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-48 {
  width: 12rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-56 {
  width: 14rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-60 {
  width: 15rem !important;
}

.w-7 {
  width: 1.75rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-9 {
  width: 2.25rem !important;
}

.w-\[18px\] {
  width: 18px !important;
}

.w-auto {
  width: auto !important;
}

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

.w-full {
  width: 100% !important;
}

.w-px {
  width: 1px !important;
}

.min-w-0 {
  min-width: 0px !important;
}

.min-w-\[8rem\] {
  min-width: 8rem !important;
}

.max-w-0 {
  max-width: 0px !important;
}

.max-w-2xl {
  max-width: 42rem !important;
}

.max-w-3xl {
  max-width: 48rem !important;
}

.max-w-6xl {
  max-width: 72rem !important;
}

.max-w-7xl {
  max-width: 80rem !important;
}

.max-w-\[15rem\] {
  max-width: 15rem !important;
}

.max-w-\[80\%\] {
  max-width: 80% !important;
}

.max-w-\[92\%\] {
  max-width: 92% !important;
}

.max-w-lg {
  max-width: 32rem !important;
}

.max-w-md {
  max-width: 28rem !important;
}

.max-w-xl {
  max-width: 36rem !important;
}

.max-w-xs {
  max-width: 20rem !important;
}

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

.flex-none {
  flex: none !important;
}

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

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.shrink-0 {
  flex-shrink: 0 !important;
}

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

.grow-0 {
  flex-grow: 0 !important;
}

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

.origin-top-right {
  transform-origin: top right !important;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  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)) !important;
}

.rotate-180 {
  --tw-rotate: 180deg !important;
  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)) !important;
}

.scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !important;
}

.scale-95 {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
  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)) !important;
}

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

.cursor-pointer {
  cursor: pointer !important;
}

.select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.resize {
  resize: both !important;
}

.list-inside {
  list-style-position: inside !important;
}

.list-decimal {
  list-style-type: decimal !important;
}

.list-disc {
  list-style-type: disc !important;
}

.list-none {
  list-style-type: none !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

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

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

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

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

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

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

.items-stretch {
  align-items: stretch !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

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

.justify-between {
  justify-content: space-between !important;
}

.gap-0\.5 {
  gap: 0.125rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-14 {
  gap: 3.5rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-px {
  gap: 1px !important;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

.gap-x-8 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.gap-y-10 {
  row-gap: 2.5rem !important;
}

.gap-y-3 {
  row-gap: 0.75rem !important;
}

.gap-y-8 {
  row-gap: 2rem !important;
}

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

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

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.scroll-smooth {
  scroll-behavior: smooth !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.whitespace-nowrap {
  white-space: nowrap !important;
}

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

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

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

.break-all {
  word-break: break-all !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

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

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

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

.rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem !important;
}

.border {
  border-width: 1px !important;
}

.border-0 {
  border-width: 0px !important;
}

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

.border-b {
  border-bottom-width: 1px !important;
}

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

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

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

.border-black\/10 {
  border-color: rgb(22 28 45 / 0.1) !important;
}

.border-black\/5 {
  border-color: rgb(22 28 45 / 0.05) !important;
}

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

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

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

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

.border-gray-900\/10 {
  border-color: rgb(var(--gray-900, 17 24 39) / 0.1) !important;
}

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

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

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

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

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

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

.border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

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

.bg-amber-100\/0 {
  background-color: rgb(var(--amber-100, 254 243 199) / 0) !important;
}

.bg-amber-100\/10 {
  background-color: rgb(var(--amber-100, 254 243 199) / 0.1) !important;
}

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

.bg-amber-100\/15 {
  background-color: rgb(var(--amber-100, 254 243 199) / 0.15) !important;
}

.bg-amber-100\/20 {
  background-color: rgb(var(--amber-100, 254 243 199) / 0.2) !important;
}

.bg-amber-100\/25 {
  background-color: rgb(var(--amber-100, 254 243 199) / 0.25) !important;
}

.bg-amber-100\/30 {
  background-color: rgb(var(--amber-100, 254 243 199) / 0.3) !important;
}

.bg-amber-100\/35 {
  background-color: rgb(var(--amber-100, 254 243 199) / 0.35) !important;
}

.bg-amber-100\/40 {
  background-color: rgb(var(--amber-100, 254 243 199) / 0.4) !important;
}

.bg-amber-100\/45 {
  background-color: rgb(var(--amber-100, 254 243 199) / 0.45) !important;
}

.bg-amber-100\/5 {
  background-color: rgb(var(--amber-100, 254 243 199) / 0.05) !important;
}

.bg-amber-100\/50 {
  background-color: rgb(var(--amber-100, 254 243 199) / 0.5) !important;
}

.bg-amber-100\/55 {
  background-color: rgb(var(--amber-100, 254 243 199) / 0.55) !important;
}

.bg-amber-100\/60 {
  background-color: rgb(var(--amber-100, 254 243 199) / 0.6) !important;
}

.bg-amber-100\/65 {
  background-color: rgb(var(--amber-100, 254 243 199) / 0.65) !important;
}

.bg-amber-100\/70 {
  background-color: rgb(var(--amber-100, 254 243 199) / 0.7) !important;
}

.bg-amber-100\/75 {
  background-color: rgb(var(--amber-100, 254 243 199) / 0.75) !important;
}

.bg-amber-100\/80 {
  background-color: rgb(var(--amber-100, 254 243 199) / 0.8) !important;
}

.bg-amber-100\/85 {
  background-color: rgb(var(--amber-100, 254 243 199) / 0.85) !important;
}

.bg-amber-100\/90 {
  background-color: rgb(var(--amber-100, 254 243 199) / 0.9) !important;
}

.bg-amber-100\/95 {
  background-color: rgb(var(--amber-100, 254 243 199) / 0.95) !important;
}

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

.bg-amber-200\/0 {
  background-color: rgb(253 230 138 / 0) !important;
}

.bg-amber-200\/10 {
  background-color: rgb(253 230 138 / 0.1) !important;
}

.bg-amber-200\/100 {
  background-color: rgb(253 230 138 / 1) !important;
}

.bg-amber-200\/15 {
  background-color: rgb(253 230 138 / 0.15) !important;
}

.bg-amber-200\/20 {
  background-color: rgb(253 230 138 / 0.2) !important;
}

.bg-amber-200\/25 {
  background-color: rgb(253 230 138 / 0.25) !important;
}

.bg-amber-200\/30 {
  background-color: rgb(253 230 138 / 0.3) !important;
}

.bg-amber-200\/35 {
  background-color: rgb(253 230 138 / 0.35) !important;
}

.bg-amber-200\/40 {
  background-color: rgb(253 230 138 / 0.4) !important;
}

.bg-amber-200\/45 {
  background-color: rgb(253 230 138 / 0.45) !important;
}

.bg-amber-200\/5 {
  background-color: rgb(253 230 138 / 0.05) !important;
}

.bg-amber-200\/50 {
  background-color: rgb(253 230 138 / 0.5) !important;
}

.bg-amber-200\/55 {
  background-color: rgb(253 230 138 / 0.55) !important;
}

.bg-amber-200\/60 {
  background-color: rgb(253 230 138 / 0.6) !important;
}

.bg-amber-200\/65 {
  background-color: rgb(253 230 138 / 0.65) !important;
}

.bg-amber-200\/70 {
  background-color: rgb(253 230 138 / 0.7) !important;
}

.bg-amber-200\/75 {
  background-color: rgb(253 230 138 / 0.75) !important;
}

.bg-amber-200\/80 {
  background-color: rgb(253 230 138 / 0.8) !important;
}

.bg-amber-200\/85 {
  background-color: rgb(253 230 138 / 0.85) !important;
}

.bg-amber-200\/90 {
  background-color: rgb(253 230 138 / 0.9) !important;
}

.bg-amber-200\/95 {
  background-color: rgb(253 230 138 / 0.95) !important;
}

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

.bg-amber-300\/0 {
  background-color: rgb(252 211 77 / 0) !important;
}

.bg-amber-300\/10 {
  background-color: rgb(252 211 77 / 0.1) !important;
}

.bg-amber-300\/100 {
  background-color: rgb(252 211 77 / 1) !important;
}

.bg-amber-300\/15 {
  background-color: rgb(252 211 77 / 0.15) !important;
}

.bg-amber-300\/20 {
  background-color: rgb(252 211 77 / 0.2) !important;
}

.bg-amber-300\/25 {
  background-color: rgb(252 211 77 / 0.25) !important;
}

.bg-amber-300\/30 {
  background-color: rgb(252 211 77 / 0.3) !important;
}

.bg-amber-300\/35 {
  background-color: rgb(252 211 77 / 0.35) !important;
}

.bg-amber-300\/40 {
  background-color: rgb(252 211 77 / 0.4) !important;
}

.bg-amber-300\/45 {
  background-color: rgb(252 211 77 / 0.45) !important;
}

.bg-amber-300\/5 {
  background-color: rgb(252 211 77 / 0.05) !important;
}

.bg-amber-300\/50 {
  background-color: rgb(252 211 77 / 0.5) !important;
}

.bg-amber-300\/55 {
  background-color: rgb(252 211 77 / 0.55) !important;
}

.bg-amber-300\/60 {
  background-color: rgb(252 211 77 / 0.6) !important;
}

.bg-amber-300\/65 {
  background-color: rgb(252 211 77 / 0.65) !important;
}

.bg-amber-300\/70 {
  background-color: rgb(252 211 77 / 0.7) !important;
}

.bg-amber-300\/75 {
  background-color: rgb(252 211 77 / 0.75) !important;
}

.bg-amber-300\/80 {
  background-color: rgb(252 211 77 / 0.8) !important;
}

.bg-amber-300\/85 {
  background-color: rgb(252 211 77 / 0.85) !important;
}

.bg-amber-300\/90 {
  background-color: rgb(252 211 77 / 0.9) !important;
}

.bg-amber-300\/95 {
  background-color: rgb(252 211 77 / 0.95) !important;
}

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

.bg-amber-400\/0 {
  background-color: rgb(251 191 36 / 0) !important;
}

.bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1) !important;
}

.bg-amber-400\/100 {
  background-color: rgb(251 191 36 / 1) !important;
}

.bg-amber-400\/15 {
  background-color: rgb(251 191 36 / 0.15) !important;
}

.bg-amber-400\/20 {
  background-color: rgb(251 191 36 / 0.2) !important;
}

.bg-amber-400\/25 {
  background-color: rgb(251 191 36 / 0.25) !important;
}

.bg-amber-400\/30 {
  background-color: rgb(251 191 36 / 0.3) !important;
}

.bg-amber-400\/35 {
  background-color: rgb(251 191 36 / 0.35) !important;
}

.bg-amber-400\/40 {
  background-color: rgb(251 191 36 / 0.4) !important;
}

.bg-amber-400\/45 {
  background-color: rgb(251 191 36 / 0.45) !important;
}

.bg-amber-400\/5 {
  background-color: rgb(251 191 36 / 0.05) !important;
}

.bg-amber-400\/50 {
  background-color: rgb(251 191 36 / 0.5) !important;
}

.bg-amber-400\/55 {
  background-color: rgb(251 191 36 / 0.55) !important;
}

.bg-amber-400\/60 {
  background-color: rgb(251 191 36 / 0.6) !important;
}

.bg-amber-400\/65 {
  background-color: rgb(251 191 36 / 0.65) !important;
}

.bg-amber-400\/70 {
  background-color: rgb(251 191 36 / 0.7) !important;
}

.bg-amber-400\/75 {
  background-color: rgb(251 191 36 / 0.75) !important;
}

.bg-amber-400\/80 {
  background-color: rgb(251 191 36 / 0.8) !important;
}

.bg-amber-400\/85 {
  background-color: rgb(251 191 36 / 0.85) !important;
}

.bg-amber-400\/90 {
  background-color: rgb(251 191 36 / 0.9) !important;
}

.bg-amber-400\/95 {
  background-color: rgb(251 191 36 / 0.95) !important;
}

.bg-amber-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--amber-50, 255 251 235) / var(--tw-bg-opacity, 1)) !important;
}

.bg-amber-50\/0 {
  background-color: rgb(var(--amber-50, 255 251 235) / 0) !important;
}

.bg-amber-50\/10 {
  background-color: rgb(var(--amber-50, 255 251 235) / 0.1) !important;
}

.bg-amber-50\/100 {
  background-color: rgb(var(--amber-50, 255 251 235) / 1) !important;
}

.bg-amber-50\/15 {
  background-color: rgb(var(--amber-50, 255 251 235) / 0.15) !important;
}

.bg-amber-50\/20 {
  background-color: rgb(var(--amber-50, 255 251 235) / 0.2) !important;
}

.bg-amber-50\/25 {
  background-color: rgb(var(--amber-50, 255 251 235) / 0.25) !important;
}

.bg-amber-50\/30 {
  background-color: rgb(var(--amber-50, 255 251 235) / 0.3) !important;
}

.bg-amber-50\/35 {
  background-color: rgb(var(--amber-50, 255 251 235) / 0.35) !important;
}

.bg-amber-50\/40 {
  background-color: rgb(var(--amber-50, 255 251 235) / 0.4) !important;
}

.bg-amber-50\/45 {
  background-color: rgb(var(--amber-50, 255 251 235) / 0.45) !important;
}

.bg-amber-50\/5 {
  background-color: rgb(var(--amber-50, 255 251 235) / 0.05) !important;
}

.bg-amber-50\/50 {
  background-color: rgb(var(--amber-50, 255 251 235) / 0.5) !important;
}

.bg-amber-50\/55 {
  background-color: rgb(var(--amber-50, 255 251 235) / 0.55) !important;
}

.bg-amber-50\/60 {
  background-color: rgb(var(--amber-50, 255 251 235) / 0.6) !important;
}

.bg-amber-50\/65 {
  background-color: rgb(var(--amber-50, 255 251 235) / 0.65) !important;
}

.bg-amber-50\/70 {
  background-color: rgb(var(--amber-50, 255 251 235) / 0.7) !important;
}

.bg-amber-50\/75 {
  background-color: rgb(var(--amber-50, 255 251 235) / 0.75) !important;
}

.bg-amber-50\/80 {
  background-color: rgb(var(--amber-50, 255 251 235) / 0.8) !important;
}

.bg-amber-50\/85 {
  background-color: rgb(var(--amber-50, 255 251 235) / 0.85) !important;
}

.bg-amber-50\/90 {
  background-color: rgb(var(--amber-50, 255 251 235) / 0.9) !important;
}

.bg-amber-50\/95 {
  background-color: rgb(var(--amber-50, 255 251 235) / 0.95) !important;
}

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

.bg-amber-500\/0 {
  background-color: rgb(245 158 11 / 0) !important;
}

.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1) !important;
}

.bg-amber-500\/100 {
  background-color: rgb(245 158 11 / 1) !important;
}

.bg-amber-500\/15 {
  background-color: rgb(245 158 11 / 0.15) !important;
}

.bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2) !important;
}

.bg-amber-500\/25 {
  background-color: rgb(245 158 11 / 0.25) !important;
}

.bg-amber-500\/30 {
  background-color: rgb(245 158 11 / 0.3) !important;
}

.bg-amber-500\/35 {
  background-color: rgb(245 158 11 / 0.35) !important;
}

.bg-amber-500\/40 {
  background-color: rgb(245 158 11 / 0.4) !important;
}

.bg-amber-500\/45 {
  background-color: rgb(245 158 11 / 0.45) !important;
}

.bg-amber-500\/5 {
  background-color: rgb(245 158 11 / 0.05) !important;
}

.bg-amber-500\/50 {
  background-color: rgb(245 158 11 / 0.5) !important;
}

.bg-amber-500\/55 {
  background-color: rgb(245 158 11 / 0.55) !important;
}

.bg-amber-500\/60 {
  background-color: rgb(245 158 11 / 0.6) !important;
}

.bg-amber-500\/65 {
  background-color: rgb(245 158 11 / 0.65) !important;
}

.bg-amber-500\/70 {
  background-color: rgb(245 158 11 / 0.7) !important;
}

.bg-amber-500\/75 {
  background-color: rgb(245 158 11 / 0.75) !important;
}

.bg-amber-500\/80 {
  background-color: rgb(245 158 11 / 0.8) !important;
}

.bg-amber-500\/85 {
  background-color: rgb(245 158 11 / 0.85) !important;
}

.bg-amber-500\/90 {
  background-color: rgb(245 158 11 / 0.9) !important;
}

.bg-amber-500\/95 {
  background-color: rgb(245 158 11 / 0.95) !important;
}

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

.bg-amber-600\/0 {
  background-color: rgb(217 119 6 / 0) !important;
}

.bg-amber-600\/10 {
  background-color: rgb(217 119 6 / 0.1) !important;
}

.bg-amber-600\/100 {
  background-color: rgb(217 119 6 / 1) !important;
}

.bg-amber-600\/15 {
  background-color: rgb(217 119 6 / 0.15) !important;
}

.bg-amber-600\/20 {
  background-color: rgb(217 119 6 / 0.2) !important;
}

.bg-amber-600\/25 {
  background-color: rgb(217 119 6 / 0.25) !important;
}

.bg-amber-600\/30 {
  background-color: rgb(217 119 6 / 0.3) !important;
}

.bg-amber-600\/35 {
  background-color: rgb(217 119 6 / 0.35) !important;
}

.bg-amber-600\/40 {
  background-color: rgb(217 119 6 / 0.4) !important;
}

.bg-amber-600\/45 {
  background-color: rgb(217 119 6 / 0.45) !important;
}

.bg-amber-600\/5 {
  background-color: rgb(217 119 6 / 0.05) !important;
}

.bg-amber-600\/50 {
  background-color: rgb(217 119 6 / 0.5) !important;
}

.bg-amber-600\/55 {
  background-color: rgb(217 119 6 / 0.55) !important;
}

.bg-amber-600\/60 {
  background-color: rgb(217 119 6 / 0.6) !important;
}

.bg-amber-600\/65 {
  background-color: rgb(217 119 6 / 0.65) !important;
}

.bg-amber-600\/70 {
  background-color: rgb(217 119 6 / 0.7) !important;
}

.bg-amber-600\/75 {
  background-color: rgb(217 119 6 / 0.75) !important;
}

.bg-amber-600\/80 {
  background-color: rgb(217 119 6 / 0.8) !important;
}

.bg-amber-600\/85 {
  background-color: rgb(217 119 6 / 0.85) !important;
}

.bg-amber-600\/90 {
  background-color: rgb(217 119 6 / 0.9) !important;
}

.bg-amber-600\/95 {
  background-color: rgb(217 119 6 / 0.95) !important;
}

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

.bg-amber-700\/0 {
  background-color: rgb(180 83 9 / 0) !important;
}

.bg-amber-700\/10 {
  background-color: rgb(180 83 9 / 0.1) !important;
}

.bg-amber-700\/100 {
  background-color: rgb(180 83 9 / 1) !important;
}

.bg-amber-700\/15 {
  background-color: rgb(180 83 9 / 0.15) !important;
}

.bg-amber-700\/20 {
  background-color: rgb(180 83 9 / 0.2) !important;
}

.bg-amber-700\/25 {
  background-color: rgb(180 83 9 / 0.25) !important;
}

.bg-amber-700\/30 {
  background-color: rgb(180 83 9 / 0.3) !important;
}

.bg-amber-700\/35 {
  background-color: rgb(180 83 9 / 0.35) !important;
}

.bg-amber-700\/40 {
  background-color: rgb(180 83 9 / 0.4) !important;
}

.bg-amber-700\/45 {
  background-color: rgb(180 83 9 / 0.45) !important;
}

.bg-amber-700\/5 {
  background-color: rgb(180 83 9 / 0.05) !important;
}

.bg-amber-700\/50 {
  background-color: rgb(180 83 9 / 0.5) !important;
}

.bg-amber-700\/55 {
  background-color: rgb(180 83 9 / 0.55) !important;
}

.bg-amber-700\/60 {
  background-color: rgb(180 83 9 / 0.6) !important;
}

.bg-amber-700\/65 {
  background-color: rgb(180 83 9 / 0.65) !important;
}

.bg-amber-700\/70 {
  background-color: rgb(180 83 9 / 0.7) !important;
}

.bg-amber-700\/75 {
  background-color: rgb(180 83 9 / 0.75) !important;
}

.bg-amber-700\/80 {
  background-color: rgb(180 83 9 / 0.8) !important;
}

.bg-amber-700\/85 {
  background-color: rgb(180 83 9 / 0.85) !important;
}

.bg-amber-700\/90 {
  background-color: rgb(180 83 9 / 0.9) !important;
}

.bg-amber-700\/95 {
  background-color: rgb(180 83 9 / 0.95) !important;
}

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

.bg-amber-800\/0 {
  background-color: rgb(146 64 14 / 0) !important;
}

.bg-amber-800\/10 {
  background-color: rgb(146 64 14 / 0.1) !important;
}

.bg-amber-800\/100 {
  background-color: rgb(146 64 14 / 1) !important;
}

.bg-amber-800\/15 {
  background-color: rgb(146 64 14 / 0.15) !important;
}

.bg-amber-800\/20 {
  background-color: rgb(146 64 14 / 0.2) !important;
}

.bg-amber-800\/25 {
  background-color: rgb(146 64 14 / 0.25) !important;
}

.bg-amber-800\/30 {
  background-color: rgb(146 64 14 / 0.3) !important;
}

.bg-amber-800\/35 {
  background-color: rgb(146 64 14 / 0.35) !important;
}

.bg-amber-800\/40 {
  background-color: rgb(146 64 14 / 0.4) !important;
}

.bg-amber-800\/45 {
  background-color: rgb(146 64 14 / 0.45) !important;
}

.bg-amber-800\/5 {
  background-color: rgb(146 64 14 / 0.05) !important;
}

.bg-amber-800\/50 {
  background-color: rgb(146 64 14 / 0.5) !important;
}

.bg-amber-800\/55 {
  background-color: rgb(146 64 14 / 0.55) !important;
}

.bg-amber-800\/60 {
  background-color: rgb(146 64 14 / 0.6) !important;
}

.bg-amber-800\/65 {
  background-color: rgb(146 64 14 / 0.65) !important;
}

.bg-amber-800\/70 {
  background-color: rgb(146 64 14 / 0.7) !important;
}

.bg-amber-800\/75 {
  background-color: rgb(146 64 14 / 0.75) !important;
}

.bg-amber-800\/80 {
  background-color: rgb(146 64 14 / 0.8) !important;
}

.bg-amber-800\/85 {
  background-color: rgb(146 64 14 / 0.85) !important;
}

.bg-amber-800\/90 {
  background-color: rgb(146 64 14 / 0.9) !important;
}

.bg-amber-800\/95 {
  background-color: rgb(146 64 14 / 0.95) !important;
}

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

.bg-amber-900\/0 {
  background-color: rgb(120 53 15 / 0) !important;
}

.bg-amber-900\/10 {
  background-color: rgb(120 53 15 / 0.1) !important;
}

.bg-amber-900\/100 {
  background-color: rgb(120 53 15 / 1) !important;
}

.bg-amber-900\/15 {
  background-color: rgb(120 53 15 / 0.15) !important;
}

.bg-amber-900\/20 {
  background-color: rgb(120 53 15 / 0.2) !important;
}

.bg-amber-900\/25 {
  background-color: rgb(120 53 15 / 0.25) !important;
}

.bg-amber-900\/30 {
  background-color: rgb(120 53 15 / 0.3) !important;
}

.bg-amber-900\/35 {
  background-color: rgb(120 53 15 / 0.35) !important;
}

.bg-amber-900\/40 {
  background-color: rgb(120 53 15 / 0.4) !important;
}

.bg-amber-900\/45 {
  background-color: rgb(120 53 15 / 0.45) !important;
}

.bg-amber-900\/5 {
  background-color: rgb(120 53 15 / 0.05) !important;
}

.bg-amber-900\/50 {
  background-color: rgb(120 53 15 / 0.5) !important;
}

.bg-amber-900\/55 {
  background-color: rgb(120 53 15 / 0.55) !important;
}

.bg-amber-900\/60 {
  background-color: rgb(120 53 15 / 0.6) !important;
}

.bg-amber-900\/65 {
  background-color: rgb(120 53 15 / 0.65) !important;
}

.bg-amber-900\/70 {
  background-color: rgb(120 53 15 / 0.7) !important;
}

.bg-amber-900\/75 {
  background-color: rgb(120 53 15 / 0.75) !important;
}

.bg-amber-900\/80 {
  background-color: rgb(120 53 15 / 0.8) !important;
}

.bg-amber-900\/85 {
  background-color: rgb(120 53 15 / 0.85) !important;
}

.bg-amber-900\/90 {
  background-color: rgb(120 53 15 / 0.9) !important;
}

.bg-amber-900\/95 {
  background-color: rgb(120 53 15 / 0.95) !important;
}

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

.bg-blue-100\/0 {
  background-color: rgb(var(--blue-100, 219 234 254) / 0) !important;
}

.bg-blue-100\/10 {
  background-color: rgb(var(--blue-100, 219 234 254) / 0.1) !important;
}

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

.bg-blue-100\/15 {
  background-color: rgb(var(--blue-100, 219 234 254) / 0.15) !important;
}

.bg-blue-100\/20 {
  background-color: rgb(var(--blue-100, 219 234 254) / 0.2) !important;
}

.bg-blue-100\/25 {
  background-color: rgb(var(--blue-100, 219 234 254) / 0.25) !important;
}

.bg-blue-100\/30 {
  background-color: rgb(var(--blue-100, 219 234 254) / 0.3) !important;
}

.bg-blue-100\/35 {
  background-color: rgb(var(--blue-100, 219 234 254) / 0.35) !important;
}

.bg-blue-100\/40 {
  background-color: rgb(var(--blue-100, 219 234 254) / 0.4) !important;
}

.bg-blue-100\/45 {
  background-color: rgb(var(--blue-100, 219 234 254) / 0.45) !important;
}

.bg-blue-100\/5 {
  background-color: rgb(var(--blue-100, 219 234 254) / 0.05) !important;
}

.bg-blue-100\/50 {
  background-color: rgb(var(--blue-100, 219 234 254) / 0.5) !important;
}

.bg-blue-100\/55 {
  background-color: rgb(var(--blue-100, 219 234 254) / 0.55) !important;
}

.bg-blue-100\/60 {
  background-color: rgb(var(--blue-100, 219 234 254) / 0.6) !important;
}

.bg-blue-100\/65 {
  background-color: rgb(var(--blue-100, 219 234 254) / 0.65) !important;
}

.bg-blue-100\/70 {
  background-color: rgb(var(--blue-100, 219 234 254) / 0.7) !important;
}

.bg-blue-100\/75 {
  background-color: rgb(var(--blue-100, 219 234 254) / 0.75) !important;
}

.bg-blue-100\/80 {
  background-color: rgb(var(--blue-100, 219 234 254) / 0.8) !important;
}

.bg-blue-100\/85 {
  background-color: rgb(var(--blue-100, 219 234 254) / 0.85) !important;
}

.bg-blue-100\/90 {
  background-color: rgb(var(--blue-100, 219 234 254) / 0.9) !important;
}

.bg-blue-100\/95 {
  background-color: rgb(var(--blue-100, 219 234 254) / 0.95) !important;
}

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

.bg-blue-200\/0 {
  background-color: rgb(191 219 254 / 0) !important;
}

.bg-blue-200\/10 {
  background-color: rgb(191 219 254 / 0.1) !important;
}

.bg-blue-200\/100 {
  background-color: rgb(191 219 254 / 1) !important;
}

.bg-blue-200\/15 {
  background-color: rgb(191 219 254 / 0.15) !important;
}

.bg-blue-200\/20 {
  background-color: rgb(191 219 254 / 0.2) !important;
}

.bg-blue-200\/25 {
  background-color: rgb(191 219 254 / 0.25) !important;
}

.bg-blue-200\/30 {
  background-color: rgb(191 219 254 / 0.3) !important;
}

.bg-blue-200\/35 {
  background-color: rgb(191 219 254 / 0.35) !important;
}

.bg-blue-200\/40 {
  background-color: rgb(191 219 254 / 0.4) !important;
}

.bg-blue-200\/45 {
  background-color: rgb(191 219 254 / 0.45) !important;
}

.bg-blue-200\/5 {
  background-color: rgb(191 219 254 / 0.05) !important;
}

.bg-blue-200\/50 {
  background-color: rgb(191 219 254 / 0.5) !important;
}

.bg-blue-200\/55 {
  background-color: rgb(191 219 254 / 0.55) !important;
}

.bg-blue-200\/60 {
  background-color: rgb(191 219 254 / 0.6) !important;
}

.bg-blue-200\/65 {
  background-color: rgb(191 219 254 / 0.65) !important;
}

.bg-blue-200\/70 {
  background-color: rgb(191 219 254 / 0.7) !important;
}

.bg-blue-200\/75 {
  background-color: rgb(191 219 254 / 0.75) !important;
}

.bg-blue-200\/80 {
  background-color: rgb(191 219 254 / 0.8) !important;
}

.bg-blue-200\/85 {
  background-color: rgb(191 219 254 / 0.85) !important;
}

.bg-blue-200\/90 {
  background-color: rgb(191 219 254 / 0.9) !important;
}

.bg-blue-200\/95 {
  background-color: rgb(191 219 254 / 0.95) !important;
}

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

.bg-blue-300\/0 {
  background-color: rgb(147 197 253 / 0) !important;
}

.bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1) !important;
}

.bg-blue-300\/100 {
  background-color: rgb(147 197 253 / 1) !important;
}

.bg-blue-300\/15 {
  background-color: rgb(147 197 253 / 0.15) !important;
}

.bg-blue-300\/20 {
  background-color: rgb(147 197 253 / 0.2) !important;
}

.bg-blue-300\/25 {
  background-color: rgb(147 197 253 / 0.25) !important;
}

.bg-blue-300\/30 {
  background-color: rgb(147 197 253 / 0.3) !important;
}

.bg-blue-300\/35 {
  background-color: rgb(147 197 253 / 0.35) !important;
}

.bg-blue-300\/40 {
  background-color: rgb(147 197 253 / 0.4) !important;
}

.bg-blue-300\/45 {
  background-color: rgb(147 197 253 / 0.45) !important;
}

.bg-blue-300\/5 {
  background-color: rgb(147 197 253 / 0.05) !important;
}

.bg-blue-300\/50 {
  background-color: rgb(147 197 253 / 0.5) !important;
}

.bg-blue-300\/55 {
  background-color: rgb(147 197 253 / 0.55) !important;
}

.bg-blue-300\/60 {
  background-color: rgb(147 197 253 / 0.6) !important;
}

.bg-blue-300\/65 {
  background-color: rgb(147 197 253 / 0.65) !important;
}

.bg-blue-300\/70 {
  background-color: rgb(147 197 253 / 0.7) !important;
}

.bg-blue-300\/75 {
  background-color: rgb(147 197 253 / 0.75) !important;
}

.bg-blue-300\/80 {
  background-color: rgb(147 197 253 / 0.8) !important;
}

.bg-blue-300\/85 {
  background-color: rgb(147 197 253 / 0.85) !important;
}

.bg-blue-300\/90 {
  background-color: rgb(147 197 253 / 0.9) !important;
}

.bg-blue-300\/95 {
  background-color: rgb(147 197 253 / 0.95) !important;
}

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

.bg-blue-400\/0 {
  background-color: rgb(96 165 250 / 0) !important;
}

.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1) !important;
}

.bg-blue-400\/100 {
  background-color: rgb(96 165 250 / 1) !important;
}

.bg-blue-400\/15 {
  background-color: rgb(96 165 250 / 0.15) !important;
}

.bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2) !important;
}

.bg-blue-400\/25 {
  background-color: rgb(96 165 250 / 0.25) !important;
}

.bg-blue-400\/30 {
  background-color: rgb(96 165 250 / 0.3) !important;
}

.bg-blue-400\/35 {
  background-color: rgb(96 165 250 / 0.35) !important;
}

.bg-blue-400\/40 {
  background-color: rgb(96 165 250 / 0.4) !important;
}

.bg-blue-400\/45 {
  background-color: rgb(96 165 250 / 0.45) !important;
}

.bg-blue-400\/5 {
  background-color: rgb(96 165 250 / 0.05) !important;
}

.bg-blue-400\/50 {
  background-color: rgb(96 165 250 / 0.5) !important;
}

.bg-blue-400\/55 {
  background-color: rgb(96 165 250 / 0.55) !important;
}

.bg-blue-400\/60 {
  background-color: rgb(96 165 250 / 0.6) !important;
}

.bg-blue-400\/65 {
  background-color: rgb(96 165 250 / 0.65) !important;
}

.bg-blue-400\/70 {
  background-color: rgb(96 165 250 / 0.7) !important;
}

.bg-blue-400\/75 {
  background-color: rgb(96 165 250 / 0.75) !important;
}

.bg-blue-400\/80 {
  background-color: rgb(96 165 250 / 0.8) !important;
}

.bg-blue-400\/85 {
  background-color: rgb(96 165 250 / 0.85) !important;
}

.bg-blue-400\/90 {
  background-color: rgb(96 165 250 / 0.9) !important;
}

.bg-blue-400\/95 {
  background-color: rgb(96 165 250 / 0.95) !important;
}

.bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--blue-50, 239 246 255) / var(--tw-bg-opacity, 1)) !important;
}

.bg-blue-50\/0 {
  background-color: rgb(var(--blue-50, 239 246 255) / 0) !important;
}

.bg-blue-50\/10 {
  background-color: rgb(var(--blue-50, 239 246 255) / 0.1) !important;
}

.bg-blue-50\/100 {
  background-color: rgb(var(--blue-50, 239 246 255) / 1) !important;
}

.bg-blue-50\/15 {
  background-color: rgb(var(--blue-50, 239 246 255) / 0.15) !important;
}

.bg-blue-50\/20 {
  background-color: rgb(var(--blue-50, 239 246 255) / 0.2) !important;
}

.bg-blue-50\/25 {
  background-color: rgb(var(--blue-50, 239 246 255) / 0.25) !important;
}

.bg-blue-50\/30 {
  background-color: rgb(var(--blue-50, 239 246 255) / 0.3) !important;
}

.bg-blue-50\/35 {
  background-color: rgb(var(--blue-50, 239 246 255) / 0.35) !important;
}

.bg-blue-50\/40 {
  background-color: rgb(var(--blue-50, 239 246 255) / 0.4) !important;
}

.bg-blue-50\/45 {
  background-color: rgb(var(--blue-50, 239 246 255) / 0.45) !important;
}

.bg-blue-50\/5 {
  background-color: rgb(var(--blue-50, 239 246 255) / 0.05) !important;
}

.bg-blue-50\/50 {
  background-color: rgb(var(--blue-50, 239 246 255) / 0.5) !important;
}

.bg-blue-50\/55 {
  background-color: rgb(var(--blue-50, 239 246 255) / 0.55) !important;
}

.bg-blue-50\/60 {
  background-color: rgb(var(--blue-50, 239 246 255) / 0.6) !important;
}

.bg-blue-50\/65 {
  background-color: rgb(var(--blue-50, 239 246 255) / 0.65) !important;
}

.bg-blue-50\/70 {
  background-color: rgb(var(--blue-50, 239 246 255) / 0.7) !important;
}

.bg-blue-50\/75 {
  background-color: rgb(var(--blue-50, 239 246 255) / 0.75) !important;
}

.bg-blue-50\/80 {
  background-color: rgb(var(--blue-50, 239 246 255) / 0.8) !important;
}

.bg-blue-50\/85 {
  background-color: rgb(var(--blue-50, 239 246 255) / 0.85) !important;
}

.bg-blue-50\/90 {
  background-color: rgb(var(--blue-50, 239 246 255) / 0.9) !important;
}

.bg-blue-50\/95 {
  background-color: rgb(var(--blue-50, 239 246 255) / 0.95) !important;
}

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

.bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0) !important;
}

.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1) !important;
}

.bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1) !important;
}

.bg-blue-500\/15 {
  background-color: rgb(59 130 246 / 0.15) !important;
}

.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2) !important;
}

.bg-blue-500\/25 {
  background-color: rgb(59 130 246 / 0.25) !important;
}

.bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3) !important;
}

.bg-blue-500\/35 {
  background-color: rgb(59 130 246 / 0.35) !important;
}

.bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4) !important;
}

.bg-blue-500\/45 {
  background-color: rgb(59 130 246 / 0.45) !important;
}

.bg-blue-500\/5 {
  background-color: rgb(59 130 246 / 0.05) !important;
}

.bg-blue-500\/50 {
  background-color: rgb(59 130 246 / 0.5) !important;
}

.bg-blue-500\/55 {
  background-color: rgb(59 130 246 / 0.55) !important;
}

.bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6) !important;
}

.bg-blue-500\/65 {
  background-color: rgb(59 130 246 / 0.65) !important;
}

.bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7) !important;
}

.bg-blue-500\/75 {
  background-color: rgb(59 130 246 / 0.75) !important;
}

.bg-blue-500\/80 {
  background-color: rgb(59 130 246 / 0.8) !important;
}

.bg-blue-500\/85 {
  background-color: rgb(59 130 246 / 0.85) !important;
}

.bg-blue-500\/90 {
  background-color: rgb(59 130 246 / 0.9) !important;
}

.bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95) !important;
}

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

.bg-blue-600\/0 {
  background-color: rgb(37 99 235 / 0) !important;
}

.bg-blue-600\/10 {
  background-color: rgb(37 99 235 / 0.1) !important;
}

.bg-blue-600\/100 {
  background-color: rgb(37 99 235 / 1) !important;
}

.bg-blue-600\/15 {
  background-color: rgb(37 99 235 / 0.15) !important;
}

.bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2) !important;
}

.bg-blue-600\/25 {
  background-color: rgb(37 99 235 / 0.25) !important;
}

.bg-blue-600\/30 {
  background-color: rgb(37 99 235 / 0.3) !important;
}

.bg-blue-600\/35 {
  background-color: rgb(37 99 235 / 0.35) !important;
}

.bg-blue-600\/40 {
  background-color: rgb(37 99 235 / 0.4) !important;
}

.bg-blue-600\/45 {
  background-color: rgb(37 99 235 / 0.45) !important;
}

.bg-blue-600\/5 {
  background-color: rgb(37 99 235 / 0.05) !important;
}

.bg-blue-600\/50 {
  background-color: rgb(37 99 235 / 0.5) !important;
}

.bg-blue-600\/55 {
  background-color: rgb(37 99 235 / 0.55) !important;
}

.bg-blue-600\/60 {
  background-color: rgb(37 99 235 / 0.6) !important;
}

.bg-blue-600\/65 {
  background-color: rgb(37 99 235 / 0.65) !important;
}

.bg-blue-600\/70 {
  background-color: rgb(37 99 235 / 0.7) !important;
}

.bg-blue-600\/75 {
  background-color: rgb(37 99 235 / 0.75) !important;
}

.bg-blue-600\/80 {
  background-color: rgb(37 99 235 / 0.8) !important;
}

.bg-blue-600\/85 {
  background-color: rgb(37 99 235 / 0.85) !important;
}

.bg-blue-600\/90 {
  background-color: rgb(37 99 235 / 0.9) !important;
}

.bg-blue-600\/95 {
  background-color: rgb(37 99 235 / 0.95) !important;
}

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

.bg-blue-700\/0 {
  background-color: rgb(29 78 216 / 0) !important;
}

.bg-blue-700\/10 {
  background-color: rgb(29 78 216 / 0.1) !important;
}

.bg-blue-700\/100 {
  background-color: rgb(29 78 216 / 1) !important;
}

.bg-blue-700\/15 {
  background-color: rgb(29 78 216 / 0.15) !important;
}

.bg-blue-700\/20 {
  background-color: rgb(29 78 216 / 0.2) !important;
}

.bg-blue-700\/25 {
  background-color: rgb(29 78 216 / 0.25) !important;
}

.bg-blue-700\/30 {
  background-color: rgb(29 78 216 / 0.3) !important;
}

.bg-blue-700\/35 {
  background-color: rgb(29 78 216 / 0.35) !important;
}

.bg-blue-700\/40 {
  background-color: rgb(29 78 216 / 0.4) !important;
}

.bg-blue-700\/45 {
  background-color: rgb(29 78 216 / 0.45) !important;
}

.bg-blue-700\/5 {
  background-color: rgb(29 78 216 / 0.05) !important;
}

.bg-blue-700\/50 {
  background-color: rgb(29 78 216 / 0.5) !important;
}

.bg-blue-700\/55 {
  background-color: rgb(29 78 216 / 0.55) !important;
}

.bg-blue-700\/60 {
  background-color: rgb(29 78 216 / 0.6) !important;
}

.bg-blue-700\/65 {
  background-color: rgb(29 78 216 / 0.65) !important;
}

.bg-blue-700\/70 {
  background-color: rgb(29 78 216 / 0.7) !important;
}

.bg-blue-700\/75 {
  background-color: rgb(29 78 216 / 0.75) !important;
}

.bg-blue-700\/80 {
  background-color: rgb(29 78 216 / 0.8) !important;
}

.bg-blue-700\/85 {
  background-color: rgb(29 78 216 / 0.85) !important;
}

.bg-blue-700\/90 {
  background-color: rgb(29 78 216 / 0.9) !important;
}

.bg-blue-700\/95 {
  background-color: rgb(29 78 216 / 0.95) !important;
}

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

.bg-blue-800\/0 {
  background-color: rgb(30 64 175 / 0) !important;
}

.bg-blue-800\/10 {
  background-color: rgb(30 64 175 / 0.1) !important;
}

.bg-blue-800\/100 {
  background-color: rgb(30 64 175 / 1) !important;
}

.bg-blue-800\/15 {
  background-color: rgb(30 64 175 / 0.15) !important;
}

.bg-blue-800\/20 {
  background-color: rgb(30 64 175 / 0.2) !important;
}

.bg-blue-800\/25 {
  background-color: rgb(30 64 175 / 0.25) !important;
}

.bg-blue-800\/30 {
  background-color: rgb(30 64 175 / 0.3) !important;
}

.bg-blue-800\/35 {
  background-color: rgb(30 64 175 / 0.35) !important;
}

.bg-blue-800\/40 {
  background-color: rgb(30 64 175 / 0.4) !important;
}

.bg-blue-800\/45 {
  background-color: rgb(30 64 175 / 0.45) !important;
}

.bg-blue-800\/5 {
  background-color: rgb(30 64 175 / 0.05) !important;
}

.bg-blue-800\/50 {
  background-color: rgb(30 64 175 / 0.5) !important;
}

.bg-blue-800\/55 {
  background-color: rgb(30 64 175 / 0.55) !important;
}

.bg-blue-800\/60 {
  background-color: rgb(30 64 175 / 0.6) !important;
}

.bg-blue-800\/65 {
  background-color: rgb(30 64 175 / 0.65) !important;
}

.bg-blue-800\/70 {
  background-color: rgb(30 64 175 / 0.7) !important;
}

.bg-blue-800\/75 {
  background-color: rgb(30 64 175 / 0.75) !important;
}

.bg-blue-800\/80 {
  background-color: rgb(30 64 175 / 0.8) !important;
}

.bg-blue-800\/85 {
  background-color: rgb(30 64 175 / 0.85) !important;
}

.bg-blue-800\/90 {
  background-color: rgb(30 64 175 / 0.9) !important;
}

.bg-blue-800\/95 {
  background-color: rgb(30 64 175 / 0.95) !important;
}

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

.bg-blue-900\/0 {
  background-color: rgb(30 58 138 / 0) !important;
}

.bg-blue-900\/10 {
  background-color: rgb(30 58 138 / 0.1) !important;
}

.bg-blue-900\/100 {
  background-color: rgb(30 58 138 / 1) !important;
}

.bg-blue-900\/15 {
  background-color: rgb(30 58 138 / 0.15) !important;
}

.bg-blue-900\/20 {
  background-color: rgb(30 58 138 / 0.2) !important;
}

.bg-blue-900\/25 {
  background-color: rgb(30 58 138 / 0.25) !important;
}

.bg-blue-900\/30 {
  background-color: rgb(30 58 138 / 0.3) !important;
}

.bg-blue-900\/35 {
  background-color: rgb(30 58 138 / 0.35) !important;
}

.bg-blue-900\/40 {
  background-color: rgb(30 58 138 / 0.4) !important;
}

.bg-blue-900\/45 {
  background-color: rgb(30 58 138 / 0.45) !important;
}

.bg-blue-900\/5 {
  background-color: rgb(30 58 138 / 0.05) !important;
}

.bg-blue-900\/50 {
  background-color: rgb(30 58 138 / 0.5) !important;
}

.bg-blue-900\/55 {
  background-color: rgb(30 58 138 / 0.55) !important;
}

.bg-blue-900\/60 {
  background-color: rgb(30 58 138 / 0.6) !important;
}

.bg-blue-900\/65 {
  background-color: rgb(30 58 138 / 0.65) !important;
}

.bg-blue-900\/70 {
  background-color: rgb(30 58 138 / 0.7) !important;
}

.bg-blue-900\/75 {
  background-color: rgb(30 58 138 / 0.75) !important;
}

.bg-blue-900\/80 {
  background-color: rgb(30 58 138 / 0.8) !important;
}

.bg-blue-900\/85 {
  background-color: rgb(30 58 138 / 0.85) !important;
}

.bg-blue-900\/90 {
  background-color: rgb(30 58 138 / 0.9) !important;
}

.bg-blue-900\/95 {
  background-color: rgb(30 58 138 / 0.95) !important;
}

.bg-button {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--button, 17 24 39) / var(--tw-bg-opacity, 1)) !important;
}

.bg-cream {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--cream, 255 249 242) / var(--tw-bg-opacity, 1)) !important;
}

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

.bg-cyan-100\/0 {
  background-color: rgb(207 250 254 / 0) !important;
}

.bg-cyan-100\/10 {
  background-color: rgb(207 250 254 / 0.1) !important;
}

.bg-cyan-100\/100 {
  background-color: rgb(207 250 254 / 1) !important;
}

.bg-cyan-100\/15 {
  background-color: rgb(207 250 254 / 0.15) !important;
}

.bg-cyan-100\/20 {
  background-color: rgb(207 250 254 / 0.2) !important;
}

.bg-cyan-100\/25 {
  background-color: rgb(207 250 254 / 0.25) !important;
}

.bg-cyan-100\/30 {
  background-color: rgb(207 250 254 / 0.3) !important;
}

.bg-cyan-100\/35 {
  background-color: rgb(207 250 254 / 0.35) !important;
}

.bg-cyan-100\/40 {
  background-color: rgb(207 250 254 / 0.4) !important;
}

.bg-cyan-100\/45 {
  background-color: rgb(207 250 254 / 0.45) !important;
}

.bg-cyan-100\/5 {
  background-color: rgb(207 250 254 / 0.05) !important;
}

.bg-cyan-100\/50 {
  background-color: rgb(207 250 254 / 0.5) !important;
}

.bg-cyan-100\/55 {
  background-color: rgb(207 250 254 / 0.55) !important;
}

.bg-cyan-100\/60 {
  background-color: rgb(207 250 254 / 0.6) !important;
}

.bg-cyan-100\/65 {
  background-color: rgb(207 250 254 / 0.65) !important;
}

.bg-cyan-100\/70 {
  background-color: rgb(207 250 254 / 0.7) !important;
}

.bg-cyan-100\/75 {
  background-color: rgb(207 250 254 / 0.75) !important;
}

.bg-cyan-100\/80 {
  background-color: rgb(207 250 254 / 0.8) !important;
}

.bg-cyan-100\/85 {
  background-color: rgb(207 250 254 / 0.85) !important;
}

.bg-cyan-100\/90 {
  background-color: rgb(207 250 254 / 0.9) !important;
}

.bg-cyan-100\/95 {
  background-color: rgb(207 250 254 / 0.95) !important;
}

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

.bg-cyan-200\/0 {
  background-color: rgb(165 243 252 / 0) !important;
}

.bg-cyan-200\/10 {
  background-color: rgb(165 243 252 / 0.1) !important;
}

.bg-cyan-200\/100 {
  background-color: rgb(165 243 252 / 1) !important;
}

.bg-cyan-200\/15 {
  background-color: rgb(165 243 252 / 0.15) !important;
}

.bg-cyan-200\/20 {
  background-color: rgb(165 243 252 / 0.2) !important;
}

.bg-cyan-200\/25 {
  background-color: rgb(165 243 252 / 0.25) !important;
}

.bg-cyan-200\/30 {
  background-color: rgb(165 243 252 / 0.3) !important;
}

.bg-cyan-200\/35 {
  background-color: rgb(165 243 252 / 0.35) !important;
}

.bg-cyan-200\/40 {
  background-color: rgb(165 243 252 / 0.4) !important;
}

.bg-cyan-200\/45 {
  background-color: rgb(165 243 252 / 0.45) !important;
}

.bg-cyan-200\/5 {
  background-color: rgb(165 243 252 / 0.05) !important;
}

.bg-cyan-200\/50 {
  background-color: rgb(165 243 252 / 0.5) !important;
}

.bg-cyan-200\/55 {
  background-color: rgb(165 243 252 / 0.55) !important;
}

.bg-cyan-200\/60 {
  background-color: rgb(165 243 252 / 0.6) !important;
}

.bg-cyan-200\/65 {
  background-color: rgb(165 243 252 / 0.65) !important;
}

.bg-cyan-200\/70 {
  background-color: rgb(165 243 252 / 0.7) !important;
}

.bg-cyan-200\/75 {
  background-color: rgb(165 243 252 / 0.75) !important;
}

.bg-cyan-200\/80 {
  background-color: rgb(165 243 252 / 0.8) !important;
}

.bg-cyan-200\/85 {
  background-color: rgb(165 243 252 / 0.85) !important;
}

.bg-cyan-200\/90 {
  background-color: rgb(165 243 252 / 0.9) !important;
}

.bg-cyan-200\/95 {
  background-color: rgb(165 243 252 / 0.95) !important;
}

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

.bg-cyan-300\/0 {
  background-color: rgb(103 232 249 / 0) !important;
}

.bg-cyan-300\/10 {
  background-color: rgb(103 232 249 / 0.1) !important;
}

.bg-cyan-300\/100 {
  background-color: rgb(103 232 249 / 1) !important;
}

.bg-cyan-300\/15 {
  background-color: rgb(103 232 249 / 0.15) !important;
}

.bg-cyan-300\/20 {
  background-color: rgb(103 232 249 / 0.2) !important;
}

.bg-cyan-300\/25 {
  background-color: rgb(103 232 249 / 0.25) !important;
}

.bg-cyan-300\/30 {
  background-color: rgb(103 232 249 / 0.3) !important;
}

.bg-cyan-300\/35 {
  background-color: rgb(103 232 249 / 0.35) !important;
}

.bg-cyan-300\/40 {
  background-color: rgb(103 232 249 / 0.4) !important;
}

.bg-cyan-300\/45 {
  background-color: rgb(103 232 249 / 0.45) !important;
}

.bg-cyan-300\/5 {
  background-color: rgb(103 232 249 / 0.05) !important;
}

.bg-cyan-300\/50 {
  background-color: rgb(103 232 249 / 0.5) !important;
}

.bg-cyan-300\/55 {
  background-color: rgb(103 232 249 / 0.55) !important;
}

.bg-cyan-300\/60 {
  background-color: rgb(103 232 249 / 0.6) !important;
}

.bg-cyan-300\/65 {
  background-color: rgb(103 232 249 / 0.65) !important;
}

.bg-cyan-300\/70 {
  background-color: rgb(103 232 249 / 0.7) !important;
}

.bg-cyan-300\/75 {
  background-color: rgb(103 232 249 / 0.75) !important;
}

.bg-cyan-300\/80 {
  background-color: rgb(103 232 249 / 0.8) !important;
}

.bg-cyan-300\/85 {
  background-color: rgb(103 232 249 / 0.85) !important;
}

.bg-cyan-300\/90 {
  background-color: rgb(103 232 249 / 0.9) !important;
}

.bg-cyan-300\/95 {
  background-color: rgb(103 232 249 / 0.95) !important;
}

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

.bg-cyan-400\/0 {
  background-color: rgb(34 211 238 / 0) !important;
}

.bg-cyan-400\/10 {
  background-color: rgb(34 211 238 / 0.1) !important;
}

.bg-cyan-400\/100 {
  background-color: rgb(34 211 238 / 1) !important;
}

.bg-cyan-400\/15 {
  background-color: rgb(34 211 238 / 0.15) !important;
}

.bg-cyan-400\/20 {
  background-color: rgb(34 211 238 / 0.2) !important;
}

.bg-cyan-400\/25 {
  background-color: rgb(34 211 238 / 0.25) !important;
}

.bg-cyan-400\/30 {
  background-color: rgb(34 211 238 / 0.3) !important;
}

.bg-cyan-400\/35 {
  background-color: rgb(34 211 238 / 0.35) !important;
}

.bg-cyan-400\/40 {
  background-color: rgb(34 211 238 / 0.4) !important;
}

.bg-cyan-400\/45 {
  background-color: rgb(34 211 238 / 0.45) !important;
}

.bg-cyan-400\/5 {
  background-color: rgb(34 211 238 / 0.05) !important;
}

.bg-cyan-400\/50 {
  background-color: rgb(34 211 238 / 0.5) !important;
}

.bg-cyan-400\/55 {
  background-color: rgb(34 211 238 / 0.55) !important;
}

.bg-cyan-400\/60 {
  background-color: rgb(34 211 238 / 0.6) !important;
}

.bg-cyan-400\/65 {
  background-color: rgb(34 211 238 / 0.65) !important;
}

.bg-cyan-400\/70 {
  background-color: rgb(34 211 238 / 0.7) !important;
}

.bg-cyan-400\/75 {
  background-color: rgb(34 211 238 / 0.75) !important;
}

.bg-cyan-400\/80 {
  background-color: rgb(34 211 238 / 0.8) !important;
}

.bg-cyan-400\/85 {
  background-color: rgb(34 211 238 / 0.85) !important;
}

.bg-cyan-400\/90 {
  background-color: rgb(34 211 238 / 0.9) !important;
}

.bg-cyan-400\/95 {
  background-color: rgb(34 211 238 / 0.95) !important;
}

.bg-cyan-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-cyan-50\/0 {
  background-color: rgb(236 254 255 / 0) !important;
}

.bg-cyan-50\/10 {
  background-color: rgb(236 254 255 / 0.1) !important;
}

.bg-cyan-50\/100 {
  background-color: rgb(236 254 255 / 1) !important;
}

.bg-cyan-50\/15 {
  background-color: rgb(236 254 255 / 0.15) !important;
}

.bg-cyan-50\/20 {
  background-color: rgb(236 254 255 / 0.2) !important;
}

.bg-cyan-50\/25 {
  background-color: rgb(236 254 255 / 0.25) !important;
}

.bg-cyan-50\/30 {
  background-color: rgb(236 254 255 / 0.3) !important;
}

.bg-cyan-50\/35 {
  background-color: rgb(236 254 255 / 0.35) !important;
}

.bg-cyan-50\/40 {
  background-color: rgb(236 254 255 / 0.4) !important;
}

.bg-cyan-50\/45 {
  background-color: rgb(236 254 255 / 0.45) !important;
}

.bg-cyan-50\/5 {
  background-color: rgb(236 254 255 / 0.05) !important;
}

.bg-cyan-50\/50 {
  background-color: rgb(236 254 255 / 0.5) !important;
}

.bg-cyan-50\/55 {
  background-color: rgb(236 254 255 / 0.55) !important;
}

.bg-cyan-50\/60 {
  background-color: rgb(236 254 255 / 0.6) !important;
}

.bg-cyan-50\/65 {
  background-color: rgb(236 254 255 / 0.65) !important;
}

.bg-cyan-50\/70 {
  background-color: rgb(236 254 255 / 0.7) !important;
}

.bg-cyan-50\/75 {
  background-color: rgb(236 254 255 / 0.75) !important;
}

.bg-cyan-50\/80 {
  background-color: rgb(236 254 255 / 0.8) !important;
}

.bg-cyan-50\/85 {
  background-color: rgb(236 254 255 / 0.85) !important;
}

.bg-cyan-50\/90 {
  background-color: rgb(236 254 255 / 0.9) !important;
}

.bg-cyan-50\/95 {
  background-color: rgb(236 254 255 / 0.95) !important;
}

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

.bg-cyan-500\/0 {
  background-color: rgb(6 182 212 / 0) !important;
}

.bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1) !important;
}

.bg-cyan-500\/100 {
  background-color: rgb(6 182 212 / 1) !important;
}

.bg-cyan-500\/15 {
  background-color: rgb(6 182 212 / 0.15) !important;
}

.bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2) !important;
}

.bg-cyan-500\/25 {
  background-color: rgb(6 182 212 / 0.25) !important;
}

.bg-cyan-500\/30 {
  background-color: rgb(6 182 212 / 0.3) !important;
}

.bg-cyan-500\/35 {
  background-color: rgb(6 182 212 / 0.35) !important;
}

.bg-cyan-500\/40 {
  background-color: rgb(6 182 212 / 0.4) !important;
}

.bg-cyan-500\/45 {
  background-color: rgb(6 182 212 / 0.45) !important;
}

.bg-cyan-500\/5 {
  background-color: rgb(6 182 212 / 0.05) !important;
}

.bg-cyan-500\/50 {
  background-color: rgb(6 182 212 / 0.5) !important;
}

.bg-cyan-500\/55 {
  background-color: rgb(6 182 212 / 0.55) !important;
}

.bg-cyan-500\/60 {
  background-color: rgb(6 182 212 / 0.6) !important;
}

.bg-cyan-500\/65 {
  background-color: rgb(6 182 212 / 0.65) !important;
}

.bg-cyan-500\/70 {
  background-color: rgb(6 182 212 / 0.7) !important;
}

.bg-cyan-500\/75 {
  background-color: rgb(6 182 212 / 0.75) !important;
}

.bg-cyan-500\/80 {
  background-color: rgb(6 182 212 / 0.8) !important;
}

.bg-cyan-500\/85 {
  background-color: rgb(6 182 212 / 0.85) !important;
}

.bg-cyan-500\/90 {
  background-color: rgb(6 182 212 / 0.9) !important;
}

.bg-cyan-500\/95 {
  background-color: rgb(6 182 212 / 0.95) !important;
}

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

.bg-cyan-600\/0 {
  background-color: rgb(8 145 178 / 0) !important;
}

.bg-cyan-600\/10 {
  background-color: rgb(8 145 178 / 0.1) !important;
}

.bg-cyan-600\/100 {
  background-color: rgb(8 145 178 / 1) !important;
}

.bg-cyan-600\/15 {
  background-color: rgb(8 145 178 / 0.15) !important;
}

.bg-cyan-600\/20 {
  background-color: rgb(8 145 178 / 0.2) !important;
}

.bg-cyan-600\/25 {
  background-color: rgb(8 145 178 / 0.25) !important;
}

.bg-cyan-600\/30 {
  background-color: rgb(8 145 178 / 0.3) !important;
}

.bg-cyan-600\/35 {
  background-color: rgb(8 145 178 / 0.35) !important;
}

.bg-cyan-600\/40 {
  background-color: rgb(8 145 178 / 0.4) !important;
}

.bg-cyan-600\/45 {
  background-color: rgb(8 145 178 / 0.45) !important;
}

.bg-cyan-600\/5 {
  background-color: rgb(8 145 178 / 0.05) !important;
}

.bg-cyan-600\/50 {
  background-color: rgb(8 145 178 / 0.5) !important;
}

.bg-cyan-600\/55 {
  background-color: rgb(8 145 178 / 0.55) !important;
}

.bg-cyan-600\/60 {
  background-color: rgb(8 145 178 / 0.6) !important;
}

.bg-cyan-600\/65 {
  background-color: rgb(8 145 178 / 0.65) !important;
}

.bg-cyan-600\/70 {
  background-color: rgb(8 145 178 / 0.7) !important;
}

.bg-cyan-600\/75 {
  background-color: rgb(8 145 178 / 0.75) !important;
}

.bg-cyan-600\/80 {
  background-color: rgb(8 145 178 / 0.8) !important;
}

.bg-cyan-600\/85 {
  background-color: rgb(8 145 178 / 0.85) !important;
}

.bg-cyan-600\/90 {
  background-color: rgb(8 145 178 / 0.9) !important;
}

.bg-cyan-600\/95 {
  background-color: rgb(8 145 178 / 0.95) !important;
}

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

.bg-cyan-700\/0 {
  background-color: rgb(14 116 144 / 0) !important;
}

.bg-cyan-700\/10 {
  background-color: rgb(14 116 144 / 0.1) !important;
}

.bg-cyan-700\/100 {
  background-color: rgb(14 116 144 / 1) !important;
}

.bg-cyan-700\/15 {
  background-color: rgb(14 116 144 / 0.15) !important;
}

.bg-cyan-700\/20 {
  background-color: rgb(14 116 144 / 0.2) !important;
}

.bg-cyan-700\/25 {
  background-color: rgb(14 116 144 / 0.25) !important;
}

.bg-cyan-700\/30 {
  background-color: rgb(14 116 144 / 0.3) !important;
}

.bg-cyan-700\/35 {
  background-color: rgb(14 116 144 / 0.35) !important;
}

.bg-cyan-700\/40 {
  background-color: rgb(14 116 144 / 0.4) !important;
}

.bg-cyan-700\/45 {
  background-color: rgb(14 116 144 / 0.45) !important;
}

.bg-cyan-700\/5 {
  background-color: rgb(14 116 144 / 0.05) !important;
}

.bg-cyan-700\/50 {
  background-color: rgb(14 116 144 / 0.5) !important;
}

.bg-cyan-700\/55 {
  background-color: rgb(14 116 144 / 0.55) !important;
}

.bg-cyan-700\/60 {
  background-color: rgb(14 116 144 / 0.6) !important;
}

.bg-cyan-700\/65 {
  background-color: rgb(14 116 144 / 0.65) !important;
}

.bg-cyan-700\/70 {
  background-color: rgb(14 116 144 / 0.7) !important;
}

.bg-cyan-700\/75 {
  background-color: rgb(14 116 144 / 0.75) !important;
}

.bg-cyan-700\/80 {
  background-color: rgb(14 116 144 / 0.8) !important;
}

.bg-cyan-700\/85 {
  background-color: rgb(14 116 144 / 0.85) !important;
}

.bg-cyan-700\/90 {
  background-color: rgb(14 116 144 / 0.9) !important;
}

.bg-cyan-700\/95 {
  background-color: rgb(14 116 144 / 0.95) !important;
}

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

.bg-cyan-800\/0 {
  background-color: rgb(21 94 117 / 0) !important;
}

.bg-cyan-800\/10 {
  background-color: rgb(21 94 117 / 0.1) !important;
}

.bg-cyan-800\/100 {
  background-color: rgb(21 94 117 / 1) !important;
}

.bg-cyan-800\/15 {
  background-color: rgb(21 94 117 / 0.15) !important;
}

.bg-cyan-800\/20 {
  background-color: rgb(21 94 117 / 0.2) !important;
}

.bg-cyan-800\/25 {
  background-color: rgb(21 94 117 / 0.25) !important;
}

.bg-cyan-800\/30 {
  background-color: rgb(21 94 117 / 0.3) !important;
}

.bg-cyan-800\/35 {
  background-color: rgb(21 94 117 / 0.35) !important;
}

.bg-cyan-800\/40 {
  background-color: rgb(21 94 117 / 0.4) !important;
}

.bg-cyan-800\/45 {
  background-color: rgb(21 94 117 / 0.45) !important;
}

.bg-cyan-800\/5 {
  background-color: rgb(21 94 117 / 0.05) !important;
}

.bg-cyan-800\/50 {
  background-color: rgb(21 94 117 / 0.5) !important;
}

.bg-cyan-800\/55 {
  background-color: rgb(21 94 117 / 0.55) !important;
}

.bg-cyan-800\/60 {
  background-color: rgb(21 94 117 / 0.6) !important;
}

.bg-cyan-800\/65 {
  background-color: rgb(21 94 117 / 0.65) !important;
}

.bg-cyan-800\/70 {
  background-color: rgb(21 94 117 / 0.7) !important;
}

.bg-cyan-800\/75 {
  background-color: rgb(21 94 117 / 0.75) !important;
}

.bg-cyan-800\/80 {
  background-color: rgb(21 94 117 / 0.8) !important;
}

.bg-cyan-800\/85 {
  background-color: rgb(21 94 117 / 0.85) !important;
}

.bg-cyan-800\/90 {
  background-color: rgb(21 94 117 / 0.9) !important;
}

.bg-cyan-800\/95 {
  background-color: rgb(21 94 117 / 0.95) !important;
}

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

.bg-cyan-900\/0 {
  background-color: rgb(22 78 99 / 0) !important;
}

.bg-cyan-900\/10 {
  background-color: rgb(22 78 99 / 0.1) !important;
}

.bg-cyan-900\/100 {
  background-color: rgb(22 78 99 / 1) !important;
}

.bg-cyan-900\/15 {
  background-color: rgb(22 78 99 / 0.15) !important;
}

.bg-cyan-900\/20 {
  background-color: rgb(22 78 99 / 0.2) !important;
}

.bg-cyan-900\/25 {
  background-color: rgb(22 78 99 / 0.25) !important;
}

.bg-cyan-900\/30 {
  background-color: rgb(22 78 99 / 0.3) !important;
}

.bg-cyan-900\/35 {
  background-color: rgb(22 78 99 / 0.35) !important;
}

.bg-cyan-900\/40 {
  background-color: rgb(22 78 99 / 0.4) !important;
}

.bg-cyan-900\/45 {
  background-color: rgb(22 78 99 / 0.45) !important;
}

.bg-cyan-900\/5 {
  background-color: rgb(22 78 99 / 0.05) !important;
}

.bg-cyan-900\/50 {
  background-color: rgb(22 78 99 / 0.5) !important;
}

.bg-cyan-900\/55 {
  background-color: rgb(22 78 99 / 0.55) !important;
}

.bg-cyan-900\/60 {
  background-color: rgb(22 78 99 / 0.6) !important;
}

.bg-cyan-900\/65 {
  background-color: rgb(22 78 99 / 0.65) !important;
}

.bg-cyan-900\/70 {
  background-color: rgb(22 78 99 / 0.7) !important;
}

.bg-cyan-900\/75 {
  background-color: rgb(22 78 99 / 0.75) !important;
}

.bg-cyan-900\/80 {
  background-color: rgb(22 78 99 / 0.8) !important;
}

.bg-cyan-900\/85 {
  background-color: rgb(22 78 99 / 0.85) !important;
}

.bg-cyan-900\/90 {
  background-color: rgb(22 78 99 / 0.9) !important;
}

.bg-cyan-900\/95 {
  background-color: rgb(22 78 99 / 0.95) !important;
}

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

.bg-emerald-100\/0 {
  background-color: rgb(209 250 229 / 0) !important;
}

.bg-emerald-100\/10 {
  background-color: rgb(209 250 229 / 0.1) !important;
}

.bg-emerald-100\/100 {
  background-color: rgb(209 250 229 / 1) !important;
}

.bg-emerald-100\/15 {
  background-color: rgb(209 250 229 / 0.15) !important;
}

.bg-emerald-100\/20 {
  background-color: rgb(209 250 229 / 0.2) !important;
}

.bg-emerald-100\/25 {
  background-color: rgb(209 250 229 / 0.25) !important;
}

.bg-emerald-100\/30 {
  background-color: rgb(209 250 229 / 0.3) !important;
}

.bg-emerald-100\/35 {
  background-color: rgb(209 250 229 / 0.35) !important;
}

.bg-emerald-100\/40 {
  background-color: rgb(209 250 229 / 0.4) !important;
}

.bg-emerald-100\/45 {
  background-color: rgb(209 250 229 / 0.45) !important;
}

.bg-emerald-100\/5 {
  background-color: rgb(209 250 229 / 0.05) !important;
}

.bg-emerald-100\/50 {
  background-color: rgb(209 250 229 / 0.5) !important;
}

.bg-emerald-100\/55 {
  background-color: rgb(209 250 229 / 0.55) !important;
}

.bg-emerald-100\/60 {
  background-color: rgb(209 250 229 / 0.6) !important;
}

.bg-emerald-100\/65 {
  background-color: rgb(209 250 229 / 0.65) !important;
}

.bg-emerald-100\/70 {
  background-color: rgb(209 250 229 / 0.7) !important;
}

.bg-emerald-100\/75 {
  background-color: rgb(209 250 229 / 0.75) !important;
}

.bg-emerald-100\/80 {
  background-color: rgb(209 250 229 / 0.8) !important;
}

.bg-emerald-100\/85 {
  background-color: rgb(209 250 229 / 0.85) !important;
}

.bg-emerald-100\/90 {
  background-color: rgb(209 250 229 / 0.9) !important;
}

.bg-emerald-100\/95 {
  background-color: rgb(209 250 229 / 0.95) !important;
}

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

.bg-emerald-200\/0 {
  background-color: rgb(167 243 208 / 0) !important;
}

.bg-emerald-200\/10 {
  background-color: rgb(167 243 208 / 0.1) !important;
}

.bg-emerald-200\/100 {
  background-color: rgb(167 243 208 / 1) !important;
}

.bg-emerald-200\/15 {
  background-color: rgb(167 243 208 / 0.15) !important;
}

.bg-emerald-200\/20 {
  background-color: rgb(167 243 208 / 0.2) !important;
}

.bg-emerald-200\/25 {
  background-color: rgb(167 243 208 / 0.25) !important;
}

.bg-emerald-200\/30 {
  background-color: rgb(167 243 208 / 0.3) !important;
}

.bg-emerald-200\/35 {
  background-color: rgb(167 243 208 / 0.35) !important;
}

.bg-emerald-200\/40 {
  background-color: rgb(167 243 208 / 0.4) !important;
}

.bg-emerald-200\/45 {
  background-color: rgb(167 243 208 / 0.45) !important;
}

.bg-emerald-200\/5 {
  background-color: rgb(167 243 208 / 0.05) !important;
}

.bg-emerald-200\/50 {
  background-color: rgb(167 243 208 / 0.5) !important;
}

.bg-emerald-200\/55 {
  background-color: rgb(167 243 208 / 0.55) !important;
}

.bg-emerald-200\/60 {
  background-color: rgb(167 243 208 / 0.6) !important;
}

.bg-emerald-200\/65 {
  background-color: rgb(167 243 208 / 0.65) !important;
}

.bg-emerald-200\/70 {
  background-color: rgb(167 243 208 / 0.7) !important;
}

.bg-emerald-200\/75 {
  background-color: rgb(167 243 208 / 0.75) !important;
}

.bg-emerald-200\/80 {
  background-color: rgb(167 243 208 / 0.8) !important;
}

.bg-emerald-200\/85 {
  background-color: rgb(167 243 208 / 0.85) !important;
}

.bg-emerald-200\/90 {
  background-color: rgb(167 243 208 / 0.9) !important;
}

.bg-emerald-200\/95 {
  background-color: rgb(167 243 208 / 0.95) !important;
}

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

.bg-emerald-300\/0 {
  background-color: rgb(110 231 183 / 0) !important;
}

.bg-emerald-300\/10 {
  background-color: rgb(110 231 183 / 0.1) !important;
}

.bg-emerald-300\/100 {
  background-color: rgb(110 231 183 / 1) !important;
}

.bg-emerald-300\/15 {
  background-color: rgb(110 231 183 / 0.15) !important;
}

.bg-emerald-300\/20 {
  background-color: rgb(110 231 183 / 0.2) !important;
}

.bg-emerald-300\/25 {
  background-color: rgb(110 231 183 / 0.25) !important;
}

.bg-emerald-300\/30 {
  background-color: rgb(110 231 183 / 0.3) !important;
}

.bg-emerald-300\/35 {
  background-color: rgb(110 231 183 / 0.35) !important;
}

.bg-emerald-300\/40 {
  background-color: rgb(110 231 183 / 0.4) !important;
}

.bg-emerald-300\/45 {
  background-color: rgb(110 231 183 / 0.45) !important;
}

.bg-emerald-300\/5 {
  background-color: rgb(110 231 183 / 0.05) !important;
}

.bg-emerald-300\/50 {
  background-color: rgb(110 231 183 / 0.5) !important;
}

.bg-emerald-300\/55 {
  background-color: rgb(110 231 183 / 0.55) !important;
}

.bg-emerald-300\/60 {
  background-color: rgb(110 231 183 / 0.6) !important;
}

.bg-emerald-300\/65 {
  background-color: rgb(110 231 183 / 0.65) !important;
}

.bg-emerald-300\/70 {
  background-color: rgb(110 231 183 / 0.7) !important;
}

.bg-emerald-300\/75 {
  background-color: rgb(110 231 183 / 0.75) !important;
}

.bg-emerald-300\/80 {
  background-color: rgb(110 231 183 / 0.8) !important;
}

.bg-emerald-300\/85 {
  background-color: rgb(110 231 183 / 0.85) !important;
}

.bg-emerald-300\/90 {
  background-color: rgb(110 231 183 / 0.9) !important;
}

.bg-emerald-300\/95 {
  background-color: rgb(110 231 183 / 0.95) !important;
}

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

.bg-emerald-400\/0 {
  background-color: rgb(52 211 153 / 0) !important;
}

.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1) !important;
}

.bg-emerald-400\/100 {
  background-color: rgb(52 211 153 / 1) !important;
}

.bg-emerald-400\/15 {
  background-color: rgb(52 211 153 / 0.15) !important;
}

.bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2) !important;
}

.bg-emerald-400\/25 {
  background-color: rgb(52 211 153 / 0.25) !important;
}

.bg-emerald-400\/30 {
  background-color: rgb(52 211 153 / 0.3) !important;
}

.bg-emerald-400\/35 {
  background-color: rgb(52 211 153 / 0.35) !important;
}

.bg-emerald-400\/40 {
  background-color: rgb(52 211 153 / 0.4) !important;
}

.bg-emerald-400\/45 {
  background-color: rgb(52 211 153 / 0.45) !important;
}

.bg-emerald-400\/5 {
  background-color: rgb(52 211 153 / 0.05) !important;
}

.bg-emerald-400\/50 {
  background-color: rgb(52 211 153 / 0.5) !important;
}

.bg-emerald-400\/55 {
  background-color: rgb(52 211 153 / 0.55) !important;
}

.bg-emerald-400\/60 {
  background-color: rgb(52 211 153 / 0.6) !important;
}

.bg-emerald-400\/65 {
  background-color: rgb(52 211 153 / 0.65) !important;
}

.bg-emerald-400\/70 {
  background-color: rgb(52 211 153 / 0.7) !important;
}

.bg-emerald-400\/75 {
  background-color: rgb(52 211 153 / 0.75) !important;
}

.bg-emerald-400\/80 {
  background-color: rgb(52 211 153 / 0.8) !important;
}

.bg-emerald-400\/85 {
  background-color: rgb(52 211 153 / 0.85) !important;
}

.bg-emerald-400\/90 {
  background-color: rgb(52 211 153 / 0.9) !important;
}

.bg-emerald-400\/95 {
  background-color: rgb(52 211 153 / 0.95) !important;
}

.bg-emerald-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1)) !important;
}

.bg-emerald-50\/0 {
  background-color: rgb(236 253 245 / 0) !important;
}

.bg-emerald-50\/10 {
  background-color: rgb(236 253 245 / 0.1) !important;
}

.bg-emerald-50\/100 {
  background-color: rgb(236 253 245 / 1) !important;
}

.bg-emerald-50\/15 {
  background-color: rgb(236 253 245 / 0.15) !important;
}

.bg-emerald-50\/20 {
  background-color: rgb(236 253 245 / 0.2) !important;
}

.bg-emerald-50\/25 {
  background-color: rgb(236 253 245 / 0.25) !important;
}

.bg-emerald-50\/30 {
  background-color: rgb(236 253 245 / 0.3) !important;
}

.bg-emerald-50\/35 {
  background-color: rgb(236 253 245 / 0.35) !important;
}

.bg-emerald-50\/40 {
  background-color: rgb(236 253 245 / 0.4) !important;
}

.bg-emerald-50\/45 {
  background-color: rgb(236 253 245 / 0.45) !important;
}

.bg-emerald-50\/5 {
  background-color: rgb(236 253 245 / 0.05) !important;
}

.bg-emerald-50\/50 {
  background-color: rgb(236 253 245 / 0.5) !important;
}

.bg-emerald-50\/55 {
  background-color: rgb(236 253 245 / 0.55) !important;
}

.bg-emerald-50\/60 {
  background-color: rgb(236 253 245 / 0.6) !important;
}

.bg-emerald-50\/65 {
  background-color: rgb(236 253 245 / 0.65) !important;
}

.bg-emerald-50\/70 {
  background-color: rgb(236 253 245 / 0.7) !important;
}

.bg-emerald-50\/75 {
  background-color: rgb(236 253 245 / 0.75) !important;
}

.bg-emerald-50\/80 {
  background-color: rgb(236 253 245 / 0.8) !important;
}

.bg-emerald-50\/85 {
  background-color: rgb(236 253 245 / 0.85) !important;
}

.bg-emerald-50\/90 {
  background-color: rgb(236 253 245 / 0.9) !important;
}

.bg-emerald-50\/95 {
  background-color: rgb(236 253 245 / 0.95) !important;
}

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

.bg-emerald-500\/0 {
  background-color: rgb(16 185 129 / 0) !important;
}

.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1) !important;
}

.bg-emerald-500\/100 {
  background-color: rgb(16 185 129 / 1) !important;
}

.bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15) !important;
}

.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2) !important;
}

.bg-emerald-500\/25 {
  background-color: rgb(16 185 129 / 0.25) !important;
}

.bg-emerald-500\/30 {
  background-color: rgb(16 185 129 / 0.3) !important;
}

.bg-emerald-500\/35 {
  background-color: rgb(16 185 129 / 0.35) !important;
}

.bg-emerald-500\/40 {
  background-color: rgb(16 185 129 / 0.4) !important;
}

.bg-emerald-500\/45 {
  background-color: rgb(16 185 129 / 0.45) !important;
}

.bg-emerald-500\/5 {
  background-color: rgb(16 185 129 / 0.05) !important;
}

.bg-emerald-500\/50 {
  background-color: rgb(16 185 129 / 0.5) !important;
}

.bg-emerald-500\/55 {
  background-color: rgb(16 185 129 / 0.55) !important;
}

.bg-emerald-500\/60 {
  background-color: rgb(16 185 129 / 0.6) !important;
}

.bg-emerald-500\/65 {
  background-color: rgb(16 185 129 / 0.65) !important;
}

.bg-emerald-500\/70 {
  background-color: rgb(16 185 129 / 0.7) !important;
}

.bg-emerald-500\/75 {
  background-color: rgb(16 185 129 / 0.75) !important;
}

.bg-emerald-500\/80 {
  background-color: rgb(16 185 129 / 0.8) !important;
}

.bg-emerald-500\/85 {
  background-color: rgb(16 185 129 / 0.85) !important;
}

.bg-emerald-500\/90 {
  background-color: rgb(16 185 129 / 0.9) !important;
}

.bg-emerald-500\/95 {
  background-color: rgb(16 185 129 / 0.95) !important;
}

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

.bg-emerald-600\/0 {
  background-color: rgb(5 150 105 / 0) !important;
}

.bg-emerald-600\/10 {
  background-color: rgb(5 150 105 / 0.1) !important;
}

.bg-emerald-600\/100 {
  background-color: rgb(5 150 105 / 1) !important;
}

.bg-emerald-600\/15 {
  background-color: rgb(5 150 105 / 0.15) !important;
}

.bg-emerald-600\/20 {
  background-color: rgb(5 150 105 / 0.2) !important;
}

.bg-emerald-600\/25 {
  background-color: rgb(5 150 105 / 0.25) !important;
}

.bg-emerald-600\/30 {
  background-color: rgb(5 150 105 / 0.3) !important;
}

.bg-emerald-600\/35 {
  background-color: rgb(5 150 105 / 0.35) !important;
}

.bg-emerald-600\/40 {
  background-color: rgb(5 150 105 / 0.4) !important;
}

.bg-emerald-600\/45 {
  background-color: rgb(5 150 105 / 0.45) !important;
}

.bg-emerald-600\/5 {
  background-color: rgb(5 150 105 / 0.05) !important;
}

.bg-emerald-600\/50 {
  background-color: rgb(5 150 105 / 0.5) !important;
}

.bg-emerald-600\/55 {
  background-color: rgb(5 150 105 / 0.55) !important;
}

.bg-emerald-600\/60 {
  background-color: rgb(5 150 105 / 0.6) !important;
}

.bg-emerald-600\/65 {
  background-color: rgb(5 150 105 / 0.65) !important;
}

.bg-emerald-600\/70 {
  background-color: rgb(5 150 105 / 0.7) !important;
}

.bg-emerald-600\/75 {
  background-color: rgb(5 150 105 / 0.75) !important;
}

.bg-emerald-600\/80 {
  background-color: rgb(5 150 105 / 0.8) !important;
}

.bg-emerald-600\/85 {
  background-color: rgb(5 150 105 / 0.85) !important;
}

.bg-emerald-600\/90 {
  background-color: rgb(5 150 105 / 0.9) !important;
}

.bg-emerald-600\/95 {
  background-color: rgb(5 150 105 / 0.95) !important;
}

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

.bg-emerald-700\/0 {
  background-color: rgb(4 120 87 / 0) !important;
}

.bg-emerald-700\/10 {
  background-color: rgb(4 120 87 / 0.1) !important;
}

.bg-emerald-700\/100 {
  background-color: rgb(4 120 87 / 1) !important;
}

.bg-emerald-700\/15 {
  background-color: rgb(4 120 87 / 0.15) !important;
}

.bg-emerald-700\/20 {
  background-color: rgb(4 120 87 / 0.2) !important;
}

.bg-emerald-700\/25 {
  background-color: rgb(4 120 87 / 0.25) !important;
}

.bg-emerald-700\/30 {
  background-color: rgb(4 120 87 / 0.3) !important;
}

.bg-emerald-700\/35 {
  background-color: rgb(4 120 87 / 0.35) !important;
}

.bg-emerald-700\/40 {
  background-color: rgb(4 120 87 / 0.4) !important;
}

.bg-emerald-700\/45 {
  background-color: rgb(4 120 87 / 0.45) !important;
}

.bg-emerald-700\/5 {
  background-color: rgb(4 120 87 / 0.05) !important;
}

.bg-emerald-700\/50 {
  background-color: rgb(4 120 87 / 0.5) !important;
}

.bg-emerald-700\/55 {
  background-color: rgb(4 120 87 / 0.55) !important;
}

.bg-emerald-700\/60 {
  background-color: rgb(4 120 87 / 0.6) !important;
}

.bg-emerald-700\/65 {
  background-color: rgb(4 120 87 / 0.65) !important;
}

.bg-emerald-700\/70 {
  background-color: rgb(4 120 87 / 0.7) !important;
}

.bg-emerald-700\/75 {
  background-color: rgb(4 120 87 / 0.75) !important;
}

.bg-emerald-700\/80 {
  background-color: rgb(4 120 87 / 0.8) !important;
}

.bg-emerald-700\/85 {
  background-color: rgb(4 120 87 / 0.85) !important;
}

.bg-emerald-700\/90 {
  background-color: rgb(4 120 87 / 0.9) !important;
}

.bg-emerald-700\/95 {
  background-color: rgb(4 120 87 / 0.95) !important;
}

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

.bg-emerald-800\/0 {
  background-color: rgb(6 95 70 / 0) !important;
}

.bg-emerald-800\/10 {
  background-color: rgb(6 95 70 / 0.1) !important;
}

.bg-emerald-800\/100 {
  background-color: rgb(6 95 70 / 1) !important;
}

.bg-emerald-800\/15 {
  background-color: rgb(6 95 70 / 0.15) !important;
}

.bg-emerald-800\/20 {
  background-color: rgb(6 95 70 / 0.2) !important;
}

.bg-emerald-800\/25 {
  background-color: rgb(6 95 70 / 0.25) !important;
}

.bg-emerald-800\/30 {
  background-color: rgb(6 95 70 / 0.3) !important;
}

.bg-emerald-800\/35 {
  background-color: rgb(6 95 70 / 0.35) !important;
}

.bg-emerald-800\/40 {
  background-color: rgb(6 95 70 / 0.4) !important;
}

.bg-emerald-800\/45 {
  background-color: rgb(6 95 70 / 0.45) !important;
}

.bg-emerald-800\/5 {
  background-color: rgb(6 95 70 / 0.05) !important;
}

.bg-emerald-800\/50 {
  background-color: rgb(6 95 70 / 0.5) !important;
}

.bg-emerald-800\/55 {
  background-color: rgb(6 95 70 / 0.55) !important;
}

.bg-emerald-800\/60 {
  background-color: rgb(6 95 70 / 0.6) !important;
}

.bg-emerald-800\/65 {
  background-color: rgb(6 95 70 / 0.65) !important;
}

.bg-emerald-800\/70 {
  background-color: rgb(6 95 70 / 0.7) !important;
}

.bg-emerald-800\/75 {
  background-color: rgb(6 95 70 / 0.75) !important;
}

.bg-emerald-800\/80 {
  background-color: rgb(6 95 70 / 0.8) !important;
}

.bg-emerald-800\/85 {
  background-color: rgb(6 95 70 / 0.85) !important;
}

.bg-emerald-800\/90 {
  background-color: rgb(6 95 70 / 0.9) !important;
}

.bg-emerald-800\/95 {
  background-color: rgb(6 95 70 / 0.95) !important;
}

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

.bg-emerald-900\/0 {
  background-color: rgb(6 78 59 / 0) !important;
}

.bg-emerald-900\/10 {
  background-color: rgb(6 78 59 / 0.1) !important;
}

.bg-emerald-900\/100 {
  background-color: rgb(6 78 59 / 1) !important;
}

.bg-emerald-900\/15 {
  background-color: rgb(6 78 59 / 0.15) !important;
}

.bg-emerald-900\/20 {
  background-color: rgb(6 78 59 / 0.2) !important;
}

.bg-emerald-900\/25 {
  background-color: rgb(6 78 59 / 0.25) !important;
}

.bg-emerald-900\/30 {
  background-color: rgb(6 78 59 / 0.3) !important;
}

.bg-emerald-900\/35 {
  background-color: rgb(6 78 59 / 0.35) !important;
}

.bg-emerald-900\/40 {
  background-color: rgb(6 78 59 / 0.4) !important;
}

.bg-emerald-900\/45 {
  background-color: rgb(6 78 59 / 0.45) !important;
}

.bg-emerald-900\/5 {
  background-color: rgb(6 78 59 / 0.05) !important;
}

.bg-emerald-900\/50 {
  background-color: rgb(6 78 59 / 0.5) !important;
}

.bg-emerald-900\/55 {
  background-color: rgb(6 78 59 / 0.55) !important;
}

.bg-emerald-900\/60 {
  background-color: rgb(6 78 59 / 0.6) !important;
}

.bg-emerald-900\/65 {
  background-color: rgb(6 78 59 / 0.65) !important;
}

.bg-emerald-900\/70 {
  background-color: rgb(6 78 59 / 0.7) !important;
}

.bg-emerald-900\/75 {
  background-color: rgb(6 78 59 / 0.75) !important;
}

.bg-emerald-900\/80 {
  background-color: rgb(6 78 59 / 0.8) !important;
}

.bg-emerald-900\/85 {
  background-color: rgb(6 78 59 / 0.85) !important;
}

.bg-emerald-900\/90 {
  background-color: rgb(6 78 59 / 0.9) !important;
}

.bg-emerald-900\/95 {
  background-color: rgb(6 78 59 / 0.95) !important;
}

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

.bg-fuchsia-100\/0 {
  background-color: rgb(250 232 255 / 0) !important;
}

.bg-fuchsia-100\/10 {
  background-color: rgb(250 232 255 / 0.1) !important;
}

.bg-fuchsia-100\/100 {
  background-color: rgb(250 232 255 / 1) !important;
}

.bg-fuchsia-100\/15 {
  background-color: rgb(250 232 255 / 0.15) !important;
}

.bg-fuchsia-100\/20 {
  background-color: rgb(250 232 255 / 0.2) !important;
}

.bg-fuchsia-100\/25 {
  background-color: rgb(250 232 255 / 0.25) !important;
}

.bg-fuchsia-100\/30 {
  background-color: rgb(250 232 255 / 0.3) !important;
}

.bg-fuchsia-100\/35 {
  background-color: rgb(250 232 255 / 0.35) !important;
}

.bg-fuchsia-100\/40 {
  background-color: rgb(250 232 255 / 0.4) !important;
}

.bg-fuchsia-100\/45 {
  background-color: rgb(250 232 255 / 0.45) !important;
}

.bg-fuchsia-100\/5 {
  background-color: rgb(250 232 255 / 0.05) !important;
}

.bg-fuchsia-100\/50 {
  background-color: rgb(250 232 255 / 0.5) !important;
}

.bg-fuchsia-100\/55 {
  background-color: rgb(250 232 255 / 0.55) !important;
}

.bg-fuchsia-100\/60 {
  background-color: rgb(250 232 255 / 0.6) !important;
}

.bg-fuchsia-100\/65 {
  background-color: rgb(250 232 255 / 0.65) !important;
}

.bg-fuchsia-100\/70 {
  background-color: rgb(250 232 255 / 0.7) !important;
}

.bg-fuchsia-100\/75 {
  background-color: rgb(250 232 255 / 0.75) !important;
}

.bg-fuchsia-100\/80 {
  background-color: rgb(250 232 255 / 0.8) !important;
}

.bg-fuchsia-100\/85 {
  background-color: rgb(250 232 255 / 0.85) !important;
}

.bg-fuchsia-100\/90 {
  background-color: rgb(250 232 255 / 0.9) !important;
}

.bg-fuchsia-100\/95 {
  background-color: rgb(250 232 255 / 0.95) !important;
}

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

.bg-fuchsia-200\/0 {
  background-color: rgb(245 208 254 / 0) !important;
}

.bg-fuchsia-200\/10 {
  background-color: rgb(245 208 254 / 0.1) !important;
}

.bg-fuchsia-200\/100 {
  background-color: rgb(245 208 254 / 1) !important;
}

.bg-fuchsia-200\/15 {
  background-color: rgb(245 208 254 / 0.15) !important;
}

.bg-fuchsia-200\/20 {
  background-color: rgb(245 208 254 / 0.2) !important;
}

.bg-fuchsia-200\/25 {
  background-color: rgb(245 208 254 / 0.25) !important;
}

.bg-fuchsia-200\/30 {
  background-color: rgb(245 208 254 / 0.3) !important;
}

.bg-fuchsia-200\/35 {
  background-color: rgb(245 208 254 / 0.35) !important;
}

.bg-fuchsia-200\/40 {
  background-color: rgb(245 208 254 / 0.4) !important;
}

.bg-fuchsia-200\/45 {
  background-color: rgb(245 208 254 / 0.45) !important;
}

.bg-fuchsia-200\/5 {
  background-color: rgb(245 208 254 / 0.05) !important;
}

.bg-fuchsia-200\/50 {
  background-color: rgb(245 208 254 / 0.5) !important;
}

.bg-fuchsia-200\/55 {
  background-color: rgb(245 208 254 / 0.55) !important;
}

.bg-fuchsia-200\/60 {
  background-color: rgb(245 208 254 / 0.6) !important;
}

.bg-fuchsia-200\/65 {
  background-color: rgb(245 208 254 / 0.65) !important;
}

.bg-fuchsia-200\/70 {
  background-color: rgb(245 208 254 / 0.7) !important;
}

.bg-fuchsia-200\/75 {
  background-color: rgb(245 208 254 / 0.75) !important;
}

.bg-fuchsia-200\/80 {
  background-color: rgb(245 208 254 / 0.8) !important;
}

.bg-fuchsia-200\/85 {
  background-color: rgb(245 208 254 / 0.85) !important;
}

.bg-fuchsia-200\/90 {
  background-color: rgb(245 208 254 / 0.9) !important;
}

.bg-fuchsia-200\/95 {
  background-color: rgb(245 208 254 / 0.95) !important;
}

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

.bg-fuchsia-300\/0 {
  background-color: rgb(240 171 252 / 0) !important;
}

.bg-fuchsia-300\/10 {
  background-color: rgb(240 171 252 / 0.1) !important;
}

.bg-fuchsia-300\/100 {
  background-color: rgb(240 171 252 / 1) !important;
}

.bg-fuchsia-300\/15 {
  background-color: rgb(240 171 252 / 0.15) !important;
}

.bg-fuchsia-300\/20 {
  background-color: rgb(240 171 252 / 0.2) !important;
}

.bg-fuchsia-300\/25 {
  background-color: rgb(240 171 252 / 0.25) !important;
}

.bg-fuchsia-300\/30 {
  background-color: rgb(240 171 252 / 0.3) !important;
}

.bg-fuchsia-300\/35 {
  background-color: rgb(240 171 252 / 0.35) !important;
}

.bg-fuchsia-300\/40 {
  background-color: rgb(240 171 252 / 0.4) !important;
}

.bg-fuchsia-300\/45 {
  background-color: rgb(240 171 252 / 0.45) !important;
}

.bg-fuchsia-300\/5 {
  background-color: rgb(240 171 252 / 0.05) !important;
}

.bg-fuchsia-300\/50 {
  background-color: rgb(240 171 252 / 0.5) !important;
}

.bg-fuchsia-300\/55 {
  background-color: rgb(240 171 252 / 0.55) !important;
}

.bg-fuchsia-300\/60 {
  background-color: rgb(240 171 252 / 0.6) !important;
}

.bg-fuchsia-300\/65 {
  background-color: rgb(240 171 252 / 0.65) !important;
}

.bg-fuchsia-300\/70 {
  background-color: rgb(240 171 252 / 0.7) !important;
}

.bg-fuchsia-300\/75 {
  background-color: rgb(240 171 252 / 0.75) !important;
}

.bg-fuchsia-300\/80 {
  background-color: rgb(240 171 252 / 0.8) !important;
}

.bg-fuchsia-300\/85 {
  background-color: rgb(240 171 252 / 0.85) !important;
}

.bg-fuchsia-300\/90 {
  background-color: rgb(240 171 252 / 0.9) !important;
}

.bg-fuchsia-300\/95 {
  background-color: rgb(240 171 252 / 0.95) !important;
}

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

.bg-fuchsia-400\/0 {
  background-color: rgb(232 121 249 / 0) !important;
}

.bg-fuchsia-400\/10 {
  background-color: rgb(232 121 249 / 0.1) !important;
}

.bg-fuchsia-400\/100 {
  background-color: rgb(232 121 249 / 1) !important;
}

.bg-fuchsia-400\/15 {
  background-color: rgb(232 121 249 / 0.15) !important;
}

.bg-fuchsia-400\/20 {
  background-color: rgb(232 121 249 / 0.2) !important;
}

.bg-fuchsia-400\/25 {
  background-color: rgb(232 121 249 / 0.25) !important;
}

.bg-fuchsia-400\/30 {
  background-color: rgb(232 121 249 / 0.3) !important;
}

.bg-fuchsia-400\/35 {
  background-color: rgb(232 121 249 / 0.35) !important;
}

.bg-fuchsia-400\/40 {
  background-color: rgb(232 121 249 / 0.4) !important;
}

.bg-fuchsia-400\/45 {
  background-color: rgb(232 121 249 / 0.45) !important;
}

.bg-fuchsia-400\/5 {
  background-color: rgb(232 121 249 / 0.05) !important;
}

.bg-fuchsia-400\/50 {
  background-color: rgb(232 121 249 / 0.5) !important;
}

.bg-fuchsia-400\/55 {
  background-color: rgb(232 121 249 / 0.55) !important;
}

.bg-fuchsia-400\/60 {
  background-color: rgb(232 121 249 / 0.6) !important;
}

.bg-fuchsia-400\/65 {
  background-color: rgb(232 121 249 / 0.65) !important;
}

.bg-fuchsia-400\/70 {
  background-color: rgb(232 121 249 / 0.7) !important;
}

.bg-fuchsia-400\/75 {
  background-color: rgb(232 121 249 / 0.75) !important;
}

.bg-fuchsia-400\/80 {
  background-color: rgb(232 121 249 / 0.8) !important;
}

.bg-fuchsia-400\/85 {
  background-color: rgb(232 121 249 / 0.85) !important;
}

.bg-fuchsia-400\/90 {
  background-color: rgb(232 121 249 / 0.9) !important;
}

.bg-fuchsia-400\/95 {
  background-color: rgb(232 121 249 / 0.95) !important;
}

.bg-fuchsia-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-fuchsia-50\/0 {
  background-color: rgb(253 244 255 / 0) !important;
}

.bg-fuchsia-50\/10 {
  background-color: rgb(253 244 255 / 0.1) !important;
}

.bg-fuchsia-50\/100 {
  background-color: rgb(253 244 255 / 1) !important;
}

.bg-fuchsia-50\/15 {
  background-color: rgb(253 244 255 / 0.15) !important;
}

.bg-fuchsia-50\/20 {
  background-color: rgb(253 244 255 / 0.2) !important;
}

.bg-fuchsia-50\/25 {
  background-color: rgb(253 244 255 / 0.25) !important;
}

.bg-fuchsia-50\/30 {
  background-color: rgb(253 244 255 / 0.3) !important;
}

.bg-fuchsia-50\/35 {
  background-color: rgb(253 244 255 / 0.35) !important;
}

.bg-fuchsia-50\/40 {
  background-color: rgb(253 244 255 / 0.4) !important;
}

.bg-fuchsia-50\/45 {
  background-color: rgb(253 244 255 / 0.45) !important;
}

.bg-fuchsia-50\/5 {
  background-color: rgb(253 244 255 / 0.05) !important;
}

.bg-fuchsia-50\/50 {
  background-color: rgb(253 244 255 / 0.5) !important;
}

.bg-fuchsia-50\/55 {
  background-color: rgb(253 244 255 / 0.55) !important;
}

.bg-fuchsia-50\/60 {
  background-color: rgb(253 244 255 / 0.6) !important;
}

.bg-fuchsia-50\/65 {
  background-color: rgb(253 244 255 / 0.65) !important;
}

.bg-fuchsia-50\/70 {
  background-color: rgb(253 244 255 / 0.7) !important;
}

.bg-fuchsia-50\/75 {
  background-color: rgb(253 244 255 / 0.75) !important;
}

.bg-fuchsia-50\/80 {
  background-color: rgb(253 244 255 / 0.8) !important;
}

.bg-fuchsia-50\/85 {
  background-color: rgb(253 244 255 / 0.85) !important;
}

.bg-fuchsia-50\/90 {
  background-color: rgb(253 244 255 / 0.9) !important;
}

.bg-fuchsia-50\/95 {
  background-color: rgb(253 244 255 / 0.95) !important;
}

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

.bg-fuchsia-500\/0 {
  background-color: rgb(217 70 239 / 0) !important;
}

.bg-fuchsia-500\/10 {
  background-color: rgb(217 70 239 / 0.1) !important;
}

.bg-fuchsia-500\/100 {
  background-color: rgb(217 70 239 / 1) !important;
}

.bg-fuchsia-500\/15 {
  background-color: rgb(217 70 239 / 0.15) !important;
}

.bg-fuchsia-500\/20 {
  background-color: rgb(217 70 239 / 0.2) !important;
}

.bg-fuchsia-500\/25 {
  background-color: rgb(217 70 239 / 0.25) !important;
}

.bg-fuchsia-500\/30 {
  background-color: rgb(217 70 239 / 0.3) !important;
}

.bg-fuchsia-500\/35 {
  background-color: rgb(217 70 239 / 0.35) !important;
}

.bg-fuchsia-500\/40 {
  background-color: rgb(217 70 239 / 0.4) !important;
}

.bg-fuchsia-500\/45 {
  background-color: rgb(217 70 239 / 0.45) !important;
}

.bg-fuchsia-500\/5 {
  background-color: rgb(217 70 239 / 0.05) !important;
}

.bg-fuchsia-500\/50 {
  background-color: rgb(217 70 239 / 0.5) !important;
}

.bg-fuchsia-500\/55 {
  background-color: rgb(217 70 239 / 0.55) !important;
}

.bg-fuchsia-500\/60 {
  background-color: rgb(217 70 239 / 0.6) !important;
}

.bg-fuchsia-500\/65 {
  background-color: rgb(217 70 239 / 0.65) !important;
}

.bg-fuchsia-500\/70 {
  background-color: rgb(217 70 239 / 0.7) !important;
}

.bg-fuchsia-500\/75 {
  background-color: rgb(217 70 239 / 0.75) !important;
}

.bg-fuchsia-500\/80 {
  background-color: rgb(217 70 239 / 0.8) !important;
}

.bg-fuchsia-500\/85 {
  background-color: rgb(217 70 239 / 0.85) !important;
}

.bg-fuchsia-500\/90 {
  background-color: rgb(217 70 239 / 0.9) !important;
}

.bg-fuchsia-500\/95 {
  background-color: rgb(217 70 239 / 0.95) !important;
}

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

.bg-fuchsia-600\/0 {
  background-color: rgb(192 38 211 / 0) !important;
}

.bg-fuchsia-600\/10 {
  background-color: rgb(192 38 211 / 0.1) !important;
}

.bg-fuchsia-600\/100 {
  background-color: rgb(192 38 211 / 1) !important;
}

.bg-fuchsia-600\/15 {
  background-color: rgb(192 38 211 / 0.15) !important;
}

.bg-fuchsia-600\/20 {
  background-color: rgb(192 38 211 / 0.2) !important;
}

.bg-fuchsia-600\/25 {
  background-color: rgb(192 38 211 / 0.25) !important;
}

.bg-fuchsia-600\/30 {
  background-color: rgb(192 38 211 / 0.3) !important;
}

.bg-fuchsia-600\/35 {
  background-color: rgb(192 38 211 / 0.35) !important;
}

.bg-fuchsia-600\/40 {
  background-color: rgb(192 38 211 / 0.4) !important;
}

.bg-fuchsia-600\/45 {
  background-color: rgb(192 38 211 / 0.45) !important;
}

.bg-fuchsia-600\/5 {
  background-color: rgb(192 38 211 / 0.05) !important;
}

.bg-fuchsia-600\/50 {
  background-color: rgb(192 38 211 / 0.5) !important;
}

.bg-fuchsia-600\/55 {
  background-color: rgb(192 38 211 / 0.55) !important;
}

.bg-fuchsia-600\/60 {
  background-color: rgb(192 38 211 / 0.6) !important;
}

.bg-fuchsia-600\/65 {
  background-color: rgb(192 38 211 / 0.65) !important;
}

.bg-fuchsia-600\/70 {
  background-color: rgb(192 38 211 / 0.7) !important;
}

.bg-fuchsia-600\/75 {
  background-color: rgb(192 38 211 / 0.75) !important;
}

.bg-fuchsia-600\/80 {
  background-color: rgb(192 38 211 / 0.8) !important;
}

.bg-fuchsia-600\/85 {
  background-color: rgb(192 38 211 / 0.85) !important;
}

.bg-fuchsia-600\/90 {
  background-color: rgb(192 38 211 / 0.9) !important;
}

.bg-fuchsia-600\/95 {
  background-color: rgb(192 38 211 / 0.95) !important;
}

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

.bg-fuchsia-700\/0 {
  background-color: rgb(162 28 175 / 0) !important;
}

.bg-fuchsia-700\/10 {
  background-color: rgb(162 28 175 / 0.1) !important;
}

.bg-fuchsia-700\/100 {
  background-color: rgb(162 28 175 / 1) !important;
}

.bg-fuchsia-700\/15 {
  background-color: rgb(162 28 175 / 0.15) !important;
}

.bg-fuchsia-700\/20 {
  background-color: rgb(162 28 175 / 0.2) !important;
}

.bg-fuchsia-700\/25 {
  background-color: rgb(162 28 175 / 0.25) !important;
}

.bg-fuchsia-700\/30 {
  background-color: rgb(162 28 175 / 0.3) !important;
}

.bg-fuchsia-700\/35 {
  background-color: rgb(162 28 175 / 0.35) !important;
}

.bg-fuchsia-700\/40 {
  background-color: rgb(162 28 175 / 0.4) !important;
}

.bg-fuchsia-700\/45 {
  background-color: rgb(162 28 175 / 0.45) !important;
}

.bg-fuchsia-700\/5 {
  background-color: rgb(162 28 175 / 0.05) !important;
}

.bg-fuchsia-700\/50 {
  background-color: rgb(162 28 175 / 0.5) !important;
}

.bg-fuchsia-700\/55 {
  background-color: rgb(162 28 175 / 0.55) !important;
}

.bg-fuchsia-700\/60 {
  background-color: rgb(162 28 175 / 0.6) !important;
}

.bg-fuchsia-700\/65 {
  background-color: rgb(162 28 175 / 0.65) !important;
}

.bg-fuchsia-700\/70 {
  background-color: rgb(162 28 175 / 0.7) !important;
}

.bg-fuchsia-700\/75 {
  background-color: rgb(162 28 175 / 0.75) !important;
}

.bg-fuchsia-700\/80 {
  background-color: rgb(162 28 175 / 0.8) !important;
}

.bg-fuchsia-700\/85 {
  background-color: rgb(162 28 175 / 0.85) !important;
}

.bg-fuchsia-700\/90 {
  background-color: rgb(162 28 175 / 0.9) !important;
}

.bg-fuchsia-700\/95 {
  background-color: rgb(162 28 175 / 0.95) !important;
}

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

.bg-fuchsia-800\/0 {
  background-color: rgb(134 25 143 / 0) !important;
}

.bg-fuchsia-800\/10 {
  background-color: rgb(134 25 143 / 0.1) !important;
}

.bg-fuchsia-800\/100 {
  background-color: rgb(134 25 143 / 1) !important;
}

.bg-fuchsia-800\/15 {
  background-color: rgb(134 25 143 / 0.15) !important;
}

.bg-fuchsia-800\/20 {
  background-color: rgb(134 25 143 / 0.2) !important;
}

.bg-fuchsia-800\/25 {
  background-color: rgb(134 25 143 / 0.25) !important;
}

.bg-fuchsia-800\/30 {
  background-color: rgb(134 25 143 / 0.3) !important;
}

.bg-fuchsia-800\/35 {
  background-color: rgb(134 25 143 / 0.35) !important;
}

.bg-fuchsia-800\/40 {
  background-color: rgb(134 25 143 / 0.4) !important;
}

.bg-fuchsia-800\/45 {
  background-color: rgb(134 25 143 / 0.45) !important;
}

.bg-fuchsia-800\/5 {
  background-color: rgb(134 25 143 / 0.05) !important;
}

.bg-fuchsia-800\/50 {
  background-color: rgb(134 25 143 / 0.5) !important;
}

.bg-fuchsia-800\/55 {
  background-color: rgb(134 25 143 / 0.55) !important;
}

.bg-fuchsia-800\/60 {
  background-color: rgb(134 25 143 / 0.6) !important;
}

.bg-fuchsia-800\/65 {
  background-color: rgb(134 25 143 / 0.65) !important;
}

.bg-fuchsia-800\/70 {
  background-color: rgb(134 25 143 / 0.7) !important;
}

.bg-fuchsia-800\/75 {
  background-color: rgb(134 25 143 / 0.75) !important;
}

.bg-fuchsia-800\/80 {
  background-color: rgb(134 25 143 / 0.8) !important;
}

.bg-fuchsia-800\/85 {
  background-color: rgb(134 25 143 / 0.85) !important;
}

.bg-fuchsia-800\/90 {
  background-color: rgb(134 25 143 / 0.9) !important;
}

.bg-fuchsia-800\/95 {
  background-color: rgb(134 25 143 / 0.95) !important;
}

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

.bg-fuchsia-900\/0 {
  background-color: rgb(112 26 117 / 0) !important;
}

.bg-fuchsia-900\/10 {
  background-color: rgb(112 26 117 / 0.1) !important;
}

.bg-fuchsia-900\/100 {
  background-color: rgb(112 26 117 / 1) !important;
}

.bg-fuchsia-900\/15 {
  background-color: rgb(112 26 117 / 0.15) !important;
}

.bg-fuchsia-900\/20 {
  background-color: rgb(112 26 117 / 0.2) !important;
}

.bg-fuchsia-900\/25 {
  background-color: rgb(112 26 117 / 0.25) !important;
}

.bg-fuchsia-900\/30 {
  background-color: rgb(112 26 117 / 0.3) !important;
}

.bg-fuchsia-900\/35 {
  background-color: rgb(112 26 117 / 0.35) !important;
}

.bg-fuchsia-900\/40 {
  background-color: rgb(112 26 117 / 0.4) !important;
}

.bg-fuchsia-900\/45 {
  background-color: rgb(112 26 117 / 0.45) !important;
}

.bg-fuchsia-900\/5 {
  background-color: rgb(112 26 117 / 0.05) !important;
}

.bg-fuchsia-900\/50 {
  background-color: rgb(112 26 117 / 0.5) !important;
}

.bg-fuchsia-900\/55 {
  background-color: rgb(112 26 117 / 0.55) !important;
}

.bg-fuchsia-900\/60 {
  background-color: rgb(112 26 117 / 0.6) !important;
}

.bg-fuchsia-900\/65 {
  background-color: rgb(112 26 117 / 0.65) !important;
}

.bg-fuchsia-900\/70 {
  background-color: rgb(112 26 117 / 0.7) !important;
}

.bg-fuchsia-900\/75 {
  background-color: rgb(112 26 117 / 0.75) !important;
}

.bg-fuchsia-900\/80 {
  background-color: rgb(112 26 117 / 0.8) !important;
}

.bg-fuchsia-900\/85 {
  background-color: rgb(112 26 117 / 0.85) !important;
}

.bg-fuchsia-900\/90 {
  background-color: rgb(112 26 117 / 0.9) !important;
}

.bg-fuchsia-900\/95 {
  background-color: rgb(112 26 117 / 0.95) !important;
}

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

.bg-gray-100\/0 {
  background-color: rgb(var(--gray-100, 243 244 246) / 0) !important;
}

.bg-gray-100\/10 {
  background-color: rgb(var(--gray-100, 243 244 246) / 0.1) !important;
}

.bg-gray-100\/100 {
  background-color: rgb(var(--gray-100, 243 244 246) / 1) !important;
}

.bg-gray-100\/15 {
  background-color: rgb(var(--gray-100, 243 244 246) / 0.15) !important;
}

.bg-gray-100\/20 {
  background-color: rgb(var(--gray-100, 243 244 246) / 0.2) !important;
}

.bg-gray-100\/25 {
  background-color: rgb(var(--gray-100, 243 244 246) / 0.25) !important;
}

.bg-gray-100\/30 {
  background-color: rgb(var(--gray-100, 243 244 246) / 0.3) !important;
}

.bg-gray-100\/35 {
  background-color: rgb(var(--gray-100, 243 244 246) / 0.35) !important;
}

.bg-gray-100\/40 {
  background-color: rgb(var(--gray-100, 243 244 246) / 0.4) !important;
}

.bg-gray-100\/45 {
  background-color: rgb(var(--gray-100, 243 244 246) / 0.45) !important;
}

.bg-gray-100\/5 {
  background-color: rgb(var(--gray-100, 243 244 246) / 0.05) !important;
}

.bg-gray-100\/50 {
  background-color: rgb(var(--gray-100, 243 244 246) / 0.5) !important;
}

.bg-gray-100\/55 {
  background-color: rgb(var(--gray-100, 243 244 246) / 0.55) !important;
}

.bg-gray-100\/60 {
  background-color: rgb(var(--gray-100, 243 244 246) / 0.6) !important;
}

.bg-gray-100\/65 {
  background-color: rgb(var(--gray-100, 243 244 246) / 0.65) !important;
}

.bg-gray-100\/70 {
  background-color: rgb(var(--gray-100, 243 244 246) / 0.7) !important;
}

.bg-gray-100\/75 {
  background-color: rgb(var(--gray-100, 243 244 246) / 0.75) !important;
}

.bg-gray-100\/80 {
  background-color: rgb(var(--gray-100, 243 244 246) / 0.8) !important;
}

.bg-gray-100\/85 {
  background-color: rgb(var(--gray-100, 243 244 246) / 0.85) !important;
}

.bg-gray-100\/90 {
  background-color: rgb(var(--gray-100, 243 244 246) / 0.9) !important;
}

.bg-gray-100\/95 {
  background-color: rgb(var(--gray-100, 243 244 246) / 0.95) !important;
}

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

.bg-gray-200\/0 {
  background-color: rgb(var(--gray-200, 229 231 235) / 0) !important;
}

.bg-gray-200\/10 {
  background-color: rgb(var(--gray-200, 229 231 235) / 0.1) !important;
}

.bg-gray-200\/100 {
  background-color: rgb(var(--gray-200, 229 231 235) / 1) !important;
}

.bg-gray-200\/15 {
  background-color: rgb(var(--gray-200, 229 231 235) / 0.15) !important;
}

.bg-gray-200\/20 {
  background-color: rgb(var(--gray-200, 229 231 235) / 0.2) !important;
}

.bg-gray-200\/25 {
  background-color: rgb(var(--gray-200, 229 231 235) / 0.25) !important;
}

.bg-gray-200\/30 {
  background-color: rgb(var(--gray-200, 229 231 235) / 0.3) !important;
}

.bg-gray-200\/35 {
  background-color: rgb(var(--gray-200, 229 231 235) / 0.35) !important;
}

.bg-gray-200\/40 {
  background-color: rgb(var(--gray-200, 229 231 235) / 0.4) !important;
}

.bg-gray-200\/45 {
  background-color: rgb(var(--gray-200, 229 231 235) / 0.45) !important;
}

.bg-gray-200\/5 {
  background-color: rgb(var(--gray-200, 229 231 235) / 0.05) !important;
}

.bg-gray-200\/50 {
  background-color: rgb(var(--gray-200, 229 231 235) / 0.5) !important;
}

.bg-gray-200\/55 {
  background-color: rgb(var(--gray-200, 229 231 235) / 0.55) !important;
}

.bg-gray-200\/60 {
  background-color: rgb(var(--gray-200, 229 231 235) / 0.6) !important;
}

.bg-gray-200\/65 {
  background-color: rgb(var(--gray-200, 229 231 235) / 0.65) !important;
}

.bg-gray-200\/70 {
  background-color: rgb(var(--gray-200, 229 231 235) / 0.7) !important;
}

.bg-gray-200\/75 {
  background-color: rgb(var(--gray-200, 229 231 235) / 0.75) !important;
}

.bg-gray-200\/80 {
  background-color: rgb(var(--gray-200, 229 231 235) / 0.8) !important;
}

.bg-gray-200\/85 {
  background-color: rgb(var(--gray-200, 229 231 235) / 0.85) !important;
}

.bg-gray-200\/90 {
  background-color: rgb(var(--gray-200, 229 231 235) / 0.9) !important;
}

.bg-gray-200\/95 {
  background-color: rgb(var(--gray-200, 229 231 235) / 0.95) !important;
}

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

.bg-gray-300\/0 {
  background-color: rgb(var(--gray-300, 209 213 219) / 0) !important;
}

.bg-gray-300\/10 {
  background-color: rgb(var(--gray-300, 209 213 219) / 0.1) !important;
}

.bg-gray-300\/100 {
  background-color: rgb(var(--gray-300, 209 213 219) / 1) !important;
}

.bg-gray-300\/15 {
  background-color: rgb(var(--gray-300, 209 213 219) / 0.15) !important;
}

.bg-gray-300\/20 {
  background-color: rgb(var(--gray-300, 209 213 219) / 0.2) !important;
}

.bg-gray-300\/25 {
  background-color: rgb(var(--gray-300, 209 213 219) / 0.25) !important;
}

.bg-gray-300\/30 {
  background-color: rgb(var(--gray-300, 209 213 219) / 0.3) !important;
}

.bg-gray-300\/35 {
  background-color: rgb(var(--gray-300, 209 213 219) / 0.35) !important;
}

.bg-gray-300\/40 {
  background-color: rgb(var(--gray-300, 209 213 219) / 0.4) !important;
}

.bg-gray-300\/45 {
  background-color: rgb(var(--gray-300, 209 213 219) / 0.45) !important;
}

.bg-gray-300\/5 {
  background-color: rgb(var(--gray-300, 209 213 219) / 0.05) !important;
}

.bg-gray-300\/50 {
  background-color: rgb(var(--gray-300, 209 213 219) / 0.5) !important;
}

.bg-gray-300\/55 {
  background-color: rgb(var(--gray-300, 209 213 219) / 0.55) !important;
}

.bg-gray-300\/60 {
  background-color: rgb(var(--gray-300, 209 213 219) / 0.6) !important;
}

.bg-gray-300\/65 {
  background-color: rgb(var(--gray-300, 209 213 219) / 0.65) !important;
}

.bg-gray-300\/70 {
  background-color: rgb(var(--gray-300, 209 213 219) / 0.7) !important;
}

.bg-gray-300\/75 {
  background-color: rgb(var(--gray-300, 209 213 219) / 0.75) !important;
}

.bg-gray-300\/80 {
  background-color: rgb(var(--gray-300, 209 213 219) / 0.8) !important;
}

.bg-gray-300\/85 {
  background-color: rgb(var(--gray-300, 209 213 219) / 0.85) !important;
}

.bg-gray-300\/90 {
  background-color: rgb(var(--gray-300, 209 213 219) / 0.9) !important;
}

.bg-gray-300\/95 {
  background-color: rgb(var(--gray-300, 209 213 219) / 0.95) !important;
}

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

.bg-gray-400\/0 {
  background-color: rgb(var(--gray-400, 156 163 175) / 0) !important;
}

.bg-gray-400\/10 {
  background-color: rgb(var(--gray-400, 156 163 175) / 0.1) !important;
}

.bg-gray-400\/100 {
  background-color: rgb(var(--gray-400, 156 163 175) / 1) !important;
}

.bg-gray-400\/15 {
  background-color: rgb(var(--gray-400, 156 163 175) / 0.15) !important;
}

.bg-gray-400\/20 {
  background-color: rgb(var(--gray-400, 156 163 175) / 0.2) !important;
}

.bg-gray-400\/25 {
  background-color: rgb(var(--gray-400, 156 163 175) / 0.25) !important;
}

.bg-gray-400\/30 {
  background-color: rgb(var(--gray-400, 156 163 175) / 0.3) !important;
}

.bg-gray-400\/35 {
  background-color: rgb(var(--gray-400, 156 163 175) / 0.35) !important;
}

.bg-gray-400\/40 {
  background-color: rgb(var(--gray-400, 156 163 175) / 0.4) !important;
}

.bg-gray-400\/45 {
  background-color: rgb(var(--gray-400, 156 163 175) / 0.45) !important;
}

.bg-gray-400\/5 {
  background-color: rgb(var(--gray-400, 156 163 175) / 0.05) !important;
}

.bg-gray-400\/50 {
  background-color: rgb(var(--gray-400, 156 163 175) / 0.5) !important;
}

.bg-gray-400\/55 {
  background-color: rgb(var(--gray-400, 156 163 175) / 0.55) !important;
}

.bg-gray-400\/60 {
  background-color: rgb(var(--gray-400, 156 163 175) / 0.6) !important;
}

.bg-gray-400\/65 {
  background-color: rgb(var(--gray-400, 156 163 175) / 0.65) !important;
}

.bg-gray-400\/70 {
  background-color: rgb(var(--gray-400, 156 163 175) / 0.7) !important;
}

.bg-gray-400\/75 {
  background-color: rgb(var(--gray-400, 156 163 175) / 0.75) !important;
}

.bg-gray-400\/80 {
  background-color: rgb(var(--gray-400, 156 163 175) / 0.8) !important;
}

.bg-gray-400\/85 {
  background-color: rgb(var(--gray-400, 156 163 175) / 0.85) !important;
}

.bg-gray-400\/90 {
  background-color: rgb(var(--gray-400, 156 163 175) / 0.9) !important;
}

.bg-gray-400\/95 {
  background-color: rgb(var(--gray-400, 156 163 175) / 0.95) !important;
}

.bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--gray-50, 249 250 251) / var(--tw-bg-opacity, 1)) !important;
}

.bg-gray-50\/0 {
  background-color: rgb(var(--gray-50, 249 250 251) / 0) !important;
}

.bg-gray-50\/10 {
  background-color: rgb(var(--gray-50, 249 250 251) / 0.1) !important;
}

.bg-gray-50\/100 {
  background-color: rgb(var(--gray-50, 249 250 251) / 1) !important;
}

.bg-gray-50\/15 {
  background-color: rgb(var(--gray-50, 249 250 251) / 0.15) !important;
}

.bg-gray-50\/20 {
  background-color: rgb(var(--gray-50, 249 250 251) / 0.2) !important;
}

.bg-gray-50\/25 {
  background-color: rgb(var(--gray-50, 249 250 251) / 0.25) !important;
}

.bg-gray-50\/30 {
  background-color: rgb(var(--gray-50, 249 250 251) / 0.3) !important;
}

.bg-gray-50\/35 {
  background-color: rgb(var(--gray-50, 249 250 251) / 0.35) !important;
}

.bg-gray-50\/40 {
  background-color: rgb(var(--gray-50, 249 250 251) / 0.4) !important;
}

.bg-gray-50\/45 {
  background-color: rgb(var(--gray-50, 249 250 251) / 0.45) !important;
}

.bg-gray-50\/5 {
  background-color: rgb(var(--gray-50, 249 250 251) / 0.05) !important;
}

.bg-gray-50\/50 {
  background-color: rgb(var(--gray-50, 249 250 251) / 0.5) !important;
}

.bg-gray-50\/55 {
  background-color: rgb(var(--gray-50, 249 250 251) / 0.55) !important;
}

.bg-gray-50\/60 {
  background-color: rgb(var(--gray-50, 249 250 251) / 0.6) !important;
}

.bg-gray-50\/65 {
  background-color: rgb(var(--gray-50, 249 250 251) / 0.65) !important;
}

.bg-gray-50\/70 {
  background-color: rgb(var(--gray-50, 249 250 251) / 0.7) !important;
}

.bg-gray-50\/75 {
  background-color: rgb(var(--gray-50, 249 250 251) / 0.75) !important;
}

.bg-gray-50\/80 {
  background-color: rgb(var(--gray-50, 249 250 251) / 0.8) !important;
}

.bg-gray-50\/85 {
  background-color: rgb(var(--gray-50, 249 250 251) / 0.85) !important;
}

.bg-gray-50\/90 {
  background-color: rgb(var(--gray-50, 249 250 251) / 0.9) !important;
}

.bg-gray-50\/95 {
  background-color: rgb(var(--gray-50, 249 250 251) / 0.95) !important;
}

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

.bg-gray-500\/0 {
  background-color: rgb(var(--gray-500, 107 114 128) / 0) !important;
}

.bg-gray-500\/10 {
  background-color: rgb(var(--gray-500, 107 114 128) / 0.1) !important;
}

.bg-gray-500\/100 {
  background-color: rgb(var(--gray-500, 107 114 128) / 1) !important;
}

.bg-gray-500\/15 {
  background-color: rgb(var(--gray-500, 107 114 128) / 0.15) !important;
}

.bg-gray-500\/20 {
  background-color: rgb(var(--gray-500, 107 114 128) / 0.2) !important;
}

.bg-gray-500\/25 {
  background-color: rgb(var(--gray-500, 107 114 128) / 0.25) !important;
}

.bg-gray-500\/30 {
  background-color: rgb(var(--gray-500, 107 114 128) / 0.3) !important;
}

.bg-gray-500\/35 {
  background-color: rgb(var(--gray-500, 107 114 128) / 0.35) !important;
}

.bg-gray-500\/40 {
  background-color: rgb(var(--gray-500, 107 114 128) / 0.4) !important;
}

.bg-gray-500\/45 {
  background-color: rgb(var(--gray-500, 107 114 128) / 0.45) !important;
}

.bg-gray-500\/5 {
  background-color: rgb(var(--gray-500, 107 114 128) / 0.05) !important;
}

.bg-gray-500\/50 {
  background-color: rgb(var(--gray-500, 107 114 128) / 0.5) !important;
}

.bg-gray-500\/55 {
  background-color: rgb(var(--gray-500, 107 114 128) / 0.55) !important;
}

.bg-gray-500\/60 {
  background-color: rgb(var(--gray-500, 107 114 128) / 0.6) !important;
}

.bg-gray-500\/65 {
  background-color: rgb(var(--gray-500, 107 114 128) / 0.65) !important;
}

.bg-gray-500\/70 {
  background-color: rgb(var(--gray-500, 107 114 128) / 0.7) !important;
}

.bg-gray-500\/75 {
  background-color: rgb(var(--gray-500, 107 114 128) / 0.75) !important;
}

.bg-gray-500\/80 {
  background-color: rgb(var(--gray-500, 107 114 128) / 0.8) !important;
}

.bg-gray-500\/85 {
  background-color: rgb(var(--gray-500, 107 114 128) / 0.85) !important;
}

.bg-gray-500\/90 {
  background-color: rgb(var(--gray-500, 107 114 128) / 0.9) !important;
}

.bg-gray-500\/95 {
  background-color: rgb(var(--gray-500, 107 114 128) / 0.95) !important;
}

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

.bg-gray-600\/0 {
  background-color: rgb(var(--gray-600, 75 85 99) / 0) !important;
}

.bg-gray-600\/10 {
  background-color: rgb(var(--gray-600, 75 85 99) / 0.1) !important;
}

.bg-gray-600\/100 {
  background-color: rgb(var(--gray-600, 75 85 99) / 1) !important;
}

.bg-gray-600\/15 {
  background-color: rgb(var(--gray-600, 75 85 99) / 0.15) !important;
}

.bg-gray-600\/20 {
  background-color: rgb(var(--gray-600, 75 85 99) / 0.2) !important;
}

.bg-gray-600\/25 {
  background-color: rgb(var(--gray-600, 75 85 99) / 0.25) !important;
}

.bg-gray-600\/30 {
  background-color: rgb(var(--gray-600, 75 85 99) / 0.3) !important;
}

.bg-gray-600\/35 {
  background-color: rgb(var(--gray-600, 75 85 99) / 0.35) !important;
}

.bg-gray-600\/40 {
  background-color: rgb(var(--gray-600, 75 85 99) / 0.4) !important;
}

.bg-gray-600\/45 {
  background-color: rgb(var(--gray-600, 75 85 99) / 0.45) !important;
}

.bg-gray-600\/5 {
  background-color: rgb(var(--gray-600, 75 85 99) / 0.05) !important;
}

.bg-gray-600\/50 {
  background-color: rgb(var(--gray-600, 75 85 99) / 0.5) !important;
}

.bg-gray-600\/55 {
  background-color: rgb(var(--gray-600, 75 85 99) / 0.55) !important;
}

.bg-gray-600\/60 {
  background-color: rgb(var(--gray-600, 75 85 99) / 0.6) !important;
}

.bg-gray-600\/65 {
  background-color: rgb(var(--gray-600, 75 85 99) / 0.65) !important;
}

.bg-gray-600\/70 {
  background-color: rgb(var(--gray-600, 75 85 99) / 0.7) !important;
}

.bg-gray-600\/75 {
  background-color: rgb(var(--gray-600, 75 85 99) / 0.75) !important;
}

.bg-gray-600\/80 {
  background-color: rgb(var(--gray-600, 75 85 99) / 0.8) !important;
}

.bg-gray-600\/85 {
  background-color: rgb(var(--gray-600, 75 85 99) / 0.85) !important;
}

.bg-gray-600\/90 {
  background-color: rgb(var(--gray-600, 75 85 99) / 0.9) !important;
}

.bg-gray-600\/95 {
  background-color: rgb(var(--gray-600, 75 85 99) / 0.95) !important;
}

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

.bg-gray-700\/0 {
  background-color: rgb(var(--gray-700, 55 65 81) / 0) !important;
}

.bg-gray-700\/10 {
  background-color: rgb(var(--gray-700, 55 65 81) / 0.1) !important;
}

.bg-gray-700\/100 {
  background-color: rgb(var(--gray-700, 55 65 81) / 1) !important;
}

.bg-gray-700\/15 {
  background-color: rgb(var(--gray-700, 55 65 81) / 0.15) !important;
}

.bg-gray-700\/20 {
  background-color: rgb(var(--gray-700, 55 65 81) / 0.2) !important;
}

.bg-gray-700\/25 {
  background-color: rgb(var(--gray-700, 55 65 81) / 0.25) !important;
}

.bg-gray-700\/30 {
  background-color: rgb(var(--gray-700, 55 65 81) / 0.3) !important;
}

.bg-gray-700\/35 {
  background-color: rgb(var(--gray-700, 55 65 81) / 0.35) !important;
}

.bg-gray-700\/40 {
  background-color: rgb(var(--gray-700, 55 65 81) / 0.4) !important;
}

.bg-gray-700\/45 {
  background-color: rgb(var(--gray-700, 55 65 81) / 0.45) !important;
}

.bg-gray-700\/5 {
  background-color: rgb(var(--gray-700, 55 65 81) / 0.05) !important;
}

.bg-gray-700\/50 {
  background-color: rgb(var(--gray-700, 55 65 81) / 0.5) !important;
}

.bg-gray-700\/55 {
  background-color: rgb(var(--gray-700, 55 65 81) / 0.55) !important;
}

.bg-gray-700\/60 {
  background-color: rgb(var(--gray-700, 55 65 81) / 0.6) !important;
}

.bg-gray-700\/65 {
  background-color: rgb(var(--gray-700, 55 65 81) / 0.65) !important;
}

.bg-gray-700\/70 {
  background-color: rgb(var(--gray-700, 55 65 81) / 0.7) !important;
}

.bg-gray-700\/75 {
  background-color: rgb(var(--gray-700, 55 65 81) / 0.75) !important;
}

.bg-gray-700\/80 {
  background-color: rgb(var(--gray-700, 55 65 81) / 0.8) !important;
}

.bg-gray-700\/85 {
  background-color: rgb(var(--gray-700, 55 65 81) / 0.85) !important;
}

.bg-gray-700\/90 {
  background-color: rgb(var(--gray-700, 55 65 81) / 0.9) !important;
}

.bg-gray-700\/95 {
  background-color: rgb(var(--gray-700, 55 65 81) / 0.95) !important;
}

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

.bg-gray-800\/0 {
  background-color: rgb(var(--gray-800, 31 41 55) / 0) !important;
}

.bg-gray-800\/10 {
  background-color: rgb(var(--gray-800, 31 41 55) / 0.1) !important;
}

.bg-gray-800\/100 {
  background-color: rgb(var(--gray-800, 31 41 55) / 1) !important;
}

.bg-gray-800\/15 {
  background-color: rgb(var(--gray-800, 31 41 55) / 0.15) !important;
}

.bg-gray-800\/20 {
  background-color: rgb(var(--gray-800, 31 41 55) / 0.2) !important;
}

.bg-gray-800\/25 {
  background-color: rgb(var(--gray-800, 31 41 55) / 0.25) !important;
}

.bg-gray-800\/30 {
  background-color: rgb(var(--gray-800, 31 41 55) / 0.3) !important;
}

.bg-gray-800\/35 {
  background-color: rgb(var(--gray-800, 31 41 55) / 0.35) !important;
}

.bg-gray-800\/40 {
  background-color: rgb(var(--gray-800, 31 41 55) / 0.4) !important;
}

.bg-gray-800\/45 {
  background-color: rgb(var(--gray-800, 31 41 55) / 0.45) !important;
}

.bg-gray-800\/5 {
  background-color: rgb(var(--gray-800, 31 41 55) / 0.05) !important;
}

.bg-gray-800\/50 {
  background-color: rgb(var(--gray-800, 31 41 55) / 0.5) !important;
}

.bg-gray-800\/55 {
  background-color: rgb(var(--gray-800, 31 41 55) / 0.55) !important;
}

.bg-gray-800\/60 {
  background-color: rgb(var(--gray-800, 31 41 55) / 0.6) !important;
}

.bg-gray-800\/65 {
  background-color: rgb(var(--gray-800, 31 41 55) / 0.65) !important;
}

.bg-gray-800\/70 {
  background-color: rgb(var(--gray-800, 31 41 55) / 0.7) !important;
}

.bg-gray-800\/75 {
  background-color: rgb(var(--gray-800, 31 41 55) / 0.75) !important;
}

.bg-gray-800\/80 {
  background-color: rgb(var(--gray-800, 31 41 55) / 0.8) !important;
}

.bg-gray-800\/85 {
  background-color: rgb(var(--gray-800, 31 41 55) / 0.85) !important;
}

.bg-gray-800\/90 {
  background-color: rgb(var(--gray-800, 31 41 55) / 0.9) !important;
}

.bg-gray-800\/95 {
  background-color: rgb(var(--gray-800, 31 41 55) / 0.95) !important;
}

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

.bg-gray-900\/0 {
  background-color: rgb(var(--gray-900, 17 24 39) / 0) !important;
}

.bg-gray-900\/10 {
  background-color: rgb(var(--gray-900, 17 24 39) / 0.1) !important;
}

.bg-gray-900\/100 {
  background-color: rgb(var(--gray-900, 17 24 39) / 1) !important;
}

.bg-gray-900\/15 {
  background-color: rgb(var(--gray-900, 17 24 39) / 0.15) !important;
}

.bg-gray-900\/20 {
  background-color: rgb(var(--gray-900, 17 24 39) / 0.2) !important;
}

.bg-gray-900\/25 {
  background-color: rgb(var(--gray-900, 17 24 39) / 0.25) !important;
}

.bg-gray-900\/30 {
  background-color: rgb(var(--gray-900, 17 24 39) / 0.3) !important;
}

.bg-gray-900\/35 {
  background-color: rgb(var(--gray-900, 17 24 39) / 0.35) !important;
}

.bg-gray-900\/40 {
  background-color: rgb(var(--gray-900, 17 24 39) / 0.4) !important;
}

.bg-gray-900\/45 {
  background-color: rgb(var(--gray-900, 17 24 39) / 0.45) !important;
}

.bg-gray-900\/5 {
  background-color: rgb(var(--gray-900, 17 24 39) / 0.05) !important;
}

.bg-gray-900\/50 {
  background-color: rgb(var(--gray-900, 17 24 39) / 0.5) !important;
}

.bg-gray-900\/55 {
  background-color: rgb(var(--gray-900, 17 24 39) / 0.55) !important;
}

.bg-gray-900\/60 {
  background-color: rgb(var(--gray-900, 17 24 39) / 0.6) !important;
}

.bg-gray-900\/65 {
  background-color: rgb(var(--gray-900, 17 24 39) / 0.65) !important;
}

.bg-gray-900\/70 {
  background-color: rgb(var(--gray-900, 17 24 39) / 0.7) !important;
}

.bg-gray-900\/75 {
  background-color: rgb(var(--gray-900, 17 24 39) / 0.75) !important;
}

.bg-gray-900\/80 {
  background-color: rgb(var(--gray-900, 17 24 39) / 0.8) !important;
}

.bg-gray-900\/85 {
  background-color: rgb(var(--gray-900, 17 24 39) / 0.85) !important;
}

.bg-gray-900\/90 {
  background-color: rgb(var(--gray-900, 17 24 39) / 0.9) !important;
}

.bg-gray-900\/95 {
  background-color: rgb(var(--gray-900, 17 24 39) / 0.95) !important;
}

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

.bg-green-100\/0 {
  background-color: rgb(var(--green-100, 220 252 231) / 0) !important;
}

.bg-green-100\/10 {
  background-color: rgb(var(--green-100, 220 252 231) / 0.1) !important;
}

.bg-green-100\/100 {
  background-color: rgb(var(--green-100, 220 252 231) / 1) !important;
}

.bg-green-100\/15 {
  background-color: rgb(var(--green-100, 220 252 231) / 0.15) !important;
}

.bg-green-100\/20 {
  background-color: rgb(var(--green-100, 220 252 231) / 0.2) !important;
}

.bg-green-100\/25 {
  background-color: rgb(var(--green-100, 220 252 231) / 0.25) !important;
}

.bg-green-100\/30 {
  background-color: rgb(var(--green-100, 220 252 231) / 0.3) !important;
}

.bg-green-100\/35 {
  background-color: rgb(var(--green-100, 220 252 231) / 0.35) !important;
}

.bg-green-100\/40 {
  background-color: rgb(var(--green-100, 220 252 231) / 0.4) !important;
}

.bg-green-100\/45 {
  background-color: rgb(var(--green-100, 220 252 231) / 0.45) !important;
}

.bg-green-100\/5 {
  background-color: rgb(var(--green-100, 220 252 231) / 0.05) !important;
}

.bg-green-100\/50 {
  background-color: rgb(var(--green-100, 220 252 231) / 0.5) !important;
}

.bg-green-100\/55 {
  background-color: rgb(var(--green-100, 220 252 231) / 0.55) !important;
}

.bg-green-100\/60 {
  background-color: rgb(var(--green-100, 220 252 231) / 0.6) !important;
}

.bg-green-100\/65 {
  background-color: rgb(var(--green-100, 220 252 231) / 0.65) !important;
}

.bg-green-100\/70 {
  background-color: rgb(var(--green-100, 220 252 231) / 0.7) !important;
}

.bg-green-100\/75 {
  background-color: rgb(var(--green-100, 220 252 231) / 0.75) !important;
}

.bg-green-100\/80 {
  background-color: rgb(var(--green-100, 220 252 231) / 0.8) !important;
}

.bg-green-100\/85 {
  background-color: rgb(var(--green-100, 220 252 231) / 0.85) !important;
}

.bg-green-100\/90 {
  background-color: rgb(var(--green-100, 220 252 231) / 0.9) !important;
}

.bg-green-100\/95 {
  background-color: rgb(var(--green-100, 220 252 231) / 0.95) !important;
}

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

.bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0) !important;
}

.bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1) !important;
}

.bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1) !important;
}

.bg-green-200\/15 {
  background-color: rgb(187 247 208 / 0.15) !important;
}

.bg-green-200\/20 {
  background-color: rgb(187 247 208 / 0.2) !important;
}

.bg-green-200\/25 {
  background-color: rgb(187 247 208 / 0.25) !important;
}

.bg-green-200\/30 {
  background-color: rgb(187 247 208 / 0.3) !important;
}

.bg-green-200\/35 {
  background-color: rgb(187 247 208 / 0.35) !important;
}

.bg-green-200\/40 {
  background-color: rgb(187 247 208 / 0.4) !important;
}

.bg-green-200\/45 {
  background-color: rgb(187 247 208 / 0.45) !important;
}

.bg-green-200\/5 {
  background-color: rgb(187 247 208 / 0.05) !important;
}

.bg-green-200\/50 {
  background-color: rgb(187 247 208 / 0.5) !important;
}

.bg-green-200\/55 {
  background-color: rgb(187 247 208 / 0.55) !important;
}

.bg-green-200\/60 {
  background-color: rgb(187 247 208 / 0.6) !important;
}

.bg-green-200\/65 {
  background-color: rgb(187 247 208 / 0.65) !important;
}

.bg-green-200\/70 {
  background-color: rgb(187 247 208 / 0.7) !important;
}

.bg-green-200\/75 {
  background-color: rgb(187 247 208 / 0.75) !important;
}

.bg-green-200\/80 {
  background-color: rgb(187 247 208 / 0.8) !important;
}

.bg-green-200\/85 {
  background-color: rgb(187 247 208 / 0.85) !important;
}

.bg-green-200\/90 {
  background-color: rgb(187 247 208 / 0.9) !important;
}

.bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95) !important;
}

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

.bg-green-300\/0 {
  background-color: rgb(134 239 172 / 0) !important;
}

.bg-green-300\/10 {
  background-color: rgb(134 239 172 / 0.1) !important;
}

.bg-green-300\/100 {
  background-color: rgb(134 239 172 / 1) !important;
}

.bg-green-300\/15 {
  background-color: rgb(134 239 172 / 0.15) !important;
}

.bg-green-300\/20 {
  background-color: rgb(134 239 172 / 0.2) !important;
}

.bg-green-300\/25 {
  background-color: rgb(134 239 172 / 0.25) !important;
}

.bg-green-300\/30 {
  background-color: rgb(134 239 172 / 0.3) !important;
}

.bg-green-300\/35 {
  background-color: rgb(134 239 172 / 0.35) !important;
}

.bg-green-300\/40 {
  background-color: rgb(134 239 172 / 0.4) !important;
}

.bg-green-300\/45 {
  background-color: rgb(134 239 172 / 0.45) !important;
}

.bg-green-300\/5 {
  background-color: rgb(134 239 172 / 0.05) !important;
}

.bg-green-300\/50 {
  background-color: rgb(134 239 172 / 0.5) !important;
}

.bg-green-300\/55 {
  background-color: rgb(134 239 172 / 0.55) !important;
}

.bg-green-300\/60 {
  background-color: rgb(134 239 172 / 0.6) !important;
}

.bg-green-300\/65 {
  background-color: rgb(134 239 172 / 0.65) !important;
}

.bg-green-300\/70 {
  background-color: rgb(134 239 172 / 0.7) !important;
}

.bg-green-300\/75 {
  background-color: rgb(134 239 172 / 0.75) !important;
}

.bg-green-300\/80 {
  background-color: rgb(134 239 172 / 0.8) !important;
}

.bg-green-300\/85 {
  background-color: rgb(134 239 172 / 0.85) !important;
}

.bg-green-300\/90 {
  background-color: rgb(134 239 172 / 0.9) !important;
}

.bg-green-300\/95 {
  background-color: rgb(134 239 172 / 0.95) !important;
}

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

.bg-green-400\/0 {
  background-color: rgb(74 222 128 / 0) !important;
}

.bg-green-400\/10 {
  background-color: rgb(74 222 128 / 0.1) !important;
}

.bg-green-400\/100 {
  background-color: rgb(74 222 128 / 1) !important;
}

.bg-green-400\/15 {
  background-color: rgb(74 222 128 / 0.15) !important;
}

.bg-green-400\/20 {
  background-color: rgb(74 222 128 / 0.2) !important;
}

.bg-green-400\/25 {
  background-color: rgb(74 222 128 / 0.25) !important;
}

.bg-green-400\/30 {
  background-color: rgb(74 222 128 / 0.3) !important;
}

.bg-green-400\/35 {
  background-color: rgb(74 222 128 / 0.35) !important;
}

.bg-green-400\/40 {
  background-color: rgb(74 222 128 / 0.4) !important;
}

.bg-green-400\/45 {
  background-color: rgb(74 222 128 / 0.45) !important;
}

.bg-green-400\/5 {
  background-color: rgb(74 222 128 / 0.05) !important;
}

.bg-green-400\/50 {
  background-color: rgb(74 222 128 / 0.5) !important;
}

.bg-green-400\/55 {
  background-color: rgb(74 222 128 / 0.55) !important;
}

.bg-green-400\/60 {
  background-color: rgb(74 222 128 / 0.6) !important;
}

.bg-green-400\/65 {
  background-color: rgb(74 222 128 / 0.65) !important;
}

.bg-green-400\/70 {
  background-color: rgb(74 222 128 / 0.7) !important;
}

.bg-green-400\/75 {
  background-color: rgb(74 222 128 / 0.75) !important;
}

.bg-green-400\/80 {
  background-color: rgb(74 222 128 / 0.8) !important;
}

.bg-green-400\/85 {
  background-color: rgb(74 222 128 / 0.85) !important;
}

.bg-green-400\/90 {
  background-color: rgb(74 222 128 / 0.9) !important;
}

.bg-green-400\/95 {
  background-color: rgb(74 222 128 / 0.95) !important;
}

.bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--green-50, 240 253 244) / var(--tw-bg-opacity, 1)) !important;
}

.bg-green-50\/0 {
  background-color: rgb(var(--green-50, 240 253 244) / 0) !important;
}

.bg-green-50\/10 {
  background-color: rgb(var(--green-50, 240 253 244) / 0.1) !important;
}

.bg-green-50\/100 {
  background-color: rgb(var(--green-50, 240 253 244) / 1) !important;
}

.bg-green-50\/15 {
  background-color: rgb(var(--green-50, 240 253 244) / 0.15) !important;
}

.bg-green-50\/20 {
  background-color: rgb(var(--green-50, 240 253 244) / 0.2) !important;
}

.bg-green-50\/25 {
  background-color: rgb(var(--green-50, 240 253 244) / 0.25) !important;
}

.bg-green-50\/30 {
  background-color: rgb(var(--green-50, 240 253 244) / 0.3) !important;
}

.bg-green-50\/35 {
  background-color: rgb(var(--green-50, 240 253 244) / 0.35) !important;
}

.bg-green-50\/40 {
  background-color: rgb(var(--green-50, 240 253 244) / 0.4) !important;
}

.bg-green-50\/45 {
  background-color: rgb(var(--green-50, 240 253 244) / 0.45) !important;
}

.bg-green-50\/5 {
  background-color: rgb(var(--green-50, 240 253 244) / 0.05) !important;
}

.bg-green-50\/50 {
  background-color: rgb(var(--green-50, 240 253 244) / 0.5) !important;
}

.bg-green-50\/55 {
  background-color: rgb(var(--green-50, 240 253 244) / 0.55) !important;
}

.bg-green-50\/60 {
  background-color: rgb(var(--green-50, 240 253 244) / 0.6) !important;
}

.bg-green-50\/65 {
  background-color: rgb(var(--green-50, 240 253 244) / 0.65) !important;
}

.bg-green-50\/70 {
  background-color: rgb(var(--green-50, 240 253 244) / 0.7) !important;
}

.bg-green-50\/75 {
  background-color: rgb(var(--green-50, 240 253 244) / 0.75) !important;
}

.bg-green-50\/80 {
  background-color: rgb(var(--green-50, 240 253 244) / 0.8) !important;
}

.bg-green-50\/85 {
  background-color: rgb(var(--green-50, 240 253 244) / 0.85) !important;
}

.bg-green-50\/90 {
  background-color: rgb(var(--green-50, 240 253 244) / 0.9) !important;
}

.bg-green-50\/95 {
  background-color: rgb(var(--green-50, 240 253 244) / 0.95) !important;
}

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

.bg-green-500\/0 {
  background-color: rgb(34 197 94 / 0) !important;
}

.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1) !important;
}

.bg-green-500\/100 {
  background-color: rgb(34 197 94 / 1) !important;
}

.bg-green-500\/15 {
  background-color: rgb(34 197 94 / 0.15) !important;
}

.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2) !important;
}

.bg-green-500\/25 {
  background-color: rgb(34 197 94 / 0.25) !important;
}

.bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3) !important;
}

.bg-green-500\/35 {
  background-color: rgb(34 197 94 / 0.35) !important;
}

.bg-green-500\/40 {
  background-color: rgb(34 197 94 / 0.4) !important;
}

.bg-green-500\/45 {
  background-color: rgb(34 197 94 / 0.45) !important;
}

.bg-green-500\/5 {
  background-color: rgb(34 197 94 / 0.05) !important;
}

.bg-green-500\/50 {
  background-color: rgb(34 197 94 / 0.5) !important;
}

.bg-green-500\/55 {
  background-color: rgb(34 197 94 / 0.55) !important;
}

.bg-green-500\/60 {
  background-color: rgb(34 197 94 / 0.6) !important;
}

.bg-green-500\/65 {
  background-color: rgb(34 197 94 / 0.65) !important;
}

.bg-green-500\/70 {
  background-color: rgb(34 197 94 / 0.7) !important;
}

.bg-green-500\/75 {
  background-color: rgb(34 197 94 / 0.75) !important;
}

.bg-green-500\/80 {
  background-color: rgb(34 197 94 / 0.8) !important;
}

.bg-green-500\/85 {
  background-color: rgb(34 197 94 / 0.85) !important;
}

.bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9) !important;
}

.bg-green-500\/95 {
  background-color: rgb(34 197 94 / 0.95) !important;
}

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

.bg-green-600\/0 {
  background-color: rgb(22 163 74 / 0) !important;
}

.bg-green-600\/10 {
  background-color: rgb(22 163 74 / 0.1) !important;
}

.bg-green-600\/100 {
  background-color: rgb(22 163 74 / 1) !important;
}

.bg-green-600\/15 {
  background-color: rgb(22 163 74 / 0.15) !important;
}

.bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2) !important;
}

.bg-green-600\/25 {
  background-color: rgb(22 163 74 / 0.25) !important;
}

.bg-green-600\/30 {
  background-color: rgb(22 163 74 / 0.3) !important;
}

.bg-green-600\/35 {
  background-color: rgb(22 163 74 / 0.35) !important;
}

.bg-green-600\/40 {
  background-color: rgb(22 163 74 / 0.4) !important;
}

.bg-green-600\/45 {
  background-color: rgb(22 163 74 / 0.45) !important;
}

.bg-green-600\/5 {
  background-color: rgb(22 163 74 / 0.05) !important;
}

.bg-green-600\/50 {
  background-color: rgb(22 163 74 / 0.5) !important;
}

.bg-green-600\/55 {
  background-color: rgb(22 163 74 / 0.55) !important;
}

.bg-green-600\/60 {
  background-color: rgb(22 163 74 / 0.6) !important;
}

.bg-green-600\/65 {
  background-color: rgb(22 163 74 / 0.65) !important;
}

.bg-green-600\/70 {
  background-color: rgb(22 163 74 / 0.7) !important;
}

.bg-green-600\/75 {
  background-color: rgb(22 163 74 / 0.75) !important;
}

.bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8) !important;
}

.bg-green-600\/85 {
  background-color: rgb(22 163 74 / 0.85) !important;
}

.bg-green-600\/90 {
  background-color: rgb(22 163 74 / 0.9) !important;
}

.bg-green-600\/95 {
  background-color: rgb(22 163 74 / 0.95) !important;
}

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

.bg-green-700\/0 {
  background-color: rgb(21 128 61 / 0) !important;
}

.bg-green-700\/10 {
  background-color: rgb(21 128 61 / 0.1) !important;
}

.bg-green-700\/100 {
  background-color: rgb(21 128 61 / 1) !important;
}

.bg-green-700\/15 {
  background-color: rgb(21 128 61 / 0.15) !important;
}

.bg-green-700\/20 {
  background-color: rgb(21 128 61 / 0.2) !important;
}

.bg-green-700\/25 {
  background-color: rgb(21 128 61 / 0.25) !important;
}

.bg-green-700\/30 {
  background-color: rgb(21 128 61 / 0.3) !important;
}

.bg-green-700\/35 {
  background-color: rgb(21 128 61 / 0.35) !important;
}

.bg-green-700\/40 {
  background-color: rgb(21 128 61 / 0.4) !important;
}

.bg-green-700\/45 {
  background-color: rgb(21 128 61 / 0.45) !important;
}

.bg-green-700\/5 {
  background-color: rgb(21 128 61 / 0.05) !important;
}

.bg-green-700\/50 {
  background-color: rgb(21 128 61 / 0.5) !important;
}

.bg-green-700\/55 {
  background-color: rgb(21 128 61 / 0.55) !important;
}

.bg-green-700\/60 {
  background-color: rgb(21 128 61 / 0.6) !important;
}

.bg-green-700\/65 {
  background-color: rgb(21 128 61 / 0.65) !important;
}

.bg-green-700\/70 {
  background-color: rgb(21 128 61 / 0.7) !important;
}

.bg-green-700\/75 {
  background-color: rgb(21 128 61 / 0.75) !important;
}

.bg-green-700\/80 {
  background-color: rgb(21 128 61 / 0.8) !important;
}

.bg-green-700\/85 {
  background-color: rgb(21 128 61 / 0.85) !important;
}

.bg-green-700\/90 {
  background-color: rgb(21 128 61 / 0.9) !important;
}

.bg-green-700\/95 {
  background-color: rgb(21 128 61 / 0.95) !important;
}

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

.bg-green-800\/0 {
  background-color: rgb(22 101 52 / 0) !important;
}

.bg-green-800\/10 {
  background-color: rgb(22 101 52 / 0.1) !important;
}

.bg-green-800\/100 {
  background-color: rgb(22 101 52 / 1) !important;
}

.bg-green-800\/15 {
  background-color: rgb(22 101 52 / 0.15) !important;
}

.bg-green-800\/20 {
  background-color: rgb(22 101 52 / 0.2) !important;
}

.bg-green-800\/25 {
  background-color: rgb(22 101 52 / 0.25) !important;
}

.bg-green-800\/30 {
  background-color: rgb(22 101 52 / 0.3) !important;
}

.bg-green-800\/35 {
  background-color: rgb(22 101 52 / 0.35) !important;
}

.bg-green-800\/40 {
  background-color: rgb(22 101 52 / 0.4) !important;
}

.bg-green-800\/45 {
  background-color: rgb(22 101 52 / 0.45) !important;
}

.bg-green-800\/5 {
  background-color: rgb(22 101 52 / 0.05) !important;
}

.bg-green-800\/50 {
  background-color: rgb(22 101 52 / 0.5) !important;
}

.bg-green-800\/55 {
  background-color: rgb(22 101 52 / 0.55) !important;
}

.bg-green-800\/60 {
  background-color: rgb(22 101 52 / 0.6) !important;
}

.bg-green-800\/65 {
  background-color: rgb(22 101 52 / 0.65) !important;
}

.bg-green-800\/70 {
  background-color: rgb(22 101 52 / 0.7) !important;
}

.bg-green-800\/75 {
  background-color: rgb(22 101 52 / 0.75) !important;
}

.bg-green-800\/80 {
  background-color: rgb(22 101 52 / 0.8) !important;
}

.bg-green-800\/85 {
  background-color: rgb(22 101 52 / 0.85) !important;
}

.bg-green-800\/90 {
  background-color: rgb(22 101 52 / 0.9) !important;
}

.bg-green-800\/95 {
  background-color: rgb(22 101 52 / 0.95) !important;
}

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

.bg-green-900\/0 {
  background-color: rgb(20 83 45 / 0) !important;
}

.bg-green-900\/10 {
  background-color: rgb(20 83 45 / 0.1) !important;
}

.bg-green-900\/100 {
  background-color: rgb(20 83 45 / 1) !important;
}

.bg-green-900\/15 {
  background-color: rgb(20 83 45 / 0.15) !important;
}

.bg-green-900\/20 {
  background-color: rgb(20 83 45 / 0.2) !important;
}

.bg-green-900\/25 {
  background-color: rgb(20 83 45 / 0.25) !important;
}

.bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3) !important;
}

.bg-green-900\/35 {
  background-color: rgb(20 83 45 / 0.35) !important;
}

.bg-green-900\/40 {
  background-color: rgb(20 83 45 / 0.4) !important;
}

.bg-green-900\/45 {
  background-color: rgb(20 83 45 / 0.45) !important;
}

.bg-green-900\/5 {
  background-color: rgb(20 83 45 / 0.05) !important;
}

.bg-green-900\/50 {
  background-color: rgb(20 83 45 / 0.5) !important;
}

.bg-green-900\/55 {
  background-color: rgb(20 83 45 / 0.55) !important;
}

.bg-green-900\/60 {
  background-color: rgb(20 83 45 / 0.6) !important;
}

.bg-green-900\/65 {
  background-color: rgb(20 83 45 / 0.65) !important;
}

.bg-green-900\/70 {
  background-color: rgb(20 83 45 / 0.7) !important;
}

.bg-green-900\/75 {
  background-color: rgb(20 83 45 / 0.75) !important;
}

.bg-green-900\/80 {
  background-color: rgb(20 83 45 / 0.8) !important;
}

.bg-green-900\/85 {
  background-color: rgb(20 83 45 / 0.85) !important;
}

.bg-green-900\/90 {
  background-color: rgb(20 83 45 / 0.9) !important;
}

.bg-green-900\/95 {
  background-color: rgb(20 83 45 / 0.95) !important;
}

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

.bg-indigo-100\/0 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 0) !important;
}

.bg-indigo-100\/10 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 0.1) !important;
}

.bg-indigo-100\/100 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 1) !important;
}

.bg-indigo-100\/15 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 0.15) !important;
}

.bg-indigo-100\/20 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 0.2) !important;
}

.bg-indigo-100\/25 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 0.25) !important;
}

.bg-indigo-100\/30 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 0.3) !important;
}

.bg-indigo-100\/35 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 0.35) !important;
}

.bg-indigo-100\/40 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 0.4) !important;
}

.bg-indigo-100\/45 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 0.45) !important;
}

.bg-indigo-100\/5 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 0.05) !important;
}

.bg-indigo-100\/50 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 0.5) !important;
}

.bg-indigo-100\/55 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 0.55) !important;
}

.bg-indigo-100\/60 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 0.6) !important;
}

.bg-indigo-100\/65 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 0.65) !important;
}

.bg-indigo-100\/70 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 0.7) !important;
}

.bg-indigo-100\/75 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 0.75) !important;
}

.bg-indigo-100\/80 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 0.8) !important;
}

.bg-indigo-100\/85 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 0.85) !important;
}

.bg-indigo-100\/90 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 0.9) !important;
}

.bg-indigo-100\/95 {
  background-color: rgb(var(--indigo-100, 224 231 255) / 0.95) !important;
}

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

.bg-indigo-200\/0 {
  background-color: rgb(199 210 254 / 0) !important;
}

.bg-indigo-200\/10 {
  background-color: rgb(199 210 254 / 0.1) !important;
}

.bg-indigo-200\/100 {
  background-color: rgb(199 210 254 / 1) !important;
}

.bg-indigo-200\/15 {
  background-color: rgb(199 210 254 / 0.15) !important;
}

.bg-indigo-200\/20 {
  background-color: rgb(199 210 254 / 0.2) !important;
}

.bg-indigo-200\/25 {
  background-color: rgb(199 210 254 / 0.25) !important;
}

.bg-indigo-200\/30 {
  background-color: rgb(199 210 254 / 0.3) !important;
}

.bg-indigo-200\/35 {
  background-color: rgb(199 210 254 / 0.35) !important;
}

.bg-indigo-200\/40 {
  background-color: rgb(199 210 254 / 0.4) !important;
}

.bg-indigo-200\/45 {
  background-color: rgb(199 210 254 / 0.45) !important;
}

.bg-indigo-200\/5 {
  background-color: rgb(199 210 254 / 0.05) !important;
}

.bg-indigo-200\/50 {
  background-color: rgb(199 210 254 / 0.5) !important;
}

.bg-indigo-200\/55 {
  background-color: rgb(199 210 254 / 0.55) !important;
}

.bg-indigo-200\/60 {
  background-color: rgb(199 210 254 / 0.6) !important;
}

.bg-indigo-200\/65 {
  background-color: rgb(199 210 254 / 0.65) !important;
}

.bg-indigo-200\/70 {
  background-color: rgb(199 210 254 / 0.7) !important;
}

.bg-indigo-200\/75 {
  background-color: rgb(199 210 254 / 0.75) !important;
}

.bg-indigo-200\/80 {
  background-color: rgb(199 210 254 / 0.8) !important;
}

.bg-indigo-200\/85 {
  background-color: rgb(199 210 254 / 0.85) !important;
}

.bg-indigo-200\/90 {
  background-color: rgb(199 210 254 / 0.9) !important;
}

.bg-indigo-200\/95 {
  background-color: rgb(199 210 254 / 0.95) !important;
}

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

.bg-indigo-300\/0 {
  background-color: rgb(165 180 252 / 0) !important;
}

.bg-indigo-300\/10 {
  background-color: rgb(165 180 252 / 0.1) !important;
}

.bg-indigo-300\/100 {
  background-color: rgb(165 180 252 / 1) !important;
}

.bg-indigo-300\/15 {
  background-color: rgb(165 180 252 / 0.15) !important;
}

.bg-indigo-300\/20 {
  background-color: rgb(165 180 252 / 0.2) !important;
}

.bg-indigo-300\/25 {
  background-color: rgb(165 180 252 / 0.25) !important;
}

.bg-indigo-300\/30 {
  background-color: rgb(165 180 252 / 0.3) !important;
}

.bg-indigo-300\/35 {
  background-color: rgb(165 180 252 / 0.35) !important;
}

.bg-indigo-300\/40 {
  background-color: rgb(165 180 252 / 0.4) !important;
}

.bg-indigo-300\/45 {
  background-color: rgb(165 180 252 / 0.45) !important;
}

.bg-indigo-300\/5 {
  background-color: rgb(165 180 252 / 0.05) !important;
}

.bg-indigo-300\/50 {
  background-color: rgb(165 180 252 / 0.5) !important;
}

.bg-indigo-300\/55 {
  background-color: rgb(165 180 252 / 0.55) !important;
}

.bg-indigo-300\/60 {
  background-color: rgb(165 180 252 / 0.6) !important;
}

.bg-indigo-300\/65 {
  background-color: rgb(165 180 252 / 0.65) !important;
}

.bg-indigo-300\/70 {
  background-color: rgb(165 180 252 / 0.7) !important;
}

.bg-indigo-300\/75 {
  background-color: rgb(165 180 252 / 0.75) !important;
}

.bg-indigo-300\/80 {
  background-color: rgb(165 180 252 / 0.8) !important;
}

.bg-indigo-300\/85 {
  background-color: rgb(165 180 252 / 0.85) !important;
}

.bg-indigo-300\/90 {
  background-color: rgb(165 180 252 / 0.9) !important;
}

.bg-indigo-300\/95 {
  background-color: rgb(165 180 252 / 0.95) !important;
}

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

.bg-indigo-400\/0 {
  background-color: rgb(129 140 248 / 0) !important;
}

.bg-indigo-400\/10 {
  background-color: rgb(129 140 248 / 0.1) !important;
}

.bg-indigo-400\/100 {
  background-color: rgb(129 140 248 / 1) !important;
}

.bg-indigo-400\/15 {
  background-color: rgb(129 140 248 / 0.15) !important;
}

.bg-indigo-400\/20 {
  background-color: rgb(129 140 248 / 0.2) !important;
}

.bg-indigo-400\/25 {
  background-color: rgb(129 140 248 / 0.25) !important;
}

.bg-indigo-400\/30 {
  background-color: rgb(129 140 248 / 0.3) !important;
}

.bg-indigo-400\/35 {
  background-color: rgb(129 140 248 / 0.35) !important;
}

.bg-indigo-400\/40 {
  background-color: rgb(129 140 248 / 0.4) !important;
}

.bg-indigo-400\/45 {
  background-color: rgb(129 140 248 / 0.45) !important;
}

.bg-indigo-400\/5 {
  background-color: rgb(129 140 248 / 0.05) !important;
}

.bg-indigo-400\/50 {
  background-color: rgb(129 140 248 / 0.5) !important;
}

.bg-indigo-400\/55 {
  background-color: rgb(129 140 248 / 0.55) !important;
}

.bg-indigo-400\/60 {
  background-color: rgb(129 140 248 / 0.6) !important;
}

.bg-indigo-400\/65 {
  background-color: rgb(129 140 248 / 0.65) !important;
}

.bg-indigo-400\/70 {
  background-color: rgb(129 140 248 / 0.7) !important;
}

.bg-indigo-400\/75 {
  background-color: rgb(129 140 248 / 0.75) !important;
}

.bg-indigo-400\/80 {
  background-color: rgb(129 140 248 / 0.8) !important;
}

.bg-indigo-400\/85 {
  background-color: rgb(129 140 248 / 0.85) !important;
}

.bg-indigo-400\/90 {
  background-color: rgb(129 140 248 / 0.9) !important;
}

.bg-indigo-400\/95 {
  background-color: rgb(129 140 248 / 0.95) !important;
}

.bg-indigo-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--indigo-50, 238 242 255) / var(--tw-bg-opacity, 1)) !important;
}

.bg-indigo-50\/0 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 0) !important;
}

.bg-indigo-50\/10 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 0.1) !important;
}

.bg-indigo-50\/100 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 1) !important;
}

.bg-indigo-50\/15 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 0.15) !important;
}

.bg-indigo-50\/20 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 0.2) !important;
}

.bg-indigo-50\/25 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 0.25) !important;
}

.bg-indigo-50\/30 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 0.3) !important;
}

.bg-indigo-50\/35 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 0.35) !important;
}

.bg-indigo-50\/40 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 0.4) !important;
}

.bg-indigo-50\/45 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 0.45) !important;
}

.bg-indigo-50\/5 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 0.05) !important;
}

.bg-indigo-50\/50 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 0.5) !important;
}

.bg-indigo-50\/55 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 0.55) !important;
}

.bg-indigo-50\/60 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 0.6) !important;
}

.bg-indigo-50\/65 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 0.65) !important;
}

.bg-indigo-50\/70 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 0.7) !important;
}

.bg-indigo-50\/75 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 0.75) !important;
}

.bg-indigo-50\/80 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 0.8) !important;
}

.bg-indigo-50\/85 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 0.85) !important;
}

.bg-indigo-50\/90 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 0.9) !important;
}

.bg-indigo-50\/95 {
  background-color: rgb(var(--indigo-50, 238 242 255) / 0.95) !important;
}

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

.bg-indigo-500\/0 {
  background-color: rgb(99 102 241 / 0) !important;
}

.bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1) !important;
}

.bg-indigo-500\/100 {
  background-color: rgb(99 102 241 / 1) !important;
}

.bg-indigo-500\/15 {
  background-color: rgb(99 102 241 / 0.15) !important;
}

.bg-indigo-500\/20 {
  background-color: rgb(99 102 241 / 0.2) !important;
}

.bg-indigo-500\/25 {
  background-color: rgb(99 102 241 / 0.25) !important;
}

.bg-indigo-500\/30 {
  background-color: rgb(99 102 241 / 0.3) !important;
}

.bg-indigo-500\/35 {
  background-color: rgb(99 102 241 / 0.35) !important;
}

.bg-indigo-500\/40 {
  background-color: rgb(99 102 241 / 0.4) !important;
}

.bg-indigo-500\/45 {
  background-color: rgb(99 102 241 / 0.45) !important;
}

.bg-indigo-500\/5 {
  background-color: rgb(99 102 241 / 0.05) !important;
}

.bg-indigo-500\/50 {
  background-color: rgb(99 102 241 / 0.5) !important;
}

.bg-indigo-500\/55 {
  background-color: rgb(99 102 241 / 0.55) !important;
}

.bg-indigo-500\/60 {
  background-color: rgb(99 102 241 / 0.6) !important;
}

.bg-indigo-500\/65 {
  background-color: rgb(99 102 241 / 0.65) !important;
}

.bg-indigo-500\/70 {
  background-color: rgb(99 102 241 / 0.7) !important;
}

.bg-indigo-500\/75 {
  background-color: rgb(99 102 241 / 0.75) !important;
}

.bg-indigo-500\/80 {
  background-color: rgb(99 102 241 / 0.8) !important;
}

.bg-indigo-500\/85 {
  background-color: rgb(99 102 241 / 0.85) !important;
}

.bg-indigo-500\/90 {
  background-color: rgb(99 102 241 / 0.9) !important;
}

.bg-indigo-500\/95 {
  background-color: rgb(99 102 241 / 0.95) !important;
}

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

.bg-indigo-600\/0 {
  background-color: rgb(79 70 229 / 0) !important;
}

.bg-indigo-600\/10 {
  background-color: rgb(79 70 229 / 0.1) !important;
}

.bg-indigo-600\/100 {
  background-color: rgb(79 70 229 / 1) !important;
}

.bg-indigo-600\/15 {
  background-color: rgb(79 70 229 / 0.15) !important;
}

.bg-indigo-600\/20 {
  background-color: rgb(79 70 229 / 0.2) !important;
}

.bg-indigo-600\/25 {
  background-color: rgb(79 70 229 / 0.25) !important;
}

.bg-indigo-600\/30 {
  background-color: rgb(79 70 229 / 0.3) !important;
}

.bg-indigo-600\/35 {
  background-color: rgb(79 70 229 / 0.35) !important;
}

.bg-indigo-600\/40 {
  background-color: rgb(79 70 229 / 0.4) !important;
}

.bg-indigo-600\/45 {
  background-color: rgb(79 70 229 / 0.45) !important;
}

.bg-indigo-600\/5 {
  background-color: rgb(79 70 229 / 0.05) !important;
}

.bg-indigo-600\/50 {
  background-color: rgb(79 70 229 / 0.5) !important;
}

.bg-indigo-600\/55 {
  background-color: rgb(79 70 229 / 0.55) !important;
}

.bg-indigo-600\/60 {
  background-color: rgb(79 70 229 / 0.6) !important;
}

.bg-indigo-600\/65 {
  background-color: rgb(79 70 229 / 0.65) !important;
}

.bg-indigo-600\/70 {
  background-color: rgb(79 70 229 / 0.7) !important;
}

.bg-indigo-600\/75 {
  background-color: rgb(79 70 229 / 0.75) !important;
}

.bg-indigo-600\/80 {
  background-color: rgb(79 70 229 / 0.8) !important;
}

.bg-indigo-600\/85 {
  background-color: rgb(79 70 229 / 0.85) !important;
}

.bg-indigo-600\/90 {
  background-color: rgb(79 70 229 / 0.9) !important;
}

.bg-indigo-600\/95 {
  background-color: rgb(79 70 229 / 0.95) !important;
}

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

.bg-indigo-700\/0 {
  background-color: rgb(67 56 202 / 0) !important;
}

.bg-indigo-700\/10 {
  background-color: rgb(67 56 202 / 0.1) !important;
}

.bg-indigo-700\/100 {
  background-color: rgb(67 56 202 / 1) !important;
}

.bg-indigo-700\/15 {
  background-color: rgb(67 56 202 / 0.15) !important;
}

.bg-indigo-700\/20 {
  background-color: rgb(67 56 202 / 0.2) !important;
}

.bg-indigo-700\/25 {
  background-color: rgb(67 56 202 / 0.25) !important;
}

.bg-indigo-700\/30 {
  background-color: rgb(67 56 202 / 0.3) !important;
}

.bg-indigo-700\/35 {
  background-color: rgb(67 56 202 / 0.35) !important;
}

.bg-indigo-700\/40 {
  background-color: rgb(67 56 202 / 0.4) !important;
}

.bg-indigo-700\/45 {
  background-color: rgb(67 56 202 / 0.45) !important;
}

.bg-indigo-700\/5 {
  background-color: rgb(67 56 202 / 0.05) !important;
}

.bg-indigo-700\/50 {
  background-color: rgb(67 56 202 / 0.5) !important;
}

.bg-indigo-700\/55 {
  background-color: rgb(67 56 202 / 0.55) !important;
}

.bg-indigo-700\/60 {
  background-color: rgb(67 56 202 / 0.6) !important;
}

.bg-indigo-700\/65 {
  background-color: rgb(67 56 202 / 0.65) !important;
}

.bg-indigo-700\/70 {
  background-color: rgb(67 56 202 / 0.7) !important;
}

.bg-indigo-700\/75 {
  background-color: rgb(67 56 202 / 0.75) !important;
}

.bg-indigo-700\/80 {
  background-color: rgb(67 56 202 / 0.8) !important;
}

.bg-indigo-700\/85 {
  background-color: rgb(67 56 202 / 0.85) !important;
}

.bg-indigo-700\/90 {
  background-color: rgb(67 56 202 / 0.9) !important;
}

.bg-indigo-700\/95 {
  background-color: rgb(67 56 202 / 0.95) !important;
}

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

.bg-indigo-800\/0 {
  background-color: rgb(55 48 163 / 0) !important;
}

.bg-indigo-800\/10 {
  background-color: rgb(55 48 163 / 0.1) !important;
}

.bg-indigo-800\/100 {
  background-color: rgb(55 48 163 / 1) !important;
}

.bg-indigo-800\/15 {
  background-color: rgb(55 48 163 / 0.15) !important;
}

.bg-indigo-800\/20 {
  background-color: rgb(55 48 163 / 0.2) !important;
}

.bg-indigo-800\/25 {
  background-color: rgb(55 48 163 / 0.25) !important;
}

.bg-indigo-800\/30 {
  background-color: rgb(55 48 163 / 0.3) !important;
}

.bg-indigo-800\/35 {
  background-color: rgb(55 48 163 / 0.35) !important;
}

.bg-indigo-800\/40 {
  background-color: rgb(55 48 163 / 0.4) !important;
}

.bg-indigo-800\/45 {
  background-color: rgb(55 48 163 / 0.45) !important;
}

.bg-indigo-800\/5 {
  background-color: rgb(55 48 163 / 0.05) !important;
}

.bg-indigo-800\/50 {
  background-color: rgb(55 48 163 / 0.5) !important;
}

.bg-indigo-800\/55 {
  background-color: rgb(55 48 163 / 0.55) !important;
}

.bg-indigo-800\/60 {
  background-color: rgb(55 48 163 / 0.6) !important;
}

.bg-indigo-800\/65 {
  background-color: rgb(55 48 163 / 0.65) !important;
}

.bg-indigo-800\/70 {
  background-color: rgb(55 48 163 / 0.7) !important;
}

.bg-indigo-800\/75 {
  background-color: rgb(55 48 163 / 0.75) !important;
}

.bg-indigo-800\/80 {
  background-color: rgb(55 48 163 / 0.8) !important;
}

.bg-indigo-800\/85 {
  background-color: rgb(55 48 163 / 0.85) !important;
}

.bg-indigo-800\/90 {
  background-color: rgb(55 48 163 / 0.9) !important;
}

.bg-indigo-800\/95 {
  background-color: rgb(55 48 163 / 0.95) !important;
}

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

.bg-indigo-900\/0 {
  background-color: rgb(49 46 129 / 0) !important;
}

.bg-indigo-900\/10 {
  background-color: rgb(49 46 129 / 0.1) !important;
}

.bg-indigo-900\/100 {
  background-color: rgb(49 46 129 / 1) !important;
}

.bg-indigo-900\/15 {
  background-color: rgb(49 46 129 / 0.15) !important;
}

.bg-indigo-900\/20 {
  background-color: rgb(49 46 129 / 0.2) !important;
}

.bg-indigo-900\/25 {
  background-color: rgb(49 46 129 / 0.25) !important;
}

.bg-indigo-900\/30 {
  background-color: rgb(49 46 129 / 0.3) !important;
}

.bg-indigo-900\/35 {
  background-color: rgb(49 46 129 / 0.35) !important;
}

.bg-indigo-900\/40 {
  background-color: rgb(49 46 129 / 0.4) !important;
}

.bg-indigo-900\/45 {
  background-color: rgb(49 46 129 / 0.45) !important;
}

.bg-indigo-900\/5 {
  background-color: rgb(49 46 129 / 0.05) !important;
}

.bg-indigo-900\/50 {
  background-color: rgb(49 46 129 / 0.5) !important;
}

.bg-indigo-900\/55 {
  background-color: rgb(49 46 129 / 0.55) !important;
}

.bg-indigo-900\/60 {
  background-color: rgb(49 46 129 / 0.6) !important;
}

.bg-indigo-900\/65 {
  background-color: rgb(49 46 129 / 0.65) !important;
}

.bg-indigo-900\/70 {
  background-color: rgb(49 46 129 / 0.7) !important;
}

.bg-indigo-900\/75 {
  background-color: rgb(49 46 129 / 0.75) !important;
}

.bg-indigo-900\/80 {
  background-color: rgb(49 46 129 / 0.8) !important;
}

.bg-indigo-900\/85 {
  background-color: rgb(49 46 129 / 0.85) !important;
}

.bg-indigo-900\/90 {
  background-color: rgb(49 46 129 / 0.9) !important;
}

.bg-indigo-900\/95 {
  background-color: rgb(49 46 129 / 0.95) !important;
}

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

.bg-lime-100\/0 {
  background-color: rgb(236 252 203 / 0) !important;
}

.bg-lime-100\/10 {
  background-color: rgb(236 252 203 / 0.1) !important;
}

.bg-lime-100\/100 {
  background-color: rgb(236 252 203 / 1) !important;
}

.bg-lime-100\/15 {
  background-color: rgb(236 252 203 / 0.15) !important;
}

.bg-lime-100\/20 {
  background-color: rgb(236 252 203 / 0.2) !important;
}

.bg-lime-100\/25 {
  background-color: rgb(236 252 203 / 0.25) !important;
}

.bg-lime-100\/30 {
  background-color: rgb(236 252 203 / 0.3) !important;
}

.bg-lime-100\/35 {
  background-color: rgb(236 252 203 / 0.35) !important;
}

.bg-lime-100\/40 {
  background-color: rgb(236 252 203 / 0.4) !important;
}

.bg-lime-100\/45 {
  background-color: rgb(236 252 203 / 0.45) !important;
}

.bg-lime-100\/5 {
  background-color: rgb(236 252 203 / 0.05) !important;
}

.bg-lime-100\/50 {
  background-color: rgb(236 252 203 / 0.5) !important;
}

.bg-lime-100\/55 {
  background-color: rgb(236 252 203 / 0.55) !important;
}

.bg-lime-100\/60 {
  background-color: rgb(236 252 203 / 0.6) !important;
}

.bg-lime-100\/65 {
  background-color: rgb(236 252 203 / 0.65) !important;
}

.bg-lime-100\/70 {
  background-color: rgb(236 252 203 / 0.7) !important;
}

.bg-lime-100\/75 {
  background-color: rgb(236 252 203 / 0.75) !important;
}

.bg-lime-100\/80 {
  background-color: rgb(236 252 203 / 0.8) !important;
}

.bg-lime-100\/85 {
  background-color: rgb(236 252 203 / 0.85) !important;
}

.bg-lime-100\/90 {
  background-color: rgb(236 252 203 / 0.9) !important;
}

.bg-lime-100\/95 {
  background-color: rgb(236 252 203 / 0.95) !important;
}

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

.bg-lime-200\/0 {
  background-color: rgb(217 249 157 / 0) !important;
}

.bg-lime-200\/10 {
  background-color: rgb(217 249 157 / 0.1) !important;
}

.bg-lime-200\/100 {
  background-color: rgb(217 249 157 / 1) !important;
}

.bg-lime-200\/15 {
  background-color: rgb(217 249 157 / 0.15) !important;
}

.bg-lime-200\/20 {
  background-color: rgb(217 249 157 / 0.2) !important;
}

.bg-lime-200\/25 {
  background-color: rgb(217 249 157 / 0.25) !important;
}

.bg-lime-200\/30 {
  background-color: rgb(217 249 157 / 0.3) !important;
}

.bg-lime-200\/35 {
  background-color: rgb(217 249 157 / 0.35) !important;
}

.bg-lime-200\/40 {
  background-color: rgb(217 249 157 / 0.4) !important;
}

.bg-lime-200\/45 {
  background-color: rgb(217 249 157 / 0.45) !important;
}

.bg-lime-200\/5 {
  background-color: rgb(217 249 157 / 0.05) !important;
}

.bg-lime-200\/50 {
  background-color: rgb(217 249 157 / 0.5) !important;
}

.bg-lime-200\/55 {
  background-color: rgb(217 249 157 / 0.55) !important;
}

.bg-lime-200\/60 {
  background-color: rgb(217 249 157 / 0.6) !important;
}

.bg-lime-200\/65 {
  background-color: rgb(217 249 157 / 0.65) !important;
}

.bg-lime-200\/70 {
  background-color: rgb(217 249 157 / 0.7) !important;
}

.bg-lime-200\/75 {
  background-color: rgb(217 249 157 / 0.75) !important;
}

.bg-lime-200\/80 {
  background-color: rgb(217 249 157 / 0.8) !important;
}

.bg-lime-200\/85 {
  background-color: rgb(217 249 157 / 0.85) !important;
}

.bg-lime-200\/90 {
  background-color: rgb(217 249 157 / 0.9) !important;
}

.bg-lime-200\/95 {
  background-color: rgb(217 249 157 / 0.95) !important;
}

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

.bg-lime-300\/0 {
  background-color: rgb(190 242 100 / 0) !important;
}

.bg-lime-300\/10 {
  background-color: rgb(190 242 100 / 0.1) !important;
}

.bg-lime-300\/100 {
  background-color: rgb(190 242 100 / 1) !important;
}

.bg-lime-300\/15 {
  background-color: rgb(190 242 100 / 0.15) !important;
}

.bg-lime-300\/20 {
  background-color: rgb(190 242 100 / 0.2) !important;
}

.bg-lime-300\/25 {
  background-color: rgb(190 242 100 / 0.25) !important;
}

.bg-lime-300\/30 {
  background-color: rgb(190 242 100 / 0.3) !important;
}

.bg-lime-300\/35 {
  background-color: rgb(190 242 100 / 0.35) !important;
}

.bg-lime-300\/40 {
  background-color: rgb(190 242 100 / 0.4) !important;
}

.bg-lime-300\/45 {
  background-color: rgb(190 242 100 / 0.45) !important;
}

.bg-lime-300\/5 {
  background-color: rgb(190 242 100 / 0.05) !important;
}

.bg-lime-300\/50 {
  background-color: rgb(190 242 100 / 0.5) !important;
}

.bg-lime-300\/55 {
  background-color: rgb(190 242 100 / 0.55) !important;
}

.bg-lime-300\/60 {
  background-color: rgb(190 242 100 / 0.6) !important;
}

.bg-lime-300\/65 {
  background-color: rgb(190 242 100 / 0.65) !important;
}

.bg-lime-300\/70 {
  background-color: rgb(190 242 100 / 0.7) !important;
}

.bg-lime-300\/75 {
  background-color: rgb(190 242 100 / 0.75) !important;
}

.bg-lime-300\/80 {
  background-color: rgb(190 242 100 / 0.8) !important;
}

.bg-lime-300\/85 {
  background-color: rgb(190 242 100 / 0.85) !important;
}

.bg-lime-300\/90 {
  background-color: rgb(190 242 100 / 0.9) !important;
}

.bg-lime-300\/95 {
  background-color: rgb(190 242 100 / 0.95) !important;
}

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

.bg-lime-400\/0 {
  background-color: rgb(163 230 53 / 0) !important;
}

.bg-lime-400\/10 {
  background-color: rgb(163 230 53 / 0.1) !important;
}

.bg-lime-400\/100 {
  background-color: rgb(163 230 53 / 1) !important;
}

.bg-lime-400\/15 {
  background-color: rgb(163 230 53 / 0.15) !important;
}

.bg-lime-400\/20 {
  background-color: rgb(163 230 53 / 0.2) !important;
}

.bg-lime-400\/25 {
  background-color: rgb(163 230 53 / 0.25) !important;
}

.bg-lime-400\/30 {
  background-color: rgb(163 230 53 / 0.3) !important;
}

.bg-lime-400\/35 {
  background-color: rgb(163 230 53 / 0.35) !important;
}

.bg-lime-400\/40 {
  background-color: rgb(163 230 53 / 0.4) !important;
}

.bg-lime-400\/45 {
  background-color: rgb(163 230 53 / 0.45) !important;
}

.bg-lime-400\/5 {
  background-color: rgb(163 230 53 / 0.05) !important;
}

.bg-lime-400\/50 {
  background-color: rgb(163 230 53 / 0.5) !important;
}

.bg-lime-400\/55 {
  background-color: rgb(163 230 53 / 0.55) !important;
}

.bg-lime-400\/60 {
  background-color: rgb(163 230 53 / 0.6) !important;
}

.bg-lime-400\/65 {
  background-color: rgb(163 230 53 / 0.65) !important;
}

.bg-lime-400\/70 {
  background-color: rgb(163 230 53 / 0.7) !important;
}

.bg-lime-400\/75 {
  background-color: rgb(163 230 53 / 0.75) !important;
}

.bg-lime-400\/80 {
  background-color: rgb(163 230 53 / 0.8) !important;
}

.bg-lime-400\/85 {
  background-color: rgb(163 230 53 / 0.85) !important;
}

.bg-lime-400\/90 {
  background-color: rgb(163 230 53 / 0.9) !important;
}

.bg-lime-400\/95 {
  background-color: rgb(163 230 53 / 0.95) !important;
}

.bg-lime-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1)) !important;
}

.bg-lime-50\/0 {
  background-color: rgb(247 254 231 / 0) !important;
}

.bg-lime-50\/10 {
  background-color: rgb(247 254 231 / 0.1) !important;
}

.bg-lime-50\/100 {
  background-color: rgb(247 254 231 / 1) !important;
}

.bg-lime-50\/15 {
  background-color: rgb(247 254 231 / 0.15) !important;
}

.bg-lime-50\/20 {
  background-color: rgb(247 254 231 / 0.2) !important;
}

.bg-lime-50\/25 {
  background-color: rgb(247 254 231 / 0.25) !important;
}

.bg-lime-50\/30 {
  background-color: rgb(247 254 231 / 0.3) !important;
}

.bg-lime-50\/35 {
  background-color: rgb(247 254 231 / 0.35) !important;
}

.bg-lime-50\/40 {
  background-color: rgb(247 254 231 / 0.4) !important;
}

.bg-lime-50\/45 {
  background-color: rgb(247 254 231 / 0.45) !important;
}

.bg-lime-50\/5 {
  background-color: rgb(247 254 231 / 0.05) !important;
}

.bg-lime-50\/50 {
  background-color: rgb(247 254 231 / 0.5) !important;
}

.bg-lime-50\/55 {
  background-color: rgb(247 254 231 / 0.55) !important;
}

.bg-lime-50\/60 {
  background-color: rgb(247 254 231 / 0.6) !important;
}

.bg-lime-50\/65 {
  background-color: rgb(247 254 231 / 0.65) !important;
}

.bg-lime-50\/70 {
  background-color: rgb(247 254 231 / 0.7) !important;
}

.bg-lime-50\/75 {
  background-color: rgb(247 254 231 / 0.75) !important;
}

.bg-lime-50\/80 {
  background-color: rgb(247 254 231 / 0.8) !important;
}

.bg-lime-50\/85 {
  background-color: rgb(247 254 231 / 0.85) !important;
}

.bg-lime-50\/90 {
  background-color: rgb(247 254 231 / 0.9) !important;
}

.bg-lime-50\/95 {
  background-color: rgb(247 254 231 / 0.95) !important;
}

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

.bg-lime-500\/0 {
  background-color: rgb(132 204 22 / 0) !important;
}

.bg-lime-500\/10 {
  background-color: rgb(132 204 22 / 0.1) !important;
}

.bg-lime-500\/100 {
  background-color: rgb(132 204 22 / 1) !important;
}

.bg-lime-500\/15 {
  background-color: rgb(132 204 22 / 0.15) !important;
}

.bg-lime-500\/20 {
  background-color: rgb(132 204 22 / 0.2) !important;
}

.bg-lime-500\/25 {
  background-color: rgb(132 204 22 / 0.25) !important;
}

.bg-lime-500\/30 {
  background-color: rgb(132 204 22 / 0.3) !important;
}

.bg-lime-500\/35 {
  background-color: rgb(132 204 22 / 0.35) !important;
}

.bg-lime-500\/40 {
  background-color: rgb(132 204 22 / 0.4) !important;
}

.bg-lime-500\/45 {
  background-color: rgb(132 204 22 / 0.45) !important;
}

.bg-lime-500\/5 {
  background-color: rgb(132 204 22 / 0.05) !important;
}

.bg-lime-500\/50 {
  background-color: rgb(132 204 22 / 0.5) !important;
}

.bg-lime-500\/55 {
  background-color: rgb(132 204 22 / 0.55) !important;
}

.bg-lime-500\/60 {
  background-color: rgb(132 204 22 / 0.6) !important;
}

.bg-lime-500\/65 {
  background-color: rgb(132 204 22 / 0.65) !important;
}

.bg-lime-500\/70 {
  background-color: rgb(132 204 22 / 0.7) !important;
}

.bg-lime-500\/75 {
  background-color: rgb(132 204 22 / 0.75) !important;
}

.bg-lime-500\/80 {
  background-color: rgb(132 204 22 / 0.8) !important;
}

.bg-lime-500\/85 {
  background-color: rgb(132 204 22 / 0.85) !important;
}

.bg-lime-500\/90 {
  background-color: rgb(132 204 22 / 0.9) !important;
}

.bg-lime-500\/95 {
  background-color: rgb(132 204 22 / 0.95) !important;
}

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

.bg-lime-600\/0 {
  background-color: rgb(101 163 13 / 0) !important;
}

.bg-lime-600\/10 {
  background-color: rgb(101 163 13 / 0.1) !important;
}

.bg-lime-600\/100 {
  background-color: rgb(101 163 13 / 1) !important;
}

.bg-lime-600\/15 {
  background-color: rgb(101 163 13 / 0.15) !important;
}

.bg-lime-600\/20 {
  background-color: rgb(101 163 13 / 0.2) !important;
}

.bg-lime-600\/25 {
  background-color: rgb(101 163 13 / 0.25) !important;
}

.bg-lime-600\/30 {
  background-color: rgb(101 163 13 / 0.3) !important;
}

.bg-lime-600\/35 {
  background-color: rgb(101 163 13 / 0.35) !important;
}

.bg-lime-600\/40 {
  background-color: rgb(101 163 13 / 0.4) !important;
}

.bg-lime-600\/45 {
  background-color: rgb(101 163 13 / 0.45) !important;
}

.bg-lime-600\/5 {
  background-color: rgb(101 163 13 / 0.05) !important;
}

.bg-lime-600\/50 {
  background-color: rgb(101 163 13 / 0.5) !important;
}

.bg-lime-600\/55 {
  background-color: rgb(101 163 13 / 0.55) !important;
}

.bg-lime-600\/60 {
  background-color: rgb(101 163 13 / 0.6) !important;
}

.bg-lime-600\/65 {
  background-color: rgb(101 163 13 / 0.65) !important;
}

.bg-lime-600\/70 {
  background-color: rgb(101 163 13 / 0.7) !important;
}

.bg-lime-600\/75 {
  background-color: rgb(101 163 13 / 0.75) !important;
}

.bg-lime-600\/80 {
  background-color: rgb(101 163 13 / 0.8) !important;
}

.bg-lime-600\/85 {
  background-color: rgb(101 163 13 / 0.85) !important;
}

.bg-lime-600\/90 {
  background-color: rgb(101 163 13 / 0.9) !important;
}

.bg-lime-600\/95 {
  background-color: rgb(101 163 13 / 0.95) !important;
}

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

.bg-lime-700\/0 {
  background-color: rgb(77 124 15 / 0) !important;
}

.bg-lime-700\/10 {
  background-color: rgb(77 124 15 / 0.1) !important;
}

.bg-lime-700\/100 {
  background-color: rgb(77 124 15 / 1) !important;
}

.bg-lime-700\/15 {
  background-color: rgb(77 124 15 / 0.15) !important;
}

.bg-lime-700\/20 {
  background-color: rgb(77 124 15 / 0.2) !important;
}

.bg-lime-700\/25 {
  background-color: rgb(77 124 15 / 0.25) !important;
}

.bg-lime-700\/30 {
  background-color: rgb(77 124 15 / 0.3) !important;
}

.bg-lime-700\/35 {
  background-color: rgb(77 124 15 / 0.35) !important;
}

.bg-lime-700\/40 {
  background-color: rgb(77 124 15 / 0.4) !important;
}

.bg-lime-700\/45 {
  background-color: rgb(77 124 15 / 0.45) !important;
}

.bg-lime-700\/5 {
  background-color: rgb(77 124 15 / 0.05) !important;
}

.bg-lime-700\/50 {
  background-color: rgb(77 124 15 / 0.5) !important;
}

.bg-lime-700\/55 {
  background-color: rgb(77 124 15 / 0.55) !important;
}

.bg-lime-700\/60 {
  background-color: rgb(77 124 15 / 0.6) !important;
}

.bg-lime-700\/65 {
  background-color: rgb(77 124 15 / 0.65) !important;
}

.bg-lime-700\/70 {
  background-color: rgb(77 124 15 / 0.7) !important;
}

.bg-lime-700\/75 {
  background-color: rgb(77 124 15 / 0.75) !important;
}

.bg-lime-700\/80 {
  background-color: rgb(77 124 15 / 0.8) !important;
}

.bg-lime-700\/85 {
  background-color: rgb(77 124 15 / 0.85) !important;
}

.bg-lime-700\/90 {
  background-color: rgb(77 124 15 / 0.9) !important;
}

.bg-lime-700\/95 {
  background-color: rgb(77 124 15 / 0.95) !important;
}

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

.bg-lime-800\/0 {
  background-color: rgb(63 98 18 / 0) !important;
}

.bg-lime-800\/10 {
  background-color: rgb(63 98 18 / 0.1) !important;
}

.bg-lime-800\/100 {
  background-color: rgb(63 98 18 / 1) !important;
}

.bg-lime-800\/15 {
  background-color: rgb(63 98 18 / 0.15) !important;
}

.bg-lime-800\/20 {
  background-color: rgb(63 98 18 / 0.2) !important;
}

.bg-lime-800\/25 {
  background-color: rgb(63 98 18 / 0.25) !important;
}

.bg-lime-800\/30 {
  background-color: rgb(63 98 18 / 0.3) !important;
}

.bg-lime-800\/35 {
  background-color: rgb(63 98 18 / 0.35) !important;
}

.bg-lime-800\/40 {
  background-color: rgb(63 98 18 / 0.4) !important;
}

.bg-lime-800\/45 {
  background-color: rgb(63 98 18 / 0.45) !important;
}

.bg-lime-800\/5 {
  background-color: rgb(63 98 18 / 0.05) !important;
}

.bg-lime-800\/50 {
  background-color: rgb(63 98 18 / 0.5) !important;
}

.bg-lime-800\/55 {
  background-color: rgb(63 98 18 / 0.55) !important;
}

.bg-lime-800\/60 {
  background-color: rgb(63 98 18 / 0.6) !important;
}

.bg-lime-800\/65 {
  background-color: rgb(63 98 18 / 0.65) !important;
}

.bg-lime-800\/70 {
  background-color: rgb(63 98 18 / 0.7) !important;
}

.bg-lime-800\/75 {
  background-color: rgb(63 98 18 / 0.75) !important;
}

.bg-lime-800\/80 {
  background-color: rgb(63 98 18 / 0.8) !important;
}

.bg-lime-800\/85 {
  background-color: rgb(63 98 18 / 0.85) !important;
}

.bg-lime-800\/90 {
  background-color: rgb(63 98 18 / 0.9) !important;
}

.bg-lime-800\/95 {
  background-color: rgb(63 98 18 / 0.95) !important;
}

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

.bg-lime-900\/0 {
  background-color: rgb(54 83 20 / 0) !important;
}

.bg-lime-900\/10 {
  background-color: rgb(54 83 20 / 0.1) !important;
}

.bg-lime-900\/100 {
  background-color: rgb(54 83 20 / 1) !important;
}

.bg-lime-900\/15 {
  background-color: rgb(54 83 20 / 0.15) !important;
}

.bg-lime-900\/20 {
  background-color: rgb(54 83 20 / 0.2) !important;
}

.bg-lime-900\/25 {
  background-color: rgb(54 83 20 / 0.25) !important;
}

.bg-lime-900\/30 {
  background-color: rgb(54 83 20 / 0.3) !important;
}

.bg-lime-900\/35 {
  background-color: rgb(54 83 20 / 0.35) !important;
}

.bg-lime-900\/40 {
  background-color: rgb(54 83 20 / 0.4) !important;
}

.bg-lime-900\/45 {
  background-color: rgb(54 83 20 / 0.45) !important;
}

.bg-lime-900\/5 {
  background-color: rgb(54 83 20 / 0.05) !important;
}

.bg-lime-900\/50 {
  background-color: rgb(54 83 20 / 0.5) !important;
}

.bg-lime-900\/55 {
  background-color: rgb(54 83 20 / 0.55) !important;
}

.bg-lime-900\/60 {
  background-color: rgb(54 83 20 / 0.6) !important;
}

.bg-lime-900\/65 {
  background-color: rgb(54 83 20 / 0.65) !important;
}

.bg-lime-900\/70 {
  background-color: rgb(54 83 20 / 0.7) !important;
}

.bg-lime-900\/75 {
  background-color: rgb(54 83 20 / 0.75) !important;
}

.bg-lime-900\/80 {
  background-color: rgb(54 83 20 / 0.8) !important;
}

.bg-lime-900\/85 {
  background-color: rgb(54 83 20 / 0.85) !important;
}

.bg-lime-900\/90 {
  background-color: rgb(54 83 20 / 0.9) !important;
}

.bg-lime-900\/95 {
  background-color: rgb(54 83 20 / 0.95) !important;
}

.bg-neutral-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important;
}

.bg-neutral-100\/0 {
  background-color: rgb(245 245 245 / 0) !important;
}

.bg-neutral-100\/10 {
  background-color: rgb(245 245 245 / 0.1) !important;
}

.bg-neutral-100\/100 {
  background-color: rgb(245 245 245 / 1) !important;
}

.bg-neutral-100\/15 {
  background-color: rgb(245 245 245 / 0.15) !important;
}

.bg-neutral-100\/20 {
  background-color: rgb(245 245 245 / 0.2) !important;
}

.bg-neutral-100\/25 {
  background-color: rgb(245 245 245 / 0.25) !important;
}

.bg-neutral-100\/30 {
  background-color: rgb(245 245 245 / 0.3) !important;
}

.bg-neutral-100\/35 {
  background-color: rgb(245 245 245 / 0.35) !important;
}

.bg-neutral-100\/40 {
  background-color: rgb(245 245 245 / 0.4) !important;
}

.bg-neutral-100\/45 {
  background-color: rgb(245 245 245 / 0.45) !important;
}

.bg-neutral-100\/5 {
  background-color: rgb(245 245 245 / 0.05) !important;
}

.bg-neutral-100\/50 {
  background-color: rgb(245 245 245 / 0.5) !important;
}

.bg-neutral-100\/55 {
  background-color: rgb(245 245 245 / 0.55) !important;
}

.bg-neutral-100\/60 {
  background-color: rgb(245 245 245 / 0.6) !important;
}

.bg-neutral-100\/65 {
  background-color: rgb(245 245 245 / 0.65) !important;
}

.bg-neutral-100\/70 {
  background-color: rgb(245 245 245 / 0.7) !important;
}

.bg-neutral-100\/75 {
  background-color: rgb(245 245 245 / 0.75) !important;
}

.bg-neutral-100\/80 {
  background-color: rgb(245 245 245 / 0.8) !important;
}

.bg-neutral-100\/85 {
  background-color: rgb(245 245 245 / 0.85) !important;
}

.bg-neutral-100\/90 {
  background-color: rgb(245 245 245 / 0.9) !important;
}

.bg-neutral-100\/95 {
  background-color: rgb(245 245 245 / 0.95) !important;
}

.bg-neutral-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1)) !important;
}

.bg-neutral-200\/0 {
  background-color: rgb(229 229 229 / 0) !important;
}

.bg-neutral-200\/10 {
  background-color: rgb(229 229 229 / 0.1) !important;
}

.bg-neutral-200\/100 {
  background-color: rgb(229 229 229 / 1) !important;
}

.bg-neutral-200\/15 {
  background-color: rgb(229 229 229 / 0.15) !important;
}

.bg-neutral-200\/20 {
  background-color: rgb(229 229 229 / 0.2) !important;
}

.bg-neutral-200\/25 {
  background-color: rgb(229 229 229 / 0.25) !important;
}

.bg-neutral-200\/30 {
  background-color: rgb(229 229 229 / 0.3) !important;
}

.bg-neutral-200\/35 {
  background-color: rgb(229 229 229 / 0.35) !important;
}

.bg-neutral-200\/40 {
  background-color: rgb(229 229 229 / 0.4) !important;
}

.bg-neutral-200\/45 {
  background-color: rgb(229 229 229 / 0.45) !important;
}

.bg-neutral-200\/5 {
  background-color: rgb(229 229 229 / 0.05) !important;
}

.bg-neutral-200\/50 {
  background-color: rgb(229 229 229 / 0.5) !important;
}

.bg-neutral-200\/55 {
  background-color: rgb(229 229 229 / 0.55) !important;
}

.bg-neutral-200\/60 {
  background-color: rgb(229 229 229 / 0.6) !important;
}

.bg-neutral-200\/65 {
  background-color: rgb(229 229 229 / 0.65) !important;
}

.bg-neutral-200\/70 {
  background-color: rgb(229 229 229 / 0.7) !important;
}

.bg-neutral-200\/75 {
  background-color: rgb(229 229 229 / 0.75) !important;
}

.bg-neutral-200\/80 {
  background-color: rgb(229 229 229 / 0.8) !important;
}

.bg-neutral-200\/85 {
  background-color: rgb(229 229 229 / 0.85) !important;
}

.bg-neutral-200\/90 {
  background-color: rgb(229 229 229 / 0.9) !important;
}

.bg-neutral-200\/95 {
  background-color: rgb(229 229 229 / 0.95) !important;
}

.bg-neutral-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1)) !important;
}

.bg-neutral-300\/0 {
  background-color: rgb(212 212 212 / 0) !important;
}

.bg-neutral-300\/10 {
  background-color: rgb(212 212 212 / 0.1) !important;
}

.bg-neutral-300\/100 {
  background-color: rgb(212 212 212 / 1) !important;
}

.bg-neutral-300\/15 {
  background-color: rgb(212 212 212 / 0.15) !important;
}

.bg-neutral-300\/20 {
  background-color: rgb(212 212 212 / 0.2) !important;
}

.bg-neutral-300\/25 {
  background-color: rgb(212 212 212 / 0.25) !important;
}

.bg-neutral-300\/30 {
  background-color: rgb(212 212 212 / 0.3) !important;
}

.bg-neutral-300\/35 {
  background-color: rgb(212 212 212 / 0.35) !important;
}

.bg-neutral-300\/40 {
  background-color: rgb(212 212 212 / 0.4) !important;
}

.bg-neutral-300\/45 {
  background-color: rgb(212 212 212 / 0.45) !important;
}

.bg-neutral-300\/5 {
  background-color: rgb(212 212 212 / 0.05) !important;
}

.bg-neutral-300\/50 {
  background-color: rgb(212 212 212 / 0.5) !important;
}

.bg-neutral-300\/55 {
  background-color: rgb(212 212 212 / 0.55) !important;
}

.bg-neutral-300\/60 {
  background-color: rgb(212 212 212 / 0.6) !important;
}

.bg-neutral-300\/65 {
  background-color: rgb(212 212 212 / 0.65) !important;
}

.bg-neutral-300\/70 {
  background-color: rgb(212 212 212 / 0.7) !important;
}

.bg-neutral-300\/75 {
  background-color: rgb(212 212 212 / 0.75) !important;
}

.bg-neutral-300\/80 {
  background-color: rgb(212 212 212 / 0.8) !important;
}

.bg-neutral-300\/85 {
  background-color: rgb(212 212 212 / 0.85) !important;
}

.bg-neutral-300\/90 {
  background-color: rgb(212 212 212 / 0.9) !important;
}

.bg-neutral-300\/95 {
  background-color: rgb(212 212 212 / 0.95) !important;
}

.bg-neutral-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1)) !important;
}

.bg-neutral-400\/0 {
  background-color: rgb(163 163 163 / 0) !important;
}

.bg-neutral-400\/10 {
  background-color: rgb(163 163 163 / 0.1) !important;
}

.bg-neutral-400\/100 {
  background-color: rgb(163 163 163 / 1) !important;
}

.bg-neutral-400\/15 {
  background-color: rgb(163 163 163 / 0.15) !important;
}

.bg-neutral-400\/20 {
  background-color: rgb(163 163 163 / 0.2) !important;
}

.bg-neutral-400\/25 {
  background-color: rgb(163 163 163 / 0.25) !important;
}

.bg-neutral-400\/30 {
  background-color: rgb(163 163 163 / 0.3) !important;
}

.bg-neutral-400\/35 {
  background-color: rgb(163 163 163 / 0.35) !important;
}

.bg-neutral-400\/40 {
  background-color: rgb(163 163 163 / 0.4) !important;
}

.bg-neutral-400\/45 {
  background-color: rgb(163 163 163 / 0.45) !important;
}

.bg-neutral-400\/5 {
  background-color: rgb(163 163 163 / 0.05) !important;
}

.bg-neutral-400\/50 {
  background-color: rgb(163 163 163 / 0.5) !important;
}

.bg-neutral-400\/55 {
  background-color: rgb(163 163 163 / 0.55) !important;
}

.bg-neutral-400\/60 {
  background-color: rgb(163 163 163 / 0.6) !important;
}

.bg-neutral-400\/65 {
  background-color: rgb(163 163 163 / 0.65) !important;
}

.bg-neutral-400\/70 {
  background-color: rgb(163 163 163 / 0.7) !important;
}

.bg-neutral-400\/75 {
  background-color: rgb(163 163 163 / 0.75) !important;
}

.bg-neutral-400\/80 {
  background-color: rgb(163 163 163 / 0.8) !important;
}

.bg-neutral-400\/85 {
  background-color: rgb(163 163 163 / 0.85) !important;
}

.bg-neutral-400\/90 {
  background-color: rgb(163 163 163 / 0.9) !important;
}

.bg-neutral-400\/95 {
  background-color: rgb(163 163 163 / 0.95) !important;
}

.bg-neutral-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1)) !important;
}

.bg-neutral-50\/0 {
  background-color: rgb(250 250 250 / 0) !important;
}

.bg-neutral-50\/10 {
  background-color: rgb(250 250 250 / 0.1) !important;
}

.bg-neutral-50\/100 {
  background-color: rgb(250 250 250 / 1) !important;
}

.bg-neutral-50\/15 {
  background-color: rgb(250 250 250 / 0.15) !important;
}

.bg-neutral-50\/20 {
  background-color: rgb(250 250 250 / 0.2) !important;
}

.bg-neutral-50\/25 {
  background-color: rgb(250 250 250 / 0.25) !important;
}

.bg-neutral-50\/30 {
  background-color: rgb(250 250 250 / 0.3) !important;
}

.bg-neutral-50\/35 {
  background-color: rgb(250 250 250 / 0.35) !important;
}

.bg-neutral-50\/40 {
  background-color: rgb(250 250 250 / 0.4) !important;
}

.bg-neutral-50\/45 {
  background-color: rgb(250 250 250 / 0.45) !important;
}

.bg-neutral-50\/5 {
  background-color: rgb(250 250 250 / 0.05) !important;
}

.bg-neutral-50\/50 {
  background-color: rgb(250 250 250 / 0.5) !important;
}

.bg-neutral-50\/55 {
  background-color: rgb(250 250 250 / 0.55) !important;
}

.bg-neutral-50\/60 {
  background-color: rgb(250 250 250 / 0.6) !important;
}

.bg-neutral-50\/65 {
  background-color: rgb(250 250 250 / 0.65) !important;
}

.bg-neutral-50\/70 {
  background-color: rgb(250 250 250 / 0.7) !important;
}

.bg-neutral-50\/75 {
  background-color: rgb(250 250 250 / 0.75) !important;
}

.bg-neutral-50\/80 {
  background-color: rgb(250 250 250 / 0.8) !important;
}

.bg-neutral-50\/85 {
  background-color: rgb(250 250 250 / 0.85) !important;
}

.bg-neutral-50\/90 {
  background-color: rgb(250 250 250 / 0.9) !important;
}

.bg-neutral-50\/95 {
  background-color: rgb(250 250 250 / 0.95) !important;
}

.bg-neutral-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1)) !important;
}

.bg-neutral-500\/0 {
  background-color: rgb(115 115 115 / 0) !important;
}

.bg-neutral-500\/10 {
  background-color: rgb(115 115 115 / 0.1) !important;
}

.bg-neutral-500\/100 {
  background-color: rgb(115 115 115 / 1) !important;
}

.bg-neutral-500\/15 {
  background-color: rgb(115 115 115 / 0.15) !important;
}

.bg-neutral-500\/20 {
  background-color: rgb(115 115 115 / 0.2) !important;
}

.bg-neutral-500\/25 {
  background-color: rgb(115 115 115 / 0.25) !important;
}

.bg-neutral-500\/30 {
  background-color: rgb(115 115 115 / 0.3) !important;
}

.bg-neutral-500\/35 {
  background-color: rgb(115 115 115 / 0.35) !important;
}

.bg-neutral-500\/40 {
  background-color: rgb(115 115 115 / 0.4) !important;
}

.bg-neutral-500\/45 {
  background-color: rgb(115 115 115 / 0.45) !important;
}

.bg-neutral-500\/5 {
  background-color: rgb(115 115 115 / 0.05) !important;
}

.bg-neutral-500\/50 {
  background-color: rgb(115 115 115 / 0.5) !important;
}

.bg-neutral-500\/55 {
  background-color: rgb(115 115 115 / 0.55) !important;
}

.bg-neutral-500\/60 {
  background-color: rgb(115 115 115 / 0.6) !important;
}

.bg-neutral-500\/65 {
  background-color: rgb(115 115 115 / 0.65) !important;
}

.bg-neutral-500\/70 {
  background-color: rgb(115 115 115 / 0.7) !important;
}

.bg-neutral-500\/75 {
  background-color: rgb(115 115 115 / 0.75) !important;
}

.bg-neutral-500\/80 {
  background-color: rgb(115 115 115 / 0.8) !important;
}

.bg-neutral-500\/85 {
  background-color: rgb(115 115 115 / 0.85) !important;
}

.bg-neutral-500\/90 {
  background-color: rgb(115 115 115 / 0.9) !important;
}

.bg-neutral-500\/95 {
  background-color: rgb(115 115 115 / 0.95) !important;
}

.bg-neutral-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1)) !important;
}

.bg-neutral-600\/0 {
  background-color: rgb(82 82 82 / 0) !important;
}

.bg-neutral-600\/10 {
  background-color: rgb(82 82 82 / 0.1) !important;
}

.bg-neutral-600\/100 {
  background-color: rgb(82 82 82 / 1) !important;
}

.bg-neutral-600\/15 {
  background-color: rgb(82 82 82 / 0.15) !important;
}

.bg-neutral-600\/20 {
  background-color: rgb(82 82 82 / 0.2) !important;
}

.bg-neutral-600\/25 {
  background-color: rgb(82 82 82 / 0.25) !important;
}

.bg-neutral-600\/30 {
  background-color: rgb(82 82 82 / 0.3) !important;
}

.bg-neutral-600\/35 {
  background-color: rgb(82 82 82 / 0.35) !important;
}

.bg-neutral-600\/40 {
  background-color: rgb(82 82 82 / 0.4) !important;
}

.bg-neutral-600\/45 {
  background-color: rgb(82 82 82 / 0.45) !important;
}

.bg-neutral-600\/5 {
  background-color: rgb(82 82 82 / 0.05) !important;
}

.bg-neutral-600\/50 {
  background-color: rgb(82 82 82 / 0.5) !important;
}

.bg-neutral-600\/55 {
  background-color: rgb(82 82 82 / 0.55) !important;
}

.bg-neutral-600\/60 {
  background-color: rgb(82 82 82 / 0.6) !important;
}

.bg-neutral-600\/65 {
  background-color: rgb(82 82 82 / 0.65) !important;
}

.bg-neutral-600\/70 {
  background-color: rgb(82 82 82 / 0.7) !important;
}

.bg-neutral-600\/75 {
  background-color: rgb(82 82 82 / 0.75) !important;
}

.bg-neutral-600\/80 {
  background-color: rgb(82 82 82 / 0.8) !important;
}

.bg-neutral-600\/85 {
  background-color: rgb(82 82 82 / 0.85) !important;
}

.bg-neutral-600\/90 {
  background-color: rgb(82 82 82 / 0.9) !important;
}

.bg-neutral-600\/95 {
  background-color: rgb(82 82 82 / 0.95) !important;
}

.bg-neutral-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1)) !important;
}

.bg-neutral-700\/0 {
  background-color: rgb(64 64 64 / 0) !important;
}

.bg-neutral-700\/10 {
  background-color: rgb(64 64 64 / 0.1) !important;
}

.bg-neutral-700\/100 {
  background-color: rgb(64 64 64 / 1) !important;
}

.bg-neutral-700\/15 {
  background-color: rgb(64 64 64 / 0.15) !important;
}

.bg-neutral-700\/20 {
  background-color: rgb(64 64 64 / 0.2) !important;
}

.bg-neutral-700\/25 {
  background-color: rgb(64 64 64 / 0.25) !important;
}

.bg-neutral-700\/30 {
  background-color: rgb(64 64 64 / 0.3) !important;
}

.bg-neutral-700\/35 {
  background-color: rgb(64 64 64 / 0.35) !important;
}

.bg-neutral-700\/40 {
  background-color: rgb(64 64 64 / 0.4) !important;
}

.bg-neutral-700\/45 {
  background-color: rgb(64 64 64 / 0.45) !important;
}

.bg-neutral-700\/5 {
  background-color: rgb(64 64 64 / 0.05) !important;
}

.bg-neutral-700\/50 {
  background-color: rgb(64 64 64 / 0.5) !important;
}

.bg-neutral-700\/55 {
  background-color: rgb(64 64 64 / 0.55) !important;
}

.bg-neutral-700\/60 {
  background-color: rgb(64 64 64 / 0.6) !important;
}

.bg-neutral-700\/65 {
  background-color: rgb(64 64 64 / 0.65) !important;
}

.bg-neutral-700\/70 {
  background-color: rgb(64 64 64 / 0.7) !important;
}

.bg-neutral-700\/75 {
  background-color: rgb(64 64 64 / 0.75) !important;
}

.bg-neutral-700\/80 {
  background-color: rgb(64 64 64 / 0.8) !important;
}

.bg-neutral-700\/85 {
  background-color: rgb(64 64 64 / 0.85) !important;
}

.bg-neutral-700\/90 {
  background-color: rgb(64 64 64 / 0.9) !important;
}

.bg-neutral-700\/95 {
  background-color: rgb(64 64 64 / 0.95) !important;
}

.bg-neutral-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1)) !important;
}

.bg-neutral-800\/0 {
  background-color: rgb(38 38 38 / 0) !important;
}

.bg-neutral-800\/10 {
  background-color: rgb(38 38 38 / 0.1) !important;
}

.bg-neutral-800\/100 {
  background-color: rgb(38 38 38 / 1) !important;
}

.bg-neutral-800\/15 {
  background-color: rgb(38 38 38 / 0.15) !important;
}

.bg-neutral-800\/20 {
  background-color: rgb(38 38 38 / 0.2) !important;
}

.bg-neutral-800\/25 {
  background-color: rgb(38 38 38 / 0.25) !important;
}

.bg-neutral-800\/30 {
  background-color: rgb(38 38 38 / 0.3) !important;
}

.bg-neutral-800\/35 {
  background-color: rgb(38 38 38 / 0.35) !important;
}

.bg-neutral-800\/40 {
  background-color: rgb(38 38 38 / 0.4) !important;
}

.bg-neutral-800\/45 {
  background-color: rgb(38 38 38 / 0.45) !important;
}

.bg-neutral-800\/5 {
  background-color: rgb(38 38 38 / 0.05) !important;
}

.bg-neutral-800\/50 {
  background-color: rgb(38 38 38 / 0.5) !important;
}

.bg-neutral-800\/55 {
  background-color: rgb(38 38 38 / 0.55) !important;
}

.bg-neutral-800\/60 {
  background-color: rgb(38 38 38 / 0.6) !important;
}

.bg-neutral-800\/65 {
  background-color: rgb(38 38 38 / 0.65) !important;
}

.bg-neutral-800\/70 {
  background-color: rgb(38 38 38 / 0.7) !important;
}

.bg-neutral-800\/75 {
  background-color: rgb(38 38 38 / 0.75) !important;
}

.bg-neutral-800\/80 {
  background-color: rgb(38 38 38 / 0.8) !important;
}

.bg-neutral-800\/85 {
  background-color: rgb(38 38 38 / 0.85) !important;
}

.bg-neutral-800\/90 {
  background-color: rgb(38 38 38 / 0.9) !important;
}

.bg-neutral-800\/95 {
  background-color: rgb(38 38 38 / 0.95) !important;
}

.bg-neutral-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1)) !important;
}

.bg-neutral-900\/0 {
  background-color: rgb(23 23 23 / 0) !important;
}

.bg-neutral-900\/10 {
  background-color: rgb(23 23 23 / 0.1) !important;
}

.bg-neutral-900\/100 {
  background-color: rgb(23 23 23 / 1) !important;
}

.bg-neutral-900\/15 {
  background-color: rgb(23 23 23 / 0.15) !important;
}

.bg-neutral-900\/20 {
  background-color: rgb(23 23 23 / 0.2) !important;
}

.bg-neutral-900\/25 {
  background-color: rgb(23 23 23 / 0.25) !important;
}

.bg-neutral-900\/30 {
  background-color: rgb(23 23 23 / 0.3) !important;
}

.bg-neutral-900\/35 {
  background-color: rgb(23 23 23 / 0.35) !important;
}

.bg-neutral-900\/40 {
  background-color: rgb(23 23 23 / 0.4) !important;
}

.bg-neutral-900\/45 {
  background-color: rgb(23 23 23 / 0.45) !important;
}

.bg-neutral-900\/5 {
  background-color: rgb(23 23 23 / 0.05) !important;
}

.bg-neutral-900\/50 {
  background-color: rgb(23 23 23 / 0.5) !important;
}

.bg-neutral-900\/55 {
  background-color: rgb(23 23 23 / 0.55) !important;
}

.bg-neutral-900\/60 {
  background-color: rgb(23 23 23 / 0.6) !important;
}

.bg-neutral-900\/65 {
  background-color: rgb(23 23 23 / 0.65) !important;
}

.bg-neutral-900\/70 {
  background-color: rgb(23 23 23 / 0.7) !important;
}

.bg-neutral-900\/75 {
  background-color: rgb(23 23 23 / 0.75) !important;
}

.bg-neutral-900\/80 {
  background-color: rgb(23 23 23 / 0.8) !important;
}

.bg-neutral-900\/85 {
  background-color: rgb(23 23 23 / 0.85) !important;
}

.bg-neutral-900\/90 {
  background-color: rgb(23 23 23 / 0.9) !important;
}

.bg-neutral-900\/95 {
  background-color: rgb(23 23 23 / 0.95) !important;
}

.bg-night-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}

.bg-night-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1)) !important;
}

.bg-night-800\/15 {
  background-color: rgb(31 41 55 / 0.15) !important;
}

.bg-night-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1)) !important;
}

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

.bg-orange-100\/0 {
  background-color: rgb(255 237 213 / 0) !important;
}

.bg-orange-100\/10 {
  background-color: rgb(255 237 213 / 0.1) !important;
}

.bg-orange-100\/100 {
  background-color: rgb(255 237 213 / 1) !important;
}

.bg-orange-100\/15 {
  background-color: rgb(255 237 213 / 0.15) !important;
}

.bg-orange-100\/20 {
  background-color: rgb(255 237 213 / 0.2) !important;
}

.bg-orange-100\/25 {
  background-color: rgb(255 237 213 / 0.25) !important;
}

.bg-orange-100\/30 {
  background-color: rgb(255 237 213 / 0.3) !important;
}

.bg-orange-100\/35 {
  background-color: rgb(255 237 213 / 0.35) !important;
}

.bg-orange-100\/40 {
  background-color: rgb(255 237 213 / 0.4) !important;
}

.bg-orange-100\/45 {
  background-color: rgb(255 237 213 / 0.45) !important;
}

.bg-orange-100\/5 {
  background-color: rgb(255 237 213 / 0.05) !important;
}

.bg-orange-100\/50 {
  background-color: rgb(255 237 213 / 0.5) !important;
}

.bg-orange-100\/55 {
  background-color: rgb(255 237 213 / 0.55) !important;
}

.bg-orange-100\/60 {
  background-color: rgb(255 237 213 / 0.6) !important;
}

.bg-orange-100\/65 {
  background-color: rgb(255 237 213 / 0.65) !important;
}

.bg-orange-100\/70 {
  background-color: rgb(255 237 213 / 0.7) !important;
}

.bg-orange-100\/75 {
  background-color: rgb(255 237 213 / 0.75) !important;
}

.bg-orange-100\/80 {
  background-color: rgb(255 237 213 / 0.8) !important;
}

.bg-orange-100\/85 {
  background-color: rgb(255 237 213 / 0.85) !important;
}

.bg-orange-100\/90 {
  background-color: rgb(255 237 213 / 0.9) !important;
}

.bg-orange-100\/95 {
  background-color: rgb(255 237 213 / 0.95) !important;
}

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

.bg-orange-200\/0 {
  background-color: rgb(254 215 170 / 0) !important;
}

.bg-orange-200\/10 {
  background-color: rgb(254 215 170 / 0.1) !important;
}

.bg-orange-200\/100 {
  background-color: rgb(254 215 170 / 1) !important;
}

.bg-orange-200\/15 {
  background-color: rgb(254 215 170 / 0.15) !important;
}

.bg-orange-200\/20 {
  background-color: rgb(254 215 170 / 0.2) !important;
}

.bg-orange-200\/25 {
  background-color: rgb(254 215 170 / 0.25) !important;
}

.bg-orange-200\/30 {
  background-color: rgb(254 215 170 / 0.3) !important;
}

.bg-orange-200\/35 {
  background-color: rgb(254 215 170 / 0.35) !important;
}

.bg-orange-200\/40 {
  background-color: rgb(254 215 170 / 0.4) !important;
}

.bg-orange-200\/45 {
  background-color: rgb(254 215 170 / 0.45) !important;
}

.bg-orange-200\/5 {
  background-color: rgb(254 215 170 / 0.05) !important;
}

.bg-orange-200\/50 {
  background-color: rgb(254 215 170 / 0.5) !important;
}

.bg-orange-200\/55 {
  background-color: rgb(254 215 170 / 0.55) !important;
}

.bg-orange-200\/60 {
  background-color: rgb(254 215 170 / 0.6) !important;
}

.bg-orange-200\/65 {
  background-color: rgb(254 215 170 / 0.65) !important;
}

.bg-orange-200\/70 {
  background-color: rgb(254 215 170 / 0.7) !important;
}

.bg-orange-200\/75 {
  background-color: rgb(254 215 170 / 0.75) !important;
}

.bg-orange-200\/80 {
  background-color: rgb(254 215 170 / 0.8) !important;
}

.bg-orange-200\/85 {
  background-color: rgb(254 215 170 / 0.85) !important;
}

.bg-orange-200\/90 {
  background-color: rgb(254 215 170 / 0.9) !important;
}

.bg-orange-200\/95 {
  background-color: rgb(254 215 170 / 0.95) !important;
}

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

.bg-orange-300\/0 {
  background-color: rgb(253 186 116 / 0) !important;
}

.bg-orange-300\/10 {
  background-color: rgb(253 186 116 / 0.1) !important;
}

.bg-orange-300\/100 {
  background-color: rgb(253 186 116 / 1) !important;
}

.bg-orange-300\/15 {
  background-color: rgb(253 186 116 / 0.15) !important;
}

.bg-orange-300\/20 {
  background-color: rgb(253 186 116 / 0.2) !important;
}

.bg-orange-300\/25 {
  background-color: rgb(253 186 116 / 0.25) !important;
}

.bg-orange-300\/30 {
  background-color: rgb(253 186 116 / 0.3) !important;
}

.bg-orange-300\/35 {
  background-color: rgb(253 186 116 / 0.35) !important;
}

.bg-orange-300\/40 {
  background-color: rgb(253 186 116 / 0.4) !important;
}

.bg-orange-300\/45 {
  background-color: rgb(253 186 116 / 0.45) !important;
}

.bg-orange-300\/5 {
  background-color: rgb(253 186 116 / 0.05) !important;
}

.bg-orange-300\/50 {
  background-color: rgb(253 186 116 / 0.5) !important;
}

.bg-orange-300\/55 {
  background-color: rgb(253 186 116 / 0.55) !important;
}

.bg-orange-300\/60 {
  background-color: rgb(253 186 116 / 0.6) !important;
}

.bg-orange-300\/65 {
  background-color: rgb(253 186 116 / 0.65) !important;
}

.bg-orange-300\/70 {
  background-color: rgb(253 186 116 / 0.7) !important;
}

.bg-orange-300\/75 {
  background-color: rgb(253 186 116 / 0.75) !important;
}

.bg-orange-300\/80 {
  background-color: rgb(253 186 116 / 0.8) !important;
}

.bg-orange-300\/85 {
  background-color: rgb(253 186 116 / 0.85) !important;
}

.bg-orange-300\/90 {
  background-color: rgb(253 186 116 / 0.9) !important;
}

.bg-orange-300\/95 {
  background-color: rgb(253 186 116 / 0.95) !important;
}

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

.bg-orange-400\/0 {
  background-color: rgb(251 146 60 / 0) !important;
}

.bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1) !important;
}

.bg-orange-400\/100 {
  background-color: rgb(251 146 60 / 1) !important;
}

.bg-orange-400\/15 {
  background-color: rgb(251 146 60 / 0.15) !important;
}

.bg-orange-400\/20 {
  background-color: rgb(251 146 60 / 0.2) !important;
}

.bg-orange-400\/25 {
  background-color: rgb(251 146 60 / 0.25) !important;
}

.bg-orange-400\/30 {
  background-color: rgb(251 146 60 / 0.3) !important;
}

.bg-orange-400\/35 {
  background-color: rgb(251 146 60 / 0.35) !important;
}

.bg-orange-400\/40 {
  background-color: rgb(251 146 60 / 0.4) !important;
}

.bg-orange-400\/45 {
  background-color: rgb(251 146 60 / 0.45) !important;
}

.bg-orange-400\/5 {
  background-color: rgb(251 146 60 / 0.05) !important;
}

.bg-orange-400\/50 {
  background-color: rgb(251 146 60 / 0.5) !important;
}

.bg-orange-400\/55 {
  background-color: rgb(251 146 60 / 0.55) !important;
}

.bg-orange-400\/60 {
  background-color: rgb(251 146 60 / 0.6) !important;
}

.bg-orange-400\/65 {
  background-color: rgb(251 146 60 / 0.65) !important;
}

.bg-orange-400\/70 {
  background-color: rgb(251 146 60 / 0.7) !important;
}

.bg-orange-400\/75 {
  background-color: rgb(251 146 60 / 0.75) !important;
}

.bg-orange-400\/80 {
  background-color: rgb(251 146 60 / 0.8) !important;
}

.bg-orange-400\/85 {
  background-color: rgb(251 146 60 / 0.85) !important;
}

.bg-orange-400\/90 {
  background-color: rgb(251 146 60 / 0.9) !important;
}

.bg-orange-400\/95 {
  background-color: rgb(251 146 60 / 0.95) !important;
}

.bg-orange-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1)) !important;
}

.bg-orange-50\/0 {
  background-color: rgb(255 247 237 / 0) !important;
}

.bg-orange-50\/10 {
  background-color: rgb(255 247 237 / 0.1) !important;
}

.bg-orange-50\/100 {
  background-color: rgb(255 247 237 / 1) !important;
}

.bg-orange-50\/15 {
  background-color: rgb(255 247 237 / 0.15) !important;
}

.bg-orange-50\/20 {
  background-color: rgb(255 247 237 / 0.2) !important;
}

.bg-orange-50\/25 {
  background-color: rgb(255 247 237 / 0.25) !important;
}

.bg-orange-50\/30 {
  background-color: rgb(255 247 237 / 0.3) !important;
}

.bg-orange-50\/35 {
  background-color: rgb(255 247 237 / 0.35) !important;
}

.bg-orange-50\/40 {
  background-color: rgb(255 247 237 / 0.4) !important;
}

.bg-orange-50\/45 {
  background-color: rgb(255 247 237 / 0.45) !important;
}

.bg-orange-50\/5 {
  background-color: rgb(255 247 237 / 0.05) !important;
}

.bg-orange-50\/50 {
  background-color: rgb(255 247 237 / 0.5) !important;
}

.bg-orange-50\/55 {
  background-color: rgb(255 247 237 / 0.55) !important;
}

.bg-orange-50\/60 {
  background-color: rgb(255 247 237 / 0.6) !important;
}

.bg-orange-50\/65 {
  background-color: rgb(255 247 237 / 0.65) !important;
}

.bg-orange-50\/70 {
  background-color: rgb(255 247 237 / 0.7) !important;
}

.bg-orange-50\/75 {
  background-color: rgb(255 247 237 / 0.75) !important;
}

.bg-orange-50\/80 {
  background-color: rgb(255 247 237 / 0.8) !important;
}

.bg-orange-50\/85 {
  background-color: rgb(255 247 237 / 0.85) !important;
}

.bg-orange-50\/90 {
  background-color: rgb(255 247 237 / 0.9) !important;
}

.bg-orange-50\/95 {
  background-color: rgb(255 247 237 / 0.95) !important;
}

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

.bg-orange-500\/0 {
  background-color: rgb(249 115 22 / 0) !important;
}

.bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1) !important;
}

.bg-orange-500\/100 {
  background-color: rgb(249 115 22 / 1) !important;
}

.bg-orange-500\/15 {
  background-color: rgb(249 115 22 / 0.15) !important;
}

.bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2) !important;
}

.bg-orange-500\/25 {
  background-color: rgb(249 115 22 / 0.25) !important;
}

.bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3) !important;
}

.bg-orange-500\/35 {
  background-color: rgb(249 115 22 / 0.35) !important;
}

.bg-orange-500\/40 {
  background-color: rgb(249 115 22 / 0.4) !important;
}

.bg-orange-500\/45 {
  background-color: rgb(249 115 22 / 0.45) !important;
}

.bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05) !important;
}

.bg-orange-500\/50 {
  background-color: rgb(249 115 22 / 0.5) !important;
}

.bg-orange-500\/55 {
  background-color: rgb(249 115 22 / 0.55) !important;
}

.bg-orange-500\/60 {
  background-color: rgb(249 115 22 / 0.6) !important;
}

.bg-orange-500\/65 {
  background-color: rgb(249 115 22 / 0.65) !important;
}

.bg-orange-500\/70 {
  background-color: rgb(249 115 22 / 0.7) !important;
}

.bg-orange-500\/75 {
  background-color: rgb(249 115 22 / 0.75) !important;
}

.bg-orange-500\/80 {
  background-color: rgb(249 115 22 / 0.8) !important;
}

.bg-orange-500\/85 {
  background-color: rgb(249 115 22 / 0.85) !important;
}

.bg-orange-500\/90 {
  background-color: rgb(249 115 22 / 0.9) !important;
}

.bg-orange-500\/95 {
  background-color: rgb(249 115 22 / 0.95) !important;
}

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

.bg-orange-600\/0 {
  background-color: rgb(234 88 12 / 0) !important;
}

.bg-orange-600\/10 {
  background-color: rgb(234 88 12 / 0.1) !important;
}

.bg-orange-600\/100 {
  background-color: rgb(234 88 12 / 1) !important;
}

.bg-orange-600\/15 {
  background-color: rgb(234 88 12 / 0.15) !important;
}

.bg-orange-600\/20 {
  background-color: rgb(234 88 12 / 0.2) !important;
}

.bg-orange-600\/25 {
  background-color: rgb(234 88 12 / 0.25) !important;
}

.bg-orange-600\/30 {
  background-color: rgb(234 88 12 / 0.3) !important;
}

.bg-orange-600\/35 {
  background-color: rgb(234 88 12 / 0.35) !important;
}

.bg-orange-600\/40 {
  background-color: rgb(234 88 12 / 0.4) !important;
}

.bg-orange-600\/45 {
  background-color: rgb(234 88 12 / 0.45) !important;
}

.bg-orange-600\/5 {
  background-color: rgb(234 88 12 / 0.05) !important;
}

.bg-orange-600\/50 {
  background-color: rgb(234 88 12 / 0.5) !important;
}

.bg-orange-600\/55 {
  background-color: rgb(234 88 12 / 0.55) !important;
}

.bg-orange-600\/60 {
  background-color: rgb(234 88 12 / 0.6) !important;
}

.bg-orange-600\/65 {
  background-color: rgb(234 88 12 / 0.65) !important;
}

.bg-orange-600\/70 {
  background-color: rgb(234 88 12 / 0.7) !important;
}

.bg-orange-600\/75 {
  background-color: rgb(234 88 12 / 0.75) !important;
}

.bg-orange-600\/80 {
  background-color: rgb(234 88 12 / 0.8) !important;
}

.bg-orange-600\/85 {
  background-color: rgb(234 88 12 / 0.85) !important;
}

.bg-orange-600\/90 {
  background-color: rgb(234 88 12 / 0.9) !important;
}

.bg-orange-600\/95 {
  background-color: rgb(234 88 12 / 0.95) !important;
}

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

.bg-orange-700\/0 {
  background-color: rgb(194 65 12 / 0) !important;
}

.bg-orange-700\/10 {
  background-color: rgb(194 65 12 / 0.1) !important;
}

.bg-orange-700\/100 {
  background-color: rgb(194 65 12 / 1) !important;
}

.bg-orange-700\/15 {
  background-color: rgb(194 65 12 / 0.15) !important;
}

.bg-orange-700\/20 {
  background-color: rgb(194 65 12 / 0.2) !important;
}

.bg-orange-700\/25 {
  background-color: rgb(194 65 12 / 0.25) !important;
}

.bg-orange-700\/30 {
  background-color: rgb(194 65 12 / 0.3) !important;
}

.bg-orange-700\/35 {
  background-color: rgb(194 65 12 / 0.35) !important;
}

.bg-orange-700\/40 {
  background-color: rgb(194 65 12 / 0.4) !important;
}

.bg-orange-700\/45 {
  background-color: rgb(194 65 12 / 0.45) !important;
}

.bg-orange-700\/5 {
  background-color: rgb(194 65 12 / 0.05) !important;
}

.bg-orange-700\/50 {
  background-color: rgb(194 65 12 / 0.5) !important;
}

.bg-orange-700\/55 {
  background-color: rgb(194 65 12 / 0.55) !important;
}

.bg-orange-700\/60 {
  background-color: rgb(194 65 12 / 0.6) !important;
}

.bg-orange-700\/65 {
  background-color: rgb(194 65 12 / 0.65) !important;
}

.bg-orange-700\/70 {
  background-color: rgb(194 65 12 / 0.7) !important;
}

.bg-orange-700\/75 {
  background-color: rgb(194 65 12 / 0.75) !important;
}

.bg-orange-700\/80 {
  background-color: rgb(194 65 12 / 0.8) !important;
}

.bg-orange-700\/85 {
  background-color: rgb(194 65 12 / 0.85) !important;
}

.bg-orange-700\/90 {
  background-color: rgb(194 65 12 / 0.9) !important;
}

.bg-orange-700\/95 {
  background-color: rgb(194 65 12 / 0.95) !important;
}

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

.bg-orange-800\/0 {
  background-color: rgb(154 52 18 / 0) !important;
}

.bg-orange-800\/10 {
  background-color: rgb(154 52 18 / 0.1) !important;
}

.bg-orange-800\/100 {
  background-color: rgb(154 52 18 / 1) !important;
}

.bg-orange-800\/15 {
  background-color: rgb(154 52 18 / 0.15) !important;
}

.bg-orange-800\/20 {
  background-color: rgb(154 52 18 / 0.2) !important;
}

.bg-orange-800\/25 {
  background-color: rgb(154 52 18 / 0.25) !important;
}

.bg-orange-800\/30 {
  background-color: rgb(154 52 18 / 0.3) !important;
}

.bg-orange-800\/35 {
  background-color: rgb(154 52 18 / 0.35) !important;
}

.bg-orange-800\/40 {
  background-color: rgb(154 52 18 / 0.4) !important;
}

.bg-orange-800\/45 {
  background-color: rgb(154 52 18 / 0.45) !important;
}

.bg-orange-800\/5 {
  background-color: rgb(154 52 18 / 0.05) !important;
}

.bg-orange-800\/50 {
  background-color: rgb(154 52 18 / 0.5) !important;
}

.bg-orange-800\/55 {
  background-color: rgb(154 52 18 / 0.55) !important;
}

.bg-orange-800\/60 {
  background-color: rgb(154 52 18 / 0.6) !important;
}

.bg-orange-800\/65 {
  background-color: rgb(154 52 18 / 0.65) !important;
}

.bg-orange-800\/70 {
  background-color: rgb(154 52 18 / 0.7) !important;
}

.bg-orange-800\/75 {
  background-color: rgb(154 52 18 / 0.75) !important;
}

.bg-orange-800\/80 {
  background-color: rgb(154 52 18 / 0.8) !important;
}

.bg-orange-800\/85 {
  background-color: rgb(154 52 18 / 0.85) !important;
}

.bg-orange-800\/90 {
  background-color: rgb(154 52 18 / 0.9) !important;
}

.bg-orange-800\/95 {
  background-color: rgb(154 52 18 / 0.95) !important;
}

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

.bg-orange-900\/0 {
  background-color: rgb(124 45 18 / 0) !important;
}

.bg-orange-900\/10 {
  background-color: rgb(124 45 18 / 0.1) !important;
}

.bg-orange-900\/100 {
  background-color: rgb(124 45 18 / 1) !important;
}

.bg-orange-900\/15 {
  background-color: rgb(124 45 18 / 0.15) !important;
}

.bg-orange-900\/20 {
  background-color: rgb(124 45 18 / 0.2) !important;
}

.bg-orange-900\/25 {
  background-color: rgb(124 45 18 / 0.25) !important;
}

.bg-orange-900\/30 {
  background-color: rgb(124 45 18 / 0.3) !important;
}

.bg-orange-900\/35 {
  background-color: rgb(124 45 18 / 0.35) !important;
}

.bg-orange-900\/40 {
  background-color: rgb(124 45 18 / 0.4) !important;
}

.bg-orange-900\/45 {
  background-color: rgb(124 45 18 / 0.45) !important;
}

.bg-orange-900\/5 {
  background-color: rgb(124 45 18 / 0.05) !important;
}

.bg-orange-900\/50 {
  background-color: rgb(124 45 18 / 0.5) !important;
}

.bg-orange-900\/55 {
  background-color: rgb(124 45 18 / 0.55) !important;
}

.bg-orange-900\/60 {
  background-color: rgb(124 45 18 / 0.6) !important;
}

.bg-orange-900\/65 {
  background-color: rgb(124 45 18 / 0.65) !important;
}

.bg-orange-900\/70 {
  background-color: rgb(124 45 18 / 0.7) !important;
}

.bg-orange-900\/75 {
  background-color: rgb(124 45 18 / 0.75) !important;
}

.bg-orange-900\/80 {
  background-color: rgb(124 45 18 / 0.8) !important;
}

.bg-orange-900\/85 {
  background-color: rgb(124 45 18 / 0.85) !important;
}

.bg-orange-900\/90 {
  background-color: rgb(124 45 18 / 0.9) !important;
}

.bg-orange-900\/95 {
  background-color: rgb(124 45 18 / 0.95) !important;
}

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

.bg-pink-100\/0 {
  background-color: rgb(252 231 243 / 0) !important;
}

.bg-pink-100\/10 {
  background-color: rgb(252 231 243 / 0.1) !important;
}

.bg-pink-100\/100 {
  background-color: rgb(252 231 243 / 1) !important;
}

.bg-pink-100\/15 {
  background-color: rgb(252 231 243 / 0.15) !important;
}

.bg-pink-100\/20 {
  background-color: rgb(252 231 243 / 0.2) !important;
}

.bg-pink-100\/25 {
  background-color: rgb(252 231 243 / 0.25) !important;
}

.bg-pink-100\/30 {
  background-color: rgb(252 231 243 / 0.3) !important;
}

.bg-pink-100\/35 {
  background-color: rgb(252 231 243 / 0.35) !important;
}

.bg-pink-100\/40 {
  background-color: rgb(252 231 243 / 0.4) !important;
}

.bg-pink-100\/45 {
  background-color: rgb(252 231 243 / 0.45) !important;
}

.bg-pink-100\/5 {
  background-color: rgb(252 231 243 / 0.05) !important;
}

.bg-pink-100\/50 {
  background-color: rgb(252 231 243 / 0.5) !important;
}

.bg-pink-100\/55 {
  background-color: rgb(252 231 243 / 0.55) !important;
}

.bg-pink-100\/60 {
  background-color: rgb(252 231 243 / 0.6) !important;
}

.bg-pink-100\/65 {
  background-color: rgb(252 231 243 / 0.65) !important;
}

.bg-pink-100\/70 {
  background-color: rgb(252 231 243 / 0.7) !important;
}

.bg-pink-100\/75 {
  background-color: rgb(252 231 243 / 0.75) !important;
}

.bg-pink-100\/80 {
  background-color: rgb(252 231 243 / 0.8) !important;
}

.bg-pink-100\/85 {
  background-color: rgb(252 231 243 / 0.85) !important;
}

.bg-pink-100\/90 {
  background-color: rgb(252 231 243 / 0.9) !important;
}

.bg-pink-100\/95 {
  background-color: rgb(252 231 243 / 0.95) !important;
}

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

.bg-pink-200\/0 {
  background-color: rgb(251 207 232 / 0) !important;
}

.bg-pink-200\/10 {
  background-color: rgb(251 207 232 / 0.1) !important;
}

.bg-pink-200\/100 {
  background-color: rgb(251 207 232 / 1) !important;
}

.bg-pink-200\/15 {
  background-color: rgb(251 207 232 / 0.15) !important;
}

.bg-pink-200\/20 {
  background-color: rgb(251 207 232 / 0.2) !important;
}

.bg-pink-200\/25 {
  background-color: rgb(251 207 232 / 0.25) !important;
}

.bg-pink-200\/30 {
  background-color: rgb(251 207 232 / 0.3) !important;
}

.bg-pink-200\/35 {
  background-color: rgb(251 207 232 / 0.35) !important;
}

.bg-pink-200\/40 {
  background-color: rgb(251 207 232 / 0.4) !important;
}

.bg-pink-200\/45 {
  background-color: rgb(251 207 232 / 0.45) !important;
}

.bg-pink-200\/5 {
  background-color: rgb(251 207 232 / 0.05) !important;
}

.bg-pink-200\/50 {
  background-color: rgb(251 207 232 / 0.5) !important;
}

.bg-pink-200\/55 {
  background-color: rgb(251 207 232 / 0.55) !important;
}

.bg-pink-200\/60 {
  background-color: rgb(251 207 232 / 0.6) !important;
}

.bg-pink-200\/65 {
  background-color: rgb(251 207 232 / 0.65) !important;
}

.bg-pink-200\/70 {
  background-color: rgb(251 207 232 / 0.7) !important;
}

.bg-pink-200\/75 {
  background-color: rgb(251 207 232 / 0.75) !important;
}

.bg-pink-200\/80 {
  background-color: rgb(251 207 232 / 0.8) !important;
}

.bg-pink-200\/85 {
  background-color: rgb(251 207 232 / 0.85) !important;
}

.bg-pink-200\/90 {
  background-color: rgb(251 207 232 / 0.9) !important;
}

.bg-pink-200\/95 {
  background-color: rgb(251 207 232 / 0.95) !important;
}

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

.bg-pink-300\/0 {
  background-color: rgb(249 168 212 / 0) !important;
}

.bg-pink-300\/10 {
  background-color: rgb(249 168 212 / 0.1) !important;
}

.bg-pink-300\/100 {
  background-color: rgb(249 168 212 / 1) !important;
}

.bg-pink-300\/15 {
  background-color: rgb(249 168 212 / 0.15) !important;
}

.bg-pink-300\/20 {
  background-color: rgb(249 168 212 / 0.2) !important;
}

.bg-pink-300\/25 {
  background-color: rgb(249 168 212 / 0.25) !important;
}

.bg-pink-300\/30 {
  background-color: rgb(249 168 212 / 0.3) !important;
}

.bg-pink-300\/35 {
  background-color: rgb(249 168 212 / 0.35) !important;
}

.bg-pink-300\/40 {
  background-color: rgb(249 168 212 / 0.4) !important;
}

.bg-pink-300\/45 {
  background-color: rgb(249 168 212 / 0.45) !important;
}

.bg-pink-300\/5 {
  background-color: rgb(249 168 212 / 0.05) !important;
}

.bg-pink-300\/50 {
  background-color: rgb(249 168 212 / 0.5) !important;
}

.bg-pink-300\/55 {
  background-color: rgb(249 168 212 / 0.55) !important;
}

.bg-pink-300\/60 {
  background-color: rgb(249 168 212 / 0.6) !important;
}

.bg-pink-300\/65 {
  background-color: rgb(249 168 212 / 0.65) !important;
}

.bg-pink-300\/70 {
  background-color: rgb(249 168 212 / 0.7) !important;
}

.bg-pink-300\/75 {
  background-color: rgb(249 168 212 / 0.75) !important;
}

.bg-pink-300\/80 {
  background-color: rgb(249 168 212 / 0.8) !important;
}

.bg-pink-300\/85 {
  background-color: rgb(249 168 212 / 0.85) !important;
}

.bg-pink-300\/90 {
  background-color: rgb(249 168 212 / 0.9) !important;
}

.bg-pink-300\/95 {
  background-color: rgb(249 168 212 / 0.95) !important;
}

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

.bg-pink-400\/0 {
  background-color: rgb(244 114 182 / 0) !important;
}

.bg-pink-400\/10 {
  background-color: rgb(244 114 182 / 0.1) !important;
}

.bg-pink-400\/100 {
  background-color: rgb(244 114 182 / 1) !important;
}

.bg-pink-400\/15 {
  background-color: rgb(244 114 182 / 0.15) !important;
}

.bg-pink-400\/20 {
  background-color: rgb(244 114 182 / 0.2) !important;
}

.bg-pink-400\/25 {
  background-color: rgb(244 114 182 / 0.25) !important;
}

.bg-pink-400\/30 {
  background-color: rgb(244 114 182 / 0.3) !important;
}

.bg-pink-400\/35 {
  background-color: rgb(244 114 182 / 0.35) !important;
}

.bg-pink-400\/40 {
  background-color: rgb(244 114 182 / 0.4) !important;
}

.bg-pink-400\/45 {
  background-color: rgb(244 114 182 / 0.45) !important;
}

.bg-pink-400\/5 {
  background-color: rgb(244 114 182 / 0.05) !important;
}

.bg-pink-400\/50 {
  background-color: rgb(244 114 182 / 0.5) !important;
}

.bg-pink-400\/55 {
  background-color: rgb(244 114 182 / 0.55) !important;
}

.bg-pink-400\/60 {
  background-color: rgb(244 114 182 / 0.6) !important;
}

.bg-pink-400\/65 {
  background-color: rgb(244 114 182 / 0.65) !important;
}

.bg-pink-400\/70 {
  background-color: rgb(244 114 182 / 0.7) !important;
}

.bg-pink-400\/75 {
  background-color: rgb(244 114 182 / 0.75) !important;
}

.bg-pink-400\/80 {
  background-color: rgb(244 114 182 / 0.8) !important;
}

.bg-pink-400\/85 {
  background-color: rgb(244 114 182 / 0.85) !important;
}

.bg-pink-400\/90 {
  background-color: rgb(244 114 182 / 0.9) !important;
}

.bg-pink-400\/95 {
  background-color: rgb(244 114 182 / 0.95) !important;
}

.bg-pink-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1)) !important;
}

.bg-pink-50\/0 {
  background-color: rgb(253 242 248 / 0) !important;
}

.bg-pink-50\/10 {
  background-color: rgb(253 242 248 / 0.1) !important;
}

.bg-pink-50\/100 {
  background-color: rgb(253 242 248 / 1) !important;
}

.bg-pink-50\/15 {
  background-color: rgb(253 242 248 / 0.15) !important;
}

.bg-pink-50\/20 {
  background-color: rgb(253 242 248 / 0.2) !important;
}

.bg-pink-50\/25 {
  background-color: rgb(253 242 248 / 0.25) !important;
}

.bg-pink-50\/30 {
  background-color: rgb(253 242 248 / 0.3) !important;
}

.bg-pink-50\/35 {
  background-color: rgb(253 242 248 / 0.35) !important;
}

.bg-pink-50\/40 {
  background-color: rgb(253 242 248 / 0.4) !important;
}

.bg-pink-50\/45 {
  background-color: rgb(253 242 248 / 0.45) !important;
}

.bg-pink-50\/5 {
  background-color: rgb(253 242 248 / 0.05) !important;
}

.bg-pink-50\/50 {
  background-color: rgb(253 242 248 / 0.5) !important;
}

.bg-pink-50\/55 {
  background-color: rgb(253 242 248 / 0.55) !important;
}

.bg-pink-50\/60 {
  background-color: rgb(253 242 248 / 0.6) !important;
}

.bg-pink-50\/65 {
  background-color: rgb(253 242 248 / 0.65) !important;
}

.bg-pink-50\/70 {
  background-color: rgb(253 242 248 / 0.7) !important;
}

.bg-pink-50\/75 {
  background-color: rgb(253 242 248 / 0.75) !important;
}

.bg-pink-50\/80 {
  background-color: rgb(253 242 248 / 0.8) !important;
}

.bg-pink-50\/85 {
  background-color: rgb(253 242 248 / 0.85) !important;
}

.bg-pink-50\/90 {
  background-color: rgb(253 242 248 / 0.9) !important;
}

.bg-pink-50\/95 {
  background-color: rgb(253 242 248 / 0.95) !important;
}

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

.bg-pink-500\/0 {
  background-color: rgb(236 72 153 / 0) !important;
}

.bg-pink-500\/10 {
  background-color: rgb(236 72 153 / 0.1) !important;
}

.bg-pink-500\/100 {
  background-color: rgb(236 72 153 / 1) !important;
}

.bg-pink-500\/15 {
  background-color: rgb(236 72 153 / 0.15) !important;
}

.bg-pink-500\/20 {
  background-color: rgb(236 72 153 / 0.2) !important;
}

.bg-pink-500\/25 {
  background-color: rgb(236 72 153 / 0.25) !important;
}

.bg-pink-500\/30 {
  background-color: rgb(236 72 153 / 0.3) !important;
}

.bg-pink-500\/35 {
  background-color: rgb(236 72 153 / 0.35) !important;
}

.bg-pink-500\/40 {
  background-color: rgb(236 72 153 / 0.4) !important;
}

.bg-pink-500\/45 {
  background-color: rgb(236 72 153 / 0.45) !important;
}

.bg-pink-500\/5 {
  background-color: rgb(236 72 153 / 0.05) !important;
}

.bg-pink-500\/50 {
  background-color: rgb(236 72 153 / 0.5) !important;
}

.bg-pink-500\/55 {
  background-color: rgb(236 72 153 / 0.55) !important;
}

.bg-pink-500\/60 {
  background-color: rgb(236 72 153 / 0.6) !important;
}

.bg-pink-500\/65 {
  background-color: rgb(236 72 153 / 0.65) !important;
}

.bg-pink-500\/70 {
  background-color: rgb(236 72 153 / 0.7) !important;
}

.bg-pink-500\/75 {
  background-color: rgb(236 72 153 / 0.75) !important;
}

.bg-pink-500\/80 {
  background-color: rgb(236 72 153 / 0.8) !important;
}

.bg-pink-500\/85 {
  background-color: rgb(236 72 153 / 0.85) !important;
}

.bg-pink-500\/90 {
  background-color: rgb(236 72 153 / 0.9) !important;
}

.bg-pink-500\/95 {
  background-color: rgb(236 72 153 / 0.95) !important;
}

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

.bg-pink-600\/0 {
  background-color: rgb(219 39 119 / 0) !important;
}

.bg-pink-600\/10 {
  background-color: rgb(219 39 119 / 0.1) !important;
}

.bg-pink-600\/100 {
  background-color: rgb(219 39 119 / 1) !important;
}

.bg-pink-600\/15 {
  background-color: rgb(219 39 119 / 0.15) !important;
}

.bg-pink-600\/20 {
  background-color: rgb(219 39 119 / 0.2) !important;
}

.bg-pink-600\/25 {
  background-color: rgb(219 39 119 / 0.25) !important;
}

.bg-pink-600\/30 {
  background-color: rgb(219 39 119 / 0.3) !important;
}

.bg-pink-600\/35 {
  background-color: rgb(219 39 119 / 0.35) !important;
}

.bg-pink-600\/40 {
  background-color: rgb(219 39 119 / 0.4) !important;
}

.bg-pink-600\/45 {
  background-color: rgb(219 39 119 / 0.45) !important;
}

.bg-pink-600\/5 {
  background-color: rgb(219 39 119 / 0.05) !important;
}

.bg-pink-600\/50 {
  background-color: rgb(219 39 119 / 0.5) !important;
}

.bg-pink-600\/55 {
  background-color: rgb(219 39 119 / 0.55) !important;
}

.bg-pink-600\/60 {
  background-color: rgb(219 39 119 / 0.6) !important;
}

.bg-pink-600\/65 {
  background-color: rgb(219 39 119 / 0.65) !important;
}

.bg-pink-600\/70 {
  background-color: rgb(219 39 119 / 0.7) !important;
}

.bg-pink-600\/75 {
  background-color: rgb(219 39 119 / 0.75) !important;
}

.bg-pink-600\/80 {
  background-color: rgb(219 39 119 / 0.8) !important;
}

.bg-pink-600\/85 {
  background-color: rgb(219 39 119 / 0.85) !important;
}

.bg-pink-600\/90 {
  background-color: rgb(219 39 119 / 0.9) !important;
}

.bg-pink-600\/95 {
  background-color: rgb(219 39 119 / 0.95) !important;
}

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

.bg-pink-700\/0 {
  background-color: rgb(190 24 93 / 0) !important;
}

.bg-pink-700\/10 {
  background-color: rgb(190 24 93 / 0.1) !important;
}

.bg-pink-700\/100 {
  background-color: rgb(190 24 93 / 1) !important;
}

.bg-pink-700\/15 {
  background-color: rgb(190 24 93 / 0.15) !important;
}

.bg-pink-700\/20 {
  background-color: rgb(190 24 93 / 0.2) !important;
}

.bg-pink-700\/25 {
  background-color: rgb(190 24 93 / 0.25) !important;
}

.bg-pink-700\/30 {
  background-color: rgb(190 24 93 / 0.3) !important;
}

.bg-pink-700\/35 {
  background-color: rgb(190 24 93 / 0.35) !important;
}

.bg-pink-700\/40 {
  background-color: rgb(190 24 93 / 0.4) !important;
}

.bg-pink-700\/45 {
  background-color: rgb(190 24 93 / 0.45) !important;
}

.bg-pink-700\/5 {
  background-color: rgb(190 24 93 / 0.05) !important;
}

.bg-pink-700\/50 {
  background-color: rgb(190 24 93 / 0.5) !important;
}

.bg-pink-700\/55 {
  background-color: rgb(190 24 93 / 0.55) !important;
}

.bg-pink-700\/60 {
  background-color: rgb(190 24 93 / 0.6) !important;
}

.bg-pink-700\/65 {
  background-color: rgb(190 24 93 / 0.65) !important;
}

.bg-pink-700\/70 {
  background-color: rgb(190 24 93 / 0.7) !important;
}

.bg-pink-700\/75 {
  background-color: rgb(190 24 93 / 0.75) !important;
}

.bg-pink-700\/80 {
  background-color: rgb(190 24 93 / 0.8) !important;
}

.bg-pink-700\/85 {
  background-color: rgb(190 24 93 / 0.85) !important;
}

.bg-pink-700\/90 {
  background-color: rgb(190 24 93 / 0.9) !important;
}

.bg-pink-700\/95 {
  background-color: rgb(190 24 93 / 0.95) !important;
}

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

.bg-pink-800\/0 {
  background-color: rgb(157 23 77 / 0) !important;
}

.bg-pink-800\/10 {
  background-color: rgb(157 23 77 / 0.1) !important;
}

.bg-pink-800\/100 {
  background-color: rgb(157 23 77 / 1) !important;
}

.bg-pink-800\/15 {
  background-color: rgb(157 23 77 / 0.15) !important;
}

.bg-pink-800\/20 {
  background-color: rgb(157 23 77 / 0.2) !important;
}

.bg-pink-800\/25 {
  background-color: rgb(157 23 77 / 0.25) !important;
}

.bg-pink-800\/30 {
  background-color: rgb(157 23 77 / 0.3) !important;
}

.bg-pink-800\/35 {
  background-color: rgb(157 23 77 / 0.35) !important;
}

.bg-pink-800\/40 {
  background-color: rgb(157 23 77 / 0.4) !important;
}

.bg-pink-800\/45 {
  background-color: rgb(157 23 77 / 0.45) !important;
}

.bg-pink-800\/5 {
  background-color: rgb(157 23 77 / 0.05) !important;
}

.bg-pink-800\/50 {
  background-color: rgb(157 23 77 / 0.5) !important;
}

.bg-pink-800\/55 {
  background-color: rgb(157 23 77 / 0.55) !important;
}

.bg-pink-800\/60 {
  background-color: rgb(157 23 77 / 0.6) !important;
}

.bg-pink-800\/65 {
  background-color: rgb(157 23 77 / 0.65) !important;
}

.bg-pink-800\/70 {
  background-color: rgb(157 23 77 / 0.7) !important;
}

.bg-pink-800\/75 {
  background-color: rgb(157 23 77 / 0.75) !important;
}

.bg-pink-800\/80 {
  background-color: rgb(157 23 77 / 0.8) !important;
}

.bg-pink-800\/85 {
  background-color: rgb(157 23 77 / 0.85) !important;
}

.bg-pink-800\/90 {
  background-color: rgb(157 23 77 / 0.9) !important;
}

.bg-pink-800\/95 {
  background-color: rgb(157 23 77 / 0.95) !important;
}

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

.bg-pink-900\/0 {
  background-color: rgb(131 24 67 / 0) !important;
}

.bg-pink-900\/10 {
  background-color: rgb(131 24 67 / 0.1) !important;
}

.bg-pink-900\/100 {
  background-color: rgb(131 24 67 / 1) !important;
}

.bg-pink-900\/15 {
  background-color: rgb(131 24 67 / 0.15) !important;
}

.bg-pink-900\/20 {
  background-color: rgb(131 24 67 / 0.2) !important;
}

.bg-pink-900\/25 {
  background-color: rgb(131 24 67 / 0.25) !important;
}

.bg-pink-900\/30 {
  background-color: rgb(131 24 67 / 0.3) !important;
}

.bg-pink-900\/35 {
  background-color: rgb(131 24 67 / 0.35) !important;
}

.bg-pink-900\/40 {
  background-color: rgb(131 24 67 / 0.4) !important;
}

.bg-pink-900\/45 {
  background-color: rgb(131 24 67 / 0.45) !important;
}

.bg-pink-900\/5 {
  background-color: rgb(131 24 67 / 0.05) !important;
}

.bg-pink-900\/50 {
  background-color: rgb(131 24 67 / 0.5) !important;
}

.bg-pink-900\/55 {
  background-color: rgb(131 24 67 / 0.55) !important;
}

.bg-pink-900\/60 {
  background-color: rgb(131 24 67 / 0.6) !important;
}

.bg-pink-900\/65 {
  background-color: rgb(131 24 67 / 0.65) !important;
}

.bg-pink-900\/70 {
  background-color: rgb(131 24 67 / 0.7) !important;
}

.bg-pink-900\/75 {
  background-color: rgb(131 24 67 / 0.75) !important;
}

.bg-pink-900\/80 {
  background-color: rgb(131 24 67 / 0.8) !important;
}

.bg-pink-900\/85 {
  background-color: rgb(131 24 67 / 0.85) !important;
}

.bg-pink-900\/90 {
  background-color: rgb(131 24 67 / 0.9) !important;
}

.bg-pink-900\/95 {
  background-color: rgb(131 24 67 / 0.95) !important;
}

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

.bg-purple-100\/0 {
  background-color: rgb(243 232 255 / 0) !important;
}

.bg-purple-100\/10 {
  background-color: rgb(243 232 255 / 0.1) !important;
}

.bg-purple-100\/100 {
  background-color: rgb(243 232 255 / 1) !important;
}

.bg-purple-100\/15 {
  background-color: rgb(243 232 255 / 0.15) !important;
}

.bg-purple-100\/20 {
  background-color: rgb(243 232 255 / 0.2) !important;
}

.bg-purple-100\/25 {
  background-color: rgb(243 232 255 / 0.25) !important;
}

.bg-purple-100\/30 {
  background-color: rgb(243 232 255 / 0.3) !important;
}

.bg-purple-100\/35 {
  background-color: rgb(243 232 255 / 0.35) !important;
}

.bg-purple-100\/40 {
  background-color: rgb(243 232 255 / 0.4) !important;
}

.bg-purple-100\/45 {
  background-color: rgb(243 232 255 / 0.45) !important;
}

.bg-purple-100\/5 {
  background-color: rgb(243 232 255 / 0.05) !important;
}

.bg-purple-100\/50 {
  background-color: rgb(243 232 255 / 0.5) !important;
}

.bg-purple-100\/55 {
  background-color: rgb(243 232 255 / 0.55) !important;
}

.bg-purple-100\/60 {
  background-color: rgb(243 232 255 / 0.6) !important;
}

.bg-purple-100\/65 {
  background-color: rgb(243 232 255 / 0.65) !important;
}

.bg-purple-100\/70 {
  background-color: rgb(243 232 255 / 0.7) !important;
}

.bg-purple-100\/75 {
  background-color: rgb(243 232 255 / 0.75) !important;
}

.bg-purple-100\/80 {
  background-color: rgb(243 232 255 / 0.8) !important;
}

.bg-purple-100\/85 {
  background-color: rgb(243 232 255 / 0.85) !important;
}

.bg-purple-100\/90 {
  background-color: rgb(243 232 255 / 0.9) !important;
}

.bg-purple-100\/95 {
  background-color: rgb(243 232 255 / 0.95) !important;
}

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

.bg-purple-200\/0 {
  background-color: rgb(233 213 255 / 0) !important;
}

.bg-purple-200\/10 {
  background-color: rgb(233 213 255 / 0.1) !important;
}

.bg-purple-200\/100 {
  background-color: rgb(233 213 255 / 1) !important;
}

.bg-purple-200\/15 {
  background-color: rgb(233 213 255 / 0.15) !important;
}

.bg-purple-200\/20 {
  background-color: rgb(233 213 255 / 0.2) !important;
}

.bg-purple-200\/25 {
  background-color: rgb(233 213 255 / 0.25) !important;
}

.bg-purple-200\/30 {
  background-color: rgb(233 213 255 / 0.3) !important;
}

.bg-purple-200\/35 {
  background-color: rgb(233 213 255 / 0.35) !important;
}

.bg-purple-200\/40 {
  background-color: rgb(233 213 255 / 0.4) !important;
}

.bg-purple-200\/45 {
  background-color: rgb(233 213 255 / 0.45) !important;
}

.bg-purple-200\/5 {
  background-color: rgb(233 213 255 / 0.05) !important;
}

.bg-purple-200\/50 {
  background-color: rgb(233 213 255 / 0.5) !important;
}

.bg-purple-200\/55 {
  background-color: rgb(233 213 255 / 0.55) !important;
}

.bg-purple-200\/60 {
  background-color: rgb(233 213 255 / 0.6) !important;
}

.bg-purple-200\/65 {
  background-color: rgb(233 213 255 / 0.65) !important;
}

.bg-purple-200\/70 {
  background-color: rgb(233 213 255 / 0.7) !important;
}

.bg-purple-200\/75 {
  background-color: rgb(233 213 255 / 0.75) !important;
}

.bg-purple-200\/80 {
  background-color: rgb(233 213 255 / 0.8) !important;
}

.bg-purple-200\/85 {
  background-color: rgb(233 213 255 / 0.85) !important;
}

.bg-purple-200\/90 {
  background-color: rgb(233 213 255 / 0.9) !important;
}

.bg-purple-200\/95 {
  background-color: rgb(233 213 255 / 0.95) !important;
}

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

.bg-purple-300\/0 {
  background-color: rgb(216 180 254 / 0) !important;
}

.bg-purple-300\/10 {
  background-color: rgb(216 180 254 / 0.1) !important;
}

.bg-purple-300\/100 {
  background-color: rgb(216 180 254 / 1) !important;
}

.bg-purple-300\/15 {
  background-color: rgb(216 180 254 / 0.15) !important;
}

.bg-purple-300\/20 {
  background-color: rgb(216 180 254 / 0.2) !important;
}

.bg-purple-300\/25 {
  background-color: rgb(216 180 254 / 0.25) !important;
}

.bg-purple-300\/30 {
  background-color: rgb(216 180 254 / 0.3) !important;
}

.bg-purple-300\/35 {
  background-color: rgb(216 180 254 / 0.35) !important;
}

.bg-purple-300\/40 {
  background-color: rgb(216 180 254 / 0.4) !important;
}

.bg-purple-300\/45 {
  background-color: rgb(216 180 254 / 0.45) !important;
}

.bg-purple-300\/5 {
  background-color: rgb(216 180 254 / 0.05) !important;
}

.bg-purple-300\/50 {
  background-color: rgb(216 180 254 / 0.5) !important;
}

.bg-purple-300\/55 {
  background-color: rgb(216 180 254 / 0.55) !important;
}

.bg-purple-300\/60 {
  background-color: rgb(216 180 254 / 0.6) !important;
}

.bg-purple-300\/65 {
  background-color: rgb(216 180 254 / 0.65) !important;
}

.bg-purple-300\/70 {
  background-color: rgb(216 180 254 / 0.7) !important;
}

.bg-purple-300\/75 {
  background-color: rgb(216 180 254 / 0.75) !important;
}

.bg-purple-300\/80 {
  background-color: rgb(216 180 254 / 0.8) !important;
}

.bg-purple-300\/85 {
  background-color: rgb(216 180 254 / 0.85) !important;
}

.bg-purple-300\/90 {
  background-color: rgb(216 180 254 / 0.9) !important;
}

.bg-purple-300\/95 {
  background-color: rgb(216 180 254 / 0.95) !important;
}

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

.bg-purple-400\/0 {
  background-color: rgb(192 132 252 / 0) !important;
}

.bg-purple-400\/10 {
  background-color: rgb(192 132 252 / 0.1) !important;
}

.bg-purple-400\/100 {
  background-color: rgb(192 132 252 / 1) !important;
}

.bg-purple-400\/15 {
  background-color: rgb(192 132 252 / 0.15) !important;
}

.bg-purple-400\/20 {
  background-color: rgb(192 132 252 / 0.2) !important;
}

.bg-purple-400\/25 {
  background-color: rgb(192 132 252 / 0.25) !important;
}

.bg-purple-400\/30 {
  background-color: rgb(192 132 252 / 0.3) !important;
}

.bg-purple-400\/35 {
  background-color: rgb(192 132 252 / 0.35) !important;
}

.bg-purple-400\/40 {
  background-color: rgb(192 132 252 / 0.4) !important;
}

.bg-purple-400\/45 {
  background-color: rgb(192 132 252 / 0.45) !important;
}

.bg-purple-400\/5 {
  background-color: rgb(192 132 252 / 0.05) !important;
}

.bg-purple-400\/50 {
  background-color: rgb(192 132 252 / 0.5) !important;
}

.bg-purple-400\/55 {
  background-color: rgb(192 132 252 / 0.55) !important;
}

.bg-purple-400\/60 {
  background-color: rgb(192 132 252 / 0.6) !important;
}

.bg-purple-400\/65 {
  background-color: rgb(192 132 252 / 0.65) !important;
}

.bg-purple-400\/70 {
  background-color: rgb(192 132 252 / 0.7) !important;
}

.bg-purple-400\/75 {
  background-color: rgb(192 132 252 / 0.75) !important;
}

.bg-purple-400\/80 {
  background-color: rgb(192 132 252 / 0.8) !important;
}

.bg-purple-400\/85 {
  background-color: rgb(192 132 252 / 0.85) !important;
}

.bg-purple-400\/90 {
  background-color: rgb(192 132 252 / 0.9) !important;
}

.bg-purple-400\/95 {
  background-color: rgb(192 132 252 / 0.95) !important;
}

.bg-purple-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-purple-50\/0 {
  background-color: rgb(250 245 255 / 0) !important;
}

.bg-purple-50\/10 {
  background-color: rgb(250 245 255 / 0.1) !important;
}

.bg-purple-50\/100 {
  background-color: rgb(250 245 255 / 1) !important;
}

.bg-purple-50\/15 {
  background-color: rgb(250 245 255 / 0.15) !important;
}

.bg-purple-50\/20 {
  background-color: rgb(250 245 255 / 0.2) !important;
}

.bg-purple-50\/25 {
  background-color: rgb(250 245 255 / 0.25) !important;
}

.bg-purple-50\/30 {
  background-color: rgb(250 245 255 / 0.3) !important;
}

.bg-purple-50\/35 {
  background-color: rgb(250 245 255 / 0.35) !important;
}

.bg-purple-50\/40 {
  background-color: rgb(250 245 255 / 0.4) !important;
}

.bg-purple-50\/45 {
  background-color: rgb(250 245 255 / 0.45) !important;
}

.bg-purple-50\/5 {
  background-color: rgb(250 245 255 / 0.05) !important;
}

.bg-purple-50\/50 {
  background-color: rgb(250 245 255 / 0.5) !important;
}

.bg-purple-50\/55 {
  background-color: rgb(250 245 255 / 0.55) !important;
}

.bg-purple-50\/60 {
  background-color: rgb(250 245 255 / 0.6) !important;
}

.bg-purple-50\/65 {
  background-color: rgb(250 245 255 / 0.65) !important;
}

.bg-purple-50\/70 {
  background-color: rgb(250 245 255 / 0.7) !important;
}

.bg-purple-50\/75 {
  background-color: rgb(250 245 255 / 0.75) !important;
}

.bg-purple-50\/80 {
  background-color: rgb(250 245 255 / 0.8) !important;
}

.bg-purple-50\/85 {
  background-color: rgb(250 245 255 / 0.85) !important;
}

.bg-purple-50\/90 {
  background-color: rgb(250 245 255 / 0.9) !important;
}

.bg-purple-50\/95 {
  background-color: rgb(250 245 255 / 0.95) !important;
}

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

.bg-purple-500\/0 {
  background-color: rgb(168 85 247 / 0) !important;
}

.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1) !important;
}

.bg-purple-500\/100 {
  background-color: rgb(168 85 247 / 1) !important;
}

.bg-purple-500\/15 {
  background-color: rgb(168 85 247 / 0.15) !important;
}

.bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2) !important;
}

.bg-purple-500\/25 {
  background-color: rgb(168 85 247 / 0.25) !important;
}

.bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3) !important;
}

.bg-purple-500\/35 {
  background-color: rgb(168 85 247 / 0.35) !important;
}

.bg-purple-500\/40 {
  background-color: rgb(168 85 247 / 0.4) !important;
}

.bg-purple-500\/45 {
  background-color: rgb(168 85 247 / 0.45) !important;
}

.bg-purple-500\/5 {
  background-color: rgb(168 85 247 / 0.05) !important;
}

.bg-purple-500\/50 {
  background-color: rgb(168 85 247 / 0.5) !important;
}

.bg-purple-500\/55 {
  background-color: rgb(168 85 247 / 0.55) !important;
}

.bg-purple-500\/60 {
  background-color: rgb(168 85 247 / 0.6) !important;
}

.bg-purple-500\/65 {
  background-color: rgb(168 85 247 / 0.65) !important;
}

.bg-purple-500\/70 {
  background-color: rgb(168 85 247 / 0.7) !important;
}

.bg-purple-500\/75 {
  background-color: rgb(168 85 247 / 0.75) !important;
}

.bg-purple-500\/80 {
  background-color: rgb(168 85 247 / 0.8) !important;
}

.bg-purple-500\/85 {
  background-color: rgb(168 85 247 / 0.85) !important;
}

.bg-purple-500\/90 {
  background-color: rgb(168 85 247 / 0.9) !important;
}

.bg-purple-500\/95 {
  background-color: rgb(168 85 247 / 0.95) !important;
}

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

.bg-purple-600\/0 {
  background-color: rgb(147 51 234 / 0) !important;
}

.bg-purple-600\/10 {
  background-color: rgb(147 51 234 / 0.1) !important;
}

.bg-purple-600\/100 {
  background-color: rgb(147 51 234 / 1) !important;
}

.bg-purple-600\/15 {
  background-color: rgb(147 51 234 / 0.15) !important;
}

.bg-purple-600\/20 {
  background-color: rgb(147 51 234 / 0.2) !important;
}

.bg-purple-600\/25 {
  background-color: rgb(147 51 234 / 0.25) !important;
}

.bg-purple-600\/30 {
  background-color: rgb(147 51 234 / 0.3) !important;
}

.bg-purple-600\/35 {
  background-color: rgb(147 51 234 / 0.35) !important;
}

.bg-purple-600\/40 {
  background-color: rgb(147 51 234 / 0.4) !important;
}

.bg-purple-600\/45 {
  background-color: rgb(147 51 234 / 0.45) !important;
}

.bg-purple-600\/5 {
  background-color: rgb(147 51 234 / 0.05) !important;
}

.bg-purple-600\/50 {
  background-color: rgb(147 51 234 / 0.5) !important;
}

.bg-purple-600\/55 {
  background-color: rgb(147 51 234 / 0.55) !important;
}

.bg-purple-600\/60 {
  background-color: rgb(147 51 234 / 0.6) !important;
}

.bg-purple-600\/65 {
  background-color: rgb(147 51 234 / 0.65) !important;
}

.bg-purple-600\/70 {
  background-color: rgb(147 51 234 / 0.7) !important;
}

.bg-purple-600\/75 {
  background-color: rgb(147 51 234 / 0.75) !important;
}

.bg-purple-600\/80 {
  background-color: rgb(147 51 234 / 0.8) !important;
}

.bg-purple-600\/85 {
  background-color: rgb(147 51 234 / 0.85) !important;
}

.bg-purple-600\/90 {
  background-color: rgb(147 51 234 / 0.9) !important;
}

.bg-purple-600\/95 {
  background-color: rgb(147 51 234 / 0.95) !important;
}

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

.bg-purple-700\/0 {
  background-color: rgb(126 34 206 / 0) !important;
}

.bg-purple-700\/10 {
  background-color: rgb(126 34 206 / 0.1) !important;
}

.bg-purple-700\/100 {
  background-color: rgb(126 34 206 / 1) !important;
}

.bg-purple-700\/15 {
  background-color: rgb(126 34 206 / 0.15) !important;
}

.bg-purple-700\/20 {
  background-color: rgb(126 34 206 / 0.2) !important;
}

.bg-purple-700\/25 {
  background-color: rgb(126 34 206 / 0.25) !important;
}

.bg-purple-700\/30 {
  background-color: rgb(126 34 206 / 0.3) !important;
}

.bg-purple-700\/35 {
  background-color: rgb(126 34 206 / 0.35) !important;
}

.bg-purple-700\/40 {
  background-color: rgb(126 34 206 / 0.4) !important;
}

.bg-purple-700\/45 {
  background-color: rgb(126 34 206 / 0.45) !important;
}

.bg-purple-700\/5 {
  background-color: rgb(126 34 206 / 0.05) !important;
}

.bg-purple-700\/50 {
  background-color: rgb(126 34 206 / 0.5) !important;
}

.bg-purple-700\/55 {
  background-color: rgb(126 34 206 / 0.55) !important;
}

.bg-purple-700\/60 {
  background-color: rgb(126 34 206 / 0.6) !important;
}

.bg-purple-700\/65 {
  background-color: rgb(126 34 206 / 0.65) !important;
}

.bg-purple-700\/70 {
  background-color: rgb(126 34 206 / 0.7) !important;
}

.bg-purple-700\/75 {
  background-color: rgb(126 34 206 / 0.75) !important;
}

.bg-purple-700\/80 {
  background-color: rgb(126 34 206 / 0.8) !important;
}

.bg-purple-700\/85 {
  background-color: rgb(126 34 206 / 0.85) !important;
}

.bg-purple-700\/90 {
  background-color: rgb(126 34 206 / 0.9) !important;
}

.bg-purple-700\/95 {
  background-color: rgb(126 34 206 / 0.95) !important;
}

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

.bg-purple-800\/0 {
  background-color: rgb(107 33 168 / 0) !important;
}

.bg-purple-800\/10 {
  background-color: rgb(107 33 168 / 0.1) !important;
}

.bg-purple-800\/100 {
  background-color: rgb(107 33 168 / 1) !important;
}

.bg-purple-800\/15 {
  background-color: rgb(107 33 168 / 0.15) !important;
}

.bg-purple-800\/20 {
  background-color: rgb(107 33 168 / 0.2) !important;
}

.bg-purple-800\/25 {
  background-color: rgb(107 33 168 / 0.25) !important;
}

.bg-purple-800\/30 {
  background-color: rgb(107 33 168 / 0.3) !important;
}

.bg-purple-800\/35 {
  background-color: rgb(107 33 168 / 0.35) !important;
}

.bg-purple-800\/40 {
  background-color: rgb(107 33 168 / 0.4) !important;
}

.bg-purple-800\/45 {
  background-color: rgb(107 33 168 / 0.45) !important;
}

.bg-purple-800\/5 {
  background-color: rgb(107 33 168 / 0.05) !important;
}

.bg-purple-800\/50 {
  background-color: rgb(107 33 168 / 0.5) !important;
}

.bg-purple-800\/55 {
  background-color: rgb(107 33 168 / 0.55) !important;
}

.bg-purple-800\/60 {
  background-color: rgb(107 33 168 / 0.6) !important;
}

.bg-purple-800\/65 {
  background-color: rgb(107 33 168 / 0.65) !important;
}

.bg-purple-800\/70 {
  background-color: rgb(107 33 168 / 0.7) !important;
}

.bg-purple-800\/75 {
  background-color: rgb(107 33 168 / 0.75) !important;
}

.bg-purple-800\/80 {
  background-color: rgb(107 33 168 / 0.8) !important;
}

.bg-purple-800\/85 {
  background-color: rgb(107 33 168 / 0.85) !important;
}

.bg-purple-800\/90 {
  background-color: rgb(107 33 168 / 0.9) !important;
}

.bg-purple-800\/95 {
  background-color: rgb(107 33 168 / 0.95) !important;
}

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

.bg-purple-900\/0 {
  background-color: rgb(88 28 135 / 0) !important;
}

.bg-purple-900\/10 {
  background-color: rgb(88 28 135 / 0.1) !important;
}

.bg-purple-900\/100 {
  background-color: rgb(88 28 135 / 1) !important;
}

.bg-purple-900\/15 {
  background-color: rgb(88 28 135 / 0.15) !important;
}

.bg-purple-900\/20 {
  background-color: rgb(88 28 135 / 0.2) !important;
}

.bg-purple-900\/25 {
  background-color: rgb(88 28 135 / 0.25) !important;
}

.bg-purple-900\/30 {
  background-color: rgb(88 28 135 / 0.3) !important;
}

.bg-purple-900\/35 {
  background-color: rgb(88 28 135 / 0.35) !important;
}

.bg-purple-900\/40 {
  background-color: rgb(88 28 135 / 0.4) !important;
}

.bg-purple-900\/45 {
  background-color: rgb(88 28 135 / 0.45) !important;
}

.bg-purple-900\/5 {
  background-color: rgb(88 28 135 / 0.05) !important;
}

.bg-purple-900\/50 {
  background-color: rgb(88 28 135 / 0.5) !important;
}

.bg-purple-900\/55 {
  background-color: rgb(88 28 135 / 0.55) !important;
}

.bg-purple-900\/60 {
  background-color: rgb(88 28 135 / 0.6) !important;
}

.bg-purple-900\/65 {
  background-color: rgb(88 28 135 / 0.65) !important;
}

.bg-purple-900\/70 {
  background-color: rgb(88 28 135 / 0.7) !important;
}

.bg-purple-900\/75 {
  background-color: rgb(88 28 135 / 0.75) !important;
}

.bg-purple-900\/80 {
  background-color: rgb(88 28 135 / 0.8) !important;
}

.bg-purple-900\/85 {
  background-color: rgb(88 28 135 / 0.85) !important;
}

.bg-purple-900\/90 {
  background-color: rgb(88 28 135 / 0.9) !important;
}

.bg-purple-900\/95 {
  background-color: rgb(88 28 135 / 0.95) !important;
}

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

.bg-red-100\/0 {
  background-color: rgb(var(--red-100, 254 226 226) / 0) !important;
}

.bg-red-100\/10 {
  background-color: rgb(var(--red-100, 254 226 226) / 0.1) !important;
}

.bg-red-100\/100 {
  background-color: rgb(var(--red-100, 254 226 226) / 1) !important;
}

.bg-red-100\/15 {
  background-color: rgb(var(--red-100, 254 226 226) / 0.15) !important;
}

.bg-red-100\/20 {
  background-color: rgb(var(--red-100, 254 226 226) / 0.2) !important;
}

.bg-red-100\/25 {
  background-color: rgb(var(--red-100, 254 226 226) / 0.25) !important;
}

.bg-red-100\/30 {
  background-color: rgb(var(--red-100, 254 226 226) / 0.3) !important;
}

.bg-red-100\/35 {
  background-color: rgb(var(--red-100, 254 226 226) / 0.35) !important;
}

.bg-red-100\/40 {
  background-color: rgb(var(--red-100, 254 226 226) / 0.4) !important;
}

.bg-red-100\/45 {
  background-color: rgb(var(--red-100, 254 226 226) / 0.45) !important;
}

.bg-red-100\/5 {
  background-color: rgb(var(--red-100, 254 226 226) / 0.05) !important;
}

.bg-red-100\/50 {
  background-color: rgb(var(--red-100, 254 226 226) / 0.5) !important;
}

.bg-red-100\/55 {
  background-color: rgb(var(--red-100, 254 226 226) / 0.55) !important;
}

.bg-red-100\/60 {
  background-color: rgb(var(--red-100, 254 226 226) / 0.6) !important;
}

.bg-red-100\/65 {
  background-color: rgb(var(--red-100, 254 226 226) / 0.65) !important;
}

.bg-red-100\/70 {
  background-color: rgb(var(--red-100, 254 226 226) / 0.7) !important;
}

.bg-red-100\/75 {
  background-color: rgb(var(--red-100, 254 226 226) / 0.75) !important;
}

.bg-red-100\/80 {
  background-color: rgb(var(--red-100, 254 226 226) / 0.8) !important;
}

.bg-red-100\/85 {
  background-color: rgb(var(--red-100, 254 226 226) / 0.85) !important;
}

.bg-red-100\/90 {
  background-color: rgb(var(--red-100, 254 226 226) / 0.9) !important;
}

.bg-red-100\/95 {
  background-color: rgb(var(--red-100, 254 226 226) / 0.95) !important;
}

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

.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0) !important;
}

.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1) !important;
}

.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1) !important;
}

.bg-red-200\/15 {
  background-color: rgb(254 202 202 / 0.15) !important;
}

.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2) !important;
}

.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25) !important;
}

.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3) !important;
}

.bg-red-200\/35 {
  background-color: rgb(254 202 202 / 0.35) !important;
}

.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4) !important;
}

.bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45) !important;
}

.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05) !important;
}

.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5) !important;
}

.bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55) !important;
}

.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6) !important;
}

.bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65) !important;
}

.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7) !important;
}

.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75) !important;
}

.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8) !important;
}

.bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85) !important;
}

.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9) !important;
}

.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95) !important;
}

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

.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0) !important;
}

.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1) !important;
}

.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1) !important;
}

.bg-red-300\/15 {
  background-color: rgb(252 165 165 / 0.15) !important;
}

.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2) !important;
}

.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25) !important;
}

.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3) !important;
}

.bg-red-300\/35 {
  background-color: rgb(252 165 165 / 0.35) !important;
}

.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4) !important;
}

.bg-red-300\/45 {
  background-color: rgb(252 165 165 / 0.45) !important;
}

.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05) !important;
}

.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5) !important;
}

.bg-red-300\/55 {
  background-color: rgb(252 165 165 / 0.55) !important;
}

.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6) !important;
}

.bg-red-300\/65 {
  background-color: rgb(252 165 165 / 0.65) !important;
}

.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7) !important;
}

.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75) !important;
}

.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8) !important;
}

.bg-red-300\/85 {
  background-color: rgb(252 165 165 / 0.85) !important;
}

.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9) !important;
}

.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95) !important;
}

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

.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0) !important;
}

.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1) !important;
}

.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1) !important;
}

.bg-red-400\/15 {
  background-color: rgb(248 113 113 / 0.15) !important;
}

.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2) !important;
}

.bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25) !important;
}

.bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3) !important;
}

.bg-red-400\/35 {
  background-color: rgb(248 113 113 / 0.35) !important;
}

.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4) !important;
}

.bg-red-400\/45 {
  background-color: rgb(248 113 113 / 0.45) !important;
}

.bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05) !important;
}

.bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5) !important;
}

.bg-red-400\/55 {
  background-color: rgb(248 113 113 / 0.55) !important;
}

.bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6) !important;
}

.bg-red-400\/65 {
  background-color: rgb(248 113 113 / 0.65) !important;
}

.bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7) !important;
}

.bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75) !important;
}

.bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8) !important;
}

.bg-red-400\/85 {
  background-color: rgb(248 113 113 / 0.85) !important;
}

.bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9) !important;
}

.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95) !important;
}

.bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--red-50, 254 242 242) / var(--tw-bg-opacity, 1)) !important;
}

.bg-red-50\/0 {
  background-color: rgb(var(--red-50, 254 242 242) / 0) !important;
}

.bg-red-50\/10 {
  background-color: rgb(var(--red-50, 254 242 242) / 0.1) !important;
}

.bg-red-50\/100 {
  background-color: rgb(var(--red-50, 254 242 242) / 1) !important;
}

.bg-red-50\/15 {
  background-color: rgb(var(--red-50, 254 242 242) / 0.15) !important;
}

.bg-red-50\/20 {
  background-color: rgb(var(--red-50, 254 242 242) / 0.2) !important;
}

.bg-red-50\/25 {
  background-color: rgb(var(--red-50, 254 242 242) / 0.25) !important;
}

.bg-red-50\/30 {
  background-color: rgb(var(--red-50, 254 242 242) / 0.3) !important;
}

.bg-red-50\/35 {
  background-color: rgb(var(--red-50, 254 242 242) / 0.35) !important;
}

.bg-red-50\/40 {
  background-color: rgb(var(--red-50, 254 242 242) / 0.4) !important;
}

.bg-red-50\/45 {
  background-color: rgb(var(--red-50, 254 242 242) / 0.45) !important;
}

.bg-red-50\/5 {
  background-color: rgb(var(--red-50, 254 242 242) / 0.05) !important;
}

.bg-red-50\/50 {
  background-color: rgb(var(--red-50, 254 242 242) / 0.5) !important;
}

.bg-red-50\/55 {
  background-color: rgb(var(--red-50, 254 242 242) / 0.55) !important;
}

.bg-red-50\/60 {
  background-color: rgb(var(--red-50, 254 242 242) / 0.6) !important;
}

.bg-red-50\/65 {
  background-color: rgb(var(--red-50, 254 242 242) / 0.65) !important;
}

.bg-red-50\/70 {
  background-color: rgb(var(--red-50, 254 242 242) / 0.7) !important;
}

.bg-red-50\/75 {
  background-color: rgb(var(--red-50, 254 242 242) / 0.75) !important;
}

.bg-red-50\/80 {
  background-color: rgb(var(--red-50, 254 242 242) / 0.8) !important;
}

.bg-red-50\/85 {
  background-color: rgb(var(--red-50, 254 242 242) / 0.85) !important;
}

.bg-red-50\/90 {
  background-color: rgb(var(--red-50, 254 242 242) / 0.9) !important;
}

.bg-red-50\/95 {
  background-color: rgb(var(--red-50, 254 242 242) / 0.95) !important;
}

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

.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0) !important;
}

.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1) !important;
}

.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1) !important;
}

.bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15) !important;
}

.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2) !important;
}

.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25) !important;
}

.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3) !important;
}

.bg-red-500\/35 {
  background-color: rgb(239 68 68 / 0.35) !important;
}

.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4) !important;
}

.bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45) !important;
}

.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05) !important;
}

.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5) !important;
}

.bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55) !important;
}

.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6) !important;
}

.bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65) !important;
}

.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7) !important;
}

.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75) !important;
}

.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8) !important;
}

.bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85) !important;
}

.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9) !important;
}

.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95) !important;
}

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

.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0) !important;
}

.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1) !important;
}

.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1) !important;
}

.bg-red-600\/15 {
  background-color: rgb(220 38 38 / 0.15) !important;
}

.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2) !important;
}

.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25) !important;
}

.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3) !important;
}

.bg-red-600\/35 {
  background-color: rgb(220 38 38 / 0.35) !important;
}

.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4) !important;
}

.bg-red-600\/45 {
  background-color: rgb(220 38 38 / 0.45) !important;
}

.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05) !important;
}

.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5) !important;
}

.bg-red-600\/55 {
  background-color: rgb(220 38 38 / 0.55) !important;
}

.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6) !important;
}

.bg-red-600\/65 {
  background-color: rgb(220 38 38 / 0.65) !important;
}

.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7) !important;
}

.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75) !important;
}

.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8) !important;
}

.bg-red-600\/85 {
  background-color: rgb(220 38 38 / 0.85) !important;
}

.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9) !important;
}

.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95) !important;
}

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

.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0) !important;
}

.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1) !important;
}

.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1) !important;
}

.bg-red-700\/15 {
  background-color: rgb(185 28 28 / 0.15) !important;
}

.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2) !important;
}

.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25) !important;
}

.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3) !important;
}

.bg-red-700\/35 {
  background-color: rgb(185 28 28 / 0.35) !important;
}

.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4) !important;
}

.bg-red-700\/45 {
  background-color: rgb(185 28 28 / 0.45) !important;
}

.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05) !important;
}

.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5) !important;
}

.bg-red-700\/55 {
  background-color: rgb(185 28 28 / 0.55) !important;
}

.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6) !important;
}

.bg-red-700\/65 {
  background-color: rgb(185 28 28 / 0.65) !important;
}

.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7) !important;
}

.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75) !important;
}

.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8) !important;
}

.bg-red-700\/85 {
  background-color: rgb(185 28 28 / 0.85) !important;
}

.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9) !important;
}

.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95) !important;
}

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

.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0) !important;
}

.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1) !important;
}

.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1) !important;
}

.bg-red-800\/15 {
  background-color: rgb(153 27 27 / 0.15) !important;
}

.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2) !important;
}

.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25) !important;
}

.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3) !important;
}

.bg-red-800\/35 {
  background-color: rgb(153 27 27 / 0.35) !important;
}

.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4) !important;
}

.bg-red-800\/45 {
  background-color: rgb(153 27 27 / 0.45) !important;
}

.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05) !important;
}

.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5) !important;
}

.bg-red-800\/55 {
  background-color: rgb(153 27 27 / 0.55) !important;
}

.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6) !important;
}

.bg-red-800\/65 {
  background-color: rgb(153 27 27 / 0.65) !important;
}

.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7) !important;
}

.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75) !important;
}

.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8) !important;
}

.bg-red-800\/85 {
  background-color: rgb(153 27 27 / 0.85) !important;
}

.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9) !important;
}

.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95) !important;
}

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

.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0) !important;
}

.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1) !important;
}

.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1) !important;
}

.bg-red-900\/15 {
  background-color: rgb(127 29 29 / 0.15) !important;
}

.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2) !important;
}

.bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25) !important;
}

.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3) !important;
}

.bg-red-900\/35 {
  background-color: rgb(127 29 29 / 0.35) !important;
}

.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4) !important;
}

.bg-red-900\/45 {
  background-color: rgb(127 29 29 / 0.45) !important;
}

.bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05) !important;
}

.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5) !important;
}

.bg-red-900\/55 {
  background-color: rgb(127 29 29 / 0.55) !important;
}

.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6) !important;
}

.bg-red-900\/65 {
  background-color: rgb(127 29 29 / 0.65) !important;
}

.bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7) !important;
}

.bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75) !important;
}

.bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8) !important;
}

.bg-red-900\/85 {
  background-color: rgb(127 29 29 / 0.85) !important;
}

.bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9) !important;
}

.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95) !important;
}

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

.bg-rose-100\/0 {
  background-color: rgb(255 228 230 / 0) !important;
}

.bg-rose-100\/10 {
  background-color: rgb(255 228 230 / 0.1) !important;
}

.bg-rose-100\/100 {
  background-color: rgb(255 228 230 / 1) !important;
}

.bg-rose-100\/15 {
  background-color: rgb(255 228 230 / 0.15) !important;
}

.bg-rose-100\/20 {
  background-color: rgb(255 228 230 / 0.2) !important;
}

.bg-rose-100\/25 {
  background-color: rgb(255 228 230 / 0.25) !important;
}

.bg-rose-100\/30 {
  background-color: rgb(255 228 230 / 0.3) !important;
}

.bg-rose-100\/35 {
  background-color: rgb(255 228 230 / 0.35) !important;
}

.bg-rose-100\/40 {
  background-color: rgb(255 228 230 / 0.4) !important;
}

.bg-rose-100\/45 {
  background-color: rgb(255 228 230 / 0.45) !important;
}

.bg-rose-100\/5 {
  background-color: rgb(255 228 230 / 0.05) !important;
}

.bg-rose-100\/50 {
  background-color: rgb(255 228 230 / 0.5) !important;
}

.bg-rose-100\/55 {
  background-color: rgb(255 228 230 / 0.55) !important;
}

.bg-rose-100\/60 {
  background-color: rgb(255 228 230 / 0.6) !important;
}

.bg-rose-100\/65 {
  background-color: rgb(255 228 230 / 0.65) !important;
}

.bg-rose-100\/70 {
  background-color: rgb(255 228 230 / 0.7) !important;
}

.bg-rose-100\/75 {
  background-color: rgb(255 228 230 / 0.75) !important;
}

.bg-rose-100\/80 {
  background-color: rgb(255 228 230 / 0.8) !important;
}

.bg-rose-100\/85 {
  background-color: rgb(255 228 230 / 0.85) !important;
}

.bg-rose-100\/90 {
  background-color: rgb(255 228 230 / 0.9) !important;
}

.bg-rose-100\/95 {
  background-color: rgb(255 228 230 / 0.95) !important;
}

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

.bg-rose-200\/0 {
  background-color: rgb(254 205 211 / 0) !important;
}

.bg-rose-200\/10 {
  background-color: rgb(254 205 211 / 0.1) !important;
}

.bg-rose-200\/100 {
  background-color: rgb(254 205 211 / 1) !important;
}

.bg-rose-200\/15 {
  background-color: rgb(254 205 211 / 0.15) !important;
}

.bg-rose-200\/20 {
  background-color: rgb(254 205 211 / 0.2) !important;
}

.bg-rose-200\/25 {
  background-color: rgb(254 205 211 / 0.25) !important;
}

.bg-rose-200\/30 {
  background-color: rgb(254 205 211 / 0.3) !important;
}

.bg-rose-200\/35 {
  background-color: rgb(254 205 211 / 0.35) !important;
}

.bg-rose-200\/40 {
  background-color: rgb(254 205 211 / 0.4) !important;
}

.bg-rose-200\/45 {
  background-color: rgb(254 205 211 / 0.45) !important;
}

.bg-rose-200\/5 {
  background-color: rgb(254 205 211 / 0.05) !important;
}

.bg-rose-200\/50 {
  background-color: rgb(254 205 211 / 0.5) !important;
}

.bg-rose-200\/55 {
  background-color: rgb(254 205 211 / 0.55) !important;
}

.bg-rose-200\/60 {
  background-color: rgb(254 205 211 / 0.6) !important;
}

.bg-rose-200\/65 {
  background-color: rgb(254 205 211 / 0.65) !important;
}

.bg-rose-200\/70 {
  background-color: rgb(254 205 211 / 0.7) !important;
}

.bg-rose-200\/75 {
  background-color: rgb(254 205 211 / 0.75) !important;
}

.bg-rose-200\/80 {
  background-color: rgb(254 205 211 / 0.8) !important;
}

.bg-rose-200\/85 {
  background-color: rgb(254 205 211 / 0.85) !important;
}

.bg-rose-200\/90 {
  background-color: rgb(254 205 211 / 0.9) !important;
}

.bg-rose-200\/95 {
  background-color: rgb(254 205 211 / 0.95) !important;
}

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

.bg-rose-300\/0 {
  background-color: rgb(253 164 175 / 0) !important;
}

.bg-rose-300\/10 {
  background-color: rgb(253 164 175 / 0.1) !important;
}

.bg-rose-300\/100 {
  background-color: rgb(253 164 175 / 1) !important;
}

.bg-rose-300\/15 {
  background-color: rgb(253 164 175 / 0.15) !important;
}

.bg-rose-300\/20 {
  background-color: rgb(253 164 175 / 0.2) !important;
}

.bg-rose-300\/25 {
  background-color: rgb(253 164 175 / 0.25) !important;
}

.bg-rose-300\/30 {
  background-color: rgb(253 164 175 / 0.3) !important;
}

.bg-rose-300\/35 {
  background-color: rgb(253 164 175 / 0.35) !important;
}

.bg-rose-300\/40 {
  background-color: rgb(253 164 175 / 0.4) !important;
}

.bg-rose-300\/45 {
  background-color: rgb(253 164 175 / 0.45) !important;
}

.bg-rose-300\/5 {
  background-color: rgb(253 164 175 / 0.05) !important;
}

.bg-rose-300\/50 {
  background-color: rgb(253 164 175 / 0.5) !important;
}

.bg-rose-300\/55 {
  background-color: rgb(253 164 175 / 0.55) !important;
}

.bg-rose-300\/60 {
  background-color: rgb(253 164 175 / 0.6) !important;
}

.bg-rose-300\/65 {
  background-color: rgb(253 164 175 / 0.65) !important;
}

.bg-rose-300\/70 {
  background-color: rgb(253 164 175 / 0.7) !important;
}

.bg-rose-300\/75 {
  background-color: rgb(253 164 175 / 0.75) !important;
}

.bg-rose-300\/80 {
  background-color: rgb(253 164 175 / 0.8) !important;
}

.bg-rose-300\/85 {
  background-color: rgb(253 164 175 / 0.85) !important;
}

.bg-rose-300\/90 {
  background-color: rgb(253 164 175 / 0.9) !important;
}

.bg-rose-300\/95 {
  background-color: rgb(253 164 175 / 0.95) !important;
}

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

.bg-rose-400\/0 {
  background-color: rgb(251 113 133 / 0) !important;
}

.bg-rose-400\/10 {
  background-color: rgb(251 113 133 / 0.1) !important;
}

.bg-rose-400\/100 {
  background-color: rgb(251 113 133 / 1) !important;
}

.bg-rose-400\/15 {
  background-color: rgb(251 113 133 / 0.15) !important;
}

.bg-rose-400\/20 {
  background-color: rgb(251 113 133 / 0.2) !important;
}

.bg-rose-400\/25 {
  background-color: rgb(251 113 133 / 0.25) !important;
}

.bg-rose-400\/30 {
  background-color: rgb(251 113 133 / 0.3) !important;
}

.bg-rose-400\/35 {
  background-color: rgb(251 113 133 / 0.35) !important;
}

.bg-rose-400\/40 {
  background-color: rgb(251 113 133 / 0.4) !important;
}

.bg-rose-400\/45 {
  background-color: rgb(251 113 133 / 0.45) !important;
}

.bg-rose-400\/5 {
  background-color: rgb(251 113 133 / 0.05) !important;
}

.bg-rose-400\/50 {
  background-color: rgb(251 113 133 / 0.5) !important;
}

.bg-rose-400\/55 {
  background-color: rgb(251 113 133 / 0.55) !important;
}

.bg-rose-400\/60 {
  background-color: rgb(251 113 133 / 0.6) !important;
}

.bg-rose-400\/65 {
  background-color: rgb(251 113 133 / 0.65) !important;
}

.bg-rose-400\/70 {
  background-color: rgb(251 113 133 / 0.7) !important;
}

.bg-rose-400\/75 {
  background-color: rgb(251 113 133 / 0.75) !important;
}

.bg-rose-400\/80 {
  background-color: rgb(251 113 133 / 0.8) !important;
}

.bg-rose-400\/85 {
  background-color: rgb(251 113 133 / 0.85) !important;
}

.bg-rose-400\/90 {
  background-color: rgb(251 113 133 / 0.9) !important;
}

.bg-rose-400\/95 {
  background-color: rgb(251 113 133 / 0.95) !important;
}

.bg-rose-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1)) !important;
}

.bg-rose-50\/0 {
  background-color: rgb(255 241 242 / 0) !important;
}

.bg-rose-50\/10 {
  background-color: rgb(255 241 242 / 0.1) !important;
}

.bg-rose-50\/100 {
  background-color: rgb(255 241 242 / 1) !important;
}

.bg-rose-50\/15 {
  background-color: rgb(255 241 242 / 0.15) !important;
}

.bg-rose-50\/20 {
  background-color: rgb(255 241 242 / 0.2) !important;
}

.bg-rose-50\/25 {
  background-color: rgb(255 241 242 / 0.25) !important;
}

.bg-rose-50\/30 {
  background-color: rgb(255 241 242 / 0.3) !important;
}

.bg-rose-50\/35 {
  background-color: rgb(255 241 242 / 0.35) !important;
}

.bg-rose-50\/40 {
  background-color: rgb(255 241 242 / 0.4) !important;
}

.bg-rose-50\/45 {
  background-color: rgb(255 241 242 / 0.45) !important;
}

.bg-rose-50\/5 {
  background-color: rgb(255 241 242 / 0.05) !important;
}

.bg-rose-50\/50 {
  background-color: rgb(255 241 242 / 0.5) !important;
}

.bg-rose-50\/55 {
  background-color: rgb(255 241 242 / 0.55) !important;
}

.bg-rose-50\/60 {
  background-color: rgb(255 241 242 / 0.6) !important;
}

.bg-rose-50\/65 {
  background-color: rgb(255 241 242 / 0.65) !important;
}

.bg-rose-50\/70 {
  background-color: rgb(255 241 242 / 0.7) !important;
}

.bg-rose-50\/75 {
  background-color: rgb(255 241 242 / 0.75) !important;
}

.bg-rose-50\/80 {
  background-color: rgb(255 241 242 / 0.8) !important;
}

.bg-rose-50\/85 {
  background-color: rgb(255 241 242 / 0.85) !important;
}

.bg-rose-50\/90 {
  background-color: rgb(255 241 242 / 0.9) !important;
}

.bg-rose-50\/95 {
  background-color: rgb(255 241 242 / 0.95) !important;
}

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

.bg-rose-500\/0 {
  background-color: rgb(244 63 94 / 0) !important;
}

.bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1) !important;
}

.bg-rose-500\/100 {
  background-color: rgb(244 63 94 / 1) !important;
}

.bg-rose-500\/15 {
  background-color: rgb(244 63 94 / 0.15) !important;
}

.bg-rose-500\/20 {
  background-color: rgb(244 63 94 / 0.2) !important;
}

.bg-rose-500\/25 {
  background-color: rgb(244 63 94 / 0.25) !important;
}

.bg-rose-500\/30 {
  background-color: rgb(244 63 94 / 0.3) !important;
}

.bg-rose-500\/35 {
  background-color: rgb(244 63 94 / 0.35) !important;
}

.bg-rose-500\/40 {
  background-color: rgb(244 63 94 / 0.4) !important;
}

.bg-rose-500\/45 {
  background-color: rgb(244 63 94 / 0.45) !important;
}

.bg-rose-500\/5 {
  background-color: rgb(244 63 94 / 0.05) !important;
}

.bg-rose-500\/50 {
  background-color: rgb(244 63 94 / 0.5) !important;
}

.bg-rose-500\/55 {
  background-color: rgb(244 63 94 / 0.55) !important;
}

.bg-rose-500\/60 {
  background-color: rgb(244 63 94 / 0.6) !important;
}

.bg-rose-500\/65 {
  background-color: rgb(244 63 94 / 0.65) !important;
}

.bg-rose-500\/70 {
  background-color: rgb(244 63 94 / 0.7) !important;
}

.bg-rose-500\/75 {
  background-color: rgb(244 63 94 / 0.75) !important;
}

.bg-rose-500\/80 {
  background-color: rgb(244 63 94 / 0.8) !important;
}

.bg-rose-500\/85 {
  background-color: rgb(244 63 94 / 0.85) !important;
}

.bg-rose-500\/90 {
  background-color: rgb(244 63 94 / 0.9) !important;
}

.bg-rose-500\/95 {
  background-color: rgb(244 63 94 / 0.95) !important;
}

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

.bg-rose-600\/0 {
  background-color: rgb(225 29 72 / 0) !important;
}

.bg-rose-600\/10 {
  background-color: rgb(225 29 72 / 0.1) !important;
}

.bg-rose-600\/100 {
  background-color: rgb(225 29 72 / 1) !important;
}

.bg-rose-600\/15 {
  background-color: rgb(225 29 72 / 0.15) !important;
}

.bg-rose-600\/20 {
  background-color: rgb(225 29 72 / 0.2) !important;
}

.bg-rose-600\/25 {
  background-color: rgb(225 29 72 / 0.25) !important;
}

.bg-rose-600\/30 {
  background-color: rgb(225 29 72 / 0.3) !important;
}

.bg-rose-600\/35 {
  background-color: rgb(225 29 72 / 0.35) !important;
}

.bg-rose-600\/40 {
  background-color: rgb(225 29 72 / 0.4) !important;
}

.bg-rose-600\/45 {
  background-color: rgb(225 29 72 / 0.45) !important;
}

.bg-rose-600\/5 {
  background-color: rgb(225 29 72 / 0.05) !important;
}

.bg-rose-600\/50 {
  background-color: rgb(225 29 72 / 0.5) !important;
}

.bg-rose-600\/55 {
  background-color: rgb(225 29 72 / 0.55) !important;
}

.bg-rose-600\/60 {
  background-color: rgb(225 29 72 / 0.6) !important;
}

.bg-rose-600\/65 {
  background-color: rgb(225 29 72 / 0.65) !important;
}

.bg-rose-600\/70 {
  background-color: rgb(225 29 72 / 0.7) !important;
}

.bg-rose-600\/75 {
  background-color: rgb(225 29 72 / 0.75) !important;
}

.bg-rose-600\/80 {
  background-color: rgb(225 29 72 / 0.8) !important;
}

.bg-rose-600\/85 {
  background-color: rgb(225 29 72 / 0.85) !important;
}

.bg-rose-600\/90 {
  background-color: rgb(225 29 72 / 0.9) !important;
}

.bg-rose-600\/95 {
  background-color: rgb(225 29 72 / 0.95) !important;
}

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

.bg-rose-700\/0 {
  background-color: rgb(190 18 60 / 0) !important;
}

.bg-rose-700\/10 {
  background-color: rgb(190 18 60 / 0.1) !important;
}

.bg-rose-700\/100 {
  background-color: rgb(190 18 60 / 1) !important;
}

.bg-rose-700\/15 {
  background-color: rgb(190 18 60 / 0.15) !important;
}

.bg-rose-700\/20 {
  background-color: rgb(190 18 60 / 0.2) !important;
}

.bg-rose-700\/25 {
  background-color: rgb(190 18 60 / 0.25) !important;
}

.bg-rose-700\/30 {
  background-color: rgb(190 18 60 / 0.3) !important;
}

.bg-rose-700\/35 {
  background-color: rgb(190 18 60 / 0.35) !important;
}

.bg-rose-700\/40 {
  background-color: rgb(190 18 60 / 0.4) !important;
}

.bg-rose-700\/45 {
  background-color: rgb(190 18 60 / 0.45) !important;
}

.bg-rose-700\/5 {
  background-color: rgb(190 18 60 / 0.05) !important;
}

.bg-rose-700\/50 {
  background-color: rgb(190 18 60 / 0.5) !important;
}

.bg-rose-700\/55 {
  background-color: rgb(190 18 60 / 0.55) !important;
}

.bg-rose-700\/60 {
  background-color: rgb(190 18 60 / 0.6) !important;
}

.bg-rose-700\/65 {
  background-color: rgb(190 18 60 / 0.65) !important;
}

.bg-rose-700\/70 {
  background-color: rgb(190 18 60 / 0.7) !important;
}

.bg-rose-700\/75 {
  background-color: rgb(190 18 60 / 0.75) !important;
}

.bg-rose-700\/80 {
  background-color: rgb(190 18 60 / 0.8) !important;
}

.bg-rose-700\/85 {
  background-color: rgb(190 18 60 / 0.85) !important;
}

.bg-rose-700\/90 {
  background-color: rgb(190 18 60 / 0.9) !important;
}

.bg-rose-700\/95 {
  background-color: rgb(190 18 60 / 0.95) !important;
}

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

.bg-rose-800\/0 {
  background-color: rgb(159 18 57 / 0) !important;
}

.bg-rose-800\/10 {
  background-color: rgb(159 18 57 / 0.1) !important;
}

.bg-rose-800\/100 {
  background-color: rgb(159 18 57 / 1) !important;
}

.bg-rose-800\/15 {
  background-color: rgb(159 18 57 / 0.15) !important;
}

.bg-rose-800\/20 {
  background-color: rgb(159 18 57 / 0.2) !important;
}

.bg-rose-800\/25 {
  background-color: rgb(159 18 57 / 0.25) !important;
}

.bg-rose-800\/30 {
  background-color: rgb(159 18 57 / 0.3) !important;
}

.bg-rose-800\/35 {
  background-color: rgb(159 18 57 / 0.35) !important;
}

.bg-rose-800\/40 {
  background-color: rgb(159 18 57 / 0.4) !important;
}

.bg-rose-800\/45 {
  background-color: rgb(159 18 57 / 0.45) !important;
}

.bg-rose-800\/5 {
  background-color: rgb(159 18 57 / 0.05) !important;
}

.bg-rose-800\/50 {
  background-color: rgb(159 18 57 / 0.5) !important;
}

.bg-rose-800\/55 {
  background-color: rgb(159 18 57 / 0.55) !important;
}

.bg-rose-800\/60 {
  background-color: rgb(159 18 57 / 0.6) !important;
}

.bg-rose-800\/65 {
  background-color: rgb(159 18 57 / 0.65) !important;
}

.bg-rose-800\/70 {
  background-color: rgb(159 18 57 / 0.7) !important;
}

.bg-rose-800\/75 {
  background-color: rgb(159 18 57 / 0.75) !important;
}

.bg-rose-800\/80 {
  background-color: rgb(159 18 57 / 0.8) !important;
}

.bg-rose-800\/85 {
  background-color: rgb(159 18 57 / 0.85) !important;
}

.bg-rose-800\/90 {
  background-color: rgb(159 18 57 / 0.9) !important;
}

.bg-rose-800\/95 {
  background-color: rgb(159 18 57 / 0.95) !important;
}

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

.bg-rose-900\/0 {
  background-color: rgb(136 19 55 / 0) !important;
}

.bg-rose-900\/10 {
  background-color: rgb(136 19 55 / 0.1) !important;
}

.bg-rose-900\/100 {
  background-color: rgb(136 19 55 / 1) !important;
}

.bg-rose-900\/15 {
  background-color: rgb(136 19 55 / 0.15) !important;
}

.bg-rose-900\/20 {
  background-color: rgb(136 19 55 / 0.2) !important;
}

.bg-rose-900\/25 {
  background-color: rgb(136 19 55 / 0.25) !important;
}

.bg-rose-900\/30 {
  background-color: rgb(136 19 55 / 0.3) !important;
}

.bg-rose-900\/35 {
  background-color: rgb(136 19 55 / 0.35) !important;
}

.bg-rose-900\/40 {
  background-color: rgb(136 19 55 / 0.4) !important;
}

.bg-rose-900\/45 {
  background-color: rgb(136 19 55 / 0.45) !important;
}

.bg-rose-900\/5 {
  background-color: rgb(136 19 55 / 0.05) !important;
}

.bg-rose-900\/50 {
  background-color: rgb(136 19 55 / 0.5) !important;
}

.bg-rose-900\/55 {
  background-color: rgb(136 19 55 / 0.55) !important;
}

.bg-rose-900\/60 {
  background-color: rgb(136 19 55 / 0.6) !important;
}

.bg-rose-900\/65 {
  background-color: rgb(136 19 55 / 0.65) !important;
}

.bg-rose-900\/70 {
  background-color: rgb(136 19 55 / 0.7) !important;
}

.bg-rose-900\/75 {
  background-color: rgb(136 19 55 / 0.75) !important;
}

.bg-rose-900\/80 {
  background-color: rgb(136 19 55 / 0.8) !important;
}

.bg-rose-900\/85 {
  background-color: rgb(136 19 55 / 0.85) !important;
}

.bg-rose-900\/90 {
  background-color: rgb(136 19 55 / 0.9) !important;
}

.bg-rose-900\/95 {
  background-color: rgb(136 19 55 / 0.95) !important;
}

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

.bg-sky-100\/0 {
  background-color: rgb(var(--sky-100, 224 242 254) / 0) !important;
}

.bg-sky-100\/10 {
  background-color: rgb(var(--sky-100, 224 242 254) / 0.1) !important;
}

.bg-sky-100\/100 {
  background-color: rgb(var(--sky-100, 224 242 254) / 1) !important;
}

.bg-sky-100\/15 {
  background-color: rgb(var(--sky-100, 224 242 254) / 0.15) !important;
}

.bg-sky-100\/20 {
  background-color: rgb(var(--sky-100, 224 242 254) / 0.2) !important;
}

.bg-sky-100\/25 {
  background-color: rgb(var(--sky-100, 224 242 254) / 0.25) !important;
}

.bg-sky-100\/30 {
  background-color: rgb(var(--sky-100, 224 242 254) / 0.3) !important;
}

.bg-sky-100\/35 {
  background-color: rgb(var(--sky-100, 224 242 254) / 0.35) !important;
}

.bg-sky-100\/40 {
  background-color: rgb(var(--sky-100, 224 242 254) / 0.4) !important;
}

.bg-sky-100\/45 {
  background-color: rgb(var(--sky-100, 224 242 254) / 0.45) !important;
}

.bg-sky-100\/5 {
  background-color: rgb(var(--sky-100, 224 242 254) / 0.05) !important;
}

.bg-sky-100\/50 {
  background-color: rgb(var(--sky-100, 224 242 254) / 0.5) !important;
}

.bg-sky-100\/55 {
  background-color: rgb(var(--sky-100, 224 242 254) / 0.55) !important;
}

.bg-sky-100\/60 {
  background-color: rgb(var(--sky-100, 224 242 254) / 0.6) !important;
}

.bg-sky-100\/65 {
  background-color: rgb(var(--sky-100, 224 242 254) / 0.65) !important;
}

.bg-sky-100\/70 {
  background-color: rgb(var(--sky-100, 224 242 254) / 0.7) !important;
}

.bg-sky-100\/75 {
  background-color: rgb(var(--sky-100, 224 242 254) / 0.75) !important;
}

.bg-sky-100\/80 {
  background-color: rgb(var(--sky-100, 224 242 254) / 0.8) !important;
}

.bg-sky-100\/85 {
  background-color: rgb(var(--sky-100, 224 242 254) / 0.85) !important;
}

.bg-sky-100\/90 {
  background-color: rgb(var(--sky-100, 224 242 254) / 0.9) !important;
}

.bg-sky-100\/95 {
  background-color: rgb(var(--sky-100, 224 242 254) / 0.95) !important;
}

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

.bg-sky-200\/0 {
  background-color: rgb(186 230 253 / 0) !important;
}

.bg-sky-200\/10 {
  background-color: rgb(186 230 253 / 0.1) !important;
}

.bg-sky-200\/100 {
  background-color: rgb(186 230 253 / 1) !important;
}

.bg-sky-200\/15 {
  background-color: rgb(186 230 253 / 0.15) !important;
}

.bg-sky-200\/20 {
  background-color: rgb(186 230 253 / 0.2) !important;
}

.bg-sky-200\/25 {
  background-color: rgb(186 230 253 / 0.25) !important;
}

.bg-sky-200\/30 {
  background-color: rgb(186 230 253 / 0.3) !important;
}

.bg-sky-200\/35 {
  background-color: rgb(186 230 253 / 0.35) !important;
}

.bg-sky-200\/40 {
  background-color: rgb(186 230 253 / 0.4) !important;
}

.bg-sky-200\/45 {
  background-color: rgb(186 230 253 / 0.45) !important;
}

.bg-sky-200\/5 {
  background-color: rgb(186 230 253 / 0.05) !important;
}

.bg-sky-200\/50 {
  background-color: rgb(186 230 253 / 0.5) !important;
}

.bg-sky-200\/55 {
  background-color: rgb(186 230 253 / 0.55) !important;
}

.bg-sky-200\/60 {
  background-color: rgb(186 230 253 / 0.6) !important;
}

.bg-sky-200\/65 {
  background-color: rgb(186 230 253 / 0.65) !important;
}

.bg-sky-200\/70 {
  background-color: rgb(186 230 253 / 0.7) !important;
}

.bg-sky-200\/75 {
  background-color: rgb(186 230 253 / 0.75) !important;
}

.bg-sky-200\/80 {
  background-color: rgb(186 230 253 / 0.8) !important;
}

.bg-sky-200\/85 {
  background-color: rgb(186 230 253 / 0.85) !important;
}

.bg-sky-200\/90 {
  background-color: rgb(186 230 253 / 0.9) !important;
}

.bg-sky-200\/95 {
  background-color: rgb(186 230 253 / 0.95) !important;
}

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

.bg-sky-300\/0 {
  background-color: rgb(125 211 252 / 0) !important;
}

.bg-sky-300\/10 {
  background-color: rgb(125 211 252 / 0.1) !important;
}

.bg-sky-300\/100 {
  background-color: rgb(125 211 252 / 1) !important;
}

.bg-sky-300\/15 {
  background-color: rgb(125 211 252 / 0.15) !important;
}

.bg-sky-300\/20 {
  background-color: rgb(125 211 252 / 0.2) !important;
}

.bg-sky-300\/25 {
  background-color: rgb(125 211 252 / 0.25) !important;
}

.bg-sky-300\/30 {
  background-color: rgb(125 211 252 / 0.3) !important;
}

.bg-sky-300\/35 {
  background-color: rgb(125 211 252 / 0.35) !important;
}

.bg-sky-300\/40 {
  background-color: rgb(125 211 252 / 0.4) !important;
}

.bg-sky-300\/45 {
  background-color: rgb(125 211 252 / 0.45) !important;
}

.bg-sky-300\/5 {
  background-color: rgb(125 211 252 / 0.05) !important;
}

.bg-sky-300\/50 {
  background-color: rgb(125 211 252 / 0.5) !important;
}

.bg-sky-300\/55 {
  background-color: rgb(125 211 252 / 0.55) !important;
}

.bg-sky-300\/60 {
  background-color: rgb(125 211 252 / 0.6) !important;
}

.bg-sky-300\/65 {
  background-color: rgb(125 211 252 / 0.65) !important;
}

.bg-sky-300\/70 {
  background-color: rgb(125 211 252 / 0.7) !important;
}

.bg-sky-300\/75 {
  background-color: rgb(125 211 252 / 0.75) !important;
}

.bg-sky-300\/80 {
  background-color: rgb(125 211 252 / 0.8) !important;
}

.bg-sky-300\/85 {
  background-color: rgb(125 211 252 / 0.85) !important;
}

.bg-sky-300\/90 {
  background-color: rgb(125 211 252 / 0.9) !important;
}

.bg-sky-300\/95 {
  background-color: rgb(125 211 252 / 0.95) !important;
}

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

.bg-sky-400\/0 {
  background-color: rgb(56 189 248 / 0) !important;
}

.bg-sky-400\/10 {
  background-color: rgb(56 189 248 / 0.1) !important;
}

.bg-sky-400\/100 {
  background-color: rgb(56 189 248 / 1) !important;
}

.bg-sky-400\/15 {
  background-color: rgb(56 189 248 / 0.15) !important;
}

.bg-sky-400\/20 {
  background-color: rgb(56 189 248 / 0.2) !important;
}

.bg-sky-400\/25 {
  background-color: rgb(56 189 248 / 0.25) !important;
}

.bg-sky-400\/30 {
  background-color: rgb(56 189 248 / 0.3) !important;
}

.bg-sky-400\/35 {
  background-color: rgb(56 189 248 / 0.35) !important;
}

.bg-sky-400\/40 {
  background-color: rgb(56 189 248 / 0.4) !important;
}

.bg-sky-400\/45 {
  background-color: rgb(56 189 248 / 0.45) !important;
}

.bg-sky-400\/5 {
  background-color: rgb(56 189 248 / 0.05) !important;
}

.bg-sky-400\/50 {
  background-color: rgb(56 189 248 / 0.5) !important;
}

.bg-sky-400\/55 {
  background-color: rgb(56 189 248 / 0.55) !important;
}

.bg-sky-400\/60 {
  background-color: rgb(56 189 248 / 0.6) !important;
}

.bg-sky-400\/65 {
  background-color: rgb(56 189 248 / 0.65) !important;
}

.bg-sky-400\/70 {
  background-color: rgb(56 189 248 / 0.7) !important;
}

.bg-sky-400\/75 {
  background-color: rgb(56 189 248 / 0.75) !important;
}

.bg-sky-400\/80 {
  background-color: rgb(56 189 248 / 0.8) !important;
}

.bg-sky-400\/85 {
  background-color: rgb(56 189 248 / 0.85) !important;
}

.bg-sky-400\/90 {
  background-color: rgb(56 189 248 / 0.9) !important;
}

.bg-sky-400\/95 {
  background-color: rgb(56 189 248 / 0.95) !important;
}

.bg-sky-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--sky-50, 240 249 255) / var(--tw-bg-opacity, 1)) !important;
}

.bg-sky-50\/0 {
  background-color: rgb(var(--sky-50, 240 249 255) / 0) !important;
}

.bg-sky-50\/10 {
  background-color: rgb(var(--sky-50, 240 249 255) / 0.1) !important;
}

.bg-sky-50\/100 {
  background-color: rgb(var(--sky-50, 240 249 255) / 1) !important;
}

.bg-sky-50\/15 {
  background-color: rgb(var(--sky-50, 240 249 255) / 0.15) !important;
}

.bg-sky-50\/20 {
  background-color: rgb(var(--sky-50, 240 249 255) / 0.2) !important;
}

.bg-sky-50\/25 {
  background-color: rgb(var(--sky-50, 240 249 255) / 0.25) !important;
}

.bg-sky-50\/30 {
  background-color: rgb(var(--sky-50, 240 249 255) / 0.3) !important;
}

.bg-sky-50\/35 {
  background-color: rgb(var(--sky-50, 240 249 255) / 0.35) !important;
}

.bg-sky-50\/40 {
  background-color: rgb(var(--sky-50, 240 249 255) / 0.4) !important;
}

.bg-sky-50\/45 {
  background-color: rgb(var(--sky-50, 240 249 255) / 0.45) !important;
}

.bg-sky-50\/5 {
  background-color: rgb(var(--sky-50, 240 249 255) / 0.05) !important;
}

.bg-sky-50\/50 {
  background-color: rgb(var(--sky-50, 240 249 255) / 0.5) !important;
}

.bg-sky-50\/55 {
  background-color: rgb(var(--sky-50, 240 249 255) / 0.55) !important;
}

.bg-sky-50\/60 {
  background-color: rgb(var(--sky-50, 240 249 255) / 0.6) !important;
}

.bg-sky-50\/65 {
  background-color: rgb(var(--sky-50, 240 249 255) / 0.65) !important;
}

.bg-sky-50\/70 {
  background-color: rgb(var(--sky-50, 240 249 255) / 0.7) !important;
}

.bg-sky-50\/75 {
  background-color: rgb(var(--sky-50, 240 249 255) / 0.75) !important;
}

.bg-sky-50\/80 {
  background-color: rgb(var(--sky-50, 240 249 255) / 0.8) !important;
}

.bg-sky-50\/85 {
  background-color: rgb(var(--sky-50, 240 249 255) / 0.85) !important;
}

.bg-sky-50\/90 {
  background-color: rgb(var(--sky-50, 240 249 255) / 0.9) !important;
}

.bg-sky-50\/95 {
  background-color: rgb(var(--sky-50, 240 249 255) / 0.95) !important;
}

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

.bg-sky-500\/0 {
  background-color: rgb(14 165 233 / 0) !important;
}

.bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1) !important;
}

.bg-sky-500\/100 {
  background-color: rgb(14 165 233 / 1) !important;
}

.bg-sky-500\/15 {
  background-color: rgb(14 165 233 / 0.15) !important;
}

.bg-sky-500\/20 {
  background-color: rgb(14 165 233 / 0.2) !important;
}

.bg-sky-500\/25 {
  background-color: rgb(14 165 233 / 0.25) !important;
}

.bg-sky-500\/30 {
  background-color: rgb(14 165 233 / 0.3) !important;
}

.bg-sky-500\/35 {
  background-color: rgb(14 165 233 / 0.35) !important;
}

.bg-sky-500\/40 {
  background-color: rgb(14 165 233 / 0.4) !important;
}

.bg-sky-500\/45 {
  background-color: rgb(14 165 233 / 0.45) !important;
}

.bg-sky-500\/5 {
  background-color: rgb(14 165 233 / 0.05) !important;
}

.bg-sky-500\/50 {
  background-color: rgb(14 165 233 / 0.5) !important;
}

.bg-sky-500\/55 {
  background-color: rgb(14 165 233 / 0.55) !important;
}

.bg-sky-500\/60 {
  background-color: rgb(14 165 233 / 0.6) !important;
}

.bg-sky-500\/65 {
  background-color: rgb(14 165 233 / 0.65) !important;
}

.bg-sky-500\/70 {
  background-color: rgb(14 165 233 / 0.7) !important;
}

.bg-sky-500\/75 {
  background-color: rgb(14 165 233 / 0.75) !important;
}

.bg-sky-500\/80 {
  background-color: rgb(14 165 233 / 0.8) !important;
}

.bg-sky-500\/85 {
  background-color: rgb(14 165 233 / 0.85) !important;
}

.bg-sky-500\/90 {
  background-color: rgb(14 165 233 / 0.9) !important;
}

.bg-sky-500\/95 {
  background-color: rgb(14 165 233 / 0.95) !important;
}

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

.bg-sky-600\/0 {
  background-color: rgb(2 132 199 / 0) !important;
}

.bg-sky-600\/10 {
  background-color: rgb(2 132 199 / 0.1) !important;
}

.bg-sky-600\/100 {
  background-color: rgb(2 132 199 / 1) !important;
}

.bg-sky-600\/15 {
  background-color: rgb(2 132 199 / 0.15) !important;
}

.bg-sky-600\/20 {
  background-color: rgb(2 132 199 / 0.2) !important;
}

.bg-sky-600\/25 {
  background-color: rgb(2 132 199 / 0.25) !important;
}

.bg-sky-600\/30 {
  background-color: rgb(2 132 199 / 0.3) !important;
}

.bg-sky-600\/35 {
  background-color: rgb(2 132 199 / 0.35) !important;
}

.bg-sky-600\/40 {
  background-color: rgb(2 132 199 / 0.4) !important;
}

.bg-sky-600\/45 {
  background-color: rgb(2 132 199 / 0.45) !important;
}

.bg-sky-600\/5 {
  background-color: rgb(2 132 199 / 0.05) !important;
}

.bg-sky-600\/50 {
  background-color: rgb(2 132 199 / 0.5) !important;
}

.bg-sky-600\/55 {
  background-color: rgb(2 132 199 / 0.55) !important;
}

.bg-sky-600\/60 {
  background-color: rgb(2 132 199 / 0.6) !important;
}

.bg-sky-600\/65 {
  background-color: rgb(2 132 199 / 0.65) !important;
}

.bg-sky-600\/70 {
  background-color: rgb(2 132 199 / 0.7) !important;
}

.bg-sky-600\/75 {
  background-color: rgb(2 132 199 / 0.75) !important;
}

.bg-sky-600\/80 {
  background-color: rgb(2 132 199 / 0.8) !important;
}

.bg-sky-600\/85 {
  background-color: rgb(2 132 199 / 0.85) !important;
}

.bg-sky-600\/90 {
  background-color: rgb(2 132 199 / 0.9) !important;
}

.bg-sky-600\/95 {
  background-color: rgb(2 132 199 / 0.95) !important;
}

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

.bg-sky-700\/0 {
  background-color: rgb(3 105 161 / 0) !important;
}

.bg-sky-700\/10 {
  background-color: rgb(3 105 161 / 0.1) !important;
}

.bg-sky-700\/100 {
  background-color: rgb(3 105 161 / 1) !important;
}

.bg-sky-700\/15 {
  background-color: rgb(3 105 161 / 0.15) !important;
}

.bg-sky-700\/20 {
  background-color: rgb(3 105 161 / 0.2) !important;
}

.bg-sky-700\/25 {
  background-color: rgb(3 105 161 / 0.25) !important;
}

.bg-sky-700\/30 {
  background-color: rgb(3 105 161 / 0.3) !important;
}

.bg-sky-700\/35 {
  background-color: rgb(3 105 161 / 0.35) !important;
}

.bg-sky-700\/40 {
  background-color: rgb(3 105 161 / 0.4) !important;
}

.bg-sky-700\/45 {
  background-color: rgb(3 105 161 / 0.45) !important;
}

.bg-sky-700\/5 {
  background-color: rgb(3 105 161 / 0.05) !important;
}

.bg-sky-700\/50 {
  background-color: rgb(3 105 161 / 0.5) !important;
}

.bg-sky-700\/55 {
  background-color: rgb(3 105 161 / 0.55) !important;
}

.bg-sky-700\/60 {
  background-color: rgb(3 105 161 / 0.6) !important;
}

.bg-sky-700\/65 {
  background-color: rgb(3 105 161 / 0.65) !important;
}

.bg-sky-700\/70 {
  background-color: rgb(3 105 161 / 0.7) !important;
}

.bg-sky-700\/75 {
  background-color: rgb(3 105 161 / 0.75) !important;
}

.bg-sky-700\/80 {
  background-color: rgb(3 105 161 / 0.8) !important;
}

.bg-sky-700\/85 {
  background-color: rgb(3 105 161 / 0.85) !important;
}

.bg-sky-700\/90 {
  background-color: rgb(3 105 161 / 0.9) !important;
}

.bg-sky-700\/95 {
  background-color: rgb(3 105 161 / 0.95) !important;
}

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

.bg-sky-800\/0 {
  background-color: rgb(7 89 133 / 0) !important;
}

.bg-sky-800\/10 {
  background-color: rgb(7 89 133 / 0.1) !important;
}

.bg-sky-800\/100 {
  background-color: rgb(7 89 133 / 1) !important;
}

.bg-sky-800\/15 {
  background-color: rgb(7 89 133 / 0.15) !important;
}

.bg-sky-800\/20 {
  background-color: rgb(7 89 133 / 0.2) !important;
}

.bg-sky-800\/25 {
  background-color: rgb(7 89 133 / 0.25) !important;
}

.bg-sky-800\/30 {
  background-color: rgb(7 89 133 / 0.3) !important;
}

.bg-sky-800\/35 {
  background-color: rgb(7 89 133 / 0.35) !important;
}

.bg-sky-800\/40 {
  background-color: rgb(7 89 133 / 0.4) !important;
}

.bg-sky-800\/45 {
  background-color: rgb(7 89 133 / 0.45) !important;
}

.bg-sky-800\/5 {
  background-color: rgb(7 89 133 / 0.05) !important;
}

.bg-sky-800\/50 {
  background-color: rgb(7 89 133 / 0.5) !important;
}

.bg-sky-800\/55 {
  background-color: rgb(7 89 133 / 0.55) !important;
}

.bg-sky-800\/60 {
  background-color: rgb(7 89 133 / 0.6) !important;
}

.bg-sky-800\/65 {
  background-color: rgb(7 89 133 / 0.65) !important;
}

.bg-sky-800\/70 {
  background-color: rgb(7 89 133 / 0.7) !important;
}

.bg-sky-800\/75 {
  background-color: rgb(7 89 133 / 0.75) !important;
}

.bg-sky-800\/80 {
  background-color: rgb(7 89 133 / 0.8) !important;
}

.bg-sky-800\/85 {
  background-color: rgb(7 89 133 / 0.85) !important;
}

.bg-sky-800\/90 {
  background-color: rgb(7 89 133 / 0.9) !important;
}

.bg-sky-800\/95 {
  background-color: rgb(7 89 133 / 0.95) !important;
}

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

.bg-sky-900\/0 {
  background-color: rgb(12 74 110 / 0) !important;
}

.bg-sky-900\/10 {
  background-color: rgb(12 74 110 / 0.1) !important;
}

.bg-sky-900\/100 {
  background-color: rgb(12 74 110 / 1) !important;
}

.bg-sky-900\/15 {
  background-color: rgb(12 74 110 / 0.15) !important;
}

.bg-sky-900\/20 {
  background-color: rgb(12 74 110 / 0.2) !important;
}

.bg-sky-900\/25 {
  background-color: rgb(12 74 110 / 0.25) !important;
}

.bg-sky-900\/30 {
  background-color: rgb(12 74 110 / 0.3) !important;
}

.bg-sky-900\/35 {
  background-color: rgb(12 74 110 / 0.35) !important;
}

.bg-sky-900\/40 {
  background-color: rgb(12 74 110 / 0.4) !important;
}

.bg-sky-900\/45 {
  background-color: rgb(12 74 110 / 0.45) !important;
}

.bg-sky-900\/5 {
  background-color: rgb(12 74 110 / 0.05) !important;
}

.bg-sky-900\/50 {
  background-color: rgb(12 74 110 / 0.5) !important;
}

.bg-sky-900\/55 {
  background-color: rgb(12 74 110 / 0.55) !important;
}

.bg-sky-900\/60 {
  background-color: rgb(12 74 110 / 0.6) !important;
}

.bg-sky-900\/65 {
  background-color: rgb(12 74 110 / 0.65) !important;
}

.bg-sky-900\/70 {
  background-color: rgb(12 74 110 / 0.7) !important;
}

.bg-sky-900\/75 {
  background-color: rgb(12 74 110 / 0.75) !important;
}

.bg-sky-900\/80 {
  background-color: rgb(12 74 110 / 0.8) !important;
}

.bg-sky-900\/85 {
  background-color: rgb(12 74 110 / 0.85) !important;
}

.bg-sky-900\/90 {
  background-color: rgb(12 74 110 / 0.9) !important;
}

.bg-sky-900\/95 {
  background-color: rgb(12 74 110 / 0.95) !important;
}

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

.bg-slate-100\/0 {
  background-color: rgb(241 245 249 / 0) !important;
}

.bg-slate-100\/10 {
  background-color: rgb(241 245 249 / 0.1) !important;
}

.bg-slate-100\/100 {
  background-color: rgb(241 245 249 / 1) !important;
}

.bg-slate-100\/15 {
  background-color: rgb(241 245 249 / 0.15) !important;
}

.bg-slate-100\/20 {
  background-color: rgb(241 245 249 / 0.2) !important;
}

.bg-slate-100\/25 {
  background-color: rgb(241 245 249 / 0.25) !important;
}

.bg-slate-100\/30 {
  background-color: rgb(241 245 249 / 0.3) !important;
}

.bg-slate-100\/35 {
  background-color: rgb(241 245 249 / 0.35) !important;
}

.bg-slate-100\/40 {
  background-color: rgb(241 245 249 / 0.4) !important;
}

.bg-slate-100\/45 {
  background-color: rgb(241 245 249 / 0.45) !important;
}

.bg-slate-100\/5 {
  background-color: rgb(241 245 249 / 0.05) !important;
}

.bg-slate-100\/50 {
  background-color: rgb(241 245 249 / 0.5) !important;
}

.bg-slate-100\/55 {
  background-color: rgb(241 245 249 / 0.55) !important;
}

.bg-slate-100\/60 {
  background-color: rgb(241 245 249 / 0.6) !important;
}

.bg-slate-100\/65 {
  background-color: rgb(241 245 249 / 0.65) !important;
}

.bg-slate-100\/70 {
  background-color: rgb(241 245 249 / 0.7) !important;
}

.bg-slate-100\/75 {
  background-color: rgb(241 245 249 / 0.75) !important;
}

.bg-slate-100\/80 {
  background-color: rgb(241 245 249 / 0.8) !important;
}

.bg-slate-100\/85 {
  background-color: rgb(241 245 249 / 0.85) !important;
}

.bg-slate-100\/90 {
  background-color: rgb(241 245 249 / 0.9) !important;
}

.bg-slate-100\/95 {
  background-color: rgb(241 245 249 / 0.95) !important;
}

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

.bg-slate-200\/0 {
  background-color: rgb(226 232 240 / 0) !important;
}

.bg-slate-200\/10 {
  background-color: rgb(226 232 240 / 0.1) !important;
}

.bg-slate-200\/100 {
  background-color: rgb(226 232 240 / 1) !important;
}

.bg-slate-200\/15 {
  background-color: rgb(226 232 240 / 0.15) !important;
}

.bg-slate-200\/20 {
  background-color: rgb(226 232 240 / 0.2) !important;
}

.bg-slate-200\/25 {
  background-color: rgb(226 232 240 / 0.25) !important;
}

.bg-slate-200\/30 {
  background-color: rgb(226 232 240 / 0.3) !important;
}

.bg-slate-200\/35 {
  background-color: rgb(226 232 240 / 0.35) !important;
}

.bg-slate-200\/40 {
  background-color: rgb(226 232 240 / 0.4) !important;
}

.bg-slate-200\/45 {
  background-color: rgb(226 232 240 / 0.45) !important;
}

.bg-slate-200\/5 {
  background-color: rgb(226 232 240 / 0.05) !important;
}

.bg-slate-200\/50 {
  background-color: rgb(226 232 240 / 0.5) !important;
}

.bg-slate-200\/55 {
  background-color: rgb(226 232 240 / 0.55) !important;
}

.bg-slate-200\/60 {
  background-color: rgb(226 232 240 / 0.6) !important;
}

.bg-slate-200\/65 {
  background-color: rgb(226 232 240 / 0.65) !important;
}

.bg-slate-200\/70 {
  background-color: rgb(226 232 240 / 0.7) !important;
}

.bg-slate-200\/75 {
  background-color: rgb(226 232 240 / 0.75) !important;
}

.bg-slate-200\/80 {
  background-color: rgb(226 232 240 / 0.8) !important;
}

.bg-slate-200\/85 {
  background-color: rgb(226 232 240 / 0.85) !important;
}

.bg-slate-200\/90 {
  background-color: rgb(226 232 240 / 0.9) !important;
}

.bg-slate-200\/95 {
  background-color: rgb(226 232 240 / 0.95) !important;
}

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

.bg-slate-300\/0 {
  background-color: rgb(203 213 225 / 0) !important;
}

.bg-slate-300\/10 {
  background-color: rgb(203 213 225 / 0.1) !important;
}

.bg-slate-300\/100 {
  background-color: rgb(203 213 225 / 1) !important;
}

.bg-slate-300\/15 {
  background-color: rgb(203 213 225 / 0.15) !important;
}

.bg-slate-300\/20 {
  background-color: rgb(203 213 225 / 0.2) !important;
}

.bg-slate-300\/25 {
  background-color: rgb(203 213 225 / 0.25) !important;
}

.bg-slate-300\/30 {
  background-color: rgb(203 213 225 / 0.3) !important;
}

.bg-slate-300\/35 {
  background-color: rgb(203 213 225 / 0.35) !important;
}

.bg-slate-300\/40 {
  background-color: rgb(203 213 225 / 0.4) !important;
}

.bg-slate-300\/45 {
  background-color: rgb(203 213 225 / 0.45) !important;
}

.bg-slate-300\/5 {
  background-color: rgb(203 213 225 / 0.05) !important;
}

.bg-slate-300\/50 {
  background-color: rgb(203 213 225 / 0.5) !important;
}

.bg-slate-300\/55 {
  background-color: rgb(203 213 225 / 0.55) !important;
}

.bg-slate-300\/60 {
  background-color: rgb(203 213 225 / 0.6) !important;
}

.bg-slate-300\/65 {
  background-color: rgb(203 213 225 / 0.65) !important;
}

.bg-slate-300\/70 {
  background-color: rgb(203 213 225 / 0.7) !important;
}

.bg-slate-300\/75 {
  background-color: rgb(203 213 225 / 0.75) !important;
}

.bg-slate-300\/80 {
  background-color: rgb(203 213 225 / 0.8) !important;
}

.bg-slate-300\/85 {
  background-color: rgb(203 213 225 / 0.85) !important;
}

.bg-slate-300\/90 {
  background-color: rgb(203 213 225 / 0.9) !important;
}

.bg-slate-300\/95 {
  background-color: rgb(203 213 225 / 0.95) !important;
}

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

.bg-slate-400\/0 {
  background-color: rgb(148 163 184 / 0) !important;
}

.bg-slate-400\/10 {
  background-color: rgb(148 163 184 / 0.1) !important;
}

.bg-slate-400\/100 {
  background-color: rgb(148 163 184 / 1) !important;
}

.bg-slate-400\/15 {
  background-color: rgb(148 163 184 / 0.15) !important;
}

.bg-slate-400\/20 {
  background-color: rgb(148 163 184 / 0.2) !important;
}

.bg-slate-400\/25 {
  background-color: rgb(148 163 184 / 0.25) !important;
}

.bg-slate-400\/30 {
  background-color: rgb(148 163 184 / 0.3) !important;
}

.bg-slate-400\/35 {
  background-color: rgb(148 163 184 / 0.35) !important;
}

.bg-slate-400\/40 {
  background-color: rgb(148 163 184 / 0.4) !important;
}

.bg-slate-400\/45 {
  background-color: rgb(148 163 184 / 0.45) !important;
}

.bg-slate-400\/5 {
  background-color: rgb(148 163 184 / 0.05) !important;
}

.bg-slate-400\/50 {
  background-color: rgb(148 163 184 / 0.5) !important;
}

.bg-slate-400\/55 {
  background-color: rgb(148 163 184 / 0.55) !important;
}

.bg-slate-400\/60 {
  background-color: rgb(148 163 184 / 0.6) !important;
}

.bg-slate-400\/65 {
  background-color: rgb(148 163 184 / 0.65) !important;
}

.bg-slate-400\/70 {
  background-color: rgb(148 163 184 / 0.7) !important;
}

.bg-slate-400\/75 {
  background-color: rgb(148 163 184 / 0.75) !important;
}

.bg-slate-400\/80 {
  background-color: rgb(148 163 184 / 0.8) !important;
}

.bg-slate-400\/85 {
  background-color: rgb(148 163 184 / 0.85) !important;
}

.bg-slate-400\/90 {
  background-color: rgb(148 163 184 / 0.9) !important;
}

.bg-slate-400\/95 {
  background-color: rgb(148 163 184 / 0.95) !important;
}

.bg-slate-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1)) !important;
}

.bg-slate-50\/0 {
  background-color: rgb(248 250 252 / 0) !important;
}

.bg-slate-50\/10 {
  background-color: rgb(248 250 252 / 0.1) !important;
}

.bg-slate-50\/100 {
  background-color: rgb(248 250 252 / 1) !important;
}

.bg-slate-50\/15 {
  background-color: rgb(248 250 252 / 0.15) !important;
}

.bg-slate-50\/20 {
  background-color: rgb(248 250 252 / 0.2) !important;
}

.bg-slate-50\/25 {
  background-color: rgb(248 250 252 / 0.25) !important;
}

.bg-slate-50\/30 {
  background-color: rgb(248 250 252 / 0.3) !important;
}

.bg-slate-50\/35 {
  background-color: rgb(248 250 252 / 0.35) !important;
}

.bg-slate-50\/40 {
  background-color: rgb(248 250 252 / 0.4) !important;
}

.bg-slate-50\/45 {
  background-color: rgb(248 250 252 / 0.45) !important;
}

.bg-slate-50\/5 {
  background-color: rgb(248 250 252 / 0.05) !important;
}

.bg-slate-50\/50 {
  background-color: rgb(248 250 252 / 0.5) !important;
}

.bg-slate-50\/55 {
  background-color: rgb(248 250 252 / 0.55) !important;
}

.bg-slate-50\/60 {
  background-color: rgb(248 250 252 / 0.6) !important;
}

.bg-slate-50\/65 {
  background-color: rgb(248 250 252 / 0.65) !important;
}

.bg-slate-50\/70 {
  background-color: rgb(248 250 252 / 0.7) !important;
}

.bg-slate-50\/75 {
  background-color: rgb(248 250 252 / 0.75) !important;
}

.bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8) !important;
}

.bg-slate-50\/85 {
  background-color: rgb(248 250 252 / 0.85) !important;
}

.bg-slate-50\/90 {
  background-color: rgb(248 250 252 / 0.9) !important;
}

.bg-slate-50\/95 {
  background-color: rgb(248 250 252 / 0.95) !important;
}

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

.bg-slate-500\/0 {
  background-color: rgb(100 116 139 / 0) !important;
}

.bg-slate-500\/10 {
  background-color: rgb(100 116 139 / 0.1) !important;
}

.bg-slate-500\/100 {
  background-color: rgb(100 116 139 / 1) !important;
}

.bg-slate-500\/15 {
  background-color: rgb(100 116 139 / 0.15) !important;
}

.bg-slate-500\/20 {
  background-color: rgb(100 116 139 / 0.2) !important;
}

.bg-slate-500\/25 {
  background-color: rgb(100 116 139 / 0.25) !important;
}

.bg-slate-500\/30 {
  background-color: rgb(100 116 139 / 0.3) !important;
}

.bg-slate-500\/35 {
  background-color: rgb(100 116 139 / 0.35) !important;
}

.bg-slate-500\/40 {
  background-color: rgb(100 116 139 / 0.4) !important;
}

.bg-slate-500\/45 {
  background-color: rgb(100 116 139 / 0.45) !important;
}

.bg-slate-500\/5 {
  background-color: rgb(100 116 139 / 0.05) !important;
}

.bg-slate-500\/50 {
  background-color: rgb(100 116 139 / 0.5) !important;
}

.bg-slate-500\/55 {
  background-color: rgb(100 116 139 / 0.55) !important;
}

.bg-slate-500\/60 {
  background-color: rgb(100 116 139 / 0.6) !important;
}

.bg-slate-500\/65 {
  background-color: rgb(100 116 139 / 0.65) !important;
}

.bg-slate-500\/70 {
  background-color: rgb(100 116 139 / 0.7) !important;
}

.bg-slate-500\/75 {
  background-color: rgb(100 116 139 / 0.75) !important;
}

.bg-slate-500\/80 {
  background-color: rgb(100 116 139 / 0.8) !important;
}

.bg-slate-500\/85 {
  background-color: rgb(100 116 139 / 0.85) !important;
}

.bg-slate-500\/90 {
  background-color: rgb(100 116 139 / 0.9) !important;
}

.bg-slate-500\/95 {
  background-color: rgb(100 116 139 / 0.95) !important;
}

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

.bg-slate-600\/0 {
  background-color: rgb(71 85 105 / 0) !important;
}

.bg-slate-600\/10 {
  background-color: rgb(71 85 105 / 0.1) !important;
}

.bg-slate-600\/100 {
  background-color: rgb(71 85 105 / 1) !important;
}

.bg-slate-600\/15 {
  background-color: rgb(71 85 105 / 0.15) !important;
}

.bg-slate-600\/20 {
  background-color: rgb(71 85 105 / 0.2) !important;
}

.bg-slate-600\/25 {
  background-color: rgb(71 85 105 / 0.25) !important;
}

.bg-slate-600\/30 {
  background-color: rgb(71 85 105 / 0.3) !important;
}

.bg-slate-600\/35 {
  background-color: rgb(71 85 105 / 0.35) !important;
}

.bg-slate-600\/40 {
  background-color: rgb(71 85 105 / 0.4) !important;
}

.bg-slate-600\/45 {
  background-color: rgb(71 85 105 / 0.45) !important;
}

.bg-slate-600\/5 {
  background-color: rgb(71 85 105 / 0.05) !important;
}

.bg-slate-600\/50 {
  background-color: rgb(71 85 105 / 0.5) !important;
}

.bg-slate-600\/55 {
  background-color: rgb(71 85 105 / 0.55) !important;
}

.bg-slate-600\/60 {
  background-color: rgb(71 85 105 / 0.6) !important;
}

.bg-slate-600\/65 {
  background-color: rgb(71 85 105 / 0.65) !important;
}

.bg-slate-600\/70 {
  background-color: rgb(71 85 105 / 0.7) !important;
}

.bg-slate-600\/75 {
  background-color: rgb(71 85 105 / 0.75) !important;
}

.bg-slate-600\/80 {
  background-color: rgb(71 85 105 / 0.8) !important;
}

.bg-slate-600\/85 {
  background-color: rgb(71 85 105 / 0.85) !important;
}

.bg-slate-600\/90 {
  background-color: rgb(71 85 105 / 0.9) !important;
}

.bg-slate-600\/95 {
  background-color: rgb(71 85 105 / 0.95) !important;
}

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

.bg-slate-700\/0 {
  background-color: rgb(51 65 85 / 0) !important;
}

.bg-slate-700\/10 {
  background-color: rgb(51 65 85 / 0.1) !important;
}

.bg-slate-700\/100 {
  background-color: rgb(51 65 85 / 1) !important;
}

.bg-slate-700\/15 {
  background-color: rgb(51 65 85 / 0.15) !important;
}

.bg-slate-700\/20 {
  background-color: rgb(51 65 85 / 0.2) !important;
}

.bg-slate-700\/25 {
  background-color: rgb(51 65 85 / 0.25) !important;
}

.bg-slate-700\/30 {
  background-color: rgb(51 65 85 / 0.3) !important;
}

.bg-slate-700\/35 {
  background-color: rgb(51 65 85 / 0.35) !important;
}

.bg-slate-700\/40 {
  background-color: rgb(51 65 85 / 0.4) !important;
}

.bg-slate-700\/45 {
  background-color: rgb(51 65 85 / 0.45) !important;
}

.bg-slate-700\/5 {
  background-color: rgb(51 65 85 / 0.05) !important;
}

.bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5) !important;
}

.bg-slate-700\/55 {
  background-color: rgb(51 65 85 / 0.55) !important;
}

.bg-slate-700\/60 {
  background-color: rgb(51 65 85 / 0.6) !important;
}

.bg-slate-700\/65 {
  background-color: rgb(51 65 85 / 0.65) !important;
}

.bg-slate-700\/70 {
  background-color: rgb(51 65 85 / 0.7) !important;
}

.bg-slate-700\/75 {
  background-color: rgb(51 65 85 / 0.75) !important;
}

.bg-slate-700\/80 {
  background-color: rgb(51 65 85 / 0.8) !important;
}

.bg-slate-700\/85 {
  background-color: rgb(51 65 85 / 0.85) !important;
}

.bg-slate-700\/90 {
  background-color: rgb(51 65 85 / 0.9) !important;
}

.bg-slate-700\/95 {
  background-color: rgb(51 65 85 / 0.95) !important;
}

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

.bg-slate-800\/0 {
  background-color: rgb(30 41 59 / 0) !important;
}

.bg-slate-800\/10 {
  background-color: rgb(30 41 59 / 0.1) !important;
}

.bg-slate-800\/100 {
  background-color: rgb(30 41 59 / 1) !important;
}

.bg-slate-800\/15 {
  background-color: rgb(30 41 59 / 0.15) !important;
}

.bg-slate-800\/20 {
  background-color: rgb(30 41 59 / 0.2) !important;
}

.bg-slate-800\/25 {
  background-color: rgb(30 41 59 / 0.25) !important;
}

.bg-slate-800\/30 {
  background-color: rgb(30 41 59 / 0.3) !important;
}

.bg-slate-800\/35 {
  background-color: rgb(30 41 59 / 0.35) !important;
}

.bg-slate-800\/40 {
  background-color: rgb(30 41 59 / 0.4) !important;
}

.bg-slate-800\/45 {
  background-color: rgb(30 41 59 / 0.45) !important;
}

.bg-slate-800\/5 {
  background-color: rgb(30 41 59 / 0.05) !important;
}

.bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5) !important;
}

.bg-slate-800\/55 {
  background-color: rgb(30 41 59 / 0.55) !important;
}

.bg-slate-800\/60 {
  background-color: rgb(30 41 59 / 0.6) !important;
}

.bg-slate-800\/65 {
  background-color: rgb(30 41 59 / 0.65) !important;
}

.bg-slate-800\/70 {
  background-color: rgb(30 41 59 / 0.7) !important;
}

.bg-slate-800\/75 {
  background-color: rgb(30 41 59 / 0.75) !important;
}

.bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8) !important;
}

.bg-slate-800\/85 {
  background-color: rgb(30 41 59 / 0.85) !important;
}

.bg-slate-800\/90 {
  background-color: rgb(30 41 59 / 0.9) !important;
}

.bg-slate-800\/95 {
  background-color: rgb(30 41 59 / 0.95) !important;
}

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

.bg-slate-900\/0 {
  background-color: rgb(15 23 42 / 0) !important;
}

.bg-slate-900\/10 {
  background-color: rgb(15 23 42 / 0.1) !important;
}

.bg-slate-900\/100 {
  background-color: rgb(15 23 42 / 1) !important;
}

.bg-slate-900\/15 {
  background-color: rgb(15 23 42 / 0.15) !important;
}

.bg-slate-900\/20 {
  background-color: rgb(15 23 42 / 0.2) !important;
}

.bg-slate-900\/25 {
  background-color: rgb(15 23 42 / 0.25) !important;
}

.bg-slate-900\/30 {
  background-color: rgb(15 23 42 / 0.3) !important;
}

.bg-slate-900\/35 {
  background-color: rgb(15 23 42 / 0.35) !important;
}

.bg-slate-900\/40 {
  background-color: rgb(15 23 42 / 0.4) !important;
}

.bg-slate-900\/45 {
  background-color: rgb(15 23 42 / 0.45) !important;
}

.bg-slate-900\/5 {
  background-color: rgb(15 23 42 / 0.05) !important;
}

.bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5) !important;
}

.bg-slate-900\/55 {
  background-color: rgb(15 23 42 / 0.55) !important;
}

.bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6) !important;
}

.bg-slate-900\/65 {
  background-color: rgb(15 23 42 / 0.65) !important;
}

.bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7) !important;
}

.bg-slate-900\/75 {
  background-color: rgb(15 23 42 / 0.75) !important;
}

.bg-slate-900\/80 {
  background-color: rgb(15 23 42 / 0.8) !important;
}

.bg-slate-900\/85 {
  background-color: rgb(15 23 42 / 0.85) !important;
}

.bg-slate-900\/90 {
  background-color: rgb(15 23 42 / 0.9) !important;
}

.bg-slate-900\/95 {
  background-color: rgb(15 23 42 / 0.95) !important;
}

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

.bg-stone-100\/0 {
  background-color: rgb(245 245 244 / 0) !important;
}

.bg-stone-100\/10 {
  background-color: rgb(245 245 244 / 0.1) !important;
}

.bg-stone-100\/100 {
  background-color: rgb(245 245 244 / 1) !important;
}

.bg-stone-100\/15 {
  background-color: rgb(245 245 244 / 0.15) !important;
}

.bg-stone-100\/20 {
  background-color: rgb(245 245 244 / 0.2) !important;
}

.bg-stone-100\/25 {
  background-color: rgb(245 245 244 / 0.25) !important;
}

.bg-stone-100\/30 {
  background-color: rgb(245 245 244 / 0.3) !important;
}

.bg-stone-100\/35 {
  background-color: rgb(245 245 244 / 0.35) !important;
}

.bg-stone-100\/40 {
  background-color: rgb(245 245 244 / 0.4) !important;
}

.bg-stone-100\/45 {
  background-color: rgb(245 245 244 / 0.45) !important;
}

.bg-stone-100\/5 {
  background-color: rgb(245 245 244 / 0.05) !important;
}

.bg-stone-100\/50 {
  background-color: rgb(245 245 244 / 0.5) !important;
}

.bg-stone-100\/55 {
  background-color: rgb(245 245 244 / 0.55) !important;
}

.bg-stone-100\/60 {
  background-color: rgb(245 245 244 / 0.6) !important;
}

.bg-stone-100\/65 {
  background-color: rgb(245 245 244 / 0.65) !important;
}

.bg-stone-100\/70 {
  background-color: rgb(245 245 244 / 0.7) !important;
}

.bg-stone-100\/75 {
  background-color: rgb(245 245 244 / 0.75) !important;
}

.bg-stone-100\/80 {
  background-color: rgb(245 245 244 / 0.8) !important;
}

.bg-stone-100\/85 {
  background-color: rgb(245 245 244 / 0.85) !important;
}

.bg-stone-100\/90 {
  background-color: rgb(245 245 244 / 0.9) !important;
}

.bg-stone-100\/95 {
  background-color: rgb(245 245 244 / 0.95) !important;
}

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

.bg-stone-200\/0 {
  background-color: rgb(231 229 228 / 0) !important;
}

.bg-stone-200\/10 {
  background-color: rgb(231 229 228 / 0.1) !important;
}

.bg-stone-200\/100 {
  background-color: rgb(231 229 228 / 1) !important;
}

.bg-stone-200\/15 {
  background-color: rgb(231 229 228 / 0.15) !important;
}

.bg-stone-200\/20 {
  background-color: rgb(231 229 228 / 0.2) !important;
}

.bg-stone-200\/25 {
  background-color: rgb(231 229 228 / 0.25) !important;
}

.bg-stone-200\/30 {
  background-color: rgb(231 229 228 / 0.3) !important;
}

.bg-stone-200\/35 {
  background-color: rgb(231 229 228 / 0.35) !important;
}

.bg-stone-200\/40 {
  background-color: rgb(231 229 228 / 0.4) !important;
}

.bg-stone-200\/45 {
  background-color: rgb(231 229 228 / 0.45) !important;
}

.bg-stone-200\/5 {
  background-color: rgb(231 229 228 / 0.05) !important;
}

.bg-stone-200\/50 {
  background-color: rgb(231 229 228 / 0.5) !important;
}

.bg-stone-200\/55 {
  background-color: rgb(231 229 228 / 0.55) !important;
}

.bg-stone-200\/60 {
  background-color: rgb(231 229 228 / 0.6) !important;
}

.bg-stone-200\/65 {
  background-color: rgb(231 229 228 / 0.65) !important;
}

.bg-stone-200\/70 {
  background-color: rgb(231 229 228 / 0.7) !important;
}

.bg-stone-200\/75 {
  background-color: rgb(231 229 228 / 0.75) !important;
}

.bg-stone-200\/80 {
  background-color: rgb(231 229 228 / 0.8) !important;
}

.bg-stone-200\/85 {
  background-color: rgb(231 229 228 / 0.85) !important;
}

.bg-stone-200\/90 {
  background-color: rgb(231 229 228 / 0.9) !important;
}

.bg-stone-200\/95 {
  background-color: rgb(231 229 228 / 0.95) !important;
}

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

.bg-stone-300\/0 {
  background-color: rgb(214 211 209 / 0) !important;
}

.bg-stone-300\/10 {
  background-color: rgb(214 211 209 / 0.1) !important;
}

.bg-stone-300\/100 {
  background-color: rgb(214 211 209 / 1) !important;
}

.bg-stone-300\/15 {
  background-color: rgb(214 211 209 / 0.15) !important;
}

.bg-stone-300\/20 {
  background-color: rgb(214 211 209 / 0.2) !important;
}

.bg-stone-300\/25 {
  background-color: rgb(214 211 209 / 0.25) !important;
}

.bg-stone-300\/30 {
  background-color: rgb(214 211 209 / 0.3) !important;
}

.bg-stone-300\/35 {
  background-color: rgb(214 211 209 / 0.35) !important;
}

.bg-stone-300\/40 {
  background-color: rgb(214 211 209 / 0.4) !important;
}

.bg-stone-300\/45 {
  background-color: rgb(214 211 209 / 0.45) !important;
}

.bg-stone-300\/5 {
  background-color: rgb(214 211 209 / 0.05) !important;
}

.bg-stone-300\/50 {
  background-color: rgb(214 211 209 / 0.5) !important;
}

.bg-stone-300\/55 {
  background-color: rgb(214 211 209 / 0.55) !important;
}

.bg-stone-300\/60 {
  background-color: rgb(214 211 209 / 0.6) !important;
}

.bg-stone-300\/65 {
  background-color: rgb(214 211 209 / 0.65) !important;
}

.bg-stone-300\/70 {
  background-color: rgb(214 211 209 / 0.7) !important;
}

.bg-stone-300\/75 {
  background-color: rgb(214 211 209 / 0.75) !important;
}

.bg-stone-300\/80 {
  background-color: rgb(214 211 209 / 0.8) !important;
}

.bg-stone-300\/85 {
  background-color: rgb(214 211 209 / 0.85) !important;
}

.bg-stone-300\/90 {
  background-color: rgb(214 211 209 / 0.9) !important;
}

.bg-stone-300\/95 {
  background-color: rgb(214 211 209 / 0.95) !important;
}

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

.bg-stone-400\/0 {
  background-color: rgb(168 162 158 / 0) !important;
}

.bg-stone-400\/10 {
  background-color: rgb(168 162 158 / 0.1) !important;
}

.bg-stone-400\/100 {
  background-color: rgb(168 162 158 / 1) !important;
}

.bg-stone-400\/15 {
  background-color: rgb(168 162 158 / 0.15) !important;
}

.bg-stone-400\/20 {
  background-color: rgb(168 162 158 / 0.2) !important;
}

.bg-stone-400\/25 {
  background-color: rgb(168 162 158 / 0.25) !important;
}

.bg-stone-400\/30 {
  background-color: rgb(168 162 158 / 0.3) !important;
}

.bg-stone-400\/35 {
  background-color: rgb(168 162 158 / 0.35) !important;
}

.bg-stone-400\/40 {
  background-color: rgb(168 162 158 / 0.4) !important;
}

.bg-stone-400\/45 {
  background-color: rgb(168 162 158 / 0.45) !important;
}

.bg-stone-400\/5 {
  background-color: rgb(168 162 158 / 0.05) !important;
}

.bg-stone-400\/50 {
  background-color: rgb(168 162 158 / 0.5) !important;
}

.bg-stone-400\/55 {
  background-color: rgb(168 162 158 / 0.55) !important;
}

.bg-stone-400\/60 {
  background-color: rgb(168 162 158 / 0.6) !important;
}

.bg-stone-400\/65 {
  background-color: rgb(168 162 158 / 0.65) !important;
}

.bg-stone-400\/70 {
  background-color: rgb(168 162 158 / 0.7) !important;
}

.bg-stone-400\/75 {
  background-color: rgb(168 162 158 / 0.75) !important;
}

.bg-stone-400\/80 {
  background-color: rgb(168 162 158 / 0.8) !important;
}

.bg-stone-400\/85 {
  background-color: rgb(168 162 158 / 0.85) !important;
}

.bg-stone-400\/90 {
  background-color: rgb(168 162 158 / 0.9) !important;
}

.bg-stone-400\/95 {
  background-color: rgb(168 162 158 / 0.95) !important;
}

.bg-stone-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1)) !important;
}

.bg-stone-50\/0 {
  background-color: rgb(250 250 249 / 0) !important;
}

.bg-stone-50\/10 {
  background-color: rgb(250 250 249 / 0.1) !important;
}

.bg-stone-50\/100 {
  background-color: rgb(250 250 249 / 1) !important;
}

.bg-stone-50\/15 {
  background-color: rgb(250 250 249 / 0.15) !important;
}

.bg-stone-50\/20 {
  background-color: rgb(250 250 249 / 0.2) !important;
}

.bg-stone-50\/25 {
  background-color: rgb(250 250 249 / 0.25) !important;
}

.bg-stone-50\/30 {
  background-color: rgb(250 250 249 / 0.3) !important;
}

.bg-stone-50\/35 {
  background-color: rgb(250 250 249 / 0.35) !important;
}

.bg-stone-50\/40 {
  background-color: rgb(250 250 249 / 0.4) !important;
}

.bg-stone-50\/45 {
  background-color: rgb(250 250 249 / 0.45) !important;
}

.bg-stone-50\/5 {
  background-color: rgb(250 250 249 / 0.05) !important;
}

.bg-stone-50\/50 {
  background-color: rgb(250 250 249 / 0.5) !important;
}

.bg-stone-50\/55 {
  background-color: rgb(250 250 249 / 0.55) !important;
}

.bg-stone-50\/60 {
  background-color: rgb(250 250 249 / 0.6) !important;
}

.bg-stone-50\/65 {
  background-color: rgb(250 250 249 / 0.65) !important;
}

.bg-stone-50\/70 {
  background-color: rgb(250 250 249 / 0.7) !important;
}

.bg-stone-50\/75 {
  background-color: rgb(250 250 249 / 0.75) !important;
}

.bg-stone-50\/80 {
  background-color: rgb(250 250 249 / 0.8) !important;
}

.bg-stone-50\/85 {
  background-color: rgb(250 250 249 / 0.85) !important;
}

.bg-stone-50\/90 {
  background-color: rgb(250 250 249 / 0.9) !important;
}

.bg-stone-50\/95 {
  background-color: rgb(250 250 249 / 0.95) !important;
}

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

.bg-stone-500\/0 {
  background-color: rgb(120 113 108 / 0) !important;
}

.bg-stone-500\/10 {
  background-color: rgb(120 113 108 / 0.1) !important;
}

.bg-stone-500\/100 {
  background-color: rgb(120 113 108 / 1) !important;
}

.bg-stone-500\/15 {
  background-color: rgb(120 113 108 / 0.15) !important;
}

.bg-stone-500\/20 {
  background-color: rgb(120 113 108 / 0.2) !important;
}

.bg-stone-500\/25 {
  background-color: rgb(120 113 108 / 0.25) !important;
}

.bg-stone-500\/30 {
  background-color: rgb(120 113 108 / 0.3) !important;
}

.bg-stone-500\/35 {
  background-color: rgb(120 113 108 / 0.35) !important;
}

.bg-stone-500\/40 {
  background-color: rgb(120 113 108 / 0.4) !important;
}

.bg-stone-500\/45 {
  background-color: rgb(120 113 108 / 0.45) !important;
}

.bg-stone-500\/5 {
  background-color: rgb(120 113 108 / 0.05) !important;
}

.bg-stone-500\/50 {
  background-color: rgb(120 113 108 / 0.5) !important;
}

.bg-stone-500\/55 {
  background-color: rgb(120 113 108 / 0.55) !important;
}

.bg-stone-500\/60 {
  background-color: rgb(120 113 108 / 0.6) !important;
}

.bg-stone-500\/65 {
  background-color: rgb(120 113 108 / 0.65) !important;
}

.bg-stone-500\/70 {
  background-color: rgb(120 113 108 / 0.7) !important;
}

.bg-stone-500\/75 {
  background-color: rgb(120 113 108 / 0.75) !important;
}

.bg-stone-500\/80 {
  background-color: rgb(120 113 108 / 0.8) !important;
}

.bg-stone-500\/85 {
  background-color: rgb(120 113 108 / 0.85) !important;
}

.bg-stone-500\/90 {
  background-color: rgb(120 113 108 / 0.9) !important;
}

.bg-stone-500\/95 {
  background-color: rgb(120 113 108 / 0.95) !important;
}

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

.bg-stone-600\/0 {
  background-color: rgb(87 83 78 / 0) !important;
}

.bg-stone-600\/10 {
  background-color: rgb(87 83 78 / 0.1) !important;
}

.bg-stone-600\/100 {
  background-color: rgb(87 83 78 / 1) !important;
}

.bg-stone-600\/15 {
  background-color: rgb(87 83 78 / 0.15) !important;
}

.bg-stone-600\/20 {
  background-color: rgb(87 83 78 / 0.2) !important;
}

.bg-stone-600\/25 {
  background-color: rgb(87 83 78 / 0.25) !important;
}

.bg-stone-600\/30 {
  background-color: rgb(87 83 78 / 0.3) !important;
}

.bg-stone-600\/35 {
  background-color: rgb(87 83 78 / 0.35) !important;
}

.bg-stone-600\/40 {
  background-color: rgb(87 83 78 / 0.4) !important;
}

.bg-stone-600\/45 {
  background-color: rgb(87 83 78 / 0.45) !important;
}

.bg-stone-600\/5 {
  background-color: rgb(87 83 78 / 0.05) !important;
}

.bg-stone-600\/50 {
  background-color: rgb(87 83 78 / 0.5) !important;
}

.bg-stone-600\/55 {
  background-color: rgb(87 83 78 / 0.55) !important;
}

.bg-stone-600\/60 {
  background-color: rgb(87 83 78 / 0.6) !important;
}

.bg-stone-600\/65 {
  background-color: rgb(87 83 78 / 0.65) !important;
}

.bg-stone-600\/70 {
  background-color: rgb(87 83 78 / 0.7) !important;
}

.bg-stone-600\/75 {
  background-color: rgb(87 83 78 / 0.75) !important;
}

.bg-stone-600\/80 {
  background-color: rgb(87 83 78 / 0.8) !important;
}

.bg-stone-600\/85 {
  background-color: rgb(87 83 78 / 0.85) !important;
}

.bg-stone-600\/90 {
  background-color: rgb(87 83 78 / 0.9) !important;
}

.bg-stone-600\/95 {
  background-color: rgb(87 83 78 / 0.95) !important;
}

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

.bg-stone-700\/0 {
  background-color: rgb(68 64 60 / 0) !important;
}

.bg-stone-700\/10 {
  background-color: rgb(68 64 60 / 0.1) !important;
}

.bg-stone-700\/100 {
  background-color: rgb(68 64 60 / 1) !important;
}

.bg-stone-700\/15 {
  background-color: rgb(68 64 60 / 0.15) !important;
}

.bg-stone-700\/20 {
  background-color: rgb(68 64 60 / 0.2) !important;
}

.bg-stone-700\/25 {
  background-color: rgb(68 64 60 / 0.25) !important;
}

.bg-stone-700\/30 {
  background-color: rgb(68 64 60 / 0.3) !important;
}

.bg-stone-700\/35 {
  background-color: rgb(68 64 60 / 0.35) !important;
}

.bg-stone-700\/40 {
  background-color: rgb(68 64 60 / 0.4) !important;
}

.bg-stone-700\/45 {
  background-color: rgb(68 64 60 / 0.45) !important;
}

.bg-stone-700\/5 {
  background-color: rgb(68 64 60 / 0.05) !important;
}

.bg-stone-700\/50 {
  background-color: rgb(68 64 60 / 0.5) !important;
}

.bg-stone-700\/55 {
  background-color: rgb(68 64 60 / 0.55) !important;
}

.bg-stone-700\/60 {
  background-color: rgb(68 64 60 / 0.6) !important;
}

.bg-stone-700\/65 {
  background-color: rgb(68 64 60 / 0.65) !important;
}

.bg-stone-700\/70 {
  background-color: rgb(68 64 60 / 0.7) !important;
}

.bg-stone-700\/75 {
  background-color: rgb(68 64 60 / 0.75) !important;
}

.bg-stone-700\/80 {
  background-color: rgb(68 64 60 / 0.8) !important;
}

.bg-stone-700\/85 {
  background-color: rgb(68 64 60 / 0.85) !important;
}

.bg-stone-700\/90 {
  background-color: rgb(68 64 60 / 0.9) !important;
}

.bg-stone-700\/95 {
  background-color: rgb(68 64 60 / 0.95) !important;
}

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

.bg-stone-800\/0 {
  background-color: rgb(41 37 36 / 0) !important;
}

.bg-stone-800\/10 {
  background-color: rgb(41 37 36 / 0.1) !important;
}

.bg-stone-800\/100 {
  background-color: rgb(41 37 36 / 1) !important;
}

.bg-stone-800\/15 {
  background-color: rgb(41 37 36 / 0.15) !important;
}

.bg-stone-800\/20 {
  background-color: rgb(41 37 36 / 0.2) !important;
}

.bg-stone-800\/25 {
  background-color: rgb(41 37 36 / 0.25) !important;
}

.bg-stone-800\/30 {
  background-color: rgb(41 37 36 / 0.3) !important;
}

.bg-stone-800\/35 {
  background-color: rgb(41 37 36 / 0.35) !important;
}

.bg-stone-800\/40 {
  background-color: rgb(41 37 36 / 0.4) !important;
}

.bg-stone-800\/45 {
  background-color: rgb(41 37 36 / 0.45) !important;
}

.bg-stone-800\/5 {
  background-color: rgb(41 37 36 / 0.05) !important;
}

.bg-stone-800\/50 {
  background-color: rgb(41 37 36 / 0.5) !important;
}

.bg-stone-800\/55 {
  background-color: rgb(41 37 36 / 0.55) !important;
}

.bg-stone-800\/60 {
  background-color: rgb(41 37 36 / 0.6) !important;
}

.bg-stone-800\/65 {
  background-color: rgb(41 37 36 / 0.65) !important;
}

.bg-stone-800\/70 {
  background-color: rgb(41 37 36 / 0.7) !important;
}

.bg-stone-800\/75 {
  background-color: rgb(41 37 36 / 0.75) !important;
}

.bg-stone-800\/80 {
  background-color: rgb(41 37 36 / 0.8) !important;
}

.bg-stone-800\/85 {
  background-color: rgb(41 37 36 / 0.85) !important;
}

.bg-stone-800\/90 {
  background-color: rgb(41 37 36 / 0.9) !important;
}

.bg-stone-800\/95 {
  background-color: rgb(41 37 36 / 0.95) !important;
}

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

.bg-stone-900\/0 {
  background-color: rgb(28 25 23 / 0) !important;
}

.bg-stone-900\/10 {
  background-color: rgb(28 25 23 / 0.1) !important;
}

.bg-stone-900\/100 {
  background-color: rgb(28 25 23 / 1) !important;
}

.bg-stone-900\/15 {
  background-color: rgb(28 25 23 / 0.15) !important;
}

.bg-stone-900\/20 {
  background-color: rgb(28 25 23 / 0.2) !important;
}

.bg-stone-900\/25 {
  background-color: rgb(28 25 23 / 0.25) !important;
}

.bg-stone-900\/30 {
  background-color: rgb(28 25 23 / 0.3) !important;
}

.bg-stone-900\/35 {
  background-color: rgb(28 25 23 / 0.35) !important;
}

.bg-stone-900\/40 {
  background-color: rgb(28 25 23 / 0.4) !important;
}

.bg-stone-900\/45 {
  background-color: rgb(28 25 23 / 0.45) !important;
}

.bg-stone-900\/5 {
  background-color: rgb(28 25 23 / 0.05) !important;
}

.bg-stone-900\/50 {
  background-color: rgb(28 25 23 / 0.5) !important;
}

.bg-stone-900\/55 {
  background-color: rgb(28 25 23 / 0.55) !important;
}

.bg-stone-900\/60 {
  background-color: rgb(28 25 23 / 0.6) !important;
}

.bg-stone-900\/65 {
  background-color: rgb(28 25 23 / 0.65) !important;
}

.bg-stone-900\/70 {
  background-color: rgb(28 25 23 / 0.7) !important;
}

.bg-stone-900\/75 {
  background-color: rgb(28 25 23 / 0.75) !important;
}

.bg-stone-900\/80 {
  background-color: rgb(28 25 23 / 0.8) !important;
}

.bg-stone-900\/85 {
  background-color: rgb(28 25 23 / 0.85) !important;
}

.bg-stone-900\/90 {
  background-color: rgb(28 25 23 / 0.9) !important;
}

.bg-stone-900\/95 {
  background-color: rgb(28 25 23 / 0.95) !important;
}

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

.bg-teal-100\/0 {
  background-color: rgb(204 251 241 / 0) !important;
}

.bg-teal-100\/10 {
  background-color: rgb(204 251 241 / 0.1) !important;
}

.bg-teal-100\/100 {
  background-color: rgb(204 251 241 / 1) !important;
}

.bg-teal-100\/15 {
  background-color: rgb(204 251 241 / 0.15) !important;
}

.bg-teal-100\/20 {
  background-color: rgb(204 251 241 / 0.2) !important;
}

.bg-teal-100\/25 {
  background-color: rgb(204 251 241 / 0.25) !important;
}

.bg-teal-100\/30 {
  background-color: rgb(204 251 241 / 0.3) !important;
}

.bg-teal-100\/35 {
  background-color: rgb(204 251 241 / 0.35) !important;
}

.bg-teal-100\/40 {
  background-color: rgb(204 251 241 / 0.4) !important;
}

.bg-teal-100\/45 {
  background-color: rgb(204 251 241 / 0.45) !important;
}

.bg-teal-100\/5 {
  background-color: rgb(204 251 241 / 0.05) !important;
}

.bg-teal-100\/50 {
  background-color: rgb(204 251 241 / 0.5) !important;
}

.bg-teal-100\/55 {
  background-color: rgb(204 251 241 / 0.55) !important;
}

.bg-teal-100\/60 {
  background-color: rgb(204 251 241 / 0.6) !important;
}

.bg-teal-100\/65 {
  background-color: rgb(204 251 241 / 0.65) !important;
}

.bg-teal-100\/70 {
  background-color: rgb(204 251 241 / 0.7) !important;
}

.bg-teal-100\/75 {
  background-color: rgb(204 251 241 / 0.75) !important;
}

.bg-teal-100\/80 {
  background-color: rgb(204 251 241 / 0.8) !important;
}

.bg-teal-100\/85 {
  background-color: rgb(204 251 241 / 0.85) !important;
}

.bg-teal-100\/90 {
  background-color: rgb(204 251 241 / 0.9) !important;
}

.bg-teal-100\/95 {
  background-color: rgb(204 251 241 / 0.95) !important;
}

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

.bg-teal-200\/0 {
  background-color: rgb(153 246 228 / 0) !important;
}

.bg-teal-200\/10 {
  background-color: rgb(153 246 228 / 0.1) !important;
}

.bg-teal-200\/100 {
  background-color: rgb(153 246 228 / 1) !important;
}

.bg-teal-200\/15 {
  background-color: rgb(153 246 228 / 0.15) !important;
}

.bg-teal-200\/20 {
  background-color: rgb(153 246 228 / 0.2) !important;
}

.bg-teal-200\/25 {
  background-color: rgb(153 246 228 / 0.25) !important;
}

.bg-teal-200\/30 {
  background-color: rgb(153 246 228 / 0.3) !important;
}

.bg-teal-200\/35 {
  background-color: rgb(153 246 228 / 0.35) !important;
}

.bg-teal-200\/40 {
  background-color: rgb(153 246 228 / 0.4) !important;
}

.bg-teal-200\/45 {
  background-color: rgb(153 246 228 / 0.45) !important;
}

.bg-teal-200\/5 {
  background-color: rgb(153 246 228 / 0.05) !important;
}

.bg-teal-200\/50 {
  background-color: rgb(153 246 228 / 0.5) !important;
}

.bg-teal-200\/55 {
  background-color: rgb(153 246 228 / 0.55) !important;
}

.bg-teal-200\/60 {
  background-color: rgb(153 246 228 / 0.6) !important;
}

.bg-teal-200\/65 {
  background-color: rgb(153 246 228 / 0.65) !important;
}

.bg-teal-200\/70 {
  background-color: rgb(153 246 228 / 0.7) !important;
}

.bg-teal-200\/75 {
  background-color: rgb(153 246 228 / 0.75) !important;
}

.bg-teal-200\/80 {
  background-color: rgb(153 246 228 / 0.8) !important;
}

.bg-teal-200\/85 {
  background-color: rgb(153 246 228 / 0.85) !important;
}

.bg-teal-200\/90 {
  background-color: rgb(153 246 228 / 0.9) !important;
}

.bg-teal-200\/95 {
  background-color: rgb(153 246 228 / 0.95) !important;
}

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

.bg-teal-300\/0 {
  background-color: rgb(94 234 212 / 0) !important;
}

.bg-teal-300\/10 {
  background-color: rgb(94 234 212 / 0.1) !important;
}

.bg-teal-300\/100 {
  background-color: rgb(94 234 212 / 1) !important;
}

.bg-teal-300\/15 {
  background-color: rgb(94 234 212 / 0.15) !important;
}

.bg-teal-300\/20 {
  background-color: rgb(94 234 212 / 0.2) !important;
}

.bg-teal-300\/25 {
  background-color: rgb(94 234 212 / 0.25) !important;
}

.bg-teal-300\/30 {
  background-color: rgb(94 234 212 / 0.3) !important;
}

.bg-teal-300\/35 {
  background-color: rgb(94 234 212 / 0.35) !important;
}

.bg-teal-300\/40 {
  background-color: rgb(94 234 212 / 0.4) !important;
}

.bg-teal-300\/45 {
  background-color: rgb(94 234 212 / 0.45) !important;
}

.bg-teal-300\/5 {
  background-color: rgb(94 234 212 / 0.05) !important;
}

.bg-teal-300\/50 {
  background-color: rgb(94 234 212 / 0.5) !important;
}

.bg-teal-300\/55 {
  background-color: rgb(94 234 212 / 0.55) !important;
}

.bg-teal-300\/60 {
  background-color: rgb(94 234 212 / 0.6) !important;
}

.bg-teal-300\/65 {
  background-color: rgb(94 234 212 / 0.65) !important;
}

.bg-teal-300\/70 {
  background-color: rgb(94 234 212 / 0.7) !important;
}

.bg-teal-300\/75 {
  background-color: rgb(94 234 212 / 0.75) !important;
}

.bg-teal-300\/80 {
  background-color: rgb(94 234 212 / 0.8) !important;
}

.bg-teal-300\/85 {
  background-color: rgb(94 234 212 / 0.85) !important;
}

.bg-teal-300\/90 {
  background-color: rgb(94 234 212 / 0.9) !important;
}

.bg-teal-300\/95 {
  background-color: rgb(94 234 212 / 0.95) !important;
}

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

.bg-teal-400\/0 {
  background-color: rgb(45 212 191 / 0) !important;
}

.bg-teal-400\/10 {
  background-color: rgb(45 212 191 / 0.1) !important;
}

.bg-teal-400\/100 {
  background-color: rgb(45 212 191 / 1) !important;
}

.bg-teal-400\/15 {
  background-color: rgb(45 212 191 / 0.15) !important;
}

.bg-teal-400\/20 {
  background-color: rgb(45 212 191 / 0.2) !important;
}

.bg-teal-400\/25 {
  background-color: rgb(45 212 191 / 0.25) !important;
}

.bg-teal-400\/30 {
  background-color: rgb(45 212 191 / 0.3) !important;
}

.bg-teal-400\/35 {
  background-color: rgb(45 212 191 / 0.35) !important;
}

.bg-teal-400\/40 {
  background-color: rgb(45 212 191 / 0.4) !important;
}

.bg-teal-400\/45 {
  background-color: rgb(45 212 191 / 0.45) !important;
}

.bg-teal-400\/5 {
  background-color: rgb(45 212 191 / 0.05) !important;
}

.bg-teal-400\/50 {
  background-color: rgb(45 212 191 / 0.5) !important;
}

.bg-teal-400\/55 {
  background-color: rgb(45 212 191 / 0.55) !important;
}

.bg-teal-400\/60 {
  background-color: rgb(45 212 191 / 0.6) !important;
}

.bg-teal-400\/65 {
  background-color: rgb(45 212 191 / 0.65) !important;
}

.bg-teal-400\/70 {
  background-color: rgb(45 212 191 / 0.7) !important;
}

.bg-teal-400\/75 {
  background-color: rgb(45 212 191 / 0.75) !important;
}

.bg-teal-400\/80 {
  background-color: rgb(45 212 191 / 0.8) !important;
}

.bg-teal-400\/85 {
  background-color: rgb(45 212 191 / 0.85) !important;
}

.bg-teal-400\/90 {
  background-color: rgb(45 212 191 / 0.9) !important;
}

.bg-teal-400\/95 {
  background-color: rgb(45 212 191 / 0.95) !important;
}

.bg-teal-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1)) !important;
}

.bg-teal-50\/0 {
  background-color: rgb(240 253 250 / 0) !important;
}

.bg-teal-50\/10 {
  background-color: rgb(240 253 250 / 0.1) !important;
}

.bg-teal-50\/100 {
  background-color: rgb(240 253 250 / 1) !important;
}

.bg-teal-50\/15 {
  background-color: rgb(240 253 250 / 0.15) !important;
}

.bg-teal-50\/20 {
  background-color: rgb(240 253 250 / 0.2) !important;
}

.bg-teal-50\/25 {
  background-color: rgb(240 253 250 / 0.25) !important;
}

.bg-teal-50\/30 {
  background-color: rgb(240 253 250 / 0.3) !important;
}

.bg-teal-50\/35 {
  background-color: rgb(240 253 250 / 0.35) !important;
}

.bg-teal-50\/40 {
  background-color: rgb(240 253 250 / 0.4) !important;
}

.bg-teal-50\/45 {
  background-color: rgb(240 253 250 / 0.45) !important;
}

.bg-teal-50\/5 {
  background-color: rgb(240 253 250 / 0.05) !important;
}

.bg-teal-50\/50 {
  background-color: rgb(240 253 250 / 0.5) !important;
}

.bg-teal-50\/55 {
  background-color: rgb(240 253 250 / 0.55) !important;
}

.bg-teal-50\/60 {
  background-color: rgb(240 253 250 / 0.6) !important;
}

.bg-teal-50\/65 {
  background-color: rgb(240 253 250 / 0.65) !important;
}

.bg-teal-50\/70 {
  background-color: rgb(240 253 250 / 0.7) !important;
}

.bg-teal-50\/75 {
  background-color: rgb(240 253 250 / 0.75) !important;
}

.bg-teal-50\/80 {
  background-color: rgb(240 253 250 / 0.8) !important;
}

.bg-teal-50\/85 {
  background-color: rgb(240 253 250 / 0.85) !important;
}

.bg-teal-50\/90 {
  background-color: rgb(240 253 250 / 0.9) !important;
}

.bg-teal-50\/95 {
  background-color: rgb(240 253 250 / 0.95) !important;
}

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

.bg-teal-500\/0 {
  background-color: rgb(20 184 166 / 0) !important;
}

.bg-teal-500\/10 {
  background-color: rgb(20 184 166 / 0.1) !important;
}

.bg-teal-500\/100 {
  background-color: rgb(20 184 166 / 1) !important;
}

.bg-teal-500\/15 {
  background-color: rgb(20 184 166 / 0.15) !important;
}

.bg-teal-500\/20 {
  background-color: rgb(20 184 166 / 0.2) !important;
}

.bg-teal-500\/25 {
  background-color: rgb(20 184 166 / 0.25) !important;
}

.bg-teal-500\/30 {
  background-color: rgb(20 184 166 / 0.3) !important;
}

.bg-teal-500\/35 {
  background-color: rgb(20 184 166 / 0.35) !important;
}

.bg-teal-500\/40 {
  background-color: rgb(20 184 166 / 0.4) !important;
}

.bg-teal-500\/45 {
  background-color: rgb(20 184 166 / 0.45) !important;
}

.bg-teal-500\/5 {
  background-color: rgb(20 184 166 / 0.05) !important;
}

.bg-teal-500\/50 {
  background-color: rgb(20 184 166 / 0.5) !important;
}

.bg-teal-500\/55 {
  background-color: rgb(20 184 166 / 0.55) !important;
}

.bg-teal-500\/60 {
  background-color: rgb(20 184 166 / 0.6) !important;
}

.bg-teal-500\/65 {
  background-color: rgb(20 184 166 / 0.65) !important;
}

.bg-teal-500\/70 {
  background-color: rgb(20 184 166 / 0.7) !important;
}

.bg-teal-500\/75 {
  background-color: rgb(20 184 166 / 0.75) !important;
}

.bg-teal-500\/80 {
  background-color: rgb(20 184 166 / 0.8) !important;
}

.bg-teal-500\/85 {
  background-color: rgb(20 184 166 / 0.85) !important;
}

.bg-teal-500\/90 {
  background-color: rgb(20 184 166 / 0.9) !important;
}

.bg-teal-500\/95 {
  background-color: rgb(20 184 166 / 0.95) !important;
}

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

.bg-teal-600\/0 {
  background-color: rgb(13 148 136 / 0) !important;
}

.bg-teal-600\/10 {
  background-color: rgb(13 148 136 / 0.1) !important;
}

.bg-teal-600\/100 {
  background-color: rgb(13 148 136 / 1) !important;
}

.bg-teal-600\/15 {
  background-color: rgb(13 148 136 / 0.15) !important;
}

.bg-teal-600\/20 {
  background-color: rgb(13 148 136 / 0.2) !important;
}

.bg-teal-600\/25 {
  background-color: rgb(13 148 136 / 0.25) !important;
}

.bg-teal-600\/30 {
  background-color: rgb(13 148 136 / 0.3) !important;
}

.bg-teal-600\/35 {
  background-color: rgb(13 148 136 / 0.35) !important;
}

.bg-teal-600\/40 {
  background-color: rgb(13 148 136 / 0.4) !important;
}

.bg-teal-600\/45 {
  background-color: rgb(13 148 136 / 0.45) !important;
}

.bg-teal-600\/5 {
  background-color: rgb(13 148 136 / 0.05) !important;
}

.bg-teal-600\/50 {
  background-color: rgb(13 148 136 / 0.5) !important;
}

.bg-teal-600\/55 {
  background-color: rgb(13 148 136 / 0.55) !important;
}

.bg-teal-600\/60 {
  background-color: rgb(13 148 136 / 0.6) !important;
}

.bg-teal-600\/65 {
  background-color: rgb(13 148 136 / 0.65) !important;
}

.bg-teal-600\/70 {
  background-color: rgb(13 148 136 / 0.7) !important;
}

.bg-teal-600\/75 {
  background-color: rgb(13 148 136 / 0.75) !important;
}

.bg-teal-600\/80 {
  background-color: rgb(13 148 136 / 0.8) !important;
}

.bg-teal-600\/85 {
  background-color: rgb(13 148 136 / 0.85) !important;
}

.bg-teal-600\/90 {
  background-color: rgb(13 148 136 / 0.9) !important;
}

.bg-teal-600\/95 {
  background-color: rgb(13 148 136 / 0.95) !important;
}

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

.bg-teal-700\/0 {
  background-color: rgb(15 118 110 / 0) !important;
}

.bg-teal-700\/10 {
  background-color: rgb(15 118 110 / 0.1) !important;
}

.bg-teal-700\/100 {
  background-color: rgb(15 118 110 / 1) !important;
}

.bg-teal-700\/15 {
  background-color: rgb(15 118 110 / 0.15) !important;
}

.bg-teal-700\/20 {
  background-color: rgb(15 118 110 / 0.2) !important;
}

.bg-teal-700\/25 {
  background-color: rgb(15 118 110 / 0.25) !important;
}

.bg-teal-700\/30 {
  background-color: rgb(15 118 110 / 0.3) !important;
}

.bg-teal-700\/35 {
  background-color: rgb(15 118 110 / 0.35) !important;
}

.bg-teal-700\/40 {
  background-color: rgb(15 118 110 / 0.4) !important;
}

.bg-teal-700\/45 {
  background-color: rgb(15 118 110 / 0.45) !important;
}

.bg-teal-700\/5 {
  background-color: rgb(15 118 110 / 0.05) !important;
}

.bg-teal-700\/50 {
  background-color: rgb(15 118 110 / 0.5) !important;
}

.bg-teal-700\/55 {
  background-color: rgb(15 118 110 / 0.55) !important;
}

.bg-teal-700\/60 {
  background-color: rgb(15 118 110 / 0.6) !important;
}

.bg-teal-700\/65 {
  background-color: rgb(15 118 110 / 0.65) !important;
}

.bg-teal-700\/70 {
  background-color: rgb(15 118 110 / 0.7) !important;
}

.bg-teal-700\/75 {
  background-color: rgb(15 118 110 / 0.75) !important;
}

.bg-teal-700\/80 {
  background-color: rgb(15 118 110 / 0.8) !important;
}

.bg-teal-700\/85 {
  background-color: rgb(15 118 110 / 0.85) !important;
}

.bg-teal-700\/90 {
  background-color: rgb(15 118 110 / 0.9) !important;
}

.bg-teal-700\/95 {
  background-color: rgb(15 118 110 / 0.95) !important;
}

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

.bg-teal-800\/0 {
  background-color: rgb(17 94 89 / 0) !important;
}

.bg-teal-800\/10 {
  background-color: rgb(17 94 89 / 0.1) !important;
}

.bg-teal-800\/100 {
  background-color: rgb(17 94 89 / 1) !important;
}

.bg-teal-800\/15 {
  background-color: rgb(17 94 89 / 0.15) !important;
}

.bg-teal-800\/20 {
  background-color: rgb(17 94 89 / 0.2) !important;
}

.bg-teal-800\/25 {
  background-color: rgb(17 94 89 / 0.25) !important;
}

.bg-teal-800\/30 {
  background-color: rgb(17 94 89 / 0.3) !important;
}

.bg-teal-800\/35 {
  background-color: rgb(17 94 89 / 0.35) !important;
}

.bg-teal-800\/40 {
  background-color: rgb(17 94 89 / 0.4) !important;
}

.bg-teal-800\/45 {
  background-color: rgb(17 94 89 / 0.45) !important;
}

.bg-teal-800\/5 {
  background-color: rgb(17 94 89 / 0.05) !important;
}

.bg-teal-800\/50 {
  background-color: rgb(17 94 89 / 0.5) !important;
}

.bg-teal-800\/55 {
  background-color: rgb(17 94 89 / 0.55) !important;
}

.bg-teal-800\/60 {
  background-color: rgb(17 94 89 / 0.6) !important;
}

.bg-teal-800\/65 {
  background-color: rgb(17 94 89 / 0.65) !important;
}

.bg-teal-800\/70 {
  background-color: rgb(17 94 89 / 0.7) !important;
}

.bg-teal-800\/75 {
  background-color: rgb(17 94 89 / 0.75) !important;
}

.bg-teal-800\/80 {
  background-color: rgb(17 94 89 / 0.8) !important;
}

.bg-teal-800\/85 {
  background-color: rgb(17 94 89 / 0.85) !important;
}

.bg-teal-800\/90 {
  background-color: rgb(17 94 89 / 0.9) !important;
}

.bg-teal-800\/95 {
  background-color: rgb(17 94 89 / 0.95) !important;
}

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

.bg-teal-900\/0 {
  background-color: rgb(19 78 74 / 0) !important;
}

.bg-teal-900\/10 {
  background-color: rgb(19 78 74 / 0.1) !important;
}

.bg-teal-900\/100 {
  background-color: rgb(19 78 74 / 1) !important;
}

.bg-teal-900\/15 {
  background-color: rgb(19 78 74 / 0.15) !important;
}

.bg-teal-900\/20 {
  background-color: rgb(19 78 74 / 0.2) !important;
}

.bg-teal-900\/25 {
  background-color: rgb(19 78 74 / 0.25) !important;
}

.bg-teal-900\/30 {
  background-color: rgb(19 78 74 / 0.3) !important;
}

.bg-teal-900\/35 {
  background-color: rgb(19 78 74 / 0.35) !important;
}

.bg-teal-900\/40 {
  background-color: rgb(19 78 74 / 0.4) !important;
}

.bg-teal-900\/45 {
  background-color: rgb(19 78 74 / 0.45) !important;
}

.bg-teal-900\/5 {
  background-color: rgb(19 78 74 / 0.05) !important;
}

.bg-teal-900\/50 {
  background-color: rgb(19 78 74 / 0.5) !important;
}

.bg-teal-900\/55 {
  background-color: rgb(19 78 74 / 0.55) !important;
}

.bg-teal-900\/60 {
  background-color: rgb(19 78 74 / 0.6) !important;
}

.bg-teal-900\/65 {
  background-color: rgb(19 78 74 / 0.65) !important;
}

.bg-teal-900\/70 {
  background-color: rgb(19 78 74 / 0.7) !important;
}

.bg-teal-900\/75 {
  background-color: rgb(19 78 74 / 0.75) !important;
}

.bg-teal-900\/80 {
  background-color: rgb(19 78 74 / 0.8) !important;
}

.bg-teal-900\/85 {
  background-color: rgb(19 78 74 / 0.85) !important;
}

.bg-teal-900\/90 {
  background-color: rgb(19 78 74 / 0.9) !important;
}

.bg-teal-900\/95 {
  background-color: rgb(19 78 74 / 0.95) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

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

.bg-violet-100\/0 {
  background-color: rgb(237 233 254 / 0) !important;
}

.bg-violet-100\/10 {
  background-color: rgb(237 233 254 / 0.1) !important;
}

.bg-violet-100\/100 {
  background-color: rgb(237 233 254 / 1) !important;
}

.bg-violet-100\/15 {
  background-color: rgb(237 233 254 / 0.15) !important;
}

.bg-violet-100\/20 {
  background-color: rgb(237 233 254 / 0.2) !important;
}

.bg-violet-100\/25 {
  background-color: rgb(237 233 254 / 0.25) !important;
}

.bg-violet-100\/30 {
  background-color: rgb(237 233 254 / 0.3) !important;
}

.bg-violet-100\/35 {
  background-color: rgb(237 233 254 / 0.35) !important;
}

.bg-violet-100\/40 {
  background-color: rgb(237 233 254 / 0.4) !important;
}

.bg-violet-100\/45 {
  background-color: rgb(237 233 254 / 0.45) !important;
}

.bg-violet-100\/5 {
  background-color: rgb(237 233 254 / 0.05) !important;
}

.bg-violet-100\/50 {
  background-color: rgb(237 233 254 / 0.5) !important;
}

.bg-violet-100\/55 {
  background-color: rgb(237 233 254 / 0.55) !important;
}

.bg-violet-100\/60 {
  background-color: rgb(237 233 254 / 0.6) !important;
}

.bg-violet-100\/65 {
  background-color: rgb(237 233 254 / 0.65) !important;
}

.bg-violet-100\/70 {
  background-color: rgb(237 233 254 / 0.7) !important;
}

.bg-violet-100\/75 {
  background-color: rgb(237 233 254 / 0.75) !important;
}

.bg-violet-100\/80 {
  background-color: rgb(237 233 254 / 0.8) !important;
}

.bg-violet-100\/85 {
  background-color: rgb(237 233 254 / 0.85) !important;
}

.bg-violet-100\/90 {
  background-color: rgb(237 233 254 / 0.9) !important;
}

.bg-violet-100\/95 {
  background-color: rgb(237 233 254 / 0.95) !important;
}

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

.bg-violet-200\/0 {
  background-color: rgb(221 214 254 / 0) !important;
}

.bg-violet-200\/10 {
  background-color: rgb(221 214 254 / 0.1) !important;
}

.bg-violet-200\/100 {
  background-color: rgb(221 214 254 / 1) !important;
}

.bg-violet-200\/15 {
  background-color: rgb(221 214 254 / 0.15) !important;
}

.bg-violet-200\/20 {
  background-color: rgb(221 214 254 / 0.2) !important;
}

.bg-violet-200\/25 {
  background-color: rgb(221 214 254 / 0.25) !important;
}

.bg-violet-200\/30 {
  background-color: rgb(221 214 254 / 0.3) !important;
}

.bg-violet-200\/35 {
  background-color: rgb(221 214 254 / 0.35) !important;
}

.bg-violet-200\/40 {
  background-color: rgb(221 214 254 / 0.4) !important;
}

.bg-violet-200\/45 {
  background-color: rgb(221 214 254 / 0.45) !important;
}

.bg-violet-200\/5 {
  background-color: rgb(221 214 254 / 0.05) !important;
}

.bg-violet-200\/50 {
  background-color: rgb(221 214 254 / 0.5) !important;
}

.bg-violet-200\/55 {
  background-color: rgb(221 214 254 / 0.55) !important;
}

.bg-violet-200\/60 {
  background-color: rgb(221 214 254 / 0.6) !important;
}

.bg-violet-200\/65 {
  background-color: rgb(221 214 254 / 0.65) !important;
}

.bg-violet-200\/70 {
  background-color: rgb(221 214 254 / 0.7) !important;
}

.bg-violet-200\/75 {
  background-color: rgb(221 214 254 / 0.75) !important;
}

.bg-violet-200\/80 {
  background-color: rgb(221 214 254 / 0.8) !important;
}

.bg-violet-200\/85 {
  background-color: rgb(221 214 254 / 0.85) !important;
}

.bg-violet-200\/90 {
  background-color: rgb(221 214 254 / 0.9) !important;
}

.bg-violet-200\/95 {
  background-color: rgb(221 214 254 / 0.95) !important;
}

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

.bg-violet-300\/0 {
  background-color: rgb(196 181 253 / 0) !important;
}

.bg-violet-300\/10 {
  background-color: rgb(196 181 253 / 0.1) !important;
}

.bg-violet-300\/100 {
  background-color: rgb(196 181 253 / 1) !important;
}

.bg-violet-300\/15 {
  background-color: rgb(196 181 253 / 0.15) !important;
}

.bg-violet-300\/20 {
  background-color: rgb(196 181 253 / 0.2) !important;
}

.bg-violet-300\/25 {
  background-color: rgb(196 181 253 / 0.25) !important;
}

.bg-violet-300\/30 {
  background-color: rgb(196 181 253 / 0.3) !important;
}

.bg-violet-300\/35 {
  background-color: rgb(196 181 253 / 0.35) !important;
}

.bg-violet-300\/40 {
  background-color: rgb(196 181 253 / 0.4) !important;
}

.bg-violet-300\/45 {
  background-color: rgb(196 181 253 / 0.45) !important;
}

.bg-violet-300\/5 {
  background-color: rgb(196 181 253 / 0.05) !important;
}

.bg-violet-300\/50 {
  background-color: rgb(196 181 253 / 0.5) !important;
}

.bg-violet-300\/55 {
  background-color: rgb(196 181 253 / 0.55) !important;
}

.bg-violet-300\/60 {
  background-color: rgb(196 181 253 / 0.6) !important;
}

.bg-violet-300\/65 {
  background-color: rgb(196 181 253 / 0.65) !important;
}

.bg-violet-300\/70 {
  background-color: rgb(196 181 253 / 0.7) !important;
}

.bg-violet-300\/75 {
  background-color: rgb(196 181 253 / 0.75) !important;
}

.bg-violet-300\/80 {
  background-color: rgb(196 181 253 / 0.8) !important;
}

.bg-violet-300\/85 {
  background-color: rgb(196 181 253 / 0.85) !important;
}

.bg-violet-300\/90 {
  background-color: rgb(196 181 253 / 0.9) !important;
}

.bg-violet-300\/95 {
  background-color: rgb(196 181 253 / 0.95) !important;
}

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

.bg-violet-400\/0 {
  background-color: rgb(167 139 250 / 0) !important;
}

.bg-violet-400\/10 {
  background-color: rgb(167 139 250 / 0.1) !important;
}

.bg-violet-400\/100 {
  background-color: rgb(167 139 250 / 1) !important;
}

.bg-violet-400\/15 {
  background-color: rgb(167 139 250 / 0.15) !important;
}

.bg-violet-400\/20 {
  background-color: rgb(167 139 250 / 0.2) !important;
}

.bg-violet-400\/25 {
  background-color: rgb(167 139 250 / 0.25) !important;
}

.bg-violet-400\/30 {
  background-color: rgb(167 139 250 / 0.3) !important;
}

.bg-violet-400\/35 {
  background-color: rgb(167 139 250 / 0.35) !important;
}

.bg-violet-400\/40 {
  background-color: rgb(167 139 250 / 0.4) !important;
}

.bg-violet-400\/45 {
  background-color: rgb(167 139 250 / 0.45) !important;
}

.bg-violet-400\/5 {
  background-color: rgb(167 139 250 / 0.05) !important;
}

.bg-violet-400\/50 {
  background-color: rgb(167 139 250 / 0.5) !important;
}

.bg-violet-400\/55 {
  background-color: rgb(167 139 250 / 0.55) !important;
}

.bg-violet-400\/60 {
  background-color: rgb(167 139 250 / 0.6) !important;
}

.bg-violet-400\/65 {
  background-color: rgb(167 139 250 / 0.65) !important;
}

.bg-violet-400\/70 {
  background-color: rgb(167 139 250 / 0.7) !important;
}

.bg-violet-400\/75 {
  background-color: rgb(167 139 250 / 0.75) !important;
}

.bg-violet-400\/80 {
  background-color: rgb(167 139 250 / 0.8) !important;
}

.bg-violet-400\/85 {
  background-color: rgb(167 139 250 / 0.85) !important;
}

.bg-violet-400\/90 {
  background-color: rgb(167 139 250 / 0.9) !important;
}

.bg-violet-400\/95 {
  background-color: rgb(167 139 250 / 0.95) !important;
}

.bg-violet-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-violet-50\/0 {
  background-color: rgb(245 243 255 / 0) !important;
}

.bg-violet-50\/10 {
  background-color: rgb(245 243 255 / 0.1) !important;
}

.bg-violet-50\/100 {
  background-color: rgb(245 243 255 / 1) !important;
}

.bg-violet-50\/15 {
  background-color: rgb(245 243 255 / 0.15) !important;
}

.bg-violet-50\/20 {
  background-color: rgb(245 243 255 / 0.2) !important;
}

.bg-violet-50\/25 {
  background-color: rgb(245 243 255 / 0.25) !important;
}

.bg-violet-50\/30 {
  background-color: rgb(245 243 255 / 0.3) !important;
}

.bg-violet-50\/35 {
  background-color: rgb(245 243 255 / 0.35) !important;
}

.bg-violet-50\/40 {
  background-color: rgb(245 243 255 / 0.4) !important;
}

.bg-violet-50\/45 {
  background-color: rgb(245 243 255 / 0.45) !important;
}

.bg-violet-50\/5 {
  background-color: rgb(245 243 255 / 0.05) !important;
}

.bg-violet-50\/50 {
  background-color: rgb(245 243 255 / 0.5) !important;
}

.bg-violet-50\/55 {
  background-color: rgb(245 243 255 / 0.55) !important;
}

.bg-violet-50\/60 {
  background-color: rgb(245 243 255 / 0.6) !important;
}

.bg-violet-50\/65 {
  background-color: rgb(245 243 255 / 0.65) !important;
}

.bg-violet-50\/70 {
  background-color: rgb(245 243 255 / 0.7) !important;
}

.bg-violet-50\/75 {
  background-color: rgb(245 243 255 / 0.75) !important;
}

.bg-violet-50\/80 {
  background-color: rgb(245 243 255 / 0.8) !important;
}

.bg-violet-50\/85 {
  background-color: rgb(245 243 255 / 0.85) !important;
}

.bg-violet-50\/90 {
  background-color: rgb(245 243 255 / 0.9) !important;
}

.bg-violet-50\/95 {
  background-color: rgb(245 243 255 / 0.95) !important;
}

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

.bg-violet-500\/0 {
  background-color: rgb(139 92 246 / 0) !important;
}

.bg-violet-500\/10 {
  background-color: rgb(139 92 246 / 0.1) !important;
}

.bg-violet-500\/100 {
  background-color: rgb(139 92 246 / 1) !important;
}

.bg-violet-500\/15 {
  background-color: rgb(139 92 246 / 0.15) !important;
}

.bg-violet-500\/20 {
  background-color: rgb(139 92 246 / 0.2) !important;
}

.bg-violet-500\/25 {
  background-color: rgb(139 92 246 / 0.25) !important;
}

.bg-violet-500\/30 {
  background-color: rgb(139 92 246 / 0.3) !important;
}

.bg-violet-500\/35 {
  background-color: rgb(139 92 246 / 0.35) !important;
}

.bg-violet-500\/40 {
  background-color: rgb(139 92 246 / 0.4) !important;
}

.bg-violet-500\/45 {
  background-color: rgb(139 92 246 / 0.45) !important;
}

.bg-violet-500\/5 {
  background-color: rgb(139 92 246 / 0.05) !important;
}

.bg-violet-500\/50 {
  background-color: rgb(139 92 246 / 0.5) !important;
}

.bg-violet-500\/55 {
  background-color: rgb(139 92 246 / 0.55) !important;
}

.bg-violet-500\/60 {
  background-color: rgb(139 92 246 / 0.6) !important;
}

.bg-violet-500\/65 {
  background-color: rgb(139 92 246 / 0.65) !important;
}

.bg-violet-500\/70 {
  background-color: rgb(139 92 246 / 0.7) !important;
}

.bg-violet-500\/75 {
  background-color: rgb(139 92 246 / 0.75) !important;
}

.bg-violet-500\/80 {
  background-color: rgb(139 92 246 / 0.8) !important;
}

.bg-violet-500\/85 {
  background-color: rgb(139 92 246 / 0.85) !important;
}

.bg-violet-500\/90 {
  background-color: rgb(139 92 246 / 0.9) !important;
}

.bg-violet-500\/95 {
  background-color: rgb(139 92 246 / 0.95) !important;
}

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

.bg-violet-600\/0 {
  background-color: rgb(124 58 237 / 0) !important;
}

.bg-violet-600\/10 {
  background-color: rgb(124 58 237 / 0.1) !important;
}

.bg-violet-600\/100 {
  background-color: rgb(124 58 237 / 1) !important;
}

.bg-violet-600\/15 {
  background-color: rgb(124 58 237 / 0.15) !important;
}

.bg-violet-600\/20 {
  background-color: rgb(124 58 237 / 0.2) !important;
}

.bg-violet-600\/25 {
  background-color: rgb(124 58 237 / 0.25) !important;
}

.bg-violet-600\/30 {
  background-color: rgb(124 58 237 / 0.3) !important;
}

.bg-violet-600\/35 {
  background-color: rgb(124 58 237 / 0.35) !important;
}

.bg-violet-600\/40 {
  background-color: rgb(124 58 237 / 0.4) !important;
}

.bg-violet-600\/45 {
  background-color: rgb(124 58 237 / 0.45) !important;
}

.bg-violet-600\/5 {
  background-color: rgb(124 58 237 / 0.05) !important;
}

.bg-violet-600\/50 {
  background-color: rgb(124 58 237 / 0.5) !important;
}

.bg-violet-600\/55 {
  background-color: rgb(124 58 237 / 0.55) !important;
}

.bg-violet-600\/60 {
  background-color: rgb(124 58 237 / 0.6) !important;
}

.bg-violet-600\/65 {
  background-color: rgb(124 58 237 / 0.65) !important;
}

.bg-violet-600\/70 {
  background-color: rgb(124 58 237 / 0.7) !important;
}

.bg-violet-600\/75 {
  background-color: rgb(124 58 237 / 0.75) !important;
}

.bg-violet-600\/80 {
  background-color: rgb(124 58 237 / 0.8) !important;
}

.bg-violet-600\/85 {
  background-color: rgb(124 58 237 / 0.85) !important;
}

.bg-violet-600\/90 {
  background-color: rgb(124 58 237 / 0.9) !important;
}

.bg-violet-600\/95 {
  background-color: rgb(124 58 237 / 0.95) !important;
}

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

.bg-violet-700\/0 {
  background-color: rgb(109 40 217 / 0) !important;
}

.bg-violet-700\/10 {
  background-color: rgb(109 40 217 / 0.1) !important;
}

.bg-violet-700\/100 {
  background-color: rgb(109 40 217 / 1) !important;
}

.bg-violet-700\/15 {
  background-color: rgb(109 40 217 / 0.15) !important;
}

.bg-violet-700\/20 {
  background-color: rgb(109 40 217 / 0.2) !important;
}

.bg-violet-700\/25 {
  background-color: rgb(109 40 217 / 0.25) !important;
}

.bg-violet-700\/30 {
  background-color: rgb(109 40 217 / 0.3) !important;
}

.bg-violet-700\/35 {
  background-color: rgb(109 40 217 / 0.35) !important;
}

.bg-violet-700\/40 {
  background-color: rgb(109 40 217 / 0.4) !important;
}

.bg-violet-700\/45 {
  background-color: rgb(109 40 217 / 0.45) !important;
}

.bg-violet-700\/5 {
  background-color: rgb(109 40 217 / 0.05) !important;
}

.bg-violet-700\/50 {
  background-color: rgb(109 40 217 / 0.5) !important;
}

.bg-violet-700\/55 {
  background-color: rgb(109 40 217 / 0.55) !important;
}

.bg-violet-700\/60 {
  background-color: rgb(109 40 217 / 0.6) !important;
}

.bg-violet-700\/65 {
  background-color: rgb(109 40 217 / 0.65) !important;
}

.bg-violet-700\/70 {
  background-color: rgb(109 40 217 / 0.7) !important;
}

.bg-violet-700\/75 {
  background-color: rgb(109 40 217 / 0.75) !important;
}

.bg-violet-700\/80 {
  background-color: rgb(109 40 217 / 0.8) !important;
}

.bg-violet-700\/85 {
  background-color: rgb(109 40 217 / 0.85) !important;
}

.bg-violet-700\/90 {
  background-color: rgb(109 40 217 / 0.9) !important;
}

.bg-violet-700\/95 {
  background-color: rgb(109 40 217 / 0.95) !important;
}

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

.bg-violet-800\/0 {
  background-color: rgb(91 33 182 / 0) !important;
}

.bg-violet-800\/10 {
  background-color: rgb(91 33 182 / 0.1) !important;
}

.bg-violet-800\/100 {
  background-color: rgb(91 33 182 / 1) !important;
}

.bg-violet-800\/15 {
  background-color: rgb(91 33 182 / 0.15) !important;
}

.bg-violet-800\/20 {
  background-color: rgb(91 33 182 / 0.2) !important;
}

.bg-violet-800\/25 {
  background-color: rgb(91 33 182 / 0.25) !important;
}

.bg-violet-800\/30 {
  background-color: rgb(91 33 182 / 0.3) !important;
}

.bg-violet-800\/35 {
  background-color: rgb(91 33 182 / 0.35) !important;
}

.bg-violet-800\/40 {
  background-color: rgb(91 33 182 / 0.4) !important;
}

.bg-violet-800\/45 {
  background-color: rgb(91 33 182 / 0.45) !important;
}

.bg-violet-800\/5 {
  background-color: rgb(91 33 182 / 0.05) !important;
}

.bg-violet-800\/50 {
  background-color: rgb(91 33 182 / 0.5) !important;
}

.bg-violet-800\/55 {
  background-color: rgb(91 33 182 / 0.55) !important;
}

.bg-violet-800\/60 {
  background-color: rgb(91 33 182 / 0.6) !important;
}

.bg-violet-800\/65 {
  background-color: rgb(91 33 182 / 0.65) !important;
}

.bg-violet-800\/70 {
  background-color: rgb(91 33 182 / 0.7) !important;
}

.bg-violet-800\/75 {
  background-color: rgb(91 33 182 / 0.75) !important;
}

.bg-violet-800\/80 {
  background-color: rgb(91 33 182 / 0.8) !important;
}

.bg-violet-800\/85 {
  background-color: rgb(91 33 182 / 0.85) !important;
}

.bg-violet-800\/90 {
  background-color: rgb(91 33 182 / 0.9) !important;
}

.bg-violet-800\/95 {
  background-color: rgb(91 33 182 / 0.95) !important;
}

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

.bg-violet-900\/0 {
  background-color: rgb(76 29 149 / 0) !important;
}

.bg-violet-900\/10 {
  background-color: rgb(76 29 149 / 0.1) !important;
}

.bg-violet-900\/100 {
  background-color: rgb(76 29 149 / 1) !important;
}

.bg-violet-900\/15 {
  background-color: rgb(76 29 149 / 0.15) !important;
}

.bg-violet-900\/20 {
  background-color: rgb(76 29 149 / 0.2) !important;
}

.bg-violet-900\/25 {
  background-color: rgb(76 29 149 / 0.25) !important;
}

.bg-violet-900\/30 {
  background-color: rgb(76 29 149 / 0.3) !important;
}

.bg-violet-900\/35 {
  background-color: rgb(76 29 149 / 0.35) !important;
}

.bg-violet-900\/40 {
  background-color: rgb(76 29 149 / 0.4) !important;
}

.bg-violet-900\/45 {
  background-color: rgb(76 29 149 / 0.45) !important;
}

.bg-violet-900\/5 {
  background-color: rgb(76 29 149 / 0.05) !important;
}

.bg-violet-900\/50 {
  background-color: rgb(76 29 149 / 0.5) !important;
}

.bg-violet-900\/55 {
  background-color: rgb(76 29 149 / 0.55) !important;
}

.bg-violet-900\/60 {
  background-color: rgb(76 29 149 / 0.6) !important;
}

.bg-violet-900\/65 {
  background-color: rgb(76 29 149 / 0.65) !important;
}

.bg-violet-900\/70 {
  background-color: rgb(76 29 149 / 0.7) !important;
}

.bg-violet-900\/75 {
  background-color: rgb(76 29 149 / 0.75) !important;
}

.bg-violet-900\/80 {
  background-color: rgb(76 29 149 / 0.8) !important;
}

.bg-violet-900\/85 {
  background-color: rgb(76 29 149 / 0.85) !important;
}

.bg-violet-900\/90 {
  background-color: rgb(76 29 149 / 0.9) !important;
}

.bg-violet-900\/95 {
  background-color: rgb(76 29 149 / 0.95) !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--surface, 255 255 255) / var(--tw-bg-opacity, 1)) !important;
}

.bg-white\/10 {
  background-color: rgb(var(--surface, 255 255 255) / 0.1) !important;
}

.bg-white\/80 {
  background-color: rgb(var(--surface, 255 255 255) / 0.8) !important;
}

.bg-white\/90 {
  background-color: rgb(var(--surface, 255 255 255) / 0.9) !important;
}

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

.bg-yellow-100\/0 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 0) !important;
}

.bg-yellow-100\/10 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 0.1) !important;
}

.bg-yellow-100\/100 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 1) !important;
}

.bg-yellow-100\/15 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 0.15) !important;
}

.bg-yellow-100\/20 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 0.2) !important;
}

.bg-yellow-100\/25 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 0.25) !important;
}

.bg-yellow-100\/30 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 0.3) !important;
}

.bg-yellow-100\/35 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 0.35) !important;
}

.bg-yellow-100\/40 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 0.4) !important;
}

.bg-yellow-100\/45 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 0.45) !important;
}

.bg-yellow-100\/5 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 0.05) !important;
}

.bg-yellow-100\/50 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 0.5) !important;
}

.bg-yellow-100\/55 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 0.55) !important;
}

.bg-yellow-100\/60 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 0.6) !important;
}

.bg-yellow-100\/65 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 0.65) !important;
}

.bg-yellow-100\/70 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 0.7) !important;
}

.bg-yellow-100\/75 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 0.75) !important;
}

.bg-yellow-100\/80 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 0.8) !important;
}

.bg-yellow-100\/85 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 0.85) !important;
}

.bg-yellow-100\/90 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 0.9) !important;
}

.bg-yellow-100\/95 {
  background-color: rgb(var(--yellow-100, 254 249 195) / 0.95) !important;
}

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

.bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0) !important;
}

.bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1) !important;
}

.bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1) !important;
}

.bg-yellow-200\/15 {
  background-color: rgb(254 240 138 / 0.15) !important;
}

.bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2) !important;
}

.bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25) !important;
}

.bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3) !important;
}

.bg-yellow-200\/35 {
  background-color: rgb(254 240 138 / 0.35) !important;
}

.bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4) !important;
}

.bg-yellow-200\/45 {
  background-color: rgb(254 240 138 / 0.45) !important;
}

.bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05) !important;
}

.bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5) !important;
}

.bg-yellow-200\/55 {
  background-color: rgb(254 240 138 / 0.55) !important;
}

.bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6) !important;
}

.bg-yellow-200\/65 {
  background-color: rgb(254 240 138 / 0.65) !important;
}

.bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7) !important;
}

.bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75) !important;
}

.bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8) !important;
}

.bg-yellow-200\/85 {
  background-color: rgb(254 240 138 / 0.85) !important;
}

.bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9) !important;
}

.bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95) !important;
}

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

.bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0) !important;
}

.bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1) !important;
}

.bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1) !important;
}

.bg-yellow-300\/15 {
  background-color: rgb(253 224 71 / 0.15) !important;
}

.bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2) !important;
}

.bg-yellow-300\/25 {
  background-color: rgb(253 224 71 / 0.25) !important;
}

.bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3) !important;
}

.bg-yellow-300\/35 {
  background-color: rgb(253 224 71 / 0.35) !important;
}

.bg-yellow-300\/40 {
  background-color: rgb(253 224 71 / 0.4) !important;
}

.bg-yellow-300\/45 {
  background-color: rgb(253 224 71 / 0.45) !important;
}

.bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05) !important;
}

.bg-yellow-300\/50 {
  background-color: rgb(253 224 71 / 0.5) !important;
}

.bg-yellow-300\/55 {
  background-color: rgb(253 224 71 / 0.55) !important;
}

.bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6) !important;
}

.bg-yellow-300\/65 {
  background-color: rgb(253 224 71 / 0.65) !important;
}

.bg-yellow-300\/70 {
  background-color: rgb(253 224 71 / 0.7) !important;
}

.bg-yellow-300\/75 {
  background-color: rgb(253 224 71 / 0.75) !important;
}

.bg-yellow-300\/80 {
  background-color: rgb(253 224 71 / 0.8) !important;
}

.bg-yellow-300\/85 {
  background-color: rgb(253 224 71 / 0.85) !important;
}

.bg-yellow-300\/90 {
  background-color: rgb(253 224 71 / 0.9) !important;
}

.bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95) !important;
}

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

.bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0) !important;
}

.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1) !important;
}

.bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1) !important;
}

.bg-yellow-400\/15 {
  background-color: rgb(250 204 21 / 0.15) !important;
}

.bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2) !important;
}

.bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25) !important;
}

.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3) !important;
}

.bg-yellow-400\/35 {
  background-color: rgb(250 204 21 / 0.35) !important;
}

.bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4) !important;
}

.bg-yellow-400\/45 {
  background-color: rgb(250 204 21 / 0.45) !important;
}

.bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05) !important;
}

.bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5) !important;
}

.bg-yellow-400\/55 {
  background-color: rgb(250 204 21 / 0.55) !important;
}

.bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6) !important;
}

.bg-yellow-400\/65 {
  background-color: rgb(250 204 21 / 0.65) !important;
}

.bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7) !important;
}

.bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75) !important;
}

.bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8) !important;
}

.bg-yellow-400\/85 {
  background-color: rgb(250 204 21 / 0.85) !important;
}

.bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9) !important;
}

.bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95) !important;
}

.bg-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--yellow-50, 254 252 232) / var(--tw-bg-opacity, 1)) !important;
}

.bg-yellow-50\/0 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 0) !important;
}

.bg-yellow-50\/10 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 0.1) !important;
}

.bg-yellow-50\/100 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 1) !important;
}

.bg-yellow-50\/15 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 0.15) !important;
}

.bg-yellow-50\/20 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 0.2) !important;
}

.bg-yellow-50\/25 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 0.25) !important;
}

.bg-yellow-50\/30 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 0.3) !important;
}

.bg-yellow-50\/35 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 0.35) !important;
}

.bg-yellow-50\/40 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 0.4) !important;
}

.bg-yellow-50\/45 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 0.45) !important;
}

.bg-yellow-50\/5 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 0.05) !important;
}

.bg-yellow-50\/50 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 0.5) !important;
}

.bg-yellow-50\/55 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 0.55) !important;
}

.bg-yellow-50\/60 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 0.6) !important;
}

.bg-yellow-50\/65 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 0.65) !important;
}

.bg-yellow-50\/70 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 0.7) !important;
}

.bg-yellow-50\/75 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 0.75) !important;
}

.bg-yellow-50\/80 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 0.8) !important;
}

.bg-yellow-50\/85 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 0.85) !important;
}

.bg-yellow-50\/90 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 0.9) !important;
}

.bg-yellow-50\/95 {
  background-color: rgb(var(--yellow-50, 254 252 232) / 0.95) !important;
}

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

.bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0) !important;
}

.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1) !important;
}

.bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1) !important;
}

.bg-yellow-500\/15 {
  background-color: rgb(234 179 8 / 0.15) !important;
}

.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2) !important;
}

.bg-yellow-500\/25 {
  background-color: rgb(234 179 8 / 0.25) !important;
}

.bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3) !important;
}

.bg-yellow-500\/35 {
  background-color: rgb(234 179 8 / 0.35) !important;
}

.bg-yellow-500\/40 {
  background-color: rgb(234 179 8 / 0.4) !important;
}

.bg-yellow-500\/45 {
  background-color: rgb(234 179 8 / 0.45) !important;
}

.bg-yellow-500\/5 {
  background-color: rgb(234 179 8 / 0.05) !important;
}

.bg-yellow-500\/50 {
  background-color: rgb(234 179 8 / 0.5) !important;
}

.bg-yellow-500\/55 {
  background-color: rgb(234 179 8 / 0.55) !important;
}

.bg-yellow-500\/60 {
  background-color: rgb(234 179 8 / 0.6) !important;
}

.bg-yellow-500\/65 {
  background-color: rgb(234 179 8 / 0.65) !important;
}

.bg-yellow-500\/70 {
  background-color: rgb(234 179 8 / 0.7) !important;
}

.bg-yellow-500\/75 {
  background-color: rgb(234 179 8 / 0.75) !important;
}

.bg-yellow-500\/80 {
  background-color: rgb(234 179 8 / 0.8) !important;
}

.bg-yellow-500\/85 {
  background-color: rgb(234 179 8 / 0.85) !important;
}

.bg-yellow-500\/90 {
  background-color: rgb(234 179 8 / 0.9) !important;
}

.bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95) !important;
}

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

.bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0) !important;
}

.bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1) !important;
}

.bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1) !important;
}

.bg-yellow-600\/15 {
  background-color: rgb(202 138 4 / 0.15) !important;
}

.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2) !important;
}

.bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25) !important;
}

.bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3) !important;
}

.bg-yellow-600\/35 {
  background-color: rgb(202 138 4 / 0.35) !important;
}

.bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4) !important;
}

.bg-yellow-600\/45 {
  background-color: rgb(202 138 4 / 0.45) !important;
}

.bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05) !important;
}

.bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5) !important;
}

.bg-yellow-600\/55 {
  background-color: rgb(202 138 4 / 0.55) !important;
}

.bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6) !important;
}

.bg-yellow-600\/65 {
  background-color: rgb(202 138 4 / 0.65) !important;
}

.bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7) !important;
}

.bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75) !important;
}

.bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8) !important;
}

.bg-yellow-600\/85 {
  background-color: rgb(202 138 4 / 0.85) !important;
}

.bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9) !important;
}

.bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95) !important;
}

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

.bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0) !important;
}

.bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1) !important;
}

.bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1) !important;
}

.bg-yellow-700\/15 {
  background-color: rgb(161 98 7 / 0.15) !important;
}

.bg-yellow-700\/20 {
  background-color: rgb(161 98 7 / 0.2) !important;
}

.bg-yellow-700\/25 {
  background-color: rgb(161 98 7 / 0.25) !important;
}

.bg-yellow-700\/30 {
  background-color: rgb(161 98 7 / 0.3) !important;
}

.bg-yellow-700\/35 {
  background-color: rgb(161 98 7 / 0.35) !important;
}

.bg-yellow-700\/40 {
  background-color: rgb(161 98 7 / 0.4) !important;
}

.bg-yellow-700\/45 {
  background-color: rgb(161 98 7 / 0.45) !important;
}

.bg-yellow-700\/5 {
  background-color: rgb(161 98 7 / 0.05) !important;
}

.bg-yellow-700\/50 {
  background-color: rgb(161 98 7 / 0.5) !important;
}

.bg-yellow-700\/55 {
  background-color: rgb(161 98 7 / 0.55) !important;
}

.bg-yellow-700\/60 {
  background-color: rgb(161 98 7 / 0.6) !important;
}

.bg-yellow-700\/65 {
  background-color: rgb(161 98 7 / 0.65) !important;
}

.bg-yellow-700\/70 {
  background-color: rgb(161 98 7 / 0.7) !important;
}

.bg-yellow-700\/75 {
  background-color: rgb(161 98 7 / 0.75) !important;
}

.bg-yellow-700\/80 {
  background-color: rgb(161 98 7 / 0.8) !important;
}

.bg-yellow-700\/85 {
  background-color: rgb(161 98 7 / 0.85) !important;
}

.bg-yellow-700\/90 {
  background-color: rgb(161 98 7 / 0.9) !important;
}

.bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95) !important;
}

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

.bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0) !important;
}

.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1) !important;
}

.bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1) !important;
}

.bg-yellow-800\/15 {
  background-color: rgb(133 77 14 / 0.15) !important;
}

.bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2) !important;
}

.bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25) !important;
}

.bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3) !important;
}

.bg-yellow-800\/35 {
  background-color: rgb(133 77 14 / 0.35) !important;
}

.bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4) !important;
}

.bg-yellow-800\/45 {
  background-color: rgb(133 77 14 / 0.45) !important;
}

.bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05) !important;
}

.bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5) !important;
}

.bg-yellow-800\/55 {
  background-color: rgb(133 77 14 / 0.55) !important;
}

.bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6) !important;
}

.bg-yellow-800\/65 {
  background-color: rgb(133 77 14 / 0.65) !important;
}

.bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7) !important;
}

.bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75) !important;
}

.bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8) !important;
}

.bg-yellow-800\/85 {
  background-color: rgb(133 77 14 / 0.85) !important;
}

.bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9) !important;
}

.bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95) !important;
}

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

.bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0) !important;
}

.bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1) !important;
}

.bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1) !important;
}

.bg-yellow-900\/15 {
  background-color: rgb(113 63 18 / 0.15) !important;
}

.bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2) !important;
}

.bg-yellow-900\/25 {
  background-color: rgb(113 63 18 / 0.25) !important;
}

.bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3) !important;
}

.bg-yellow-900\/35 {
  background-color: rgb(113 63 18 / 0.35) !important;
}

.bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4) !important;
}

.bg-yellow-900\/45 {
  background-color: rgb(113 63 18 / 0.45) !important;
}

.bg-yellow-900\/5 {
  background-color: rgb(113 63 18 / 0.05) !important;
}

.bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5) !important;
}

.bg-yellow-900\/55 {
  background-color: rgb(113 63 18 / 0.55) !important;
}

.bg-yellow-900\/60 {
  background-color: rgb(113 63 18 / 0.6) !important;
}

.bg-yellow-900\/65 {
  background-color: rgb(113 63 18 / 0.65) !important;
}

.bg-yellow-900\/70 {
  background-color: rgb(113 63 18 / 0.7) !important;
}

.bg-yellow-900\/75 {
  background-color: rgb(113 63 18 / 0.75) !important;
}

.bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8) !important;
}

.bg-yellow-900\/85 {
  background-color: rgb(113 63 18 / 0.85) !important;
}

.bg-yellow-900\/90 {
  background-color: rgb(113 63 18 / 0.9) !important;
}

.bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95) !important;
}

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

.bg-zinc-100\/0 {
  background-color: rgb(244 244 245 / 0) !important;
}

.bg-zinc-100\/10 {
  background-color: rgb(244 244 245 / 0.1) !important;
}

.bg-zinc-100\/100 {
  background-color: rgb(244 244 245 / 1) !important;
}

.bg-zinc-100\/15 {
  background-color: rgb(244 244 245 / 0.15) !important;
}

.bg-zinc-100\/20 {
  background-color: rgb(244 244 245 / 0.2) !important;
}

.bg-zinc-100\/25 {
  background-color: rgb(244 244 245 / 0.25) !important;
}

.bg-zinc-100\/30 {
  background-color: rgb(244 244 245 / 0.3) !important;
}

.bg-zinc-100\/35 {
  background-color: rgb(244 244 245 / 0.35) !important;
}

.bg-zinc-100\/40 {
  background-color: rgb(244 244 245 / 0.4) !important;
}

.bg-zinc-100\/45 {
  background-color: rgb(244 244 245 / 0.45) !important;
}

.bg-zinc-100\/5 {
  background-color: rgb(244 244 245 / 0.05) !important;
}

.bg-zinc-100\/50 {
  background-color: rgb(244 244 245 / 0.5) !important;
}

.bg-zinc-100\/55 {
  background-color: rgb(244 244 245 / 0.55) !important;
}

.bg-zinc-100\/60 {
  background-color: rgb(244 244 245 / 0.6) !important;
}

.bg-zinc-100\/65 {
  background-color: rgb(244 244 245 / 0.65) !important;
}

.bg-zinc-100\/70 {
  background-color: rgb(244 244 245 / 0.7) !important;
}

.bg-zinc-100\/75 {
  background-color: rgb(244 244 245 / 0.75) !important;
}

.bg-zinc-100\/80 {
  background-color: rgb(244 244 245 / 0.8) !important;
}

.bg-zinc-100\/85 {
  background-color: rgb(244 244 245 / 0.85) !important;
}

.bg-zinc-100\/90 {
  background-color: rgb(244 244 245 / 0.9) !important;
}

.bg-zinc-100\/95 {
  background-color: rgb(244 244 245 / 0.95) !important;
}

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

.bg-zinc-200\/0 {
  background-color: rgb(228 228 231 / 0) !important;
}

.bg-zinc-200\/10 {
  background-color: rgb(228 228 231 / 0.1) !important;
}

.bg-zinc-200\/100 {
  background-color: rgb(228 228 231 / 1) !important;
}

.bg-zinc-200\/15 {
  background-color: rgb(228 228 231 / 0.15) !important;
}

.bg-zinc-200\/20 {
  background-color: rgb(228 228 231 / 0.2) !important;
}

.bg-zinc-200\/25 {
  background-color: rgb(228 228 231 / 0.25) !important;
}

.bg-zinc-200\/30 {
  background-color: rgb(228 228 231 / 0.3) !important;
}

.bg-zinc-200\/35 {
  background-color: rgb(228 228 231 / 0.35) !important;
}

.bg-zinc-200\/40 {
  background-color: rgb(228 228 231 / 0.4) !important;
}

.bg-zinc-200\/45 {
  background-color: rgb(228 228 231 / 0.45) !important;
}

.bg-zinc-200\/5 {
  background-color: rgb(228 228 231 / 0.05) !important;
}

.bg-zinc-200\/50 {
  background-color: rgb(228 228 231 / 0.5) !important;
}

.bg-zinc-200\/55 {
  background-color: rgb(228 228 231 / 0.55) !important;
}

.bg-zinc-200\/60 {
  background-color: rgb(228 228 231 / 0.6) !important;
}

.bg-zinc-200\/65 {
  background-color: rgb(228 228 231 / 0.65) !important;
}

.bg-zinc-200\/70 {
  background-color: rgb(228 228 231 / 0.7) !important;
}

.bg-zinc-200\/75 {
  background-color: rgb(228 228 231 / 0.75) !important;
}

.bg-zinc-200\/80 {
  background-color: rgb(228 228 231 / 0.8) !important;
}

.bg-zinc-200\/85 {
  background-color: rgb(228 228 231 / 0.85) !important;
}

.bg-zinc-200\/90 {
  background-color: rgb(228 228 231 / 0.9) !important;
}

.bg-zinc-200\/95 {
  background-color: rgb(228 228 231 / 0.95) !important;
}

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

.bg-zinc-300\/0 {
  background-color: rgb(212 212 216 / 0) !important;
}

.bg-zinc-300\/10 {
  background-color: rgb(212 212 216 / 0.1) !important;
}

.bg-zinc-300\/100 {
  background-color: rgb(212 212 216 / 1) !important;
}

.bg-zinc-300\/15 {
  background-color: rgb(212 212 216 / 0.15) !important;
}

.bg-zinc-300\/20 {
  background-color: rgb(212 212 216 / 0.2) !important;
}

.bg-zinc-300\/25 {
  background-color: rgb(212 212 216 / 0.25) !important;
}

.bg-zinc-300\/30 {
  background-color: rgb(212 212 216 / 0.3) !important;
}

.bg-zinc-300\/35 {
  background-color: rgb(212 212 216 / 0.35) !important;
}

.bg-zinc-300\/40 {
  background-color: rgb(212 212 216 / 0.4) !important;
}

.bg-zinc-300\/45 {
  background-color: rgb(212 212 216 / 0.45) !important;
}

.bg-zinc-300\/5 {
  background-color: rgb(212 212 216 / 0.05) !important;
}

.bg-zinc-300\/50 {
  background-color: rgb(212 212 216 / 0.5) !important;
}

.bg-zinc-300\/55 {
  background-color: rgb(212 212 216 / 0.55) !important;
}

.bg-zinc-300\/60 {
  background-color: rgb(212 212 216 / 0.6) !important;
}

.bg-zinc-300\/65 {
  background-color: rgb(212 212 216 / 0.65) !important;
}

.bg-zinc-300\/70 {
  background-color: rgb(212 212 216 / 0.7) !important;
}

.bg-zinc-300\/75 {
  background-color: rgb(212 212 216 / 0.75) !important;
}

.bg-zinc-300\/80 {
  background-color: rgb(212 212 216 / 0.8) !important;
}

.bg-zinc-300\/85 {
  background-color: rgb(212 212 216 / 0.85) !important;
}

.bg-zinc-300\/90 {
  background-color: rgb(212 212 216 / 0.9) !important;
}

.bg-zinc-300\/95 {
  background-color: rgb(212 212 216 / 0.95) !important;
}

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

.bg-zinc-400\/0 {
  background-color: rgb(161 161 170 / 0) !important;
}

.bg-zinc-400\/10 {
  background-color: rgb(161 161 170 / 0.1) !important;
}

.bg-zinc-400\/100 {
  background-color: rgb(161 161 170 / 1) !important;
}

.bg-zinc-400\/15 {
  background-color: rgb(161 161 170 / 0.15) !important;
}

.bg-zinc-400\/20 {
  background-color: rgb(161 161 170 / 0.2) !important;
}

.bg-zinc-400\/25 {
  background-color: rgb(161 161 170 / 0.25) !important;
}

.bg-zinc-400\/30 {
  background-color: rgb(161 161 170 / 0.3) !important;
}

.bg-zinc-400\/35 {
  background-color: rgb(161 161 170 / 0.35) !important;
}

.bg-zinc-400\/40 {
  background-color: rgb(161 161 170 / 0.4) !important;
}

.bg-zinc-400\/45 {
  background-color: rgb(161 161 170 / 0.45) !important;
}

.bg-zinc-400\/5 {
  background-color: rgb(161 161 170 / 0.05) !important;
}

.bg-zinc-400\/50 {
  background-color: rgb(161 161 170 / 0.5) !important;
}

.bg-zinc-400\/55 {
  background-color: rgb(161 161 170 / 0.55) !important;
}

.bg-zinc-400\/60 {
  background-color: rgb(161 161 170 / 0.6) !important;
}

.bg-zinc-400\/65 {
  background-color: rgb(161 161 170 / 0.65) !important;
}

.bg-zinc-400\/70 {
  background-color: rgb(161 161 170 / 0.7) !important;
}

.bg-zinc-400\/75 {
  background-color: rgb(161 161 170 / 0.75) !important;
}

.bg-zinc-400\/80 {
  background-color: rgb(161 161 170 / 0.8) !important;
}

.bg-zinc-400\/85 {
  background-color: rgb(161 161 170 / 0.85) !important;
}

.bg-zinc-400\/90 {
  background-color: rgb(161 161 170 / 0.9) !important;
}

.bg-zinc-400\/95 {
  background-color: rgb(161 161 170 / 0.95) !important;
}

.bg-zinc-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1)) !important;
}

.bg-zinc-50\/0 {
  background-color: rgb(250 250 250 / 0) !important;
}

.bg-zinc-50\/10 {
  background-color: rgb(250 250 250 / 0.1) !important;
}

.bg-zinc-50\/100 {
  background-color: rgb(250 250 250 / 1) !important;
}

.bg-zinc-50\/15 {
  background-color: rgb(250 250 250 / 0.15) !important;
}

.bg-zinc-50\/20 {
  background-color: rgb(250 250 250 / 0.2) !important;
}

.bg-zinc-50\/25 {
  background-color: rgb(250 250 250 / 0.25) !important;
}

.bg-zinc-50\/30 {
  background-color: rgb(250 250 250 / 0.3) !important;
}

.bg-zinc-50\/35 {
  background-color: rgb(250 250 250 / 0.35) !important;
}

.bg-zinc-50\/40 {
  background-color: rgb(250 250 250 / 0.4) !important;
}

.bg-zinc-50\/45 {
  background-color: rgb(250 250 250 / 0.45) !important;
}

.bg-zinc-50\/5 {
  background-color: rgb(250 250 250 / 0.05) !important;
}

.bg-zinc-50\/50 {
  background-color: rgb(250 250 250 / 0.5) !important;
}

.bg-zinc-50\/55 {
  background-color: rgb(250 250 250 / 0.55) !important;
}

.bg-zinc-50\/60 {
  background-color: rgb(250 250 250 / 0.6) !important;
}

.bg-zinc-50\/65 {
  background-color: rgb(250 250 250 / 0.65) !important;
}

.bg-zinc-50\/70 {
  background-color: rgb(250 250 250 / 0.7) !important;
}

.bg-zinc-50\/75 {
  background-color: rgb(250 250 250 / 0.75) !important;
}

.bg-zinc-50\/80 {
  background-color: rgb(250 250 250 / 0.8) !important;
}

.bg-zinc-50\/85 {
  background-color: rgb(250 250 250 / 0.85) !important;
}

.bg-zinc-50\/90 {
  background-color: rgb(250 250 250 / 0.9) !important;
}

.bg-zinc-50\/95 {
  background-color: rgb(250 250 250 / 0.95) !important;
}

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

.bg-zinc-500\/0 {
  background-color: rgb(113 113 122 / 0) !important;
}

.bg-zinc-500\/10 {
  background-color: rgb(113 113 122 / 0.1) !important;
}

.bg-zinc-500\/100 {
  background-color: rgb(113 113 122 / 1) !important;
}

.bg-zinc-500\/15 {
  background-color: rgb(113 113 122 / 0.15) !important;
}

.bg-zinc-500\/20 {
  background-color: rgb(113 113 122 / 0.2) !important;
}

.bg-zinc-500\/25 {
  background-color: rgb(113 113 122 / 0.25) !important;
}

.bg-zinc-500\/30 {
  background-color: rgb(113 113 122 / 0.3) !important;
}

.bg-zinc-500\/35 {
  background-color: rgb(113 113 122 / 0.35) !important;
}

.bg-zinc-500\/40 {
  background-color: rgb(113 113 122 / 0.4) !important;
}

.bg-zinc-500\/45 {
  background-color: rgb(113 113 122 / 0.45) !important;
}

.bg-zinc-500\/5 {
  background-color: rgb(113 113 122 / 0.05) !important;
}

.bg-zinc-500\/50 {
  background-color: rgb(113 113 122 / 0.5) !important;
}

.bg-zinc-500\/55 {
  background-color: rgb(113 113 122 / 0.55) !important;
}

.bg-zinc-500\/60 {
  background-color: rgb(113 113 122 / 0.6) !important;
}

.bg-zinc-500\/65 {
  background-color: rgb(113 113 122 / 0.65) !important;
}

.bg-zinc-500\/70 {
  background-color: rgb(113 113 122 / 0.7) !important;
}

.bg-zinc-500\/75 {
  background-color: rgb(113 113 122 / 0.75) !important;
}

.bg-zinc-500\/80 {
  background-color: rgb(113 113 122 / 0.8) !important;
}

.bg-zinc-500\/85 {
  background-color: rgb(113 113 122 / 0.85) !important;
}

.bg-zinc-500\/90 {
  background-color: rgb(113 113 122 / 0.9) !important;
}

.bg-zinc-500\/95 {
  background-color: rgb(113 113 122 / 0.95) !important;
}

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

.bg-zinc-600\/0 {
  background-color: rgb(82 82 91 / 0) !important;
}

.bg-zinc-600\/10 {
  background-color: rgb(82 82 91 / 0.1) !important;
}

.bg-zinc-600\/100 {
  background-color: rgb(82 82 91 / 1) !important;
}

.bg-zinc-600\/15 {
  background-color: rgb(82 82 91 / 0.15) !important;
}

.bg-zinc-600\/20 {
  background-color: rgb(82 82 91 / 0.2) !important;
}

.bg-zinc-600\/25 {
  background-color: rgb(82 82 91 / 0.25) !important;
}

.bg-zinc-600\/30 {
  background-color: rgb(82 82 91 / 0.3) !important;
}

.bg-zinc-600\/35 {
  background-color: rgb(82 82 91 / 0.35) !important;
}

.bg-zinc-600\/40 {
  background-color: rgb(82 82 91 / 0.4) !important;
}

.bg-zinc-600\/45 {
  background-color: rgb(82 82 91 / 0.45) !important;
}

.bg-zinc-600\/5 {
  background-color: rgb(82 82 91 / 0.05) !important;
}

.bg-zinc-600\/50 {
  background-color: rgb(82 82 91 / 0.5) !important;
}

.bg-zinc-600\/55 {
  background-color: rgb(82 82 91 / 0.55) !important;
}

.bg-zinc-600\/60 {
  background-color: rgb(82 82 91 / 0.6) !important;
}

.bg-zinc-600\/65 {
  background-color: rgb(82 82 91 / 0.65) !important;
}

.bg-zinc-600\/70 {
  background-color: rgb(82 82 91 / 0.7) !important;
}

.bg-zinc-600\/75 {
  background-color: rgb(82 82 91 / 0.75) !important;
}

.bg-zinc-600\/80 {
  background-color: rgb(82 82 91 / 0.8) !important;
}

.bg-zinc-600\/85 {
  background-color: rgb(82 82 91 / 0.85) !important;
}

.bg-zinc-600\/90 {
  background-color: rgb(82 82 91 / 0.9) !important;
}

.bg-zinc-600\/95 {
  background-color: rgb(82 82 91 / 0.95) !important;
}

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

.bg-zinc-700\/0 {
  background-color: rgb(63 63 70 / 0) !important;
}

.bg-zinc-700\/10 {
  background-color: rgb(63 63 70 / 0.1) !important;
}

.bg-zinc-700\/100 {
  background-color: rgb(63 63 70 / 1) !important;
}

.bg-zinc-700\/15 {
  background-color: rgb(63 63 70 / 0.15) !important;
}

.bg-zinc-700\/20 {
  background-color: rgb(63 63 70 / 0.2) !important;
}

.bg-zinc-700\/25 {
  background-color: rgb(63 63 70 / 0.25) !important;
}

.bg-zinc-700\/30 {
  background-color: rgb(63 63 70 / 0.3) !important;
}

.bg-zinc-700\/35 {
  background-color: rgb(63 63 70 / 0.35) !important;
}

.bg-zinc-700\/40 {
  background-color: rgb(63 63 70 / 0.4) !important;
}

.bg-zinc-700\/45 {
  background-color: rgb(63 63 70 / 0.45) !important;
}

.bg-zinc-700\/5 {
  background-color: rgb(63 63 70 / 0.05) !important;
}

.bg-zinc-700\/50 {
  background-color: rgb(63 63 70 / 0.5) !important;
}

.bg-zinc-700\/55 {
  background-color: rgb(63 63 70 / 0.55) !important;
}

.bg-zinc-700\/60 {
  background-color: rgb(63 63 70 / 0.6) !important;
}

.bg-zinc-700\/65 {
  background-color: rgb(63 63 70 / 0.65) !important;
}

.bg-zinc-700\/70 {
  background-color: rgb(63 63 70 / 0.7) !important;
}

.bg-zinc-700\/75 {
  background-color: rgb(63 63 70 / 0.75) !important;
}

.bg-zinc-700\/80 {
  background-color: rgb(63 63 70 / 0.8) !important;
}

.bg-zinc-700\/85 {
  background-color: rgb(63 63 70 / 0.85) !important;
}

.bg-zinc-700\/90 {
  background-color: rgb(63 63 70 / 0.9) !important;
}

.bg-zinc-700\/95 {
  background-color: rgb(63 63 70 / 0.95) !important;
}

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

.bg-zinc-800\/0 {
  background-color: rgb(39 39 42 / 0) !important;
}

.bg-zinc-800\/10 {
  background-color: rgb(39 39 42 / 0.1) !important;
}

.bg-zinc-800\/100 {
  background-color: rgb(39 39 42 / 1) !important;
}

.bg-zinc-800\/15 {
  background-color: rgb(39 39 42 / 0.15) !important;
}

.bg-zinc-800\/20 {
  background-color: rgb(39 39 42 / 0.2) !important;
}

.bg-zinc-800\/25 {
  background-color: rgb(39 39 42 / 0.25) !important;
}

.bg-zinc-800\/30 {
  background-color: rgb(39 39 42 / 0.3) !important;
}

.bg-zinc-800\/35 {
  background-color: rgb(39 39 42 / 0.35) !important;
}

.bg-zinc-800\/40 {
  background-color: rgb(39 39 42 / 0.4) !important;
}

.bg-zinc-800\/45 {
  background-color: rgb(39 39 42 / 0.45) !important;
}

.bg-zinc-800\/5 {
  background-color: rgb(39 39 42 / 0.05) !important;
}

.bg-zinc-800\/50 {
  background-color: rgb(39 39 42 / 0.5) !important;
}

.bg-zinc-800\/55 {
  background-color: rgb(39 39 42 / 0.55) !important;
}

.bg-zinc-800\/60 {
  background-color: rgb(39 39 42 / 0.6) !important;
}

.bg-zinc-800\/65 {
  background-color: rgb(39 39 42 / 0.65) !important;
}

.bg-zinc-800\/70 {
  background-color: rgb(39 39 42 / 0.7) !important;
}

.bg-zinc-800\/75 {
  background-color: rgb(39 39 42 / 0.75) !important;
}

.bg-zinc-800\/80 {
  background-color: rgb(39 39 42 / 0.8) !important;
}

.bg-zinc-800\/85 {
  background-color: rgb(39 39 42 / 0.85) !important;
}

.bg-zinc-800\/90 {
  background-color: rgb(39 39 42 / 0.9) !important;
}

.bg-zinc-800\/95 {
  background-color: rgb(39 39 42 / 0.95) !important;
}

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

.bg-zinc-900\/0 {
  background-color: rgb(24 24 27 / 0) !important;
}

.bg-zinc-900\/10 {
  background-color: rgb(24 24 27 / 0.1) !important;
}

.bg-zinc-900\/100 {
  background-color: rgb(24 24 27 / 1) !important;
}

.bg-zinc-900\/15 {
  background-color: rgb(24 24 27 / 0.15) !important;
}

.bg-zinc-900\/20 {
  background-color: rgb(24 24 27 / 0.2) !important;
}

.bg-zinc-900\/25 {
  background-color: rgb(24 24 27 / 0.25) !important;
}

.bg-zinc-900\/30 {
  background-color: rgb(24 24 27 / 0.3) !important;
}

.bg-zinc-900\/35 {
  background-color: rgb(24 24 27 / 0.35) !important;
}

.bg-zinc-900\/40 {
  background-color: rgb(24 24 27 / 0.4) !important;
}

.bg-zinc-900\/45 {
  background-color: rgb(24 24 27 / 0.45) !important;
}

.bg-zinc-900\/5 {
  background-color: rgb(24 24 27 / 0.05) !important;
}

.bg-zinc-900\/50 {
  background-color: rgb(24 24 27 / 0.5) !important;
}

.bg-zinc-900\/55 {
  background-color: rgb(24 24 27 / 0.55) !important;
}

.bg-zinc-900\/60 {
  background-color: rgb(24 24 27 / 0.6) !important;
}

.bg-zinc-900\/65 {
  background-color: rgb(24 24 27 / 0.65) !important;
}

.bg-zinc-900\/70 {
  background-color: rgb(24 24 27 / 0.7) !important;
}

.bg-zinc-900\/75 {
  background-color: rgb(24 24 27 / 0.75) !important;
}

.bg-zinc-900\/80 {
  background-color: rgb(24 24 27 / 0.8) !important;
}

.bg-zinc-900\/85 {
  background-color: rgb(24 24 27 / 0.85) !important;
}

.bg-zinc-900\/90 {
  background-color: rgb(24 24 27 / 0.9) !important;
}

.bg-zinc-900\/95 {
  background-color: rgb(24 24 27 / 0.95) !important;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

.from-black\/85 {
  --tw-gradient-from: rgb(22 28 45 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 28 45 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-white {
  --tw-gradient-from: rgb(var(--surface, 255 255 255) / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(var(--surface, 255 255 255) / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.via-black\/60 {
  --tw-gradient-to: rgb(22 28 45 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 28 45 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position) !important;
}

.bg-contain {
  background-size: contain !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-center {
  background-position: center !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.p-1\.5 {
  padding: 0.375rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-2\.5 {
  padding: 0.625rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-9 {
  padding-right: 2.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

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

.text-left {
  text-align: left !important;
}

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

.text-right {
  text-align: right !important;
}

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

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

.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.text-\[10px\] {
  font-size: 10px !important;
}

.text-\[11px\] {
  font-size: 11px !important;
}

.text-\[15px\] {
  font-size: 15px !important;
}

.text-\[8px\] {
  font-size: 8px !important;
}

.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

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

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.italic {
  font-style: italic !important;
}

.leading-6 {
  line-height: 1.5rem !important;
}

.leading-7 {
  line-height: 1.75rem !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.leading-relaxed {
  line-height: 1.625 !important;
}

.leading-snug {
  line-height: 1.375 !important;
}

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.tracking-wide {
  letter-spacing: 0.025em !important;
}

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

.text-amber-100\/0 {
  color: rgb(254 243 199 / 0) !important;
}

.text-amber-100\/10 {
  color: rgb(254 243 199 / 0.1) !important;
}

.text-amber-100\/100 {
  color: rgb(254 243 199 / 1) !important;
}

.text-amber-100\/15 {
  color: rgb(254 243 199 / 0.15) !important;
}

.text-amber-100\/20 {
  color: rgb(254 243 199 / 0.2) !important;
}

.text-amber-100\/25 {
  color: rgb(254 243 199 / 0.25) !important;
}

.text-amber-100\/30 {
  color: rgb(254 243 199 / 0.3) !important;
}

.text-amber-100\/35 {
  color: rgb(254 243 199 / 0.35) !important;
}

.text-amber-100\/40 {
  color: rgb(254 243 199 / 0.4) !important;
}

.text-amber-100\/45 {
  color: rgb(254 243 199 / 0.45) !important;
}

.text-amber-100\/5 {
  color: rgb(254 243 199 / 0.05) !important;
}

.text-amber-100\/50 {
  color: rgb(254 243 199 / 0.5) !important;
}

.text-amber-100\/55 {
  color: rgb(254 243 199 / 0.55) !important;
}

.text-amber-100\/60 {
  color: rgb(254 243 199 / 0.6) !important;
}

.text-amber-100\/65 {
  color: rgb(254 243 199 / 0.65) !important;
}

.text-amber-100\/70 {
  color: rgb(254 243 199 / 0.7) !important;
}

.text-amber-100\/75 {
  color: rgb(254 243 199 / 0.75) !important;
}

.text-amber-100\/80 {
  color: rgb(254 243 199 / 0.8) !important;
}

.text-amber-100\/85 {
  color: rgb(254 243 199 / 0.85) !important;
}

.text-amber-100\/90 {
  color: rgb(254 243 199 / 0.9) !important;
}

.text-amber-100\/95 {
  color: rgb(254 243 199 / 0.95) !important;
}

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

.text-amber-200\/0 {
  color: rgb(253 230 138 / 0) !important;
}

.text-amber-200\/10 {
  color: rgb(253 230 138 / 0.1) !important;
}

.text-amber-200\/100 {
  color: rgb(253 230 138 / 1) !important;
}

.text-amber-200\/15 {
  color: rgb(253 230 138 / 0.15) !important;
}

.text-amber-200\/20 {
  color: rgb(253 230 138 / 0.2) !important;
}

.text-amber-200\/25 {
  color: rgb(253 230 138 / 0.25) !important;
}

.text-amber-200\/30 {
  color: rgb(253 230 138 / 0.3) !important;
}

.text-amber-200\/35 {
  color: rgb(253 230 138 / 0.35) !important;
}

.text-amber-200\/40 {
  color: rgb(253 230 138 / 0.4) !important;
}

.text-amber-200\/45 {
  color: rgb(253 230 138 / 0.45) !important;
}

.text-amber-200\/5 {
  color: rgb(253 230 138 / 0.05) !important;
}

.text-amber-200\/50 {
  color: rgb(253 230 138 / 0.5) !important;
}

.text-amber-200\/55 {
  color: rgb(253 230 138 / 0.55) !important;
}

.text-amber-200\/60 {
  color: rgb(253 230 138 / 0.6) !important;
}

.text-amber-200\/65 {
  color: rgb(253 230 138 / 0.65) !important;
}

.text-amber-200\/70 {
  color: rgb(253 230 138 / 0.7) !important;
}

.text-amber-200\/75 {
  color: rgb(253 230 138 / 0.75) !important;
}

.text-amber-200\/80 {
  color: rgb(253 230 138 / 0.8) !important;
}

.text-amber-200\/85 {
  color: rgb(253 230 138 / 0.85) !important;
}

.text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9) !important;
}

.text-amber-200\/95 {
  color: rgb(253 230 138 / 0.95) !important;
}

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

.text-amber-300\/0 {
  color: rgb(252 211 77 / 0) !important;
}

.text-amber-300\/10 {
  color: rgb(252 211 77 / 0.1) !important;
}

.text-amber-300\/100 {
  color: rgb(252 211 77 / 1) !important;
}

.text-amber-300\/15 {
  color: rgb(252 211 77 / 0.15) !important;
}

.text-amber-300\/20 {
  color: rgb(252 211 77 / 0.2) !important;
}

.text-amber-300\/25 {
  color: rgb(252 211 77 / 0.25) !important;
}

.text-amber-300\/30 {
  color: rgb(252 211 77 / 0.3) !important;
}

.text-amber-300\/35 {
  color: rgb(252 211 77 / 0.35) !important;
}

.text-amber-300\/40 {
  color: rgb(252 211 77 / 0.4) !important;
}

.text-amber-300\/45 {
  color: rgb(252 211 77 / 0.45) !important;
}

.text-amber-300\/5 {
  color: rgb(252 211 77 / 0.05) !important;
}

.text-amber-300\/50 {
  color: rgb(252 211 77 / 0.5) !important;
}

.text-amber-300\/55 {
  color: rgb(252 211 77 / 0.55) !important;
}

.text-amber-300\/60 {
  color: rgb(252 211 77 / 0.6) !important;
}

.text-amber-300\/65 {
  color: rgb(252 211 77 / 0.65) !important;
}

.text-amber-300\/70 {
  color: rgb(252 211 77 / 0.7) !important;
}

.text-amber-300\/75 {
  color: rgb(252 211 77 / 0.75) !important;
}

.text-amber-300\/80 {
  color: rgb(252 211 77 / 0.8) !important;
}

.text-amber-300\/85 {
  color: rgb(252 211 77 / 0.85) !important;
}

.text-amber-300\/90 {
  color: rgb(252 211 77 / 0.9) !important;
}

.text-amber-300\/95 {
  color: rgb(252 211 77 / 0.95) !important;
}

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

.text-amber-400\/0 {
  color: rgb(251 191 36 / 0) !important;
}

.text-amber-400\/10 {
  color: rgb(251 191 36 / 0.1) !important;
}

.text-amber-400\/100 {
  color: rgb(251 191 36 / 1) !important;
}

.text-amber-400\/15 {
  color: rgb(251 191 36 / 0.15) !important;
}

.text-amber-400\/20 {
  color: rgb(251 191 36 / 0.2) !important;
}

.text-amber-400\/25 {
  color: rgb(251 191 36 / 0.25) !important;
}

.text-amber-400\/30 {
  color: rgb(251 191 36 / 0.3) !important;
}

.text-amber-400\/35 {
  color: rgb(251 191 36 / 0.35) !important;
}

.text-amber-400\/40 {
  color: rgb(251 191 36 / 0.4) !important;
}

.text-amber-400\/45 {
  color: rgb(251 191 36 / 0.45) !important;
}

.text-amber-400\/5 {
  color: rgb(251 191 36 / 0.05) !important;
}

.text-amber-400\/50 {
  color: rgb(251 191 36 / 0.5) !important;
}

.text-amber-400\/55 {
  color: rgb(251 191 36 / 0.55) !important;
}

.text-amber-400\/60 {
  color: rgb(251 191 36 / 0.6) !important;
}

.text-amber-400\/65 {
  color: rgb(251 191 36 / 0.65) !important;
}

.text-amber-400\/70 {
  color: rgb(251 191 36 / 0.7) !important;
}

.text-amber-400\/75 {
  color: rgb(251 191 36 / 0.75) !important;
}

.text-amber-400\/80 {
  color: rgb(251 191 36 / 0.8) !important;
}

.text-amber-400\/85 {
  color: rgb(251 191 36 / 0.85) !important;
}

.text-amber-400\/90 {
  color: rgb(251 191 36 / 0.9) !important;
}

.text-amber-400\/95 {
  color: rgb(251 191 36 / 0.95) !important;
}

.text-amber-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1)) !important;
}

.text-amber-50\/0 {
  color: rgb(255 251 235 / 0) !important;
}

.text-amber-50\/10 {
  color: rgb(255 251 235 / 0.1) !important;
}

.text-amber-50\/100 {
  color: rgb(255 251 235 / 1) !important;
}

.text-amber-50\/15 {
  color: rgb(255 251 235 / 0.15) !important;
}

.text-amber-50\/20 {
  color: rgb(255 251 235 / 0.2) !important;
}

.text-amber-50\/25 {
  color: rgb(255 251 235 / 0.25) !important;
}

.text-amber-50\/30 {
  color: rgb(255 251 235 / 0.3) !important;
}

.text-amber-50\/35 {
  color: rgb(255 251 235 / 0.35) !important;
}

.text-amber-50\/40 {
  color: rgb(255 251 235 / 0.4) !important;
}

.text-amber-50\/45 {
  color: rgb(255 251 235 / 0.45) !important;
}

.text-amber-50\/5 {
  color: rgb(255 251 235 / 0.05) !important;
}

.text-amber-50\/50 {
  color: rgb(255 251 235 / 0.5) !important;
}

.text-amber-50\/55 {
  color: rgb(255 251 235 / 0.55) !important;
}

.text-amber-50\/60 {
  color: rgb(255 251 235 / 0.6) !important;
}

.text-amber-50\/65 {
  color: rgb(255 251 235 / 0.65) !important;
}

.text-amber-50\/70 {
  color: rgb(255 251 235 / 0.7) !important;
}

.text-amber-50\/75 {
  color: rgb(255 251 235 / 0.75) !important;
}

.text-amber-50\/80 {
  color: rgb(255 251 235 / 0.8) !important;
}

.text-amber-50\/85 {
  color: rgb(255 251 235 / 0.85) !important;
}

.text-amber-50\/90 {
  color: rgb(255 251 235 / 0.9) !important;
}

.text-amber-50\/95 {
  color: rgb(255 251 235 / 0.95) !important;
}

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

.text-amber-500\/0 {
  color: rgb(245 158 11 / 0) !important;
}

.text-amber-500\/10 {
  color: rgb(245 158 11 / 0.1) !important;
}

.text-amber-500\/100 {
  color: rgb(245 158 11 / 1) !important;
}

.text-amber-500\/15 {
  color: rgb(245 158 11 / 0.15) !important;
}

.text-amber-500\/20 {
  color: rgb(245 158 11 / 0.2) !important;
}

.text-amber-500\/25 {
  color: rgb(245 158 11 / 0.25) !important;
}

.text-amber-500\/30 {
  color: rgb(245 158 11 / 0.3) !important;
}

.text-amber-500\/35 {
  color: rgb(245 158 11 / 0.35) !important;
}

.text-amber-500\/40 {
  color: rgb(245 158 11 / 0.4) !important;
}

.text-amber-500\/45 {
  color: rgb(245 158 11 / 0.45) !important;
}

.text-amber-500\/5 {
  color: rgb(245 158 11 / 0.05) !important;
}

.text-amber-500\/50 {
  color: rgb(245 158 11 / 0.5) !important;
}

.text-amber-500\/55 {
  color: rgb(245 158 11 / 0.55) !important;
}

.text-amber-500\/60 {
  color: rgb(245 158 11 / 0.6) !important;
}

.text-amber-500\/65 {
  color: rgb(245 158 11 / 0.65) !important;
}

.text-amber-500\/70 {
  color: rgb(245 158 11 / 0.7) !important;
}

.text-amber-500\/75 {
  color: rgb(245 158 11 / 0.75) !important;
}

.text-amber-500\/80 {
  color: rgb(245 158 11 / 0.8) !important;
}

.text-amber-500\/85 {
  color: rgb(245 158 11 / 0.85) !important;
}

.text-amber-500\/90 {
  color: rgb(245 158 11 / 0.9) !important;
}

.text-amber-500\/95 {
  color: rgb(245 158 11 / 0.95) !important;
}

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

.text-amber-600\/0 {
  color: rgb(var(--amber-600, 217 119 6) / 0) !important;
}

.text-amber-600\/10 {
  color: rgb(var(--amber-600, 217 119 6) / 0.1) !important;
}

.text-amber-600\/100 {
  color: rgb(var(--amber-600, 217 119 6) / 1) !important;
}

.text-amber-600\/15 {
  color: rgb(var(--amber-600, 217 119 6) / 0.15) !important;
}

.text-amber-600\/20 {
  color: rgb(var(--amber-600, 217 119 6) / 0.2) !important;
}

.text-amber-600\/25 {
  color: rgb(var(--amber-600, 217 119 6) / 0.25) !important;
}

.text-amber-600\/30 {
  color: rgb(var(--amber-600, 217 119 6) / 0.3) !important;
}

.text-amber-600\/35 {
  color: rgb(var(--amber-600, 217 119 6) / 0.35) !important;
}

.text-amber-600\/40 {
  color: rgb(var(--amber-600, 217 119 6) / 0.4) !important;
}

.text-amber-600\/45 {
  color: rgb(var(--amber-600, 217 119 6) / 0.45) !important;
}

.text-amber-600\/5 {
  color: rgb(var(--amber-600, 217 119 6) / 0.05) !important;
}

.text-amber-600\/50 {
  color: rgb(var(--amber-600, 217 119 6) / 0.5) !important;
}

.text-amber-600\/55 {
  color: rgb(var(--amber-600, 217 119 6) / 0.55) !important;
}

.text-amber-600\/60 {
  color: rgb(var(--amber-600, 217 119 6) / 0.6) !important;
}

.text-amber-600\/65 {
  color: rgb(var(--amber-600, 217 119 6) / 0.65) !important;
}

.text-amber-600\/70 {
  color: rgb(var(--amber-600, 217 119 6) / 0.7) !important;
}

.text-amber-600\/75 {
  color: rgb(var(--amber-600, 217 119 6) / 0.75) !important;
}

.text-amber-600\/80 {
  color: rgb(var(--amber-600, 217 119 6) / 0.8) !important;
}

.text-amber-600\/85 {
  color: rgb(var(--amber-600, 217 119 6) / 0.85) !important;
}

.text-amber-600\/90 {
  color: rgb(var(--amber-600, 217 119 6) / 0.9) !important;
}

.text-amber-600\/95 {
  color: rgb(var(--amber-600, 217 119 6) / 0.95) !important;
}

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

.text-amber-700\/0 {
  color: rgb(var(--amber-700, 180 83 9) / 0) !important;
}

.text-amber-700\/10 {
  color: rgb(var(--amber-700, 180 83 9) / 0.1) !important;
}

.text-amber-700\/100 {
  color: rgb(var(--amber-700, 180 83 9) / 1) !important;
}

.text-amber-700\/15 {
  color: rgb(var(--amber-700, 180 83 9) / 0.15) !important;
}

.text-amber-700\/20 {
  color: rgb(var(--amber-700, 180 83 9) / 0.2) !important;
}

.text-amber-700\/25 {
  color: rgb(var(--amber-700, 180 83 9) / 0.25) !important;
}

.text-amber-700\/30 {
  color: rgb(var(--amber-700, 180 83 9) / 0.3) !important;
}

.text-amber-700\/35 {
  color: rgb(var(--amber-700, 180 83 9) / 0.35) !important;
}

.text-amber-700\/40 {
  color: rgb(var(--amber-700, 180 83 9) / 0.4) !important;
}

.text-amber-700\/45 {
  color: rgb(var(--amber-700, 180 83 9) / 0.45) !important;
}

.text-amber-700\/5 {
  color: rgb(var(--amber-700, 180 83 9) / 0.05) !important;
}

.text-amber-700\/50 {
  color: rgb(var(--amber-700, 180 83 9) / 0.5) !important;
}

.text-amber-700\/55 {
  color: rgb(var(--amber-700, 180 83 9) / 0.55) !important;
}

.text-amber-700\/60 {
  color: rgb(var(--amber-700, 180 83 9) / 0.6) !important;
}

.text-amber-700\/65 {
  color: rgb(var(--amber-700, 180 83 9) / 0.65) !important;
}

.text-amber-700\/70 {
  color: rgb(var(--amber-700, 180 83 9) / 0.7) !important;
}

.text-amber-700\/75 {
  color: rgb(var(--amber-700, 180 83 9) / 0.75) !important;
}

.text-amber-700\/80 {
  color: rgb(var(--amber-700, 180 83 9) / 0.8) !important;
}

.text-amber-700\/85 {
  color: rgb(var(--amber-700, 180 83 9) / 0.85) !important;
}

.text-amber-700\/90 {
  color: rgb(var(--amber-700, 180 83 9) / 0.9) !important;
}

.text-amber-700\/95 {
  color: rgb(var(--amber-700, 180 83 9) / 0.95) !important;
}

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

.text-amber-800\/0 {
  color: rgb(var(--amber-800, 146 64 14) / 0) !important;
}

.text-amber-800\/10 {
  color: rgb(var(--amber-800, 146 64 14) / 0.1) !important;
}

.text-amber-800\/100 {
  color: rgb(var(--amber-800, 146 64 14) / 1) !important;
}

.text-amber-800\/15 {
  color: rgb(var(--amber-800, 146 64 14) / 0.15) !important;
}

.text-amber-800\/20 {
  color: rgb(var(--amber-800, 146 64 14) / 0.2) !important;
}

.text-amber-800\/25 {
  color: rgb(var(--amber-800, 146 64 14) / 0.25) !important;
}

.text-amber-800\/30 {
  color: rgb(var(--amber-800, 146 64 14) / 0.3) !important;
}

.text-amber-800\/35 {
  color: rgb(var(--amber-800, 146 64 14) / 0.35) !important;
}

.text-amber-800\/40 {
  color: rgb(var(--amber-800, 146 64 14) / 0.4) !important;
}

.text-amber-800\/45 {
  color: rgb(var(--amber-800, 146 64 14) / 0.45) !important;
}

.text-amber-800\/5 {
  color: rgb(var(--amber-800, 146 64 14) / 0.05) !important;
}

.text-amber-800\/50 {
  color: rgb(var(--amber-800, 146 64 14) / 0.5) !important;
}

.text-amber-800\/55 {
  color: rgb(var(--amber-800, 146 64 14) / 0.55) !important;
}

.text-amber-800\/60 {
  color: rgb(var(--amber-800, 146 64 14) / 0.6) !important;
}

.text-amber-800\/65 {
  color: rgb(var(--amber-800, 146 64 14) / 0.65) !important;
}

.text-amber-800\/70 {
  color: rgb(var(--amber-800, 146 64 14) / 0.7) !important;
}

.text-amber-800\/75 {
  color: rgb(var(--amber-800, 146 64 14) / 0.75) !important;
}

.text-amber-800\/80 {
  color: rgb(var(--amber-800, 146 64 14) / 0.8) !important;
}

.text-amber-800\/85 {
  color: rgb(var(--amber-800, 146 64 14) / 0.85) !important;
}

.text-amber-800\/90 {
  color: rgb(var(--amber-800, 146 64 14) / 0.9) !important;
}

.text-amber-800\/95 {
  color: rgb(var(--amber-800, 146 64 14) / 0.95) !important;
}

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

.text-amber-900\/0 {
  color: rgb(120 53 15 / 0) !important;
}

.text-amber-900\/10 {
  color: rgb(120 53 15 / 0.1) !important;
}

.text-amber-900\/100 {
  color: rgb(120 53 15 / 1) !important;
}

.text-amber-900\/15 {
  color: rgb(120 53 15 / 0.15) !important;
}

.text-amber-900\/20 {
  color: rgb(120 53 15 / 0.2) !important;
}

.text-amber-900\/25 {
  color: rgb(120 53 15 / 0.25) !important;
}

.text-amber-900\/30 {
  color: rgb(120 53 15 / 0.3) !important;
}

.text-amber-900\/35 {
  color: rgb(120 53 15 / 0.35) !important;
}

.text-amber-900\/40 {
  color: rgb(120 53 15 / 0.4) !important;
}

.text-amber-900\/45 {
  color: rgb(120 53 15 / 0.45) !important;
}

.text-amber-900\/5 {
  color: rgb(120 53 15 / 0.05) !important;
}

.text-amber-900\/50 {
  color: rgb(120 53 15 / 0.5) !important;
}

.text-amber-900\/55 {
  color: rgb(120 53 15 / 0.55) !important;
}

.text-amber-900\/60 {
  color: rgb(120 53 15 / 0.6) !important;
}

.text-amber-900\/65 {
  color: rgb(120 53 15 / 0.65) !important;
}

.text-amber-900\/70 {
  color: rgb(120 53 15 / 0.7) !important;
}

.text-amber-900\/75 {
  color: rgb(120 53 15 / 0.75) !important;
}

.text-amber-900\/80 {
  color: rgb(120 53 15 / 0.8) !important;
}

.text-amber-900\/85 {
  color: rgb(120 53 15 / 0.85) !important;
}

.text-amber-900\/90 {
  color: rgb(120 53 15 / 0.9) !important;
}

.text-amber-900\/95 {
  color: rgb(120 53 15 / 0.95) !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--black, 22 28 45) / var(--tw-text-opacity, 1)) !important;
}

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

.text-blue-100\/0 {
  color: rgb(219 234 254 / 0) !important;
}

.text-blue-100\/10 {
  color: rgb(219 234 254 / 0.1) !important;
}

.text-blue-100\/100 {
  color: rgb(219 234 254 / 1) !important;
}

.text-blue-100\/15 {
  color: rgb(219 234 254 / 0.15) !important;
}

.text-blue-100\/20 {
  color: rgb(219 234 254 / 0.2) !important;
}

.text-blue-100\/25 {
  color: rgb(219 234 254 / 0.25) !important;
}

.text-blue-100\/30 {
  color: rgb(219 234 254 / 0.3) !important;
}

.text-blue-100\/35 {
  color: rgb(219 234 254 / 0.35) !important;
}

.text-blue-100\/40 {
  color: rgb(219 234 254 / 0.4) !important;
}

.text-blue-100\/45 {
  color: rgb(219 234 254 / 0.45) !important;
}

.text-blue-100\/5 {
  color: rgb(219 234 254 / 0.05) !important;
}

.text-blue-100\/50 {
  color: rgb(219 234 254 / 0.5) !important;
}

.text-blue-100\/55 {
  color: rgb(219 234 254 / 0.55) !important;
}

.text-blue-100\/60 {
  color: rgb(219 234 254 / 0.6) !important;
}

.text-blue-100\/65 {
  color: rgb(219 234 254 / 0.65) !important;
}

.text-blue-100\/70 {
  color: rgb(219 234 254 / 0.7) !important;
}

.text-blue-100\/75 {
  color: rgb(219 234 254 / 0.75) !important;
}

.text-blue-100\/80 {
  color: rgb(219 234 254 / 0.8) !important;
}

.text-blue-100\/85 {
  color: rgb(219 234 254 / 0.85) !important;
}

.text-blue-100\/90 {
  color: rgb(219 234 254 / 0.9) !important;
}

.text-blue-100\/95 {
  color: rgb(219 234 254 / 0.95) !important;
}

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

.text-blue-200\/0 {
  color: rgb(191 219 254 / 0) !important;
}

.text-blue-200\/10 {
  color: rgb(191 219 254 / 0.1) !important;
}

.text-blue-200\/100 {
  color: rgb(191 219 254 / 1) !important;
}

.text-blue-200\/15 {
  color: rgb(191 219 254 / 0.15) !important;
}

.text-blue-200\/20 {
  color: rgb(191 219 254 / 0.2) !important;
}

.text-blue-200\/25 {
  color: rgb(191 219 254 / 0.25) !important;
}

.text-blue-200\/30 {
  color: rgb(191 219 254 / 0.3) !important;
}

.text-blue-200\/35 {
  color: rgb(191 219 254 / 0.35) !important;
}

.text-blue-200\/40 {
  color: rgb(191 219 254 / 0.4) !important;
}

.text-blue-200\/45 {
  color: rgb(191 219 254 / 0.45) !important;
}

.text-blue-200\/5 {
  color: rgb(191 219 254 / 0.05) !important;
}

.text-blue-200\/50 {
  color: rgb(191 219 254 / 0.5) !important;
}

.text-blue-200\/55 {
  color: rgb(191 219 254 / 0.55) !important;
}

.text-blue-200\/60 {
  color: rgb(191 219 254 / 0.6) !important;
}

.text-blue-200\/65 {
  color: rgb(191 219 254 / 0.65) !important;
}

.text-blue-200\/70 {
  color: rgb(191 219 254 / 0.7) !important;
}

.text-blue-200\/75 {
  color: rgb(191 219 254 / 0.75) !important;
}

.text-blue-200\/80 {
  color: rgb(191 219 254 / 0.8) !important;
}

.text-blue-200\/85 {
  color: rgb(191 219 254 / 0.85) !important;
}

.text-blue-200\/90 {
  color: rgb(191 219 254 / 0.9) !important;
}

.text-blue-200\/95 {
  color: rgb(191 219 254 / 0.95) !important;
}

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

.text-blue-300\/0 {
  color: rgb(147 197 253 / 0) !important;
}

.text-blue-300\/10 {
  color: rgb(147 197 253 / 0.1) !important;
}

.text-blue-300\/100 {
  color: rgb(147 197 253 / 1) !important;
}

.text-blue-300\/15 {
  color: rgb(147 197 253 / 0.15) !important;
}

.text-blue-300\/20 {
  color: rgb(147 197 253 / 0.2) !important;
}

.text-blue-300\/25 {
  color: rgb(147 197 253 / 0.25) !important;
}

.text-blue-300\/30 {
  color: rgb(147 197 253 / 0.3) !important;
}

.text-blue-300\/35 {
  color: rgb(147 197 253 / 0.35) !important;
}

.text-blue-300\/40 {
  color: rgb(147 197 253 / 0.4) !important;
}

.text-blue-300\/45 {
  color: rgb(147 197 253 / 0.45) !important;
}

.text-blue-300\/5 {
  color: rgb(147 197 253 / 0.05) !important;
}

.text-blue-300\/50 {
  color: rgb(147 197 253 / 0.5) !important;
}

.text-blue-300\/55 {
  color: rgb(147 197 253 / 0.55) !important;
}

.text-blue-300\/60 {
  color: rgb(147 197 253 / 0.6) !important;
}

.text-blue-300\/65 {
  color: rgb(147 197 253 / 0.65) !important;
}

.text-blue-300\/70 {
  color: rgb(147 197 253 / 0.7) !important;
}

.text-blue-300\/75 {
  color: rgb(147 197 253 / 0.75) !important;
}

.text-blue-300\/80 {
  color: rgb(147 197 253 / 0.8) !important;
}

.text-blue-300\/85 {
  color: rgb(147 197 253 / 0.85) !important;
}

.text-blue-300\/90 {
  color: rgb(147 197 253 / 0.9) !important;
}

.text-blue-300\/95 {
  color: rgb(147 197 253 / 0.95) !important;
}

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

.text-blue-400\/0 {
  color: rgb(96 165 250 / 0) !important;
}

.text-blue-400\/10 {
  color: rgb(96 165 250 / 0.1) !important;
}

.text-blue-400\/100 {
  color: rgb(96 165 250 / 1) !important;
}

.text-blue-400\/15 {
  color: rgb(96 165 250 / 0.15) !important;
}

.text-blue-400\/20 {
  color: rgb(96 165 250 / 0.2) !important;
}

.text-blue-400\/25 {
  color: rgb(96 165 250 / 0.25) !important;
}

.text-blue-400\/30 {
  color: rgb(96 165 250 / 0.3) !important;
}

.text-blue-400\/35 {
  color: rgb(96 165 250 / 0.35) !important;
}

.text-blue-400\/40 {
  color: rgb(96 165 250 / 0.4) !important;
}

.text-blue-400\/45 {
  color: rgb(96 165 250 / 0.45) !important;
}

.text-blue-400\/5 {
  color: rgb(96 165 250 / 0.05) !important;
}

.text-blue-400\/50 {
  color: rgb(96 165 250 / 0.5) !important;
}

.text-blue-400\/55 {
  color: rgb(96 165 250 / 0.55) !important;
}

.text-blue-400\/60 {
  color: rgb(96 165 250 / 0.6) !important;
}

.text-blue-400\/65 {
  color: rgb(96 165 250 / 0.65) !important;
}

.text-blue-400\/70 {
  color: rgb(96 165 250 / 0.7) !important;
}

.text-blue-400\/75 {
  color: rgb(96 165 250 / 0.75) !important;
}

.text-blue-400\/80 {
  color: rgb(96 165 250 / 0.8) !important;
}

.text-blue-400\/85 {
  color: rgb(96 165 250 / 0.85) !important;
}

.text-blue-400\/90 {
  color: rgb(96 165 250 / 0.9) !important;
}

.text-blue-400\/95 {
  color: rgb(96 165 250 / 0.95) !important;
}

.text-blue-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1)) !important;
}

.text-blue-50\/0 {
  color: rgb(239 246 255 / 0) !important;
}

.text-blue-50\/10 {
  color: rgb(239 246 255 / 0.1) !important;
}

.text-blue-50\/100 {
  color: rgb(239 246 255 / 1) !important;
}

.text-blue-50\/15 {
  color: rgb(239 246 255 / 0.15) !important;
}

.text-blue-50\/20 {
  color: rgb(239 246 255 / 0.2) !important;
}

.text-blue-50\/25 {
  color: rgb(239 246 255 / 0.25) !important;
}

.text-blue-50\/30 {
  color: rgb(239 246 255 / 0.3) !important;
}

.text-blue-50\/35 {
  color: rgb(239 246 255 / 0.35) !important;
}

.text-blue-50\/40 {
  color: rgb(239 246 255 / 0.4) !important;
}

.text-blue-50\/45 {
  color: rgb(239 246 255 / 0.45) !important;
}

.text-blue-50\/5 {
  color: rgb(239 246 255 / 0.05) !important;
}

.text-blue-50\/50 {
  color: rgb(239 246 255 / 0.5) !important;
}

.text-blue-50\/55 {
  color: rgb(239 246 255 / 0.55) !important;
}

.text-blue-50\/60 {
  color: rgb(239 246 255 / 0.6) !important;
}

.text-blue-50\/65 {
  color: rgb(239 246 255 / 0.65) !important;
}

.text-blue-50\/70 {
  color: rgb(239 246 255 / 0.7) !important;
}

.text-blue-50\/75 {
  color: rgb(239 246 255 / 0.75) !important;
}

.text-blue-50\/80 {
  color: rgb(239 246 255 / 0.8) !important;
}

.text-blue-50\/85 {
  color: rgb(239 246 255 / 0.85) !important;
}

.text-blue-50\/90 {
  color: rgb(239 246 255 / 0.9) !important;
}

.text-blue-50\/95 {
  color: rgb(239 246 255 / 0.95) !important;
}

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

.text-blue-500\/0 {
  color: rgb(59 130 246 / 0) !important;
}

.text-blue-500\/10 {
  color: rgb(59 130 246 / 0.1) !important;
}

.text-blue-500\/100 {
  color: rgb(59 130 246 / 1) !important;
}

.text-blue-500\/15 {
  color: rgb(59 130 246 / 0.15) !important;
}

.text-blue-500\/20 {
  color: rgb(59 130 246 / 0.2) !important;
}

.text-blue-500\/25 {
  color: rgb(59 130 246 / 0.25) !important;
}

.text-blue-500\/30 {
  color: rgb(59 130 246 / 0.3) !important;
}

.text-blue-500\/35 {
  color: rgb(59 130 246 / 0.35) !important;
}

.text-blue-500\/40 {
  color: rgb(59 130 246 / 0.4) !important;
}

.text-blue-500\/45 {
  color: rgb(59 130 246 / 0.45) !important;
}

.text-blue-500\/5 {
  color: rgb(59 130 246 / 0.05) !important;
}

.text-blue-500\/50 {
  color: rgb(59 130 246 / 0.5) !important;
}

.text-blue-500\/55 {
  color: rgb(59 130 246 / 0.55) !important;
}

.text-blue-500\/60 {
  color: rgb(59 130 246 / 0.6) !important;
}

.text-blue-500\/65 {
  color: rgb(59 130 246 / 0.65) !important;
}

.text-blue-500\/70 {
  color: rgb(59 130 246 / 0.7) !important;
}

.text-blue-500\/75 {
  color: rgb(59 130 246 / 0.75) !important;
}

.text-blue-500\/80 {
  color: rgb(59 130 246 / 0.8) !important;
}

.text-blue-500\/85 {
  color: rgb(59 130 246 / 0.85) !important;
}

.text-blue-500\/90 {
  color: rgb(59 130 246 / 0.9) !important;
}

.text-blue-500\/95 {
  color: rgb(59 130 246 / 0.95) !important;
}

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

.text-blue-600\/0 {
  color: rgb(var(--blue-600, 37 99 235) / 0) !important;
}

.text-blue-600\/10 {
  color: rgb(var(--blue-600, 37 99 235) / 0.1) !important;
}

.text-blue-600\/100 {
  color: rgb(var(--blue-600, 37 99 235) / 1) !important;
}

.text-blue-600\/15 {
  color: rgb(var(--blue-600, 37 99 235) / 0.15) !important;
}

.text-blue-600\/20 {
  color: rgb(var(--blue-600, 37 99 235) / 0.2) !important;
}

.text-blue-600\/25 {
  color: rgb(var(--blue-600, 37 99 235) / 0.25) !important;
}

.text-blue-600\/30 {
  color: rgb(var(--blue-600, 37 99 235) / 0.3) !important;
}

.text-blue-600\/35 {
  color: rgb(var(--blue-600, 37 99 235) / 0.35) !important;
}

.text-blue-600\/40 {
  color: rgb(var(--blue-600, 37 99 235) / 0.4) !important;
}

.text-blue-600\/45 {
  color: rgb(var(--blue-600, 37 99 235) / 0.45) !important;
}

.text-blue-600\/5 {
  color: rgb(var(--blue-600, 37 99 235) / 0.05) !important;
}

.text-blue-600\/50 {
  color: rgb(var(--blue-600, 37 99 235) / 0.5) !important;
}

.text-blue-600\/55 {
  color: rgb(var(--blue-600, 37 99 235) / 0.55) !important;
}

.text-blue-600\/60 {
  color: rgb(var(--blue-600, 37 99 235) / 0.6) !important;
}

.text-blue-600\/65 {
  color: rgb(var(--blue-600, 37 99 235) / 0.65) !important;
}

.text-blue-600\/70 {
  color: rgb(var(--blue-600, 37 99 235) / 0.7) !important;
}

.text-blue-600\/75 {
  color: rgb(var(--blue-600, 37 99 235) / 0.75) !important;
}

.text-blue-600\/80 {
  color: rgb(var(--blue-600, 37 99 235) / 0.8) !important;
}

.text-blue-600\/85 {
  color: rgb(var(--blue-600, 37 99 235) / 0.85) !important;
}

.text-blue-600\/90 {
  color: rgb(var(--blue-600, 37 99 235) / 0.9) !important;
}

.text-blue-600\/95 {
  color: rgb(var(--blue-600, 37 99 235) / 0.95) !important;
}

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

.text-blue-700\/0 {
  color: rgb(var(--blue-700, 29 78 216) / 0) !important;
}

.text-blue-700\/10 {
  color: rgb(var(--blue-700, 29 78 216) / 0.1) !important;
}

.text-blue-700\/100 {
  color: rgb(var(--blue-700, 29 78 216) / 1) !important;
}

.text-blue-700\/15 {
  color: rgb(var(--blue-700, 29 78 216) / 0.15) !important;
}

.text-blue-700\/20 {
  color: rgb(var(--blue-700, 29 78 216) / 0.2) !important;
}

.text-blue-700\/25 {
  color: rgb(var(--blue-700, 29 78 216) / 0.25) !important;
}

.text-blue-700\/30 {
  color: rgb(var(--blue-700, 29 78 216) / 0.3) !important;
}

.text-blue-700\/35 {
  color: rgb(var(--blue-700, 29 78 216) / 0.35) !important;
}

.text-blue-700\/40 {
  color: rgb(var(--blue-700, 29 78 216) / 0.4) !important;
}

.text-blue-700\/45 {
  color: rgb(var(--blue-700, 29 78 216) / 0.45) !important;
}

.text-blue-700\/5 {
  color: rgb(var(--blue-700, 29 78 216) / 0.05) !important;
}

.text-blue-700\/50 {
  color: rgb(var(--blue-700, 29 78 216) / 0.5) !important;
}

.text-blue-700\/55 {
  color: rgb(var(--blue-700, 29 78 216) / 0.55) !important;
}

.text-blue-700\/60 {
  color: rgb(var(--blue-700, 29 78 216) / 0.6) !important;
}

.text-blue-700\/65 {
  color: rgb(var(--blue-700, 29 78 216) / 0.65) !important;
}

.text-blue-700\/70 {
  color: rgb(var(--blue-700, 29 78 216) / 0.7) !important;
}

.text-blue-700\/75 {
  color: rgb(var(--blue-700, 29 78 216) / 0.75) !important;
}

.text-blue-700\/80 {
  color: rgb(var(--blue-700, 29 78 216) / 0.8) !important;
}

.text-blue-700\/85 {
  color: rgb(var(--blue-700, 29 78 216) / 0.85) !important;
}

.text-blue-700\/90 {
  color: rgb(var(--blue-700, 29 78 216) / 0.9) !important;
}

.text-blue-700\/95 {
  color: rgb(var(--blue-700, 29 78 216) / 0.95) !important;
}

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

.text-blue-800\/0 {
  color: rgb(var(--blue-800, 30 64 175) / 0) !important;
}

.text-blue-800\/10 {
  color: rgb(var(--blue-800, 30 64 175) / 0.1) !important;
}

.text-blue-800\/100 {
  color: rgb(var(--blue-800, 30 64 175) / 1) !important;
}

.text-blue-800\/15 {
  color: rgb(var(--blue-800, 30 64 175) / 0.15) !important;
}

.text-blue-800\/20 {
  color: rgb(var(--blue-800, 30 64 175) / 0.2) !important;
}

.text-blue-800\/25 {
  color: rgb(var(--blue-800, 30 64 175) / 0.25) !important;
}

.text-blue-800\/30 {
  color: rgb(var(--blue-800, 30 64 175) / 0.3) !important;
}

.text-blue-800\/35 {
  color: rgb(var(--blue-800, 30 64 175) / 0.35) !important;
}

.text-blue-800\/40 {
  color: rgb(var(--blue-800, 30 64 175) / 0.4) !important;
}

.text-blue-800\/45 {
  color: rgb(var(--blue-800, 30 64 175) / 0.45) !important;
}

.text-blue-800\/5 {
  color: rgb(var(--blue-800, 30 64 175) / 0.05) !important;
}

.text-blue-800\/50 {
  color: rgb(var(--blue-800, 30 64 175) / 0.5) !important;
}

.text-blue-800\/55 {
  color: rgb(var(--blue-800, 30 64 175) / 0.55) !important;
}

.text-blue-800\/60 {
  color: rgb(var(--blue-800, 30 64 175) / 0.6) !important;
}

.text-blue-800\/65 {
  color: rgb(var(--blue-800, 30 64 175) / 0.65) !important;
}

.text-blue-800\/70 {
  color: rgb(var(--blue-800, 30 64 175) / 0.7) !important;
}

.text-blue-800\/75 {
  color: rgb(var(--blue-800, 30 64 175) / 0.75) !important;
}

.text-blue-800\/80 {
  color: rgb(var(--blue-800, 30 64 175) / 0.8) !important;
}

.text-blue-800\/85 {
  color: rgb(var(--blue-800, 30 64 175) / 0.85) !important;
}

.text-blue-800\/90 {
  color: rgb(var(--blue-800, 30 64 175) / 0.9) !important;
}

.text-blue-800\/95 {
  color: rgb(var(--blue-800, 30 64 175) / 0.95) !important;
}

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

.text-blue-900\/0 {
  color: rgb(30 58 138 / 0) !important;
}

.text-blue-900\/10 {
  color: rgb(30 58 138 / 0.1) !important;
}

.text-blue-900\/100 {
  color: rgb(30 58 138 / 1) !important;
}

.text-blue-900\/15 {
  color: rgb(30 58 138 / 0.15) !important;
}

.text-blue-900\/20 {
  color: rgb(30 58 138 / 0.2) !important;
}

.text-blue-900\/25 {
  color: rgb(30 58 138 / 0.25) !important;
}

.text-blue-900\/30 {
  color: rgb(30 58 138 / 0.3) !important;
}

.text-blue-900\/35 {
  color: rgb(30 58 138 / 0.35) !important;
}

.text-blue-900\/40 {
  color: rgb(30 58 138 / 0.4) !important;
}

.text-blue-900\/45 {
  color: rgb(30 58 138 / 0.45) !important;
}

.text-blue-900\/5 {
  color: rgb(30 58 138 / 0.05) !important;
}

.text-blue-900\/50 {
  color: rgb(30 58 138 / 0.5) !important;
}

.text-blue-900\/55 {
  color: rgb(30 58 138 / 0.55) !important;
}

.text-blue-900\/60 {
  color: rgb(30 58 138 / 0.6) !important;
}

.text-blue-900\/65 {
  color: rgb(30 58 138 / 0.65) !important;
}

.text-blue-900\/70 {
  color: rgb(30 58 138 / 0.7) !important;
}

.text-blue-900\/75 {
  color: rgb(30 58 138 / 0.75) !important;
}

.text-blue-900\/80 {
  color: rgb(30 58 138 / 0.8) !important;
}

.text-blue-900\/85 {
  color: rgb(30 58 138 / 0.85) !important;
}

.text-blue-900\/90 {
  color: rgb(30 58 138 / 0.9) !important;
}

.text-blue-900\/95 {
  color: rgb(30 58 138 / 0.95) !important;
}

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

.text-cyan-100\/0 {
  color: rgb(207 250 254 / 0) !important;
}

.text-cyan-100\/10 {
  color: rgb(207 250 254 / 0.1) !important;
}

.text-cyan-100\/100 {
  color: rgb(207 250 254 / 1) !important;
}

.text-cyan-100\/15 {
  color: rgb(207 250 254 / 0.15) !important;
}

.text-cyan-100\/20 {
  color: rgb(207 250 254 / 0.2) !important;
}

.text-cyan-100\/25 {
  color: rgb(207 250 254 / 0.25) !important;
}

.text-cyan-100\/30 {
  color: rgb(207 250 254 / 0.3) !important;
}

.text-cyan-100\/35 {
  color: rgb(207 250 254 / 0.35) !important;
}

.text-cyan-100\/40 {
  color: rgb(207 250 254 / 0.4) !important;
}

.text-cyan-100\/45 {
  color: rgb(207 250 254 / 0.45) !important;
}

.text-cyan-100\/5 {
  color: rgb(207 250 254 / 0.05) !important;
}

.text-cyan-100\/50 {
  color: rgb(207 250 254 / 0.5) !important;
}

.text-cyan-100\/55 {
  color: rgb(207 250 254 / 0.55) !important;
}

.text-cyan-100\/60 {
  color: rgb(207 250 254 / 0.6) !important;
}

.text-cyan-100\/65 {
  color: rgb(207 250 254 / 0.65) !important;
}

.text-cyan-100\/70 {
  color: rgb(207 250 254 / 0.7) !important;
}

.text-cyan-100\/75 {
  color: rgb(207 250 254 / 0.75) !important;
}

.text-cyan-100\/80 {
  color: rgb(207 250 254 / 0.8) !important;
}

.text-cyan-100\/85 {
  color: rgb(207 250 254 / 0.85) !important;
}

.text-cyan-100\/90 {
  color: rgb(207 250 254 / 0.9) !important;
}

.text-cyan-100\/95 {
  color: rgb(207 250 254 / 0.95) !important;
}

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

.text-cyan-200\/0 {
  color: rgb(165 243 252 / 0) !important;
}

.text-cyan-200\/10 {
  color: rgb(165 243 252 / 0.1) !important;
}

.text-cyan-200\/100 {
  color: rgb(165 243 252 / 1) !important;
}

.text-cyan-200\/15 {
  color: rgb(165 243 252 / 0.15) !important;
}

.text-cyan-200\/20 {
  color: rgb(165 243 252 / 0.2) !important;
}

.text-cyan-200\/25 {
  color: rgb(165 243 252 / 0.25) !important;
}

.text-cyan-200\/30 {
  color: rgb(165 243 252 / 0.3) !important;
}

.text-cyan-200\/35 {
  color: rgb(165 243 252 / 0.35) !important;
}

.text-cyan-200\/40 {
  color: rgb(165 243 252 / 0.4) !important;
}

.text-cyan-200\/45 {
  color: rgb(165 243 252 / 0.45) !important;
}

.text-cyan-200\/5 {
  color: rgb(165 243 252 / 0.05) !important;
}

.text-cyan-200\/50 {
  color: rgb(165 243 252 / 0.5) !important;
}

.text-cyan-200\/55 {
  color: rgb(165 243 252 / 0.55) !important;
}

.text-cyan-200\/60 {
  color: rgb(165 243 252 / 0.6) !important;
}

.text-cyan-200\/65 {
  color: rgb(165 243 252 / 0.65) !important;
}

.text-cyan-200\/70 {
  color: rgb(165 243 252 / 0.7) !important;
}

.text-cyan-200\/75 {
  color: rgb(165 243 252 / 0.75) !important;
}

.text-cyan-200\/80 {
  color: rgb(165 243 252 / 0.8) !important;
}

.text-cyan-200\/85 {
  color: rgb(165 243 252 / 0.85) !important;
}

.text-cyan-200\/90 {
  color: rgb(165 243 252 / 0.9) !important;
}

.text-cyan-200\/95 {
  color: rgb(165 243 252 / 0.95) !important;
}

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

.text-cyan-300\/0 {
  color: rgb(103 232 249 / 0) !important;
}

.text-cyan-300\/10 {
  color: rgb(103 232 249 / 0.1) !important;
}

.text-cyan-300\/100 {
  color: rgb(103 232 249 / 1) !important;
}

.text-cyan-300\/15 {
  color: rgb(103 232 249 / 0.15) !important;
}

.text-cyan-300\/20 {
  color: rgb(103 232 249 / 0.2) !important;
}

.text-cyan-300\/25 {
  color: rgb(103 232 249 / 0.25) !important;
}

.text-cyan-300\/30 {
  color: rgb(103 232 249 / 0.3) !important;
}

.text-cyan-300\/35 {
  color: rgb(103 232 249 / 0.35) !important;
}

.text-cyan-300\/40 {
  color: rgb(103 232 249 / 0.4) !important;
}

.text-cyan-300\/45 {
  color: rgb(103 232 249 / 0.45) !important;
}

.text-cyan-300\/5 {
  color: rgb(103 232 249 / 0.05) !important;
}

.text-cyan-300\/50 {
  color: rgb(103 232 249 / 0.5) !important;
}

.text-cyan-300\/55 {
  color: rgb(103 232 249 / 0.55) !important;
}

.text-cyan-300\/60 {
  color: rgb(103 232 249 / 0.6) !important;
}

.text-cyan-300\/65 {
  color: rgb(103 232 249 / 0.65) !important;
}

.text-cyan-300\/70 {
  color: rgb(103 232 249 / 0.7) !important;
}

.text-cyan-300\/75 {
  color: rgb(103 232 249 / 0.75) !important;
}

.text-cyan-300\/80 {
  color: rgb(103 232 249 / 0.8) !important;
}

.text-cyan-300\/85 {
  color: rgb(103 232 249 / 0.85) !important;
}

.text-cyan-300\/90 {
  color: rgb(103 232 249 / 0.9) !important;
}

.text-cyan-300\/95 {
  color: rgb(103 232 249 / 0.95) !important;
}

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

.text-cyan-400\/0 {
  color: rgb(34 211 238 / 0) !important;
}

.text-cyan-400\/10 {
  color: rgb(34 211 238 / 0.1) !important;
}

.text-cyan-400\/100 {
  color: rgb(34 211 238 / 1) !important;
}

.text-cyan-400\/15 {
  color: rgb(34 211 238 / 0.15) !important;
}

.text-cyan-400\/20 {
  color: rgb(34 211 238 / 0.2) !important;
}

.text-cyan-400\/25 {
  color: rgb(34 211 238 / 0.25) !important;
}

.text-cyan-400\/30 {
  color: rgb(34 211 238 / 0.3) !important;
}

.text-cyan-400\/35 {
  color: rgb(34 211 238 / 0.35) !important;
}

.text-cyan-400\/40 {
  color: rgb(34 211 238 / 0.4) !important;
}

.text-cyan-400\/45 {
  color: rgb(34 211 238 / 0.45) !important;
}

.text-cyan-400\/5 {
  color: rgb(34 211 238 / 0.05) !important;
}

.text-cyan-400\/50 {
  color: rgb(34 211 238 / 0.5) !important;
}

.text-cyan-400\/55 {
  color: rgb(34 211 238 / 0.55) !important;
}

.text-cyan-400\/60 {
  color: rgb(34 211 238 / 0.6) !important;
}

.text-cyan-400\/65 {
  color: rgb(34 211 238 / 0.65) !important;
}

.text-cyan-400\/70 {
  color: rgb(34 211 238 / 0.7) !important;
}

.text-cyan-400\/75 {
  color: rgb(34 211 238 / 0.75) !important;
}

.text-cyan-400\/80 {
  color: rgb(34 211 238 / 0.8) !important;
}

.text-cyan-400\/85 {
  color: rgb(34 211 238 / 0.85) !important;
}

.text-cyan-400\/90 {
  color: rgb(34 211 238 / 0.9) !important;
}

.text-cyan-400\/95 {
  color: rgb(34 211 238 / 0.95) !important;
}

.text-cyan-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(236 254 255 / var(--tw-text-opacity, 1)) !important;
}

.text-cyan-50\/0 {
  color: rgb(236 254 255 / 0) !important;
}

.text-cyan-50\/10 {
  color: rgb(236 254 255 / 0.1) !important;
}

.text-cyan-50\/100 {
  color: rgb(236 254 255 / 1) !important;
}

.text-cyan-50\/15 {
  color: rgb(236 254 255 / 0.15) !important;
}

.text-cyan-50\/20 {
  color: rgb(236 254 255 / 0.2) !important;
}

.text-cyan-50\/25 {
  color: rgb(236 254 255 / 0.25) !important;
}

.text-cyan-50\/30 {
  color: rgb(236 254 255 / 0.3) !important;
}

.text-cyan-50\/35 {
  color: rgb(236 254 255 / 0.35) !important;
}

.text-cyan-50\/40 {
  color: rgb(236 254 255 / 0.4) !important;
}

.text-cyan-50\/45 {
  color: rgb(236 254 255 / 0.45) !important;
}

.text-cyan-50\/5 {
  color: rgb(236 254 255 / 0.05) !important;
}

.text-cyan-50\/50 {
  color: rgb(236 254 255 / 0.5) !important;
}

.text-cyan-50\/55 {
  color: rgb(236 254 255 / 0.55) !important;
}

.text-cyan-50\/60 {
  color: rgb(236 254 255 / 0.6) !important;
}

.text-cyan-50\/65 {
  color: rgb(236 254 255 / 0.65) !important;
}

.text-cyan-50\/70 {
  color: rgb(236 254 255 / 0.7) !important;
}

.text-cyan-50\/75 {
  color: rgb(236 254 255 / 0.75) !important;
}

.text-cyan-50\/80 {
  color: rgb(236 254 255 / 0.8) !important;
}

.text-cyan-50\/85 {
  color: rgb(236 254 255 / 0.85) !important;
}

.text-cyan-50\/90 {
  color: rgb(236 254 255 / 0.9) !important;
}

.text-cyan-50\/95 {
  color: rgb(236 254 255 / 0.95) !important;
}

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

.text-cyan-500\/0 {
  color: rgb(6 182 212 / 0) !important;
}

.text-cyan-500\/10 {
  color: rgb(6 182 212 / 0.1) !important;
}

.text-cyan-500\/100 {
  color: rgb(6 182 212 / 1) !important;
}

.text-cyan-500\/15 {
  color: rgb(6 182 212 / 0.15) !important;
}

.text-cyan-500\/20 {
  color: rgb(6 182 212 / 0.2) !important;
}

.text-cyan-500\/25 {
  color: rgb(6 182 212 / 0.25) !important;
}

.text-cyan-500\/30 {
  color: rgb(6 182 212 / 0.3) !important;
}

.text-cyan-500\/35 {
  color: rgb(6 182 212 / 0.35) !important;
}

.text-cyan-500\/40 {
  color: rgb(6 182 212 / 0.4) !important;
}

.text-cyan-500\/45 {
  color: rgb(6 182 212 / 0.45) !important;
}

.text-cyan-500\/5 {
  color: rgb(6 182 212 / 0.05) !important;
}

.text-cyan-500\/50 {
  color: rgb(6 182 212 / 0.5) !important;
}

.text-cyan-500\/55 {
  color: rgb(6 182 212 / 0.55) !important;
}

.text-cyan-500\/60 {
  color: rgb(6 182 212 / 0.6) !important;
}

.text-cyan-500\/65 {
  color: rgb(6 182 212 / 0.65) !important;
}

.text-cyan-500\/70 {
  color: rgb(6 182 212 / 0.7) !important;
}

.text-cyan-500\/75 {
  color: rgb(6 182 212 / 0.75) !important;
}

.text-cyan-500\/80 {
  color: rgb(6 182 212 / 0.8) !important;
}

.text-cyan-500\/85 {
  color: rgb(6 182 212 / 0.85) !important;
}

.text-cyan-500\/90 {
  color: rgb(6 182 212 / 0.9) !important;
}

.text-cyan-500\/95 {
  color: rgb(6 182 212 / 0.95) !important;
}

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

.text-cyan-600\/0 {
  color: rgb(8 145 178 / 0) !important;
}

.text-cyan-600\/10 {
  color: rgb(8 145 178 / 0.1) !important;
}

.text-cyan-600\/100 {
  color: rgb(8 145 178 / 1) !important;
}

.text-cyan-600\/15 {
  color: rgb(8 145 178 / 0.15) !important;
}

.text-cyan-600\/20 {
  color: rgb(8 145 178 / 0.2) !important;
}

.text-cyan-600\/25 {
  color: rgb(8 145 178 / 0.25) !important;
}

.text-cyan-600\/30 {
  color: rgb(8 145 178 / 0.3) !important;
}

.text-cyan-600\/35 {
  color: rgb(8 145 178 / 0.35) !important;
}

.text-cyan-600\/40 {
  color: rgb(8 145 178 / 0.4) !important;
}

.text-cyan-600\/45 {
  color: rgb(8 145 178 / 0.45) !important;
}

.text-cyan-600\/5 {
  color: rgb(8 145 178 / 0.05) !important;
}

.text-cyan-600\/50 {
  color: rgb(8 145 178 / 0.5) !important;
}

.text-cyan-600\/55 {
  color: rgb(8 145 178 / 0.55) !important;
}

.text-cyan-600\/60 {
  color: rgb(8 145 178 / 0.6) !important;
}

.text-cyan-600\/65 {
  color: rgb(8 145 178 / 0.65) !important;
}

.text-cyan-600\/70 {
  color: rgb(8 145 178 / 0.7) !important;
}

.text-cyan-600\/75 {
  color: rgb(8 145 178 / 0.75) !important;
}

.text-cyan-600\/80 {
  color: rgb(8 145 178 / 0.8) !important;
}

.text-cyan-600\/85 {
  color: rgb(8 145 178 / 0.85) !important;
}

.text-cyan-600\/90 {
  color: rgb(8 145 178 / 0.9) !important;
}

.text-cyan-600\/95 {
  color: rgb(8 145 178 / 0.95) !important;
}

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

.text-cyan-700\/0 {
  color: rgb(14 116 144 / 0) !important;
}

.text-cyan-700\/10 {
  color: rgb(14 116 144 / 0.1) !important;
}

.text-cyan-700\/100 {
  color: rgb(14 116 144 / 1) !important;
}

.text-cyan-700\/15 {
  color: rgb(14 116 144 / 0.15) !important;
}

.text-cyan-700\/20 {
  color: rgb(14 116 144 / 0.2) !important;
}

.text-cyan-700\/25 {
  color: rgb(14 116 144 / 0.25) !important;
}

.text-cyan-700\/30 {
  color: rgb(14 116 144 / 0.3) !important;
}

.text-cyan-700\/35 {
  color: rgb(14 116 144 / 0.35) !important;
}

.text-cyan-700\/40 {
  color: rgb(14 116 144 / 0.4) !important;
}

.text-cyan-700\/45 {
  color: rgb(14 116 144 / 0.45) !important;
}

.text-cyan-700\/5 {
  color: rgb(14 116 144 / 0.05) !important;
}

.text-cyan-700\/50 {
  color: rgb(14 116 144 / 0.5) !important;
}

.text-cyan-700\/55 {
  color: rgb(14 116 144 / 0.55) !important;
}

.text-cyan-700\/60 {
  color: rgb(14 116 144 / 0.6) !important;
}

.text-cyan-700\/65 {
  color: rgb(14 116 144 / 0.65) !important;
}

.text-cyan-700\/70 {
  color: rgb(14 116 144 / 0.7) !important;
}

.text-cyan-700\/75 {
  color: rgb(14 116 144 / 0.75) !important;
}

.text-cyan-700\/80 {
  color: rgb(14 116 144 / 0.8) !important;
}

.text-cyan-700\/85 {
  color: rgb(14 116 144 / 0.85) !important;
}

.text-cyan-700\/90 {
  color: rgb(14 116 144 / 0.9) !important;
}

.text-cyan-700\/95 {
  color: rgb(14 116 144 / 0.95) !important;
}

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

.text-cyan-800\/0 {
  color: rgb(21 94 117 / 0) !important;
}

.text-cyan-800\/10 {
  color: rgb(21 94 117 / 0.1) !important;
}

.text-cyan-800\/100 {
  color: rgb(21 94 117 / 1) !important;
}

.text-cyan-800\/15 {
  color: rgb(21 94 117 / 0.15) !important;
}

.text-cyan-800\/20 {
  color: rgb(21 94 117 / 0.2) !important;
}

.text-cyan-800\/25 {
  color: rgb(21 94 117 / 0.25) !important;
}

.text-cyan-800\/30 {
  color: rgb(21 94 117 / 0.3) !important;
}

.text-cyan-800\/35 {
  color: rgb(21 94 117 / 0.35) !important;
}

.text-cyan-800\/40 {
  color: rgb(21 94 117 / 0.4) !important;
}

.text-cyan-800\/45 {
  color: rgb(21 94 117 / 0.45) !important;
}

.text-cyan-800\/5 {
  color: rgb(21 94 117 / 0.05) !important;
}

.text-cyan-800\/50 {
  color: rgb(21 94 117 / 0.5) !important;
}

.text-cyan-800\/55 {
  color: rgb(21 94 117 / 0.55) !important;
}

.text-cyan-800\/60 {
  color: rgb(21 94 117 / 0.6) !important;
}

.text-cyan-800\/65 {
  color: rgb(21 94 117 / 0.65) !important;
}

.text-cyan-800\/70 {
  color: rgb(21 94 117 / 0.7) !important;
}

.text-cyan-800\/75 {
  color: rgb(21 94 117 / 0.75) !important;
}

.text-cyan-800\/80 {
  color: rgb(21 94 117 / 0.8) !important;
}

.text-cyan-800\/85 {
  color: rgb(21 94 117 / 0.85) !important;
}

.text-cyan-800\/90 {
  color: rgb(21 94 117 / 0.9) !important;
}

.text-cyan-800\/95 {
  color: rgb(21 94 117 / 0.95) !important;
}

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

.text-cyan-900\/0 {
  color: rgb(22 78 99 / 0) !important;
}

.text-cyan-900\/10 {
  color: rgb(22 78 99 / 0.1) !important;
}

.text-cyan-900\/100 {
  color: rgb(22 78 99 / 1) !important;
}

.text-cyan-900\/15 {
  color: rgb(22 78 99 / 0.15) !important;
}

.text-cyan-900\/20 {
  color: rgb(22 78 99 / 0.2) !important;
}

.text-cyan-900\/25 {
  color: rgb(22 78 99 / 0.25) !important;
}

.text-cyan-900\/30 {
  color: rgb(22 78 99 / 0.3) !important;
}

.text-cyan-900\/35 {
  color: rgb(22 78 99 / 0.35) !important;
}

.text-cyan-900\/40 {
  color: rgb(22 78 99 / 0.4) !important;
}

.text-cyan-900\/45 {
  color: rgb(22 78 99 / 0.45) !important;
}

.text-cyan-900\/5 {
  color: rgb(22 78 99 / 0.05) !important;
}

.text-cyan-900\/50 {
  color: rgb(22 78 99 / 0.5) !important;
}

.text-cyan-900\/55 {
  color: rgb(22 78 99 / 0.55) !important;
}

.text-cyan-900\/60 {
  color: rgb(22 78 99 / 0.6) !important;
}

.text-cyan-900\/65 {
  color: rgb(22 78 99 / 0.65) !important;
}

.text-cyan-900\/70 {
  color: rgb(22 78 99 / 0.7) !important;
}

.text-cyan-900\/75 {
  color: rgb(22 78 99 / 0.75) !important;
}

.text-cyan-900\/80 {
  color: rgb(22 78 99 / 0.8) !important;
}

.text-cyan-900\/85 {
  color: rgb(22 78 99 / 0.85) !important;
}

.text-cyan-900\/90 {
  color: rgb(22 78 99 / 0.9) !important;
}

.text-cyan-900\/95 {
  color: rgb(22 78 99 / 0.95) !important;
}

.text-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(60 72 88 / var(--tw-text-opacity, 1)) !important;
}

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

.text-emerald-100\/0 {
  color: rgb(209 250 229 / 0) !important;
}

.text-emerald-100\/10 {
  color: rgb(209 250 229 / 0.1) !important;
}

.text-emerald-100\/100 {
  color: rgb(209 250 229 / 1) !important;
}

.text-emerald-100\/15 {
  color: rgb(209 250 229 / 0.15) !important;
}

.text-emerald-100\/20 {
  color: rgb(209 250 229 / 0.2) !important;
}

.text-emerald-100\/25 {
  color: rgb(209 250 229 / 0.25) !important;
}

.text-emerald-100\/30 {
  color: rgb(209 250 229 / 0.3) !important;
}

.text-emerald-100\/35 {
  color: rgb(209 250 229 / 0.35) !important;
}

.text-emerald-100\/40 {
  color: rgb(209 250 229 / 0.4) !important;
}

.text-emerald-100\/45 {
  color: rgb(209 250 229 / 0.45) !important;
}

.text-emerald-100\/5 {
  color: rgb(209 250 229 / 0.05) !important;
}

.text-emerald-100\/50 {
  color: rgb(209 250 229 / 0.5) !important;
}

.text-emerald-100\/55 {
  color: rgb(209 250 229 / 0.55) !important;
}

.text-emerald-100\/60 {
  color: rgb(209 250 229 / 0.6) !important;
}

.text-emerald-100\/65 {
  color: rgb(209 250 229 / 0.65) !important;
}

.text-emerald-100\/70 {
  color: rgb(209 250 229 / 0.7) !important;
}

.text-emerald-100\/75 {
  color: rgb(209 250 229 / 0.75) !important;
}

.text-emerald-100\/80 {
  color: rgb(209 250 229 / 0.8) !important;
}

.text-emerald-100\/85 {
  color: rgb(209 250 229 / 0.85) !important;
}

.text-emerald-100\/90 {
  color: rgb(209 250 229 / 0.9) !important;
}

.text-emerald-100\/95 {
  color: rgb(209 250 229 / 0.95) !important;
}

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

.text-emerald-200\/0 {
  color: rgb(167 243 208 / 0) !important;
}

.text-emerald-200\/10 {
  color: rgb(167 243 208 / 0.1) !important;
}

.text-emerald-200\/100 {
  color: rgb(167 243 208 / 1) !important;
}

.text-emerald-200\/15 {
  color: rgb(167 243 208 / 0.15) !important;
}

.text-emerald-200\/20 {
  color: rgb(167 243 208 / 0.2) !important;
}

.text-emerald-200\/25 {
  color: rgb(167 243 208 / 0.25) !important;
}

.text-emerald-200\/30 {
  color: rgb(167 243 208 / 0.3) !important;
}

.text-emerald-200\/35 {
  color: rgb(167 243 208 / 0.35) !important;
}

.text-emerald-200\/40 {
  color: rgb(167 243 208 / 0.4) !important;
}

.text-emerald-200\/45 {
  color: rgb(167 243 208 / 0.45) !important;
}

.text-emerald-200\/5 {
  color: rgb(167 243 208 / 0.05) !important;
}

.text-emerald-200\/50 {
  color: rgb(167 243 208 / 0.5) !important;
}

.text-emerald-200\/55 {
  color: rgb(167 243 208 / 0.55) !important;
}

.text-emerald-200\/60 {
  color: rgb(167 243 208 / 0.6) !important;
}

.text-emerald-200\/65 {
  color: rgb(167 243 208 / 0.65) !important;
}

.text-emerald-200\/70 {
  color: rgb(167 243 208 / 0.7) !important;
}

.text-emerald-200\/75 {
  color: rgb(167 243 208 / 0.75) !important;
}

.text-emerald-200\/80 {
  color: rgb(167 243 208 / 0.8) !important;
}

.text-emerald-200\/85 {
  color: rgb(167 243 208 / 0.85) !important;
}

.text-emerald-200\/90 {
  color: rgb(167 243 208 / 0.9) !important;
}

.text-emerald-200\/95 {
  color: rgb(167 243 208 / 0.95) !important;
}

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

.text-emerald-300\/0 {
  color: rgb(110 231 183 / 0) !important;
}

.text-emerald-300\/10 {
  color: rgb(110 231 183 / 0.1) !important;
}

.text-emerald-300\/100 {
  color: rgb(110 231 183 / 1) !important;
}

.text-emerald-300\/15 {
  color: rgb(110 231 183 / 0.15) !important;
}

.text-emerald-300\/20 {
  color: rgb(110 231 183 / 0.2) !important;
}

.text-emerald-300\/25 {
  color: rgb(110 231 183 / 0.25) !important;
}

.text-emerald-300\/30 {
  color: rgb(110 231 183 / 0.3) !important;
}

.text-emerald-300\/35 {
  color: rgb(110 231 183 / 0.35) !important;
}

.text-emerald-300\/40 {
  color: rgb(110 231 183 / 0.4) !important;
}

.text-emerald-300\/45 {
  color: rgb(110 231 183 / 0.45) !important;
}

.text-emerald-300\/5 {
  color: rgb(110 231 183 / 0.05) !important;
}

.text-emerald-300\/50 {
  color: rgb(110 231 183 / 0.5) !important;
}

.text-emerald-300\/55 {
  color: rgb(110 231 183 / 0.55) !important;
}

.text-emerald-300\/60 {
  color: rgb(110 231 183 / 0.6) !important;
}

.text-emerald-300\/65 {
  color: rgb(110 231 183 / 0.65) !important;
}

.text-emerald-300\/70 {
  color: rgb(110 231 183 / 0.7) !important;
}

.text-emerald-300\/75 {
  color: rgb(110 231 183 / 0.75) !important;
}

.text-emerald-300\/80 {
  color: rgb(110 231 183 / 0.8) !important;
}

.text-emerald-300\/85 {
  color: rgb(110 231 183 / 0.85) !important;
}

.text-emerald-300\/90 {
  color: rgb(110 231 183 / 0.9) !important;
}

.text-emerald-300\/95 {
  color: rgb(110 231 183 / 0.95) !important;
}

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

.text-emerald-400\/0 {
  color: rgb(52 211 153 / 0) !important;
}

.text-emerald-400\/10 {
  color: rgb(52 211 153 / 0.1) !important;
}

.text-emerald-400\/100 {
  color: rgb(52 211 153 / 1) !important;
}

.text-emerald-400\/15 {
  color: rgb(52 211 153 / 0.15) !important;
}

.text-emerald-400\/20 {
  color: rgb(52 211 153 / 0.2) !important;
}

.text-emerald-400\/25 {
  color: rgb(52 211 153 / 0.25) !important;
}

.text-emerald-400\/30 {
  color: rgb(52 211 153 / 0.3) !important;
}

.text-emerald-400\/35 {
  color: rgb(52 211 153 / 0.35) !important;
}

.text-emerald-400\/40 {
  color: rgb(52 211 153 / 0.4) !important;
}

.text-emerald-400\/45 {
  color: rgb(52 211 153 / 0.45) !important;
}

.text-emerald-400\/5 {
  color: rgb(52 211 153 / 0.05) !important;
}

.text-emerald-400\/50 {
  color: rgb(52 211 153 / 0.5) !important;
}

.text-emerald-400\/55 {
  color: rgb(52 211 153 / 0.55) !important;
}

.text-emerald-400\/60 {
  color: rgb(52 211 153 / 0.6) !important;
}

.text-emerald-400\/65 {
  color: rgb(52 211 153 / 0.65) !important;
}

.text-emerald-400\/70 {
  color: rgb(52 211 153 / 0.7) !important;
}

.text-emerald-400\/75 {
  color: rgb(52 211 153 / 0.75) !important;
}

.text-emerald-400\/80 {
  color: rgb(52 211 153 / 0.8) !important;
}

.text-emerald-400\/85 {
  color: rgb(52 211 153 / 0.85) !important;
}

.text-emerald-400\/90 {
  color: rgb(52 211 153 / 0.9) !important;
}

.text-emerald-400\/95 {
  color: rgb(52 211 153 / 0.95) !important;
}

.text-emerald-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1)) !important;
}

.text-emerald-50\/0 {
  color: rgb(236 253 245 / 0) !important;
}

.text-emerald-50\/10 {
  color: rgb(236 253 245 / 0.1) !important;
}

.text-emerald-50\/100 {
  color: rgb(236 253 245 / 1) !important;
}

.text-emerald-50\/15 {
  color: rgb(236 253 245 / 0.15) !important;
}

.text-emerald-50\/20 {
  color: rgb(236 253 245 / 0.2) !important;
}

.text-emerald-50\/25 {
  color: rgb(236 253 245 / 0.25) !important;
}

.text-emerald-50\/30 {
  color: rgb(236 253 245 / 0.3) !important;
}

.text-emerald-50\/35 {
  color: rgb(236 253 245 / 0.35) !important;
}

.text-emerald-50\/40 {
  color: rgb(236 253 245 / 0.4) !important;
}

.text-emerald-50\/45 {
  color: rgb(236 253 245 / 0.45) !important;
}

.text-emerald-50\/5 {
  color: rgb(236 253 245 / 0.05) !important;
}

.text-emerald-50\/50 {
  color: rgb(236 253 245 / 0.5) !important;
}

.text-emerald-50\/55 {
  color: rgb(236 253 245 / 0.55) !important;
}

.text-emerald-50\/60 {
  color: rgb(236 253 245 / 0.6) !important;
}

.text-emerald-50\/65 {
  color: rgb(236 253 245 / 0.65) !important;
}

.text-emerald-50\/70 {
  color: rgb(236 253 245 / 0.7) !important;
}

.text-emerald-50\/75 {
  color: rgb(236 253 245 / 0.75) !important;
}

.text-emerald-50\/80 {
  color: rgb(236 253 245 / 0.8) !important;
}

.text-emerald-50\/85 {
  color: rgb(236 253 245 / 0.85) !important;
}

.text-emerald-50\/90 {
  color: rgb(236 253 245 / 0.9) !important;
}

.text-emerald-50\/95 {
  color: rgb(236 253 245 / 0.95) !important;
}

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

.text-emerald-500\/0 {
  color: rgb(16 185 129 / 0) !important;
}

.text-emerald-500\/10 {
  color: rgb(16 185 129 / 0.1) !important;
}

.text-emerald-500\/100 {
  color: rgb(16 185 129 / 1) !important;
}

.text-emerald-500\/15 {
  color: rgb(16 185 129 / 0.15) !important;
}

.text-emerald-500\/20 {
  color: rgb(16 185 129 / 0.2) !important;
}

.text-emerald-500\/25 {
  color: rgb(16 185 129 / 0.25) !important;
}

.text-emerald-500\/30 {
  color: rgb(16 185 129 / 0.3) !important;
}

.text-emerald-500\/35 {
  color: rgb(16 185 129 / 0.35) !important;
}

.text-emerald-500\/40 {
  color: rgb(16 185 129 / 0.4) !important;
}

.text-emerald-500\/45 {
  color: rgb(16 185 129 / 0.45) !important;
}

.text-emerald-500\/5 {
  color: rgb(16 185 129 / 0.05) !important;
}

.text-emerald-500\/50 {
  color: rgb(16 185 129 / 0.5) !important;
}

.text-emerald-500\/55 {
  color: rgb(16 185 129 / 0.55) !important;
}

.text-emerald-500\/60 {
  color: rgb(16 185 129 / 0.6) !important;
}

.text-emerald-500\/65 {
  color: rgb(16 185 129 / 0.65) !important;
}

.text-emerald-500\/70 {
  color: rgb(16 185 129 / 0.7) !important;
}

.text-emerald-500\/75 {
  color: rgb(16 185 129 / 0.75) !important;
}

.text-emerald-500\/80 {
  color: rgb(16 185 129 / 0.8) !important;
}

.text-emerald-500\/85 {
  color: rgb(16 185 129 / 0.85) !important;
}

.text-emerald-500\/90 {
  color: rgb(16 185 129 / 0.9) !important;
}

.text-emerald-500\/95 {
  color: rgb(16 185 129 / 0.95) !important;
}

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

.text-emerald-600\/0 {
  color: rgb(5 150 105 / 0) !important;
}

.text-emerald-600\/10 {
  color: rgb(5 150 105 / 0.1) !important;
}

.text-emerald-600\/100 {
  color: rgb(5 150 105 / 1) !important;
}

.text-emerald-600\/15 {
  color: rgb(5 150 105 / 0.15) !important;
}

.text-emerald-600\/20 {
  color: rgb(5 150 105 / 0.2) !important;
}

.text-emerald-600\/25 {
  color: rgb(5 150 105 / 0.25) !important;
}

.text-emerald-600\/30 {
  color: rgb(5 150 105 / 0.3) !important;
}

.text-emerald-600\/35 {
  color: rgb(5 150 105 / 0.35) !important;
}

.text-emerald-600\/40 {
  color: rgb(5 150 105 / 0.4) !important;
}

.text-emerald-600\/45 {
  color: rgb(5 150 105 / 0.45) !important;
}

.text-emerald-600\/5 {
  color: rgb(5 150 105 / 0.05) !important;
}

.text-emerald-600\/50 {
  color: rgb(5 150 105 / 0.5) !important;
}

.text-emerald-600\/55 {
  color: rgb(5 150 105 / 0.55) !important;
}

.text-emerald-600\/60 {
  color: rgb(5 150 105 / 0.6) !important;
}

.text-emerald-600\/65 {
  color: rgb(5 150 105 / 0.65) !important;
}

.text-emerald-600\/70 {
  color: rgb(5 150 105 / 0.7) !important;
}

.text-emerald-600\/75 {
  color: rgb(5 150 105 / 0.75) !important;
}

.text-emerald-600\/80 {
  color: rgb(5 150 105 / 0.8) !important;
}

.text-emerald-600\/85 {
  color: rgb(5 150 105 / 0.85) !important;
}

.text-emerald-600\/90 {
  color: rgb(5 150 105 / 0.9) !important;
}

.text-emerald-600\/95 {
  color: rgb(5 150 105 / 0.95) !important;
}

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

.text-emerald-700\/0 {
  color: rgb(4 120 87 / 0) !important;
}

.text-emerald-700\/10 {
  color: rgb(4 120 87 / 0.1) !important;
}

.text-emerald-700\/100 {
  color: rgb(4 120 87 / 1) !important;
}

.text-emerald-700\/15 {
  color: rgb(4 120 87 / 0.15) !important;
}

.text-emerald-700\/20 {
  color: rgb(4 120 87 / 0.2) !important;
}

.text-emerald-700\/25 {
  color: rgb(4 120 87 / 0.25) !important;
}

.text-emerald-700\/30 {
  color: rgb(4 120 87 / 0.3) !important;
}

.text-emerald-700\/35 {
  color: rgb(4 120 87 / 0.35) !important;
}

.text-emerald-700\/40 {
  color: rgb(4 120 87 / 0.4) !important;
}

.text-emerald-700\/45 {
  color: rgb(4 120 87 / 0.45) !important;
}

.text-emerald-700\/5 {
  color: rgb(4 120 87 / 0.05) !important;
}

.text-emerald-700\/50 {
  color: rgb(4 120 87 / 0.5) !important;
}

.text-emerald-700\/55 {
  color: rgb(4 120 87 / 0.55) !important;
}

.text-emerald-700\/60 {
  color: rgb(4 120 87 / 0.6) !important;
}

.text-emerald-700\/65 {
  color: rgb(4 120 87 / 0.65) !important;
}

.text-emerald-700\/70 {
  color: rgb(4 120 87 / 0.7) !important;
}

.text-emerald-700\/75 {
  color: rgb(4 120 87 / 0.75) !important;
}

.text-emerald-700\/80 {
  color: rgb(4 120 87 / 0.8) !important;
}

.text-emerald-700\/85 {
  color: rgb(4 120 87 / 0.85) !important;
}

.text-emerald-700\/90 {
  color: rgb(4 120 87 / 0.9) !important;
}

.text-emerald-700\/95 {
  color: rgb(4 120 87 / 0.95) !important;
}

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

.text-emerald-800\/0 {
  color: rgb(6 95 70 / 0) !important;
}

.text-emerald-800\/10 {
  color: rgb(6 95 70 / 0.1) !important;
}

.text-emerald-800\/100 {
  color: rgb(6 95 70 / 1) !important;
}

.text-emerald-800\/15 {
  color: rgb(6 95 70 / 0.15) !important;
}

.text-emerald-800\/20 {
  color: rgb(6 95 70 / 0.2) !important;
}

.text-emerald-800\/25 {
  color: rgb(6 95 70 / 0.25) !important;
}

.text-emerald-800\/30 {
  color: rgb(6 95 70 / 0.3) !important;
}

.text-emerald-800\/35 {
  color: rgb(6 95 70 / 0.35) !important;
}

.text-emerald-800\/40 {
  color: rgb(6 95 70 / 0.4) !important;
}

.text-emerald-800\/45 {
  color: rgb(6 95 70 / 0.45) !important;
}

.text-emerald-800\/5 {
  color: rgb(6 95 70 / 0.05) !important;
}

.text-emerald-800\/50 {
  color: rgb(6 95 70 / 0.5) !important;
}

.text-emerald-800\/55 {
  color: rgb(6 95 70 / 0.55) !important;
}

.text-emerald-800\/60 {
  color: rgb(6 95 70 / 0.6) !important;
}

.text-emerald-800\/65 {
  color: rgb(6 95 70 / 0.65) !important;
}

.text-emerald-800\/70 {
  color: rgb(6 95 70 / 0.7) !important;
}

.text-emerald-800\/75 {
  color: rgb(6 95 70 / 0.75) !important;
}

.text-emerald-800\/80 {
  color: rgb(6 95 70 / 0.8) !important;
}

.text-emerald-800\/85 {
  color: rgb(6 95 70 / 0.85) !important;
}

.text-emerald-800\/90 {
  color: rgb(6 95 70 / 0.9) !important;
}

.text-emerald-800\/95 {
  color: rgb(6 95 70 / 0.95) !important;
}

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

.text-emerald-900\/0 {
  color: rgb(6 78 59 / 0) !important;
}

.text-emerald-900\/10 {
  color: rgb(6 78 59 / 0.1) !important;
}

.text-emerald-900\/100 {
  color: rgb(6 78 59 / 1) !important;
}

.text-emerald-900\/15 {
  color: rgb(6 78 59 / 0.15) !important;
}

.text-emerald-900\/20 {
  color: rgb(6 78 59 / 0.2) !important;
}

.text-emerald-900\/25 {
  color: rgb(6 78 59 / 0.25) !important;
}

.text-emerald-900\/30 {
  color: rgb(6 78 59 / 0.3) !important;
}

.text-emerald-900\/35 {
  color: rgb(6 78 59 / 0.35) !important;
}

.text-emerald-900\/40 {
  color: rgb(6 78 59 / 0.4) !important;
}

.text-emerald-900\/45 {
  color: rgb(6 78 59 / 0.45) !important;
}

.text-emerald-900\/5 {
  color: rgb(6 78 59 / 0.05) !important;
}

.text-emerald-900\/50 {
  color: rgb(6 78 59 / 0.5) !important;
}

.text-emerald-900\/55 {
  color: rgb(6 78 59 / 0.55) !important;
}

.text-emerald-900\/60 {
  color: rgb(6 78 59 / 0.6) !important;
}

.text-emerald-900\/65 {
  color: rgb(6 78 59 / 0.65) !important;
}

.text-emerald-900\/70 {
  color: rgb(6 78 59 / 0.7) !important;
}

.text-emerald-900\/75 {
  color: rgb(6 78 59 / 0.75) !important;
}

.text-emerald-900\/80 {
  color: rgb(6 78 59 / 0.8) !important;
}

.text-emerald-900\/85 {
  color: rgb(6 78 59 / 0.85) !important;
}

.text-emerald-900\/90 {
  color: rgb(6 78 59 / 0.9) !important;
}

.text-emerald-900\/95 {
  color: rgb(6 78 59 / 0.95) !important;
}

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

.text-fuchsia-100\/0 {
  color: rgb(250 232 255 / 0) !important;
}

.text-fuchsia-100\/10 {
  color: rgb(250 232 255 / 0.1) !important;
}

.text-fuchsia-100\/100 {
  color: rgb(250 232 255 / 1) !important;
}

.text-fuchsia-100\/15 {
  color: rgb(250 232 255 / 0.15) !important;
}

.text-fuchsia-100\/20 {
  color: rgb(250 232 255 / 0.2) !important;
}

.text-fuchsia-100\/25 {
  color: rgb(250 232 255 / 0.25) !important;
}

.text-fuchsia-100\/30 {
  color: rgb(250 232 255 / 0.3) !important;
}

.text-fuchsia-100\/35 {
  color: rgb(250 232 255 / 0.35) !important;
}

.text-fuchsia-100\/40 {
  color: rgb(250 232 255 / 0.4) !important;
}

.text-fuchsia-100\/45 {
  color: rgb(250 232 255 / 0.45) !important;
}

.text-fuchsia-100\/5 {
  color: rgb(250 232 255 / 0.05) !important;
}

.text-fuchsia-100\/50 {
  color: rgb(250 232 255 / 0.5) !important;
}

.text-fuchsia-100\/55 {
  color: rgb(250 232 255 / 0.55) !important;
}

.text-fuchsia-100\/60 {
  color: rgb(250 232 255 / 0.6) !important;
}

.text-fuchsia-100\/65 {
  color: rgb(250 232 255 / 0.65) !important;
}

.text-fuchsia-100\/70 {
  color: rgb(250 232 255 / 0.7) !important;
}

.text-fuchsia-100\/75 {
  color: rgb(250 232 255 / 0.75) !important;
}

.text-fuchsia-100\/80 {
  color: rgb(250 232 255 / 0.8) !important;
}

.text-fuchsia-100\/85 {
  color: rgb(250 232 255 / 0.85) !important;
}

.text-fuchsia-100\/90 {
  color: rgb(250 232 255 / 0.9) !important;
}

.text-fuchsia-100\/95 {
  color: rgb(250 232 255 / 0.95) !important;
}

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

.text-fuchsia-200\/0 {
  color: rgb(245 208 254 / 0) !important;
}

.text-fuchsia-200\/10 {
  color: rgb(245 208 254 / 0.1) !important;
}

.text-fuchsia-200\/100 {
  color: rgb(245 208 254 / 1) !important;
}

.text-fuchsia-200\/15 {
  color: rgb(245 208 254 / 0.15) !important;
}

.text-fuchsia-200\/20 {
  color: rgb(245 208 254 / 0.2) !important;
}

.text-fuchsia-200\/25 {
  color: rgb(245 208 254 / 0.25) !important;
}

.text-fuchsia-200\/30 {
  color: rgb(245 208 254 / 0.3) !important;
}

.text-fuchsia-200\/35 {
  color: rgb(245 208 254 / 0.35) !important;
}

.text-fuchsia-200\/40 {
  color: rgb(245 208 254 / 0.4) !important;
}

.text-fuchsia-200\/45 {
  color: rgb(245 208 254 / 0.45) !important;
}

.text-fuchsia-200\/5 {
  color: rgb(245 208 254 / 0.05) !important;
}

.text-fuchsia-200\/50 {
  color: rgb(245 208 254 / 0.5) !important;
}

.text-fuchsia-200\/55 {
  color: rgb(245 208 254 / 0.55) !important;
}

.text-fuchsia-200\/60 {
  color: rgb(245 208 254 / 0.6) !important;
}

.text-fuchsia-200\/65 {
  color: rgb(245 208 254 / 0.65) !important;
}

.text-fuchsia-200\/70 {
  color: rgb(245 208 254 / 0.7) !important;
}

.text-fuchsia-200\/75 {
  color: rgb(245 208 254 / 0.75) !important;
}

.text-fuchsia-200\/80 {
  color: rgb(245 208 254 / 0.8) !important;
}

.text-fuchsia-200\/85 {
  color: rgb(245 208 254 / 0.85) !important;
}

.text-fuchsia-200\/90 {
  color: rgb(245 208 254 / 0.9) !important;
}

.text-fuchsia-200\/95 {
  color: rgb(245 208 254 / 0.95) !important;
}

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

.text-fuchsia-300\/0 {
  color: rgb(240 171 252 / 0) !important;
}

.text-fuchsia-300\/10 {
  color: rgb(240 171 252 / 0.1) !important;
}

.text-fuchsia-300\/100 {
  color: rgb(240 171 252 / 1) !important;
}

.text-fuchsia-300\/15 {
  color: rgb(240 171 252 / 0.15) !important;
}

.text-fuchsia-300\/20 {
  color: rgb(240 171 252 / 0.2) !important;
}

.text-fuchsia-300\/25 {
  color: rgb(240 171 252 / 0.25) !important;
}

.text-fuchsia-300\/30 {
  color: rgb(240 171 252 / 0.3) !important;
}

.text-fuchsia-300\/35 {
  color: rgb(240 171 252 / 0.35) !important;
}

.text-fuchsia-300\/40 {
  color: rgb(240 171 252 / 0.4) !important;
}

.text-fuchsia-300\/45 {
  color: rgb(240 171 252 / 0.45) !important;
}

.text-fuchsia-300\/5 {
  color: rgb(240 171 252 / 0.05) !important;
}

.text-fuchsia-300\/50 {
  color: rgb(240 171 252 / 0.5) !important;
}

.text-fuchsia-300\/55 {
  color: rgb(240 171 252 / 0.55) !important;
}

.text-fuchsia-300\/60 {
  color: rgb(240 171 252 / 0.6) !important;
}

.text-fuchsia-300\/65 {
  color: rgb(240 171 252 / 0.65) !important;
}

.text-fuchsia-300\/70 {
  color: rgb(240 171 252 / 0.7) !important;
}

.text-fuchsia-300\/75 {
  color: rgb(240 171 252 / 0.75) !important;
}

.text-fuchsia-300\/80 {
  color: rgb(240 171 252 / 0.8) !important;
}

.text-fuchsia-300\/85 {
  color: rgb(240 171 252 / 0.85) !important;
}

.text-fuchsia-300\/90 {
  color: rgb(240 171 252 / 0.9) !important;
}

.text-fuchsia-300\/95 {
  color: rgb(240 171 252 / 0.95) !important;
}

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

.text-fuchsia-400\/0 {
  color: rgb(232 121 249 / 0) !important;
}

.text-fuchsia-400\/10 {
  color: rgb(232 121 249 / 0.1) !important;
}

.text-fuchsia-400\/100 {
  color: rgb(232 121 249 / 1) !important;
}

.text-fuchsia-400\/15 {
  color: rgb(232 121 249 / 0.15) !important;
}

.text-fuchsia-400\/20 {
  color: rgb(232 121 249 / 0.2) !important;
}

.text-fuchsia-400\/25 {
  color: rgb(232 121 249 / 0.25) !important;
}

.text-fuchsia-400\/30 {
  color: rgb(232 121 249 / 0.3) !important;
}

.text-fuchsia-400\/35 {
  color: rgb(232 121 249 / 0.35) !important;
}

.text-fuchsia-400\/40 {
  color: rgb(232 121 249 / 0.4) !important;
}

.text-fuchsia-400\/45 {
  color: rgb(232 121 249 / 0.45) !important;
}

.text-fuchsia-400\/5 {
  color: rgb(232 121 249 / 0.05) !important;
}

.text-fuchsia-400\/50 {
  color: rgb(232 121 249 / 0.5) !important;
}

.text-fuchsia-400\/55 {
  color: rgb(232 121 249 / 0.55) !important;
}

.text-fuchsia-400\/60 {
  color: rgb(232 121 249 / 0.6) !important;
}

.text-fuchsia-400\/65 {
  color: rgb(232 121 249 / 0.65) !important;
}

.text-fuchsia-400\/70 {
  color: rgb(232 121 249 / 0.7) !important;
}

.text-fuchsia-400\/75 {
  color: rgb(232 121 249 / 0.75) !important;
}

.text-fuchsia-400\/80 {
  color: rgb(232 121 249 / 0.8) !important;
}

.text-fuchsia-400\/85 {
  color: rgb(232 121 249 / 0.85) !important;
}

.text-fuchsia-400\/90 {
  color: rgb(232 121 249 / 0.9) !important;
}

.text-fuchsia-400\/95 {
  color: rgb(232 121 249 / 0.95) !important;
}

.text-fuchsia-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 244 255 / var(--tw-text-opacity, 1)) !important;
}

.text-fuchsia-50\/0 {
  color: rgb(253 244 255 / 0) !important;
}

.text-fuchsia-50\/10 {
  color: rgb(253 244 255 / 0.1) !important;
}

.text-fuchsia-50\/100 {
  color: rgb(253 244 255 / 1) !important;
}

.text-fuchsia-50\/15 {
  color: rgb(253 244 255 / 0.15) !important;
}

.text-fuchsia-50\/20 {
  color: rgb(253 244 255 / 0.2) !important;
}

.text-fuchsia-50\/25 {
  color: rgb(253 244 255 / 0.25) !important;
}

.text-fuchsia-50\/30 {
  color: rgb(253 244 255 / 0.3) !important;
}

.text-fuchsia-50\/35 {
  color: rgb(253 244 255 / 0.35) !important;
}

.text-fuchsia-50\/40 {
  color: rgb(253 244 255 / 0.4) !important;
}

.text-fuchsia-50\/45 {
  color: rgb(253 244 255 / 0.45) !important;
}

.text-fuchsia-50\/5 {
  color: rgb(253 244 255 / 0.05) !important;
}

.text-fuchsia-50\/50 {
  color: rgb(253 244 255 / 0.5) !important;
}

.text-fuchsia-50\/55 {
  color: rgb(253 244 255 / 0.55) !important;
}

.text-fuchsia-50\/60 {
  color: rgb(253 244 255 / 0.6) !important;
}

.text-fuchsia-50\/65 {
  color: rgb(253 244 255 / 0.65) !important;
}

.text-fuchsia-50\/70 {
  color: rgb(253 244 255 / 0.7) !important;
}

.text-fuchsia-50\/75 {
  color: rgb(253 244 255 / 0.75) !important;
}

.text-fuchsia-50\/80 {
  color: rgb(253 244 255 / 0.8) !important;
}

.text-fuchsia-50\/85 {
  color: rgb(253 244 255 / 0.85) !important;
}

.text-fuchsia-50\/90 {
  color: rgb(253 244 255 / 0.9) !important;
}

.text-fuchsia-50\/95 {
  color: rgb(253 244 255 / 0.95) !important;
}

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

.text-fuchsia-500\/0 {
  color: rgb(217 70 239 / 0) !important;
}

.text-fuchsia-500\/10 {
  color: rgb(217 70 239 / 0.1) !important;
}

.text-fuchsia-500\/100 {
  color: rgb(217 70 239 / 1) !important;
}

.text-fuchsia-500\/15 {
  color: rgb(217 70 239 / 0.15) !important;
}

.text-fuchsia-500\/20 {
  color: rgb(217 70 239 / 0.2) !important;
}

.text-fuchsia-500\/25 {
  color: rgb(217 70 239 / 0.25) !important;
}

.text-fuchsia-500\/30 {
  color: rgb(217 70 239 / 0.3) !important;
}

.text-fuchsia-500\/35 {
  color: rgb(217 70 239 / 0.35) !important;
}

.text-fuchsia-500\/40 {
  color: rgb(217 70 239 / 0.4) !important;
}

.text-fuchsia-500\/45 {
  color: rgb(217 70 239 / 0.45) !important;
}

.text-fuchsia-500\/5 {
  color: rgb(217 70 239 / 0.05) !important;
}

.text-fuchsia-500\/50 {
  color: rgb(217 70 239 / 0.5) !important;
}

.text-fuchsia-500\/55 {
  color: rgb(217 70 239 / 0.55) !important;
}

.text-fuchsia-500\/60 {
  color: rgb(217 70 239 / 0.6) !important;
}

.text-fuchsia-500\/65 {
  color: rgb(217 70 239 / 0.65) !important;
}

.text-fuchsia-500\/70 {
  color: rgb(217 70 239 / 0.7) !important;
}

.text-fuchsia-500\/75 {
  color: rgb(217 70 239 / 0.75) !important;
}

.text-fuchsia-500\/80 {
  color: rgb(217 70 239 / 0.8) !important;
}

.text-fuchsia-500\/85 {
  color: rgb(217 70 239 / 0.85) !important;
}

.text-fuchsia-500\/90 {
  color: rgb(217 70 239 / 0.9) !important;
}

.text-fuchsia-500\/95 {
  color: rgb(217 70 239 / 0.95) !important;
}

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

.text-fuchsia-600\/0 {
  color: rgb(192 38 211 / 0) !important;
}

.text-fuchsia-600\/10 {
  color: rgb(192 38 211 / 0.1) !important;
}

.text-fuchsia-600\/100 {
  color: rgb(192 38 211 / 1) !important;
}

.text-fuchsia-600\/15 {
  color: rgb(192 38 211 / 0.15) !important;
}

.text-fuchsia-600\/20 {
  color: rgb(192 38 211 / 0.2) !important;
}

.text-fuchsia-600\/25 {
  color: rgb(192 38 211 / 0.25) !important;
}

.text-fuchsia-600\/30 {
  color: rgb(192 38 211 / 0.3) !important;
}

.text-fuchsia-600\/35 {
  color: rgb(192 38 211 / 0.35) !important;
}

.text-fuchsia-600\/40 {
  color: rgb(192 38 211 / 0.4) !important;
}

.text-fuchsia-600\/45 {
  color: rgb(192 38 211 / 0.45) !important;
}

.text-fuchsia-600\/5 {
  color: rgb(192 38 211 / 0.05) !important;
}

.text-fuchsia-600\/50 {
  color: rgb(192 38 211 / 0.5) !important;
}

.text-fuchsia-600\/55 {
  color: rgb(192 38 211 / 0.55) !important;
}

.text-fuchsia-600\/60 {
  color: rgb(192 38 211 / 0.6) !important;
}

.text-fuchsia-600\/65 {
  color: rgb(192 38 211 / 0.65) !important;
}

.text-fuchsia-600\/70 {
  color: rgb(192 38 211 / 0.7) !important;
}

.text-fuchsia-600\/75 {
  color: rgb(192 38 211 / 0.75) !important;
}

.text-fuchsia-600\/80 {
  color: rgb(192 38 211 / 0.8) !important;
}

.text-fuchsia-600\/85 {
  color: rgb(192 38 211 / 0.85) !important;
}

.text-fuchsia-600\/90 {
  color: rgb(192 38 211 / 0.9) !important;
}

.text-fuchsia-600\/95 {
  color: rgb(192 38 211 / 0.95) !important;
}

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

.text-fuchsia-700\/0 {
  color: rgb(162 28 175 / 0) !important;
}

.text-fuchsia-700\/10 {
  color: rgb(162 28 175 / 0.1) !important;
}

.text-fuchsia-700\/100 {
  color: rgb(162 28 175 / 1) !important;
}

.text-fuchsia-700\/15 {
  color: rgb(162 28 175 / 0.15) !important;
}

.text-fuchsia-700\/20 {
  color: rgb(162 28 175 / 0.2) !important;
}

.text-fuchsia-700\/25 {
  color: rgb(162 28 175 / 0.25) !important;
}

.text-fuchsia-700\/30 {
  color: rgb(162 28 175 / 0.3) !important;
}

.text-fuchsia-700\/35 {
  color: rgb(162 28 175 / 0.35) !important;
}

.text-fuchsia-700\/40 {
  color: rgb(162 28 175 / 0.4) !important;
}

.text-fuchsia-700\/45 {
  color: rgb(162 28 175 / 0.45) !important;
}

.text-fuchsia-700\/5 {
  color: rgb(162 28 175 / 0.05) !important;
}

.text-fuchsia-700\/50 {
  color: rgb(162 28 175 / 0.5) !important;
}

.text-fuchsia-700\/55 {
  color: rgb(162 28 175 / 0.55) !important;
}

.text-fuchsia-700\/60 {
  color: rgb(162 28 175 / 0.6) !important;
}

.text-fuchsia-700\/65 {
  color: rgb(162 28 175 / 0.65) !important;
}

.text-fuchsia-700\/70 {
  color: rgb(162 28 175 / 0.7) !important;
}

.text-fuchsia-700\/75 {
  color: rgb(162 28 175 / 0.75) !important;
}

.text-fuchsia-700\/80 {
  color: rgb(162 28 175 / 0.8) !important;
}

.text-fuchsia-700\/85 {
  color: rgb(162 28 175 / 0.85) !important;
}

.text-fuchsia-700\/90 {
  color: rgb(162 28 175 / 0.9) !important;
}

.text-fuchsia-700\/95 {
  color: rgb(162 28 175 / 0.95) !important;
}

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

.text-fuchsia-800\/0 {
  color: rgb(134 25 143 / 0) !important;
}

.text-fuchsia-800\/10 {
  color: rgb(134 25 143 / 0.1) !important;
}

.text-fuchsia-800\/100 {
  color: rgb(134 25 143 / 1) !important;
}

.text-fuchsia-800\/15 {
  color: rgb(134 25 143 / 0.15) !important;
}

.text-fuchsia-800\/20 {
  color: rgb(134 25 143 / 0.2) !important;
}

.text-fuchsia-800\/25 {
  color: rgb(134 25 143 / 0.25) !important;
}

.text-fuchsia-800\/30 {
  color: rgb(134 25 143 / 0.3) !important;
}

.text-fuchsia-800\/35 {
  color: rgb(134 25 143 / 0.35) !important;
}

.text-fuchsia-800\/40 {
  color: rgb(134 25 143 / 0.4) !important;
}

.text-fuchsia-800\/45 {
  color: rgb(134 25 143 / 0.45) !important;
}

.text-fuchsia-800\/5 {
  color: rgb(134 25 143 / 0.05) !important;
}

.text-fuchsia-800\/50 {
  color: rgb(134 25 143 / 0.5) !important;
}

.text-fuchsia-800\/55 {
  color: rgb(134 25 143 / 0.55) !important;
}

.text-fuchsia-800\/60 {
  color: rgb(134 25 143 / 0.6) !important;
}

.text-fuchsia-800\/65 {
  color: rgb(134 25 143 / 0.65) !important;
}

.text-fuchsia-800\/70 {
  color: rgb(134 25 143 / 0.7) !important;
}

.text-fuchsia-800\/75 {
  color: rgb(134 25 143 / 0.75) !important;
}

.text-fuchsia-800\/80 {
  color: rgb(134 25 143 / 0.8) !important;
}

.text-fuchsia-800\/85 {
  color: rgb(134 25 143 / 0.85) !important;
}

.text-fuchsia-800\/90 {
  color: rgb(134 25 143 / 0.9) !important;
}

.text-fuchsia-800\/95 {
  color: rgb(134 25 143 / 0.95) !important;
}

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

.text-fuchsia-900\/0 {
  color: rgb(112 26 117 / 0) !important;
}

.text-fuchsia-900\/10 {
  color: rgb(112 26 117 / 0.1) !important;
}

.text-fuchsia-900\/100 {
  color: rgb(112 26 117 / 1) !important;
}

.text-fuchsia-900\/15 {
  color: rgb(112 26 117 / 0.15) !important;
}

.text-fuchsia-900\/20 {
  color: rgb(112 26 117 / 0.2) !important;
}

.text-fuchsia-900\/25 {
  color: rgb(112 26 117 / 0.25) !important;
}

.text-fuchsia-900\/30 {
  color: rgb(112 26 117 / 0.3) !important;
}

.text-fuchsia-900\/35 {
  color: rgb(112 26 117 / 0.35) !important;
}

.text-fuchsia-900\/40 {
  color: rgb(112 26 117 / 0.4) !important;
}

.text-fuchsia-900\/45 {
  color: rgb(112 26 117 / 0.45) !important;
}

.text-fuchsia-900\/5 {
  color: rgb(112 26 117 / 0.05) !important;
}

.text-fuchsia-900\/50 {
  color: rgb(112 26 117 / 0.5) !important;
}

.text-fuchsia-900\/55 {
  color: rgb(112 26 117 / 0.55) !important;
}

.text-fuchsia-900\/60 {
  color: rgb(112 26 117 / 0.6) !important;
}

.text-fuchsia-900\/65 {
  color: rgb(112 26 117 / 0.65) !important;
}

.text-fuchsia-900\/70 {
  color: rgb(112 26 117 / 0.7) !important;
}

.text-fuchsia-900\/75 {
  color: rgb(112 26 117 / 0.75) !important;
}

.text-fuchsia-900\/80 {
  color: rgb(112 26 117 / 0.8) !important;
}

.text-fuchsia-900\/85 {
  color: rgb(112 26 117 / 0.85) !important;
}

.text-fuchsia-900\/90 {
  color: rgb(112 26 117 / 0.9) !important;
}

.text-fuchsia-900\/95 {
  color: rgb(112 26 117 / 0.95) !important;
}

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

.text-gray-100\/0 {
  color: rgb(var(--gray-100, 243 244 246) / 0) !important;
}

.text-gray-100\/10 {
  color: rgb(var(--gray-100, 243 244 246) / 0.1) !important;
}

.text-gray-100\/100 {
  color: rgb(var(--gray-100, 243 244 246) / 1) !important;
}

.text-gray-100\/15 {
  color: rgb(var(--gray-100, 243 244 246) / 0.15) !important;
}

.text-gray-100\/20 {
  color: rgb(var(--gray-100, 243 244 246) / 0.2) !important;
}

.text-gray-100\/25 {
  color: rgb(var(--gray-100, 243 244 246) / 0.25) !important;
}

.text-gray-100\/30 {
  color: rgb(var(--gray-100, 243 244 246) / 0.3) !important;
}

.text-gray-100\/35 {
  color: rgb(var(--gray-100, 243 244 246) / 0.35) !important;
}

.text-gray-100\/40 {
  color: rgb(var(--gray-100, 243 244 246) / 0.4) !important;
}

.text-gray-100\/45 {
  color: rgb(var(--gray-100, 243 244 246) / 0.45) !important;
}

.text-gray-100\/5 {
  color: rgb(var(--gray-100, 243 244 246) / 0.05) !important;
}

.text-gray-100\/50 {
  color: rgb(var(--gray-100, 243 244 246) / 0.5) !important;
}

.text-gray-100\/55 {
  color: rgb(var(--gray-100, 243 244 246) / 0.55) !important;
}

.text-gray-100\/60 {
  color: rgb(var(--gray-100, 243 244 246) / 0.6) !important;
}

.text-gray-100\/65 {
  color: rgb(var(--gray-100, 243 244 246) / 0.65) !important;
}

.text-gray-100\/70 {
  color: rgb(var(--gray-100, 243 244 246) / 0.7) !important;
}

.text-gray-100\/75 {
  color: rgb(var(--gray-100, 243 244 246) / 0.75) !important;
}

.text-gray-100\/80 {
  color: rgb(var(--gray-100, 243 244 246) / 0.8) !important;
}

.text-gray-100\/85 {
  color: rgb(var(--gray-100, 243 244 246) / 0.85) !important;
}

.text-gray-100\/90 {
  color: rgb(var(--gray-100, 243 244 246) / 0.9) !important;
}

.text-gray-100\/95 {
  color: rgb(var(--gray-100, 243 244 246) / 0.95) !important;
}

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

.text-gray-200\/0 {
  color: rgb(var(--gray-200, 229 231 235) / 0) !important;
}

.text-gray-200\/10 {
  color: rgb(var(--gray-200, 229 231 235) / 0.1) !important;
}

.text-gray-200\/100 {
  color: rgb(var(--gray-200, 229 231 235) / 1) !important;
}

.text-gray-200\/15 {
  color: rgb(var(--gray-200, 229 231 235) / 0.15) !important;
}

.text-gray-200\/20 {
  color: rgb(var(--gray-200, 229 231 235) / 0.2) !important;
}

.text-gray-200\/25 {
  color: rgb(var(--gray-200, 229 231 235) / 0.25) !important;
}

.text-gray-200\/30 {
  color: rgb(var(--gray-200, 229 231 235) / 0.3) !important;
}

.text-gray-200\/35 {
  color: rgb(var(--gray-200, 229 231 235) / 0.35) !important;
}

.text-gray-200\/40 {
  color: rgb(var(--gray-200, 229 231 235) / 0.4) !important;
}

.text-gray-200\/45 {
  color: rgb(var(--gray-200, 229 231 235) / 0.45) !important;
}

.text-gray-200\/5 {
  color: rgb(var(--gray-200, 229 231 235) / 0.05) !important;
}

.text-gray-200\/50 {
  color: rgb(var(--gray-200, 229 231 235) / 0.5) !important;
}

.text-gray-200\/55 {
  color: rgb(var(--gray-200, 229 231 235) / 0.55) !important;
}

.text-gray-200\/60 {
  color: rgb(var(--gray-200, 229 231 235) / 0.6) !important;
}

.text-gray-200\/65 {
  color: rgb(var(--gray-200, 229 231 235) / 0.65) !important;
}

.text-gray-200\/70 {
  color: rgb(var(--gray-200, 229 231 235) / 0.7) !important;
}

.text-gray-200\/75 {
  color: rgb(var(--gray-200, 229 231 235) / 0.75) !important;
}

.text-gray-200\/80 {
  color: rgb(var(--gray-200, 229 231 235) / 0.8) !important;
}

.text-gray-200\/85 {
  color: rgb(var(--gray-200, 229 231 235) / 0.85) !important;
}

.text-gray-200\/90 {
  color: rgb(var(--gray-200, 229 231 235) / 0.9) !important;
}

.text-gray-200\/95 {
  color: rgb(var(--gray-200, 229 231 235) / 0.95) !important;
}

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

.text-gray-300\/0 {
  color: rgb(var(--gray-300, 209 213 219) / 0) !important;
}

.text-gray-300\/10 {
  color: rgb(var(--gray-300, 209 213 219) / 0.1) !important;
}

.text-gray-300\/100 {
  color: rgb(var(--gray-300, 209 213 219) / 1) !important;
}

.text-gray-300\/15 {
  color: rgb(var(--gray-300, 209 213 219) / 0.15) !important;
}

.text-gray-300\/20 {
  color: rgb(var(--gray-300, 209 213 219) / 0.2) !important;
}

.text-gray-300\/25 {
  color: rgb(var(--gray-300, 209 213 219) / 0.25) !important;
}

.text-gray-300\/30 {
  color: rgb(var(--gray-300, 209 213 219) / 0.3) !important;
}

.text-gray-300\/35 {
  color: rgb(var(--gray-300, 209 213 219) / 0.35) !important;
}

.text-gray-300\/40 {
  color: rgb(var(--gray-300, 209 213 219) / 0.4) !important;
}

.text-gray-300\/45 {
  color: rgb(var(--gray-300, 209 213 219) / 0.45) !important;
}

.text-gray-300\/5 {
  color: rgb(var(--gray-300, 209 213 219) / 0.05) !important;
}

.text-gray-300\/50 {
  color: rgb(var(--gray-300, 209 213 219) / 0.5) !important;
}

.text-gray-300\/55 {
  color: rgb(var(--gray-300, 209 213 219) / 0.55) !important;
}

.text-gray-300\/60 {
  color: rgb(var(--gray-300, 209 213 219) / 0.6) !important;
}

.text-gray-300\/65 {
  color: rgb(var(--gray-300, 209 213 219) / 0.65) !important;
}

.text-gray-300\/70 {
  color: rgb(var(--gray-300, 209 213 219) / 0.7) !important;
}

.text-gray-300\/75 {
  color: rgb(var(--gray-300, 209 213 219) / 0.75) !important;
}

.text-gray-300\/80 {
  color: rgb(var(--gray-300, 209 213 219) / 0.8) !important;
}

.text-gray-300\/85 {
  color: rgb(var(--gray-300, 209 213 219) / 0.85) !important;
}

.text-gray-300\/90 {
  color: rgb(var(--gray-300, 209 213 219) / 0.9) !important;
}

.text-gray-300\/95 {
  color: rgb(var(--gray-300, 209 213 219) / 0.95) !important;
}

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

.text-gray-400\/0 {
  color: rgb(var(--gray-400, 156 163 175) / 0) !important;
}

.text-gray-400\/10 {
  color: rgb(var(--gray-400, 156 163 175) / 0.1) !important;
}

.text-gray-400\/100 {
  color: rgb(var(--gray-400, 156 163 175) / 1) !important;
}

.text-gray-400\/15 {
  color: rgb(var(--gray-400, 156 163 175) / 0.15) !important;
}

.text-gray-400\/20 {
  color: rgb(var(--gray-400, 156 163 175) / 0.2) !important;
}

.text-gray-400\/25 {
  color: rgb(var(--gray-400, 156 163 175) / 0.25) !important;
}

.text-gray-400\/30 {
  color: rgb(var(--gray-400, 156 163 175) / 0.3) !important;
}

.text-gray-400\/35 {
  color: rgb(var(--gray-400, 156 163 175) / 0.35) !important;
}

.text-gray-400\/40 {
  color: rgb(var(--gray-400, 156 163 175) / 0.4) !important;
}

.text-gray-400\/45 {
  color: rgb(var(--gray-400, 156 163 175) / 0.45) !important;
}

.text-gray-400\/5 {
  color: rgb(var(--gray-400, 156 163 175) / 0.05) !important;
}

.text-gray-400\/50 {
  color: rgb(var(--gray-400, 156 163 175) / 0.5) !important;
}

.text-gray-400\/55 {
  color: rgb(var(--gray-400, 156 163 175) / 0.55) !important;
}

.text-gray-400\/60 {
  color: rgb(var(--gray-400, 156 163 175) / 0.6) !important;
}

.text-gray-400\/65 {
  color: rgb(var(--gray-400, 156 163 175) / 0.65) !important;
}

.text-gray-400\/70 {
  color: rgb(var(--gray-400, 156 163 175) / 0.7) !important;
}

.text-gray-400\/75 {
  color: rgb(var(--gray-400, 156 163 175) / 0.75) !important;
}

.text-gray-400\/80 {
  color: rgb(var(--gray-400, 156 163 175) / 0.8) !important;
}

.text-gray-400\/85 {
  color: rgb(var(--gray-400, 156 163 175) / 0.85) !important;
}

.text-gray-400\/90 {
  color: rgb(var(--gray-400, 156 163 175) / 0.9) !important;
}

.text-gray-400\/95 {
  color: rgb(var(--gray-400, 156 163 175) / 0.95) !important;
}

.text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--gray-50, 249 250 251) / var(--tw-text-opacity, 1)) !important;
}

.text-gray-50\/0 {
  color: rgb(var(--gray-50, 249 250 251) / 0) !important;
}

.text-gray-50\/10 {
  color: rgb(var(--gray-50, 249 250 251) / 0.1) !important;
}

.text-gray-50\/100 {
  color: rgb(var(--gray-50, 249 250 251) / 1) !important;
}

.text-gray-50\/15 {
  color: rgb(var(--gray-50, 249 250 251) / 0.15) !important;
}

.text-gray-50\/20 {
  color: rgb(var(--gray-50, 249 250 251) / 0.2) !important;
}

.text-gray-50\/25 {
  color: rgb(var(--gray-50, 249 250 251) / 0.25) !important;
}

.text-gray-50\/30 {
  color: rgb(var(--gray-50, 249 250 251) / 0.3) !important;
}

.text-gray-50\/35 {
  color: rgb(var(--gray-50, 249 250 251) / 0.35) !important;
}

.text-gray-50\/40 {
  color: rgb(var(--gray-50, 249 250 251) / 0.4) !important;
}

.text-gray-50\/45 {
  color: rgb(var(--gray-50, 249 250 251) / 0.45) !important;
}

.text-gray-50\/5 {
  color: rgb(var(--gray-50, 249 250 251) / 0.05) !important;
}

.text-gray-50\/50 {
  color: rgb(var(--gray-50, 249 250 251) / 0.5) !important;
}

.text-gray-50\/55 {
  color: rgb(var(--gray-50, 249 250 251) / 0.55) !important;
}

.text-gray-50\/60 {
  color: rgb(var(--gray-50, 249 250 251) / 0.6) !important;
}

.text-gray-50\/65 {
  color: rgb(var(--gray-50, 249 250 251) / 0.65) !important;
}

.text-gray-50\/70 {
  color: rgb(var(--gray-50, 249 250 251) / 0.7) !important;
}

.text-gray-50\/75 {
  color: rgb(var(--gray-50, 249 250 251) / 0.75) !important;
}

.text-gray-50\/80 {
  color: rgb(var(--gray-50, 249 250 251) / 0.8) !important;
}

.text-gray-50\/85 {
  color: rgb(var(--gray-50, 249 250 251) / 0.85) !important;
}

.text-gray-50\/90 {
  color: rgb(var(--gray-50, 249 250 251) / 0.9) !important;
}

.text-gray-50\/95 {
  color: rgb(var(--gray-50, 249 250 251) / 0.95) !important;
}

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

.text-gray-500\/0 {
  color: rgb(var(--gray-500, 107 114 128) / 0) !important;
}

.text-gray-500\/10 {
  color: rgb(var(--gray-500, 107 114 128) / 0.1) !important;
}

.text-gray-500\/100 {
  color: rgb(var(--gray-500, 107 114 128) / 1) !important;
}

.text-gray-500\/15 {
  color: rgb(var(--gray-500, 107 114 128) / 0.15) !important;
}

.text-gray-500\/20 {
  color: rgb(var(--gray-500, 107 114 128) / 0.2) !important;
}

.text-gray-500\/25 {
  color: rgb(var(--gray-500, 107 114 128) / 0.25) !important;
}

.text-gray-500\/30 {
  color: rgb(var(--gray-500, 107 114 128) / 0.3) !important;
}

.text-gray-500\/35 {
  color: rgb(var(--gray-500, 107 114 128) / 0.35) !important;
}

.text-gray-500\/40 {
  color: rgb(var(--gray-500, 107 114 128) / 0.4) !important;
}

.text-gray-500\/45 {
  color: rgb(var(--gray-500, 107 114 128) / 0.45) !important;
}

.text-gray-500\/5 {
  color: rgb(var(--gray-500, 107 114 128) / 0.05) !important;
}

.text-gray-500\/50 {
  color: rgb(var(--gray-500, 107 114 128) / 0.5) !important;
}

.text-gray-500\/55 {
  color: rgb(var(--gray-500, 107 114 128) / 0.55) !important;
}

.text-gray-500\/60 {
  color: rgb(var(--gray-500, 107 114 128) / 0.6) !important;
}

.text-gray-500\/65 {
  color: rgb(var(--gray-500, 107 114 128) / 0.65) !important;
}

.text-gray-500\/70 {
  color: rgb(var(--gray-500, 107 114 128) / 0.7) !important;
}

.text-gray-500\/75 {
  color: rgb(var(--gray-500, 107 114 128) / 0.75) !important;
}

.text-gray-500\/80 {
  color: rgb(var(--gray-500, 107 114 128) / 0.8) !important;
}

.text-gray-500\/85 {
  color: rgb(var(--gray-500, 107 114 128) / 0.85) !important;
}

.text-gray-500\/90 {
  color: rgb(var(--gray-500, 107 114 128) / 0.9) !important;
}

.text-gray-500\/95 {
  color: rgb(var(--gray-500, 107 114 128) / 0.95) !important;
}

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

.text-gray-600\/0 {
  color: rgb(var(--gray-600, 75 85 99) / 0) !important;
}

.text-gray-600\/10 {
  color: rgb(var(--gray-600, 75 85 99) / 0.1) !important;
}

.text-gray-600\/100 {
  color: rgb(var(--gray-600, 75 85 99) / 1) !important;
}

.text-gray-600\/15 {
  color: rgb(var(--gray-600, 75 85 99) / 0.15) !important;
}

.text-gray-600\/20 {
  color: rgb(var(--gray-600, 75 85 99) / 0.2) !important;
}

.text-gray-600\/25 {
  color: rgb(var(--gray-600, 75 85 99) / 0.25) !important;
}

.text-gray-600\/30 {
  color: rgb(var(--gray-600, 75 85 99) / 0.3) !important;
}

.text-gray-600\/35 {
  color: rgb(var(--gray-600, 75 85 99) / 0.35) !important;
}

.text-gray-600\/40 {
  color: rgb(var(--gray-600, 75 85 99) / 0.4) !important;
}

.text-gray-600\/45 {
  color: rgb(var(--gray-600, 75 85 99) / 0.45) !important;
}

.text-gray-600\/5 {
  color: rgb(var(--gray-600, 75 85 99) / 0.05) !important;
}

.text-gray-600\/50 {
  color: rgb(var(--gray-600, 75 85 99) / 0.5) !important;
}

.text-gray-600\/55 {
  color: rgb(var(--gray-600, 75 85 99) / 0.55) !important;
}

.text-gray-600\/60 {
  color: rgb(var(--gray-600, 75 85 99) / 0.6) !important;
}

.text-gray-600\/65 {
  color: rgb(var(--gray-600, 75 85 99) / 0.65) !important;
}

.text-gray-600\/70 {
  color: rgb(var(--gray-600, 75 85 99) / 0.7) !important;
}

.text-gray-600\/75 {
  color: rgb(var(--gray-600, 75 85 99) / 0.75) !important;
}

.text-gray-600\/80 {
  color: rgb(var(--gray-600, 75 85 99) / 0.8) !important;
}

.text-gray-600\/85 {
  color: rgb(var(--gray-600, 75 85 99) / 0.85) !important;
}

.text-gray-600\/90 {
  color: rgb(var(--gray-600, 75 85 99) / 0.9) !important;
}

.text-gray-600\/95 {
  color: rgb(var(--gray-600, 75 85 99) / 0.95) !important;
}

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

.text-gray-700\/0 {
  color: rgb(var(--gray-700, 55 65 81) / 0) !important;
}

.text-gray-700\/10 {
  color: rgb(var(--gray-700, 55 65 81) / 0.1) !important;
}

.text-gray-700\/100 {
  color: rgb(var(--gray-700, 55 65 81) / 1) !important;
}

.text-gray-700\/15 {
  color: rgb(var(--gray-700, 55 65 81) / 0.15) !important;
}

.text-gray-700\/20 {
  color: rgb(var(--gray-700, 55 65 81) / 0.2) !important;
}

.text-gray-700\/25 {
  color: rgb(var(--gray-700, 55 65 81) / 0.25) !important;
}

.text-gray-700\/30 {
  color: rgb(var(--gray-700, 55 65 81) / 0.3) !important;
}

.text-gray-700\/35 {
  color: rgb(var(--gray-700, 55 65 81) / 0.35) !important;
}

.text-gray-700\/40 {
  color: rgb(var(--gray-700, 55 65 81) / 0.4) !important;
}

.text-gray-700\/45 {
  color: rgb(var(--gray-700, 55 65 81) / 0.45) !important;
}

.text-gray-700\/5 {
  color: rgb(var(--gray-700, 55 65 81) / 0.05) !important;
}

.text-gray-700\/50 {
  color: rgb(var(--gray-700, 55 65 81) / 0.5) !important;
}

.text-gray-700\/55 {
  color: rgb(var(--gray-700, 55 65 81) / 0.55) !important;
}

.text-gray-700\/60 {
  color: rgb(var(--gray-700, 55 65 81) / 0.6) !important;
}

.text-gray-700\/65 {
  color: rgb(var(--gray-700, 55 65 81) / 0.65) !important;
}

.text-gray-700\/70 {
  color: rgb(var(--gray-700, 55 65 81) / 0.7) !important;
}

.text-gray-700\/75 {
  color: rgb(var(--gray-700, 55 65 81) / 0.75) !important;
}

.text-gray-700\/80 {
  color: rgb(var(--gray-700, 55 65 81) / 0.8) !important;
}

.text-gray-700\/85 {
  color: rgb(var(--gray-700, 55 65 81) / 0.85) !important;
}

.text-gray-700\/90 {
  color: rgb(var(--gray-700, 55 65 81) / 0.9) !important;
}

.text-gray-700\/95 {
  color: rgb(var(--gray-700, 55 65 81) / 0.95) !important;
}

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

.text-gray-800\/0 {
  color: rgb(var(--gray-800, 31 41 55) / 0) !important;
}

.text-gray-800\/10 {
  color: rgb(var(--gray-800, 31 41 55) / 0.1) !important;
}

.text-gray-800\/100 {
  color: rgb(var(--gray-800, 31 41 55) / 1) !important;
}

.text-gray-800\/15 {
  color: rgb(var(--gray-800, 31 41 55) / 0.15) !important;
}

.text-gray-800\/20 {
  color: rgb(var(--gray-800, 31 41 55) / 0.2) !important;
}

.text-gray-800\/25 {
  color: rgb(var(--gray-800, 31 41 55) / 0.25) !important;
}

.text-gray-800\/30 {
  color: rgb(var(--gray-800, 31 41 55) / 0.3) !important;
}

.text-gray-800\/35 {
  color: rgb(var(--gray-800, 31 41 55) / 0.35) !important;
}

.text-gray-800\/40 {
  color: rgb(var(--gray-800, 31 41 55) / 0.4) !important;
}

.text-gray-800\/45 {
  color: rgb(var(--gray-800, 31 41 55) / 0.45) !important;
}

.text-gray-800\/5 {
  color: rgb(var(--gray-800, 31 41 55) / 0.05) !important;
}

.text-gray-800\/50 {
  color: rgb(var(--gray-800, 31 41 55) / 0.5) !important;
}

.text-gray-800\/55 {
  color: rgb(var(--gray-800, 31 41 55) / 0.55) !important;
}

.text-gray-800\/60 {
  color: rgb(var(--gray-800, 31 41 55) / 0.6) !important;
}

.text-gray-800\/65 {
  color: rgb(var(--gray-800, 31 41 55) / 0.65) !important;
}

.text-gray-800\/70 {
  color: rgb(var(--gray-800, 31 41 55) / 0.7) !important;
}

.text-gray-800\/75 {
  color: rgb(var(--gray-800, 31 41 55) / 0.75) !important;
}

.text-gray-800\/80 {
  color: rgb(var(--gray-800, 31 41 55) / 0.8) !important;
}

.text-gray-800\/85 {
  color: rgb(var(--gray-800, 31 41 55) / 0.85) !important;
}

.text-gray-800\/90 {
  color: rgb(var(--gray-800, 31 41 55) / 0.9) !important;
}

.text-gray-800\/95 {
  color: rgb(var(--gray-800, 31 41 55) / 0.95) !important;
}

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

.text-gray-900\/0 {
  color: rgb(var(--gray-900, 17 24 39) / 0) !important;
}

.text-gray-900\/10 {
  color: rgb(var(--gray-900, 17 24 39) / 0.1) !important;
}

.text-gray-900\/100 {
  color: rgb(var(--gray-900, 17 24 39) / 1) !important;
}

.text-gray-900\/15 {
  color: rgb(var(--gray-900, 17 24 39) / 0.15) !important;
}

.text-gray-900\/20 {
  color: rgb(var(--gray-900, 17 24 39) / 0.2) !important;
}

.text-gray-900\/25 {
  color: rgb(var(--gray-900, 17 24 39) / 0.25) !important;
}

.text-gray-900\/30 {
  color: rgb(var(--gray-900, 17 24 39) / 0.3) !important;
}

.text-gray-900\/35 {
  color: rgb(var(--gray-900, 17 24 39) / 0.35) !important;
}

.text-gray-900\/40 {
  color: rgb(var(--gray-900, 17 24 39) / 0.4) !important;
}

.text-gray-900\/45 {
  color: rgb(var(--gray-900, 17 24 39) / 0.45) !important;
}

.text-gray-900\/5 {
  color: rgb(var(--gray-900, 17 24 39) / 0.05) !important;
}

.text-gray-900\/50 {
  color: rgb(var(--gray-900, 17 24 39) / 0.5) !important;
}

.text-gray-900\/55 {
  color: rgb(var(--gray-900, 17 24 39) / 0.55) !important;
}

.text-gray-900\/60 {
  color: rgb(var(--gray-900, 17 24 39) / 0.6) !important;
}

.text-gray-900\/65 {
  color: rgb(var(--gray-900, 17 24 39) / 0.65) !important;
}

.text-gray-900\/70 {
  color: rgb(var(--gray-900, 17 24 39) / 0.7) !important;
}

.text-gray-900\/75 {
  color: rgb(var(--gray-900, 17 24 39) / 0.75) !important;
}

.text-gray-900\/80 {
  color: rgb(var(--gray-900, 17 24 39) / 0.8) !important;
}

.text-gray-900\/85 {
  color: rgb(var(--gray-900, 17 24 39) / 0.85) !important;
}

.text-gray-900\/90 {
  color: rgb(var(--gray-900, 17 24 39) / 0.9) !important;
}

.text-gray-900\/95 {
  color: rgb(var(--gray-900, 17 24 39) / 0.95) !important;
}

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

.text-green-100\/0 {
  color: rgb(220 252 231 / 0) !important;
}

.text-green-100\/10 {
  color: rgb(220 252 231 / 0.1) !important;
}

.text-green-100\/100 {
  color: rgb(220 252 231 / 1) !important;
}

.text-green-100\/15 {
  color: rgb(220 252 231 / 0.15) !important;
}

.text-green-100\/20 {
  color: rgb(220 252 231 / 0.2) !important;
}

.text-green-100\/25 {
  color: rgb(220 252 231 / 0.25) !important;
}

.text-green-100\/30 {
  color: rgb(220 252 231 / 0.3) !important;
}

.text-green-100\/35 {
  color: rgb(220 252 231 / 0.35) !important;
}

.text-green-100\/40 {
  color: rgb(220 252 231 / 0.4) !important;
}

.text-green-100\/45 {
  color: rgb(220 252 231 / 0.45) !important;
}

.text-green-100\/5 {
  color: rgb(220 252 231 / 0.05) !important;
}

.text-green-100\/50 {
  color: rgb(220 252 231 / 0.5) !important;
}

.text-green-100\/55 {
  color: rgb(220 252 231 / 0.55) !important;
}

.text-green-100\/60 {
  color: rgb(220 252 231 / 0.6) !important;
}

.text-green-100\/65 {
  color: rgb(220 252 231 / 0.65) !important;
}

.text-green-100\/70 {
  color: rgb(220 252 231 / 0.7) !important;
}

.text-green-100\/75 {
  color: rgb(220 252 231 / 0.75) !important;
}

.text-green-100\/80 {
  color: rgb(220 252 231 / 0.8) !important;
}

.text-green-100\/85 {
  color: rgb(220 252 231 / 0.85) !important;
}

.text-green-100\/90 {
  color: rgb(220 252 231 / 0.9) !important;
}

.text-green-100\/95 {
  color: rgb(220 252 231 / 0.95) !important;
}

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

.text-green-200\/0 {
  color: rgb(187 247 208 / 0) !important;
}

.text-green-200\/10 {
  color: rgb(187 247 208 / 0.1) !important;
}

.text-green-200\/100 {
  color: rgb(187 247 208 / 1) !important;
}

.text-green-200\/15 {
  color: rgb(187 247 208 / 0.15) !important;
}

.text-green-200\/20 {
  color: rgb(187 247 208 / 0.2) !important;
}

.text-green-200\/25 {
  color: rgb(187 247 208 / 0.25) !important;
}

.text-green-200\/30 {
  color: rgb(187 247 208 / 0.3) !important;
}

.text-green-200\/35 {
  color: rgb(187 247 208 / 0.35) !important;
}

.text-green-200\/40 {
  color: rgb(187 247 208 / 0.4) !important;
}

.text-green-200\/45 {
  color: rgb(187 247 208 / 0.45) !important;
}

.text-green-200\/5 {
  color: rgb(187 247 208 / 0.05) !important;
}

.text-green-200\/50 {
  color: rgb(187 247 208 / 0.5) !important;
}

.text-green-200\/55 {
  color: rgb(187 247 208 / 0.55) !important;
}

.text-green-200\/60 {
  color: rgb(187 247 208 / 0.6) !important;
}

.text-green-200\/65 {
  color: rgb(187 247 208 / 0.65) !important;
}

.text-green-200\/70 {
  color: rgb(187 247 208 / 0.7) !important;
}

.text-green-200\/75 {
  color: rgb(187 247 208 / 0.75) !important;
}

.text-green-200\/80 {
  color: rgb(187 247 208 / 0.8) !important;
}

.text-green-200\/85 {
  color: rgb(187 247 208 / 0.85) !important;
}

.text-green-200\/90 {
  color: rgb(187 247 208 / 0.9) !important;
}

.text-green-200\/95 {
  color: rgb(187 247 208 / 0.95) !important;
}

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

.text-green-300\/0 {
  color: rgb(134 239 172 / 0) !important;
}

.text-green-300\/10 {
  color: rgb(134 239 172 / 0.1) !important;
}

.text-green-300\/100 {
  color: rgb(134 239 172 / 1) !important;
}

.text-green-300\/15 {
  color: rgb(134 239 172 / 0.15) !important;
}

.text-green-300\/20 {
  color: rgb(134 239 172 / 0.2) !important;
}

.text-green-300\/25 {
  color: rgb(134 239 172 / 0.25) !important;
}

.text-green-300\/30 {
  color: rgb(134 239 172 / 0.3) !important;
}

.text-green-300\/35 {
  color: rgb(134 239 172 / 0.35) !important;
}

.text-green-300\/40 {
  color: rgb(134 239 172 / 0.4) !important;
}

.text-green-300\/45 {
  color: rgb(134 239 172 / 0.45) !important;
}

.text-green-300\/5 {
  color: rgb(134 239 172 / 0.05) !important;
}

.text-green-300\/50 {
  color: rgb(134 239 172 / 0.5) !important;
}

.text-green-300\/55 {
  color: rgb(134 239 172 / 0.55) !important;
}

.text-green-300\/60 {
  color: rgb(134 239 172 / 0.6) !important;
}

.text-green-300\/65 {
  color: rgb(134 239 172 / 0.65) !important;
}

.text-green-300\/70 {
  color: rgb(134 239 172 / 0.7) !important;
}

.text-green-300\/75 {
  color: rgb(134 239 172 / 0.75) !important;
}

.text-green-300\/80 {
  color: rgb(134 239 172 / 0.8) !important;
}

.text-green-300\/85 {
  color: rgb(134 239 172 / 0.85) !important;
}

.text-green-300\/90 {
  color: rgb(134 239 172 / 0.9) !important;
}

.text-green-300\/95 {
  color: rgb(134 239 172 / 0.95) !important;
}

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

.text-green-400\/0 {
  color: rgb(74 222 128 / 0) !important;
}

.text-green-400\/10 {
  color: rgb(74 222 128 / 0.1) !important;
}

.text-green-400\/100 {
  color: rgb(74 222 128 / 1) !important;
}

.text-green-400\/15 {
  color: rgb(74 222 128 / 0.15) !important;
}

.text-green-400\/20 {
  color: rgb(74 222 128 / 0.2) !important;
}

.text-green-400\/25 {
  color: rgb(74 222 128 / 0.25) !important;
}

.text-green-400\/30 {
  color: rgb(74 222 128 / 0.3) !important;
}

.text-green-400\/35 {
  color: rgb(74 222 128 / 0.35) !important;
}

.text-green-400\/40 {
  color: rgb(74 222 128 / 0.4) !important;
}

.text-green-400\/45 {
  color: rgb(74 222 128 / 0.45) !important;
}

.text-green-400\/5 {
  color: rgb(74 222 128 / 0.05) !important;
}

.text-green-400\/50 {
  color: rgb(74 222 128 / 0.5) !important;
}

.text-green-400\/55 {
  color: rgb(74 222 128 / 0.55) !important;
}

.text-green-400\/60 {
  color: rgb(74 222 128 / 0.6) !important;
}

.text-green-400\/65 {
  color: rgb(74 222 128 / 0.65) !important;
}

.text-green-400\/70 {
  color: rgb(74 222 128 / 0.7) !important;
}

.text-green-400\/75 {
  color: rgb(74 222 128 / 0.75) !important;
}

.text-green-400\/80 {
  color: rgb(74 222 128 / 0.8) !important;
}

.text-green-400\/85 {
  color: rgb(74 222 128 / 0.85) !important;
}

.text-green-400\/90 {
  color: rgb(74 222 128 / 0.9) !important;
}

.text-green-400\/95 {
  color: rgb(74 222 128 / 0.95) !important;
}

.text-green-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1)) !important;
}

.text-green-50\/0 {
  color: rgb(240 253 244 / 0) !important;
}

.text-green-50\/10 {
  color: rgb(240 253 244 / 0.1) !important;
}

.text-green-50\/100 {
  color: rgb(240 253 244 / 1) !important;
}

.text-green-50\/15 {
  color: rgb(240 253 244 / 0.15) !important;
}

.text-green-50\/20 {
  color: rgb(240 253 244 / 0.2) !important;
}

.text-green-50\/25 {
  color: rgb(240 253 244 / 0.25) !important;
}

.text-green-50\/30 {
  color: rgb(240 253 244 / 0.3) !important;
}

.text-green-50\/35 {
  color: rgb(240 253 244 / 0.35) !important;
}

.text-green-50\/40 {
  color: rgb(240 253 244 / 0.4) !important;
}

.text-green-50\/45 {
  color: rgb(240 253 244 / 0.45) !important;
}

.text-green-50\/5 {
  color: rgb(240 253 244 / 0.05) !important;
}

.text-green-50\/50 {
  color: rgb(240 253 244 / 0.5) !important;
}

.text-green-50\/55 {
  color: rgb(240 253 244 / 0.55) !important;
}

.text-green-50\/60 {
  color: rgb(240 253 244 / 0.6) !important;
}

.text-green-50\/65 {
  color: rgb(240 253 244 / 0.65) !important;
}

.text-green-50\/70 {
  color: rgb(240 253 244 / 0.7) !important;
}

.text-green-50\/75 {
  color: rgb(240 253 244 / 0.75) !important;
}

.text-green-50\/80 {
  color: rgb(240 253 244 / 0.8) !important;
}

.text-green-50\/85 {
  color: rgb(240 253 244 / 0.85) !important;
}

.text-green-50\/90 {
  color: rgb(240 253 244 / 0.9) !important;
}

.text-green-50\/95 {
  color: rgb(240 253 244 / 0.95) !important;
}

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

.text-green-500\/0 {
  color: rgb(34 197 94 / 0) !important;
}

.text-green-500\/10 {
  color: rgb(34 197 94 / 0.1) !important;
}

.text-green-500\/100 {
  color: rgb(34 197 94 / 1) !important;
}

.text-green-500\/15 {
  color: rgb(34 197 94 / 0.15) !important;
}

.text-green-500\/20 {
  color: rgb(34 197 94 / 0.2) !important;
}

.text-green-500\/25 {
  color: rgb(34 197 94 / 0.25) !important;
}

.text-green-500\/30 {
  color: rgb(34 197 94 / 0.3) !important;
}

.text-green-500\/35 {
  color: rgb(34 197 94 / 0.35) !important;
}

.text-green-500\/40 {
  color: rgb(34 197 94 / 0.4) !important;
}

.text-green-500\/45 {
  color: rgb(34 197 94 / 0.45) !important;
}

.text-green-500\/5 {
  color: rgb(34 197 94 / 0.05) !important;
}

.text-green-500\/50 {
  color: rgb(34 197 94 / 0.5) !important;
}

.text-green-500\/55 {
  color: rgb(34 197 94 / 0.55) !important;
}

.text-green-500\/60 {
  color: rgb(34 197 94 / 0.6) !important;
}

.text-green-500\/65 {
  color: rgb(34 197 94 / 0.65) !important;
}

.text-green-500\/70 {
  color: rgb(34 197 94 / 0.7) !important;
}

.text-green-500\/75 {
  color: rgb(34 197 94 / 0.75) !important;
}

.text-green-500\/80 {
  color: rgb(34 197 94 / 0.8) !important;
}

.text-green-500\/85 {
  color: rgb(34 197 94 / 0.85) !important;
}

.text-green-500\/90 {
  color: rgb(34 197 94 / 0.9) !important;
}

.text-green-500\/95 {
  color: rgb(34 197 94 / 0.95) !important;
}

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

.text-green-600\/0 {
  color: rgb(var(--green-600, 22 163 74) / 0) !important;
}

.text-green-600\/10 {
  color: rgb(var(--green-600, 22 163 74) / 0.1) !important;
}

.text-green-600\/100 {
  color: rgb(var(--green-600, 22 163 74) / 1) !important;
}

.text-green-600\/15 {
  color: rgb(var(--green-600, 22 163 74) / 0.15) !important;
}

.text-green-600\/20 {
  color: rgb(var(--green-600, 22 163 74) / 0.2) !important;
}

.text-green-600\/25 {
  color: rgb(var(--green-600, 22 163 74) / 0.25) !important;
}

.text-green-600\/30 {
  color: rgb(var(--green-600, 22 163 74) / 0.3) !important;
}

.text-green-600\/35 {
  color: rgb(var(--green-600, 22 163 74) / 0.35) !important;
}

.text-green-600\/40 {
  color: rgb(var(--green-600, 22 163 74) / 0.4) !important;
}

.text-green-600\/45 {
  color: rgb(var(--green-600, 22 163 74) / 0.45) !important;
}

.text-green-600\/5 {
  color: rgb(var(--green-600, 22 163 74) / 0.05) !important;
}

.text-green-600\/50 {
  color: rgb(var(--green-600, 22 163 74) / 0.5) !important;
}

.text-green-600\/55 {
  color: rgb(var(--green-600, 22 163 74) / 0.55) !important;
}

.text-green-600\/60 {
  color: rgb(var(--green-600, 22 163 74) / 0.6) !important;
}

.text-green-600\/65 {
  color: rgb(var(--green-600, 22 163 74) / 0.65) !important;
}

.text-green-600\/70 {
  color: rgb(var(--green-600, 22 163 74) / 0.7) !important;
}

.text-green-600\/75 {
  color: rgb(var(--green-600, 22 163 74) / 0.75) !important;
}

.text-green-600\/80 {
  color: rgb(var(--green-600, 22 163 74) / 0.8) !important;
}

.text-green-600\/85 {
  color: rgb(var(--green-600, 22 163 74) / 0.85) !important;
}

.text-green-600\/90 {
  color: rgb(var(--green-600, 22 163 74) / 0.9) !important;
}

.text-green-600\/95 {
  color: rgb(var(--green-600, 22 163 74) / 0.95) !important;
}

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

.text-green-700\/0 {
  color: rgb(var(--green-700, 21 128 61) / 0) !important;
}

.text-green-700\/10 {
  color: rgb(var(--green-700, 21 128 61) / 0.1) !important;
}

.text-green-700\/100 {
  color: rgb(var(--green-700, 21 128 61) / 1) !important;
}

.text-green-700\/15 {
  color: rgb(var(--green-700, 21 128 61) / 0.15) !important;
}

.text-green-700\/20 {
  color: rgb(var(--green-700, 21 128 61) / 0.2) !important;
}

.text-green-700\/25 {
  color: rgb(var(--green-700, 21 128 61) / 0.25) !important;
}

.text-green-700\/30 {
  color: rgb(var(--green-700, 21 128 61) / 0.3) !important;
}

.text-green-700\/35 {
  color: rgb(var(--green-700, 21 128 61) / 0.35) !important;
}

.text-green-700\/40 {
  color: rgb(var(--green-700, 21 128 61) / 0.4) !important;
}

.text-green-700\/45 {
  color: rgb(var(--green-700, 21 128 61) / 0.45) !important;
}

.text-green-700\/5 {
  color: rgb(var(--green-700, 21 128 61) / 0.05) !important;
}

.text-green-700\/50 {
  color: rgb(var(--green-700, 21 128 61) / 0.5) !important;
}

.text-green-700\/55 {
  color: rgb(var(--green-700, 21 128 61) / 0.55) !important;
}

.text-green-700\/60 {
  color: rgb(var(--green-700, 21 128 61) / 0.6) !important;
}

.text-green-700\/65 {
  color: rgb(var(--green-700, 21 128 61) / 0.65) !important;
}

.text-green-700\/70 {
  color: rgb(var(--green-700, 21 128 61) / 0.7) !important;
}

.text-green-700\/75 {
  color: rgb(var(--green-700, 21 128 61) / 0.75) !important;
}

.text-green-700\/80 {
  color: rgb(var(--green-700, 21 128 61) / 0.8) !important;
}

.text-green-700\/85 {
  color: rgb(var(--green-700, 21 128 61) / 0.85) !important;
}

.text-green-700\/90 {
  color: rgb(var(--green-700, 21 128 61) / 0.9) !important;
}

.text-green-700\/95 {
  color: rgb(var(--green-700, 21 128 61) / 0.95) !important;
}

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

.text-green-800\/0 {
  color: rgb(var(--green-800, 22 101 52) / 0) !important;
}

.text-green-800\/10 {
  color: rgb(var(--green-800, 22 101 52) / 0.1) !important;
}

.text-green-800\/100 {
  color: rgb(var(--green-800, 22 101 52) / 1) !important;
}

.text-green-800\/15 {
  color: rgb(var(--green-800, 22 101 52) / 0.15) !important;
}

.text-green-800\/20 {
  color: rgb(var(--green-800, 22 101 52) / 0.2) !important;
}

.text-green-800\/25 {
  color: rgb(var(--green-800, 22 101 52) / 0.25) !important;
}

.text-green-800\/30 {
  color: rgb(var(--green-800, 22 101 52) / 0.3) !important;
}

.text-green-800\/35 {
  color: rgb(var(--green-800, 22 101 52) / 0.35) !important;
}

.text-green-800\/40 {
  color: rgb(var(--green-800, 22 101 52) / 0.4) !important;
}

.text-green-800\/45 {
  color: rgb(var(--green-800, 22 101 52) / 0.45) !important;
}

.text-green-800\/5 {
  color: rgb(var(--green-800, 22 101 52) / 0.05) !important;
}

.text-green-800\/50 {
  color: rgb(var(--green-800, 22 101 52) / 0.5) !important;
}

.text-green-800\/55 {
  color: rgb(var(--green-800, 22 101 52) / 0.55) !important;
}

.text-green-800\/60 {
  color: rgb(var(--green-800, 22 101 52) / 0.6) !important;
}

.text-green-800\/65 {
  color: rgb(var(--green-800, 22 101 52) / 0.65) !important;
}

.text-green-800\/70 {
  color: rgb(var(--green-800, 22 101 52) / 0.7) !important;
}

.text-green-800\/75 {
  color: rgb(var(--green-800, 22 101 52) / 0.75) !important;
}

.text-green-800\/80 {
  color: rgb(var(--green-800, 22 101 52) / 0.8) !important;
}

.text-green-800\/85 {
  color: rgb(var(--green-800, 22 101 52) / 0.85) !important;
}

.text-green-800\/90 {
  color: rgb(var(--green-800, 22 101 52) / 0.9) !important;
}

.text-green-800\/95 {
  color: rgb(var(--green-800, 22 101 52) / 0.95) !important;
}

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

.text-green-900\/0 {
  color: rgb(20 83 45 / 0) !important;
}

.text-green-900\/10 {
  color: rgb(20 83 45 / 0.1) !important;
}

.text-green-900\/100 {
  color: rgb(20 83 45 / 1) !important;
}

.text-green-900\/15 {
  color: rgb(20 83 45 / 0.15) !important;
}

.text-green-900\/20 {
  color: rgb(20 83 45 / 0.2) !important;
}

.text-green-900\/25 {
  color: rgb(20 83 45 / 0.25) !important;
}

.text-green-900\/30 {
  color: rgb(20 83 45 / 0.3) !important;
}

.text-green-900\/35 {
  color: rgb(20 83 45 / 0.35) !important;
}

.text-green-900\/40 {
  color: rgb(20 83 45 / 0.4) !important;
}

.text-green-900\/45 {
  color: rgb(20 83 45 / 0.45) !important;
}

.text-green-900\/5 {
  color: rgb(20 83 45 / 0.05) !important;
}

.text-green-900\/50 {
  color: rgb(20 83 45 / 0.5) !important;
}

.text-green-900\/55 {
  color: rgb(20 83 45 / 0.55) !important;
}

.text-green-900\/60 {
  color: rgb(20 83 45 / 0.6) !important;
}

.text-green-900\/65 {
  color: rgb(20 83 45 / 0.65) !important;
}

.text-green-900\/70 {
  color: rgb(20 83 45 / 0.7) !important;
}

.text-green-900\/75 {
  color: rgb(20 83 45 / 0.75) !important;
}

.text-green-900\/80 {
  color: rgb(20 83 45 / 0.8) !important;
}

.text-green-900\/85 {
  color: rgb(20 83 45 / 0.85) !important;
}

.text-green-900\/90 {
  color: rgb(20 83 45 / 0.9) !important;
}

.text-green-900\/95 {
  color: rgb(20 83 45 / 0.95) !important;
}

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

.text-indigo-100\/0 {
  color: rgb(224 231 255 / 0) !important;
}

.text-indigo-100\/10 {
  color: rgb(224 231 255 / 0.1) !important;
}

.text-indigo-100\/100 {
  color: rgb(224 231 255 / 1) !important;
}

.text-indigo-100\/15 {
  color: rgb(224 231 255 / 0.15) !important;
}

.text-indigo-100\/20 {
  color: rgb(224 231 255 / 0.2) !important;
}

.text-indigo-100\/25 {
  color: rgb(224 231 255 / 0.25) !important;
}

.text-indigo-100\/30 {
  color: rgb(224 231 255 / 0.3) !important;
}

.text-indigo-100\/35 {
  color: rgb(224 231 255 / 0.35) !important;
}

.text-indigo-100\/40 {
  color: rgb(224 231 255 / 0.4) !important;
}

.text-indigo-100\/45 {
  color: rgb(224 231 255 / 0.45) !important;
}

.text-indigo-100\/5 {
  color: rgb(224 231 255 / 0.05) !important;
}

.text-indigo-100\/50 {
  color: rgb(224 231 255 / 0.5) !important;
}

.text-indigo-100\/55 {
  color: rgb(224 231 255 / 0.55) !important;
}

.text-indigo-100\/60 {
  color: rgb(224 231 255 / 0.6) !important;
}

.text-indigo-100\/65 {
  color: rgb(224 231 255 / 0.65) !important;
}

.text-indigo-100\/70 {
  color: rgb(224 231 255 / 0.7) !important;
}

.text-indigo-100\/75 {
  color: rgb(224 231 255 / 0.75) !important;
}

.text-indigo-100\/80 {
  color: rgb(224 231 255 / 0.8) !important;
}

.text-indigo-100\/85 {
  color: rgb(224 231 255 / 0.85) !important;
}

.text-indigo-100\/90 {
  color: rgb(224 231 255 / 0.9) !important;
}

.text-indigo-100\/95 {
  color: rgb(224 231 255 / 0.95) !important;
}

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

.text-indigo-200\/0 {
  color: rgb(199 210 254 / 0) !important;
}

.text-indigo-200\/10 {
  color: rgb(199 210 254 / 0.1) !important;
}

.text-indigo-200\/100 {
  color: rgb(199 210 254 / 1) !important;
}

.text-indigo-200\/15 {
  color: rgb(199 210 254 / 0.15) !important;
}

.text-indigo-200\/20 {
  color: rgb(199 210 254 / 0.2) !important;
}

.text-indigo-200\/25 {
  color: rgb(199 210 254 / 0.25) !important;
}

.text-indigo-200\/30 {
  color: rgb(199 210 254 / 0.3) !important;
}

.text-indigo-200\/35 {
  color: rgb(199 210 254 / 0.35) !important;
}

.text-indigo-200\/40 {
  color: rgb(199 210 254 / 0.4) !important;
}

.text-indigo-200\/45 {
  color: rgb(199 210 254 / 0.45) !important;
}

.text-indigo-200\/5 {
  color: rgb(199 210 254 / 0.05) !important;
}

.text-indigo-200\/50 {
  color: rgb(199 210 254 / 0.5) !important;
}

.text-indigo-200\/55 {
  color: rgb(199 210 254 / 0.55) !important;
}

.text-indigo-200\/60 {
  color: rgb(199 210 254 / 0.6) !important;
}

.text-indigo-200\/65 {
  color: rgb(199 210 254 / 0.65) !important;
}

.text-indigo-200\/70 {
  color: rgb(199 210 254 / 0.7) !important;
}

.text-indigo-200\/75 {
  color: rgb(199 210 254 / 0.75) !important;
}

.text-indigo-200\/80 {
  color: rgb(199 210 254 / 0.8) !important;
}

.text-indigo-200\/85 {
  color: rgb(199 210 254 / 0.85) !important;
}

.text-indigo-200\/90 {
  color: rgb(199 210 254 / 0.9) !important;
}

.text-indigo-200\/95 {
  color: rgb(199 210 254 / 0.95) !important;
}

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

.text-indigo-300\/0 {
  color: rgb(165 180 252 / 0) !important;
}

.text-indigo-300\/10 {
  color: rgb(165 180 252 / 0.1) !important;
}

.text-indigo-300\/100 {
  color: rgb(165 180 252 / 1) !important;
}

.text-indigo-300\/15 {
  color: rgb(165 180 252 / 0.15) !important;
}

.text-indigo-300\/20 {
  color: rgb(165 180 252 / 0.2) !important;
}

.text-indigo-300\/25 {
  color: rgb(165 180 252 / 0.25) !important;
}

.text-indigo-300\/30 {
  color: rgb(165 180 252 / 0.3) !important;
}

.text-indigo-300\/35 {
  color: rgb(165 180 252 / 0.35) !important;
}

.text-indigo-300\/40 {
  color: rgb(165 180 252 / 0.4) !important;
}

.text-indigo-300\/45 {
  color: rgb(165 180 252 / 0.45) !important;
}

.text-indigo-300\/5 {
  color: rgb(165 180 252 / 0.05) !important;
}

.text-indigo-300\/50 {
  color: rgb(165 180 252 / 0.5) !important;
}

.text-indigo-300\/55 {
  color: rgb(165 180 252 / 0.55) !important;
}

.text-indigo-300\/60 {
  color: rgb(165 180 252 / 0.6) !important;
}

.text-indigo-300\/65 {
  color: rgb(165 180 252 / 0.65) !important;
}

.text-indigo-300\/70 {
  color: rgb(165 180 252 / 0.7) !important;
}

.text-indigo-300\/75 {
  color: rgb(165 180 252 / 0.75) !important;
}

.text-indigo-300\/80 {
  color: rgb(165 180 252 / 0.8) !important;
}

.text-indigo-300\/85 {
  color: rgb(165 180 252 / 0.85) !important;
}

.text-indigo-300\/90 {
  color: rgb(165 180 252 / 0.9) !important;
}

.text-indigo-300\/95 {
  color: rgb(165 180 252 / 0.95) !important;
}

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

.text-indigo-400\/0 {
  color: rgb(129 140 248 / 0) !important;
}

.text-indigo-400\/10 {
  color: rgb(129 140 248 / 0.1) !important;
}

.text-indigo-400\/100 {
  color: rgb(129 140 248 / 1) !important;
}

.text-indigo-400\/15 {
  color: rgb(129 140 248 / 0.15) !important;
}

.text-indigo-400\/20 {
  color: rgb(129 140 248 / 0.2) !important;
}

.text-indigo-400\/25 {
  color: rgb(129 140 248 / 0.25) !important;
}

.text-indigo-400\/30 {
  color: rgb(129 140 248 / 0.3) !important;
}

.text-indigo-400\/35 {
  color: rgb(129 140 248 / 0.35) !important;
}

.text-indigo-400\/40 {
  color: rgb(129 140 248 / 0.4) !important;
}

.text-indigo-400\/45 {
  color: rgb(129 140 248 / 0.45) !important;
}

.text-indigo-400\/5 {
  color: rgb(129 140 248 / 0.05) !important;
}

.text-indigo-400\/50 {
  color: rgb(129 140 248 / 0.5) !important;
}

.text-indigo-400\/55 {
  color: rgb(129 140 248 / 0.55) !important;
}

.text-indigo-400\/60 {
  color: rgb(129 140 248 / 0.6) !important;
}

.text-indigo-400\/65 {
  color: rgb(129 140 248 / 0.65) !important;
}

.text-indigo-400\/70 {
  color: rgb(129 140 248 / 0.7) !important;
}

.text-indigo-400\/75 {
  color: rgb(129 140 248 / 0.75) !important;
}

.text-indigo-400\/80 {
  color: rgb(129 140 248 / 0.8) !important;
}

.text-indigo-400\/85 {
  color: rgb(129 140 248 / 0.85) !important;
}

.text-indigo-400\/90 {
  color: rgb(129 140 248 / 0.9) !important;
}

.text-indigo-400\/95 {
  color: rgb(129 140 248 / 0.95) !important;
}

.text-indigo-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1)) !important;
}

.text-indigo-50\/0 {
  color: rgb(238 242 255 / 0) !important;
}

.text-indigo-50\/10 {
  color: rgb(238 242 255 / 0.1) !important;
}

.text-indigo-50\/100 {
  color: rgb(238 242 255 / 1) !important;
}

.text-indigo-50\/15 {
  color: rgb(238 242 255 / 0.15) !important;
}

.text-indigo-50\/20 {
  color: rgb(238 242 255 / 0.2) !important;
}

.text-indigo-50\/25 {
  color: rgb(238 242 255 / 0.25) !important;
}

.text-indigo-50\/30 {
  color: rgb(238 242 255 / 0.3) !important;
}

.text-indigo-50\/35 {
  color: rgb(238 242 255 / 0.35) !important;
}

.text-indigo-50\/40 {
  color: rgb(238 242 255 / 0.4) !important;
}

.text-indigo-50\/45 {
  color: rgb(238 242 255 / 0.45) !important;
}

.text-indigo-50\/5 {
  color: rgb(238 242 255 / 0.05) !important;
}

.text-indigo-50\/50 {
  color: rgb(238 242 255 / 0.5) !important;
}

.text-indigo-50\/55 {
  color: rgb(238 242 255 / 0.55) !important;
}

.text-indigo-50\/60 {
  color: rgb(238 242 255 / 0.6) !important;
}

.text-indigo-50\/65 {
  color: rgb(238 242 255 / 0.65) !important;
}

.text-indigo-50\/70 {
  color: rgb(238 242 255 / 0.7) !important;
}

.text-indigo-50\/75 {
  color: rgb(238 242 255 / 0.75) !important;
}

.text-indigo-50\/80 {
  color: rgb(238 242 255 / 0.8) !important;
}

.text-indigo-50\/85 {
  color: rgb(238 242 255 / 0.85) !important;
}

.text-indigo-50\/90 {
  color: rgb(238 242 255 / 0.9) !important;
}

.text-indigo-50\/95 {
  color: rgb(238 242 255 / 0.95) !important;
}

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

.text-indigo-500\/0 {
  color: rgb(99 102 241 / 0) !important;
}

.text-indigo-500\/10 {
  color: rgb(99 102 241 / 0.1) !important;
}

.text-indigo-500\/100 {
  color: rgb(99 102 241 / 1) !important;
}

.text-indigo-500\/15 {
  color: rgb(99 102 241 / 0.15) !important;
}

.text-indigo-500\/20 {
  color: rgb(99 102 241 / 0.2) !important;
}

.text-indigo-500\/25 {
  color: rgb(99 102 241 / 0.25) !important;
}

.text-indigo-500\/30 {
  color: rgb(99 102 241 / 0.3) !important;
}

.text-indigo-500\/35 {
  color: rgb(99 102 241 / 0.35) !important;
}

.text-indigo-500\/40 {
  color: rgb(99 102 241 / 0.4) !important;
}

.text-indigo-500\/45 {
  color: rgb(99 102 241 / 0.45) !important;
}

.text-indigo-500\/5 {
  color: rgb(99 102 241 / 0.05) !important;
}

.text-indigo-500\/50 {
  color: rgb(99 102 241 / 0.5) !important;
}

.text-indigo-500\/55 {
  color: rgb(99 102 241 / 0.55) !important;
}

.text-indigo-500\/60 {
  color: rgb(99 102 241 / 0.6) !important;
}

.text-indigo-500\/65 {
  color: rgb(99 102 241 / 0.65) !important;
}

.text-indigo-500\/70 {
  color: rgb(99 102 241 / 0.7) !important;
}

.text-indigo-500\/75 {
  color: rgb(99 102 241 / 0.75) !important;
}

.text-indigo-500\/80 {
  color: rgb(99 102 241 / 0.8) !important;
}

.text-indigo-500\/85 {
  color: rgb(99 102 241 / 0.85) !important;
}

.text-indigo-500\/90 {
  color: rgb(99 102 241 / 0.9) !important;
}

.text-indigo-500\/95 {
  color: rgb(99 102 241 / 0.95) !important;
}

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

.text-indigo-600\/0 {
  color: rgb(var(--indigo-600, 79 70 229) / 0) !important;
}

.text-indigo-600\/10 {
  color: rgb(var(--indigo-600, 79 70 229) / 0.1) !important;
}

.text-indigo-600\/100 {
  color: rgb(var(--indigo-600, 79 70 229) / 1) !important;
}

.text-indigo-600\/15 {
  color: rgb(var(--indigo-600, 79 70 229) / 0.15) !important;
}

.text-indigo-600\/20 {
  color: rgb(var(--indigo-600, 79 70 229) / 0.2) !important;
}

.text-indigo-600\/25 {
  color: rgb(var(--indigo-600, 79 70 229) / 0.25) !important;
}

.text-indigo-600\/30 {
  color: rgb(var(--indigo-600, 79 70 229) / 0.3) !important;
}

.text-indigo-600\/35 {
  color: rgb(var(--indigo-600, 79 70 229) / 0.35) !important;
}

.text-indigo-600\/40 {
  color: rgb(var(--indigo-600, 79 70 229) / 0.4) !important;
}

.text-indigo-600\/45 {
  color: rgb(var(--indigo-600, 79 70 229) / 0.45) !important;
}

.text-indigo-600\/5 {
  color: rgb(var(--indigo-600, 79 70 229) / 0.05) !important;
}

.text-indigo-600\/50 {
  color: rgb(var(--indigo-600, 79 70 229) / 0.5) !important;
}

.text-indigo-600\/55 {
  color: rgb(var(--indigo-600, 79 70 229) / 0.55) !important;
}

.text-indigo-600\/60 {
  color: rgb(var(--indigo-600, 79 70 229) / 0.6) !important;
}

.text-indigo-600\/65 {
  color: rgb(var(--indigo-600, 79 70 229) / 0.65) !important;
}

.text-indigo-600\/70 {
  color: rgb(var(--indigo-600, 79 70 229) / 0.7) !important;
}

.text-indigo-600\/75 {
  color: rgb(var(--indigo-600, 79 70 229) / 0.75) !important;
}

.text-indigo-600\/80 {
  color: rgb(var(--indigo-600, 79 70 229) / 0.8) !important;
}

.text-indigo-600\/85 {
  color: rgb(var(--indigo-600, 79 70 229) / 0.85) !important;
}

.text-indigo-600\/90 {
  color: rgb(var(--indigo-600, 79 70 229) / 0.9) !important;
}

.text-indigo-600\/95 {
  color: rgb(var(--indigo-600, 79 70 229) / 0.95) !important;
}

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

.text-indigo-700\/0 {
  color: rgb(var(--indigo-700, 67 56 202) / 0) !important;
}

.text-indigo-700\/10 {
  color: rgb(var(--indigo-700, 67 56 202) / 0.1) !important;
}

.text-indigo-700\/100 {
  color: rgb(var(--indigo-700, 67 56 202) / 1) !important;
}

.text-indigo-700\/15 {
  color: rgb(var(--indigo-700, 67 56 202) / 0.15) !important;
}

.text-indigo-700\/20 {
  color: rgb(var(--indigo-700, 67 56 202) / 0.2) !important;
}

.text-indigo-700\/25 {
  color: rgb(var(--indigo-700, 67 56 202) / 0.25) !important;
}

.text-indigo-700\/30 {
  color: rgb(var(--indigo-700, 67 56 202) / 0.3) !important;
}

.text-indigo-700\/35 {
  color: rgb(var(--indigo-700, 67 56 202) / 0.35) !important;
}

.text-indigo-700\/40 {
  color: rgb(var(--indigo-700, 67 56 202) / 0.4) !important;
}

.text-indigo-700\/45 {
  color: rgb(var(--indigo-700, 67 56 202) / 0.45) !important;
}

.text-indigo-700\/5 {
  color: rgb(var(--indigo-700, 67 56 202) / 0.05) !important;
}

.text-indigo-700\/50 {
  color: rgb(var(--indigo-700, 67 56 202) / 0.5) !important;
}

.text-indigo-700\/55 {
  color: rgb(var(--indigo-700, 67 56 202) / 0.55) !important;
}

.text-indigo-700\/60 {
  color: rgb(var(--indigo-700, 67 56 202) / 0.6) !important;
}

.text-indigo-700\/65 {
  color: rgb(var(--indigo-700, 67 56 202) / 0.65) !important;
}

.text-indigo-700\/70 {
  color: rgb(var(--indigo-700, 67 56 202) / 0.7) !important;
}

.text-indigo-700\/75 {
  color: rgb(var(--indigo-700, 67 56 202) / 0.75) !important;
}

.text-indigo-700\/80 {
  color: rgb(var(--indigo-700, 67 56 202) / 0.8) !important;
}

.text-indigo-700\/85 {
  color: rgb(var(--indigo-700, 67 56 202) / 0.85) !important;
}

.text-indigo-700\/90 {
  color: rgb(var(--indigo-700, 67 56 202) / 0.9) !important;
}

.text-indigo-700\/95 {
  color: rgb(var(--indigo-700, 67 56 202) / 0.95) !important;
}

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

.text-indigo-800\/0 {
  color: rgb(var(--indigo-800, 55 48 163) / 0) !important;
}

.text-indigo-800\/10 {
  color: rgb(var(--indigo-800, 55 48 163) / 0.1) !important;
}

.text-indigo-800\/100 {
  color: rgb(var(--indigo-800, 55 48 163) / 1) !important;
}

.text-indigo-800\/15 {
  color: rgb(var(--indigo-800, 55 48 163) / 0.15) !important;
}

.text-indigo-800\/20 {
  color: rgb(var(--indigo-800, 55 48 163) / 0.2) !important;
}

.text-indigo-800\/25 {
  color: rgb(var(--indigo-800, 55 48 163) / 0.25) !important;
}

.text-indigo-800\/30 {
  color: rgb(var(--indigo-800, 55 48 163) / 0.3) !important;
}

.text-indigo-800\/35 {
  color: rgb(var(--indigo-800, 55 48 163) / 0.35) !important;
}

.text-indigo-800\/40 {
  color: rgb(var(--indigo-800, 55 48 163) / 0.4) !important;
}

.text-indigo-800\/45 {
  color: rgb(var(--indigo-800, 55 48 163) / 0.45) !important;
}

.text-indigo-800\/5 {
  color: rgb(var(--indigo-800, 55 48 163) / 0.05) !important;
}

.text-indigo-800\/50 {
  color: rgb(var(--indigo-800, 55 48 163) / 0.5) !important;
}

.text-indigo-800\/55 {
  color: rgb(var(--indigo-800, 55 48 163) / 0.55) !important;
}

.text-indigo-800\/60 {
  color: rgb(var(--indigo-800, 55 48 163) / 0.6) !important;
}

.text-indigo-800\/65 {
  color: rgb(var(--indigo-800, 55 48 163) / 0.65) !important;
}

.text-indigo-800\/70 {
  color: rgb(var(--indigo-800, 55 48 163) / 0.7) !important;
}

.text-indigo-800\/75 {
  color: rgb(var(--indigo-800, 55 48 163) / 0.75) !important;
}

.text-indigo-800\/80 {
  color: rgb(var(--indigo-800, 55 48 163) / 0.8) !important;
}

.text-indigo-800\/85 {
  color: rgb(var(--indigo-800, 55 48 163) / 0.85) !important;
}

.text-indigo-800\/90 {
  color: rgb(var(--indigo-800, 55 48 163) / 0.9) !important;
}

.text-indigo-800\/95 {
  color: rgb(var(--indigo-800, 55 48 163) / 0.95) !important;
}

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

.text-indigo-900\/0 {
  color: rgb(49 46 129 / 0) !important;
}

.text-indigo-900\/10 {
  color: rgb(49 46 129 / 0.1) !important;
}

.text-indigo-900\/100 {
  color: rgb(49 46 129 / 1) !important;
}

.text-indigo-900\/15 {
  color: rgb(49 46 129 / 0.15) !important;
}

.text-indigo-900\/20 {
  color: rgb(49 46 129 / 0.2) !important;
}

.text-indigo-900\/25 {
  color: rgb(49 46 129 / 0.25) !important;
}

.text-indigo-900\/30 {
  color: rgb(49 46 129 / 0.3) !important;
}

.text-indigo-900\/35 {
  color: rgb(49 46 129 / 0.35) !important;
}

.text-indigo-900\/40 {
  color: rgb(49 46 129 / 0.4) !important;
}

.text-indigo-900\/45 {
  color: rgb(49 46 129 / 0.45) !important;
}

.text-indigo-900\/5 {
  color: rgb(49 46 129 / 0.05) !important;
}

.text-indigo-900\/50 {
  color: rgb(49 46 129 / 0.5) !important;
}

.text-indigo-900\/55 {
  color: rgb(49 46 129 / 0.55) !important;
}

.text-indigo-900\/60 {
  color: rgb(49 46 129 / 0.6) !important;
}

.text-indigo-900\/65 {
  color: rgb(49 46 129 / 0.65) !important;
}

.text-indigo-900\/70 {
  color: rgb(49 46 129 / 0.7) !important;
}

.text-indigo-900\/75 {
  color: rgb(49 46 129 / 0.75) !important;
}

.text-indigo-900\/80 {
  color: rgb(49 46 129 / 0.8) !important;
}

.text-indigo-900\/85 {
  color: rgb(49 46 129 / 0.85) !important;
}

.text-indigo-900\/90 {
  color: rgb(49 46 129 / 0.9) !important;
}

.text-indigo-900\/95 {
  color: rgb(49 46 129 / 0.95) !important;
}

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

.text-lime-100\/0 {
  color: rgb(236 252 203 / 0) !important;
}

.text-lime-100\/10 {
  color: rgb(236 252 203 / 0.1) !important;
}

.text-lime-100\/100 {
  color: rgb(236 252 203 / 1) !important;
}

.text-lime-100\/15 {
  color: rgb(236 252 203 / 0.15) !important;
}

.text-lime-100\/20 {
  color: rgb(236 252 203 / 0.2) !important;
}

.text-lime-100\/25 {
  color: rgb(236 252 203 / 0.25) !important;
}

.text-lime-100\/30 {
  color: rgb(236 252 203 / 0.3) !important;
}

.text-lime-100\/35 {
  color: rgb(236 252 203 / 0.35) !important;
}

.text-lime-100\/40 {
  color: rgb(236 252 203 / 0.4) !important;
}

.text-lime-100\/45 {
  color: rgb(236 252 203 / 0.45) !important;
}

.text-lime-100\/5 {
  color: rgb(236 252 203 / 0.05) !important;
}

.text-lime-100\/50 {
  color: rgb(236 252 203 / 0.5) !important;
}

.text-lime-100\/55 {
  color: rgb(236 252 203 / 0.55) !important;
}

.text-lime-100\/60 {
  color: rgb(236 252 203 / 0.6) !important;
}

.text-lime-100\/65 {
  color: rgb(236 252 203 / 0.65) !important;
}

.text-lime-100\/70 {
  color: rgb(236 252 203 / 0.7) !important;
}

.text-lime-100\/75 {
  color: rgb(236 252 203 / 0.75) !important;
}

.text-lime-100\/80 {
  color: rgb(236 252 203 / 0.8) !important;
}

.text-lime-100\/85 {
  color: rgb(236 252 203 / 0.85) !important;
}

.text-lime-100\/90 {
  color: rgb(236 252 203 / 0.9) !important;
}

.text-lime-100\/95 {
  color: rgb(236 252 203 / 0.95) !important;
}

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

.text-lime-200\/0 {
  color: rgb(217 249 157 / 0) !important;
}

.text-lime-200\/10 {
  color: rgb(217 249 157 / 0.1) !important;
}

.text-lime-200\/100 {
  color: rgb(217 249 157 / 1) !important;
}

.text-lime-200\/15 {
  color: rgb(217 249 157 / 0.15) !important;
}

.text-lime-200\/20 {
  color: rgb(217 249 157 / 0.2) !important;
}

.text-lime-200\/25 {
  color: rgb(217 249 157 / 0.25) !important;
}

.text-lime-200\/30 {
  color: rgb(217 249 157 / 0.3) !important;
}

.text-lime-200\/35 {
  color: rgb(217 249 157 / 0.35) !important;
}

.text-lime-200\/40 {
  color: rgb(217 249 157 / 0.4) !important;
}

.text-lime-200\/45 {
  color: rgb(217 249 157 / 0.45) !important;
}

.text-lime-200\/5 {
  color: rgb(217 249 157 / 0.05) !important;
}

.text-lime-200\/50 {
  color: rgb(217 249 157 / 0.5) !important;
}

.text-lime-200\/55 {
  color: rgb(217 249 157 / 0.55) !important;
}

.text-lime-200\/60 {
  color: rgb(217 249 157 / 0.6) !important;
}

.text-lime-200\/65 {
  color: rgb(217 249 157 / 0.65) !important;
}

.text-lime-200\/70 {
  color: rgb(217 249 157 / 0.7) !important;
}

.text-lime-200\/75 {
  color: rgb(217 249 157 / 0.75) !important;
}

.text-lime-200\/80 {
  color: rgb(217 249 157 / 0.8) !important;
}

.text-lime-200\/85 {
  color: rgb(217 249 157 / 0.85) !important;
}

.text-lime-200\/90 {
  color: rgb(217 249 157 / 0.9) !important;
}

.text-lime-200\/95 {
  color: rgb(217 249 157 / 0.95) !important;
}

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

.text-lime-300\/0 {
  color: rgb(190 242 100 / 0) !important;
}

.text-lime-300\/10 {
  color: rgb(190 242 100 / 0.1) !important;
}

.text-lime-300\/100 {
  color: rgb(190 242 100 / 1) !important;
}

.text-lime-300\/15 {
  color: rgb(190 242 100 / 0.15) !important;
}

.text-lime-300\/20 {
  color: rgb(190 242 100 / 0.2) !important;
}

.text-lime-300\/25 {
  color: rgb(190 242 100 / 0.25) !important;
}

.text-lime-300\/30 {
  color: rgb(190 242 100 / 0.3) !important;
}

.text-lime-300\/35 {
  color: rgb(190 242 100 / 0.35) !important;
}

.text-lime-300\/40 {
  color: rgb(190 242 100 / 0.4) !important;
}

.text-lime-300\/45 {
  color: rgb(190 242 100 / 0.45) !important;
}

.text-lime-300\/5 {
  color: rgb(190 242 100 / 0.05) !important;
}

.text-lime-300\/50 {
  color: rgb(190 242 100 / 0.5) !important;
}

.text-lime-300\/55 {
  color: rgb(190 242 100 / 0.55) !important;
}

.text-lime-300\/60 {
  color: rgb(190 242 100 / 0.6) !important;
}

.text-lime-300\/65 {
  color: rgb(190 242 100 / 0.65) !important;
}

.text-lime-300\/70 {
  color: rgb(190 242 100 / 0.7) !important;
}

.text-lime-300\/75 {
  color: rgb(190 242 100 / 0.75) !important;
}

.text-lime-300\/80 {
  color: rgb(190 242 100 / 0.8) !important;
}

.text-lime-300\/85 {
  color: rgb(190 242 100 / 0.85) !important;
}

.text-lime-300\/90 {
  color: rgb(190 242 100 / 0.9) !important;
}

.text-lime-300\/95 {
  color: rgb(190 242 100 / 0.95) !important;
}

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

.text-lime-400\/0 {
  color: rgb(163 230 53 / 0) !important;
}

.text-lime-400\/10 {
  color: rgb(163 230 53 / 0.1) !important;
}

.text-lime-400\/100 {
  color: rgb(163 230 53 / 1) !important;
}

.text-lime-400\/15 {
  color: rgb(163 230 53 / 0.15) !important;
}

.text-lime-400\/20 {
  color: rgb(163 230 53 / 0.2) !important;
}

.text-lime-400\/25 {
  color: rgb(163 230 53 / 0.25) !important;
}

.text-lime-400\/30 {
  color: rgb(163 230 53 / 0.3) !important;
}

.text-lime-400\/35 {
  color: rgb(163 230 53 / 0.35) !important;
}

.text-lime-400\/40 {
  color: rgb(163 230 53 / 0.4) !important;
}

.text-lime-400\/45 {
  color: rgb(163 230 53 / 0.45) !important;
}

.text-lime-400\/5 {
  color: rgb(163 230 53 / 0.05) !important;
}

.text-lime-400\/50 {
  color: rgb(163 230 53 / 0.5) !important;
}

.text-lime-400\/55 {
  color: rgb(163 230 53 / 0.55) !important;
}

.text-lime-400\/60 {
  color: rgb(163 230 53 / 0.6) !important;
}

.text-lime-400\/65 {
  color: rgb(163 230 53 / 0.65) !important;
}

.text-lime-400\/70 {
  color: rgb(163 230 53 / 0.7) !important;
}

.text-lime-400\/75 {
  color: rgb(163 230 53 / 0.75) !important;
}

.text-lime-400\/80 {
  color: rgb(163 230 53 / 0.8) !important;
}

.text-lime-400\/85 {
  color: rgb(163 230 53 / 0.85) !important;
}

.text-lime-400\/90 {
  color: rgb(163 230 53 / 0.9) !important;
}

.text-lime-400\/95 {
  color: rgb(163 230 53 / 0.95) !important;
}

.text-lime-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(247 254 231 / var(--tw-text-opacity, 1)) !important;
}

.text-lime-50\/0 {
  color: rgb(247 254 231 / 0) !important;
}

.text-lime-50\/10 {
  color: rgb(247 254 231 / 0.1) !important;
}

.text-lime-50\/100 {
  color: rgb(247 254 231 / 1) !important;
}

.text-lime-50\/15 {
  color: rgb(247 254 231 / 0.15) !important;
}

.text-lime-50\/20 {
  color: rgb(247 254 231 / 0.2) !important;
}

.text-lime-50\/25 {
  color: rgb(247 254 231 / 0.25) !important;
}

.text-lime-50\/30 {
  color: rgb(247 254 231 / 0.3) !important;
}

.text-lime-50\/35 {
  color: rgb(247 254 231 / 0.35) !important;
}

.text-lime-50\/40 {
  color: rgb(247 254 231 / 0.4) !important;
}

.text-lime-50\/45 {
  color: rgb(247 254 231 / 0.45) !important;
}

.text-lime-50\/5 {
  color: rgb(247 254 231 / 0.05) !important;
}

.text-lime-50\/50 {
  color: rgb(247 254 231 / 0.5) !important;
}

.text-lime-50\/55 {
  color: rgb(247 254 231 / 0.55) !important;
}

.text-lime-50\/60 {
  color: rgb(247 254 231 / 0.6) !important;
}

.text-lime-50\/65 {
  color: rgb(247 254 231 / 0.65) !important;
}

.text-lime-50\/70 {
  color: rgb(247 254 231 / 0.7) !important;
}

.text-lime-50\/75 {
  color: rgb(247 254 231 / 0.75) !important;
}

.text-lime-50\/80 {
  color: rgb(247 254 231 / 0.8) !important;
}

.text-lime-50\/85 {
  color: rgb(247 254 231 / 0.85) !important;
}

.text-lime-50\/90 {
  color: rgb(247 254 231 / 0.9) !important;
}

.text-lime-50\/95 {
  color: rgb(247 254 231 / 0.95) !important;
}

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

.text-lime-500\/0 {
  color: rgb(132 204 22 / 0) !important;
}

.text-lime-500\/10 {
  color: rgb(132 204 22 / 0.1) !important;
}

.text-lime-500\/100 {
  color: rgb(132 204 22 / 1) !important;
}

.text-lime-500\/15 {
  color: rgb(132 204 22 / 0.15) !important;
}

.text-lime-500\/20 {
  color: rgb(132 204 22 / 0.2) !important;
}

.text-lime-500\/25 {
  color: rgb(132 204 22 / 0.25) !important;
}

.text-lime-500\/30 {
  color: rgb(132 204 22 / 0.3) !important;
}

.text-lime-500\/35 {
  color: rgb(132 204 22 / 0.35) !important;
}

.text-lime-500\/40 {
  color: rgb(132 204 22 / 0.4) !important;
}

.text-lime-500\/45 {
  color: rgb(132 204 22 / 0.45) !important;
}

.text-lime-500\/5 {
  color: rgb(132 204 22 / 0.05) !important;
}

.text-lime-500\/50 {
  color: rgb(132 204 22 / 0.5) !important;
}

.text-lime-500\/55 {
  color: rgb(132 204 22 / 0.55) !important;
}

.text-lime-500\/60 {
  color: rgb(132 204 22 / 0.6) !important;
}

.text-lime-500\/65 {
  color: rgb(132 204 22 / 0.65) !important;
}

.text-lime-500\/70 {
  color: rgb(132 204 22 / 0.7) !important;
}

.text-lime-500\/75 {
  color: rgb(132 204 22 / 0.75) !important;
}

.text-lime-500\/80 {
  color: rgb(132 204 22 / 0.8) !important;
}

.text-lime-500\/85 {
  color: rgb(132 204 22 / 0.85) !important;
}

.text-lime-500\/90 {
  color: rgb(132 204 22 / 0.9) !important;
}

.text-lime-500\/95 {
  color: rgb(132 204 22 / 0.95) !important;
}

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

.text-lime-600\/0 {
  color: rgb(101 163 13 / 0) !important;
}

.text-lime-600\/10 {
  color: rgb(101 163 13 / 0.1) !important;
}

.text-lime-600\/100 {
  color: rgb(101 163 13 / 1) !important;
}

.text-lime-600\/15 {
  color: rgb(101 163 13 / 0.15) !important;
}

.text-lime-600\/20 {
  color: rgb(101 163 13 / 0.2) !important;
}

.text-lime-600\/25 {
  color: rgb(101 163 13 / 0.25) !important;
}

.text-lime-600\/30 {
  color: rgb(101 163 13 / 0.3) !important;
}

.text-lime-600\/35 {
  color: rgb(101 163 13 / 0.35) !important;
}

.text-lime-600\/40 {
  color: rgb(101 163 13 / 0.4) !important;
}

.text-lime-600\/45 {
  color: rgb(101 163 13 / 0.45) !important;
}

.text-lime-600\/5 {
  color: rgb(101 163 13 / 0.05) !important;
}

.text-lime-600\/50 {
  color: rgb(101 163 13 / 0.5) !important;
}

.text-lime-600\/55 {
  color: rgb(101 163 13 / 0.55) !important;
}

.text-lime-600\/60 {
  color: rgb(101 163 13 / 0.6) !important;
}

.text-lime-600\/65 {
  color: rgb(101 163 13 / 0.65) !important;
}

.text-lime-600\/70 {
  color: rgb(101 163 13 / 0.7) !important;
}

.text-lime-600\/75 {
  color: rgb(101 163 13 / 0.75) !important;
}

.text-lime-600\/80 {
  color: rgb(101 163 13 / 0.8) !important;
}

.text-lime-600\/85 {
  color: rgb(101 163 13 / 0.85) !important;
}

.text-lime-600\/90 {
  color: rgb(101 163 13 / 0.9) !important;
}

.text-lime-600\/95 {
  color: rgb(101 163 13 / 0.95) !important;
}

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

.text-lime-700\/0 {
  color: rgb(77 124 15 / 0) !important;
}

.text-lime-700\/10 {
  color: rgb(77 124 15 / 0.1) !important;
}

.text-lime-700\/100 {
  color: rgb(77 124 15 / 1) !important;
}

.text-lime-700\/15 {
  color: rgb(77 124 15 / 0.15) !important;
}

.text-lime-700\/20 {
  color: rgb(77 124 15 / 0.2) !important;
}

.text-lime-700\/25 {
  color: rgb(77 124 15 / 0.25) !important;
}

.text-lime-700\/30 {
  color: rgb(77 124 15 / 0.3) !important;
}

.text-lime-700\/35 {
  color: rgb(77 124 15 / 0.35) !important;
}

.text-lime-700\/40 {
  color: rgb(77 124 15 / 0.4) !important;
}

.text-lime-700\/45 {
  color: rgb(77 124 15 / 0.45) !important;
}

.text-lime-700\/5 {
  color: rgb(77 124 15 / 0.05) !important;
}

.text-lime-700\/50 {
  color: rgb(77 124 15 / 0.5) !important;
}

.text-lime-700\/55 {
  color: rgb(77 124 15 / 0.55) !important;
}

.text-lime-700\/60 {
  color: rgb(77 124 15 / 0.6) !important;
}

.text-lime-700\/65 {
  color: rgb(77 124 15 / 0.65) !important;
}

.text-lime-700\/70 {
  color: rgb(77 124 15 / 0.7) !important;
}

.text-lime-700\/75 {
  color: rgb(77 124 15 / 0.75) !important;
}

.text-lime-700\/80 {
  color: rgb(77 124 15 / 0.8) !important;
}

.text-lime-700\/85 {
  color: rgb(77 124 15 / 0.85) !important;
}

.text-lime-700\/90 {
  color: rgb(77 124 15 / 0.9) !important;
}

.text-lime-700\/95 {
  color: rgb(77 124 15 / 0.95) !important;
}

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

.text-lime-800\/0 {
  color: rgb(63 98 18 / 0) !important;
}

.text-lime-800\/10 {
  color: rgb(63 98 18 / 0.1) !important;
}

.text-lime-800\/100 {
  color: rgb(63 98 18 / 1) !important;
}

.text-lime-800\/15 {
  color: rgb(63 98 18 / 0.15) !important;
}

.text-lime-800\/20 {
  color: rgb(63 98 18 / 0.2) !important;
}

.text-lime-800\/25 {
  color: rgb(63 98 18 / 0.25) !important;
}

.text-lime-800\/30 {
  color: rgb(63 98 18 / 0.3) !important;
}

.text-lime-800\/35 {
  color: rgb(63 98 18 / 0.35) !important;
}

.text-lime-800\/40 {
  color: rgb(63 98 18 / 0.4) !important;
}

.text-lime-800\/45 {
  color: rgb(63 98 18 / 0.45) !important;
}

.text-lime-800\/5 {
  color: rgb(63 98 18 / 0.05) !important;
}

.text-lime-800\/50 {
  color: rgb(63 98 18 / 0.5) !important;
}

.text-lime-800\/55 {
  color: rgb(63 98 18 / 0.55) !important;
}

.text-lime-800\/60 {
  color: rgb(63 98 18 / 0.6) !important;
}

.text-lime-800\/65 {
  color: rgb(63 98 18 / 0.65) !important;
}

.text-lime-800\/70 {
  color: rgb(63 98 18 / 0.7) !important;
}

.text-lime-800\/75 {
  color: rgb(63 98 18 / 0.75) !important;
}

.text-lime-800\/80 {
  color: rgb(63 98 18 / 0.8) !important;
}

.text-lime-800\/85 {
  color: rgb(63 98 18 / 0.85) !important;
}

.text-lime-800\/90 {
  color: rgb(63 98 18 / 0.9) !important;
}

.text-lime-800\/95 {
  color: rgb(63 98 18 / 0.95) !important;
}

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

.text-lime-900\/0 {
  color: rgb(54 83 20 / 0) !important;
}

.text-lime-900\/10 {
  color: rgb(54 83 20 / 0.1) !important;
}

.text-lime-900\/100 {
  color: rgb(54 83 20 / 1) !important;
}

.text-lime-900\/15 {
  color: rgb(54 83 20 / 0.15) !important;
}

.text-lime-900\/20 {
  color: rgb(54 83 20 / 0.2) !important;
}

.text-lime-900\/25 {
  color: rgb(54 83 20 / 0.25) !important;
}

.text-lime-900\/30 {
  color: rgb(54 83 20 / 0.3) !important;
}

.text-lime-900\/35 {
  color: rgb(54 83 20 / 0.35) !important;
}

.text-lime-900\/40 {
  color: rgb(54 83 20 / 0.4) !important;
}

.text-lime-900\/45 {
  color: rgb(54 83 20 / 0.45) !important;
}

.text-lime-900\/5 {
  color: rgb(54 83 20 / 0.05) !important;
}

.text-lime-900\/50 {
  color: rgb(54 83 20 / 0.5) !important;
}

.text-lime-900\/55 {
  color: rgb(54 83 20 / 0.55) !important;
}

.text-lime-900\/60 {
  color: rgb(54 83 20 / 0.6) !important;
}

.text-lime-900\/65 {
  color: rgb(54 83 20 / 0.65) !important;
}

.text-lime-900\/70 {
  color: rgb(54 83 20 / 0.7) !important;
}

.text-lime-900\/75 {
  color: rgb(54 83 20 / 0.75) !important;
}

.text-lime-900\/80 {
  color: rgb(54 83 20 / 0.8) !important;
}

.text-lime-900\/85 {
  color: rgb(54 83 20 / 0.85) !important;
}

.text-lime-900\/90 {
  color: rgb(54 83 20 / 0.9) !important;
}

.text-lime-900\/95 {
  color: rgb(54 83 20 / 0.95) !important;
}

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

.text-neutral-100\/0 {
  color: rgb(245 245 245 / 0) !important;
}

.text-neutral-100\/10 {
  color: rgb(245 245 245 / 0.1) !important;
}

.text-neutral-100\/100 {
  color: rgb(245 245 245 / 1) !important;
}

.text-neutral-100\/15 {
  color: rgb(245 245 245 / 0.15) !important;
}

.text-neutral-100\/20 {
  color: rgb(245 245 245 / 0.2) !important;
}

.text-neutral-100\/25 {
  color: rgb(245 245 245 / 0.25) !important;
}

.text-neutral-100\/30 {
  color: rgb(245 245 245 / 0.3) !important;
}

.text-neutral-100\/35 {
  color: rgb(245 245 245 / 0.35) !important;
}

.text-neutral-100\/40 {
  color: rgb(245 245 245 / 0.4) !important;
}

.text-neutral-100\/45 {
  color: rgb(245 245 245 / 0.45) !important;
}

.text-neutral-100\/5 {
  color: rgb(245 245 245 / 0.05) !important;
}

.text-neutral-100\/50 {
  color: rgb(245 245 245 / 0.5) !important;
}

.text-neutral-100\/55 {
  color: rgb(245 245 245 / 0.55) !important;
}

.text-neutral-100\/60 {
  color: rgb(245 245 245 / 0.6) !important;
}

.text-neutral-100\/65 {
  color: rgb(245 245 245 / 0.65) !important;
}

.text-neutral-100\/70 {
  color: rgb(245 245 245 / 0.7) !important;
}

.text-neutral-100\/75 {
  color: rgb(245 245 245 / 0.75) !important;
}

.text-neutral-100\/80 {
  color: rgb(245 245 245 / 0.8) !important;
}

.text-neutral-100\/85 {
  color: rgb(245 245 245 / 0.85) !important;
}

.text-neutral-100\/90 {
  color: rgb(245 245 245 / 0.9) !important;
}

.text-neutral-100\/95 {
  color: rgb(245 245 245 / 0.95) !important;
}

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

.text-neutral-200\/0 {
  color: rgb(229 229 229 / 0) !important;
}

.text-neutral-200\/10 {
  color: rgb(229 229 229 / 0.1) !important;
}

.text-neutral-200\/100 {
  color: rgb(229 229 229 / 1) !important;
}

.text-neutral-200\/15 {
  color: rgb(229 229 229 / 0.15) !important;
}

.text-neutral-200\/20 {
  color: rgb(229 229 229 / 0.2) !important;
}

.text-neutral-200\/25 {
  color: rgb(229 229 229 / 0.25) !important;
}

.text-neutral-200\/30 {
  color: rgb(229 229 229 / 0.3) !important;
}

.text-neutral-200\/35 {
  color: rgb(229 229 229 / 0.35) !important;
}

.text-neutral-200\/40 {
  color: rgb(229 229 229 / 0.4) !important;
}

.text-neutral-200\/45 {
  color: rgb(229 229 229 / 0.45) !important;
}

.text-neutral-200\/5 {
  color: rgb(229 229 229 / 0.05) !important;
}

.text-neutral-200\/50 {
  color: rgb(229 229 229 / 0.5) !important;
}

.text-neutral-200\/55 {
  color: rgb(229 229 229 / 0.55) !important;
}

.text-neutral-200\/60 {
  color: rgb(229 229 229 / 0.6) !important;
}

.text-neutral-200\/65 {
  color: rgb(229 229 229 / 0.65) !important;
}

.text-neutral-200\/70 {
  color: rgb(229 229 229 / 0.7) !important;
}

.text-neutral-200\/75 {
  color: rgb(229 229 229 / 0.75) !important;
}

.text-neutral-200\/80 {
  color: rgb(229 229 229 / 0.8) !important;
}

.text-neutral-200\/85 {
  color: rgb(229 229 229 / 0.85) !important;
}

.text-neutral-200\/90 {
  color: rgb(229 229 229 / 0.9) !important;
}

.text-neutral-200\/95 {
  color: rgb(229 229 229 / 0.95) !important;
}

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

.text-neutral-300\/0 {
  color: rgb(212 212 212 / 0) !important;
}

.text-neutral-300\/10 {
  color: rgb(212 212 212 / 0.1) !important;
}

.text-neutral-300\/100 {
  color: rgb(212 212 212 / 1) !important;
}

.text-neutral-300\/15 {
  color: rgb(212 212 212 / 0.15) !important;
}

.text-neutral-300\/20 {
  color: rgb(212 212 212 / 0.2) !important;
}

.text-neutral-300\/25 {
  color: rgb(212 212 212 / 0.25) !important;
}

.text-neutral-300\/30 {
  color: rgb(212 212 212 / 0.3) !important;
}

.text-neutral-300\/35 {
  color: rgb(212 212 212 / 0.35) !important;
}

.text-neutral-300\/40 {
  color: rgb(212 212 212 / 0.4) !important;
}

.text-neutral-300\/45 {
  color: rgb(212 212 212 / 0.45) !important;
}

.text-neutral-300\/5 {
  color: rgb(212 212 212 / 0.05) !important;
}

.text-neutral-300\/50 {
  color: rgb(212 212 212 / 0.5) !important;
}

.text-neutral-300\/55 {
  color: rgb(212 212 212 / 0.55) !important;
}

.text-neutral-300\/60 {
  color: rgb(212 212 212 / 0.6) !important;
}

.text-neutral-300\/65 {
  color: rgb(212 212 212 / 0.65) !important;
}

.text-neutral-300\/70 {
  color: rgb(212 212 212 / 0.7) !important;
}

.text-neutral-300\/75 {
  color: rgb(212 212 212 / 0.75) !important;
}

.text-neutral-300\/80 {
  color: rgb(212 212 212 / 0.8) !important;
}

.text-neutral-300\/85 {
  color: rgb(212 212 212 / 0.85) !important;
}

.text-neutral-300\/90 {
  color: rgb(212 212 212 / 0.9) !important;
}

.text-neutral-300\/95 {
  color: rgb(212 212 212 / 0.95) !important;
}

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

.text-neutral-400\/0 {
  color: rgb(163 163 163 / 0) !important;
}

.text-neutral-400\/10 {
  color: rgb(163 163 163 / 0.1) !important;
}

.text-neutral-400\/100 {
  color: rgb(163 163 163 / 1) !important;
}

.text-neutral-400\/15 {
  color: rgb(163 163 163 / 0.15) !important;
}

.text-neutral-400\/20 {
  color: rgb(163 163 163 / 0.2) !important;
}

.text-neutral-400\/25 {
  color: rgb(163 163 163 / 0.25) !important;
}

.text-neutral-400\/30 {
  color: rgb(163 163 163 / 0.3) !important;
}

.text-neutral-400\/35 {
  color: rgb(163 163 163 / 0.35) !important;
}

.text-neutral-400\/40 {
  color: rgb(163 163 163 / 0.4) !important;
}

.text-neutral-400\/45 {
  color: rgb(163 163 163 / 0.45) !important;
}

.text-neutral-400\/5 {
  color: rgb(163 163 163 / 0.05) !important;
}

.text-neutral-400\/50 {
  color: rgb(163 163 163 / 0.5) !important;
}

.text-neutral-400\/55 {
  color: rgb(163 163 163 / 0.55) !important;
}

.text-neutral-400\/60 {
  color: rgb(163 163 163 / 0.6) !important;
}

.text-neutral-400\/65 {
  color: rgb(163 163 163 / 0.65) !important;
}

.text-neutral-400\/70 {
  color: rgb(163 163 163 / 0.7) !important;
}

.text-neutral-400\/75 {
  color: rgb(163 163 163 / 0.75) !important;
}

.text-neutral-400\/80 {
  color: rgb(163 163 163 / 0.8) !important;
}

.text-neutral-400\/85 {
  color: rgb(163 163 163 / 0.85) !important;
}

.text-neutral-400\/90 {
  color: rgb(163 163 163 / 0.9) !important;
}

.text-neutral-400\/95 {
  color: rgb(163 163 163 / 0.95) !important;
}

.text-neutral-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1)) !important;
}

.text-neutral-50\/0 {
  color: rgb(250 250 250 / 0) !important;
}

.text-neutral-50\/10 {
  color: rgb(250 250 250 / 0.1) !important;
}

.text-neutral-50\/100 {
  color: rgb(250 250 250 / 1) !important;
}

.text-neutral-50\/15 {
  color: rgb(250 250 250 / 0.15) !important;
}

.text-neutral-50\/20 {
  color: rgb(250 250 250 / 0.2) !important;
}

.text-neutral-50\/25 {
  color: rgb(250 250 250 / 0.25) !important;
}

.text-neutral-50\/30 {
  color: rgb(250 250 250 / 0.3) !important;
}

.text-neutral-50\/35 {
  color: rgb(250 250 250 / 0.35) !important;
}

.text-neutral-50\/40 {
  color: rgb(250 250 250 / 0.4) !important;
}

.text-neutral-50\/45 {
  color: rgb(250 250 250 / 0.45) !important;
}

.text-neutral-50\/5 {
  color: rgb(250 250 250 / 0.05) !important;
}

.text-neutral-50\/50 {
  color: rgb(250 250 250 / 0.5) !important;
}

.text-neutral-50\/55 {
  color: rgb(250 250 250 / 0.55) !important;
}

.text-neutral-50\/60 {
  color: rgb(250 250 250 / 0.6) !important;
}

.text-neutral-50\/65 {
  color: rgb(250 250 250 / 0.65) !important;
}

.text-neutral-50\/70 {
  color: rgb(250 250 250 / 0.7) !important;
}

.text-neutral-50\/75 {
  color: rgb(250 250 250 / 0.75) !important;
}

.text-neutral-50\/80 {
  color: rgb(250 250 250 / 0.8) !important;
}

.text-neutral-50\/85 {
  color: rgb(250 250 250 / 0.85) !important;
}

.text-neutral-50\/90 {
  color: rgb(250 250 250 / 0.9) !important;
}

.text-neutral-50\/95 {
  color: rgb(250 250 250 / 0.95) !important;
}

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

.text-neutral-500\/0 {
  color: rgb(115 115 115 / 0) !important;
}

.text-neutral-500\/10 {
  color: rgb(115 115 115 / 0.1) !important;
}

.text-neutral-500\/100 {
  color: rgb(115 115 115 / 1) !important;
}

.text-neutral-500\/15 {
  color: rgb(115 115 115 / 0.15) !important;
}

.text-neutral-500\/20 {
  color: rgb(115 115 115 / 0.2) !important;
}

.text-neutral-500\/25 {
  color: rgb(115 115 115 / 0.25) !important;
}

.text-neutral-500\/30 {
  color: rgb(115 115 115 / 0.3) !important;
}

.text-neutral-500\/35 {
  color: rgb(115 115 115 / 0.35) !important;
}

.text-neutral-500\/40 {
  color: rgb(115 115 115 / 0.4) !important;
}

.text-neutral-500\/45 {
  color: rgb(115 115 115 / 0.45) !important;
}

.text-neutral-500\/5 {
  color: rgb(115 115 115 / 0.05) !important;
}

.text-neutral-500\/50 {
  color: rgb(115 115 115 / 0.5) !important;
}

.text-neutral-500\/55 {
  color: rgb(115 115 115 / 0.55) !important;
}

.text-neutral-500\/60 {
  color: rgb(115 115 115 / 0.6) !important;
}

.text-neutral-500\/65 {
  color: rgb(115 115 115 / 0.65) !important;
}

.text-neutral-500\/70 {
  color: rgb(115 115 115 / 0.7) !important;
}

.text-neutral-500\/75 {
  color: rgb(115 115 115 / 0.75) !important;
}

.text-neutral-500\/80 {
  color: rgb(115 115 115 / 0.8) !important;
}

.text-neutral-500\/85 {
  color: rgb(115 115 115 / 0.85) !important;
}

.text-neutral-500\/90 {
  color: rgb(115 115 115 / 0.9) !important;
}

.text-neutral-500\/95 {
  color: rgb(115 115 115 / 0.95) !important;
}

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

.text-neutral-600\/0 {
  color: rgb(82 82 82 / 0) !important;
}

.text-neutral-600\/10 {
  color: rgb(82 82 82 / 0.1) !important;
}

.text-neutral-600\/100 {
  color: rgb(82 82 82 / 1) !important;
}

.text-neutral-600\/15 {
  color: rgb(82 82 82 / 0.15) !important;
}

.text-neutral-600\/20 {
  color: rgb(82 82 82 / 0.2) !important;
}

.text-neutral-600\/25 {
  color: rgb(82 82 82 / 0.25) !important;
}

.text-neutral-600\/30 {
  color: rgb(82 82 82 / 0.3) !important;
}

.text-neutral-600\/35 {
  color: rgb(82 82 82 / 0.35) !important;
}

.text-neutral-600\/40 {
  color: rgb(82 82 82 / 0.4) !important;
}

.text-neutral-600\/45 {
  color: rgb(82 82 82 / 0.45) !important;
}

.text-neutral-600\/5 {
  color: rgb(82 82 82 / 0.05) !important;
}

.text-neutral-600\/50 {
  color: rgb(82 82 82 / 0.5) !important;
}

.text-neutral-600\/55 {
  color: rgb(82 82 82 / 0.55) !important;
}

.text-neutral-600\/60 {
  color: rgb(82 82 82 / 0.6) !important;
}

.text-neutral-600\/65 {
  color: rgb(82 82 82 / 0.65) !important;
}

.text-neutral-600\/70 {
  color: rgb(82 82 82 / 0.7) !important;
}

.text-neutral-600\/75 {
  color: rgb(82 82 82 / 0.75) !important;
}

.text-neutral-600\/80 {
  color: rgb(82 82 82 / 0.8) !important;
}

.text-neutral-600\/85 {
  color: rgb(82 82 82 / 0.85) !important;
}

.text-neutral-600\/90 {
  color: rgb(82 82 82 / 0.9) !important;
}

.text-neutral-600\/95 {
  color: rgb(82 82 82 / 0.95) !important;
}

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

.text-neutral-700\/0 {
  color: rgb(64 64 64 / 0) !important;
}

.text-neutral-700\/10 {
  color: rgb(64 64 64 / 0.1) !important;
}

.text-neutral-700\/100 {
  color: rgb(64 64 64 / 1) !important;
}

.text-neutral-700\/15 {
  color: rgb(64 64 64 / 0.15) !important;
}

.text-neutral-700\/20 {
  color: rgb(64 64 64 / 0.2) !important;
}

.text-neutral-700\/25 {
  color: rgb(64 64 64 / 0.25) !important;
}

.text-neutral-700\/30 {
  color: rgb(64 64 64 / 0.3) !important;
}

.text-neutral-700\/35 {
  color: rgb(64 64 64 / 0.35) !important;
}

.text-neutral-700\/40 {
  color: rgb(64 64 64 / 0.4) !important;
}

.text-neutral-700\/45 {
  color: rgb(64 64 64 / 0.45) !important;
}

.text-neutral-700\/5 {
  color: rgb(64 64 64 / 0.05) !important;
}

.text-neutral-700\/50 {
  color: rgb(64 64 64 / 0.5) !important;
}

.text-neutral-700\/55 {
  color: rgb(64 64 64 / 0.55) !important;
}

.text-neutral-700\/60 {
  color: rgb(64 64 64 / 0.6) !important;
}

.text-neutral-700\/65 {
  color: rgb(64 64 64 / 0.65) !important;
}

.text-neutral-700\/70 {
  color: rgb(64 64 64 / 0.7) !important;
}

.text-neutral-700\/75 {
  color: rgb(64 64 64 / 0.75) !important;
}

.text-neutral-700\/80 {
  color: rgb(64 64 64 / 0.8) !important;
}

.text-neutral-700\/85 {
  color: rgb(64 64 64 / 0.85) !important;
}

.text-neutral-700\/90 {
  color: rgb(64 64 64 / 0.9) !important;
}

.text-neutral-700\/95 {
  color: rgb(64 64 64 / 0.95) !important;
}

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

.text-neutral-800\/0 {
  color: rgb(38 38 38 / 0) !important;
}

.text-neutral-800\/10 {
  color: rgb(38 38 38 / 0.1) !important;
}

.text-neutral-800\/100 {
  color: rgb(38 38 38 / 1) !important;
}

.text-neutral-800\/15 {
  color: rgb(38 38 38 / 0.15) !important;
}

.text-neutral-800\/20 {
  color: rgb(38 38 38 / 0.2) !important;
}

.text-neutral-800\/25 {
  color: rgb(38 38 38 / 0.25) !important;
}

.text-neutral-800\/30 {
  color: rgb(38 38 38 / 0.3) !important;
}

.text-neutral-800\/35 {
  color: rgb(38 38 38 / 0.35) !important;
}

.text-neutral-800\/40 {
  color: rgb(38 38 38 / 0.4) !important;
}

.text-neutral-800\/45 {
  color: rgb(38 38 38 / 0.45) !important;
}

.text-neutral-800\/5 {
  color: rgb(38 38 38 / 0.05) !important;
}

.text-neutral-800\/50 {
  color: rgb(38 38 38 / 0.5) !important;
}

.text-neutral-800\/55 {
  color: rgb(38 38 38 / 0.55) !important;
}

.text-neutral-800\/60 {
  color: rgb(38 38 38 / 0.6) !important;
}

.text-neutral-800\/65 {
  color: rgb(38 38 38 / 0.65) !important;
}

.text-neutral-800\/70 {
  color: rgb(38 38 38 / 0.7) !important;
}

.text-neutral-800\/75 {
  color: rgb(38 38 38 / 0.75) !important;
}

.text-neutral-800\/80 {
  color: rgb(38 38 38 / 0.8) !important;
}

.text-neutral-800\/85 {
  color: rgb(38 38 38 / 0.85) !important;
}

.text-neutral-800\/90 {
  color: rgb(38 38 38 / 0.9) !important;
}

.text-neutral-800\/95 {
  color: rgb(38 38 38 / 0.95) !important;
}

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

.text-neutral-900\/0 {
  color: rgb(23 23 23 / 0) !important;
}

.text-neutral-900\/10 {
  color: rgb(23 23 23 / 0.1) !important;
}

.text-neutral-900\/100 {
  color: rgb(23 23 23 / 1) !important;
}

.text-neutral-900\/15 {
  color: rgb(23 23 23 / 0.15) !important;
}

.text-neutral-900\/20 {
  color: rgb(23 23 23 / 0.2) !important;
}

.text-neutral-900\/25 {
  color: rgb(23 23 23 / 0.25) !important;
}

.text-neutral-900\/30 {
  color: rgb(23 23 23 / 0.3) !important;
}

.text-neutral-900\/35 {
  color: rgb(23 23 23 / 0.35) !important;
}

.text-neutral-900\/40 {
  color: rgb(23 23 23 / 0.4) !important;
}

.text-neutral-900\/45 {
  color: rgb(23 23 23 / 0.45) !important;
}

.text-neutral-900\/5 {
  color: rgb(23 23 23 / 0.05) !important;
}

.text-neutral-900\/50 {
  color: rgb(23 23 23 / 0.5) !important;
}

.text-neutral-900\/55 {
  color: rgb(23 23 23 / 0.55) !important;
}

.text-neutral-900\/60 {
  color: rgb(23 23 23 / 0.6) !important;
}

.text-neutral-900\/65 {
  color: rgb(23 23 23 / 0.65) !important;
}

.text-neutral-900\/70 {
  color: rgb(23 23 23 / 0.7) !important;
}

.text-neutral-900\/75 {
  color: rgb(23 23 23 / 0.75) !important;
}

.text-neutral-900\/80 {
  color: rgb(23 23 23 / 0.8) !important;
}

.text-neutral-900\/85 {
  color: rgb(23 23 23 / 0.85) !important;
}

.text-neutral-900\/90 {
  color: rgb(23 23 23 / 0.9) !important;
}

.text-neutral-900\/95 {
  color: rgb(23 23 23 / 0.95) !important;
}

.text-night-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1)) !important;
}

.text-night-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1)) !important;
}

.text-night-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}

.text-night-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}

.text-on-button {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--on-button, 255 255 255) / var(--tw-text-opacity, 1)) !important;
}

.text-on-ink {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--on-ink, 255 255 255) / var(--tw-text-opacity, 1)) !important;
}

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

.text-orange-100\/0 {
  color: rgb(255 237 213 / 0) !important;
}

.text-orange-100\/10 {
  color: rgb(255 237 213 / 0.1) !important;
}

.text-orange-100\/100 {
  color: rgb(255 237 213 / 1) !important;
}

.text-orange-100\/15 {
  color: rgb(255 237 213 / 0.15) !important;
}

.text-orange-100\/20 {
  color: rgb(255 237 213 / 0.2) !important;
}

.text-orange-100\/25 {
  color: rgb(255 237 213 / 0.25) !important;
}

.text-orange-100\/30 {
  color: rgb(255 237 213 / 0.3) !important;
}

.text-orange-100\/35 {
  color: rgb(255 237 213 / 0.35) !important;
}

.text-orange-100\/40 {
  color: rgb(255 237 213 / 0.4) !important;
}

.text-orange-100\/45 {
  color: rgb(255 237 213 / 0.45) !important;
}

.text-orange-100\/5 {
  color: rgb(255 237 213 / 0.05) !important;
}

.text-orange-100\/50 {
  color: rgb(255 237 213 / 0.5) !important;
}

.text-orange-100\/55 {
  color: rgb(255 237 213 / 0.55) !important;
}

.text-orange-100\/60 {
  color: rgb(255 237 213 / 0.6) !important;
}

.text-orange-100\/65 {
  color: rgb(255 237 213 / 0.65) !important;
}

.text-orange-100\/70 {
  color: rgb(255 237 213 / 0.7) !important;
}

.text-orange-100\/75 {
  color: rgb(255 237 213 / 0.75) !important;
}

.text-orange-100\/80 {
  color: rgb(255 237 213 / 0.8) !important;
}

.text-orange-100\/85 {
  color: rgb(255 237 213 / 0.85) !important;
}

.text-orange-100\/90 {
  color: rgb(255 237 213 / 0.9) !important;
}

.text-orange-100\/95 {
  color: rgb(255 237 213 / 0.95) !important;
}

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

.text-orange-200\/0 {
  color: rgb(254 215 170 / 0) !important;
}

.text-orange-200\/10 {
  color: rgb(254 215 170 / 0.1) !important;
}

.text-orange-200\/100 {
  color: rgb(254 215 170 / 1) !important;
}

.text-orange-200\/15 {
  color: rgb(254 215 170 / 0.15) !important;
}

.text-orange-200\/20 {
  color: rgb(254 215 170 / 0.2) !important;
}

.text-orange-200\/25 {
  color: rgb(254 215 170 / 0.25) !important;
}

.text-orange-200\/30 {
  color: rgb(254 215 170 / 0.3) !important;
}

.text-orange-200\/35 {
  color: rgb(254 215 170 / 0.35) !important;
}

.text-orange-200\/40 {
  color: rgb(254 215 170 / 0.4) !important;
}

.text-orange-200\/45 {
  color: rgb(254 215 170 / 0.45) !important;
}

.text-orange-200\/5 {
  color: rgb(254 215 170 / 0.05) !important;
}

.text-orange-200\/50 {
  color: rgb(254 215 170 / 0.5) !important;
}

.text-orange-200\/55 {
  color: rgb(254 215 170 / 0.55) !important;
}

.text-orange-200\/60 {
  color: rgb(254 215 170 / 0.6) !important;
}

.text-orange-200\/65 {
  color: rgb(254 215 170 / 0.65) !important;
}

.text-orange-200\/70 {
  color: rgb(254 215 170 / 0.7) !important;
}

.text-orange-200\/75 {
  color: rgb(254 215 170 / 0.75) !important;
}

.text-orange-200\/80 {
  color: rgb(254 215 170 / 0.8) !important;
}

.text-orange-200\/85 {
  color: rgb(254 215 170 / 0.85) !important;
}

.text-orange-200\/90 {
  color: rgb(254 215 170 / 0.9) !important;
}

.text-orange-200\/95 {
  color: rgb(254 215 170 / 0.95) !important;
}

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

.text-orange-300\/0 {
  color: rgb(253 186 116 / 0) !important;
}

.text-orange-300\/10 {
  color: rgb(253 186 116 / 0.1) !important;
}

.text-orange-300\/100 {
  color: rgb(253 186 116 / 1) !important;
}

.text-orange-300\/15 {
  color: rgb(253 186 116 / 0.15) !important;
}

.text-orange-300\/20 {
  color: rgb(253 186 116 / 0.2) !important;
}

.text-orange-300\/25 {
  color: rgb(253 186 116 / 0.25) !important;
}

.text-orange-300\/30 {
  color: rgb(253 186 116 / 0.3) !important;
}

.text-orange-300\/35 {
  color: rgb(253 186 116 / 0.35) !important;
}

.text-orange-300\/40 {
  color: rgb(253 186 116 / 0.4) !important;
}

.text-orange-300\/45 {
  color: rgb(253 186 116 / 0.45) !important;
}

.text-orange-300\/5 {
  color: rgb(253 186 116 / 0.05) !important;
}

.text-orange-300\/50 {
  color: rgb(253 186 116 / 0.5) !important;
}

.text-orange-300\/55 {
  color: rgb(253 186 116 / 0.55) !important;
}

.text-orange-300\/60 {
  color: rgb(253 186 116 / 0.6) !important;
}

.text-orange-300\/65 {
  color: rgb(253 186 116 / 0.65) !important;
}

.text-orange-300\/70 {
  color: rgb(253 186 116 / 0.7) !important;
}

.text-orange-300\/75 {
  color: rgb(253 186 116 / 0.75) !important;
}

.text-orange-300\/80 {
  color: rgb(253 186 116 / 0.8) !important;
}

.text-orange-300\/85 {
  color: rgb(253 186 116 / 0.85) !important;
}

.text-orange-300\/90 {
  color: rgb(253 186 116 / 0.9) !important;
}

.text-orange-300\/95 {
  color: rgb(253 186 116 / 0.95) !important;
}

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

.text-orange-400\/0 {
  color: rgb(251 146 60 / 0) !important;
}

.text-orange-400\/10 {
  color: rgb(251 146 60 / 0.1) !important;
}

.text-orange-400\/100 {
  color: rgb(251 146 60 / 1) !important;
}

.text-orange-400\/15 {
  color: rgb(251 146 60 / 0.15) !important;
}

.text-orange-400\/20 {
  color: rgb(251 146 60 / 0.2) !important;
}

.text-orange-400\/25 {
  color: rgb(251 146 60 / 0.25) !important;
}

.text-orange-400\/30 {
  color: rgb(251 146 60 / 0.3) !important;
}

.text-orange-400\/35 {
  color: rgb(251 146 60 / 0.35) !important;
}

.text-orange-400\/40 {
  color: rgb(251 146 60 / 0.4) !important;
}

.text-orange-400\/45 {
  color: rgb(251 146 60 / 0.45) !important;
}

.text-orange-400\/5 {
  color: rgb(251 146 60 / 0.05) !important;
}

.text-orange-400\/50 {
  color: rgb(251 146 60 / 0.5) !important;
}

.text-orange-400\/55 {
  color: rgb(251 146 60 / 0.55) !important;
}

.text-orange-400\/60 {
  color: rgb(251 146 60 / 0.6) !important;
}

.text-orange-400\/65 {
  color: rgb(251 146 60 / 0.65) !important;
}

.text-orange-400\/70 {
  color: rgb(251 146 60 / 0.7) !important;
}

.text-orange-400\/75 {
  color: rgb(251 146 60 / 0.75) !important;
}

.text-orange-400\/80 {
  color: rgb(251 146 60 / 0.8) !important;
}

.text-orange-400\/85 {
  color: rgb(251 146 60 / 0.85) !important;
}

.text-orange-400\/90 {
  color: rgb(251 146 60 / 0.9) !important;
}

.text-orange-400\/95 {
  color: rgb(251 146 60 / 0.95) !important;
}

.text-orange-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 247 237 / var(--tw-text-opacity, 1)) !important;
}

.text-orange-50\/0 {
  color: rgb(255 247 237 / 0) !important;
}

.text-orange-50\/10 {
  color: rgb(255 247 237 / 0.1) !important;
}

.text-orange-50\/100 {
  color: rgb(255 247 237 / 1) !important;
}

.text-orange-50\/15 {
  color: rgb(255 247 237 / 0.15) !important;
}

.text-orange-50\/20 {
  color: rgb(255 247 237 / 0.2) !important;
}

.text-orange-50\/25 {
  color: rgb(255 247 237 / 0.25) !important;
}

.text-orange-50\/30 {
  color: rgb(255 247 237 / 0.3) !important;
}

.text-orange-50\/35 {
  color: rgb(255 247 237 / 0.35) !important;
}

.text-orange-50\/40 {
  color: rgb(255 247 237 / 0.4) !important;
}

.text-orange-50\/45 {
  color: rgb(255 247 237 / 0.45) !important;
}

.text-orange-50\/5 {
  color: rgb(255 247 237 / 0.05) !important;
}

.text-orange-50\/50 {
  color: rgb(255 247 237 / 0.5) !important;
}

.text-orange-50\/55 {
  color: rgb(255 247 237 / 0.55) !important;
}

.text-orange-50\/60 {
  color: rgb(255 247 237 / 0.6) !important;
}

.text-orange-50\/65 {
  color: rgb(255 247 237 / 0.65) !important;
}

.text-orange-50\/70 {
  color: rgb(255 247 237 / 0.7) !important;
}

.text-orange-50\/75 {
  color: rgb(255 247 237 / 0.75) !important;
}

.text-orange-50\/80 {
  color: rgb(255 247 237 / 0.8) !important;
}

.text-orange-50\/85 {
  color: rgb(255 247 237 / 0.85) !important;
}

.text-orange-50\/90 {
  color: rgb(255 247 237 / 0.9) !important;
}

.text-orange-50\/95 {
  color: rgb(255 247 237 / 0.95) !important;
}

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

.text-orange-500\/0 {
  color: rgb(249 115 22 / 0) !important;
}

.text-orange-500\/10 {
  color: rgb(249 115 22 / 0.1) !important;
}

.text-orange-500\/100 {
  color: rgb(249 115 22 / 1) !important;
}

.text-orange-500\/15 {
  color: rgb(249 115 22 / 0.15) !important;
}

.text-orange-500\/20 {
  color: rgb(249 115 22 / 0.2) !important;
}

.text-orange-500\/25 {
  color: rgb(249 115 22 / 0.25) !important;
}

.text-orange-500\/30 {
  color: rgb(249 115 22 / 0.3) !important;
}

.text-orange-500\/35 {
  color: rgb(249 115 22 / 0.35) !important;
}

.text-orange-500\/40 {
  color: rgb(249 115 22 / 0.4) !important;
}

.text-orange-500\/45 {
  color: rgb(249 115 22 / 0.45) !important;
}

.text-orange-500\/5 {
  color: rgb(249 115 22 / 0.05) !important;
}

.text-orange-500\/50 {
  color: rgb(249 115 22 / 0.5) !important;
}

.text-orange-500\/55 {
  color: rgb(249 115 22 / 0.55) !important;
}

.text-orange-500\/60 {
  color: rgb(249 115 22 / 0.6) !important;
}

.text-orange-500\/65 {
  color: rgb(249 115 22 / 0.65) !important;
}

.text-orange-500\/70 {
  color: rgb(249 115 22 / 0.7) !important;
}

.text-orange-500\/75 {
  color: rgb(249 115 22 / 0.75) !important;
}

.text-orange-500\/80 {
  color: rgb(249 115 22 / 0.8) !important;
}

.text-orange-500\/85 {
  color: rgb(249 115 22 / 0.85) !important;
}

.text-orange-500\/90 {
  color: rgb(249 115 22 / 0.9) !important;
}

.text-orange-500\/95 {
  color: rgb(249 115 22 / 0.95) !important;
}

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

.text-orange-600\/0 {
  color: rgb(234 88 12 / 0) !important;
}

.text-orange-600\/10 {
  color: rgb(234 88 12 / 0.1) !important;
}

.text-orange-600\/100 {
  color: rgb(234 88 12 / 1) !important;
}

.text-orange-600\/15 {
  color: rgb(234 88 12 / 0.15) !important;
}

.text-orange-600\/20 {
  color: rgb(234 88 12 / 0.2) !important;
}

.text-orange-600\/25 {
  color: rgb(234 88 12 / 0.25) !important;
}

.text-orange-600\/30 {
  color: rgb(234 88 12 / 0.3) !important;
}

.text-orange-600\/35 {
  color: rgb(234 88 12 / 0.35) !important;
}

.text-orange-600\/40 {
  color: rgb(234 88 12 / 0.4) !important;
}

.text-orange-600\/45 {
  color: rgb(234 88 12 / 0.45) !important;
}

.text-orange-600\/5 {
  color: rgb(234 88 12 / 0.05) !important;
}

.text-orange-600\/50 {
  color: rgb(234 88 12 / 0.5) !important;
}

.text-orange-600\/55 {
  color: rgb(234 88 12 / 0.55) !important;
}

.text-orange-600\/60 {
  color: rgb(234 88 12 / 0.6) !important;
}

.text-orange-600\/65 {
  color: rgb(234 88 12 / 0.65) !important;
}

.text-orange-600\/70 {
  color: rgb(234 88 12 / 0.7) !important;
}

.text-orange-600\/75 {
  color: rgb(234 88 12 / 0.75) !important;
}

.text-orange-600\/80 {
  color: rgb(234 88 12 / 0.8) !important;
}

.text-orange-600\/85 {
  color: rgb(234 88 12 / 0.85) !important;
}

.text-orange-600\/90 {
  color: rgb(234 88 12 / 0.9) !important;
}

.text-orange-600\/95 {
  color: rgb(234 88 12 / 0.95) !important;
}

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

.text-orange-700\/0 {
  color: rgb(194 65 12 / 0) !important;
}

.text-orange-700\/10 {
  color: rgb(194 65 12 / 0.1) !important;
}

.text-orange-700\/100 {
  color: rgb(194 65 12 / 1) !important;
}

.text-orange-700\/15 {
  color: rgb(194 65 12 / 0.15) !important;
}

.text-orange-700\/20 {
  color: rgb(194 65 12 / 0.2) !important;
}

.text-orange-700\/25 {
  color: rgb(194 65 12 / 0.25) !important;
}

.text-orange-700\/30 {
  color: rgb(194 65 12 / 0.3) !important;
}

.text-orange-700\/35 {
  color: rgb(194 65 12 / 0.35) !important;
}

.text-orange-700\/40 {
  color: rgb(194 65 12 / 0.4) !important;
}

.text-orange-700\/45 {
  color: rgb(194 65 12 / 0.45) !important;
}

.text-orange-700\/5 {
  color: rgb(194 65 12 / 0.05) !important;
}

.text-orange-700\/50 {
  color: rgb(194 65 12 / 0.5) !important;
}

.text-orange-700\/55 {
  color: rgb(194 65 12 / 0.55) !important;
}

.text-orange-700\/60 {
  color: rgb(194 65 12 / 0.6) !important;
}

.text-orange-700\/65 {
  color: rgb(194 65 12 / 0.65) !important;
}

.text-orange-700\/70 {
  color: rgb(194 65 12 / 0.7) !important;
}

.text-orange-700\/75 {
  color: rgb(194 65 12 / 0.75) !important;
}

.text-orange-700\/80 {
  color: rgb(194 65 12 / 0.8) !important;
}

.text-orange-700\/85 {
  color: rgb(194 65 12 / 0.85) !important;
}

.text-orange-700\/90 {
  color: rgb(194 65 12 / 0.9) !important;
}

.text-orange-700\/95 {
  color: rgb(194 65 12 / 0.95) !important;
}

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

.text-orange-800\/0 {
  color: rgb(154 52 18 / 0) !important;
}

.text-orange-800\/10 {
  color: rgb(154 52 18 / 0.1) !important;
}

.text-orange-800\/100 {
  color: rgb(154 52 18 / 1) !important;
}

.text-orange-800\/15 {
  color: rgb(154 52 18 / 0.15) !important;
}

.text-orange-800\/20 {
  color: rgb(154 52 18 / 0.2) !important;
}

.text-orange-800\/25 {
  color: rgb(154 52 18 / 0.25) !important;
}

.text-orange-800\/30 {
  color: rgb(154 52 18 / 0.3) !important;
}

.text-orange-800\/35 {
  color: rgb(154 52 18 / 0.35) !important;
}

.text-orange-800\/40 {
  color: rgb(154 52 18 / 0.4) !important;
}

.text-orange-800\/45 {
  color: rgb(154 52 18 / 0.45) !important;
}

.text-orange-800\/5 {
  color: rgb(154 52 18 / 0.05) !important;
}

.text-orange-800\/50 {
  color: rgb(154 52 18 / 0.5) !important;
}

.text-orange-800\/55 {
  color: rgb(154 52 18 / 0.55) !important;
}

.text-orange-800\/60 {
  color: rgb(154 52 18 / 0.6) !important;
}

.text-orange-800\/65 {
  color: rgb(154 52 18 / 0.65) !important;
}

.text-orange-800\/70 {
  color: rgb(154 52 18 / 0.7) !important;
}

.text-orange-800\/75 {
  color: rgb(154 52 18 / 0.75) !important;
}

.text-orange-800\/80 {
  color: rgb(154 52 18 / 0.8) !important;
}

.text-orange-800\/85 {
  color: rgb(154 52 18 / 0.85) !important;
}

.text-orange-800\/90 {
  color: rgb(154 52 18 / 0.9) !important;
}

.text-orange-800\/95 {
  color: rgb(154 52 18 / 0.95) !important;
}

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

.text-orange-900\/0 {
  color: rgb(124 45 18 / 0) !important;
}

.text-orange-900\/10 {
  color: rgb(124 45 18 / 0.1) !important;
}

.text-orange-900\/100 {
  color: rgb(124 45 18 / 1) !important;
}

.text-orange-900\/15 {
  color: rgb(124 45 18 / 0.15) !important;
}

.text-orange-900\/20 {
  color: rgb(124 45 18 / 0.2) !important;
}

.text-orange-900\/25 {
  color: rgb(124 45 18 / 0.25) !important;
}

.text-orange-900\/30 {
  color: rgb(124 45 18 / 0.3) !important;
}

.text-orange-900\/35 {
  color: rgb(124 45 18 / 0.35) !important;
}

.text-orange-900\/40 {
  color: rgb(124 45 18 / 0.4) !important;
}

.text-orange-900\/45 {
  color: rgb(124 45 18 / 0.45) !important;
}

.text-orange-900\/5 {
  color: rgb(124 45 18 / 0.05) !important;
}

.text-orange-900\/50 {
  color: rgb(124 45 18 / 0.5) !important;
}

.text-orange-900\/55 {
  color: rgb(124 45 18 / 0.55) !important;
}

.text-orange-900\/60 {
  color: rgb(124 45 18 / 0.6) !important;
}

.text-orange-900\/65 {
  color: rgb(124 45 18 / 0.65) !important;
}

.text-orange-900\/70 {
  color: rgb(124 45 18 / 0.7) !important;
}

.text-orange-900\/75 {
  color: rgb(124 45 18 / 0.75) !important;
}

.text-orange-900\/80 {
  color: rgb(124 45 18 / 0.8) !important;
}

.text-orange-900\/85 {
  color: rgb(124 45 18 / 0.85) !important;
}

.text-orange-900\/90 {
  color: rgb(124 45 18 / 0.9) !important;
}

.text-orange-900\/95 {
  color: rgb(124 45 18 / 0.95) !important;
}

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

.text-pink-100\/0 {
  color: rgb(252 231 243 / 0) !important;
}

.text-pink-100\/10 {
  color: rgb(252 231 243 / 0.1) !important;
}

.text-pink-100\/100 {
  color: rgb(252 231 243 / 1) !important;
}

.text-pink-100\/15 {
  color: rgb(252 231 243 / 0.15) !important;
}

.text-pink-100\/20 {
  color: rgb(252 231 243 / 0.2) !important;
}

.text-pink-100\/25 {
  color: rgb(252 231 243 / 0.25) !important;
}

.text-pink-100\/30 {
  color: rgb(252 231 243 / 0.3) !important;
}

.text-pink-100\/35 {
  color: rgb(252 231 243 / 0.35) !important;
}

.text-pink-100\/40 {
  color: rgb(252 231 243 / 0.4) !important;
}

.text-pink-100\/45 {
  color: rgb(252 231 243 / 0.45) !important;
}

.text-pink-100\/5 {
  color: rgb(252 231 243 / 0.05) !important;
}

.text-pink-100\/50 {
  color: rgb(252 231 243 / 0.5) !important;
}

.text-pink-100\/55 {
  color: rgb(252 231 243 / 0.55) !important;
}

.text-pink-100\/60 {
  color: rgb(252 231 243 / 0.6) !important;
}

.text-pink-100\/65 {
  color: rgb(252 231 243 / 0.65) !important;
}

.text-pink-100\/70 {
  color: rgb(252 231 243 / 0.7) !important;
}

.text-pink-100\/75 {
  color: rgb(252 231 243 / 0.75) !important;
}

.text-pink-100\/80 {
  color: rgb(252 231 243 / 0.8) !important;
}

.text-pink-100\/85 {
  color: rgb(252 231 243 / 0.85) !important;
}

.text-pink-100\/90 {
  color: rgb(252 231 243 / 0.9) !important;
}

.text-pink-100\/95 {
  color: rgb(252 231 243 / 0.95) !important;
}

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

.text-pink-200\/0 {
  color: rgb(251 207 232 / 0) !important;
}

.text-pink-200\/10 {
  color: rgb(251 207 232 / 0.1) !important;
}

.text-pink-200\/100 {
  color: rgb(251 207 232 / 1) !important;
}

.text-pink-200\/15 {
  color: rgb(251 207 232 / 0.15) !important;
}

.text-pink-200\/20 {
  color: rgb(251 207 232 / 0.2) !important;
}

.text-pink-200\/25 {
  color: rgb(251 207 232 / 0.25) !important;
}

.text-pink-200\/30 {
  color: rgb(251 207 232 / 0.3) !important;
}

.text-pink-200\/35 {
  color: rgb(251 207 232 / 0.35) !important;
}

.text-pink-200\/40 {
  color: rgb(251 207 232 / 0.4) !important;
}

.text-pink-200\/45 {
  color: rgb(251 207 232 / 0.45) !important;
}

.text-pink-200\/5 {
  color: rgb(251 207 232 / 0.05) !important;
}

.text-pink-200\/50 {
  color: rgb(251 207 232 / 0.5) !important;
}

.text-pink-200\/55 {
  color: rgb(251 207 232 / 0.55) !important;
}

.text-pink-200\/60 {
  color: rgb(251 207 232 / 0.6) !important;
}

.text-pink-200\/65 {
  color: rgb(251 207 232 / 0.65) !important;
}

.text-pink-200\/70 {
  color: rgb(251 207 232 / 0.7) !important;
}

.text-pink-200\/75 {
  color: rgb(251 207 232 / 0.75) !important;
}

.text-pink-200\/80 {
  color: rgb(251 207 232 / 0.8) !important;
}

.text-pink-200\/85 {
  color: rgb(251 207 232 / 0.85) !important;
}

.text-pink-200\/90 {
  color: rgb(251 207 232 / 0.9) !important;
}

.text-pink-200\/95 {
  color: rgb(251 207 232 / 0.95) !important;
}

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

.text-pink-300\/0 {
  color: rgb(249 168 212 / 0) !important;
}

.text-pink-300\/10 {
  color: rgb(249 168 212 / 0.1) !important;
}

.text-pink-300\/100 {
  color: rgb(249 168 212 / 1) !important;
}

.text-pink-300\/15 {
  color: rgb(249 168 212 / 0.15) !important;
}

.text-pink-300\/20 {
  color: rgb(249 168 212 / 0.2) !important;
}

.text-pink-300\/25 {
  color: rgb(249 168 212 / 0.25) !important;
}

.text-pink-300\/30 {
  color: rgb(249 168 212 / 0.3) !important;
}

.text-pink-300\/35 {
  color: rgb(249 168 212 / 0.35) !important;
}

.text-pink-300\/40 {
  color: rgb(249 168 212 / 0.4) !important;
}

.text-pink-300\/45 {
  color: rgb(249 168 212 / 0.45) !important;
}

.text-pink-300\/5 {
  color: rgb(249 168 212 / 0.05) !important;
}

.text-pink-300\/50 {
  color: rgb(249 168 212 / 0.5) !important;
}

.text-pink-300\/55 {
  color: rgb(249 168 212 / 0.55) !important;
}

.text-pink-300\/60 {
  color: rgb(249 168 212 / 0.6) !important;
}

.text-pink-300\/65 {
  color: rgb(249 168 212 / 0.65) !important;
}

.text-pink-300\/70 {
  color: rgb(249 168 212 / 0.7) !important;
}

.text-pink-300\/75 {
  color: rgb(249 168 212 / 0.75) !important;
}

.text-pink-300\/80 {
  color: rgb(249 168 212 / 0.8) !important;
}

.text-pink-300\/85 {
  color: rgb(249 168 212 / 0.85) !important;
}

.text-pink-300\/90 {
  color: rgb(249 168 212 / 0.9) !important;
}

.text-pink-300\/95 {
  color: rgb(249 168 212 / 0.95) !important;
}

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

.text-pink-400\/0 {
  color: rgb(244 114 182 / 0) !important;
}

.text-pink-400\/10 {
  color: rgb(244 114 182 / 0.1) !important;
}

.text-pink-400\/100 {
  color: rgb(244 114 182 / 1) !important;
}

.text-pink-400\/15 {
  color: rgb(244 114 182 / 0.15) !important;
}

.text-pink-400\/20 {
  color: rgb(244 114 182 / 0.2) !important;
}

.text-pink-400\/25 {
  color: rgb(244 114 182 / 0.25) !important;
}

.text-pink-400\/30 {
  color: rgb(244 114 182 / 0.3) !important;
}

.text-pink-400\/35 {
  color: rgb(244 114 182 / 0.35) !important;
}

.text-pink-400\/40 {
  color: rgb(244 114 182 / 0.4) !important;
}

.text-pink-400\/45 {
  color: rgb(244 114 182 / 0.45) !important;
}

.text-pink-400\/5 {
  color: rgb(244 114 182 / 0.05) !important;
}

.text-pink-400\/50 {
  color: rgb(244 114 182 / 0.5) !important;
}

.text-pink-400\/55 {
  color: rgb(244 114 182 / 0.55) !important;
}

.text-pink-400\/60 {
  color: rgb(244 114 182 / 0.6) !important;
}

.text-pink-400\/65 {
  color: rgb(244 114 182 / 0.65) !important;
}

.text-pink-400\/70 {
  color: rgb(244 114 182 / 0.7) !important;
}

.text-pink-400\/75 {
  color: rgb(244 114 182 / 0.75) !important;
}

.text-pink-400\/80 {
  color: rgb(244 114 182 / 0.8) !important;
}

.text-pink-400\/85 {
  color: rgb(244 114 182 / 0.85) !important;
}

.text-pink-400\/90 {
  color: rgb(244 114 182 / 0.9) !important;
}

.text-pink-400\/95 {
  color: rgb(244 114 182 / 0.95) !important;
}

.text-pink-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 242 248 / var(--tw-text-opacity, 1)) !important;
}

.text-pink-50\/0 {
  color: rgb(253 242 248 / 0) !important;
}

.text-pink-50\/10 {
  color: rgb(253 242 248 / 0.1) !important;
}

.text-pink-50\/100 {
  color: rgb(253 242 248 / 1) !important;
}

.text-pink-50\/15 {
  color: rgb(253 242 248 / 0.15) !important;
}

.text-pink-50\/20 {
  color: rgb(253 242 248 / 0.2) !important;
}

.text-pink-50\/25 {
  color: rgb(253 242 248 / 0.25) !important;
}

.text-pink-50\/30 {
  color: rgb(253 242 248 / 0.3) !important;
}

.text-pink-50\/35 {
  color: rgb(253 242 248 / 0.35) !important;
}

.text-pink-50\/40 {
  color: rgb(253 242 248 / 0.4) !important;
}

.text-pink-50\/45 {
  color: rgb(253 242 248 / 0.45) !important;
}

.text-pink-50\/5 {
  color: rgb(253 242 248 / 0.05) !important;
}

.text-pink-50\/50 {
  color: rgb(253 242 248 / 0.5) !important;
}

.text-pink-50\/55 {
  color: rgb(253 242 248 / 0.55) !important;
}

.text-pink-50\/60 {
  color: rgb(253 242 248 / 0.6) !important;
}

.text-pink-50\/65 {
  color: rgb(253 242 248 / 0.65) !important;
}

.text-pink-50\/70 {
  color: rgb(253 242 248 / 0.7) !important;
}

.text-pink-50\/75 {
  color: rgb(253 242 248 / 0.75) !important;
}

.text-pink-50\/80 {
  color: rgb(253 242 248 / 0.8) !important;
}

.text-pink-50\/85 {
  color: rgb(253 242 248 / 0.85) !important;
}

.text-pink-50\/90 {
  color: rgb(253 242 248 / 0.9) !important;
}

.text-pink-50\/95 {
  color: rgb(253 242 248 / 0.95) !important;
}

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

.text-pink-500\/0 {
  color: rgb(236 72 153 / 0) !important;
}

.text-pink-500\/10 {
  color: rgb(236 72 153 / 0.1) !important;
}

.text-pink-500\/100 {
  color: rgb(236 72 153 / 1) !important;
}

.text-pink-500\/15 {
  color: rgb(236 72 153 / 0.15) !important;
}

.text-pink-500\/20 {
  color: rgb(236 72 153 / 0.2) !important;
}

.text-pink-500\/25 {
  color: rgb(236 72 153 / 0.25) !important;
}

.text-pink-500\/30 {
  color: rgb(236 72 153 / 0.3) !important;
}

.text-pink-500\/35 {
  color: rgb(236 72 153 / 0.35) !important;
}

.text-pink-500\/40 {
  color: rgb(236 72 153 / 0.4) !important;
}

.text-pink-500\/45 {
  color: rgb(236 72 153 / 0.45) !important;
}

.text-pink-500\/5 {
  color: rgb(236 72 153 / 0.05) !important;
}

.text-pink-500\/50 {
  color: rgb(236 72 153 / 0.5) !important;
}

.text-pink-500\/55 {
  color: rgb(236 72 153 / 0.55) !important;
}

.text-pink-500\/60 {
  color: rgb(236 72 153 / 0.6) !important;
}

.text-pink-500\/65 {
  color: rgb(236 72 153 / 0.65) !important;
}

.text-pink-500\/70 {
  color: rgb(236 72 153 / 0.7) !important;
}

.text-pink-500\/75 {
  color: rgb(236 72 153 / 0.75) !important;
}

.text-pink-500\/80 {
  color: rgb(236 72 153 / 0.8) !important;
}

.text-pink-500\/85 {
  color: rgb(236 72 153 / 0.85) !important;
}

.text-pink-500\/90 {
  color: rgb(236 72 153 / 0.9) !important;
}

.text-pink-500\/95 {
  color: rgb(236 72 153 / 0.95) !important;
}

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

.text-pink-600\/0 {
  color: rgb(219 39 119 / 0) !important;
}

.text-pink-600\/10 {
  color: rgb(219 39 119 / 0.1) !important;
}

.text-pink-600\/100 {
  color: rgb(219 39 119 / 1) !important;
}

.text-pink-600\/15 {
  color: rgb(219 39 119 / 0.15) !important;
}

.text-pink-600\/20 {
  color: rgb(219 39 119 / 0.2) !important;
}

.text-pink-600\/25 {
  color: rgb(219 39 119 / 0.25) !important;
}

.text-pink-600\/30 {
  color: rgb(219 39 119 / 0.3) !important;
}

.text-pink-600\/35 {
  color: rgb(219 39 119 / 0.35) !important;
}

.text-pink-600\/40 {
  color: rgb(219 39 119 / 0.4) !important;
}

.text-pink-600\/45 {
  color: rgb(219 39 119 / 0.45) !important;
}

.text-pink-600\/5 {
  color: rgb(219 39 119 / 0.05) !important;
}

.text-pink-600\/50 {
  color: rgb(219 39 119 / 0.5) !important;
}

.text-pink-600\/55 {
  color: rgb(219 39 119 / 0.55) !important;
}

.text-pink-600\/60 {
  color: rgb(219 39 119 / 0.6) !important;
}

.text-pink-600\/65 {
  color: rgb(219 39 119 / 0.65) !important;
}

.text-pink-600\/70 {
  color: rgb(219 39 119 / 0.7) !important;
}

.text-pink-600\/75 {
  color: rgb(219 39 119 / 0.75) !important;
}

.text-pink-600\/80 {
  color: rgb(219 39 119 / 0.8) !important;
}

.text-pink-600\/85 {
  color: rgb(219 39 119 / 0.85) !important;
}

.text-pink-600\/90 {
  color: rgb(219 39 119 / 0.9) !important;
}

.text-pink-600\/95 {
  color: rgb(219 39 119 / 0.95) !important;
}

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

.text-pink-700\/0 {
  color: rgb(190 24 93 / 0) !important;
}

.text-pink-700\/10 {
  color: rgb(190 24 93 / 0.1) !important;
}

.text-pink-700\/100 {
  color: rgb(190 24 93 / 1) !important;
}

.text-pink-700\/15 {
  color: rgb(190 24 93 / 0.15) !important;
}

.text-pink-700\/20 {
  color: rgb(190 24 93 / 0.2) !important;
}

.text-pink-700\/25 {
  color: rgb(190 24 93 / 0.25) !important;
}

.text-pink-700\/30 {
  color: rgb(190 24 93 / 0.3) !important;
}

.text-pink-700\/35 {
  color: rgb(190 24 93 / 0.35) !important;
}

.text-pink-700\/40 {
  color: rgb(190 24 93 / 0.4) !important;
}

.text-pink-700\/45 {
  color: rgb(190 24 93 / 0.45) !important;
}

.text-pink-700\/5 {
  color: rgb(190 24 93 / 0.05) !important;
}

.text-pink-700\/50 {
  color: rgb(190 24 93 / 0.5) !important;
}

.text-pink-700\/55 {
  color: rgb(190 24 93 / 0.55) !important;
}

.text-pink-700\/60 {
  color: rgb(190 24 93 / 0.6) !important;
}

.text-pink-700\/65 {
  color: rgb(190 24 93 / 0.65) !important;
}

.text-pink-700\/70 {
  color: rgb(190 24 93 / 0.7) !important;
}

.text-pink-700\/75 {
  color: rgb(190 24 93 / 0.75) !important;
}

.text-pink-700\/80 {
  color: rgb(190 24 93 / 0.8) !important;
}

.text-pink-700\/85 {
  color: rgb(190 24 93 / 0.85) !important;
}

.text-pink-700\/90 {
  color: rgb(190 24 93 / 0.9) !important;
}

.text-pink-700\/95 {
  color: rgb(190 24 93 / 0.95) !important;
}

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

.text-pink-800\/0 {
  color: rgb(157 23 77 / 0) !important;
}

.text-pink-800\/10 {
  color: rgb(157 23 77 / 0.1) !important;
}

.text-pink-800\/100 {
  color: rgb(157 23 77 / 1) !important;
}

.text-pink-800\/15 {
  color: rgb(157 23 77 / 0.15) !important;
}

.text-pink-800\/20 {
  color: rgb(157 23 77 / 0.2) !important;
}

.text-pink-800\/25 {
  color: rgb(157 23 77 / 0.25) !important;
}

.text-pink-800\/30 {
  color: rgb(157 23 77 / 0.3) !important;
}

.text-pink-800\/35 {
  color: rgb(157 23 77 / 0.35) !important;
}

.text-pink-800\/40 {
  color: rgb(157 23 77 / 0.4) !important;
}

.text-pink-800\/45 {
  color: rgb(157 23 77 / 0.45) !important;
}

.text-pink-800\/5 {
  color: rgb(157 23 77 / 0.05) !important;
}

.text-pink-800\/50 {
  color: rgb(157 23 77 / 0.5) !important;
}

.text-pink-800\/55 {
  color: rgb(157 23 77 / 0.55) !important;
}

.text-pink-800\/60 {
  color: rgb(157 23 77 / 0.6) !important;
}

.text-pink-800\/65 {
  color: rgb(157 23 77 / 0.65) !important;
}

.text-pink-800\/70 {
  color: rgb(157 23 77 / 0.7) !important;
}

.text-pink-800\/75 {
  color: rgb(157 23 77 / 0.75) !important;
}

.text-pink-800\/80 {
  color: rgb(157 23 77 / 0.8) !important;
}

.text-pink-800\/85 {
  color: rgb(157 23 77 / 0.85) !important;
}

.text-pink-800\/90 {
  color: rgb(157 23 77 / 0.9) !important;
}

.text-pink-800\/95 {
  color: rgb(157 23 77 / 0.95) !important;
}

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

.text-pink-900\/0 {
  color: rgb(131 24 67 / 0) !important;
}

.text-pink-900\/10 {
  color: rgb(131 24 67 / 0.1) !important;
}

.text-pink-900\/100 {
  color: rgb(131 24 67 / 1) !important;
}

.text-pink-900\/15 {
  color: rgb(131 24 67 / 0.15) !important;
}

.text-pink-900\/20 {
  color: rgb(131 24 67 / 0.2) !important;
}

.text-pink-900\/25 {
  color: rgb(131 24 67 / 0.25) !important;
}

.text-pink-900\/30 {
  color: rgb(131 24 67 / 0.3) !important;
}

.text-pink-900\/35 {
  color: rgb(131 24 67 / 0.35) !important;
}

.text-pink-900\/40 {
  color: rgb(131 24 67 / 0.4) !important;
}

.text-pink-900\/45 {
  color: rgb(131 24 67 / 0.45) !important;
}

.text-pink-900\/5 {
  color: rgb(131 24 67 / 0.05) !important;
}

.text-pink-900\/50 {
  color: rgb(131 24 67 / 0.5) !important;
}

.text-pink-900\/55 {
  color: rgb(131 24 67 / 0.55) !important;
}

.text-pink-900\/60 {
  color: rgb(131 24 67 / 0.6) !important;
}

.text-pink-900\/65 {
  color: rgb(131 24 67 / 0.65) !important;
}

.text-pink-900\/70 {
  color: rgb(131 24 67 / 0.7) !important;
}

.text-pink-900\/75 {
  color: rgb(131 24 67 / 0.75) !important;
}

.text-pink-900\/80 {
  color: rgb(131 24 67 / 0.8) !important;
}

.text-pink-900\/85 {
  color: rgb(131 24 67 / 0.85) !important;
}

.text-pink-900\/90 {
  color: rgb(131 24 67 / 0.9) !important;
}

.text-pink-900\/95 {
  color: rgb(131 24 67 / 0.95) !important;
}

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

.text-purple-100\/0 {
  color: rgb(243 232 255 / 0) !important;
}

.text-purple-100\/10 {
  color: rgb(243 232 255 / 0.1) !important;
}

.text-purple-100\/100 {
  color: rgb(243 232 255 / 1) !important;
}

.text-purple-100\/15 {
  color: rgb(243 232 255 / 0.15) !important;
}

.text-purple-100\/20 {
  color: rgb(243 232 255 / 0.2) !important;
}

.text-purple-100\/25 {
  color: rgb(243 232 255 / 0.25) !important;
}

.text-purple-100\/30 {
  color: rgb(243 232 255 / 0.3) !important;
}

.text-purple-100\/35 {
  color: rgb(243 232 255 / 0.35) !important;
}

.text-purple-100\/40 {
  color: rgb(243 232 255 / 0.4) !important;
}

.text-purple-100\/45 {
  color: rgb(243 232 255 / 0.45) !important;
}

.text-purple-100\/5 {
  color: rgb(243 232 255 / 0.05) !important;
}

.text-purple-100\/50 {
  color: rgb(243 232 255 / 0.5) !important;
}

.text-purple-100\/55 {
  color: rgb(243 232 255 / 0.55) !important;
}

.text-purple-100\/60 {
  color: rgb(243 232 255 / 0.6) !important;
}

.text-purple-100\/65 {
  color: rgb(243 232 255 / 0.65) !important;
}

.text-purple-100\/70 {
  color: rgb(243 232 255 / 0.7) !important;
}

.text-purple-100\/75 {
  color: rgb(243 232 255 / 0.75) !important;
}

.text-purple-100\/80 {
  color: rgb(243 232 255 / 0.8) !important;
}

.text-purple-100\/85 {
  color: rgb(243 232 255 / 0.85) !important;
}

.text-purple-100\/90 {
  color: rgb(243 232 255 / 0.9) !important;
}

.text-purple-100\/95 {
  color: rgb(243 232 255 / 0.95) !important;
}

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

.text-purple-200\/0 {
  color: rgb(233 213 255 / 0) !important;
}

.text-purple-200\/10 {
  color: rgb(233 213 255 / 0.1) !important;
}

.text-purple-200\/100 {
  color: rgb(233 213 255 / 1) !important;
}

.text-purple-200\/15 {
  color: rgb(233 213 255 / 0.15) !important;
}

.text-purple-200\/20 {
  color: rgb(233 213 255 / 0.2) !important;
}

.text-purple-200\/25 {
  color: rgb(233 213 255 / 0.25) !important;
}

.text-purple-200\/30 {
  color: rgb(233 213 255 / 0.3) !important;
}

.text-purple-200\/35 {
  color: rgb(233 213 255 / 0.35) !important;
}

.text-purple-200\/40 {
  color: rgb(233 213 255 / 0.4) !important;
}

.text-purple-200\/45 {
  color: rgb(233 213 255 / 0.45) !important;
}

.text-purple-200\/5 {
  color: rgb(233 213 255 / 0.05) !important;
}

.text-purple-200\/50 {
  color: rgb(233 213 255 / 0.5) !important;
}

.text-purple-200\/55 {
  color: rgb(233 213 255 / 0.55) !important;
}

.text-purple-200\/60 {
  color: rgb(233 213 255 / 0.6) !important;
}

.text-purple-200\/65 {
  color: rgb(233 213 255 / 0.65) !important;
}

.text-purple-200\/70 {
  color: rgb(233 213 255 / 0.7) !important;
}

.text-purple-200\/75 {
  color: rgb(233 213 255 / 0.75) !important;
}

.text-purple-200\/80 {
  color: rgb(233 213 255 / 0.8) !important;
}

.text-purple-200\/85 {
  color: rgb(233 213 255 / 0.85) !important;
}

.text-purple-200\/90 {
  color: rgb(233 213 255 / 0.9) !important;
}

.text-purple-200\/95 {
  color: rgb(233 213 255 / 0.95) !important;
}

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

.text-purple-300\/0 {
  color: rgb(216 180 254 / 0) !important;
}

.text-purple-300\/10 {
  color: rgb(216 180 254 / 0.1) !important;
}

.text-purple-300\/100 {
  color: rgb(216 180 254 / 1) !important;
}

.text-purple-300\/15 {
  color: rgb(216 180 254 / 0.15) !important;
}

.text-purple-300\/20 {
  color: rgb(216 180 254 / 0.2) !important;
}

.text-purple-300\/25 {
  color: rgb(216 180 254 / 0.25) !important;
}

.text-purple-300\/30 {
  color: rgb(216 180 254 / 0.3) !important;
}

.text-purple-300\/35 {
  color: rgb(216 180 254 / 0.35) !important;
}

.text-purple-300\/40 {
  color: rgb(216 180 254 / 0.4) !important;
}

.text-purple-300\/45 {
  color: rgb(216 180 254 / 0.45) !important;
}

.text-purple-300\/5 {
  color: rgb(216 180 254 / 0.05) !important;
}

.text-purple-300\/50 {
  color: rgb(216 180 254 / 0.5) !important;
}

.text-purple-300\/55 {
  color: rgb(216 180 254 / 0.55) !important;
}

.text-purple-300\/60 {
  color: rgb(216 180 254 / 0.6) !important;
}

.text-purple-300\/65 {
  color: rgb(216 180 254 / 0.65) !important;
}

.text-purple-300\/70 {
  color: rgb(216 180 254 / 0.7) !important;
}

.text-purple-300\/75 {
  color: rgb(216 180 254 / 0.75) !important;
}

.text-purple-300\/80 {
  color: rgb(216 180 254 / 0.8) !important;
}

.text-purple-300\/85 {
  color: rgb(216 180 254 / 0.85) !important;
}

.text-purple-300\/90 {
  color: rgb(216 180 254 / 0.9) !important;
}

.text-purple-300\/95 {
  color: rgb(216 180 254 / 0.95) !important;
}

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

.text-purple-400\/0 {
  color: rgb(192 132 252 / 0) !important;
}

.text-purple-400\/10 {
  color: rgb(192 132 252 / 0.1) !important;
}

.text-purple-400\/100 {
  color: rgb(192 132 252 / 1) !important;
}

.text-purple-400\/15 {
  color: rgb(192 132 252 / 0.15) !important;
}

.text-purple-400\/20 {
  color: rgb(192 132 252 / 0.2) !important;
}

.text-purple-400\/25 {
  color: rgb(192 132 252 / 0.25) !important;
}

.text-purple-400\/30 {
  color: rgb(192 132 252 / 0.3) !important;
}

.text-purple-400\/35 {
  color: rgb(192 132 252 / 0.35) !important;
}

.text-purple-400\/40 {
  color: rgb(192 132 252 / 0.4) !important;
}

.text-purple-400\/45 {
  color: rgb(192 132 252 / 0.45) !important;
}

.text-purple-400\/5 {
  color: rgb(192 132 252 / 0.05) !important;
}

.text-purple-400\/50 {
  color: rgb(192 132 252 / 0.5) !important;
}

.text-purple-400\/55 {
  color: rgb(192 132 252 / 0.55) !important;
}

.text-purple-400\/60 {
  color: rgb(192 132 252 / 0.6) !important;
}

.text-purple-400\/65 {
  color: rgb(192 132 252 / 0.65) !important;
}

.text-purple-400\/70 {
  color: rgb(192 132 252 / 0.7) !important;
}

.text-purple-400\/75 {
  color: rgb(192 132 252 / 0.75) !important;
}

.text-purple-400\/80 {
  color: rgb(192 132 252 / 0.8) !important;
}

.text-purple-400\/85 {
  color: rgb(192 132 252 / 0.85) !important;
}

.text-purple-400\/90 {
  color: rgb(192 132 252 / 0.9) !important;
}

.text-purple-400\/95 {
  color: rgb(192 132 252 / 0.95) !important;
}

.text-purple-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 245 255 / var(--tw-text-opacity, 1)) !important;
}

.text-purple-50\/0 {
  color: rgb(250 245 255 / 0) !important;
}

.text-purple-50\/10 {
  color: rgb(250 245 255 / 0.1) !important;
}

.text-purple-50\/100 {
  color: rgb(250 245 255 / 1) !important;
}

.text-purple-50\/15 {
  color: rgb(250 245 255 / 0.15) !important;
}

.text-purple-50\/20 {
  color: rgb(250 245 255 / 0.2) !important;
}

.text-purple-50\/25 {
  color: rgb(250 245 255 / 0.25) !important;
}

.text-purple-50\/30 {
  color: rgb(250 245 255 / 0.3) !important;
}

.text-purple-50\/35 {
  color: rgb(250 245 255 / 0.35) !important;
}

.text-purple-50\/40 {
  color: rgb(250 245 255 / 0.4) !important;
}

.text-purple-50\/45 {
  color: rgb(250 245 255 / 0.45) !important;
}

.text-purple-50\/5 {
  color: rgb(250 245 255 / 0.05) !important;
}

.text-purple-50\/50 {
  color: rgb(250 245 255 / 0.5) !important;
}

.text-purple-50\/55 {
  color: rgb(250 245 255 / 0.55) !important;
}

.text-purple-50\/60 {
  color: rgb(250 245 255 / 0.6) !important;
}

.text-purple-50\/65 {
  color: rgb(250 245 255 / 0.65) !important;
}

.text-purple-50\/70 {
  color: rgb(250 245 255 / 0.7) !important;
}

.text-purple-50\/75 {
  color: rgb(250 245 255 / 0.75) !important;
}

.text-purple-50\/80 {
  color: rgb(250 245 255 / 0.8) !important;
}

.text-purple-50\/85 {
  color: rgb(250 245 255 / 0.85) !important;
}

.text-purple-50\/90 {
  color: rgb(250 245 255 / 0.9) !important;
}

.text-purple-50\/95 {
  color: rgb(250 245 255 / 0.95) !important;
}

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

.text-purple-500\/0 {
  color: rgb(168 85 247 / 0) !important;
}

.text-purple-500\/10 {
  color: rgb(168 85 247 / 0.1) !important;
}

.text-purple-500\/100 {
  color: rgb(168 85 247 / 1) !important;
}

.text-purple-500\/15 {
  color: rgb(168 85 247 / 0.15) !important;
}

.text-purple-500\/20 {
  color: rgb(168 85 247 / 0.2) !important;
}

.text-purple-500\/25 {
  color: rgb(168 85 247 / 0.25) !important;
}

.text-purple-500\/30 {
  color: rgb(168 85 247 / 0.3) !important;
}

.text-purple-500\/35 {
  color: rgb(168 85 247 / 0.35) !important;
}

.text-purple-500\/40 {
  color: rgb(168 85 247 / 0.4) !important;
}

.text-purple-500\/45 {
  color: rgb(168 85 247 / 0.45) !important;
}

.text-purple-500\/5 {
  color: rgb(168 85 247 / 0.05) !important;
}

.text-purple-500\/50 {
  color: rgb(168 85 247 / 0.5) !important;
}

.text-purple-500\/55 {
  color: rgb(168 85 247 / 0.55) !important;
}

.text-purple-500\/60 {
  color: rgb(168 85 247 / 0.6) !important;
}

.text-purple-500\/65 {
  color: rgb(168 85 247 / 0.65) !important;
}

.text-purple-500\/70 {
  color: rgb(168 85 247 / 0.7) !important;
}

.text-purple-500\/75 {
  color: rgb(168 85 247 / 0.75) !important;
}

.text-purple-500\/80 {
  color: rgb(168 85 247 / 0.8) !important;
}

.text-purple-500\/85 {
  color: rgb(168 85 247 / 0.85) !important;
}

.text-purple-500\/90 {
  color: rgb(168 85 247 / 0.9) !important;
}

.text-purple-500\/95 {
  color: rgb(168 85 247 / 0.95) !important;
}

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

.text-purple-600\/0 {
  color: rgb(147 51 234 / 0) !important;
}

.text-purple-600\/10 {
  color: rgb(147 51 234 / 0.1) !important;
}

.text-purple-600\/100 {
  color: rgb(147 51 234 / 1) !important;
}

.text-purple-600\/15 {
  color: rgb(147 51 234 / 0.15) !important;
}

.text-purple-600\/20 {
  color: rgb(147 51 234 / 0.2) !important;
}

.text-purple-600\/25 {
  color: rgb(147 51 234 / 0.25) !important;
}

.text-purple-600\/30 {
  color: rgb(147 51 234 / 0.3) !important;
}

.text-purple-600\/35 {
  color: rgb(147 51 234 / 0.35) !important;
}

.text-purple-600\/40 {
  color: rgb(147 51 234 / 0.4) !important;
}

.text-purple-600\/45 {
  color: rgb(147 51 234 / 0.45) !important;
}

.text-purple-600\/5 {
  color: rgb(147 51 234 / 0.05) !important;
}

.text-purple-600\/50 {
  color: rgb(147 51 234 / 0.5) !important;
}

.text-purple-600\/55 {
  color: rgb(147 51 234 / 0.55) !important;
}

.text-purple-600\/60 {
  color: rgb(147 51 234 / 0.6) !important;
}

.text-purple-600\/65 {
  color: rgb(147 51 234 / 0.65) !important;
}

.text-purple-600\/70 {
  color: rgb(147 51 234 / 0.7) !important;
}

.text-purple-600\/75 {
  color: rgb(147 51 234 / 0.75) !important;
}

.text-purple-600\/80 {
  color: rgb(147 51 234 / 0.8) !important;
}

.text-purple-600\/85 {
  color: rgb(147 51 234 / 0.85) !important;
}

.text-purple-600\/90 {
  color: rgb(147 51 234 / 0.9) !important;
}

.text-purple-600\/95 {
  color: rgb(147 51 234 / 0.95) !important;
}

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

.text-purple-700\/0 {
  color: rgb(126 34 206 / 0) !important;
}

.text-purple-700\/10 {
  color: rgb(126 34 206 / 0.1) !important;
}

.text-purple-700\/100 {
  color: rgb(126 34 206 / 1) !important;
}

.text-purple-700\/15 {
  color: rgb(126 34 206 / 0.15) !important;
}

.text-purple-700\/20 {
  color: rgb(126 34 206 / 0.2) !important;
}

.text-purple-700\/25 {
  color: rgb(126 34 206 / 0.25) !important;
}

.text-purple-700\/30 {
  color: rgb(126 34 206 / 0.3) !important;
}

.text-purple-700\/35 {
  color: rgb(126 34 206 / 0.35) !important;
}

.text-purple-700\/40 {
  color: rgb(126 34 206 / 0.4) !important;
}

.text-purple-700\/45 {
  color: rgb(126 34 206 / 0.45) !important;
}

.text-purple-700\/5 {
  color: rgb(126 34 206 / 0.05) !important;
}

.text-purple-700\/50 {
  color: rgb(126 34 206 / 0.5) !important;
}

.text-purple-700\/55 {
  color: rgb(126 34 206 / 0.55) !important;
}

.text-purple-700\/60 {
  color: rgb(126 34 206 / 0.6) !important;
}

.text-purple-700\/65 {
  color: rgb(126 34 206 / 0.65) !important;
}

.text-purple-700\/70 {
  color: rgb(126 34 206 / 0.7) !important;
}

.text-purple-700\/75 {
  color: rgb(126 34 206 / 0.75) !important;
}

.text-purple-700\/80 {
  color: rgb(126 34 206 / 0.8) !important;
}

.text-purple-700\/85 {
  color: rgb(126 34 206 / 0.85) !important;
}

.text-purple-700\/90 {
  color: rgb(126 34 206 / 0.9) !important;
}

.text-purple-700\/95 {
  color: rgb(126 34 206 / 0.95) !important;
}

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

.text-purple-800\/0 {
  color: rgb(107 33 168 / 0) !important;
}

.text-purple-800\/10 {
  color: rgb(107 33 168 / 0.1) !important;
}

.text-purple-800\/100 {
  color: rgb(107 33 168 / 1) !important;
}

.text-purple-800\/15 {
  color: rgb(107 33 168 / 0.15) !important;
}

.text-purple-800\/20 {
  color: rgb(107 33 168 / 0.2) !important;
}

.text-purple-800\/25 {
  color: rgb(107 33 168 / 0.25) !important;
}

.text-purple-800\/30 {
  color: rgb(107 33 168 / 0.3) !important;
}

.text-purple-800\/35 {
  color: rgb(107 33 168 / 0.35) !important;
}

.text-purple-800\/40 {
  color: rgb(107 33 168 / 0.4) !important;
}

.text-purple-800\/45 {
  color: rgb(107 33 168 / 0.45) !important;
}

.text-purple-800\/5 {
  color: rgb(107 33 168 / 0.05) !important;
}

.text-purple-800\/50 {
  color: rgb(107 33 168 / 0.5) !important;
}

.text-purple-800\/55 {
  color: rgb(107 33 168 / 0.55) !important;
}

.text-purple-800\/60 {
  color: rgb(107 33 168 / 0.6) !important;
}

.text-purple-800\/65 {
  color: rgb(107 33 168 / 0.65) !important;
}

.text-purple-800\/70 {
  color: rgb(107 33 168 / 0.7) !important;
}

.text-purple-800\/75 {
  color: rgb(107 33 168 / 0.75) !important;
}

.text-purple-800\/80 {
  color: rgb(107 33 168 / 0.8) !important;
}

.text-purple-800\/85 {
  color: rgb(107 33 168 / 0.85) !important;
}

.text-purple-800\/90 {
  color: rgb(107 33 168 / 0.9) !important;
}

.text-purple-800\/95 {
  color: rgb(107 33 168 / 0.95) !important;
}

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

.text-purple-900\/0 {
  color: rgb(88 28 135 / 0) !important;
}

.text-purple-900\/10 {
  color: rgb(88 28 135 / 0.1) !important;
}

.text-purple-900\/100 {
  color: rgb(88 28 135 / 1) !important;
}

.text-purple-900\/15 {
  color: rgb(88 28 135 / 0.15) !important;
}

.text-purple-900\/20 {
  color: rgb(88 28 135 / 0.2) !important;
}

.text-purple-900\/25 {
  color: rgb(88 28 135 / 0.25) !important;
}

.text-purple-900\/30 {
  color: rgb(88 28 135 / 0.3) !important;
}

.text-purple-900\/35 {
  color: rgb(88 28 135 / 0.35) !important;
}

.text-purple-900\/40 {
  color: rgb(88 28 135 / 0.4) !important;
}

.text-purple-900\/45 {
  color: rgb(88 28 135 / 0.45) !important;
}

.text-purple-900\/5 {
  color: rgb(88 28 135 / 0.05) !important;
}

.text-purple-900\/50 {
  color: rgb(88 28 135 / 0.5) !important;
}

.text-purple-900\/55 {
  color: rgb(88 28 135 / 0.55) !important;
}

.text-purple-900\/60 {
  color: rgb(88 28 135 / 0.6) !important;
}

.text-purple-900\/65 {
  color: rgb(88 28 135 / 0.65) !important;
}

.text-purple-900\/70 {
  color: rgb(88 28 135 / 0.7) !important;
}

.text-purple-900\/75 {
  color: rgb(88 28 135 / 0.75) !important;
}

.text-purple-900\/80 {
  color: rgb(88 28 135 / 0.8) !important;
}

.text-purple-900\/85 {
  color: rgb(88 28 135 / 0.85) !important;
}

.text-purple-900\/90 {
  color: rgb(88 28 135 / 0.9) !important;
}

.text-purple-900\/95 {
  color: rgb(88 28 135 / 0.95) !important;
}

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

.text-red-100\/0 {
  color: rgb(254 226 226 / 0) !important;
}

.text-red-100\/10 {
  color: rgb(254 226 226 / 0.1) !important;
}

.text-red-100\/100 {
  color: rgb(254 226 226 / 1) !important;
}

.text-red-100\/15 {
  color: rgb(254 226 226 / 0.15) !important;
}

.text-red-100\/20 {
  color: rgb(254 226 226 / 0.2) !important;
}

.text-red-100\/25 {
  color: rgb(254 226 226 / 0.25) !important;
}

.text-red-100\/30 {
  color: rgb(254 226 226 / 0.3) !important;
}

.text-red-100\/35 {
  color: rgb(254 226 226 / 0.35) !important;
}

.text-red-100\/40 {
  color: rgb(254 226 226 / 0.4) !important;
}

.text-red-100\/45 {
  color: rgb(254 226 226 / 0.45) !important;
}

.text-red-100\/5 {
  color: rgb(254 226 226 / 0.05) !important;
}

.text-red-100\/50 {
  color: rgb(254 226 226 / 0.5) !important;
}

.text-red-100\/55 {
  color: rgb(254 226 226 / 0.55) !important;
}

.text-red-100\/60 {
  color: rgb(254 226 226 / 0.6) !important;
}

.text-red-100\/65 {
  color: rgb(254 226 226 / 0.65) !important;
}

.text-red-100\/70 {
  color: rgb(254 226 226 / 0.7) !important;
}

.text-red-100\/75 {
  color: rgb(254 226 226 / 0.75) !important;
}

.text-red-100\/80 {
  color: rgb(254 226 226 / 0.8) !important;
}

.text-red-100\/85 {
  color: rgb(254 226 226 / 0.85) !important;
}

.text-red-100\/90 {
  color: rgb(254 226 226 / 0.9) !important;
}

.text-red-100\/95 {
  color: rgb(254 226 226 / 0.95) !important;
}

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

.text-red-200\/0 {
  color: rgb(254 202 202 / 0) !important;
}

.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1) !important;
}

.text-red-200\/100 {
  color: rgb(254 202 202 / 1) !important;
}

.text-red-200\/15 {
  color: rgb(254 202 202 / 0.15) !important;
}

.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2) !important;
}

.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25) !important;
}

.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3) !important;
}

.text-red-200\/35 {
  color: rgb(254 202 202 / 0.35) !important;
}

.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4) !important;
}

.text-red-200\/45 {
  color: rgb(254 202 202 / 0.45) !important;
}

.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05) !important;
}

.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5) !important;
}

.text-red-200\/55 {
  color: rgb(254 202 202 / 0.55) !important;
}

.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6) !important;
}

.text-red-200\/65 {
  color: rgb(254 202 202 / 0.65) !important;
}

.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7) !important;
}

.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75) !important;
}

.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8) !important;
}

.text-red-200\/85 {
  color: rgb(254 202 202 / 0.85) !important;
}

.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9) !important;
}

.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95) !important;
}

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

.text-red-300\/0 {
  color: rgb(252 165 165 / 0) !important;
}

.text-red-300\/10 {
  color: rgb(252 165 165 / 0.1) !important;
}

.text-red-300\/100 {
  color: rgb(252 165 165 / 1) !important;
}

.text-red-300\/15 {
  color: rgb(252 165 165 / 0.15) !important;
}

.text-red-300\/20 {
  color: rgb(252 165 165 / 0.2) !important;
}

.text-red-300\/25 {
  color: rgb(252 165 165 / 0.25) !important;
}

.text-red-300\/30 {
  color: rgb(252 165 165 / 0.3) !important;
}

.text-red-300\/35 {
  color: rgb(252 165 165 / 0.35) !important;
}

.text-red-300\/40 {
  color: rgb(252 165 165 / 0.4) !important;
}

.text-red-300\/45 {
  color: rgb(252 165 165 / 0.45) !important;
}

.text-red-300\/5 {
  color: rgb(252 165 165 / 0.05) !important;
}

.text-red-300\/50 {
  color: rgb(252 165 165 / 0.5) !important;
}

.text-red-300\/55 {
  color: rgb(252 165 165 / 0.55) !important;
}

.text-red-300\/60 {
  color: rgb(252 165 165 / 0.6) !important;
}

.text-red-300\/65 {
  color: rgb(252 165 165 / 0.65) !important;
}

.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7) !important;
}

.text-red-300\/75 {
  color: rgb(252 165 165 / 0.75) !important;
}

.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8) !important;
}

.text-red-300\/85 {
  color: rgb(252 165 165 / 0.85) !important;
}

.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9) !important;
}

.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95) !important;
}

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

.text-red-400\/0 {
  color: rgb(248 113 113 / 0) !important;
}

.text-red-400\/10 {
  color: rgb(248 113 113 / 0.1) !important;
}

.text-red-400\/100 {
  color: rgb(248 113 113 / 1) !important;
}

.text-red-400\/15 {
  color: rgb(248 113 113 / 0.15) !important;
}

.text-red-400\/20 {
  color: rgb(248 113 113 / 0.2) !important;
}

.text-red-400\/25 {
  color: rgb(248 113 113 / 0.25) !important;
}

.text-red-400\/30 {
  color: rgb(248 113 113 / 0.3) !important;
}

.text-red-400\/35 {
  color: rgb(248 113 113 / 0.35) !important;
}

.text-red-400\/40 {
  color: rgb(248 113 113 / 0.4) !important;
}

.text-red-400\/45 {
  color: rgb(248 113 113 / 0.45) !important;
}

.text-red-400\/5 {
  color: rgb(248 113 113 / 0.05) !important;
}

.text-red-400\/50 {
  color: rgb(248 113 113 / 0.5) !important;
}

.text-red-400\/55 {
  color: rgb(248 113 113 / 0.55) !important;
}

.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6) !important;
}

.text-red-400\/65 {
  color: rgb(248 113 113 / 0.65) !important;
}

.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7) !important;
}

.text-red-400\/75 {
  color: rgb(248 113 113 / 0.75) !important;
}

.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8) !important;
}

.text-red-400\/85 {
  color: rgb(248 113 113 / 0.85) !important;
}

.text-red-400\/90 {
  color: rgb(248 113 113 / 0.9) !important;
}

.text-red-400\/95 {
  color: rgb(248 113 113 / 0.95) !important;
}

.text-red-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1)) !important;
}

.text-red-50\/0 {
  color: rgb(254 242 242 / 0) !important;
}

.text-red-50\/10 {
  color: rgb(254 242 242 / 0.1) !important;
}

.text-red-50\/100 {
  color: rgb(254 242 242 / 1) !important;
}

.text-red-50\/15 {
  color: rgb(254 242 242 / 0.15) !important;
}

.text-red-50\/20 {
  color: rgb(254 242 242 / 0.2) !important;
}

.text-red-50\/25 {
  color: rgb(254 242 242 / 0.25) !important;
}

.text-red-50\/30 {
  color: rgb(254 242 242 / 0.3) !important;
}

.text-red-50\/35 {
  color: rgb(254 242 242 / 0.35) !important;
}

.text-red-50\/40 {
  color: rgb(254 242 242 / 0.4) !important;
}

.text-red-50\/45 {
  color: rgb(254 242 242 / 0.45) !important;
}

.text-red-50\/5 {
  color: rgb(254 242 242 / 0.05) !important;
}

.text-red-50\/50 {
  color: rgb(254 242 242 / 0.5) !important;
}

.text-red-50\/55 {
  color: rgb(254 242 242 / 0.55) !important;
}

.text-red-50\/60 {
  color: rgb(254 242 242 / 0.6) !important;
}

.text-red-50\/65 {
  color: rgb(254 242 242 / 0.65) !important;
}

.text-red-50\/70 {
  color: rgb(254 242 242 / 0.7) !important;
}

.text-red-50\/75 {
  color: rgb(254 242 242 / 0.75) !important;
}

.text-red-50\/80 {
  color: rgb(254 242 242 / 0.8) !important;
}

.text-red-50\/85 {
  color: rgb(254 242 242 / 0.85) !important;
}

.text-red-50\/90 {
  color: rgb(254 242 242 / 0.9) !important;
}

.text-red-50\/95 {
  color: rgb(254 242 242 / 0.95) !important;
}

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

.text-red-500\/0 {
  color: rgb(239 68 68 / 0) !important;
}

.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1) !important;
}

.text-red-500\/100 {
  color: rgb(239 68 68 / 1) !important;
}

.text-red-500\/15 {
  color: rgb(239 68 68 / 0.15) !important;
}

.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2) !important;
}

.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25) !important;
}

.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3) !important;
}

.text-red-500\/35 {
  color: rgb(239 68 68 / 0.35) !important;
}

.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4) !important;
}

.text-red-500\/45 {
  color: rgb(239 68 68 / 0.45) !important;
}

.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05) !important;
}

.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5) !important;
}

.text-red-500\/55 {
  color: rgb(239 68 68 / 0.55) !important;
}

.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6) !important;
}

.text-red-500\/65 {
  color: rgb(239 68 68 / 0.65) !important;
}

.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7) !important;
}

.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75) !important;
}

.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8) !important;
}

.text-red-500\/85 {
  color: rgb(239 68 68 / 0.85) !important;
}

.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9) !important;
}

.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95) !important;
}

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

.text-red-600\/0 {
  color: rgb(var(--red-600, 220 38 38) / 0) !important;
}

.text-red-600\/10 {
  color: rgb(var(--red-600, 220 38 38) / 0.1) !important;
}

.text-red-600\/100 {
  color: rgb(var(--red-600, 220 38 38) / 1) !important;
}

.text-red-600\/15 {
  color: rgb(var(--red-600, 220 38 38) / 0.15) !important;
}

.text-red-600\/20 {
  color: rgb(var(--red-600, 220 38 38) / 0.2) !important;
}

.text-red-600\/25 {
  color: rgb(var(--red-600, 220 38 38) / 0.25) !important;
}

.text-red-600\/30 {
  color: rgb(var(--red-600, 220 38 38) / 0.3) !important;
}

.text-red-600\/35 {
  color: rgb(var(--red-600, 220 38 38) / 0.35) !important;
}

.text-red-600\/40 {
  color: rgb(var(--red-600, 220 38 38) / 0.4) !important;
}

.text-red-600\/45 {
  color: rgb(var(--red-600, 220 38 38) / 0.45) !important;
}

.text-red-600\/5 {
  color: rgb(var(--red-600, 220 38 38) / 0.05) !important;
}

.text-red-600\/50 {
  color: rgb(var(--red-600, 220 38 38) / 0.5) !important;
}

.text-red-600\/55 {
  color: rgb(var(--red-600, 220 38 38) / 0.55) !important;
}

.text-red-600\/60 {
  color: rgb(var(--red-600, 220 38 38) / 0.6) !important;
}

.text-red-600\/65 {
  color: rgb(var(--red-600, 220 38 38) / 0.65) !important;
}

.text-red-600\/70 {
  color: rgb(var(--red-600, 220 38 38) / 0.7) !important;
}

.text-red-600\/75 {
  color: rgb(var(--red-600, 220 38 38) / 0.75) !important;
}

.text-red-600\/80 {
  color: rgb(var(--red-600, 220 38 38) / 0.8) !important;
}

.text-red-600\/85 {
  color: rgb(var(--red-600, 220 38 38) / 0.85) !important;
}

.text-red-600\/90 {
  color: rgb(var(--red-600, 220 38 38) / 0.9) !important;
}

.text-red-600\/95 {
  color: rgb(var(--red-600, 220 38 38) / 0.95) !important;
}

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

.text-red-700\/0 {
  color: rgb(var(--red-700, 185 28 28) / 0) !important;
}

.text-red-700\/10 {
  color: rgb(var(--red-700, 185 28 28) / 0.1) !important;
}

.text-red-700\/100 {
  color: rgb(var(--red-700, 185 28 28) / 1) !important;
}

.text-red-700\/15 {
  color: rgb(var(--red-700, 185 28 28) / 0.15) !important;
}

.text-red-700\/20 {
  color: rgb(var(--red-700, 185 28 28) / 0.2) !important;
}

.text-red-700\/25 {
  color: rgb(var(--red-700, 185 28 28) / 0.25) !important;
}

.text-red-700\/30 {
  color: rgb(var(--red-700, 185 28 28) / 0.3) !important;
}

.text-red-700\/35 {
  color: rgb(var(--red-700, 185 28 28) / 0.35) !important;
}

.text-red-700\/40 {
  color: rgb(var(--red-700, 185 28 28) / 0.4) !important;
}

.text-red-700\/45 {
  color: rgb(var(--red-700, 185 28 28) / 0.45) !important;
}

.text-red-700\/5 {
  color: rgb(var(--red-700, 185 28 28) / 0.05) !important;
}

.text-red-700\/50 {
  color: rgb(var(--red-700, 185 28 28) / 0.5) !important;
}

.text-red-700\/55 {
  color: rgb(var(--red-700, 185 28 28) / 0.55) !important;
}

.text-red-700\/60 {
  color: rgb(var(--red-700, 185 28 28) / 0.6) !important;
}

.text-red-700\/65 {
  color: rgb(var(--red-700, 185 28 28) / 0.65) !important;
}

.text-red-700\/70 {
  color: rgb(var(--red-700, 185 28 28) / 0.7) !important;
}

.text-red-700\/75 {
  color: rgb(var(--red-700, 185 28 28) / 0.75) !important;
}

.text-red-700\/80 {
  color: rgb(var(--red-700, 185 28 28) / 0.8) !important;
}

.text-red-700\/85 {
  color: rgb(var(--red-700, 185 28 28) / 0.85) !important;
}

.text-red-700\/90 {
  color: rgb(var(--red-700, 185 28 28) / 0.9) !important;
}

.text-red-700\/95 {
  color: rgb(var(--red-700, 185 28 28) / 0.95) !important;
}

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

.text-red-800\/0 {
  color: rgb(var(--red-800, 153 27 27) / 0) !important;
}

.text-red-800\/10 {
  color: rgb(var(--red-800, 153 27 27) / 0.1) !important;
}

.text-red-800\/100 {
  color: rgb(var(--red-800, 153 27 27) / 1) !important;
}

.text-red-800\/15 {
  color: rgb(var(--red-800, 153 27 27) / 0.15) !important;
}

.text-red-800\/20 {
  color: rgb(var(--red-800, 153 27 27) / 0.2) !important;
}

.text-red-800\/25 {
  color: rgb(var(--red-800, 153 27 27) / 0.25) !important;
}

.text-red-800\/30 {
  color: rgb(var(--red-800, 153 27 27) / 0.3) !important;
}

.text-red-800\/35 {
  color: rgb(var(--red-800, 153 27 27) / 0.35) !important;
}

.text-red-800\/40 {
  color: rgb(var(--red-800, 153 27 27) / 0.4) !important;
}

.text-red-800\/45 {
  color: rgb(var(--red-800, 153 27 27) / 0.45) !important;
}

.text-red-800\/5 {
  color: rgb(var(--red-800, 153 27 27) / 0.05) !important;
}

.text-red-800\/50 {
  color: rgb(var(--red-800, 153 27 27) / 0.5) !important;
}

.text-red-800\/55 {
  color: rgb(var(--red-800, 153 27 27) / 0.55) !important;
}

.text-red-800\/60 {
  color: rgb(var(--red-800, 153 27 27) / 0.6) !important;
}

.text-red-800\/65 {
  color: rgb(var(--red-800, 153 27 27) / 0.65) !important;
}

.text-red-800\/70 {
  color: rgb(var(--red-800, 153 27 27) / 0.7) !important;
}

.text-red-800\/75 {
  color: rgb(var(--red-800, 153 27 27) / 0.75) !important;
}

.text-red-800\/80 {
  color: rgb(var(--red-800, 153 27 27) / 0.8) !important;
}

.text-red-800\/85 {
  color: rgb(var(--red-800, 153 27 27) / 0.85) !important;
}

.text-red-800\/90 {
  color: rgb(var(--red-800, 153 27 27) / 0.9) !important;
}

.text-red-800\/95 {
  color: rgb(var(--red-800, 153 27 27) / 0.95) !important;
}

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

.text-red-900\/0 {
  color: rgb(127 29 29 / 0) !important;
}

.text-red-900\/10 {
  color: rgb(127 29 29 / 0.1) !important;
}

.text-red-900\/100 {
  color: rgb(127 29 29 / 1) !important;
}

.text-red-900\/15 {
  color: rgb(127 29 29 / 0.15) !important;
}

.text-red-900\/20 {
  color: rgb(127 29 29 / 0.2) !important;
}

.text-red-900\/25 {
  color: rgb(127 29 29 / 0.25) !important;
}

.text-red-900\/30 {
  color: rgb(127 29 29 / 0.3) !important;
}

.text-red-900\/35 {
  color: rgb(127 29 29 / 0.35) !important;
}

.text-red-900\/40 {
  color: rgb(127 29 29 / 0.4) !important;
}

.text-red-900\/45 {
  color: rgb(127 29 29 / 0.45) !important;
}

.text-red-900\/5 {
  color: rgb(127 29 29 / 0.05) !important;
}

.text-red-900\/50 {
  color: rgb(127 29 29 / 0.5) !important;
}

.text-red-900\/55 {
  color: rgb(127 29 29 / 0.55) !important;
}

.text-red-900\/60 {
  color: rgb(127 29 29 / 0.6) !important;
}

.text-red-900\/65 {
  color: rgb(127 29 29 / 0.65) !important;
}

.text-red-900\/70 {
  color: rgb(127 29 29 / 0.7) !important;
}

.text-red-900\/75 {
  color: rgb(127 29 29 / 0.75) !important;
}

.text-red-900\/80 {
  color: rgb(127 29 29 / 0.8) !important;
}

.text-red-900\/85 {
  color: rgb(127 29 29 / 0.85) !important;
}

.text-red-900\/90 {
  color: rgb(127 29 29 / 0.9) !important;
}

.text-red-900\/95 {
  color: rgb(127 29 29 / 0.95) !important;
}

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

.text-rose-100\/0 {
  color: rgb(255 228 230 / 0) !important;
}

.text-rose-100\/10 {
  color: rgb(255 228 230 / 0.1) !important;
}

.text-rose-100\/100 {
  color: rgb(255 228 230 / 1) !important;
}

.text-rose-100\/15 {
  color: rgb(255 228 230 / 0.15) !important;
}

.text-rose-100\/20 {
  color: rgb(255 228 230 / 0.2) !important;
}

.text-rose-100\/25 {
  color: rgb(255 228 230 / 0.25) !important;
}

.text-rose-100\/30 {
  color: rgb(255 228 230 / 0.3) !important;
}

.text-rose-100\/35 {
  color: rgb(255 228 230 / 0.35) !important;
}

.text-rose-100\/40 {
  color: rgb(255 228 230 / 0.4) !important;
}

.text-rose-100\/45 {
  color: rgb(255 228 230 / 0.45) !important;
}

.text-rose-100\/5 {
  color: rgb(255 228 230 / 0.05) !important;
}

.text-rose-100\/50 {
  color: rgb(255 228 230 / 0.5) !important;
}

.text-rose-100\/55 {
  color: rgb(255 228 230 / 0.55) !important;
}

.text-rose-100\/60 {
  color: rgb(255 228 230 / 0.6) !important;
}

.text-rose-100\/65 {
  color: rgb(255 228 230 / 0.65) !important;
}

.text-rose-100\/70 {
  color: rgb(255 228 230 / 0.7) !important;
}

.text-rose-100\/75 {
  color: rgb(255 228 230 / 0.75) !important;
}

.text-rose-100\/80 {
  color: rgb(255 228 230 / 0.8) !important;
}

.text-rose-100\/85 {
  color: rgb(255 228 230 / 0.85) !important;
}

.text-rose-100\/90 {
  color: rgb(255 228 230 / 0.9) !important;
}

.text-rose-100\/95 {
  color: rgb(255 228 230 / 0.95) !important;
}

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

.text-rose-200\/0 {
  color: rgb(254 205 211 / 0) !important;
}

.text-rose-200\/10 {
  color: rgb(254 205 211 / 0.1) !important;
}

.text-rose-200\/100 {
  color: rgb(254 205 211 / 1) !important;
}

.text-rose-200\/15 {
  color: rgb(254 205 211 / 0.15) !important;
}

.text-rose-200\/20 {
  color: rgb(254 205 211 / 0.2) !important;
}

.text-rose-200\/25 {
  color: rgb(254 205 211 / 0.25) !important;
}

.text-rose-200\/30 {
  color: rgb(254 205 211 / 0.3) !important;
}

.text-rose-200\/35 {
  color: rgb(254 205 211 / 0.35) !important;
}

.text-rose-200\/40 {
  color: rgb(254 205 211 / 0.4) !important;
}

.text-rose-200\/45 {
  color: rgb(254 205 211 / 0.45) !important;
}

.text-rose-200\/5 {
  color: rgb(254 205 211 / 0.05) !important;
}

.text-rose-200\/50 {
  color: rgb(254 205 211 / 0.5) !important;
}

.text-rose-200\/55 {
  color: rgb(254 205 211 / 0.55) !important;
}

.text-rose-200\/60 {
  color: rgb(254 205 211 / 0.6) !important;
}

.text-rose-200\/65 {
  color: rgb(254 205 211 / 0.65) !important;
}

.text-rose-200\/70 {
  color: rgb(254 205 211 / 0.7) !important;
}

.text-rose-200\/75 {
  color: rgb(254 205 211 / 0.75) !important;
}

.text-rose-200\/80 {
  color: rgb(254 205 211 / 0.8) !important;
}

.text-rose-200\/85 {
  color: rgb(254 205 211 / 0.85) !important;
}

.text-rose-200\/90 {
  color: rgb(254 205 211 / 0.9) !important;
}

.text-rose-200\/95 {
  color: rgb(254 205 211 / 0.95) !important;
}

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

.text-rose-300\/0 {
  color: rgb(253 164 175 / 0) !important;
}

.text-rose-300\/10 {
  color: rgb(253 164 175 / 0.1) !important;
}

.text-rose-300\/100 {
  color: rgb(253 164 175 / 1) !important;
}

.text-rose-300\/15 {
  color: rgb(253 164 175 / 0.15) !important;
}

.text-rose-300\/20 {
  color: rgb(253 164 175 / 0.2) !important;
}

.text-rose-300\/25 {
  color: rgb(253 164 175 / 0.25) !important;
}

.text-rose-300\/30 {
  color: rgb(253 164 175 / 0.3) !important;
}

.text-rose-300\/35 {
  color: rgb(253 164 175 / 0.35) !important;
}

.text-rose-300\/40 {
  color: rgb(253 164 175 / 0.4) !important;
}

.text-rose-300\/45 {
  color: rgb(253 164 175 / 0.45) !important;
}

.text-rose-300\/5 {
  color: rgb(253 164 175 / 0.05) !important;
}

.text-rose-300\/50 {
  color: rgb(253 164 175 / 0.5) !important;
}

.text-rose-300\/55 {
  color: rgb(253 164 175 / 0.55) !important;
}

.text-rose-300\/60 {
  color: rgb(253 164 175 / 0.6) !important;
}

.text-rose-300\/65 {
  color: rgb(253 164 175 / 0.65) !important;
}

.text-rose-300\/70 {
  color: rgb(253 164 175 / 0.7) !important;
}

.text-rose-300\/75 {
  color: rgb(253 164 175 / 0.75) !important;
}

.text-rose-300\/80 {
  color: rgb(253 164 175 / 0.8) !important;
}

.text-rose-300\/85 {
  color: rgb(253 164 175 / 0.85) !important;
}

.text-rose-300\/90 {
  color: rgb(253 164 175 / 0.9) !important;
}

.text-rose-300\/95 {
  color: rgb(253 164 175 / 0.95) !important;
}

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

.text-rose-400\/0 {
  color: rgb(251 113 133 / 0) !important;
}

.text-rose-400\/10 {
  color: rgb(251 113 133 / 0.1) !important;
}

.text-rose-400\/100 {
  color: rgb(251 113 133 / 1) !important;
}

.text-rose-400\/15 {
  color: rgb(251 113 133 / 0.15) !important;
}

.text-rose-400\/20 {
  color: rgb(251 113 133 / 0.2) !important;
}

.text-rose-400\/25 {
  color: rgb(251 113 133 / 0.25) !important;
}

.text-rose-400\/30 {
  color: rgb(251 113 133 / 0.3) !important;
}

.text-rose-400\/35 {
  color: rgb(251 113 133 / 0.35) !important;
}

.text-rose-400\/40 {
  color: rgb(251 113 133 / 0.4) !important;
}

.text-rose-400\/45 {
  color: rgb(251 113 133 / 0.45) !important;
}

.text-rose-400\/5 {
  color: rgb(251 113 133 / 0.05) !important;
}

.text-rose-400\/50 {
  color: rgb(251 113 133 / 0.5) !important;
}

.text-rose-400\/55 {
  color: rgb(251 113 133 / 0.55) !important;
}

.text-rose-400\/60 {
  color: rgb(251 113 133 / 0.6) !important;
}

.text-rose-400\/65 {
  color: rgb(251 113 133 / 0.65) !important;
}

.text-rose-400\/70 {
  color: rgb(251 113 133 / 0.7) !important;
}

.text-rose-400\/75 {
  color: rgb(251 113 133 / 0.75) !important;
}

.text-rose-400\/80 {
  color: rgb(251 113 133 / 0.8) !important;
}

.text-rose-400\/85 {
  color: rgb(251 113 133 / 0.85) !important;
}

.text-rose-400\/90 {
  color: rgb(251 113 133 / 0.9) !important;
}

.text-rose-400\/95 {
  color: rgb(251 113 133 / 0.95) !important;
}

.text-rose-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 241 242 / var(--tw-text-opacity, 1)) !important;
}

.text-rose-50\/0 {
  color: rgb(255 241 242 / 0) !important;
}

.text-rose-50\/10 {
  color: rgb(255 241 242 / 0.1) !important;
}

.text-rose-50\/100 {
  color: rgb(255 241 242 / 1) !important;
}

.text-rose-50\/15 {
  color: rgb(255 241 242 / 0.15) !important;
}

.text-rose-50\/20 {
  color: rgb(255 241 242 / 0.2) !important;
}

.text-rose-50\/25 {
  color: rgb(255 241 242 / 0.25) !important;
}

.text-rose-50\/30 {
  color: rgb(255 241 242 / 0.3) !important;
}

.text-rose-50\/35 {
  color: rgb(255 241 242 / 0.35) !important;
}

.text-rose-50\/40 {
  color: rgb(255 241 242 / 0.4) !important;
}

.text-rose-50\/45 {
  color: rgb(255 241 242 / 0.45) !important;
}

.text-rose-50\/5 {
  color: rgb(255 241 242 / 0.05) !important;
}

.text-rose-50\/50 {
  color: rgb(255 241 242 / 0.5) !important;
}

.text-rose-50\/55 {
  color: rgb(255 241 242 / 0.55) !important;
}

.text-rose-50\/60 {
  color: rgb(255 241 242 / 0.6) !important;
}

.text-rose-50\/65 {
  color: rgb(255 241 242 / 0.65) !important;
}

.text-rose-50\/70 {
  color: rgb(255 241 242 / 0.7) !important;
}

.text-rose-50\/75 {
  color: rgb(255 241 242 / 0.75) !important;
}

.text-rose-50\/80 {
  color: rgb(255 241 242 / 0.8) !important;
}

.text-rose-50\/85 {
  color: rgb(255 241 242 / 0.85) !important;
}

.text-rose-50\/90 {
  color: rgb(255 241 242 / 0.9) !important;
}

.text-rose-50\/95 {
  color: rgb(255 241 242 / 0.95) !important;
}

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

.text-rose-500\/0 {
  color: rgb(244 63 94 / 0) !important;
}

.text-rose-500\/10 {
  color: rgb(244 63 94 / 0.1) !important;
}

.text-rose-500\/100 {
  color: rgb(244 63 94 / 1) !important;
}

.text-rose-500\/15 {
  color: rgb(244 63 94 / 0.15) !important;
}

.text-rose-500\/20 {
  color: rgb(244 63 94 / 0.2) !important;
}

.text-rose-500\/25 {
  color: rgb(244 63 94 / 0.25) !important;
}

.text-rose-500\/30 {
  color: rgb(244 63 94 / 0.3) !important;
}

.text-rose-500\/35 {
  color: rgb(244 63 94 / 0.35) !important;
}

.text-rose-500\/40 {
  color: rgb(244 63 94 / 0.4) !important;
}

.text-rose-500\/45 {
  color: rgb(244 63 94 / 0.45) !important;
}

.text-rose-500\/5 {
  color: rgb(244 63 94 / 0.05) !important;
}

.text-rose-500\/50 {
  color: rgb(244 63 94 / 0.5) !important;
}

.text-rose-500\/55 {
  color: rgb(244 63 94 / 0.55) !important;
}

.text-rose-500\/60 {
  color: rgb(244 63 94 / 0.6) !important;
}

.text-rose-500\/65 {
  color: rgb(244 63 94 / 0.65) !important;
}

.text-rose-500\/70 {
  color: rgb(244 63 94 / 0.7) !important;
}

.text-rose-500\/75 {
  color: rgb(244 63 94 / 0.75) !important;
}

.text-rose-500\/80 {
  color: rgb(244 63 94 / 0.8) !important;
}

.text-rose-500\/85 {
  color: rgb(244 63 94 / 0.85) !important;
}

.text-rose-500\/90 {
  color: rgb(244 63 94 / 0.9) !important;
}

.text-rose-500\/95 {
  color: rgb(244 63 94 / 0.95) !important;
}

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

.text-rose-600\/0 {
  color: rgb(225 29 72 / 0) !important;
}

.text-rose-600\/10 {
  color: rgb(225 29 72 / 0.1) !important;
}

.text-rose-600\/100 {
  color: rgb(225 29 72 / 1) !important;
}

.text-rose-600\/15 {
  color: rgb(225 29 72 / 0.15) !important;
}

.text-rose-600\/20 {
  color: rgb(225 29 72 / 0.2) !important;
}

.text-rose-600\/25 {
  color: rgb(225 29 72 / 0.25) !important;
}

.text-rose-600\/30 {
  color: rgb(225 29 72 / 0.3) !important;
}

.text-rose-600\/35 {
  color: rgb(225 29 72 / 0.35) !important;
}

.text-rose-600\/40 {
  color: rgb(225 29 72 / 0.4) !important;
}

.text-rose-600\/45 {
  color: rgb(225 29 72 / 0.45) !important;
}

.text-rose-600\/5 {
  color: rgb(225 29 72 / 0.05) !important;
}

.text-rose-600\/50 {
  color: rgb(225 29 72 / 0.5) !important;
}

.text-rose-600\/55 {
  color: rgb(225 29 72 / 0.55) !important;
}

.text-rose-600\/60 {
  color: rgb(225 29 72 / 0.6) !important;
}

.text-rose-600\/65 {
  color: rgb(225 29 72 / 0.65) !important;
}

.text-rose-600\/70 {
  color: rgb(225 29 72 / 0.7) !important;
}

.text-rose-600\/75 {
  color: rgb(225 29 72 / 0.75) !important;
}

.text-rose-600\/80 {
  color: rgb(225 29 72 / 0.8) !important;
}

.text-rose-600\/85 {
  color: rgb(225 29 72 / 0.85) !important;
}

.text-rose-600\/90 {
  color: rgb(225 29 72 / 0.9) !important;
}

.text-rose-600\/95 {
  color: rgb(225 29 72 / 0.95) !important;
}

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

.text-rose-700\/0 {
  color: rgb(190 18 60 / 0) !important;
}

.text-rose-700\/10 {
  color: rgb(190 18 60 / 0.1) !important;
}

.text-rose-700\/100 {
  color: rgb(190 18 60 / 1) !important;
}

.text-rose-700\/15 {
  color: rgb(190 18 60 / 0.15) !important;
}

.text-rose-700\/20 {
  color: rgb(190 18 60 / 0.2) !important;
}

.text-rose-700\/25 {
  color: rgb(190 18 60 / 0.25) !important;
}

.text-rose-700\/30 {
  color: rgb(190 18 60 / 0.3) !important;
}

.text-rose-700\/35 {
  color: rgb(190 18 60 / 0.35) !important;
}

.text-rose-700\/40 {
  color: rgb(190 18 60 / 0.4) !important;
}

.text-rose-700\/45 {
  color: rgb(190 18 60 / 0.45) !important;
}

.text-rose-700\/5 {
  color: rgb(190 18 60 / 0.05) !important;
}

.text-rose-700\/50 {
  color: rgb(190 18 60 / 0.5) !important;
}

.text-rose-700\/55 {
  color: rgb(190 18 60 / 0.55) !important;
}

.text-rose-700\/60 {
  color: rgb(190 18 60 / 0.6) !important;
}

.text-rose-700\/65 {
  color: rgb(190 18 60 / 0.65) !important;
}

.text-rose-700\/70 {
  color: rgb(190 18 60 / 0.7) !important;
}

.text-rose-700\/75 {
  color: rgb(190 18 60 / 0.75) !important;
}

.text-rose-700\/80 {
  color: rgb(190 18 60 / 0.8) !important;
}

.text-rose-700\/85 {
  color: rgb(190 18 60 / 0.85) !important;
}

.text-rose-700\/90 {
  color: rgb(190 18 60 / 0.9) !important;
}

.text-rose-700\/95 {
  color: rgb(190 18 60 / 0.95) !important;
}

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

.text-rose-800\/0 {
  color: rgb(159 18 57 / 0) !important;
}

.text-rose-800\/10 {
  color: rgb(159 18 57 / 0.1) !important;
}

.text-rose-800\/100 {
  color: rgb(159 18 57 / 1) !important;
}

.text-rose-800\/15 {
  color: rgb(159 18 57 / 0.15) !important;
}

.text-rose-800\/20 {
  color: rgb(159 18 57 / 0.2) !important;
}

.text-rose-800\/25 {
  color: rgb(159 18 57 / 0.25) !important;
}

.text-rose-800\/30 {
  color: rgb(159 18 57 / 0.3) !important;
}

.text-rose-800\/35 {
  color: rgb(159 18 57 / 0.35) !important;
}

.text-rose-800\/40 {
  color: rgb(159 18 57 / 0.4) !important;
}

.text-rose-800\/45 {
  color: rgb(159 18 57 / 0.45) !important;
}

.text-rose-800\/5 {
  color: rgb(159 18 57 / 0.05) !important;
}

.text-rose-800\/50 {
  color: rgb(159 18 57 / 0.5) !important;
}

.text-rose-800\/55 {
  color: rgb(159 18 57 / 0.55) !important;
}

.text-rose-800\/60 {
  color: rgb(159 18 57 / 0.6) !important;
}

.text-rose-800\/65 {
  color: rgb(159 18 57 / 0.65) !important;
}

.text-rose-800\/70 {
  color: rgb(159 18 57 / 0.7) !important;
}

.text-rose-800\/75 {
  color: rgb(159 18 57 / 0.75) !important;
}

.text-rose-800\/80 {
  color: rgb(159 18 57 / 0.8) !important;
}

.text-rose-800\/85 {
  color: rgb(159 18 57 / 0.85) !important;
}

.text-rose-800\/90 {
  color: rgb(159 18 57 / 0.9) !important;
}

.text-rose-800\/95 {
  color: rgb(159 18 57 / 0.95) !important;
}

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

.text-rose-900\/0 {
  color: rgb(136 19 55 / 0) !important;
}

.text-rose-900\/10 {
  color: rgb(136 19 55 / 0.1) !important;
}

.text-rose-900\/100 {
  color: rgb(136 19 55 / 1) !important;
}

.text-rose-900\/15 {
  color: rgb(136 19 55 / 0.15) !important;
}

.text-rose-900\/20 {
  color: rgb(136 19 55 / 0.2) !important;
}

.text-rose-900\/25 {
  color: rgb(136 19 55 / 0.25) !important;
}

.text-rose-900\/30 {
  color: rgb(136 19 55 / 0.3) !important;
}

.text-rose-900\/35 {
  color: rgb(136 19 55 / 0.35) !important;
}

.text-rose-900\/40 {
  color: rgb(136 19 55 / 0.4) !important;
}

.text-rose-900\/45 {
  color: rgb(136 19 55 / 0.45) !important;
}

.text-rose-900\/5 {
  color: rgb(136 19 55 / 0.05) !important;
}

.text-rose-900\/50 {
  color: rgb(136 19 55 / 0.5) !important;
}

.text-rose-900\/55 {
  color: rgb(136 19 55 / 0.55) !important;
}

.text-rose-900\/60 {
  color: rgb(136 19 55 / 0.6) !important;
}

.text-rose-900\/65 {
  color: rgb(136 19 55 / 0.65) !important;
}

.text-rose-900\/70 {
  color: rgb(136 19 55 / 0.7) !important;
}

.text-rose-900\/75 {
  color: rgb(136 19 55 / 0.75) !important;
}

.text-rose-900\/80 {
  color: rgb(136 19 55 / 0.8) !important;
}

.text-rose-900\/85 {
  color: rgb(136 19 55 / 0.85) !important;
}

.text-rose-900\/90 {
  color: rgb(136 19 55 / 0.9) !important;
}

.text-rose-900\/95 {
  color: rgb(136 19 55 / 0.95) !important;
}

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

.text-sky-100\/0 {
  color: rgb(224 242 254 / 0) !important;
}

.text-sky-100\/10 {
  color: rgb(224 242 254 / 0.1) !important;
}

.text-sky-100\/100 {
  color: rgb(224 242 254 / 1) !important;
}

.text-sky-100\/15 {
  color: rgb(224 242 254 / 0.15) !important;
}

.text-sky-100\/20 {
  color: rgb(224 242 254 / 0.2) !important;
}

.text-sky-100\/25 {
  color: rgb(224 242 254 / 0.25) !important;
}

.text-sky-100\/30 {
  color: rgb(224 242 254 / 0.3) !important;
}

.text-sky-100\/35 {
  color: rgb(224 242 254 / 0.35) !important;
}

.text-sky-100\/40 {
  color: rgb(224 242 254 / 0.4) !important;
}

.text-sky-100\/45 {
  color: rgb(224 242 254 / 0.45) !important;
}

.text-sky-100\/5 {
  color: rgb(224 242 254 / 0.05) !important;
}

.text-sky-100\/50 {
  color: rgb(224 242 254 / 0.5) !important;
}

.text-sky-100\/55 {
  color: rgb(224 242 254 / 0.55) !important;
}

.text-sky-100\/60 {
  color: rgb(224 242 254 / 0.6) !important;
}

.text-sky-100\/65 {
  color: rgb(224 242 254 / 0.65) !important;
}

.text-sky-100\/70 {
  color: rgb(224 242 254 / 0.7) !important;
}

.text-sky-100\/75 {
  color: rgb(224 242 254 / 0.75) !important;
}

.text-sky-100\/80 {
  color: rgb(224 242 254 / 0.8) !important;
}

.text-sky-100\/85 {
  color: rgb(224 242 254 / 0.85) !important;
}

.text-sky-100\/90 {
  color: rgb(224 242 254 / 0.9) !important;
}

.text-sky-100\/95 {
  color: rgb(224 242 254 / 0.95) !important;
}

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

.text-sky-200\/0 {
  color: rgb(186 230 253 / 0) !important;
}

.text-sky-200\/10 {
  color: rgb(186 230 253 / 0.1) !important;
}

.text-sky-200\/100 {
  color: rgb(186 230 253 / 1) !important;
}

.text-sky-200\/15 {
  color: rgb(186 230 253 / 0.15) !important;
}

.text-sky-200\/20 {
  color: rgb(186 230 253 / 0.2) !important;
}

.text-sky-200\/25 {
  color: rgb(186 230 253 / 0.25) !important;
}

.text-sky-200\/30 {
  color: rgb(186 230 253 / 0.3) !important;
}

.text-sky-200\/35 {
  color: rgb(186 230 253 / 0.35) !important;
}

.text-sky-200\/40 {
  color: rgb(186 230 253 / 0.4) !important;
}

.text-sky-200\/45 {
  color: rgb(186 230 253 / 0.45) !important;
}

.text-sky-200\/5 {
  color: rgb(186 230 253 / 0.05) !important;
}

.text-sky-200\/50 {
  color: rgb(186 230 253 / 0.5) !important;
}

.text-sky-200\/55 {
  color: rgb(186 230 253 / 0.55) !important;
}

.text-sky-200\/60 {
  color: rgb(186 230 253 / 0.6) !important;
}

.text-sky-200\/65 {
  color: rgb(186 230 253 / 0.65) !important;
}

.text-sky-200\/70 {
  color: rgb(186 230 253 / 0.7) !important;
}

.text-sky-200\/75 {
  color: rgb(186 230 253 / 0.75) !important;
}

.text-sky-200\/80 {
  color: rgb(186 230 253 / 0.8) !important;
}

.text-sky-200\/85 {
  color: rgb(186 230 253 / 0.85) !important;
}

.text-sky-200\/90 {
  color: rgb(186 230 253 / 0.9) !important;
}

.text-sky-200\/95 {
  color: rgb(186 230 253 / 0.95) !important;
}

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

.text-sky-300\/0 {
  color: rgb(125 211 252 / 0) !important;
}

.text-sky-300\/10 {
  color: rgb(125 211 252 / 0.1) !important;
}

.text-sky-300\/100 {
  color: rgb(125 211 252 / 1) !important;
}

.text-sky-300\/15 {
  color: rgb(125 211 252 / 0.15) !important;
}

.text-sky-300\/20 {
  color: rgb(125 211 252 / 0.2) !important;
}

.text-sky-300\/25 {
  color: rgb(125 211 252 / 0.25) !important;
}

.text-sky-300\/30 {
  color: rgb(125 211 252 / 0.3) !important;
}

.text-sky-300\/35 {
  color: rgb(125 211 252 / 0.35) !important;
}

.text-sky-300\/40 {
  color: rgb(125 211 252 / 0.4) !important;
}

.text-sky-300\/45 {
  color: rgb(125 211 252 / 0.45) !important;
}

.text-sky-300\/5 {
  color: rgb(125 211 252 / 0.05) !important;
}

.text-sky-300\/50 {
  color: rgb(125 211 252 / 0.5) !important;
}

.text-sky-300\/55 {
  color: rgb(125 211 252 / 0.55) !important;
}

.text-sky-300\/60 {
  color: rgb(125 211 252 / 0.6) !important;
}

.text-sky-300\/65 {
  color: rgb(125 211 252 / 0.65) !important;
}

.text-sky-300\/70 {
  color: rgb(125 211 252 / 0.7) !important;
}

.text-sky-300\/75 {
  color: rgb(125 211 252 / 0.75) !important;
}

.text-sky-300\/80 {
  color: rgb(125 211 252 / 0.8) !important;
}

.text-sky-300\/85 {
  color: rgb(125 211 252 / 0.85) !important;
}

.text-sky-300\/90 {
  color: rgb(125 211 252 / 0.9) !important;
}

.text-sky-300\/95 {
  color: rgb(125 211 252 / 0.95) !important;
}

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

.text-sky-400\/0 {
  color: rgb(56 189 248 / 0) !important;
}

.text-sky-400\/10 {
  color: rgb(56 189 248 / 0.1) !important;
}

.text-sky-400\/100 {
  color: rgb(56 189 248 / 1) !important;
}

.text-sky-400\/15 {
  color: rgb(56 189 248 / 0.15) !important;
}

.text-sky-400\/20 {
  color: rgb(56 189 248 / 0.2) !important;
}

.text-sky-400\/25 {
  color: rgb(56 189 248 / 0.25) !important;
}

.text-sky-400\/30 {
  color: rgb(56 189 248 / 0.3) !important;
}

.text-sky-400\/35 {
  color: rgb(56 189 248 / 0.35) !important;
}

.text-sky-400\/40 {
  color: rgb(56 189 248 / 0.4) !important;
}

.text-sky-400\/45 {
  color: rgb(56 189 248 / 0.45) !important;
}

.text-sky-400\/5 {
  color: rgb(56 189 248 / 0.05) !important;
}

.text-sky-400\/50 {
  color: rgb(56 189 248 / 0.5) !important;
}

.text-sky-400\/55 {
  color: rgb(56 189 248 / 0.55) !important;
}

.text-sky-400\/60 {
  color: rgb(56 189 248 / 0.6) !important;
}

.text-sky-400\/65 {
  color: rgb(56 189 248 / 0.65) !important;
}

.text-sky-400\/70 {
  color: rgb(56 189 248 / 0.7) !important;
}

.text-sky-400\/75 {
  color: rgb(56 189 248 / 0.75) !important;
}

.text-sky-400\/80 {
  color: rgb(56 189 248 / 0.8) !important;
}

.text-sky-400\/85 {
  color: rgb(56 189 248 / 0.85) !important;
}

.text-sky-400\/90 {
  color: rgb(56 189 248 / 0.9) !important;
}

.text-sky-400\/95 {
  color: rgb(56 189 248 / 0.95) !important;
}

.text-sky-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1)) !important;
}

.text-sky-50\/0 {
  color: rgb(240 249 255 / 0) !important;
}

.text-sky-50\/10 {
  color: rgb(240 249 255 / 0.1) !important;
}

.text-sky-50\/100 {
  color: rgb(240 249 255 / 1) !important;
}

.text-sky-50\/15 {
  color: rgb(240 249 255 / 0.15) !important;
}

.text-sky-50\/20 {
  color: rgb(240 249 255 / 0.2) !important;
}

.text-sky-50\/25 {
  color: rgb(240 249 255 / 0.25) !important;
}

.text-sky-50\/30 {
  color: rgb(240 249 255 / 0.3) !important;
}

.text-sky-50\/35 {
  color: rgb(240 249 255 / 0.35) !important;
}

.text-sky-50\/40 {
  color: rgb(240 249 255 / 0.4) !important;
}

.text-sky-50\/45 {
  color: rgb(240 249 255 / 0.45) !important;
}

.text-sky-50\/5 {
  color: rgb(240 249 255 / 0.05) !important;
}

.text-sky-50\/50 {
  color: rgb(240 249 255 / 0.5) !important;
}

.text-sky-50\/55 {
  color: rgb(240 249 255 / 0.55) !important;
}

.text-sky-50\/60 {
  color: rgb(240 249 255 / 0.6) !important;
}

.text-sky-50\/65 {
  color: rgb(240 249 255 / 0.65) !important;
}

.text-sky-50\/70 {
  color: rgb(240 249 255 / 0.7) !important;
}

.text-sky-50\/75 {
  color: rgb(240 249 255 / 0.75) !important;
}

.text-sky-50\/80 {
  color: rgb(240 249 255 / 0.8) !important;
}

.text-sky-50\/85 {
  color: rgb(240 249 255 / 0.85) !important;
}

.text-sky-50\/90 {
  color: rgb(240 249 255 / 0.9) !important;
}

.text-sky-50\/95 {
  color: rgb(240 249 255 / 0.95) !important;
}

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

.text-sky-500\/0 {
  color: rgb(14 165 233 / 0) !important;
}

.text-sky-500\/10 {
  color: rgb(14 165 233 / 0.1) !important;
}

.text-sky-500\/100 {
  color: rgb(14 165 233 / 1) !important;
}

.text-sky-500\/15 {
  color: rgb(14 165 233 / 0.15) !important;
}

.text-sky-500\/20 {
  color: rgb(14 165 233 / 0.2) !important;
}

.text-sky-500\/25 {
  color: rgb(14 165 233 / 0.25) !important;
}

.text-sky-500\/30 {
  color: rgb(14 165 233 / 0.3) !important;
}

.text-sky-500\/35 {
  color: rgb(14 165 233 / 0.35) !important;
}

.text-sky-500\/40 {
  color: rgb(14 165 233 / 0.4) !important;
}

.text-sky-500\/45 {
  color: rgb(14 165 233 / 0.45) !important;
}

.text-sky-500\/5 {
  color: rgb(14 165 233 / 0.05) !important;
}

.text-sky-500\/50 {
  color: rgb(14 165 233 / 0.5) !important;
}

.text-sky-500\/55 {
  color: rgb(14 165 233 / 0.55) !important;
}

.text-sky-500\/60 {
  color: rgb(14 165 233 / 0.6) !important;
}

.text-sky-500\/65 {
  color: rgb(14 165 233 / 0.65) !important;
}

.text-sky-500\/70 {
  color: rgb(14 165 233 / 0.7) !important;
}

.text-sky-500\/75 {
  color: rgb(14 165 233 / 0.75) !important;
}

.text-sky-500\/80 {
  color: rgb(14 165 233 / 0.8) !important;
}

.text-sky-500\/85 {
  color: rgb(14 165 233 / 0.85) !important;
}

.text-sky-500\/90 {
  color: rgb(14 165 233 / 0.9) !important;
}

.text-sky-500\/95 {
  color: rgb(14 165 233 / 0.95) !important;
}

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

.text-sky-600\/0 {
  color: rgb(var(--sky-600, 2 132 199) / 0) !important;
}

.text-sky-600\/10 {
  color: rgb(var(--sky-600, 2 132 199) / 0.1) !important;
}

.text-sky-600\/100 {
  color: rgb(var(--sky-600, 2 132 199) / 1) !important;
}

.text-sky-600\/15 {
  color: rgb(var(--sky-600, 2 132 199) / 0.15) !important;
}

.text-sky-600\/20 {
  color: rgb(var(--sky-600, 2 132 199) / 0.2) !important;
}

.text-sky-600\/25 {
  color: rgb(var(--sky-600, 2 132 199) / 0.25) !important;
}

.text-sky-600\/30 {
  color: rgb(var(--sky-600, 2 132 199) / 0.3) !important;
}

.text-sky-600\/35 {
  color: rgb(var(--sky-600, 2 132 199) / 0.35) !important;
}

.text-sky-600\/40 {
  color: rgb(var(--sky-600, 2 132 199) / 0.4) !important;
}

.text-sky-600\/45 {
  color: rgb(var(--sky-600, 2 132 199) / 0.45) !important;
}

.text-sky-600\/5 {
  color: rgb(var(--sky-600, 2 132 199) / 0.05) !important;
}

.text-sky-600\/50 {
  color: rgb(var(--sky-600, 2 132 199) / 0.5) !important;
}

.text-sky-600\/55 {
  color: rgb(var(--sky-600, 2 132 199) / 0.55) !important;
}

.text-sky-600\/60 {
  color: rgb(var(--sky-600, 2 132 199) / 0.6) !important;
}

.text-sky-600\/65 {
  color: rgb(var(--sky-600, 2 132 199) / 0.65) !important;
}

.text-sky-600\/70 {
  color: rgb(var(--sky-600, 2 132 199) / 0.7) !important;
}

.text-sky-600\/75 {
  color: rgb(var(--sky-600, 2 132 199) / 0.75) !important;
}

.text-sky-600\/80 {
  color: rgb(var(--sky-600, 2 132 199) / 0.8) !important;
}

.text-sky-600\/85 {
  color: rgb(var(--sky-600, 2 132 199) / 0.85) !important;
}

.text-sky-600\/90 {
  color: rgb(var(--sky-600, 2 132 199) / 0.9) !important;
}

.text-sky-600\/95 {
  color: rgb(var(--sky-600, 2 132 199) / 0.95) !important;
}

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

.text-sky-700\/0 {
  color: rgb(var(--sky-700, 3 105 161) / 0) !important;
}

.text-sky-700\/10 {
  color: rgb(var(--sky-700, 3 105 161) / 0.1) !important;
}

.text-sky-700\/100 {
  color: rgb(var(--sky-700, 3 105 161) / 1) !important;
}

.text-sky-700\/15 {
  color: rgb(var(--sky-700, 3 105 161) / 0.15) !important;
}

.text-sky-700\/20 {
  color: rgb(var(--sky-700, 3 105 161) / 0.2) !important;
}

.text-sky-700\/25 {
  color: rgb(var(--sky-700, 3 105 161) / 0.25) !important;
}

.text-sky-700\/30 {
  color: rgb(var(--sky-700, 3 105 161) / 0.3) !important;
}

.text-sky-700\/35 {
  color: rgb(var(--sky-700, 3 105 161) / 0.35) !important;
}

.text-sky-700\/40 {
  color: rgb(var(--sky-700, 3 105 161) / 0.4) !important;
}

.text-sky-700\/45 {
  color: rgb(var(--sky-700, 3 105 161) / 0.45) !important;
}

.text-sky-700\/5 {
  color: rgb(var(--sky-700, 3 105 161) / 0.05) !important;
}

.text-sky-700\/50 {
  color: rgb(var(--sky-700, 3 105 161) / 0.5) !important;
}

.text-sky-700\/55 {
  color: rgb(var(--sky-700, 3 105 161) / 0.55) !important;
}

.text-sky-700\/60 {
  color: rgb(var(--sky-700, 3 105 161) / 0.6) !important;
}

.text-sky-700\/65 {
  color: rgb(var(--sky-700, 3 105 161) / 0.65) !important;
}

.text-sky-700\/70 {
  color: rgb(var(--sky-700, 3 105 161) / 0.7) !important;
}

.text-sky-700\/75 {
  color: rgb(var(--sky-700, 3 105 161) / 0.75) !important;
}

.text-sky-700\/80 {
  color: rgb(var(--sky-700, 3 105 161) / 0.8) !important;
}

.text-sky-700\/85 {
  color: rgb(var(--sky-700, 3 105 161) / 0.85) !important;
}

.text-sky-700\/90 {
  color: rgb(var(--sky-700, 3 105 161) / 0.9) !important;
}

.text-sky-700\/95 {
  color: rgb(var(--sky-700, 3 105 161) / 0.95) !important;
}

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

.text-sky-800\/0 {
  color: rgb(var(--sky-800, 7 89 133) / 0) !important;
}

.text-sky-800\/10 {
  color: rgb(var(--sky-800, 7 89 133) / 0.1) !important;
}

.text-sky-800\/100 {
  color: rgb(var(--sky-800, 7 89 133) / 1) !important;
}

.text-sky-800\/15 {
  color: rgb(var(--sky-800, 7 89 133) / 0.15) !important;
}

.text-sky-800\/20 {
  color: rgb(var(--sky-800, 7 89 133) / 0.2) !important;
}

.text-sky-800\/25 {
  color: rgb(var(--sky-800, 7 89 133) / 0.25) !important;
}

.text-sky-800\/30 {
  color: rgb(var(--sky-800, 7 89 133) / 0.3) !important;
}

.text-sky-800\/35 {
  color: rgb(var(--sky-800, 7 89 133) / 0.35) !important;
}

.text-sky-800\/40 {
  color: rgb(var(--sky-800, 7 89 133) / 0.4) !important;
}

.text-sky-800\/45 {
  color: rgb(var(--sky-800, 7 89 133) / 0.45) !important;
}

.text-sky-800\/5 {
  color: rgb(var(--sky-800, 7 89 133) / 0.05) !important;
}

.text-sky-800\/50 {
  color: rgb(var(--sky-800, 7 89 133) / 0.5) !important;
}

.text-sky-800\/55 {
  color: rgb(var(--sky-800, 7 89 133) / 0.55) !important;
}

.text-sky-800\/60 {
  color: rgb(var(--sky-800, 7 89 133) / 0.6) !important;
}

.text-sky-800\/65 {
  color: rgb(var(--sky-800, 7 89 133) / 0.65) !important;
}

.text-sky-800\/70 {
  color: rgb(var(--sky-800, 7 89 133) / 0.7) !important;
}

.text-sky-800\/75 {
  color: rgb(var(--sky-800, 7 89 133) / 0.75) !important;
}

.text-sky-800\/80 {
  color: rgb(var(--sky-800, 7 89 133) / 0.8) !important;
}

.text-sky-800\/85 {
  color: rgb(var(--sky-800, 7 89 133) / 0.85) !important;
}

.text-sky-800\/90 {
  color: rgb(var(--sky-800, 7 89 133) / 0.9) !important;
}

.text-sky-800\/95 {
  color: rgb(var(--sky-800, 7 89 133) / 0.95) !important;
}

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

.text-sky-900\/0 {
  color: rgb(12 74 110 / 0) !important;
}

.text-sky-900\/10 {
  color: rgb(12 74 110 / 0.1) !important;
}

.text-sky-900\/100 {
  color: rgb(12 74 110 / 1) !important;
}

.text-sky-900\/15 {
  color: rgb(12 74 110 / 0.15) !important;
}

.text-sky-900\/20 {
  color: rgb(12 74 110 / 0.2) !important;
}

.text-sky-900\/25 {
  color: rgb(12 74 110 / 0.25) !important;
}

.text-sky-900\/30 {
  color: rgb(12 74 110 / 0.3) !important;
}

.text-sky-900\/35 {
  color: rgb(12 74 110 / 0.35) !important;
}

.text-sky-900\/40 {
  color: rgb(12 74 110 / 0.4) !important;
}

.text-sky-900\/45 {
  color: rgb(12 74 110 / 0.45) !important;
}

.text-sky-900\/5 {
  color: rgb(12 74 110 / 0.05) !important;
}

.text-sky-900\/50 {
  color: rgb(12 74 110 / 0.5) !important;
}

.text-sky-900\/55 {
  color: rgb(12 74 110 / 0.55) !important;
}

.text-sky-900\/60 {
  color: rgb(12 74 110 / 0.6) !important;
}

.text-sky-900\/65 {
  color: rgb(12 74 110 / 0.65) !important;
}

.text-sky-900\/70 {
  color: rgb(12 74 110 / 0.7) !important;
}

.text-sky-900\/75 {
  color: rgb(12 74 110 / 0.75) !important;
}

.text-sky-900\/80 {
  color: rgb(12 74 110 / 0.8) !important;
}

.text-sky-900\/85 {
  color: rgb(12 74 110 / 0.85) !important;
}

.text-sky-900\/90 {
  color: rgb(12 74 110 / 0.9) !important;
}

.text-sky-900\/95 {
  color: rgb(12 74 110 / 0.95) !important;
}

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

.text-slate-100\/0 {
  color: rgb(241 245 249 / 0) !important;
}

.text-slate-100\/10 {
  color: rgb(241 245 249 / 0.1) !important;
}

.text-slate-100\/100 {
  color: rgb(241 245 249 / 1) !important;
}

.text-slate-100\/15 {
  color: rgb(241 245 249 / 0.15) !important;
}

.text-slate-100\/20 {
  color: rgb(241 245 249 / 0.2) !important;
}

.text-slate-100\/25 {
  color: rgb(241 245 249 / 0.25) !important;
}

.text-slate-100\/30 {
  color: rgb(241 245 249 / 0.3) !important;
}

.text-slate-100\/35 {
  color: rgb(241 245 249 / 0.35) !important;
}

.text-slate-100\/40 {
  color: rgb(241 245 249 / 0.4) !important;
}

.text-slate-100\/45 {
  color: rgb(241 245 249 / 0.45) !important;
}

.text-slate-100\/5 {
  color: rgb(241 245 249 / 0.05) !important;
}

.text-slate-100\/50 {
  color: rgb(241 245 249 / 0.5) !important;
}

.text-slate-100\/55 {
  color: rgb(241 245 249 / 0.55) !important;
}

.text-slate-100\/60 {
  color: rgb(241 245 249 / 0.6) !important;
}

.text-slate-100\/65 {
  color: rgb(241 245 249 / 0.65) !important;
}

.text-slate-100\/70 {
  color: rgb(241 245 249 / 0.7) !important;
}

.text-slate-100\/75 {
  color: rgb(241 245 249 / 0.75) !important;
}

.text-slate-100\/80 {
  color: rgb(241 245 249 / 0.8) !important;
}

.text-slate-100\/85 {
  color: rgb(241 245 249 / 0.85) !important;
}

.text-slate-100\/90 {
  color: rgb(241 245 249 / 0.9) !important;
}

.text-slate-100\/95 {
  color: rgb(241 245 249 / 0.95) !important;
}

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

.text-slate-200\/0 {
  color: rgb(226 232 240 / 0) !important;
}

.text-slate-200\/10 {
  color: rgb(226 232 240 / 0.1) !important;
}

.text-slate-200\/100 {
  color: rgb(226 232 240 / 1) !important;
}

.text-slate-200\/15 {
  color: rgb(226 232 240 / 0.15) !important;
}

.text-slate-200\/20 {
  color: rgb(226 232 240 / 0.2) !important;
}

.text-slate-200\/25 {
  color: rgb(226 232 240 / 0.25) !important;
}

.text-slate-200\/30 {
  color: rgb(226 232 240 / 0.3) !important;
}

.text-slate-200\/35 {
  color: rgb(226 232 240 / 0.35) !important;
}

.text-slate-200\/40 {
  color: rgb(226 232 240 / 0.4) !important;
}

.text-slate-200\/45 {
  color: rgb(226 232 240 / 0.45) !important;
}

.text-slate-200\/5 {
  color: rgb(226 232 240 / 0.05) !important;
}

.text-slate-200\/50 {
  color: rgb(226 232 240 / 0.5) !important;
}

.text-slate-200\/55 {
  color: rgb(226 232 240 / 0.55) !important;
}

.text-slate-200\/60 {
  color: rgb(226 232 240 / 0.6) !important;
}

.text-slate-200\/65 {
  color: rgb(226 232 240 / 0.65) !important;
}

.text-slate-200\/70 {
  color: rgb(226 232 240 / 0.7) !important;
}

.text-slate-200\/75 {
  color: rgb(226 232 240 / 0.75) !important;
}

.text-slate-200\/80 {
  color: rgb(226 232 240 / 0.8) !important;
}

.text-slate-200\/85 {
  color: rgb(226 232 240 / 0.85) !important;
}

.text-slate-200\/90 {
  color: rgb(226 232 240 / 0.9) !important;
}

.text-slate-200\/95 {
  color: rgb(226 232 240 / 0.95) !important;
}

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

.text-slate-300\/0 {
  color: rgb(203 213 225 / 0) !important;
}

.text-slate-300\/10 {
  color: rgb(203 213 225 / 0.1) !important;
}

.text-slate-300\/100 {
  color: rgb(203 213 225 / 1) !important;
}

.text-slate-300\/15 {
  color: rgb(203 213 225 / 0.15) !important;
}

.text-slate-300\/20 {
  color: rgb(203 213 225 / 0.2) !important;
}

.text-slate-300\/25 {
  color: rgb(203 213 225 / 0.25) !important;
}

.text-slate-300\/30 {
  color: rgb(203 213 225 / 0.3) !important;
}

.text-slate-300\/35 {
  color: rgb(203 213 225 / 0.35) !important;
}

.text-slate-300\/40 {
  color: rgb(203 213 225 / 0.4) !important;
}

.text-slate-300\/45 {
  color: rgb(203 213 225 / 0.45) !important;
}

.text-slate-300\/5 {
  color: rgb(203 213 225 / 0.05) !important;
}

.text-slate-300\/50 {
  color: rgb(203 213 225 / 0.5) !important;
}

.text-slate-300\/55 {
  color: rgb(203 213 225 / 0.55) !important;
}

.text-slate-300\/60 {
  color: rgb(203 213 225 / 0.6) !important;
}

.text-slate-300\/65 {
  color: rgb(203 213 225 / 0.65) !important;
}

.text-slate-300\/70 {
  color: rgb(203 213 225 / 0.7) !important;
}

.text-slate-300\/75 {
  color: rgb(203 213 225 / 0.75) !important;
}

.text-slate-300\/80 {
  color: rgb(203 213 225 / 0.8) !important;
}

.text-slate-300\/85 {
  color: rgb(203 213 225 / 0.85) !important;
}

.text-slate-300\/90 {
  color: rgb(203 213 225 / 0.9) !important;
}

.text-slate-300\/95 {
  color: rgb(203 213 225 / 0.95) !important;
}

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

.text-slate-400\/0 {
  color: rgb(148 163 184 / 0) !important;
}

.text-slate-400\/10 {
  color: rgb(148 163 184 / 0.1) !important;
}

.text-slate-400\/100 {
  color: rgb(148 163 184 / 1) !important;
}

.text-slate-400\/15 {
  color: rgb(148 163 184 / 0.15) !important;
}

.text-slate-400\/20 {
  color: rgb(148 163 184 / 0.2) !important;
}

.text-slate-400\/25 {
  color: rgb(148 163 184 / 0.25) !important;
}

.text-slate-400\/30 {
  color: rgb(148 163 184 / 0.3) !important;
}

.text-slate-400\/35 {
  color: rgb(148 163 184 / 0.35) !important;
}

.text-slate-400\/40 {
  color: rgb(148 163 184 / 0.4) !important;
}

.text-slate-400\/45 {
  color: rgb(148 163 184 / 0.45) !important;
}

.text-slate-400\/5 {
  color: rgb(148 163 184 / 0.05) !important;
}

.text-slate-400\/50 {
  color: rgb(148 163 184 / 0.5) !important;
}

.text-slate-400\/55 {
  color: rgb(148 163 184 / 0.55) !important;
}

.text-slate-400\/60 {
  color: rgb(148 163 184 / 0.6) !important;
}

.text-slate-400\/65 {
  color: rgb(148 163 184 / 0.65) !important;
}

.text-slate-400\/70 {
  color: rgb(148 163 184 / 0.7) !important;
}

.text-slate-400\/75 {
  color: rgb(148 163 184 / 0.75) !important;
}

.text-slate-400\/80 {
  color: rgb(148 163 184 / 0.8) !important;
}

.text-slate-400\/85 {
  color: rgb(148 163 184 / 0.85) !important;
}

.text-slate-400\/90 {
  color: rgb(148 163 184 / 0.9) !important;
}

.text-slate-400\/95 {
  color: rgb(148 163 184 / 0.95) !important;
}

.text-slate-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1)) !important;
}

.text-slate-50\/0 {
  color: rgb(248 250 252 / 0) !important;
}

.text-slate-50\/10 {
  color: rgb(248 250 252 / 0.1) !important;
}

.text-slate-50\/100 {
  color: rgb(248 250 252 / 1) !important;
}

.text-slate-50\/15 {
  color: rgb(248 250 252 / 0.15) !important;
}

.text-slate-50\/20 {
  color: rgb(248 250 252 / 0.2) !important;
}

.text-slate-50\/25 {
  color: rgb(248 250 252 / 0.25) !important;
}

.text-slate-50\/30 {
  color: rgb(248 250 252 / 0.3) !important;
}

.text-slate-50\/35 {
  color: rgb(248 250 252 / 0.35) !important;
}

.text-slate-50\/40 {
  color: rgb(248 250 252 / 0.4) !important;
}

.text-slate-50\/45 {
  color: rgb(248 250 252 / 0.45) !important;
}

.text-slate-50\/5 {
  color: rgb(248 250 252 / 0.05) !important;
}

.text-slate-50\/50 {
  color: rgb(248 250 252 / 0.5) !important;
}

.text-slate-50\/55 {
  color: rgb(248 250 252 / 0.55) !important;
}

.text-slate-50\/60 {
  color: rgb(248 250 252 / 0.6) !important;
}

.text-slate-50\/65 {
  color: rgb(248 250 252 / 0.65) !important;
}

.text-slate-50\/70 {
  color: rgb(248 250 252 / 0.7) !important;
}

.text-slate-50\/75 {
  color: rgb(248 250 252 / 0.75) !important;
}

.text-slate-50\/80 {
  color: rgb(248 250 252 / 0.8) !important;
}

.text-slate-50\/85 {
  color: rgb(248 250 252 / 0.85) !important;
}

.text-slate-50\/90 {
  color: rgb(248 250 252 / 0.9) !important;
}

.text-slate-50\/95 {
  color: rgb(248 250 252 / 0.95) !important;
}

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

.text-slate-500\/0 {
  color: rgb(100 116 139 / 0) !important;
}

.text-slate-500\/10 {
  color: rgb(100 116 139 / 0.1) !important;
}

.text-slate-500\/100 {
  color: rgb(100 116 139 / 1) !important;
}

.text-slate-500\/15 {
  color: rgb(100 116 139 / 0.15) !important;
}

.text-slate-500\/20 {
  color: rgb(100 116 139 / 0.2) !important;
}

.text-slate-500\/25 {
  color: rgb(100 116 139 / 0.25) !important;
}

.text-slate-500\/30 {
  color: rgb(100 116 139 / 0.3) !important;
}

.text-slate-500\/35 {
  color: rgb(100 116 139 / 0.35) !important;
}

.text-slate-500\/40 {
  color: rgb(100 116 139 / 0.4) !important;
}

.text-slate-500\/45 {
  color: rgb(100 116 139 / 0.45) !important;
}

.text-slate-500\/5 {
  color: rgb(100 116 139 / 0.05) !important;
}

.text-slate-500\/50 {
  color: rgb(100 116 139 / 0.5) !important;
}

.text-slate-500\/55 {
  color: rgb(100 116 139 / 0.55) !important;
}

.text-slate-500\/60 {
  color: rgb(100 116 139 / 0.6) !important;
}

.text-slate-500\/65 {
  color: rgb(100 116 139 / 0.65) !important;
}

.text-slate-500\/70 {
  color: rgb(100 116 139 / 0.7) !important;
}

.text-slate-500\/75 {
  color: rgb(100 116 139 / 0.75) !important;
}

.text-slate-500\/80 {
  color: rgb(100 116 139 / 0.8) !important;
}

.text-slate-500\/85 {
  color: rgb(100 116 139 / 0.85) !important;
}

.text-slate-500\/90 {
  color: rgb(100 116 139 / 0.9) !important;
}

.text-slate-500\/95 {
  color: rgb(100 116 139 / 0.95) !important;
}

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

.text-slate-600\/0 {
  color: rgb(71 85 105 / 0) !important;
}

.text-slate-600\/10 {
  color: rgb(71 85 105 / 0.1) !important;
}

.text-slate-600\/100 {
  color: rgb(71 85 105 / 1) !important;
}

.text-slate-600\/15 {
  color: rgb(71 85 105 / 0.15) !important;
}

.text-slate-600\/20 {
  color: rgb(71 85 105 / 0.2) !important;
}

.text-slate-600\/25 {
  color: rgb(71 85 105 / 0.25) !important;
}

.text-slate-600\/30 {
  color: rgb(71 85 105 / 0.3) !important;
}

.text-slate-600\/35 {
  color: rgb(71 85 105 / 0.35) !important;
}

.text-slate-600\/40 {
  color: rgb(71 85 105 / 0.4) !important;
}

.text-slate-600\/45 {
  color: rgb(71 85 105 / 0.45) !important;
}

.text-slate-600\/5 {
  color: rgb(71 85 105 / 0.05) !important;
}

.text-slate-600\/50 {
  color: rgb(71 85 105 / 0.5) !important;
}

.text-slate-600\/55 {
  color: rgb(71 85 105 / 0.55) !important;
}

.text-slate-600\/60 {
  color: rgb(71 85 105 / 0.6) !important;
}

.text-slate-600\/65 {
  color: rgb(71 85 105 / 0.65) !important;
}

.text-slate-600\/70 {
  color: rgb(71 85 105 / 0.7) !important;
}

.text-slate-600\/75 {
  color: rgb(71 85 105 / 0.75) !important;
}

.text-slate-600\/80 {
  color: rgb(71 85 105 / 0.8) !important;
}

.text-slate-600\/85 {
  color: rgb(71 85 105 / 0.85) !important;
}

.text-slate-600\/90 {
  color: rgb(71 85 105 / 0.9) !important;
}

.text-slate-600\/95 {
  color: rgb(71 85 105 / 0.95) !important;
}

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

.text-slate-700\/0 {
  color: rgb(51 65 85 / 0) !important;
}

.text-slate-700\/10 {
  color: rgb(51 65 85 / 0.1) !important;
}

.text-slate-700\/100 {
  color: rgb(51 65 85 / 1) !important;
}

.text-slate-700\/15 {
  color: rgb(51 65 85 / 0.15) !important;
}

.text-slate-700\/20 {
  color: rgb(51 65 85 / 0.2) !important;
}

.text-slate-700\/25 {
  color: rgb(51 65 85 / 0.25) !important;
}

.text-slate-700\/30 {
  color: rgb(51 65 85 / 0.3) !important;
}

.text-slate-700\/35 {
  color: rgb(51 65 85 / 0.35) !important;
}

.text-slate-700\/40 {
  color: rgb(51 65 85 / 0.4) !important;
}

.text-slate-700\/45 {
  color: rgb(51 65 85 / 0.45) !important;
}

.text-slate-700\/5 {
  color: rgb(51 65 85 / 0.05) !important;
}

.text-slate-700\/50 {
  color: rgb(51 65 85 / 0.5) !important;
}

.text-slate-700\/55 {
  color: rgb(51 65 85 / 0.55) !important;
}

.text-slate-700\/60 {
  color: rgb(51 65 85 / 0.6) !important;
}

.text-slate-700\/65 {
  color: rgb(51 65 85 / 0.65) !important;
}

.text-slate-700\/70 {
  color: rgb(51 65 85 / 0.7) !important;
}

.text-slate-700\/75 {
  color: rgb(51 65 85 / 0.75) !important;
}

.text-slate-700\/80 {
  color: rgb(51 65 85 / 0.8) !important;
}

.text-slate-700\/85 {
  color: rgb(51 65 85 / 0.85) !important;
}

.text-slate-700\/90 {
  color: rgb(51 65 85 / 0.9) !important;
}

.text-slate-700\/95 {
  color: rgb(51 65 85 / 0.95) !important;
}

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

.text-slate-800\/0 {
  color: rgb(30 41 59 / 0) !important;
}

.text-slate-800\/10 {
  color: rgb(30 41 59 / 0.1) !important;
}

.text-slate-800\/100 {
  color: rgb(30 41 59 / 1) !important;
}

.text-slate-800\/15 {
  color: rgb(30 41 59 / 0.15) !important;
}

.text-slate-800\/20 {
  color: rgb(30 41 59 / 0.2) !important;
}

.text-slate-800\/25 {
  color: rgb(30 41 59 / 0.25) !important;
}

.text-slate-800\/30 {
  color: rgb(30 41 59 / 0.3) !important;
}

.text-slate-800\/35 {
  color: rgb(30 41 59 / 0.35) !important;
}

.text-slate-800\/40 {
  color: rgb(30 41 59 / 0.4) !important;
}

.text-slate-800\/45 {
  color: rgb(30 41 59 / 0.45) !important;
}

.text-slate-800\/5 {
  color: rgb(30 41 59 / 0.05) !important;
}

.text-slate-800\/50 {
  color: rgb(30 41 59 / 0.5) !important;
}

.text-slate-800\/55 {
  color: rgb(30 41 59 / 0.55) !important;
}

.text-slate-800\/60 {
  color: rgb(30 41 59 / 0.6) !important;
}

.text-slate-800\/65 {
  color: rgb(30 41 59 / 0.65) !important;
}

.text-slate-800\/70 {
  color: rgb(30 41 59 / 0.7) !important;
}

.text-slate-800\/75 {
  color: rgb(30 41 59 / 0.75) !important;
}

.text-slate-800\/80 {
  color: rgb(30 41 59 / 0.8) !important;
}

.text-slate-800\/85 {
  color: rgb(30 41 59 / 0.85) !important;
}

.text-slate-800\/90 {
  color: rgb(30 41 59 / 0.9) !important;
}

.text-slate-800\/95 {
  color: rgb(30 41 59 / 0.95) !important;
}

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

.text-slate-900\/0 {
  color: rgb(15 23 42 / 0) !important;
}

.text-slate-900\/10 {
  color: rgb(15 23 42 / 0.1) !important;
}

.text-slate-900\/100 {
  color: rgb(15 23 42 / 1) !important;
}

.text-slate-900\/15 {
  color: rgb(15 23 42 / 0.15) !important;
}

.text-slate-900\/20 {
  color: rgb(15 23 42 / 0.2) !important;
}

.text-slate-900\/25 {
  color: rgb(15 23 42 / 0.25) !important;
}

.text-slate-900\/30 {
  color: rgb(15 23 42 / 0.3) !important;
}

.text-slate-900\/35 {
  color: rgb(15 23 42 / 0.35) !important;
}

.text-slate-900\/40 {
  color: rgb(15 23 42 / 0.4) !important;
}

.text-slate-900\/45 {
  color: rgb(15 23 42 / 0.45) !important;
}

.text-slate-900\/5 {
  color: rgb(15 23 42 / 0.05) !important;
}

.text-slate-900\/50 {
  color: rgb(15 23 42 / 0.5) !important;
}

.text-slate-900\/55 {
  color: rgb(15 23 42 / 0.55) !important;
}

.text-slate-900\/60 {
  color: rgb(15 23 42 / 0.6) !important;
}

.text-slate-900\/65 {
  color: rgb(15 23 42 / 0.65) !important;
}

.text-slate-900\/70 {
  color: rgb(15 23 42 / 0.7) !important;
}

.text-slate-900\/75 {
  color: rgb(15 23 42 / 0.75) !important;
}

.text-slate-900\/80 {
  color: rgb(15 23 42 / 0.8) !important;
}

.text-slate-900\/85 {
  color: rgb(15 23 42 / 0.85) !important;
}

.text-slate-900\/90 {
  color: rgb(15 23 42 / 0.9) !important;
}

.text-slate-900\/95 {
  color: rgb(15 23 42 / 0.95) !important;
}

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

.text-stone-100\/0 {
  color: rgb(245 245 244 / 0) !important;
}

.text-stone-100\/10 {
  color: rgb(245 245 244 / 0.1) !important;
}

.text-stone-100\/100 {
  color: rgb(245 245 244 / 1) !important;
}

.text-stone-100\/15 {
  color: rgb(245 245 244 / 0.15) !important;
}

.text-stone-100\/20 {
  color: rgb(245 245 244 / 0.2) !important;
}

.text-stone-100\/25 {
  color: rgb(245 245 244 / 0.25) !important;
}

.text-stone-100\/30 {
  color: rgb(245 245 244 / 0.3) !important;
}

.text-stone-100\/35 {
  color: rgb(245 245 244 / 0.35) !important;
}

.text-stone-100\/40 {
  color: rgb(245 245 244 / 0.4) !important;
}

.text-stone-100\/45 {
  color: rgb(245 245 244 / 0.45) !important;
}

.text-stone-100\/5 {
  color: rgb(245 245 244 / 0.05) !important;
}

.text-stone-100\/50 {
  color: rgb(245 245 244 / 0.5) !important;
}

.text-stone-100\/55 {
  color: rgb(245 245 244 / 0.55) !important;
}

.text-stone-100\/60 {
  color: rgb(245 245 244 / 0.6) !important;
}

.text-stone-100\/65 {
  color: rgb(245 245 244 / 0.65) !important;
}

.text-stone-100\/70 {
  color: rgb(245 245 244 / 0.7) !important;
}

.text-stone-100\/75 {
  color: rgb(245 245 244 / 0.75) !important;
}

.text-stone-100\/80 {
  color: rgb(245 245 244 / 0.8) !important;
}

.text-stone-100\/85 {
  color: rgb(245 245 244 / 0.85) !important;
}

.text-stone-100\/90 {
  color: rgb(245 245 244 / 0.9) !important;
}

.text-stone-100\/95 {
  color: rgb(245 245 244 / 0.95) !important;
}

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

.text-stone-200\/0 {
  color: rgb(231 229 228 / 0) !important;
}

.text-stone-200\/10 {
  color: rgb(231 229 228 / 0.1) !important;
}

.text-stone-200\/100 {
  color: rgb(231 229 228 / 1) !important;
}

.text-stone-200\/15 {
  color: rgb(231 229 228 / 0.15) !important;
}

.text-stone-200\/20 {
  color: rgb(231 229 228 / 0.2) !important;
}

.text-stone-200\/25 {
  color: rgb(231 229 228 / 0.25) !important;
}

.text-stone-200\/30 {
  color: rgb(231 229 228 / 0.3) !important;
}

.text-stone-200\/35 {
  color: rgb(231 229 228 / 0.35) !important;
}

.text-stone-200\/40 {
  color: rgb(231 229 228 / 0.4) !important;
}

.text-stone-200\/45 {
  color: rgb(231 229 228 / 0.45) !important;
}

.text-stone-200\/5 {
  color: rgb(231 229 228 / 0.05) !important;
}

.text-stone-200\/50 {
  color: rgb(231 229 228 / 0.5) !important;
}

.text-stone-200\/55 {
  color: rgb(231 229 228 / 0.55) !important;
}

.text-stone-200\/60 {
  color: rgb(231 229 228 / 0.6) !important;
}

.text-stone-200\/65 {
  color: rgb(231 229 228 / 0.65) !important;
}

.text-stone-200\/70 {
  color: rgb(231 229 228 / 0.7) !important;
}

.text-stone-200\/75 {
  color: rgb(231 229 228 / 0.75) !important;
}

.text-stone-200\/80 {
  color: rgb(231 229 228 / 0.8) !important;
}

.text-stone-200\/85 {
  color: rgb(231 229 228 / 0.85) !important;
}

.text-stone-200\/90 {
  color: rgb(231 229 228 / 0.9) !important;
}

.text-stone-200\/95 {
  color: rgb(231 229 228 / 0.95) !important;
}

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

.text-stone-300\/0 {
  color: rgb(214 211 209 / 0) !important;
}

.text-stone-300\/10 {
  color: rgb(214 211 209 / 0.1) !important;
}

.text-stone-300\/100 {
  color: rgb(214 211 209 / 1) !important;
}

.text-stone-300\/15 {
  color: rgb(214 211 209 / 0.15) !important;
}

.text-stone-300\/20 {
  color: rgb(214 211 209 / 0.2) !important;
}

.text-stone-300\/25 {
  color: rgb(214 211 209 / 0.25) !important;
}

.text-stone-300\/30 {
  color: rgb(214 211 209 / 0.3) !important;
}

.text-stone-300\/35 {
  color: rgb(214 211 209 / 0.35) !important;
}

.text-stone-300\/40 {
  color: rgb(214 211 209 / 0.4) !important;
}

.text-stone-300\/45 {
  color: rgb(214 211 209 / 0.45) !important;
}

.text-stone-300\/5 {
  color: rgb(214 211 209 / 0.05) !important;
}

.text-stone-300\/50 {
  color: rgb(214 211 209 / 0.5) !important;
}

.text-stone-300\/55 {
  color: rgb(214 211 209 / 0.55) !important;
}

.text-stone-300\/60 {
  color: rgb(214 211 209 / 0.6) !important;
}

.text-stone-300\/65 {
  color: rgb(214 211 209 / 0.65) !important;
}

.text-stone-300\/70 {
  color: rgb(214 211 209 / 0.7) !important;
}

.text-stone-300\/75 {
  color: rgb(214 211 209 / 0.75) !important;
}

.text-stone-300\/80 {
  color: rgb(214 211 209 / 0.8) !important;
}

.text-stone-300\/85 {
  color: rgb(214 211 209 / 0.85) !important;
}

.text-stone-300\/90 {
  color: rgb(214 211 209 / 0.9) !important;
}

.text-stone-300\/95 {
  color: rgb(214 211 209 / 0.95) !important;
}

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

.text-stone-400\/0 {
  color: rgb(168 162 158 / 0) !important;
}

.text-stone-400\/10 {
  color: rgb(168 162 158 / 0.1) !important;
}

.text-stone-400\/100 {
  color: rgb(168 162 158 / 1) !important;
}

.text-stone-400\/15 {
  color: rgb(168 162 158 / 0.15) !important;
}

.text-stone-400\/20 {
  color: rgb(168 162 158 / 0.2) !important;
}

.text-stone-400\/25 {
  color: rgb(168 162 158 / 0.25) !important;
}

.text-stone-400\/30 {
  color: rgb(168 162 158 / 0.3) !important;
}

.text-stone-400\/35 {
  color: rgb(168 162 158 / 0.35) !important;
}

.text-stone-400\/40 {
  color: rgb(168 162 158 / 0.4) !important;
}

.text-stone-400\/45 {
  color: rgb(168 162 158 / 0.45) !important;
}

.text-stone-400\/5 {
  color: rgb(168 162 158 / 0.05) !important;
}

.text-stone-400\/50 {
  color: rgb(168 162 158 / 0.5) !important;
}

.text-stone-400\/55 {
  color: rgb(168 162 158 / 0.55) !important;
}

.text-stone-400\/60 {
  color: rgb(168 162 158 / 0.6) !important;
}

.text-stone-400\/65 {
  color: rgb(168 162 158 / 0.65) !important;
}

.text-stone-400\/70 {
  color: rgb(168 162 158 / 0.7) !important;
}

.text-stone-400\/75 {
  color: rgb(168 162 158 / 0.75) !important;
}

.text-stone-400\/80 {
  color: rgb(168 162 158 / 0.8) !important;
}

.text-stone-400\/85 {
  color: rgb(168 162 158 / 0.85) !important;
}

.text-stone-400\/90 {
  color: rgb(168 162 158 / 0.9) !important;
}

.text-stone-400\/95 {
  color: rgb(168 162 158 / 0.95) !important;
}

.text-stone-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 250 249 / var(--tw-text-opacity, 1)) !important;
}

.text-stone-50\/0 {
  color: rgb(250 250 249 / 0) !important;
}

.text-stone-50\/10 {
  color: rgb(250 250 249 / 0.1) !important;
}

.text-stone-50\/100 {
  color: rgb(250 250 249 / 1) !important;
}

.text-stone-50\/15 {
  color: rgb(250 250 249 / 0.15) !important;
}

.text-stone-50\/20 {
  color: rgb(250 250 249 / 0.2) !important;
}

.text-stone-50\/25 {
  color: rgb(250 250 249 / 0.25) !important;
}

.text-stone-50\/30 {
  color: rgb(250 250 249 / 0.3) !important;
}

.text-stone-50\/35 {
  color: rgb(250 250 249 / 0.35) !important;
}

.text-stone-50\/40 {
  color: rgb(250 250 249 / 0.4) !important;
}

.text-stone-50\/45 {
  color: rgb(250 250 249 / 0.45) !important;
}

.text-stone-50\/5 {
  color: rgb(250 250 249 / 0.05) !important;
}

.text-stone-50\/50 {
  color: rgb(250 250 249 / 0.5) !important;
}

.text-stone-50\/55 {
  color: rgb(250 250 249 / 0.55) !important;
}

.text-stone-50\/60 {
  color: rgb(250 250 249 / 0.6) !important;
}

.text-stone-50\/65 {
  color: rgb(250 250 249 / 0.65) !important;
}

.text-stone-50\/70 {
  color: rgb(250 250 249 / 0.7) !important;
}

.text-stone-50\/75 {
  color: rgb(250 250 249 / 0.75) !important;
}

.text-stone-50\/80 {
  color: rgb(250 250 249 / 0.8) !important;
}

.text-stone-50\/85 {
  color: rgb(250 250 249 / 0.85) !important;
}

.text-stone-50\/90 {
  color: rgb(250 250 249 / 0.9) !important;
}

.text-stone-50\/95 {
  color: rgb(250 250 249 / 0.95) !important;
}

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

.text-stone-500\/0 {
  color: rgb(120 113 108 / 0) !important;
}

.text-stone-500\/10 {
  color: rgb(120 113 108 / 0.1) !important;
}

.text-stone-500\/100 {
  color: rgb(120 113 108 / 1) !important;
}

.text-stone-500\/15 {
  color: rgb(120 113 108 / 0.15) !important;
}

.text-stone-500\/20 {
  color: rgb(120 113 108 / 0.2) !important;
}

.text-stone-500\/25 {
  color: rgb(120 113 108 / 0.25) !important;
}

.text-stone-500\/30 {
  color: rgb(120 113 108 / 0.3) !important;
}

.text-stone-500\/35 {
  color: rgb(120 113 108 / 0.35) !important;
}

.text-stone-500\/40 {
  color: rgb(120 113 108 / 0.4) !important;
}

.text-stone-500\/45 {
  color: rgb(120 113 108 / 0.45) !important;
}

.text-stone-500\/5 {
  color: rgb(120 113 108 / 0.05) !important;
}

.text-stone-500\/50 {
  color: rgb(120 113 108 / 0.5) !important;
}

.text-stone-500\/55 {
  color: rgb(120 113 108 / 0.55) !important;
}

.text-stone-500\/60 {
  color: rgb(120 113 108 / 0.6) !important;
}

.text-stone-500\/65 {
  color: rgb(120 113 108 / 0.65) !important;
}

.text-stone-500\/70 {
  color: rgb(120 113 108 / 0.7) !important;
}

.text-stone-500\/75 {
  color: rgb(120 113 108 / 0.75) !important;
}

.text-stone-500\/80 {
  color: rgb(120 113 108 / 0.8) !important;
}

.text-stone-500\/85 {
  color: rgb(120 113 108 / 0.85) !important;
}

.text-stone-500\/90 {
  color: rgb(120 113 108 / 0.9) !important;
}

.text-stone-500\/95 {
  color: rgb(120 113 108 / 0.95) !important;
}

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

.text-stone-600\/0 {
  color: rgb(87 83 78 / 0) !important;
}

.text-stone-600\/10 {
  color: rgb(87 83 78 / 0.1) !important;
}

.text-stone-600\/100 {
  color: rgb(87 83 78 / 1) !important;
}

.text-stone-600\/15 {
  color: rgb(87 83 78 / 0.15) !important;
}

.text-stone-600\/20 {
  color: rgb(87 83 78 / 0.2) !important;
}

.text-stone-600\/25 {
  color: rgb(87 83 78 / 0.25) !important;
}

.text-stone-600\/30 {
  color: rgb(87 83 78 / 0.3) !important;
}

.text-stone-600\/35 {
  color: rgb(87 83 78 / 0.35) !important;
}

.text-stone-600\/40 {
  color: rgb(87 83 78 / 0.4) !important;
}

.text-stone-600\/45 {
  color: rgb(87 83 78 / 0.45) !important;
}

.text-stone-600\/5 {
  color: rgb(87 83 78 / 0.05) !important;
}

.text-stone-600\/50 {
  color: rgb(87 83 78 / 0.5) !important;
}

.text-stone-600\/55 {
  color: rgb(87 83 78 / 0.55) !important;
}

.text-stone-600\/60 {
  color: rgb(87 83 78 / 0.6) !important;
}

.text-stone-600\/65 {
  color: rgb(87 83 78 / 0.65) !important;
}

.text-stone-600\/70 {
  color: rgb(87 83 78 / 0.7) !important;
}

.text-stone-600\/75 {
  color: rgb(87 83 78 / 0.75) !important;
}

.text-stone-600\/80 {
  color: rgb(87 83 78 / 0.8) !important;
}

.text-stone-600\/85 {
  color: rgb(87 83 78 / 0.85) !important;
}

.text-stone-600\/90 {
  color: rgb(87 83 78 / 0.9) !important;
}

.text-stone-600\/95 {
  color: rgb(87 83 78 / 0.95) !important;
}

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

.text-stone-700\/0 {
  color: rgb(68 64 60 / 0) !important;
}

.text-stone-700\/10 {
  color: rgb(68 64 60 / 0.1) !important;
}

.text-stone-700\/100 {
  color: rgb(68 64 60 / 1) !important;
}

.text-stone-700\/15 {
  color: rgb(68 64 60 / 0.15) !important;
}

.text-stone-700\/20 {
  color: rgb(68 64 60 / 0.2) !important;
}

.text-stone-700\/25 {
  color: rgb(68 64 60 / 0.25) !important;
}

.text-stone-700\/30 {
  color: rgb(68 64 60 / 0.3) !important;
}

.text-stone-700\/35 {
  color: rgb(68 64 60 / 0.35) !important;
}

.text-stone-700\/40 {
  color: rgb(68 64 60 / 0.4) !important;
}

.text-stone-700\/45 {
  color: rgb(68 64 60 / 0.45) !important;
}

.text-stone-700\/5 {
  color: rgb(68 64 60 / 0.05) !important;
}

.text-stone-700\/50 {
  color: rgb(68 64 60 / 0.5) !important;
}

.text-stone-700\/55 {
  color: rgb(68 64 60 / 0.55) !important;
}

.text-stone-700\/60 {
  color: rgb(68 64 60 / 0.6) !important;
}

.text-stone-700\/65 {
  color: rgb(68 64 60 / 0.65) !important;
}

.text-stone-700\/70 {
  color: rgb(68 64 60 / 0.7) !important;
}

.text-stone-700\/75 {
  color: rgb(68 64 60 / 0.75) !important;
}

.text-stone-700\/80 {
  color: rgb(68 64 60 / 0.8) !important;
}

.text-stone-700\/85 {
  color: rgb(68 64 60 / 0.85) !important;
}

.text-stone-700\/90 {
  color: rgb(68 64 60 / 0.9) !important;
}

.text-stone-700\/95 {
  color: rgb(68 64 60 / 0.95) !important;
}

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

.text-stone-800\/0 {
  color: rgb(41 37 36 / 0) !important;
}

.text-stone-800\/10 {
  color: rgb(41 37 36 / 0.1) !important;
}

.text-stone-800\/100 {
  color: rgb(41 37 36 / 1) !important;
}

.text-stone-800\/15 {
  color: rgb(41 37 36 / 0.15) !important;
}

.text-stone-800\/20 {
  color: rgb(41 37 36 / 0.2) !important;
}

.text-stone-800\/25 {
  color: rgb(41 37 36 / 0.25) !important;
}

.text-stone-800\/30 {
  color: rgb(41 37 36 / 0.3) !important;
}

.text-stone-800\/35 {
  color: rgb(41 37 36 / 0.35) !important;
}

.text-stone-800\/40 {
  color: rgb(41 37 36 / 0.4) !important;
}

.text-stone-800\/45 {
  color: rgb(41 37 36 / 0.45) !important;
}

.text-stone-800\/5 {
  color: rgb(41 37 36 / 0.05) !important;
}

.text-stone-800\/50 {
  color: rgb(41 37 36 / 0.5) !important;
}

.text-stone-800\/55 {
  color: rgb(41 37 36 / 0.55) !important;
}

.text-stone-800\/60 {
  color: rgb(41 37 36 / 0.6) !important;
}

.text-stone-800\/65 {
  color: rgb(41 37 36 / 0.65) !important;
}

.text-stone-800\/70 {
  color: rgb(41 37 36 / 0.7) !important;
}

.text-stone-800\/75 {
  color: rgb(41 37 36 / 0.75) !important;
}

.text-stone-800\/80 {
  color: rgb(41 37 36 / 0.8) !important;
}

.text-stone-800\/85 {
  color: rgb(41 37 36 / 0.85) !important;
}

.text-stone-800\/90 {
  color: rgb(41 37 36 / 0.9) !important;
}

.text-stone-800\/95 {
  color: rgb(41 37 36 / 0.95) !important;
}

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

.text-stone-900\/0 {
  color: rgb(28 25 23 / 0) !important;
}

.text-stone-900\/10 {
  color: rgb(28 25 23 / 0.1) !important;
}

.text-stone-900\/100 {
  color: rgb(28 25 23 / 1) !important;
}

.text-stone-900\/15 {
  color: rgb(28 25 23 / 0.15) !important;
}

.text-stone-900\/20 {
  color: rgb(28 25 23 / 0.2) !important;
}

.text-stone-900\/25 {
  color: rgb(28 25 23 / 0.25) !important;
}

.text-stone-900\/30 {
  color: rgb(28 25 23 / 0.3) !important;
}

.text-stone-900\/35 {
  color: rgb(28 25 23 / 0.35) !important;
}

.text-stone-900\/40 {
  color: rgb(28 25 23 / 0.4) !important;
}

.text-stone-900\/45 {
  color: rgb(28 25 23 / 0.45) !important;
}

.text-stone-900\/5 {
  color: rgb(28 25 23 / 0.05) !important;
}

.text-stone-900\/50 {
  color: rgb(28 25 23 / 0.5) !important;
}

.text-stone-900\/55 {
  color: rgb(28 25 23 / 0.55) !important;
}

.text-stone-900\/60 {
  color: rgb(28 25 23 / 0.6) !important;
}

.text-stone-900\/65 {
  color: rgb(28 25 23 / 0.65) !important;
}

.text-stone-900\/70 {
  color: rgb(28 25 23 / 0.7) !important;
}

.text-stone-900\/75 {
  color: rgb(28 25 23 / 0.75) !important;
}

.text-stone-900\/80 {
  color: rgb(28 25 23 / 0.8) !important;
}

.text-stone-900\/85 {
  color: rgb(28 25 23 / 0.85) !important;
}

.text-stone-900\/90 {
  color: rgb(28 25 23 / 0.9) !important;
}

.text-stone-900\/95 {
  color: rgb(28 25 23 / 0.95) !important;
}

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

.text-teal-100\/0 {
  color: rgb(204 251 241 / 0) !important;
}

.text-teal-100\/10 {
  color: rgb(204 251 241 / 0.1) !important;
}

.text-teal-100\/100 {
  color: rgb(204 251 241 / 1) !important;
}

.text-teal-100\/15 {
  color: rgb(204 251 241 / 0.15) !important;
}

.text-teal-100\/20 {
  color: rgb(204 251 241 / 0.2) !important;
}

.text-teal-100\/25 {
  color: rgb(204 251 241 / 0.25) !important;
}

.text-teal-100\/30 {
  color: rgb(204 251 241 / 0.3) !important;
}

.text-teal-100\/35 {
  color: rgb(204 251 241 / 0.35) !important;
}

.text-teal-100\/40 {
  color: rgb(204 251 241 / 0.4) !important;
}

.text-teal-100\/45 {
  color: rgb(204 251 241 / 0.45) !important;
}

.text-teal-100\/5 {
  color: rgb(204 251 241 / 0.05) !important;
}

.text-teal-100\/50 {
  color: rgb(204 251 241 / 0.5) !important;
}

.text-teal-100\/55 {
  color: rgb(204 251 241 / 0.55) !important;
}

.text-teal-100\/60 {
  color: rgb(204 251 241 / 0.6) !important;
}

.text-teal-100\/65 {
  color: rgb(204 251 241 / 0.65) !important;
}

.text-teal-100\/70 {
  color: rgb(204 251 241 / 0.7) !important;
}

.text-teal-100\/75 {
  color: rgb(204 251 241 / 0.75) !important;
}

.text-teal-100\/80 {
  color: rgb(204 251 241 / 0.8) !important;
}

.text-teal-100\/85 {
  color: rgb(204 251 241 / 0.85) !important;
}

.text-teal-100\/90 {
  color: rgb(204 251 241 / 0.9) !important;
}

.text-teal-100\/95 {
  color: rgb(204 251 241 / 0.95) !important;
}

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

.text-teal-200\/0 {
  color: rgb(153 246 228 / 0) !important;
}

.text-teal-200\/10 {
  color: rgb(153 246 228 / 0.1) !important;
}

.text-teal-200\/100 {
  color: rgb(153 246 228 / 1) !important;
}

.text-teal-200\/15 {
  color: rgb(153 246 228 / 0.15) !important;
}

.text-teal-200\/20 {
  color: rgb(153 246 228 / 0.2) !important;
}

.text-teal-200\/25 {
  color: rgb(153 246 228 / 0.25) !important;
}

.text-teal-200\/30 {
  color: rgb(153 246 228 / 0.3) !important;
}

.text-teal-200\/35 {
  color: rgb(153 246 228 / 0.35) !important;
}

.text-teal-200\/40 {
  color: rgb(153 246 228 / 0.4) !important;
}

.text-teal-200\/45 {
  color: rgb(153 246 228 / 0.45) !important;
}

.text-teal-200\/5 {
  color: rgb(153 246 228 / 0.05) !important;
}

.text-teal-200\/50 {
  color: rgb(153 246 228 / 0.5) !important;
}

.text-teal-200\/55 {
  color: rgb(153 246 228 / 0.55) !important;
}

.text-teal-200\/60 {
  color: rgb(153 246 228 / 0.6) !important;
}

.text-teal-200\/65 {
  color: rgb(153 246 228 / 0.65) !important;
}

.text-teal-200\/70 {
  color: rgb(153 246 228 / 0.7) !important;
}

.text-teal-200\/75 {
  color: rgb(153 246 228 / 0.75) !important;
}

.text-teal-200\/80 {
  color: rgb(153 246 228 / 0.8) !important;
}

.text-teal-200\/85 {
  color: rgb(153 246 228 / 0.85) !important;
}

.text-teal-200\/90 {
  color: rgb(153 246 228 / 0.9) !important;
}

.text-teal-200\/95 {
  color: rgb(153 246 228 / 0.95) !important;
}

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

.text-teal-300\/0 {
  color: rgb(94 234 212 / 0) !important;
}

.text-teal-300\/10 {
  color: rgb(94 234 212 / 0.1) !important;
}

.text-teal-300\/100 {
  color: rgb(94 234 212 / 1) !important;
}

.text-teal-300\/15 {
  color: rgb(94 234 212 / 0.15) !important;
}

.text-teal-300\/20 {
  color: rgb(94 234 212 / 0.2) !important;
}

.text-teal-300\/25 {
  color: rgb(94 234 212 / 0.25) !important;
}

.text-teal-300\/30 {
  color: rgb(94 234 212 / 0.3) !important;
}

.text-teal-300\/35 {
  color: rgb(94 234 212 / 0.35) !important;
}

.text-teal-300\/40 {
  color: rgb(94 234 212 / 0.4) !important;
}

.text-teal-300\/45 {
  color: rgb(94 234 212 / 0.45) !important;
}

.text-teal-300\/5 {
  color: rgb(94 234 212 / 0.05) !important;
}

.text-teal-300\/50 {
  color: rgb(94 234 212 / 0.5) !important;
}

.text-teal-300\/55 {
  color: rgb(94 234 212 / 0.55) !important;
}

.text-teal-300\/60 {
  color: rgb(94 234 212 / 0.6) !important;
}

.text-teal-300\/65 {
  color: rgb(94 234 212 / 0.65) !important;
}

.text-teal-300\/70 {
  color: rgb(94 234 212 / 0.7) !important;
}

.text-teal-300\/75 {
  color: rgb(94 234 212 / 0.75) !important;
}

.text-teal-300\/80 {
  color: rgb(94 234 212 / 0.8) !important;
}

.text-teal-300\/85 {
  color: rgb(94 234 212 / 0.85) !important;
}

.text-teal-300\/90 {
  color: rgb(94 234 212 / 0.9) !important;
}

.text-teal-300\/95 {
  color: rgb(94 234 212 / 0.95) !important;
}

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

.text-teal-400\/0 {
  color: rgb(45 212 191 / 0) !important;
}

.text-teal-400\/10 {
  color: rgb(45 212 191 / 0.1) !important;
}

.text-teal-400\/100 {
  color: rgb(45 212 191 / 1) !important;
}

.text-teal-400\/15 {
  color: rgb(45 212 191 / 0.15) !important;
}

.text-teal-400\/20 {
  color: rgb(45 212 191 / 0.2) !important;
}

.text-teal-400\/25 {
  color: rgb(45 212 191 / 0.25) !important;
}

.text-teal-400\/30 {
  color: rgb(45 212 191 / 0.3) !important;
}

.text-teal-400\/35 {
  color: rgb(45 212 191 / 0.35) !important;
}

.text-teal-400\/40 {
  color: rgb(45 212 191 / 0.4) !important;
}

.text-teal-400\/45 {
  color: rgb(45 212 191 / 0.45) !important;
}

.text-teal-400\/5 {
  color: rgb(45 212 191 / 0.05) !important;
}

.text-teal-400\/50 {
  color: rgb(45 212 191 / 0.5) !important;
}

.text-teal-400\/55 {
  color: rgb(45 212 191 / 0.55) !important;
}

.text-teal-400\/60 {
  color: rgb(45 212 191 / 0.6) !important;
}

.text-teal-400\/65 {
  color: rgb(45 212 191 / 0.65) !important;
}

.text-teal-400\/70 {
  color: rgb(45 212 191 / 0.7) !important;
}

.text-teal-400\/75 {
  color: rgb(45 212 191 / 0.75) !important;
}

.text-teal-400\/80 {
  color: rgb(45 212 191 / 0.8) !important;
}

.text-teal-400\/85 {
  color: rgb(45 212 191 / 0.85) !important;
}

.text-teal-400\/90 {
  color: rgb(45 212 191 / 0.9) !important;
}

.text-teal-400\/95 {
  color: rgb(45 212 191 / 0.95) !important;
}

.text-teal-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(240 253 250 / var(--tw-text-opacity, 1)) !important;
}

.text-teal-50\/0 {
  color: rgb(240 253 250 / 0) !important;
}

.text-teal-50\/10 {
  color: rgb(240 253 250 / 0.1) !important;
}

.text-teal-50\/100 {
  color: rgb(240 253 250 / 1) !important;
}

.text-teal-50\/15 {
  color: rgb(240 253 250 / 0.15) !important;
}

.text-teal-50\/20 {
  color: rgb(240 253 250 / 0.2) !important;
}

.text-teal-50\/25 {
  color: rgb(240 253 250 / 0.25) !important;
}

.text-teal-50\/30 {
  color: rgb(240 253 250 / 0.3) !important;
}

.text-teal-50\/35 {
  color: rgb(240 253 250 / 0.35) !important;
}

.text-teal-50\/40 {
  color: rgb(240 253 250 / 0.4) !important;
}

.text-teal-50\/45 {
  color: rgb(240 253 250 / 0.45) !important;
}

.text-teal-50\/5 {
  color: rgb(240 253 250 / 0.05) !important;
}

.text-teal-50\/50 {
  color: rgb(240 253 250 / 0.5) !important;
}

.text-teal-50\/55 {
  color: rgb(240 253 250 / 0.55) !important;
}

.text-teal-50\/60 {
  color: rgb(240 253 250 / 0.6) !important;
}

.text-teal-50\/65 {
  color: rgb(240 253 250 / 0.65) !important;
}

.text-teal-50\/70 {
  color: rgb(240 253 250 / 0.7) !important;
}

.text-teal-50\/75 {
  color: rgb(240 253 250 / 0.75) !important;
}

.text-teal-50\/80 {
  color: rgb(240 253 250 / 0.8) !important;
}

.text-teal-50\/85 {
  color: rgb(240 253 250 / 0.85) !important;
}

.text-teal-50\/90 {
  color: rgb(240 253 250 / 0.9) !important;
}

.text-teal-50\/95 {
  color: rgb(240 253 250 / 0.95) !important;
}

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

.text-teal-500\/0 {
  color: rgb(20 184 166 / 0) !important;
}

.text-teal-500\/10 {
  color: rgb(20 184 166 / 0.1) !important;
}

.text-teal-500\/100 {
  color: rgb(20 184 166 / 1) !important;
}

.text-teal-500\/15 {
  color: rgb(20 184 166 / 0.15) !important;
}

.text-teal-500\/20 {
  color: rgb(20 184 166 / 0.2) !important;
}

.text-teal-500\/25 {
  color: rgb(20 184 166 / 0.25) !important;
}

.text-teal-500\/30 {
  color: rgb(20 184 166 / 0.3) !important;
}

.text-teal-500\/35 {
  color: rgb(20 184 166 / 0.35) !important;
}

.text-teal-500\/40 {
  color: rgb(20 184 166 / 0.4) !important;
}

.text-teal-500\/45 {
  color: rgb(20 184 166 / 0.45) !important;
}

.text-teal-500\/5 {
  color: rgb(20 184 166 / 0.05) !important;
}

.text-teal-500\/50 {
  color: rgb(20 184 166 / 0.5) !important;
}

.text-teal-500\/55 {
  color: rgb(20 184 166 / 0.55) !important;
}

.text-teal-500\/60 {
  color: rgb(20 184 166 / 0.6) !important;
}

.text-teal-500\/65 {
  color: rgb(20 184 166 / 0.65) !important;
}

.text-teal-500\/70 {
  color: rgb(20 184 166 / 0.7) !important;
}

.text-teal-500\/75 {
  color: rgb(20 184 166 / 0.75) !important;
}

.text-teal-500\/80 {
  color: rgb(20 184 166 / 0.8) !important;
}

.text-teal-500\/85 {
  color: rgb(20 184 166 / 0.85) !important;
}

.text-teal-500\/90 {
  color: rgb(20 184 166 / 0.9) !important;
}

.text-teal-500\/95 {
  color: rgb(20 184 166 / 0.95) !important;
}

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

.text-teal-600\/0 {
  color: rgb(13 148 136 / 0) !important;
}

.text-teal-600\/10 {
  color: rgb(13 148 136 / 0.1) !important;
}

.text-teal-600\/100 {
  color: rgb(13 148 136 / 1) !important;
}

.text-teal-600\/15 {
  color: rgb(13 148 136 / 0.15) !important;
}

.text-teal-600\/20 {
  color: rgb(13 148 136 / 0.2) !important;
}

.text-teal-600\/25 {
  color: rgb(13 148 136 / 0.25) !important;
}

.text-teal-600\/30 {
  color: rgb(13 148 136 / 0.3) !important;
}

.text-teal-600\/35 {
  color: rgb(13 148 136 / 0.35) !important;
}

.text-teal-600\/40 {
  color: rgb(13 148 136 / 0.4) !important;
}

.text-teal-600\/45 {
  color: rgb(13 148 136 / 0.45) !important;
}

.text-teal-600\/5 {
  color: rgb(13 148 136 / 0.05) !important;
}

.text-teal-600\/50 {
  color: rgb(13 148 136 / 0.5) !important;
}

.text-teal-600\/55 {
  color: rgb(13 148 136 / 0.55) !important;
}

.text-teal-600\/60 {
  color: rgb(13 148 136 / 0.6) !important;
}

.text-teal-600\/65 {
  color: rgb(13 148 136 / 0.65) !important;
}

.text-teal-600\/70 {
  color: rgb(13 148 136 / 0.7) !important;
}

.text-teal-600\/75 {
  color: rgb(13 148 136 / 0.75) !important;
}

.text-teal-600\/80 {
  color: rgb(13 148 136 / 0.8) !important;
}

.text-teal-600\/85 {
  color: rgb(13 148 136 / 0.85) !important;
}

.text-teal-600\/90 {
  color: rgb(13 148 136 / 0.9) !important;
}

.text-teal-600\/95 {
  color: rgb(13 148 136 / 0.95) !important;
}

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

.text-teal-700\/0 {
  color: rgb(15 118 110 / 0) !important;
}

.text-teal-700\/10 {
  color: rgb(15 118 110 / 0.1) !important;
}

.text-teal-700\/100 {
  color: rgb(15 118 110 / 1) !important;
}

.text-teal-700\/15 {
  color: rgb(15 118 110 / 0.15) !important;
}

.text-teal-700\/20 {
  color: rgb(15 118 110 / 0.2) !important;
}

.text-teal-700\/25 {
  color: rgb(15 118 110 / 0.25) !important;
}

.text-teal-700\/30 {
  color: rgb(15 118 110 / 0.3) !important;
}

.text-teal-700\/35 {
  color: rgb(15 118 110 / 0.35) !important;
}

.text-teal-700\/40 {
  color: rgb(15 118 110 / 0.4) !important;
}

.text-teal-700\/45 {
  color: rgb(15 118 110 / 0.45) !important;
}

.text-teal-700\/5 {
  color: rgb(15 118 110 / 0.05) !important;
}

.text-teal-700\/50 {
  color: rgb(15 118 110 / 0.5) !important;
}

.text-teal-700\/55 {
  color: rgb(15 118 110 / 0.55) !important;
}

.text-teal-700\/60 {
  color: rgb(15 118 110 / 0.6) !important;
}

.text-teal-700\/65 {
  color: rgb(15 118 110 / 0.65) !important;
}

.text-teal-700\/70 {
  color: rgb(15 118 110 / 0.7) !important;
}

.text-teal-700\/75 {
  color: rgb(15 118 110 / 0.75) !important;
}

.text-teal-700\/80 {
  color: rgb(15 118 110 / 0.8) !important;
}

.text-teal-700\/85 {
  color: rgb(15 118 110 / 0.85) !important;
}

.text-teal-700\/90 {
  color: rgb(15 118 110 / 0.9) !important;
}

.text-teal-700\/95 {
  color: rgb(15 118 110 / 0.95) !important;
}

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

.text-teal-800\/0 {
  color: rgb(17 94 89 / 0) !important;
}

.text-teal-800\/10 {
  color: rgb(17 94 89 / 0.1) !important;
}

.text-teal-800\/100 {
  color: rgb(17 94 89 / 1) !important;
}

.text-teal-800\/15 {
  color: rgb(17 94 89 / 0.15) !important;
}

.text-teal-800\/20 {
  color: rgb(17 94 89 / 0.2) !important;
}

.text-teal-800\/25 {
  color: rgb(17 94 89 / 0.25) !important;
}

.text-teal-800\/30 {
  color: rgb(17 94 89 / 0.3) !important;
}

.text-teal-800\/35 {
  color: rgb(17 94 89 / 0.35) !important;
}

.text-teal-800\/40 {
  color: rgb(17 94 89 / 0.4) !important;
}

.text-teal-800\/45 {
  color: rgb(17 94 89 / 0.45) !important;
}

.text-teal-800\/5 {
  color: rgb(17 94 89 / 0.05) !important;
}

.text-teal-800\/50 {
  color: rgb(17 94 89 / 0.5) !important;
}

.text-teal-800\/55 {
  color: rgb(17 94 89 / 0.55) !important;
}

.text-teal-800\/60 {
  color: rgb(17 94 89 / 0.6) !important;
}

.text-teal-800\/65 {
  color: rgb(17 94 89 / 0.65) !important;
}

.text-teal-800\/70 {
  color: rgb(17 94 89 / 0.7) !important;
}

.text-teal-800\/75 {
  color: rgb(17 94 89 / 0.75) !important;
}

.text-teal-800\/80 {
  color: rgb(17 94 89 / 0.8) !important;
}

.text-teal-800\/85 {
  color: rgb(17 94 89 / 0.85) !important;
}

.text-teal-800\/90 {
  color: rgb(17 94 89 / 0.9) !important;
}

.text-teal-800\/95 {
  color: rgb(17 94 89 / 0.95) !important;
}

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

.text-teal-900\/0 {
  color: rgb(19 78 74 / 0) !important;
}

.text-teal-900\/10 {
  color: rgb(19 78 74 / 0.1) !important;
}

.text-teal-900\/100 {
  color: rgb(19 78 74 / 1) !important;
}

.text-teal-900\/15 {
  color: rgb(19 78 74 / 0.15) !important;
}

.text-teal-900\/20 {
  color: rgb(19 78 74 / 0.2) !important;
}

.text-teal-900\/25 {
  color: rgb(19 78 74 / 0.25) !important;
}

.text-teal-900\/30 {
  color: rgb(19 78 74 / 0.3) !important;
}

.text-teal-900\/35 {
  color: rgb(19 78 74 / 0.35) !important;
}

.text-teal-900\/40 {
  color: rgb(19 78 74 / 0.4) !important;
}

.text-teal-900\/45 {
  color: rgb(19 78 74 / 0.45) !important;
}

.text-teal-900\/5 {
  color: rgb(19 78 74 / 0.05) !important;
}

.text-teal-900\/50 {
  color: rgb(19 78 74 / 0.5) !important;
}

.text-teal-900\/55 {
  color: rgb(19 78 74 / 0.55) !important;
}

.text-teal-900\/60 {
  color: rgb(19 78 74 / 0.6) !important;
}

.text-teal-900\/65 {
  color: rgb(19 78 74 / 0.65) !important;
}

.text-teal-900\/70 {
  color: rgb(19 78 74 / 0.7) !important;
}

.text-teal-900\/75 {
  color: rgb(19 78 74 / 0.75) !important;
}

.text-teal-900\/80 {
  color: rgb(19 78 74 / 0.8) !important;
}

.text-teal-900\/85 {
  color: rgb(19 78 74 / 0.85) !important;
}

.text-teal-900\/90 {
  color: rgb(19 78 74 / 0.9) !important;
}

.text-teal-900\/95 {
  color: rgb(19 78 74 / 0.95) !important;
}

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

.text-violet-100\/0 {
  color: rgb(237 233 254 / 0) !important;
}

.text-violet-100\/10 {
  color: rgb(237 233 254 / 0.1) !important;
}

.text-violet-100\/100 {
  color: rgb(237 233 254 / 1) !important;
}

.text-violet-100\/15 {
  color: rgb(237 233 254 / 0.15) !important;
}

.text-violet-100\/20 {
  color: rgb(237 233 254 / 0.2) !important;
}

.text-violet-100\/25 {
  color: rgb(237 233 254 / 0.25) !important;
}

.text-violet-100\/30 {
  color: rgb(237 233 254 / 0.3) !important;
}

.text-violet-100\/35 {
  color: rgb(237 233 254 / 0.35) !important;
}

.text-violet-100\/40 {
  color: rgb(237 233 254 / 0.4) !important;
}

.text-violet-100\/45 {
  color: rgb(237 233 254 / 0.45) !important;
}

.text-violet-100\/5 {
  color: rgb(237 233 254 / 0.05) !important;
}

.text-violet-100\/50 {
  color: rgb(237 233 254 / 0.5) !important;
}

.text-violet-100\/55 {
  color: rgb(237 233 254 / 0.55) !important;
}

.text-violet-100\/60 {
  color: rgb(237 233 254 / 0.6) !important;
}

.text-violet-100\/65 {
  color: rgb(237 233 254 / 0.65) !important;
}

.text-violet-100\/70 {
  color: rgb(237 233 254 / 0.7) !important;
}

.text-violet-100\/75 {
  color: rgb(237 233 254 / 0.75) !important;
}

.text-violet-100\/80 {
  color: rgb(237 233 254 / 0.8) !important;
}

.text-violet-100\/85 {
  color: rgb(237 233 254 / 0.85) !important;
}

.text-violet-100\/90 {
  color: rgb(237 233 254 / 0.9) !important;
}

.text-violet-100\/95 {
  color: rgb(237 233 254 / 0.95) !important;
}

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

.text-violet-200\/0 {
  color: rgb(221 214 254 / 0) !important;
}

.text-violet-200\/10 {
  color: rgb(221 214 254 / 0.1) !important;
}

.text-violet-200\/100 {
  color: rgb(221 214 254 / 1) !important;
}

.text-violet-200\/15 {
  color: rgb(221 214 254 / 0.15) !important;
}

.text-violet-200\/20 {
  color: rgb(221 214 254 / 0.2) !important;
}

.text-violet-200\/25 {
  color: rgb(221 214 254 / 0.25) !important;
}

.text-violet-200\/30 {
  color: rgb(221 214 254 / 0.3) !important;
}

.text-violet-200\/35 {
  color: rgb(221 214 254 / 0.35) !important;
}

.text-violet-200\/40 {
  color: rgb(221 214 254 / 0.4) !important;
}

.text-violet-200\/45 {
  color: rgb(221 214 254 / 0.45) !important;
}

.text-violet-200\/5 {
  color: rgb(221 214 254 / 0.05) !important;
}

.text-violet-200\/50 {
  color: rgb(221 214 254 / 0.5) !important;
}

.text-violet-200\/55 {
  color: rgb(221 214 254 / 0.55) !important;
}

.text-violet-200\/60 {
  color: rgb(221 214 254 / 0.6) !important;
}

.text-violet-200\/65 {
  color: rgb(221 214 254 / 0.65) !important;
}

.text-violet-200\/70 {
  color: rgb(221 214 254 / 0.7) !important;
}

.text-violet-200\/75 {
  color: rgb(221 214 254 / 0.75) !important;
}

.text-violet-200\/80 {
  color: rgb(221 214 254 / 0.8) !important;
}

.text-violet-200\/85 {
  color: rgb(221 214 254 / 0.85) !important;
}

.text-violet-200\/90 {
  color: rgb(221 214 254 / 0.9) !important;
}

.text-violet-200\/95 {
  color: rgb(221 214 254 / 0.95) !important;
}

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

.text-violet-300\/0 {
  color: rgb(196 181 253 / 0) !important;
}

.text-violet-300\/10 {
  color: rgb(196 181 253 / 0.1) !important;
}

.text-violet-300\/100 {
  color: rgb(196 181 253 / 1) !important;
}

.text-violet-300\/15 {
  color: rgb(196 181 253 / 0.15) !important;
}

.text-violet-300\/20 {
  color: rgb(196 181 253 / 0.2) !important;
}

.text-violet-300\/25 {
  color: rgb(196 181 253 / 0.25) !important;
}

.text-violet-300\/30 {
  color: rgb(196 181 253 / 0.3) !important;
}

.text-violet-300\/35 {
  color: rgb(196 181 253 / 0.35) !important;
}

.text-violet-300\/40 {
  color: rgb(196 181 253 / 0.4) !important;
}

.text-violet-300\/45 {
  color: rgb(196 181 253 / 0.45) !important;
}

.text-violet-300\/5 {
  color: rgb(196 181 253 / 0.05) !important;
}

.text-violet-300\/50 {
  color: rgb(196 181 253 / 0.5) !important;
}

.text-violet-300\/55 {
  color: rgb(196 181 253 / 0.55) !important;
}

.text-violet-300\/60 {
  color: rgb(196 181 253 / 0.6) !important;
}

.text-violet-300\/65 {
  color: rgb(196 181 253 / 0.65) !important;
}

.text-violet-300\/70 {
  color: rgb(196 181 253 / 0.7) !important;
}

.text-violet-300\/75 {
  color: rgb(196 181 253 / 0.75) !important;
}

.text-violet-300\/80 {
  color: rgb(196 181 253 / 0.8) !important;
}

.text-violet-300\/85 {
  color: rgb(196 181 253 / 0.85) !important;
}

.text-violet-300\/90 {
  color: rgb(196 181 253 / 0.9) !important;
}

.text-violet-300\/95 {
  color: rgb(196 181 253 / 0.95) !important;
}

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

.text-violet-400\/0 {
  color: rgb(167 139 250 / 0) !important;
}

.text-violet-400\/10 {
  color: rgb(167 139 250 / 0.1) !important;
}

.text-violet-400\/100 {
  color: rgb(167 139 250 / 1) !important;
}

.text-violet-400\/15 {
  color: rgb(167 139 250 / 0.15) !important;
}

.text-violet-400\/20 {
  color: rgb(167 139 250 / 0.2) !important;
}

.text-violet-400\/25 {
  color: rgb(167 139 250 / 0.25) !important;
}

.text-violet-400\/30 {
  color: rgb(167 139 250 / 0.3) !important;
}

.text-violet-400\/35 {
  color: rgb(167 139 250 / 0.35) !important;
}

.text-violet-400\/40 {
  color: rgb(167 139 250 / 0.4) !important;
}

.text-violet-400\/45 {
  color: rgb(167 139 250 / 0.45) !important;
}

.text-violet-400\/5 {
  color: rgb(167 139 250 / 0.05) !important;
}

.text-violet-400\/50 {
  color: rgb(167 139 250 / 0.5) !important;
}

.text-violet-400\/55 {
  color: rgb(167 139 250 / 0.55) !important;
}

.text-violet-400\/60 {
  color: rgb(167 139 250 / 0.6) !important;
}

.text-violet-400\/65 {
  color: rgb(167 139 250 / 0.65) !important;
}

.text-violet-400\/70 {
  color: rgb(167 139 250 / 0.7) !important;
}

.text-violet-400\/75 {
  color: rgb(167 139 250 / 0.75) !important;
}

.text-violet-400\/80 {
  color: rgb(167 139 250 / 0.8) !important;
}

.text-violet-400\/85 {
  color: rgb(167 139 250 / 0.85) !important;
}

.text-violet-400\/90 {
  color: rgb(167 139 250 / 0.9) !important;
}

.text-violet-400\/95 {
  color: rgb(167 139 250 / 0.95) !important;
}

.text-violet-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(245 243 255 / var(--tw-text-opacity, 1)) !important;
}

.text-violet-50\/0 {
  color: rgb(245 243 255 / 0) !important;
}

.text-violet-50\/10 {
  color: rgb(245 243 255 / 0.1) !important;
}

.text-violet-50\/100 {
  color: rgb(245 243 255 / 1) !important;
}

.text-violet-50\/15 {
  color: rgb(245 243 255 / 0.15) !important;
}

.text-violet-50\/20 {
  color: rgb(245 243 255 / 0.2) !important;
}

.text-violet-50\/25 {
  color: rgb(245 243 255 / 0.25) !important;
}

.text-violet-50\/30 {
  color: rgb(245 243 255 / 0.3) !important;
}

.text-violet-50\/35 {
  color: rgb(245 243 255 / 0.35) !important;
}

.text-violet-50\/40 {
  color: rgb(245 243 255 / 0.4) !important;
}

.text-violet-50\/45 {
  color: rgb(245 243 255 / 0.45) !important;
}

.text-violet-50\/5 {
  color: rgb(245 243 255 / 0.05) !important;
}

.text-violet-50\/50 {
  color: rgb(245 243 255 / 0.5) !important;
}

.text-violet-50\/55 {
  color: rgb(245 243 255 / 0.55) !important;
}

.text-violet-50\/60 {
  color: rgb(245 243 255 / 0.6) !important;
}

.text-violet-50\/65 {
  color: rgb(245 243 255 / 0.65) !important;
}

.text-violet-50\/70 {
  color: rgb(245 243 255 / 0.7) !important;
}

.text-violet-50\/75 {
  color: rgb(245 243 255 / 0.75) !important;
}

.text-violet-50\/80 {
  color: rgb(245 243 255 / 0.8) !important;
}

.text-violet-50\/85 {
  color: rgb(245 243 255 / 0.85) !important;
}

.text-violet-50\/90 {
  color: rgb(245 243 255 / 0.9) !important;
}

.text-violet-50\/95 {
  color: rgb(245 243 255 / 0.95) !important;
}

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

.text-violet-500\/0 {
  color: rgb(139 92 246 / 0) !important;
}

.text-violet-500\/10 {
  color: rgb(139 92 246 / 0.1) !important;
}

.text-violet-500\/100 {
  color: rgb(139 92 246 / 1) !important;
}

.text-violet-500\/15 {
  color: rgb(139 92 246 / 0.15) !important;
}

.text-violet-500\/20 {
  color: rgb(139 92 246 / 0.2) !important;
}

.text-violet-500\/25 {
  color: rgb(139 92 246 / 0.25) !important;
}

.text-violet-500\/30 {
  color: rgb(139 92 246 / 0.3) !important;
}

.text-violet-500\/35 {
  color: rgb(139 92 246 / 0.35) !important;
}

.text-violet-500\/40 {
  color: rgb(139 92 246 / 0.4) !important;
}

.text-violet-500\/45 {
  color: rgb(139 92 246 / 0.45) !important;
}

.text-violet-500\/5 {
  color: rgb(139 92 246 / 0.05) !important;
}

.text-violet-500\/50 {
  color: rgb(139 92 246 / 0.5) !important;
}

.text-violet-500\/55 {
  color: rgb(139 92 246 / 0.55) !important;
}

.text-violet-500\/60 {
  color: rgb(139 92 246 / 0.6) !important;
}

.text-violet-500\/65 {
  color: rgb(139 92 246 / 0.65) !important;
}

.text-violet-500\/70 {
  color: rgb(139 92 246 / 0.7) !important;
}

.text-violet-500\/75 {
  color: rgb(139 92 246 / 0.75) !important;
}

.text-violet-500\/80 {
  color: rgb(139 92 246 / 0.8) !important;
}

.text-violet-500\/85 {
  color: rgb(139 92 246 / 0.85) !important;
}

.text-violet-500\/90 {
  color: rgb(139 92 246 / 0.9) !important;
}

.text-violet-500\/95 {
  color: rgb(139 92 246 / 0.95) !important;
}

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

.text-violet-600\/0 {
  color: rgb(124 58 237 / 0) !important;
}

.text-violet-600\/10 {
  color: rgb(124 58 237 / 0.1) !important;
}

.text-violet-600\/100 {
  color: rgb(124 58 237 / 1) !important;
}

.text-violet-600\/15 {
  color: rgb(124 58 237 / 0.15) !important;
}

.text-violet-600\/20 {
  color: rgb(124 58 237 / 0.2) !important;
}

.text-violet-600\/25 {
  color: rgb(124 58 237 / 0.25) !important;
}

.text-violet-600\/30 {
  color: rgb(124 58 237 / 0.3) !important;
}

.text-violet-600\/35 {
  color: rgb(124 58 237 / 0.35) !important;
}

.text-violet-600\/40 {
  color: rgb(124 58 237 / 0.4) !important;
}

.text-violet-600\/45 {
  color: rgb(124 58 237 / 0.45) !important;
}

.text-violet-600\/5 {
  color: rgb(124 58 237 / 0.05) !important;
}

.text-violet-600\/50 {
  color: rgb(124 58 237 / 0.5) !important;
}

.text-violet-600\/55 {
  color: rgb(124 58 237 / 0.55) !important;
}

.text-violet-600\/60 {
  color: rgb(124 58 237 / 0.6) !important;
}

.text-violet-600\/65 {
  color: rgb(124 58 237 / 0.65) !important;
}

.text-violet-600\/70 {
  color: rgb(124 58 237 / 0.7) !important;
}

.text-violet-600\/75 {
  color: rgb(124 58 237 / 0.75) !important;
}

.text-violet-600\/80 {
  color: rgb(124 58 237 / 0.8) !important;
}

.text-violet-600\/85 {
  color: rgb(124 58 237 / 0.85) !important;
}

.text-violet-600\/90 {
  color: rgb(124 58 237 / 0.9) !important;
}

.text-violet-600\/95 {
  color: rgb(124 58 237 / 0.95) !important;
}

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

.text-violet-700\/0 {
  color: rgb(109 40 217 / 0) !important;
}

.text-violet-700\/10 {
  color: rgb(109 40 217 / 0.1) !important;
}

.text-violet-700\/100 {
  color: rgb(109 40 217 / 1) !important;
}

.text-violet-700\/15 {
  color: rgb(109 40 217 / 0.15) !important;
}

.text-violet-700\/20 {
  color: rgb(109 40 217 / 0.2) !important;
}

.text-violet-700\/25 {
  color: rgb(109 40 217 / 0.25) !important;
}

.text-violet-700\/30 {
  color: rgb(109 40 217 / 0.3) !important;
}

.text-violet-700\/35 {
  color: rgb(109 40 217 / 0.35) !important;
}

.text-violet-700\/40 {
  color: rgb(109 40 217 / 0.4) !important;
}

.text-violet-700\/45 {
  color: rgb(109 40 217 / 0.45) !important;
}

.text-violet-700\/5 {
  color: rgb(109 40 217 / 0.05) !important;
}

.text-violet-700\/50 {
  color: rgb(109 40 217 / 0.5) !important;
}

.text-violet-700\/55 {
  color: rgb(109 40 217 / 0.55) !important;
}

.text-violet-700\/60 {
  color: rgb(109 40 217 / 0.6) !important;
}

.text-violet-700\/65 {
  color: rgb(109 40 217 / 0.65) !important;
}

.text-violet-700\/70 {
  color: rgb(109 40 217 / 0.7) !important;
}

.text-violet-700\/75 {
  color: rgb(109 40 217 / 0.75) !important;
}

.text-violet-700\/80 {
  color: rgb(109 40 217 / 0.8) !important;
}

.text-violet-700\/85 {
  color: rgb(109 40 217 / 0.85) !important;
}

.text-violet-700\/90 {
  color: rgb(109 40 217 / 0.9) !important;
}

.text-violet-700\/95 {
  color: rgb(109 40 217 / 0.95) !important;
}

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

.text-violet-800\/0 {
  color: rgb(91 33 182 / 0) !important;
}

.text-violet-800\/10 {
  color: rgb(91 33 182 / 0.1) !important;
}

.text-violet-800\/100 {
  color: rgb(91 33 182 / 1) !important;
}

.text-violet-800\/15 {
  color: rgb(91 33 182 / 0.15) !important;
}

.text-violet-800\/20 {
  color: rgb(91 33 182 / 0.2) !important;
}

.text-violet-800\/25 {
  color: rgb(91 33 182 / 0.25) !important;
}

.text-violet-800\/30 {
  color: rgb(91 33 182 / 0.3) !important;
}

.text-violet-800\/35 {
  color: rgb(91 33 182 / 0.35) !important;
}

.text-violet-800\/40 {
  color: rgb(91 33 182 / 0.4) !important;
}

.text-violet-800\/45 {
  color: rgb(91 33 182 / 0.45) !important;
}

.text-violet-800\/5 {
  color: rgb(91 33 182 / 0.05) !important;
}

.text-violet-800\/50 {
  color: rgb(91 33 182 / 0.5) !important;
}

.text-violet-800\/55 {
  color: rgb(91 33 182 / 0.55) !important;
}

.text-violet-800\/60 {
  color: rgb(91 33 182 / 0.6) !important;
}

.text-violet-800\/65 {
  color: rgb(91 33 182 / 0.65) !important;
}

.text-violet-800\/70 {
  color: rgb(91 33 182 / 0.7) !important;
}

.text-violet-800\/75 {
  color: rgb(91 33 182 / 0.75) !important;
}

.text-violet-800\/80 {
  color: rgb(91 33 182 / 0.8) !important;
}

.text-violet-800\/85 {
  color: rgb(91 33 182 / 0.85) !important;
}

.text-violet-800\/90 {
  color: rgb(91 33 182 / 0.9) !important;
}

.text-violet-800\/95 {
  color: rgb(91 33 182 / 0.95) !important;
}

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

.text-violet-900\/0 {
  color: rgb(76 29 149 / 0) !important;
}

.text-violet-900\/10 {
  color: rgb(76 29 149 / 0.1) !important;
}

.text-violet-900\/100 {
  color: rgb(76 29 149 / 1) !important;
}

.text-violet-900\/15 {
  color: rgb(76 29 149 / 0.15) !important;
}

.text-violet-900\/20 {
  color: rgb(76 29 149 / 0.2) !important;
}

.text-violet-900\/25 {
  color: rgb(76 29 149 / 0.25) !important;
}

.text-violet-900\/30 {
  color: rgb(76 29 149 / 0.3) !important;
}

.text-violet-900\/35 {
  color: rgb(76 29 149 / 0.35) !important;
}

.text-violet-900\/40 {
  color: rgb(76 29 149 / 0.4) !important;
}

.text-violet-900\/45 {
  color: rgb(76 29 149 / 0.45) !important;
}

.text-violet-900\/5 {
  color: rgb(76 29 149 / 0.05) !important;
}

.text-violet-900\/50 {
  color: rgb(76 29 149 / 0.5) !important;
}

.text-violet-900\/55 {
  color: rgb(76 29 149 / 0.55) !important;
}

.text-violet-900\/60 {
  color: rgb(76 29 149 / 0.6) !important;
}

.text-violet-900\/65 {
  color: rgb(76 29 149 / 0.65) !important;
}

.text-violet-900\/70 {
  color: rgb(76 29 149 / 0.7) !important;
}

.text-violet-900\/75 {
  color: rgb(76 29 149 / 0.75) !important;
}

.text-violet-900\/80 {
  color: rgb(76 29 149 / 0.8) !important;
}

.text-violet-900\/85 {
  color: rgb(76 29 149 / 0.85) !important;
}

.text-violet-900\/90 {
  color: rgb(76 29 149 / 0.9) !important;
}

.text-violet-900\/95 {
  color: rgb(76 29 149 / 0.95) !important;
}

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

.text-white\/80 {
  color: rgb(255 255 255 / 0.8) !important;
}

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

.text-yellow-100\/0 {
  color: rgb(254 249 195 / 0) !important;
}

.text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1) !important;
}

.text-yellow-100\/100 {
  color: rgb(254 249 195 / 1) !important;
}

.text-yellow-100\/15 {
  color: rgb(254 249 195 / 0.15) !important;
}

.text-yellow-100\/20 {
  color: rgb(254 249 195 / 0.2) !important;
}

.text-yellow-100\/25 {
  color: rgb(254 249 195 / 0.25) !important;
}

.text-yellow-100\/30 {
  color: rgb(254 249 195 / 0.3) !important;
}

.text-yellow-100\/35 {
  color: rgb(254 249 195 / 0.35) !important;
}

.text-yellow-100\/40 {
  color: rgb(254 249 195 / 0.4) !important;
}

.text-yellow-100\/45 {
  color: rgb(254 249 195 / 0.45) !important;
}

.text-yellow-100\/5 {
  color: rgb(254 249 195 / 0.05) !important;
}

.text-yellow-100\/50 {
  color: rgb(254 249 195 / 0.5) !important;
}

.text-yellow-100\/55 {
  color: rgb(254 249 195 / 0.55) !important;
}

.text-yellow-100\/60 {
  color: rgb(254 249 195 / 0.6) !important;
}

.text-yellow-100\/65 {
  color: rgb(254 249 195 / 0.65) !important;
}

.text-yellow-100\/70 {
  color: rgb(254 249 195 / 0.7) !important;
}

.text-yellow-100\/75 {
  color: rgb(254 249 195 / 0.75) !important;
}

.text-yellow-100\/80 {
  color: rgb(254 249 195 / 0.8) !important;
}

.text-yellow-100\/85 {
  color: rgb(254 249 195 / 0.85) !important;
}

.text-yellow-100\/90 {
  color: rgb(254 249 195 / 0.9) !important;
}

.text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95) !important;
}

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

.text-yellow-200\/0 {
  color: rgb(254 240 138 / 0) !important;
}

.text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1) !important;
}

.text-yellow-200\/100 {
  color: rgb(254 240 138 / 1) !important;
}

.text-yellow-200\/15 {
  color: rgb(254 240 138 / 0.15) !important;
}

.text-yellow-200\/20 {
  color: rgb(254 240 138 / 0.2) !important;
}

.text-yellow-200\/25 {
  color: rgb(254 240 138 / 0.25) !important;
}

.text-yellow-200\/30 {
  color: rgb(254 240 138 / 0.3) !important;
}

.text-yellow-200\/35 {
  color: rgb(254 240 138 / 0.35) !important;
}

.text-yellow-200\/40 {
  color: rgb(254 240 138 / 0.4) !important;
}

.text-yellow-200\/45 {
  color: rgb(254 240 138 / 0.45) !important;
}

.text-yellow-200\/5 {
  color: rgb(254 240 138 / 0.05) !important;
}

.text-yellow-200\/50 {
  color: rgb(254 240 138 / 0.5) !important;
}

.text-yellow-200\/55 {
  color: rgb(254 240 138 / 0.55) !important;
}

.text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6) !important;
}

.text-yellow-200\/65 {
  color: rgb(254 240 138 / 0.65) !important;
}

.text-yellow-200\/70 {
  color: rgb(254 240 138 / 0.7) !important;
}

.text-yellow-200\/75 {
  color: rgb(254 240 138 / 0.75) !important;
}

.text-yellow-200\/80 {
  color: rgb(254 240 138 / 0.8) !important;
}

.text-yellow-200\/85 {
  color: rgb(254 240 138 / 0.85) !important;
}

.text-yellow-200\/90 {
  color: rgb(254 240 138 / 0.9) !important;
}

.text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95) !important;
}

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

.text-yellow-300\/0 {
  color: rgb(253 224 71 / 0) !important;
}

.text-yellow-300\/10 {
  color: rgb(253 224 71 / 0.1) !important;
}

.text-yellow-300\/100 {
  color: rgb(253 224 71 / 1) !important;
}

.text-yellow-300\/15 {
  color: rgb(253 224 71 / 0.15) !important;
}

.text-yellow-300\/20 {
  color: rgb(253 224 71 / 0.2) !important;
}

.text-yellow-300\/25 {
  color: rgb(253 224 71 / 0.25) !important;
}

.text-yellow-300\/30 {
  color: rgb(253 224 71 / 0.3) !important;
}

.text-yellow-300\/35 {
  color: rgb(253 224 71 / 0.35) !important;
}

.text-yellow-300\/40 {
  color: rgb(253 224 71 / 0.4) !important;
}

.text-yellow-300\/45 {
  color: rgb(253 224 71 / 0.45) !important;
}

.text-yellow-300\/5 {
  color: rgb(253 224 71 / 0.05) !important;
}

.text-yellow-300\/50 {
  color: rgb(253 224 71 / 0.5) !important;
}

.text-yellow-300\/55 {
  color: rgb(253 224 71 / 0.55) !important;
}

.text-yellow-300\/60 {
  color: rgb(253 224 71 / 0.6) !important;
}

.text-yellow-300\/65 {
  color: rgb(253 224 71 / 0.65) !important;
}

.text-yellow-300\/70 {
  color: rgb(253 224 71 / 0.7) !important;
}

.text-yellow-300\/75 {
  color: rgb(253 224 71 / 0.75) !important;
}

.text-yellow-300\/80 {
  color: rgb(253 224 71 / 0.8) !important;
}

.text-yellow-300\/85 {
  color: rgb(253 224 71 / 0.85) !important;
}

.text-yellow-300\/90 {
  color: rgb(253 224 71 / 0.9) !important;
}

.text-yellow-300\/95 {
  color: rgb(253 224 71 / 0.95) !important;
}

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

.text-yellow-400\/0 {
  color: rgb(250 204 21 / 0) !important;
}

.text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1) !important;
}

.text-yellow-400\/100 {
  color: rgb(250 204 21 / 1) !important;
}

.text-yellow-400\/15 {
  color: rgb(250 204 21 / 0.15) !important;
}

.text-yellow-400\/20 {
  color: rgb(250 204 21 / 0.2) !important;
}

.text-yellow-400\/25 {
  color: rgb(250 204 21 / 0.25) !important;
}

.text-yellow-400\/30 {
  color: rgb(250 204 21 / 0.3) !important;
}

.text-yellow-400\/35 {
  color: rgb(250 204 21 / 0.35) !important;
}

.text-yellow-400\/40 {
  color: rgb(250 204 21 / 0.4) !important;
}

.text-yellow-400\/45 {
  color: rgb(250 204 21 / 0.45) !important;
}

.text-yellow-400\/5 {
  color: rgb(250 204 21 / 0.05) !important;
}

.text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5) !important;
}

.text-yellow-400\/55 {
  color: rgb(250 204 21 / 0.55) !important;
}

.text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6) !important;
}

.text-yellow-400\/65 {
  color: rgb(250 204 21 / 0.65) !important;
}

.text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7) !important;
}

.text-yellow-400\/75 {
  color: rgb(250 204 21 / 0.75) !important;
}

.text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8) !important;
}

.text-yellow-400\/85 {
  color: rgb(250 204 21 / 0.85) !important;
}

.text-yellow-400\/90 {
  color: rgb(250 204 21 / 0.9) !important;
}

.text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95) !important;
}

.text-yellow-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1)) !important;
}

.text-yellow-50\/0 {
  color: rgb(254 252 232 / 0) !important;
}

.text-yellow-50\/10 {
  color: rgb(254 252 232 / 0.1) !important;
}

.text-yellow-50\/100 {
  color: rgb(254 252 232 / 1) !important;
}

.text-yellow-50\/15 {
  color: rgb(254 252 232 / 0.15) !important;
}

.text-yellow-50\/20 {
  color: rgb(254 252 232 / 0.2) !important;
}

.text-yellow-50\/25 {
  color: rgb(254 252 232 / 0.25) !important;
}

.text-yellow-50\/30 {
  color: rgb(254 252 232 / 0.3) !important;
}

.text-yellow-50\/35 {
  color: rgb(254 252 232 / 0.35) !important;
}

.text-yellow-50\/40 {
  color: rgb(254 252 232 / 0.4) !important;
}

.text-yellow-50\/45 {
  color: rgb(254 252 232 / 0.45) !important;
}

.text-yellow-50\/5 {
  color: rgb(254 252 232 / 0.05) !important;
}

.text-yellow-50\/50 {
  color: rgb(254 252 232 / 0.5) !important;
}

.text-yellow-50\/55 {
  color: rgb(254 252 232 / 0.55) !important;
}

.text-yellow-50\/60 {
  color: rgb(254 252 232 / 0.6) !important;
}

.text-yellow-50\/65 {
  color: rgb(254 252 232 / 0.65) !important;
}

.text-yellow-50\/70 {
  color: rgb(254 252 232 / 0.7) !important;
}

.text-yellow-50\/75 {
  color: rgb(254 252 232 / 0.75) !important;
}

.text-yellow-50\/80 {
  color: rgb(254 252 232 / 0.8) !important;
}

.text-yellow-50\/85 {
  color: rgb(254 252 232 / 0.85) !important;
}

.text-yellow-50\/90 {
  color: rgb(254 252 232 / 0.9) !important;
}

.text-yellow-50\/95 {
  color: rgb(254 252 232 / 0.95) !important;
}

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

.text-yellow-500\/0 {
  color: rgb(234 179 8 / 0) !important;
}

.text-yellow-500\/10 {
  color: rgb(234 179 8 / 0.1) !important;
}

.text-yellow-500\/100 {
  color: rgb(234 179 8 / 1) !important;
}

.text-yellow-500\/15 {
  color: rgb(234 179 8 / 0.15) !important;
}

.text-yellow-500\/20 {
  color: rgb(234 179 8 / 0.2) !important;
}

.text-yellow-500\/25 {
  color: rgb(234 179 8 / 0.25) !important;
}

.text-yellow-500\/30 {
  color: rgb(234 179 8 / 0.3) !important;
}

.text-yellow-500\/35 {
  color: rgb(234 179 8 / 0.35) !important;
}

.text-yellow-500\/40 {
  color: rgb(234 179 8 / 0.4) !important;
}

.text-yellow-500\/45 {
  color: rgb(234 179 8 / 0.45) !important;
}

.text-yellow-500\/5 {
  color: rgb(234 179 8 / 0.05) !important;
}

.text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5) !important;
}

.text-yellow-500\/55 {
  color: rgb(234 179 8 / 0.55) !important;
}

.text-yellow-500\/60 {
  color: rgb(234 179 8 / 0.6) !important;
}

.text-yellow-500\/65 {
  color: rgb(234 179 8 / 0.65) !important;
}

.text-yellow-500\/70 {
  color: rgb(234 179 8 / 0.7) !important;
}

.text-yellow-500\/75 {
  color: rgb(234 179 8 / 0.75) !important;
}

.text-yellow-500\/80 {
  color: rgb(234 179 8 / 0.8) !important;
}

.text-yellow-500\/85 {
  color: rgb(234 179 8 / 0.85) !important;
}

.text-yellow-500\/90 {
  color: rgb(234 179 8 / 0.9) !important;
}

.text-yellow-500\/95 {
  color: rgb(234 179 8 / 0.95) !important;
}

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

.text-yellow-600\/0 {
  color: rgb(var(--yellow-600, 202 138 4) / 0) !important;
}

.text-yellow-600\/10 {
  color: rgb(var(--yellow-600, 202 138 4) / 0.1) !important;
}

.text-yellow-600\/100 {
  color: rgb(var(--yellow-600, 202 138 4) / 1) !important;
}

.text-yellow-600\/15 {
  color: rgb(var(--yellow-600, 202 138 4) / 0.15) !important;
}

.text-yellow-600\/20 {
  color: rgb(var(--yellow-600, 202 138 4) / 0.2) !important;
}

.text-yellow-600\/25 {
  color: rgb(var(--yellow-600, 202 138 4) / 0.25) !important;
}

.text-yellow-600\/30 {
  color: rgb(var(--yellow-600, 202 138 4) / 0.3) !important;
}

.text-yellow-600\/35 {
  color: rgb(var(--yellow-600, 202 138 4) / 0.35) !important;
}

.text-yellow-600\/40 {
  color: rgb(var(--yellow-600, 202 138 4) / 0.4) !important;
}

.text-yellow-600\/45 {
  color: rgb(var(--yellow-600, 202 138 4) / 0.45) !important;
}

.text-yellow-600\/5 {
  color: rgb(var(--yellow-600, 202 138 4) / 0.05) !important;
}

.text-yellow-600\/50 {
  color: rgb(var(--yellow-600, 202 138 4) / 0.5) !important;
}

.text-yellow-600\/55 {
  color: rgb(var(--yellow-600, 202 138 4) / 0.55) !important;
}

.text-yellow-600\/60 {
  color: rgb(var(--yellow-600, 202 138 4) / 0.6) !important;
}

.text-yellow-600\/65 {
  color: rgb(var(--yellow-600, 202 138 4) / 0.65) !important;
}

.text-yellow-600\/70 {
  color: rgb(var(--yellow-600, 202 138 4) / 0.7) !important;
}

.text-yellow-600\/75 {
  color: rgb(var(--yellow-600, 202 138 4) / 0.75) !important;
}

.text-yellow-600\/80 {
  color: rgb(var(--yellow-600, 202 138 4) / 0.8) !important;
}

.text-yellow-600\/85 {
  color: rgb(var(--yellow-600, 202 138 4) / 0.85) !important;
}

.text-yellow-600\/90 {
  color: rgb(var(--yellow-600, 202 138 4) / 0.9) !important;
}

.text-yellow-600\/95 {
  color: rgb(var(--yellow-600, 202 138 4) / 0.95) !important;
}

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

.text-yellow-700\/0 {
  color: rgb(var(--yellow-700, 161 98 7) / 0) !important;
}

.text-yellow-700\/10 {
  color: rgb(var(--yellow-700, 161 98 7) / 0.1) !important;
}

.text-yellow-700\/100 {
  color: rgb(var(--yellow-700, 161 98 7) / 1) !important;
}

.text-yellow-700\/15 {
  color: rgb(var(--yellow-700, 161 98 7) / 0.15) !important;
}

.text-yellow-700\/20 {
  color: rgb(var(--yellow-700, 161 98 7) / 0.2) !important;
}

.text-yellow-700\/25 {
  color: rgb(var(--yellow-700, 161 98 7) / 0.25) !important;
}

.text-yellow-700\/30 {
  color: rgb(var(--yellow-700, 161 98 7) / 0.3) !important;
}

.text-yellow-700\/35 {
  color: rgb(var(--yellow-700, 161 98 7) / 0.35) !important;
}

.text-yellow-700\/40 {
  color: rgb(var(--yellow-700, 161 98 7) / 0.4) !important;
}

.text-yellow-700\/45 {
  color: rgb(var(--yellow-700, 161 98 7) / 0.45) !important;
}

.text-yellow-700\/5 {
  color: rgb(var(--yellow-700, 161 98 7) / 0.05) !important;
}

.text-yellow-700\/50 {
  color: rgb(var(--yellow-700, 161 98 7) / 0.5) !important;
}

.text-yellow-700\/55 {
  color: rgb(var(--yellow-700, 161 98 7) / 0.55) !important;
}

.text-yellow-700\/60 {
  color: rgb(var(--yellow-700, 161 98 7) / 0.6) !important;
}

.text-yellow-700\/65 {
  color: rgb(var(--yellow-700, 161 98 7) / 0.65) !important;
}

.text-yellow-700\/70 {
  color: rgb(var(--yellow-700, 161 98 7) / 0.7) !important;
}

.text-yellow-700\/75 {
  color: rgb(var(--yellow-700, 161 98 7) / 0.75) !important;
}

.text-yellow-700\/80 {
  color: rgb(var(--yellow-700, 161 98 7) / 0.8) !important;
}

.text-yellow-700\/85 {
  color: rgb(var(--yellow-700, 161 98 7) / 0.85) !important;
}

.text-yellow-700\/90 {
  color: rgb(var(--yellow-700, 161 98 7) / 0.9) !important;
}

.text-yellow-700\/95 {
  color: rgb(var(--yellow-700, 161 98 7) / 0.95) !important;
}

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

.text-yellow-800\/0 {
  color: rgb(var(--yellow-800, 133 77 14) / 0) !important;
}

.text-yellow-800\/10 {
  color: rgb(var(--yellow-800, 133 77 14) / 0.1) !important;
}

.text-yellow-800\/100 {
  color: rgb(var(--yellow-800, 133 77 14) / 1) !important;
}

.text-yellow-800\/15 {
  color: rgb(var(--yellow-800, 133 77 14) / 0.15) !important;
}

.text-yellow-800\/20 {
  color: rgb(var(--yellow-800, 133 77 14) / 0.2) !important;
}

.text-yellow-800\/25 {
  color: rgb(var(--yellow-800, 133 77 14) / 0.25) !important;
}

.text-yellow-800\/30 {
  color: rgb(var(--yellow-800, 133 77 14) / 0.3) !important;
}

.text-yellow-800\/35 {
  color: rgb(var(--yellow-800, 133 77 14) / 0.35) !important;
}

.text-yellow-800\/40 {
  color: rgb(var(--yellow-800, 133 77 14) / 0.4) !important;
}

.text-yellow-800\/45 {
  color: rgb(var(--yellow-800, 133 77 14) / 0.45) !important;
}

.text-yellow-800\/5 {
  color: rgb(var(--yellow-800, 133 77 14) / 0.05) !important;
}

.text-yellow-800\/50 {
  color: rgb(var(--yellow-800, 133 77 14) / 0.5) !important;
}

.text-yellow-800\/55 {
  color: rgb(var(--yellow-800, 133 77 14) / 0.55) !important;
}

.text-yellow-800\/60 {
  color: rgb(var(--yellow-800, 133 77 14) / 0.6) !important;
}

.text-yellow-800\/65 {
  color: rgb(var(--yellow-800, 133 77 14) / 0.65) !important;
}

.text-yellow-800\/70 {
  color: rgb(var(--yellow-800, 133 77 14) / 0.7) !important;
}

.text-yellow-800\/75 {
  color: rgb(var(--yellow-800, 133 77 14) / 0.75) !important;
}

.text-yellow-800\/80 {
  color: rgb(var(--yellow-800, 133 77 14) / 0.8) !important;
}

.text-yellow-800\/85 {
  color: rgb(var(--yellow-800, 133 77 14) / 0.85) !important;
}

.text-yellow-800\/90 {
  color: rgb(var(--yellow-800, 133 77 14) / 0.9) !important;
}

.text-yellow-800\/95 {
  color: rgb(var(--yellow-800, 133 77 14) / 0.95) !important;
}

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

.text-yellow-900\/0 {
  color: rgb(113 63 18 / 0) !important;
}

.text-yellow-900\/10 {
  color: rgb(113 63 18 / 0.1) !important;
}

.text-yellow-900\/100 {
  color: rgb(113 63 18 / 1) !important;
}

.text-yellow-900\/15 {
  color: rgb(113 63 18 / 0.15) !important;
}

.text-yellow-900\/20 {
  color: rgb(113 63 18 / 0.2) !important;
}

.text-yellow-900\/25 {
  color: rgb(113 63 18 / 0.25) !important;
}

.text-yellow-900\/30 {
  color: rgb(113 63 18 / 0.3) !important;
}

.text-yellow-900\/35 {
  color: rgb(113 63 18 / 0.35) !important;
}

.text-yellow-900\/40 {
  color: rgb(113 63 18 / 0.4) !important;
}

.text-yellow-900\/45 {
  color: rgb(113 63 18 / 0.45) !important;
}

.text-yellow-900\/5 {
  color: rgb(113 63 18 / 0.05) !important;
}

.text-yellow-900\/50 {
  color: rgb(113 63 18 / 0.5) !important;
}

.text-yellow-900\/55 {
  color: rgb(113 63 18 / 0.55) !important;
}

.text-yellow-900\/60 {
  color: rgb(113 63 18 / 0.6) !important;
}

.text-yellow-900\/65 {
  color: rgb(113 63 18 / 0.65) !important;
}

.text-yellow-900\/70 {
  color: rgb(113 63 18 / 0.7) !important;
}

.text-yellow-900\/75 {
  color: rgb(113 63 18 / 0.75) !important;
}

.text-yellow-900\/80 {
  color: rgb(113 63 18 / 0.8) !important;
}

.text-yellow-900\/85 {
  color: rgb(113 63 18 / 0.85) !important;
}

.text-yellow-900\/90 {
  color: rgb(113 63 18 / 0.9) !important;
}

.text-yellow-900\/95 {
  color: rgb(113 63 18 / 0.95) !important;
}

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

.text-zinc-100\/0 {
  color: rgb(244 244 245 / 0) !important;
}

.text-zinc-100\/10 {
  color: rgb(244 244 245 / 0.1) !important;
}

.text-zinc-100\/100 {
  color: rgb(244 244 245 / 1) !important;
}

.text-zinc-100\/15 {
  color: rgb(244 244 245 / 0.15) !important;
}

.text-zinc-100\/20 {
  color: rgb(244 244 245 / 0.2) !important;
}

.text-zinc-100\/25 {
  color: rgb(244 244 245 / 0.25) !important;
}

.text-zinc-100\/30 {
  color: rgb(244 244 245 / 0.3) !important;
}

.text-zinc-100\/35 {
  color: rgb(244 244 245 / 0.35) !important;
}

.text-zinc-100\/40 {
  color: rgb(244 244 245 / 0.4) !important;
}

.text-zinc-100\/45 {
  color: rgb(244 244 245 / 0.45) !important;
}

.text-zinc-100\/5 {
  color: rgb(244 244 245 / 0.05) !important;
}

.text-zinc-100\/50 {
  color: rgb(244 244 245 / 0.5) !important;
}

.text-zinc-100\/55 {
  color: rgb(244 244 245 / 0.55) !important;
}

.text-zinc-100\/60 {
  color: rgb(244 244 245 / 0.6) !important;
}

.text-zinc-100\/65 {
  color: rgb(244 244 245 / 0.65) !important;
}

.text-zinc-100\/70 {
  color: rgb(244 244 245 / 0.7) !important;
}

.text-zinc-100\/75 {
  color: rgb(244 244 245 / 0.75) !important;
}

.text-zinc-100\/80 {
  color: rgb(244 244 245 / 0.8) !important;
}

.text-zinc-100\/85 {
  color: rgb(244 244 245 / 0.85) !important;
}

.text-zinc-100\/90 {
  color: rgb(244 244 245 / 0.9) !important;
}

.text-zinc-100\/95 {
  color: rgb(244 244 245 / 0.95) !important;
}

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

.text-zinc-200\/0 {
  color: rgb(228 228 231 / 0) !important;
}

.text-zinc-200\/10 {
  color: rgb(228 228 231 / 0.1) !important;
}

.text-zinc-200\/100 {
  color: rgb(228 228 231 / 1) !important;
}

.text-zinc-200\/15 {
  color: rgb(228 228 231 / 0.15) !important;
}

.text-zinc-200\/20 {
  color: rgb(228 228 231 / 0.2) !important;
}

.text-zinc-200\/25 {
  color: rgb(228 228 231 / 0.25) !important;
}

.text-zinc-200\/30 {
  color: rgb(228 228 231 / 0.3) !important;
}

.text-zinc-200\/35 {
  color: rgb(228 228 231 / 0.35) !important;
}

.text-zinc-200\/40 {
  color: rgb(228 228 231 / 0.4) !important;
}

.text-zinc-200\/45 {
  color: rgb(228 228 231 / 0.45) !important;
}

.text-zinc-200\/5 {
  color: rgb(228 228 231 / 0.05) !important;
}

.text-zinc-200\/50 {
  color: rgb(228 228 231 / 0.5) !important;
}

.text-zinc-200\/55 {
  color: rgb(228 228 231 / 0.55) !important;
}

.text-zinc-200\/60 {
  color: rgb(228 228 231 / 0.6) !important;
}

.text-zinc-200\/65 {
  color: rgb(228 228 231 / 0.65) !important;
}

.text-zinc-200\/70 {
  color: rgb(228 228 231 / 0.7) !important;
}

.text-zinc-200\/75 {
  color: rgb(228 228 231 / 0.75) !important;
}

.text-zinc-200\/80 {
  color: rgb(228 228 231 / 0.8) !important;
}

.text-zinc-200\/85 {
  color: rgb(228 228 231 / 0.85) !important;
}

.text-zinc-200\/90 {
  color: rgb(228 228 231 / 0.9) !important;
}

.text-zinc-200\/95 {
  color: rgb(228 228 231 / 0.95) !important;
}

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

.text-zinc-300\/0 {
  color: rgb(212 212 216 / 0) !important;
}

.text-zinc-300\/10 {
  color: rgb(212 212 216 / 0.1) !important;
}

.text-zinc-300\/100 {
  color: rgb(212 212 216 / 1) !important;
}

.text-zinc-300\/15 {
  color: rgb(212 212 216 / 0.15) !important;
}

.text-zinc-300\/20 {
  color: rgb(212 212 216 / 0.2) !important;
}

.text-zinc-300\/25 {
  color: rgb(212 212 216 / 0.25) !important;
}

.text-zinc-300\/30 {
  color: rgb(212 212 216 / 0.3) !important;
}

.text-zinc-300\/35 {
  color: rgb(212 212 216 / 0.35) !important;
}

.text-zinc-300\/40 {
  color: rgb(212 212 216 / 0.4) !important;
}

.text-zinc-300\/45 {
  color: rgb(212 212 216 / 0.45) !important;
}

.text-zinc-300\/5 {
  color: rgb(212 212 216 / 0.05) !important;
}

.text-zinc-300\/50 {
  color: rgb(212 212 216 / 0.5) !important;
}

.text-zinc-300\/55 {
  color: rgb(212 212 216 / 0.55) !important;
}

.text-zinc-300\/60 {
  color: rgb(212 212 216 / 0.6) !important;
}

.text-zinc-300\/65 {
  color: rgb(212 212 216 / 0.65) !important;
}

.text-zinc-300\/70 {
  color: rgb(212 212 216 / 0.7) !important;
}

.text-zinc-300\/75 {
  color: rgb(212 212 216 / 0.75) !important;
}

.text-zinc-300\/80 {
  color: rgb(212 212 216 / 0.8) !important;
}

.text-zinc-300\/85 {
  color: rgb(212 212 216 / 0.85) !important;
}

.text-zinc-300\/90 {
  color: rgb(212 212 216 / 0.9) !important;
}

.text-zinc-300\/95 {
  color: rgb(212 212 216 / 0.95) !important;
}

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

.text-zinc-400\/0 {
  color: rgb(161 161 170 / 0) !important;
}

.text-zinc-400\/10 {
  color: rgb(161 161 170 / 0.1) !important;
}

.text-zinc-400\/100 {
  color: rgb(161 161 170 / 1) !important;
}

.text-zinc-400\/15 {
  color: rgb(161 161 170 / 0.15) !important;
}

.text-zinc-400\/20 {
  color: rgb(161 161 170 / 0.2) !important;
}

.text-zinc-400\/25 {
  color: rgb(161 161 170 / 0.25) !important;
}

.text-zinc-400\/30 {
  color: rgb(161 161 170 / 0.3) !important;
}

.text-zinc-400\/35 {
  color: rgb(161 161 170 / 0.35) !important;
}

.text-zinc-400\/40 {
  color: rgb(161 161 170 / 0.4) !important;
}

.text-zinc-400\/45 {
  color: rgb(161 161 170 / 0.45) !important;
}

.text-zinc-400\/5 {
  color: rgb(161 161 170 / 0.05) !important;
}

.text-zinc-400\/50 {
  color: rgb(161 161 170 / 0.5) !important;
}

.text-zinc-400\/55 {
  color: rgb(161 161 170 / 0.55) !important;
}

.text-zinc-400\/60 {
  color: rgb(161 161 170 / 0.6) !important;
}

.text-zinc-400\/65 {
  color: rgb(161 161 170 / 0.65) !important;
}

.text-zinc-400\/70 {
  color: rgb(161 161 170 / 0.7) !important;
}

.text-zinc-400\/75 {
  color: rgb(161 161 170 / 0.75) !important;
}

.text-zinc-400\/80 {
  color: rgb(161 161 170 / 0.8) !important;
}

.text-zinc-400\/85 {
  color: rgb(161 161 170 / 0.85) !important;
}

.text-zinc-400\/90 {
  color: rgb(161 161 170 / 0.9) !important;
}

.text-zinc-400\/95 {
  color: rgb(161 161 170 / 0.95) !important;
}

.text-zinc-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1)) !important;
}

.text-zinc-50\/0 {
  color: rgb(250 250 250 / 0) !important;
}

.text-zinc-50\/10 {
  color: rgb(250 250 250 / 0.1) !important;
}

.text-zinc-50\/100 {
  color: rgb(250 250 250 / 1) !important;
}

.text-zinc-50\/15 {
  color: rgb(250 250 250 / 0.15) !important;
}

.text-zinc-50\/20 {
  color: rgb(250 250 250 / 0.2) !important;
}

.text-zinc-50\/25 {
  color: rgb(250 250 250 / 0.25) !important;
}

.text-zinc-50\/30 {
  color: rgb(250 250 250 / 0.3) !important;
}

.text-zinc-50\/35 {
  color: rgb(250 250 250 / 0.35) !important;
}

.text-zinc-50\/40 {
  color: rgb(250 250 250 / 0.4) !important;
}

.text-zinc-50\/45 {
  color: rgb(250 250 250 / 0.45) !important;
}

.text-zinc-50\/5 {
  color: rgb(250 250 250 / 0.05) !important;
}

.text-zinc-50\/50 {
  color: rgb(250 250 250 / 0.5) !important;
}

.text-zinc-50\/55 {
  color: rgb(250 250 250 / 0.55) !important;
}

.text-zinc-50\/60 {
  color: rgb(250 250 250 / 0.6) !important;
}

.text-zinc-50\/65 {
  color: rgb(250 250 250 / 0.65) !important;
}

.text-zinc-50\/70 {
  color: rgb(250 250 250 / 0.7) !important;
}

.text-zinc-50\/75 {
  color: rgb(250 250 250 / 0.75) !important;
}

.text-zinc-50\/80 {
  color: rgb(250 250 250 / 0.8) !important;
}

.text-zinc-50\/85 {
  color: rgb(250 250 250 / 0.85) !important;
}

.text-zinc-50\/90 {
  color: rgb(250 250 250 / 0.9) !important;
}

.text-zinc-50\/95 {
  color: rgb(250 250 250 / 0.95) !important;
}

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

.text-zinc-500\/0 {
  color: rgb(113 113 122 / 0) !important;
}

.text-zinc-500\/10 {
  color: rgb(113 113 122 / 0.1) !important;
}

.text-zinc-500\/100 {
  color: rgb(113 113 122 / 1) !important;
}

.text-zinc-500\/15 {
  color: rgb(113 113 122 / 0.15) !important;
}

.text-zinc-500\/20 {
  color: rgb(113 113 122 / 0.2) !important;
}

.text-zinc-500\/25 {
  color: rgb(113 113 122 / 0.25) !important;
}

.text-zinc-500\/30 {
  color: rgb(113 113 122 / 0.3) !important;
}

.text-zinc-500\/35 {
  color: rgb(113 113 122 / 0.35) !important;
}

.text-zinc-500\/40 {
  color: rgb(113 113 122 / 0.4) !important;
}

.text-zinc-500\/45 {
  color: rgb(113 113 122 / 0.45) !important;
}

.text-zinc-500\/5 {
  color: rgb(113 113 122 / 0.05) !important;
}

.text-zinc-500\/50 {
  color: rgb(113 113 122 / 0.5) !important;
}

.text-zinc-500\/55 {
  color: rgb(113 113 122 / 0.55) !important;
}

.text-zinc-500\/60 {
  color: rgb(113 113 122 / 0.6) !important;
}

.text-zinc-500\/65 {
  color: rgb(113 113 122 / 0.65) !important;
}

.text-zinc-500\/70 {
  color: rgb(113 113 122 / 0.7) !important;
}

.text-zinc-500\/75 {
  color: rgb(113 113 122 / 0.75) !important;
}

.text-zinc-500\/80 {
  color: rgb(113 113 122 / 0.8) !important;
}

.text-zinc-500\/85 {
  color: rgb(113 113 122 / 0.85) !important;
}

.text-zinc-500\/90 {
  color: rgb(113 113 122 / 0.9) !important;
}

.text-zinc-500\/95 {
  color: rgb(113 113 122 / 0.95) !important;
}

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

.text-zinc-600\/0 {
  color: rgb(82 82 91 / 0) !important;
}

.text-zinc-600\/10 {
  color: rgb(82 82 91 / 0.1) !important;
}

.text-zinc-600\/100 {
  color: rgb(82 82 91 / 1) !important;
}

.text-zinc-600\/15 {
  color: rgb(82 82 91 / 0.15) !important;
}

.text-zinc-600\/20 {
  color: rgb(82 82 91 / 0.2) !important;
}

.text-zinc-600\/25 {
  color: rgb(82 82 91 / 0.25) !important;
}

.text-zinc-600\/30 {
  color: rgb(82 82 91 / 0.3) !important;
}

.text-zinc-600\/35 {
  color: rgb(82 82 91 / 0.35) !important;
}

.text-zinc-600\/40 {
  color: rgb(82 82 91 / 0.4) !important;
}

.text-zinc-600\/45 {
  color: rgb(82 82 91 / 0.45) !important;
}

.text-zinc-600\/5 {
  color: rgb(82 82 91 / 0.05) !important;
}

.text-zinc-600\/50 {
  color: rgb(82 82 91 / 0.5) !important;
}

.text-zinc-600\/55 {
  color: rgb(82 82 91 / 0.55) !important;
}

.text-zinc-600\/60 {
  color: rgb(82 82 91 / 0.6) !important;
}

.text-zinc-600\/65 {
  color: rgb(82 82 91 / 0.65) !important;
}

.text-zinc-600\/70 {
  color: rgb(82 82 91 / 0.7) !important;
}

.text-zinc-600\/75 {
  color: rgb(82 82 91 / 0.75) !important;
}

.text-zinc-600\/80 {
  color: rgb(82 82 91 / 0.8) !important;
}

.text-zinc-600\/85 {
  color: rgb(82 82 91 / 0.85) !important;
}

.text-zinc-600\/90 {
  color: rgb(82 82 91 / 0.9) !important;
}

.text-zinc-600\/95 {
  color: rgb(82 82 91 / 0.95) !important;
}

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

.text-zinc-700\/0 {
  color: rgb(63 63 70 / 0) !important;
}

.text-zinc-700\/10 {
  color: rgb(63 63 70 / 0.1) !important;
}

.text-zinc-700\/100 {
  color: rgb(63 63 70 / 1) !important;
}

.text-zinc-700\/15 {
  color: rgb(63 63 70 / 0.15) !important;
}

.text-zinc-700\/20 {
  color: rgb(63 63 70 / 0.2) !important;
}

.text-zinc-700\/25 {
  color: rgb(63 63 70 / 0.25) !important;
}

.text-zinc-700\/30 {
  color: rgb(63 63 70 / 0.3) !important;
}

.text-zinc-700\/35 {
  color: rgb(63 63 70 / 0.35) !important;
}

.text-zinc-700\/40 {
  color: rgb(63 63 70 / 0.4) !important;
}

.text-zinc-700\/45 {
  color: rgb(63 63 70 / 0.45) !important;
}

.text-zinc-700\/5 {
  color: rgb(63 63 70 / 0.05) !important;
}

.text-zinc-700\/50 {
  color: rgb(63 63 70 / 0.5) !important;
}

.text-zinc-700\/55 {
  color: rgb(63 63 70 / 0.55) !important;
}

.text-zinc-700\/60 {
  color: rgb(63 63 70 / 0.6) !important;
}

.text-zinc-700\/65 {
  color: rgb(63 63 70 / 0.65) !important;
}

.text-zinc-700\/70 {
  color: rgb(63 63 70 / 0.7) !important;
}

.text-zinc-700\/75 {
  color: rgb(63 63 70 / 0.75) !important;
}

.text-zinc-700\/80 {
  color: rgb(63 63 70 / 0.8) !important;
}

.text-zinc-700\/85 {
  color: rgb(63 63 70 / 0.85) !important;
}

.text-zinc-700\/90 {
  color: rgb(63 63 70 / 0.9) !important;
}

.text-zinc-700\/95 {
  color: rgb(63 63 70 / 0.95) !important;
}

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

.text-zinc-800\/0 {
  color: rgb(39 39 42 / 0) !important;
}

.text-zinc-800\/10 {
  color: rgb(39 39 42 / 0.1) !important;
}

.text-zinc-800\/100 {
  color: rgb(39 39 42 / 1) !important;
}

.text-zinc-800\/15 {
  color: rgb(39 39 42 / 0.15) !important;
}

.text-zinc-800\/20 {
  color: rgb(39 39 42 / 0.2) !important;
}

.text-zinc-800\/25 {
  color: rgb(39 39 42 / 0.25) !important;
}

.text-zinc-800\/30 {
  color: rgb(39 39 42 / 0.3) !important;
}

.text-zinc-800\/35 {
  color: rgb(39 39 42 / 0.35) !important;
}

.text-zinc-800\/40 {
  color: rgb(39 39 42 / 0.4) !important;
}

.text-zinc-800\/45 {
  color: rgb(39 39 42 / 0.45) !important;
}

.text-zinc-800\/5 {
  color: rgb(39 39 42 / 0.05) !important;
}

.text-zinc-800\/50 {
  color: rgb(39 39 42 / 0.5) !important;
}

.text-zinc-800\/55 {
  color: rgb(39 39 42 / 0.55) !important;
}

.text-zinc-800\/60 {
  color: rgb(39 39 42 / 0.6) !important;
}

.text-zinc-800\/65 {
  color: rgb(39 39 42 / 0.65) !important;
}

.text-zinc-800\/70 {
  color: rgb(39 39 42 / 0.7) !important;
}

.text-zinc-800\/75 {
  color: rgb(39 39 42 / 0.75) !important;
}

.text-zinc-800\/80 {
  color: rgb(39 39 42 / 0.8) !important;
}

.text-zinc-800\/85 {
  color: rgb(39 39 42 / 0.85) !important;
}

.text-zinc-800\/90 {
  color: rgb(39 39 42 / 0.9) !important;
}

.text-zinc-800\/95 {
  color: rgb(39 39 42 / 0.95) !important;
}

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

.text-zinc-900\/0 {
  color: rgb(24 24 27 / 0) !important;
}

.text-zinc-900\/10 {
  color: rgb(24 24 27 / 0.1) !important;
}

.text-zinc-900\/100 {
  color: rgb(24 24 27 / 1) !important;
}

.text-zinc-900\/15 {
  color: rgb(24 24 27 / 0.15) !important;
}

.text-zinc-900\/20 {
  color: rgb(24 24 27 / 0.2) !important;
}

.text-zinc-900\/25 {
  color: rgb(24 24 27 / 0.25) !important;
}

.text-zinc-900\/30 {
  color: rgb(24 24 27 / 0.3) !important;
}

.text-zinc-900\/35 {
  color: rgb(24 24 27 / 0.35) !important;
}

.text-zinc-900\/40 {
  color: rgb(24 24 27 / 0.4) !important;
}

.text-zinc-900\/45 {
  color: rgb(24 24 27 / 0.45) !important;
}

.text-zinc-900\/5 {
  color: rgb(24 24 27 / 0.05) !important;
}

.text-zinc-900\/50 {
  color: rgb(24 24 27 / 0.5) !important;
}

.text-zinc-900\/55 {
  color: rgb(24 24 27 / 0.55) !important;
}

.text-zinc-900\/60 {
  color: rgb(24 24 27 / 0.6) !important;
}

.text-zinc-900\/65 {
  color: rgb(24 24 27 / 0.65) !important;
}

.text-zinc-900\/70 {
  color: rgb(24 24 27 / 0.7) !important;
}

.text-zinc-900\/75 {
  color: rgb(24 24 27 / 0.75) !important;
}

.text-zinc-900\/80 {
  color: rgb(24 24 27 / 0.8) !important;
}

.text-zinc-900\/85 {
  color: rgb(24 24 27 / 0.85) !important;
}

.text-zinc-900\/90 {
  color: rgb(24 24 27 / 0.9) !important;
}

.text-zinc-900\/95 {
  color: rgb(24 24 27 / 0.95) !important;
}

.underline {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.underline-offset-4 {
  text-underline-offset: 4px !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.placeholder-night-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1)) !important;
}

.placeholder-night-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1)) !important;
}

.placeholder-night-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1)) !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-55 {
  opacity: 0.55 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.shadow {
  --tw-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
  --tw-shadow-colored: 0 0 3px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg {
  --tw-shadow: 0 10px 25px -3px rgba(60, 72, 88, 0.15) !important;
  --tw-shadow-colored: 0 10px 25px -3px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-md {
  --tw-shadow: 0 5px 13px rgba(60, 72, 88, 0.20) !important;
  --tw-shadow-colored: 0 5px 13px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-sm {
  --tw-shadow: 0 2px 4px 0 rgba(60, 72, 88, 0.15) !important;
  --tw-shadow-colored: 0 2px 4px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(60, 72, 88, 0.1), 0 8px 10px -6px rgba(60, 72, 88, 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline {
  outline-style: solid !important;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-inset {
  --tw-ring-inset: inset !important;
}

.ring-black {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(22 28 45 / var(--tw-ring-opacity, 1)) !important;
}

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

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

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

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

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

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

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

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

.ring-opacity-5 {
  --tw-ring-opacity: 0.05 !important;
}

.ring-offset-green-50 {
  --tw-ring-offset-color: #f0fdf4 !important;
}

.ring-offset-red-50 {
  --tw-ring-offset-color: #fef2f2 !important;
}

.blur {
  --tw-blur: blur(8px) !important;
  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;
}

.brightness-0 {
  --tw-brightness: brightness(0) !important;
  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;
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)) !important;
  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;
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  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;
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08)) !important;
  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;
}

.grayscale {
  --tw-grayscale: grayscale(100%) !important;
  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) !important;
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-blur-\[2px\] {
  --tw-backdrop-blur: blur(2px) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-shadow {
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.duration-100 {
  transition-duration: 100ms !important;
}

.duration-150 {
  transition-duration: 150ms !important;
}

.duration-200 {
  transition-duration: 200ms !important;
}

.duration-75 {
  transition-duration: 75ms !important;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

/* Dark mode. Tailwind's gray scale, bg-white, bg-cream and on-ink read
   these variables (see tailwind.config.js), so the same classes render
   the dark palette. Light mode uses the fallbacks in the config, so it
   needs nothing here. The page follows the OS unless the user picked
   Light or Dark in their profile, which sets data-theme on <body>. The
   two dark blocks below must stay identical. */

:root {
  color-scheme: light;
}

:root:has(> body[data-theme="dark"]) {
  color-scheme: dark;
  --cream: 21 20 19;
  --surface: 31 29 27;
  --on-ink: 21 20 19;
  --black: 245 243 240;
  --sky-50: 29 45 52;
  --sky-100: 28 56 68;
  --sky-200: 24 83 109;
  --sky-600: 56 189 248;
  --sky-700: 125 211 252;
  --sky-800: 125 211 252;
  --indigo-50: 39 38 53;
  --indigo-100: 45 44 70;
  --indigo-200: 58 58 113;
  --indigo-600: 129 140 248;
  --indigo-700: 165 180 252;
  --indigo-800: 165 180 252;
  --red-50: 56 34 32;
  --red-100: 73 37 35;
  --red-200: 114 45 43;
  --red-600: 248 113 113;
  --red-700: 252 165 165;
  --red-800: 252 165 165;
  --blue-50: 34 41 53;
  --blue-100: 37 49 71;
  --blue-200: 42 69 115;
  --blue-600: 96 165 250;
  --blue-700: 147 197 253;
  --blue-800: 147 197 253;
  --green-50: 31 49 35;
  --green-100: 32 63 40;
  --green-200: 32 96 54;
  --green-600: 74 222 128;
  --green-700: 134 239 172;
  --green-800: 134 239 172;
  --yellow-50: 55 47 25;
  --yellow-100: 72 59 23;
  --yellow-200: 112 89 19;
  --yellow-600: 250 204 21;
  --yellow-700: 253 224 71;
  --yellow-800: 253 224 71;
  --amber-50: 57 44 25;
  --amber-100: 74 55 24;
  --amber-200: 117 81 21;
  --amber-600: 251 191 36;
  --amber-700: 252 211 77;
  --amber-800: 252 211 77;
  --button: 58 54 50;
  --button-hover: 70 66 61;
  --on-button: 245 243 240;
  --button-edge: inset 0 0 0 1px rgb(255 255 255 / .07);
  --gray-50: 36 34 32;
  --gray-100: 43 41 38;
  --gray-200: 53 50 47;
  --gray-300: 69 66 62;
  --gray-400: 133 127 120;
  --gray-500: 161 155 148;
  --gray-600: 189 183 176;
  --gray-700: 212 207 201;
  --gray-800: 231 227 222;
  --gray-900: 245 243 240;
  --gray-950: 250 249 247;
  --editor-text: 189 183 176;
}

@media (prefers-color-scheme: dark) {
  :root:not(:has(> body[data-theme="light"])) {
    color-scheme: dark;
    --cream: 21 20 19;
    --surface: 31 29 27;
    --on-ink: 21 20 19;
    --black: 245 243 240;
    --sky-50: 29 45 52;
    --sky-100: 28 56 68;
    --sky-200: 24 83 109;
    --sky-600: 56 189 248;
    --sky-700: 125 211 252;
    --sky-800: 125 211 252;
    --indigo-50: 39 38 53;
    --indigo-100: 45 44 70;
    --indigo-200: 58 58 113;
    --indigo-600: 129 140 248;
    --indigo-700: 165 180 252;
    --indigo-800: 165 180 252;
    --red-50: 56 34 32;
    --red-100: 73 37 35;
    --red-200: 114 45 43;
    --red-600: 248 113 113;
    --red-700: 252 165 165;
    --red-800: 252 165 165;
    --blue-50: 34 41 53;
    --blue-100: 37 49 71;
    --blue-200: 42 69 115;
    --blue-600: 96 165 250;
    --blue-700: 147 197 253;
    --blue-800: 147 197 253;
    --green-50: 31 49 35;
    --green-100: 32 63 40;
    --green-200: 32 96 54;
    --green-600: 74 222 128;
    --green-700: 134 239 172;
    --green-800: 134 239 172;
    --yellow-50: 55 47 25;
    --yellow-100: 72 59 23;
    --yellow-200: 112 89 19;
    --yellow-600: 250 204 21;
    --yellow-700: 253 224 71;
    --yellow-800: 253 224 71;
    --amber-50: 57 44 25;
    --amber-100: 74 55 24;
    --amber-200: 117 81 21;
    --amber-600: 251 191 36;
    --amber-700: 252 211 77;
    --amber-800: 252 211 77;
    --button: 58 54 50;
    --button-hover: 70 66 61;
    --on-button: 245 243 240;
    --button-edge: inset 0 0 0 1px rgb(255 255 255 / .07);
    --gray-50: 36 34 32;
    --gray-100: 43 41 38;
    --gray-200: 53 50 47;
    --gray-300: 69 66 62;
    --gray-400: 133 127 120;
    --gray-500: 161 155 148;
    --gray-600: 189 183 176;
    --gray-700: 212 207 201;
    --gray-800: 231 227 222;
    --gray-900: 245 243 240;
    --gray-950: 250 249 247;
    --editor-text: 189 183 176;
  }
}

html {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-50, 249 250 251) / var(--tw-bg-opacity, 1));
}

.logo-site {
  display: inline-block;
  margin: 0 auto;
  color: white;
  fill: #ffffff;
  height: 30px;
}

.note {
  position: relative;
  z-index: 20;
  margin-top: 1rem;
  display: flex;
  height: 14rem;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(var(--gray-200, 229 231 235) / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.6;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--surface, 255 255 255) / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(var(--gray-600, 75 85 99) / var(--tw-text-opacity, 1));
  --tw-shadow: 0 5px 13px rgba(60, 72, 88, 0.20);
  --tw-shadow-colored: 0 5px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.note .note-header {
  cursor: move;
}

.note .note-body {
  position: relative;
  min-height: 0px;
  flex: 1 1 0%;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* .note:-moz-drag-over .note-body { */

/*   outline: 1px solid black; */

/* } */

.over .note {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-200, 229 231 235) / var(--tw-bg-opacity, 1));
  border: 2px dashed rgb(var(--gray-300, 209 213 219)) !important;
}

.note-body .trix-content {
  overflow: hidden;
  text-overflow: ellipsis;
}

.note-list .note-body .trix-content ul,
.note-list .note-body .trix-content ol {
  font-size: 1rem;
  line-height: 1.5rem;
}

.note-body .note-text {
  font-size: 15px;
  line-height: 1.625;
}

.note-text.truncate {
  white-space: normal !important;
}

.note-body .note-fade {
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 2.5rem;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(var(--surface, 255 255 255) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--surface, 255 255 255) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.note-details {
  p {
    margin-bottom: 1rem;
  }
}

.related-suggestion-card__text {
  p {
    margin-bottom: 0.375rem;
  }
  p:last-child {
    margin-bottom: 0px;
  }
}

.note--suggested {
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(var(--indigo-200, 199 210 254) / var(--tw-border-opacity, 1));
  background-color: rgb(var(--indigo-50, 238 242 255) / 0.4);
  --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);
}

.nav-button-active {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nav-button-inactive {
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.nav-button-inactive:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Shadows don't show on the dark page, so there the button gets a
   faint edge instead and lightens on hover. */

.button {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--button, 17 24 39) / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(var(--on-button, 255 255 255) / var(--tw-text-opacity, 1));
  --tw-shadow: 0 5px 13px rgba(60, 72, 88, 0.20);
  --tw-shadow-colored: 0 5px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--button-edge, var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)) !important;
}

.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--button-hover, 17 24 39) / var(--tw-bg-opacity, 1));
  --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);
}

/* Submit button that reports its own save (submit_status_controller.js).
   The label, spinner and "Saved" share one grid cell, so the button keeps
   the width of its widest state and never jumps while they swap. */

.submit-status {
  display: inline-grid;
  place-items: center;
  --ease-out: cubic-bezier(.22, 1, .36, 1);
}

.submit-status > * {
  grid-area: 1 / 1;
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(.375rem) scale(.96);
  transition: opacity .22s var(--ease-out), transform .32s var(--ease-out), visibility 0s linear .32s;
}

.submit-status svg {
  width: 1.125rem;
  height: 1.125rem;
}

.submit-status[data-submit-status-state="idle"] .submit-status__label,
.submit-status[data-submit-status-state="pending"] .submit-status__pending,
.submit-status[data-submit-status-state="saved"] .submit-status__saved {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
}

/* The outgoing state drifts up while the incoming one rises into place. */

.submit-status[data-submit-status-state="pending"] .submit-status__label,
.submit-status[data-submit-status-state="saved"] .submit-status__pending,
.submit-status[data-submit-status-state="idle"] .submit-status__saved {
  transform: translateY(-.375rem) scale(.96);
}

.submit-status[data-submit-status-state="pending"] {
  pointer-events: none;
}

.submit-status__pending svg {
  animation: submit-status-spin .7s linear infinite;
}

.submit-status__saved path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

.submit-status[data-submit-status-state="saved"] .submit-status__saved path {
  animation: submit-status-draw .38s var(--ease-out) .08s forwards;
}

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

@keyframes submit-status-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .submit-status > * {
    transform: none !important;
  }

  .submit-status__pending svg {
    animation-duration: 1.6s;
  }

  .submit-status__saved path {
    stroke-dashoffset: 0;
  }

  .submit-status[data-submit-status-state="saved"] .submit-status__saved path {
    animation: none;
  }
}

.button-delete {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.topic-bar {
  scrollbar-width: thin;
}

.topic-chip {
  flex-shrink: 0;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-200, 229 231 235) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-50, 249 250 251) / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(var(--gray-500, 107 114 128) / var(--tw-text-opacity, 1));
}

.topic-chip:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-100, 243 244 246) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--gray-700, 55 65 81) / var(--tw-text-opacity, 1));
}

.topic-chip--active {
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-800, 31 41 55) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-800, 31 41 55) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--on-ink, 255 255 255) / var(--tw-text-opacity, 1));
}

.topic-chip--active:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-800, 31 41 55) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--on-ink, 255 255 255) / var(--tw-text-opacity, 1));
}

.tags-list .tag {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-200, 229 231 235) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--surface, 255 255 255) / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(var(--gray-600, 75 85 99) / var(--tw-text-opacity, 1));
}

.tags-list .tag:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-100, 243 244 246) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--blue-700, 29 78 216) / var(--tw-text-opacity, 1));
}

.tags-list .tag:focus {
  z-index: 10;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--gray-200, 229 231 235) / var(--tw-ring-opacity, 1));
}

.tags-list .tag:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-600, 75 85 99) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-800, 31 41 55) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--gray-400, 156 163 175) / var(--tw-text-opacity, 1));
}

.tags-list .tag:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-700, 55 65 81) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tags-list .tag:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--gray-700, 55 65 81) / var(--tw-ring-opacity, 1));
}

.button-submit {
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.button-submit:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.button-submit:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.button-submit:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.button-submit:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}

@media (min-width: 640px) {
  .button-submit {
    width: auto;
  }
}

.input-label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(var(--gray-900, 17 24 39) / var(--tw-text-opacity, 1));
}

.input-label:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.input-field {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-300, 209 213 219) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-50, 249 250 251) / var(--tw-bg-opacity, 1));
  padding: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(var(--gray-900, 17 24 39) / var(--tw-text-opacity, 1));
}

.input-field:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.input-field:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-600, 75 85 99) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-700, 55 65 81) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.input-field:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(var(--gray-400, 156 163 175) / var(--tw-placeholder-opacity, 1));
}

.input-field:is(.dark *):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(var(--gray-400, 156 163 175) / var(--tw-placeholder-opacity, 1));
}

.input-field:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(var(--gray-400, 156 163 175) / var(--tw-placeholder-opacity, 1));
}

.input-field:focus:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.nav-search-input {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 2.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.nav-search-input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}

.nav-search-input:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}

.nav-search-input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}

.nav-search-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}

.book-cover {
  aspect-ratio: 2 / 3;
  height: 280px;
}

.tiptap {
  height: 200px;
  overflow-y: auto;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-200, 229 231 235) / var(--tw-border-opacity, 1));
  padding: 0.5rem;
}

.tiptap a {
  text-decoration: underline;
}

.rhino-editor::part(toolbar) {
  --tw-text-opacity: 1;
  color: rgb(var(--gray-700, 55 65 81) / var(--tw-text-opacity, 1));
}

/* rhino-editor hardcodes light colors on its :host (which the slotted
   editor inherits) and on .trix-content, so the text would stay dark
   gray on the dark page. Point them at the themed palette instead. A
   page rule on the host beats :host. The text is a step softer than
   gray-700 in dark mode, where full contrast glares in a long block of
   writing. */

rhino-editor,
rhino-editor .trix-content {
  --rhino-text-color: rgb(var(--editor-text, 55 65 81));
  --rhino-border-color: rgb(var(--gray-300, 209 213 219));
  --rhino-placeholder-text-color: rgb(var(--gray-400, 156 163 175));
  --rhino-button-border-color: rgb(var(--gray-300, 209 213 219));
  --rhino-button-active-background-color: rgb(var(--blue-100, 219 234 254));
  --rhino-button-focus-background-color: rgb(var(--gray-100, 243 244 246));
}

/*********************************/

/*   Insight detail — experiment  */

/*===============================*/

/* The landing page's hero mockup, ported onto a real insight: a
   side-by-side split (not stacked) divided by a hairline, and the same
   accent used for "Related ideas" and the match bars. No browser-chrome
   bar here — this is already inside the app, so a fake URL bar just
   read as a second, redundant "window". Not wired into anything else —
   safe to delete if it doesn't stick.

   Related ideas is capped at 6 by the suggestion algorithm, so it stays
   in the narrow sidebar; linked notes has no cap, so it lives in a
   full-width wrapping grid below instead of stretching the sidebar. */

.insight-page {
  --insight-accent: #C1502E;
  --insight-accent-dark: #9E3F22;
  --insight-accent-tint: #FBEAE1;
  --insight-accent-line: #EAC3AE;
}

/* The accent is a terracotta on light, lifted so it still reads on the
   dark card. */

:root:has(> body[data-theme="dark"]) .insight-page {
  --insight-accent: #E0805E;
  --insight-accent-dark: #F2B59C;
  --insight-accent-tint: rgb(193 80 46 / .16);
  --insight-accent-line: rgb(193 80 46 / .45);
}

@media (prefers-color-scheme: dark) {
  :root:not(:has(> body[data-theme="light"])) .insight-page {
    --insight-accent: #E0805E;
    --insight-accent-dark: #F2B59C;
    --insight-accent-tint: rgb(193 80 46 / .16);
    --insight-accent-line: rgb(193 80 46 / .45);
  }
}

.insight-window {
  border-radius: 14px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--surface, 255 255 255) / var(--tw-bg-opacity, 1));
  border: 1px solid rgb(var(--gray-900, 17 24 39) / .08);
  box-shadow:
    0 1px 1px rgba(17, 24, 39, .04),
    0 10px 24px -10px rgba(17, 24, 39, .18),
    0 44px 80px -36px rgba(17, 24, 39, .45);
}

.insight-window__panel {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--surface, 255 255 255) / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

@media (min-width: 640px) {
  .insight-window__panel {
    padding: 2rem;
  }
}

.insight-window__label {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: var(--insight-accent);
}

.insight-chip {
  display: inline-block;
  flex-shrink: 0;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: var(--insight-accent-tint);
  border-color: var(--insight-accent-line);
  color: var(--insight-accent-dark);
}

/* If a note's body includes a blockquote (the rich text editor supports
   one), style it like the mockup's caption block instead of the
   browser's plain indent. */

.insight-window__panel .note-details blockquote {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-left: 1rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(var(--gray-500, 107 114 128) / var(--tw-text-opacity, 1));
  border-left: 2px solid var(--insight-accent);
}

.insight-window__panel .note-details blockquote p {
  margin-bottom: 0px;
}

/* Share-as-image editor (insights#share). The preview is a canvas, so
   these rules only style the controls around it. */

.share-editor__heading {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(var(--gray-400, 156 163 175) / var(--tw-text-opacity, 1));
}

.share-editor__subheading {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(var(--gray-500, 107 114 128) / var(--tw-text-opacity, 1));
}

.share-segmented {
  display: inline-flex;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-200, 229 231 235) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--surface, 255 255 255) / var(--tw-bg-opacity, 1));
}

.share-segmented__button {
  display: flex;
  height: 1.75rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(var(--gray-500, 107 114 128) / var(--tw-text-opacity, 1));
}

.share-segmented__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-50, 249 250 251) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--gray-800, 31 41 55) / var(--tw-text-opacity, 1));
}

.share-segmented__button + .share-segmented__button {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-200, 229 231 235) / var(--tw-border-opacity, 1));
}

.share-segmented__button[aria-pressed="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-900, 17 24 39) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--on-ink, 255 255 255) / var(--tw-text-opacity, 1));
}

.share-segmented__button[aria-pressed="true"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-900, 17 24 39) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--on-ink, 255 255 255) / var(--tw-text-opacity, 1));
}

.share-editor__check {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(var(--gray-600, 75 85 99) / var(--tw-text-opacity, 1));
}

.share-editor__check input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: rgb(var(--gray-500, 107 114 128) / var(--tw-border-opacity, 1));
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
  border-radius: 0px;
}

.share-editor__check input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

.share-editor__check input:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  .share-editor__check input:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.share-editor__check input:checked:hover,.share-editor__check input:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

.share-editor__check input:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  .share-editor__check input:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.share-editor__check input:indeterminate:hover,.share-editor__check input:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

.share-editor__check input {
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-300, 209 213 219) / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--gray-900, 17 24 39) / var(--tw-text-opacity, 1));
}

.share-editor__check input:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--gray-400, 156 163 175) / var(--tw-ring-opacity, 1));
}

/* Pro-only branding section: dimmed with a lock on top for free users. */

.share-pro {
  position: relative;
}

.share-pro[data-locked="true"] .share-pro__body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.4;
  filter: grayscale(1);
}

/* Hidden until the locked section is hovered (or tabbed into), then it
   explains why it's locked and links to checkout. */

.share-pro__lock {
  position: absolute;
  inset: -0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  background-color: rgb(var(--surface, 255 255 255) / 0.8);
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  opacity: 0;
  --tw-backdrop-blur: blur(2px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.share-pro:hover .share-pro__lock,
.share-pro__lock:focus-visible {
  opacity: 1;
}

.share-pro__lock-icon {
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--surface, 255 255 255) / var(--tw-bg-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(var(--red-600, 220 38 38) / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 25px -3px rgba(60, 72, 88, 0.15);
  --tw-shadow-colored: 0 10px 25px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1));
}

.share-pro__upgrade {
  margin-top: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-900, 17 24 39) / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(var(--on-ink, 255 255 255) / var(--tw-text-opacity, 1));
}

/* Native color input stretched invisibly over its swatch, so a click on
   the swatch opens the picker. */

.share-icon-button {
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(var(--gray-400, 156 163 175) / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.share-icon-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-100, 243 244 246) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--gray-800, 31 41 55) / var(--tw-text-opacity, 1));
}

.share-icon-button[aria-expanded="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-100, 243 244 246) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--gray-900, 17 24 39) / var(--tw-text-opacity, 1));
}

.share-menu {
  position: absolute;
  top: 100%;
  z-index: 20;
  margin-top: 0.5rem;
}

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

.share-menu {
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-200, 229 231 235) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--surface, 255 255 255) / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-shadow: 0 10px 25px -3px rgba(60, 72, 88, 0.15);
  --tw-shadow-colored: 0 10px 25px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* The editor clips overflow for its rounded corners, so a menu near the
   bottom of the sidebar opens upward. */

.share-menu--up {
  bottom: 100%;
  top: auto;
  margin-bottom: 0.5rem;
  margin-top: 0px;
}

.share-menu__item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(var(--gray-700, 55 65 81) / var(--tw-text-opacity, 1));
}

.share-menu__item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-100, 243 244 246) / var(--tw-bg-opacity, 1));
}

.share-menu__item:disabled {
  cursor: not-allowed;
  --tw-text-opacity: 1;
  color: rgb(var(--gray-300, 209 213 219) / var(--tw-text-opacity, 1));
}

.share-menu__item:hover:disabled {
  background-color: transparent;
}

.share-color-picker {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.share-editor__input {
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-200, 229 231 235) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--surface, 255 255 255) / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(var(--gray-800, 31 41 55) / var(--tw-text-opacity, 1));
}

.share-editor__input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-400, 156 163 175) / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--gray-400, 156 163 175) / var(--tw-ring-opacity, 1));
}

.share-editor__range {
  margin-top: 0.25rem;
  display: block;
  width: 100%;
  accent-color: rgb(var(--gray-900, 17 24 39) / 1);
}

.share-editor__button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-200, 229 231 235) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--surface, 255 255 255) / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(var(--gray-700, 55 65 81) / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.share-editor__button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-300, 209 213 219) / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--gray-900, 17 24 39) / var(--tw-text-opacity, 1));
}

.share-editor__button--primary {
  --tw-border-opacity: 1;
  border-color: rgb(var(--button, 17 24 39) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--button, 17 24 39) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--on-button, 255 255 255) / var(--tw-text-opacity, 1));
}

.share-editor__button--primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--button-hover, 17 24 39) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--button-hover, 17 24 39) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--on-button, 255 255 255) / var(--tw-text-opacity, 1));
}

.share-editor__button--primary {
  box-shadow: var(--button-edge, none);
}

.share-editor__stage {
  display: flex;
  min-height: 320px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1rem;
}

@media (min-width: 640px) {
  .share-editor__stage {
    padding: 2.5rem;
  }
}

.share-editor__stage {
  --checker: rgb(var(--gray-200, 229 231 235));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-100, 243 244 246) / var(--tw-bg-opacity, 1));
  background-image:
    linear-gradient(45deg, var(--checker) 25%, transparent 25%),
    linear-gradient(-45deg, var(--checker) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--checker) 75%),
    linear-gradient(-45deg, transparent 75%, var(--checker) 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0;
}

/* The preview is laid out at export size and scaled down to fit with a
   transform; the sizer reserves the scaled footprint in the page. */

.share-editor__sizer {
  position: relative;
  flex: none;
}

.share-editor__frame {
  position: absolute;
  left: 0px;
  top: 0px;
  transform-origin: top left;
  box-shadow: 0 1px 2px rgba(17, 24, 39, .08);
}

.share-editor__frame canvas {
  display: block;
}

/* Must match the fonts the canvas export uses (share_image_controller.js). */

.share-card-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.share-card-text [contenteditable] {
  border-radius: 0.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  cursor: text;
}

.share-card-text [contenteditable]:hover,
.share-card-text [contenteditable]:focus {
  outline: 1px dashed rgba(17, 24, 39, .25);
  outline-offset: 6px;
}

.share-card-text [contenteditable]:empty::before {
  content: attr(data-placeholder);
  color: #9CA3AF;
}

.share-card-text__title {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #111827;
}

.share-card-text__body {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4B5563;
}

/* A collection note has no title, so its text leads the card. */

.share-card-text__body--lead {
  font-size: 19px;
  line-height: 30px;
  color: #1F2937;
}

/* With the quotes toggled on, the text is set as a quote: centered in the
   space above the source, between big opening and closing marks. A quote
   mark only fills the top of its em box, so the line height pulls the
   glyph up to the top of a box cut down to its size, and the quote is
   centered on what's actually visible. */

.share-card-quote {
  display: flex;
  flex-direction: column;
}

.share-card-quote--on {
  flex: 1 1 0%;
  justify-content: center;
}

.share-quote-mark {
  display: none;
  height: 30px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 112px;
  font-style: normal;
  font-weight: 400;
  line-height: 86px;
  color: rgba(17, 24, 39, .2);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.share-card-quote--on .share-quote-mark {
  display: block;
}

.share-quote-mark--open {
  align-self: flex-start;
  margin-bottom: 16px;
}

.share-quote-mark--close {
  align-self: flex-end;
  margin-top: 16px;
}

.share-card-quote--on .share-card-text__body {
  font-size: 24px;
  font-style: italic;
  line-height: 36px;
}

/* The collection a note came from: its author, title and cover, in the
   card's bottom right corner (the text box is stretched to the card's
   height, so margin-top: auto pushes it down). */

.share-card-source {
  display: flex;
  align-items: center;
  align-self: flex-end;
  gap: 14px;
  margin-top: auto;
  padding-top: 24px;
}

.share-card-source__cover {
  flex: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 44px;
  height: 66px;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(17, 24, 39, .25);
}

.share-card-source__author {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #111827;
}

.share-card-source__title {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #6B7280;
}

.share-swatch {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(22 28 45 / 0.1);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.share-swatch:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.share-swatch canvas {
  display: block;
  height: 100%;
  width: 100%;
}

.share-swatch[aria-pressed="true"] {
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--gray-900, 17 24 39) / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.share-swatch--square {
  height: 2.25rem;
  width: 2.25rem;
  flex: none;
}

.share-remove {
  position: absolute;
  right: 0.125rem;
  top: 0.125rem;
  display: none;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(var(--surface, 255 255 255) / 0.9);
  font-size: 11px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(var(--gray-600, 75 85 99) / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  --tw-shadow-colored: 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.share-swatch:hover > .share-remove,
.share-swatch:focus-within > .share-remove {
  display: flex;
}

.share-swatch--none {
  background: linear-gradient(135deg, #fff 45%, #EF4444 45%, #EF4444 55%, #fff 55%);
}

.share-swatch--upload {
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(var(--gray-300, 209 213 219) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--surface, 255 255 255) / var(--tw-bg-opacity, 1));
  background-size: cover;
  background-position: center;
}

.rhino-editor::part(toolbar__base) {
  border: none;
  padding: 0;
}

.rhino-editor::part(toolbar__button) {
  border: none;
  font-size: 0.75rem;
  line-height: 1rem;
}

.rhino-editor::part(toolbar__button):hover {
  box-shadow: 0 0 #0000;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-100, 243 244 246) / var(--tw-bg-opacity, 1));
}

.tiptap p.is-editor-empty:first-child::before {
  color: #adb5bd;
  content: attr(data-placeholder);
  float: left;
  height: 0;
  pointer-events: none;
}

/*
OneDark theme from here: https://github.com/highlightjs/highlight.js/blob/main/src/styles/atom-one-dark.css

Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax

base:    #282c34
mono-1:  #abb2bf
mono-2:  #818896
mono-3:  #5c6370
hue-1:   #56b6c2
hue-2:   #61aeee
hue-3:   #c678dd
hue-4:   #98c379
hue-5:   #e06c75
hue-5-2: #be5046
hue-6:   #d19a66
hue-6-2: #e6c07b

*/

.trix-content .hljs {
  color: #abb2bf;
  background: #0d0d0d;
}

.trix-content pre {
  color: #abb2bf;
  background: #0d0d0d;
  border-radius: 0.5rem;
  font-family: "JetBrainsMono", monospace;
  padding: 0.75rem 1rem;
}

.trix-content code {
  background: none;
  color: #abb2bf;
  background: #0d0d0d;
  color: inherit;
  font-size: 0.8rem;
  padding: 0;
}

.trix-content .hljs-comment,
.trix-content .hljs-quote {
  color: #5c6370;
  font-style: italic;
}

.trix-content .hljs-doctag,
.trix-content .hljs-keyword,
.trix-content .hljs-formula {
  color: #c678dd;
}

.trix-content .hljs-section,
.trix-content .hljs-name,
.trix-content .hljs-selector-tag,
.trix-content .hljs-deletion,
.trix-content .hljs-subst {
  color: #e06c75;
}

.trix-content .hljs-literal {
  color: #56b6c2;
}

.trix-content .hljs-string,
.trix-content .hljs-regexp,
.trix-content .hljs-addition,
.trix-content .hljs-attribute,
.trix-content .hljs-meta .trix-content .hljs-string {
  color: #98c379;
}

.trix-content .hljs-attr,
.trix-content .hljs-variable,
.trix-content .hljs-template-variable,
.trix-content .hljs-type,
.trix-content .hljs-selector-class,
.trix-content .hljs-selector-attr,
.trix-content .hljs-selector-pseudo,
.trix-content .hljs-number {
  color: #d19a66;
}

.trix-content .hljs-symbol,
.trix-content .hljs-bullet,
.trix-content .hljs-link,
.trix-content .hljs-meta,
.trix-content .hljs-selector-id,
.trix-content .hljs-title {
  color: #61aeee;
}

.trix-content .hljs-built_in,
.trix-content .hljs-title.class_,
.trix-content .hljs-class .trix-content .hljs-title {
  color: #e6c07b;
}

.trix-content .hljs-emphasis {
  font-style: italic;
}

.trix-content .hljs-strong {
  font-weight: bold;
}

.trix-content .hljs-link {
  text-decoration: underline;
}

.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--gray-400, 156 163 175) / var(--tw-text-opacity, 1)) !important;
}

.placeholder\:text-gray-400:-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--gray-400, 156 163 175) / var(--tw-text-opacity, 1)) !important;
}

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

.first\:pt-0:first-child {
  padding-top: 0px !important;
}

.last\:pb-0:last-child {
  padding-bottom: 0px !important;
}

.empty\:hidden:empty {
  display: none !important;
}

.hover\:border-button-hover:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--button-hover, 17 24 39) / var(--tw-border-opacity, 1)) !important;
}

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

.hover\:bg-\[var\(--insight-accent-tint\)\]:hover {
  background-color: var(--insight-accent-tint) !important;
}

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

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

.hover\:bg-button-hover:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--button-hover, 17 24 39) / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--gray-100, 243 244 246) / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--gray-200, 229 231 235) / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--gray-50, 249 250 251) / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--gray-800, 31 41 55) / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--gray-900, 17 24 39) / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--indigo-50, 238 242 255) / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-night-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--red-50, 254 242 242) / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-sky-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--sky-50, 240 249 255) / var(--tw-bg-opacity, 1)) !important;
}

.hover\:pl-2:hover {
  padding-left: 0.5rem !important;
}

.hover\:pl-2\.5:hover {
  padding-left: 0.625rem !important;
}

.hover\:text-\[var\(--insight-accent-dark\)\]:hover {
  color: var(--insight-accent-dark) !important;
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--blue-700, 29 78 216) / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--gray-600, 75 85 99) / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--gray-700, 55 65 81) / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--gray-800, 31 41 55) / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--gray-900, 17 24 39) / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-indigo-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--indigo-600, 79 70 229) / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-on-ink:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--on-ink, 255 255 255) / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--red-600, 220 38 38) / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--red-700, 185 28 28) / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-sky-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--sky-600, 2 132 199) / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

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

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

.hover\:shadow-md:hover {
  --tw-shadow: 0 5px 13px rgba(60, 72, 88, 0.20) !important;
  --tw-shadow-colored: 0 5px 13px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:ring-2:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.hover\:ring-\[var\(--insight-accent-line\)\]:hover {
  --tw-ring-color: var(--insight-accent-line) !important;
}

.focus\:z-10:focus {
  z-index: 10 !important;
}

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

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

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

.focus\:border-night-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
}

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

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset !important;
}

.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(var(--blue-200, 191 219 254) / var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1)) !important;
}

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

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(var(--gray-200, 229 231 235) / var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-indigo-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-night-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5 !important;
}

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

.focus\:ring-offset-night-800:focus {
  --tw-ring-offset-color: rgb(31 41 55 / 1) !important;
}

.focus-visible\:outline:focus-visible {
  outline-style: solid !important;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px !important;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px !important;
}

.focus-visible\:outline-indigo-600:focus-visible {
  outline-color: #4f46e5 !important;
}

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

.disabled\:text-gray-300:disabled {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--gray-300, 209 213 219) / var(--tw-text-opacity, 1)) !important;
}

.group:focus-within .group-focus-within\:opacity-100 {
  opacity: 1 !important;
}

.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto !important;
}

.group\/btn:hover .group-hover\/btn\:mr-0\.5 {
  margin-right: 0.125rem !important;
}

.group\/btn:hover .group-hover\/btn\:mr-1\.5 {
  margin-right: 0.375rem !important;
}

.group\/btn:hover .group-hover\/btn\:max-w-\[12rem\] {
  max-width: 12rem !important;
}

.group\/btn:hover .group-hover\/btn\:max-w-\[5rem\] {
  max-width: 5rem !important;
}

.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--gray-500, 107 114 128) / var(--tw-text-opacity, 1)) !important;
}

.group\/btn:hover .group-hover\/btn\:opacity-100 {
  opacity: 1 !important;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1 !important;
}

.dark\:border-gray-600:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--gray-600, 75 85 99) / var(--tw-border-opacity, 1)) !important;
}

.dark\:bg-blue-600:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1)) !important;
}

.dark\:bg-gray-700:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--gray-700, 55 65 81) / var(--tw-bg-opacity, 1)) !important;
}

.dark\:bg-gray-800:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--gray-800, 31 41 55) / var(--tw-bg-opacity, 1)) !important;
}

.dark\:bg-slate-800:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1)) !important;
}

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

.dark\:bg-yellow-200:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1)) !important;
}

.dark\:text-blue-500:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1)) !important;
}

.dark\:text-gray-300:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--gray-300, 209 213 219) / var(--tw-text-opacity, 1)) !important;
}

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

.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.dark\:text-yellow-800:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--yellow-800, 133 77 14) / var(--tw-text-opacity, 1)) !important;
}

.dark\:placeholder-gray-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(var(--gray-400, 156 163 175) / var(--tw-placeholder-opacity, 1)) !important;
}

.dark\:placeholder-gray-400:is(.dark *):-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(var(--gray-400, 156 163 175) / var(--tw-placeholder-opacity, 1)) !important;
}

.dark\:placeholder-gray-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(var(--gray-400, 156 163 175) / var(--tw-placeholder-opacity, 1)) !important;
}

.dark\:ring-offset-gray-800:is(.dark *) {
  --tw-ring-offset-color: rgb(var(--gray-800, 31 41 55) / 1) !important;
}

.dark\:hover\:bg-blue-700:hover:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1)) !important;
}

.dark\:hover\:bg-gray-600:hover:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--gray-600, 75 85 99) / var(--tw-bg-opacity, 1)) !important;
}

.dark\:hover\:bg-gray-700:hover:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--gray-700, 55 65 81) / var(--tw-bg-opacity, 1)) !important;
}

.dark\:hover\:text-white:hover:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.dark\:focus\:border-blue-500:focus:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
}

.dark\:focus\:ring-blue-500:focus:is(.dark *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1)) !important;
}

.dark\:focus\:ring-blue-600:focus:is(.dark *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1)) !important;
}

.dark\:focus\:ring-blue-800:focus:is(.dark *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1)) !important;
}

.dark\:focus\:ring-gray-700:focus:is(.dark *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(var(--gray-700, 55 65 81) / var(--tw-ring-opacity, 1)) !important;
}

@media (min-width: 640px) {
  .sm\:static {
    position: static !important;
  }

  .sm\:inset-auto {
    inset: auto !important;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

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

  .sm\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .sm\:mt-20 {
    margin-top: 5rem !important;
  }

  .sm\:mt-40 {
    margin-top: 10rem !important;
  }

  .sm\:block {
    display: block !important;
  }

  .sm\:flex {
    display: flex !important;
  }

  .sm\:hidden {
    display: none !important;
  }

  .sm\:max-h-\[21rem\] {
    max-height: 21rem !important;
  }

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

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

  .sm\:flex-1 {
    flex: 1 1 0% !important;
  }

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

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

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

  .sm\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 0\.62fr\)\] {
    grid-template-columns: minmax(0,1fr) minmax(0,0.62fr) !important;
  }

  .sm\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 0\.65fr\)\] {
    grid-template-columns: minmax(0,1fr) minmax(0,0.65fr) !important;
  }

  .sm\:flex-row {
    flex-direction: row !important;
  }

  .sm\:items-stretch {
    align-items: stretch !important;
  }

  .sm\:justify-start {
    justify-content: flex-start !important;
  }

  .sm\:overflow-hidden {
    overflow: hidden !important;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .sm\:p-6 {
    padding: 1.5rem !important;
  }

  .sm\:p-7 {
    padding: 1.75rem !important;
  }

  .sm\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

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

  .sm\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .sm\:pr-0 {
    padding-right: 0px !important;
  }

  .sm\:pt-20 {
    padding-top: 5rem !important;
  }

  .sm\:pt-28 {
    padding-top: 7rem !important;
  }

  .sm\:text-left {
    text-align: left !important;
  }

  .sm\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .sm\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

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

  .sm\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .sm\:leading-6 {
    line-height: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .md\:inset-0 {
    inset: 0px !important;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:flex {
    display: flex !important;
  }

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

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

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

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

  .md\:grid-cols-\[minmax\(0\2c 0\.85fr\)_minmax\(0\2c 1fr\)\] {
    grid-template-columns: minmax(0,0.85fr) minmax(0,1fr) !important;
  }

  .md\:flex-row {
    flex-direction: row !important;
  }

  .md\:items-start {
    align-items: flex-start !important;
  }

  .md\:items-center {
    align-items: center !important;
  }

  .md\:justify-center {
    justify-content: center !important;
  }

  .md\:justify-between {
    justify-content: space-between !important;
  }

  .md\:gap-12 {
    gap: 3rem !important;
  }

  .md\:gap-16 {
    gap: 4rem !important;
  }

  .md\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .md\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .md\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .md\:pt-32 {
    padding-top: 8rem !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-center {
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1 !important;
  }

  .lg\:order-2 {
    order: 2 !important;
  }

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

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

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

  .lg\:grid-cols-\[300px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 300px minmax(0,1fr) !important;
  }

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

  .lg\:border-t-0 {
    border-top-width: 0px !important;
  }

  .lg\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

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

  .lg\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

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

  .lg\:leading-normal {
    line-height: 1.5 !important;
  }
}

.\[\&\>p\:last-child\]\:mb-0>p:last-child {
  margin-bottom: 0px !important;
}

.\[\&\>p\]\:mb-3>p {
  margin-bottom: 0.75rem !important;
}

.\[\&_ol\]\:list-decimal ol {
  list-style-type: decimal !important;
}

.\[\&_ol\]\:pl-5 ol {
  padding-left: 1.25rem !important;
}

.\[\&_ul\]\:list-disc ul {
  list-style-type: disc !important;
}

.\[\&_ul\]\:pl-5 ul {
  padding-left: 1.25rem !important;
}
