*, ::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.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

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

  .container {
    max-width: 1536px;
  }
}

/* SJS Ul Widget - scoped list item styling */

.sjs-ul>li {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.sjs-ul>li.active {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.dark .sjs-ul>li.active {
  background-color: rgb(255 255 255 / 0.1);
}

.sjs-ul>li:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.sjs-ul>li:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* Searchable Widget Dropdown */

.searchable-dropdown {
  position: absolute;
  z-index: 10;
  margin-top: 0.25rem;
  max-height: 15rem;
  width: 100%;
  overflow: auto;
  border-radius: 0.375rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  /* Add vertical padding */
  top:100%;
  left:0;
}

/* =========================================
 SJS Button Widget
 ========================================= */

.sjs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  /* Default to middle alignment to sit well with text */
  vertical-align:middle;
}

/* Button Variants */

.sjs-btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.sjs-btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.sjs-btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.sjs-btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.sjs-btn-outline {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  background-color: transparent;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.sjs-btn-outline:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.sjs-btn-ghost {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.sjs-btn-ghost:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.sjs-btn-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.sjs-btn-danger:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.sjs-btn-clear {
  border-style: none;
  background-color: transparent;
  color: currentColor;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.sjs-btn-clear:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.sjs-btn-clear:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

/* Button Sizes */

.sjs-btn-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sjs-btn-md {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sjs-btn-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* Button Icon */

.sjs-btn-icon {
  fill: currentColor;
}

.sjs-btn-icon-left {
  margin-right: 0.5rem;
}

.sjs-btn-icon-right {
  margin-left: 0.5rem;
}

.sjs-btn-title {
  /* No specific styles for now, but class exists for targeting */
}

/* Button States */

.sjs-btn:disabled,
 .sjs-btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

/* =========================================
 SJS Input Widget
 ========================================= */

/* Wrapper container */

.sjs-input-group {
  margin-bottom: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .sjs-input-group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.sjs-input-group-stacked {
  margin-bottom: 0.75rem;
}

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

/* Label */

.sjs-input-label {
  order: 2;
  margin-bottom: 0px;
  justify-self: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .sjs-input-label {
    order: 1;
    grid-column: span 1 / span 1;
  }
}

/* Required indicator (*) */

.sjs-input-required {
  margin-left: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

/* The input element itself */

.sjs-input {
  width: 100%;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sjs-input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.sjs-input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.sjs-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / 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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.sjs-input:focus-visible {
  outline-width: 0px;
}

.sjs-input {
  order: 1;
}

@media (min-width: 768px) {
  .sjs-input {
    order: 2;
    grid-column: span 2 / span 2;
  }
}

.sjs-input {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

/* Input Validation States */

.sjs-input.is-error {
  border-color: transparent;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

/* Input Icon Styles */

.sjs-input-wrapper-icon {
  position: relative;
  width: 100%;
}

.sjs-input-icon {
  pointer-events: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.sjs-input-icon-left {
  left: 0px;
  padding-left: 0.75rem;
}

.sjs-input-icon-right {
  right: 0px;
  padding-right: 0.75rem;
}

.sjs-input-has-icon-left {
  padding-left: 2.5rem;
}

.sjs-input-has-icon-right {
  padding-right: 2.5rem;
}

/* Textarea widget */

.sjs-textarea {
  height: auto;
  min-height: 2.5rem;
  background-color: transparent;
  border-width:0 0 1px 0 !important;
  border-style:solid !important;
  border-color:#cbd5e1 !important;
  border-radius:0 0 0.25rem 0.25rem !important;
  background-image:linear-gradient(to top, #cbd5e1 0%, transparent 100%), linear-gradient(to top, #cbd5e1 0%, transparent 100%);
  background-position:left bottom, right bottom;
  background-size:1px 100%;
  background-repeat:no-repeat;
  background-origin:border-box;
}

.sjs-textarea:focus {
  border-color:#22c55e !important;
  /* green-500 */
  background-image:linear-gradient(to top, #22c55e 0%, transparent 100%), linear-gradient(to top, #22c55e 0%, transparent 100%) !important;
  outline:none !important;
}

/* =========================================
 SJS Voting Widget
 ========================================= */

.sjs-voting-container {
  order: 1;
}

@media (min-width: 768px) {
  .sjs-voting-container {
    order: 2;
    grid-column: span 2 / span 2;
  }
}

.sjs-voting-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  /* Changed to justify-between and full width */
}

.sjs-voting-item {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.sjs-voting-item:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

.sjs-voting-item {
  /* Increased hover scale */
  aspect-ratio: 1 / 1;
  min-width: 0px;
  max-width: 3rem;
  flex: 1 1 0%;
  /* Responsive sizing:fill space, keep ratio, limit max size */
}

.sjs-voting-item svg {
  height: 100%;
  width: 100%;
}

.sjs-voting-item.active {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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);
  /* Increased active scale */
}

/* Star specific coloring */

.sjs-voting-type-stars .sjs-voting-item.active {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

/* Override aspect ratio for numbers item wrapper to let child handle it */

.sjs-voting-type-numbers .sjs-voting-item {
  aspect-ratio: auto;
  min-height: 0px;
}

/* Override aspect ratio for numbers item wrapper to let child handle it */

.sjs-voting-type-numbers .sjs-voting-item {
  aspect-ratio: 1 / 1;
  min-height: 0px;
}

/* Numbers specific */

.sjs-voting-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .sjs-voting-number {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.sjs-voting-number {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  min-width: 0px;
  max-width: 2rem;
  overflow: hidden;
  background-color: transparent;
  padding: 0px;
  line-height: 1;
  /* Responsive circle with max size */
}

.sjs-voting-number.active {
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  /* Override text color to white for better contrast if background is filled? */
  /* JS sets color/bg/border explicitly, but we need base styles here */
  /* Revert text color override to allow JS color to show, or handle text color in JS */
  color: currentColor;
}

/* For backwards compatibility/JS injection, we also support the border-b overrides via specificity if needed,
 but the idea is to toggle .is-error on the input. */

.sjs-input.is-success {
  border-color: transparent;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

/* =========================================
 SJS Searchable Widget
 ========================================= */

.sjs-searchable-group {
  margin-bottom: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .sjs-searchable-group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.sjs-searchable-group-stacked {
  margin-bottom: 0.75rem;
  display: block;
}

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

.sjs-searchable-container {
  position: relative;
  order: 1;
  height: 2.5rem;
}

@media (min-width: 768px) {
  .sjs-searchable-container {
    order: 2;
    grid-column: span 2 / span 2;
  }
}

.sjs-searchable-label {
  order: 2;
  margin-bottom: 0px;
  display: block;
  justify-self: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .sjs-searchable-label {
    order: 1;
    grid-column: span 1 / span 1;
  }
}

/* Input widget override inside Searchable */

.sjs-searchable-input-widget {
  order: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .sjs-searchable-input-widget {
    order: 2;
    grid-column: span 2 / span 2;
  }
}

.sjs-searchable-value {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sjs-searchable-dropdown-position {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  z-index: 20;
  max-height: 15rem;
  overflow: auto;
}

/* =========================================
 SJS Li Widget
 ========================================= */

.sjs-li {
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.sjs-li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.dark .sjs-li {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.dark .sjs-li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

/* =========================================
 SJS Page Widget
 ========================================= */

.sjs-page {
  display: block;
  height: 100%;
  width: 100%;
}

.sjs-page-template {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
}

/* =========================================
 SJS Select Widget
 ========================================= */

.sjs-select-group {
  margin-bottom: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .sjs-select-group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.sjs-select-group-stacked {
  margin-bottom: 0.75rem;
  display: block;
}

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

.sjs-select-label {
  order: 2;
  margin-bottom: 0px;
  display: block;
  justify-self: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .sjs-select-label {
    order: 1;
    grid-column: span 1 / span 1;
  }
}

.sjs-select-input {
  order: 1;
  display: block;
  width: 100%;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.sjs-select-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / 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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.sjs-select-input:focus-visible {
  outline-width: 0px;
}

@media (min-width: 768px) {
  .sjs-select-input {
    order: 2;
    grid-column: span 2 / span 2;
  }
}

/* =========================================
 SJS Table Widget
 ========================================= */

.sjs-table-container {
  width: 100%;
  overflow: hidden;
  background-color: transparent;
}

.sjs-table-thead {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.dark .sjs-table-thead {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.sjs-table-th {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.dark .sjs-table-th {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.sjs-table-header-sortable {
  cursor: pointer;
}

.sjs-table-header-sortable:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.dark .sjs-table-header-sortable:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.sjs-table-tbody > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

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

.sjs-table-row {
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.sjs-table-row:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.dark .sjs-table-row:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.dark .sjs-table-row.active {
  background-color: rgb(255 255 255 / 0.1);
}

.sjs-table-row:nth-child(even) {
  background-color: rgb(248 250 252 / 0.5);
}

.dark .sjs-table-row:nth-child(even) {
  background-color: rgb(255 255 255 / 0.05);
}

.sjs-table-cell {
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.dark .sjs-table-cell {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

/* =========================================
 SJS Ul Widget
 ========================================= */

.sjs-ul {
  margin: 0px;
  list-style-type: none;
}

.sjs-ul > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.sjs-ul {
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding: 0px;
  padding-left: 0px;
}

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

.dark .sjs-ul {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  background-color: transparent;
}

.sjs-ul>li {
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.sjs-ul>li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.dark .sjs-ul>li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.sjs-ul>li:nth-child(even) {
  background-color: rgb(248 250 252 / 0.5);
}

.dark .sjs-ul>li {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.dark .sjs-ul>li:nth-child(even) {
  background-color: rgb(255 255 255 / 0.05);
}

/* =========================================
 SJS Checkbox Widget
 ========================================= */

/* Two-column grid layout (label left, checkboxes right) */

.sjs-checkbox-group {
  margin-bottom: 0.75rem;
  display: grid;
  align-items: flex-start;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .sjs-checkbox-group {
    gap: 0.75rem;
  }
}

.sjs-checkbox-group {
  grid-template-columns:1fr;
}

@media (min-width:768px) {
  .sjs-checkbox-group {
    grid-template-columns:1fr 2fr;
  }
}

/* Single checkbox also uses grid for consistent layout */

.sjs-checkbox-group-stacked {
  margin-bottom: 0.75rem;
  display: grid;
  align-items: flex-start;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .sjs-checkbox-group-stacked {
    gap: 0.75rem;
  }
}

.sjs-checkbox-group-stacked {
  grid-template-columns:1fr;
}

@media (min-width:768px) {
  .sjs-checkbox-group-stacked {
    grid-template-columns:1fr 2fr;
  }
}

/* Group label - always in first column, top-left aligned */

.sjs-checkbox-group-label {
  display: block;
  align-self: flex-start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

/* Container for checkbox items - second column */

.sjs-checkbox-items {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items:flex-start;
}

/* Each checkbox row:checkbox on left, label text on right, no wrapping */

.sjs-checkbox-item {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display:inline-flex !important;
  flex-direction:row !important;
  align-items:center !important;
  width:-moz-fit-content !important;
  width:fit-content !important;
  max-width:100%;
}

.sjs-checkbox-input {
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  flex-shrink:0;
  border:1.5px solid #d1d5db;
}

.sjs-checkbox-input:hover {
  border-color:#9ca3af;
}

.sjs-checkbox-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color:#22c55e;
}

.sjs-checkbox-input:checked {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.sjs-checkbox-input:checked::after {
  content:'';
  display:block;
  width:5px;
  height:9px;
  border:solid white;
  border-width:0 2px 2px 0;
  transform:rotate(45deg);
  margin:2px auto 0;
}

/* Circle variant */

.sjs-checkbox-input.sjs-checkbox-circle {
  border-radius: 9999px;
}

.sjs-checkbox-checkmark {
  display: none;
}

.sjs-dialog-overlay.sjs-checkbox-checkmark {
  opacity: 0;
  visibility:hidden;
  pointer-events:none;
}

/* Dark mode checkbox */

.dark .sjs-checkbox-input {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  border-color:#4b5563;
}

.dark .sjs-checkbox-input:hover {
  border-color:#6b7280;
}

.dark .sjs-checkbox-input:focus {
  border-color:#22c55e;
}

.dark .sjs-checkbox-input:checked {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.sjs-checkbox-label {
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  margin-left:0.5rem;
}

.dark .sjs-checkbox-group-label {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.dark .sjs-checkbox-label {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

/* Checkbox validation states */

.sjs-checkbox-group.is-error .sjs-checkbox-input,
 .sjs-checkbox-group-stacked.is-error .sjs-checkbox-input {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

/* =========================================
 SJS Toggle Widget
 ========================================= */

/* Container layout (consistent with Checkbox/Input) */

.sjs-toggle-group {
  margin-bottom: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .sjs-toggle-group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.sjs-toggle-group-stacked {
  margin-bottom: 0.75rem;
  display: block;
}

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

/* Container for toggle items - second column */

.sjs-toggle-items {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}

@media (min-width: 768px) {
  .sjs-toggle-items {
    order: 2;
    grid-column: span 2 / span 2;
  }
}

.sjs-toggle-label {
  order: 2;
  display: block;
  align-self: center;
  justify-self: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .sjs-toggle-label {
    order: 1;
    grid-column: span 1 / span 1;
  }
}

.dark .sjs-toggle-label {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.sjs-toggle-item {
  position: relative;
  display: inline-flex;
  height: 2rem;
  cursor: pointer;
  align-items: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  /* Fixed height for better alignment consistency */
}

.sjs-toggle-input {
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  position: absolute;
  height: 0px;
  width: 0px;
  opacity: 0;
}

.sjs-toggle-input:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 0px;
}

.sjs-toggle-input {
  /* Force hidden even on focus */
}

/* The Slider/Track */

.sjs-toggle-slider {
  position: relative;
  display: inline-block;
  height: 1.5rem;
  width: 2.75rem;
  flex-shrink: 0;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  /* added relative to fix knob positioning. inline-block ensures dimensions are respected. */
}

.dark .sjs-toggle-slider {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

/* The Knob */

.sjs-toggle-slider::before {
  content:'';
  position: absolute;
  left: 4px;
  top: 3px;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Checked State */

.sjs-toggle-input:checked+.sjs-toggle-slider {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.dark .sjs-toggle-input:checked+.sjs-toggle-slider {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.sjs-toggle-input:checked+.sjs-toggle-slider::before {
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Focus State - using ring on the slider, not the input. Ring must be rounded. */

.sjs-toggle-input:focus+.sjs-toggle-slider {
  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(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(34 197 94 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  border-radius:9999px;
  /* Ensure rounded ring */
}

.dark .sjs-toggle-input:focus+.sjs-toggle-slider {
  --tw-ring-offset-color: #0f172a;
}

/* Text label next to toggle (optional) */

.dark .sjs-toggle-text {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

/* Validation State */

.sjs-toggle-group.is-error .sjs-toggle-slider {
  --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(239 68 68 / var(--tw-ring-opacity, 1));
}

/* =========================================
 SJS Tabs Widget
 ========================================= */

.sjs-tabs {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: row;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  padding: 0px;
}

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

/* Tab items - override generic li styles */

.sjs-tabs>li {
  position: relative;
  cursor: pointer;
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  margin-bottom: -1px;
  border-bottom-width: 2px;
  border-color: transparent;
  border-radius: 0px;
  background-color: transparent;
}

.sjs-tabs>li:hover {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.dark .sjs-tabs>li:hover {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

/* Active tab - must override generic li.active bg-blue-50 */

.sjs-tabs>li.active {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  border-radius: 0px;
  background-color: transparent;
}

.dark .sjs-tabs>li.active {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  background-color: transparent;
}

.sjs-tabs>li>span {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.dark .sjs-tabs>li>span {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.sjs-tabs>li:hover>span {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.dark .sjs-tabs>li:hover>span {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.sjs-tabs>li.active>span {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.dark .sjs-tabs>li.active>span {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.sjs-tabs>li[disabled],
 .sjs-tabs>li.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.dark .searchable-dropdown {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

/* Searchable Widget Options */

.dark .searchable-option {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.dark .searchable-option-hover,
 .dark .searchable-option:hover {
  /* Hover should match active color in dark mode */
  background-color: rgb(55 65 81 / 0.7);
}

/* Active rows inside Searchable dropdown:subtle but visible highlight */

.searchable-dropdown li.active {
  background-color: rgb(238 242 255 / 0.4);
}

.dark .searchable-dropdown li.active {
  background-color: rgb(55 65 81 / 0.7);
}

/* Override generic hover:bg-gray-100 on default Li templates inside Searchable */

.searchable-dropdown li:hover {
  background-color: rgb(238 242 255 / 0.4);
}

.dark .searchable-dropdown li:hover {
  background-color: rgb(55 65 81 / 0.7);
}

/* =========================================
 SJS Accordion Widget
 ========================================= */

.sjs-accordion > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.sjs-accordion {
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

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

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

.sjs-accordion-item {
  display: flex;
  flex-direction: column;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.sjs-accordion-item:last-child {
  border-width: 0px;
}

.sjs-accordion-item:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.sjs-accordion-header {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.sjs-accordion-header:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.sjs-accordion-header:hover:is(.dark *) {
  background-color: rgb(30 41 59 / 0.5);
}

.sjs-accordion-item.active .sjs-accordion-header {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.sjs-accordion-item.active .sjs-accordion-header:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.dark .sjs-accordion-header {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.sjs-accordion-header::after {
  content:'';
  height: 1rem;
  width: 1rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  margin-right:0.5rem;
  margin-top:-0.25rem;
}

.sjs-accordion-item.active .sjs-accordion-header::after {
  --tw-rotate: 225deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  margin-top:0.25rem;
}

.sjs-accordion-content {
  max-height: 0px;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.dark .sjs-accordion-content {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.sjs-accordion-item.active .sjs-accordion-content {
  max-height: 100vh;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

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

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.-inset-0\.5 {
  inset: -0.125rem;
}

.-inset-1 {
  inset: -0.25rem;
}

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

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

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

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

.-inset-10 {
  inset: -2.5rem;
}

.-inset-11 {
  inset: -2.75rem;
}

.-inset-12 {
  inset: -3rem;
}

.-inset-14 {
  inset: -3.5rem;
}

.-inset-16 {
  inset: -4rem;
}

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

.-inset-2\.5 {
  inset: -0.625rem;
}

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

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

.-inset-20 {
  inset: -5rem;
}

.-inset-24 {
  inset: -6rem;
}

.-inset-28 {
  inset: -7rem;
}

.-inset-3 {
  inset: -0.75rem;
}

.-inset-3\.5 {
  inset: -0.875rem;
}

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

.-inset-32 {
  inset: -8rem;
}

.-inset-36 {
  inset: -9rem;
}

.-inset-4 {
  inset: -1rem;
}

.-inset-40 {
  inset: -10rem;
}

.-inset-44 {
  inset: -11rem;
}

.-inset-48 {
  inset: -12rem;
}

.-inset-5 {
  inset: -1.25rem;
}

.-inset-52 {
  inset: -13rem;
}

.-inset-56 {
  inset: -14rem;
}

.-inset-6 {
  inset: -1.5rem;
}

.-inset-60 {
  inset: -15rem;
}

.-inset-64 {
  inset: -16rem;
}

.-inset-7 {
  inset: -1.75rem;
}

.-inset-72 {
  inset: -18rem;
}

.-inset-8 {
  inset: -2rem;
}

.-inset-80 {
  inset: -20rem;
}

.-inset-9 {
  inset: -2.25rem;
}

.-inset-96 {
  inset: -24rem;
}

.-inset-full {
  inset: -100%;
}

.inset-0 {
  inset: 0px;
}

.inset-0\.5 {
  inset: 0.125rem;
}

.inset-1 {
  inset: 0.25rem;
}

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

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

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

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

.inset-10 {
  inset: 2.5rem;
}

.inset-11 {
  inset: 2.75rem;
}

.inset-12 {
  inset: 3rem;
}

.inset-14 {
  inset: 3.5rem;
}

.inset-16 {
  inset: 4rem;
}

.inset-2 {
  inset: 0.5rem;
}

.inset-2\.5 {
  inset: 0.625rem;
}

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

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

.inset-20 {
  inset: 5rem;
}

.inset-24 {
  inset: 6rem;
}

.inset-28 {
  inset: 7rem;
}

.inset-3 {
  inset: 0.75rem;
}

.inset-3\.5 {
  inset: 0.875rem;
}

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

.inset-32 {
  inset: 8rem;
}

.inset-36 {
  inset: 9rem;
}

.inset-4 {
  inset: 1rem;
}

.inset-40 {
  inset: 10rem;
}

.inset-44 {
  inset: 11rem;
}

.inset-48 {
  inset: 12rem;
}

.inset-5 {
  inset: 1.25rem;
}

.inset-52 {
  inset: 13rem;
}

.inset-56 {
  inset: 14rem;
}

.inset-6 {
  inset: 1.5rem;
}

.inset-60 {
  inset: 15rem;
}

.inset-64 {
  inset: 16rem;
}

.inset-7 {
  inset: 1.75rem;
}

.inset-72 {
  inset: 18rem;
}

.inset-8 {
  inset: 2rem;
}

.inset-80 {
  inset: 20rem;
}

.inset-9 {
  inset: 2.25rem;
}

.inset-96 {
  inset: 24rem;
}

.inset-auto {
  inset: auto;
}

.inset-full {
  inset: 100%;
}

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

.-bottom-0\.5 {
  bottom: -0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

.-bottom-2\.5 {
  bottom: -0.625rem;
}

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

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

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

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

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

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

.-bottom-3\.5 {
  bottom: -0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-left-0\.5 {
  left: -0.125rem;
}

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

.-left-1\.5 {
  left: -0.375rem;
}

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

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

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

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

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

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

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

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

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

.-left-2\.5 {
  left: -0.625rem;
}

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

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

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

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

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

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

.-left-3\.5 {
  left: -0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-left-full {
  left: -100%;
}

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

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

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

.-right-1\.5 {
  right: -0.375rem;
}

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

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

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

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

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

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

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

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

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

.-right-2\.5 {
  right: -0.625rem;
}

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

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

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

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

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

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

.-right-3\.5 {
  right: -0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-right-full {
  right: -100%;
}

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

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

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

.-top-1\.5 {
  top: -0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-top-3\.5 {
  top: -0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-0\.5 {
  bottom: 0.125rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

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

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

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

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

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-11 {
  bottom: 2.75rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-2\.5 {
  bottom: 0.625rem;
}

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

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

.bottom-20 {
  bottom: 5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-3\.5 {
  bottom: 0.875rem;
}

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

.bottom-32 {
  bottom: 8rem;
}

.bottom-36 {
  bottom: 9rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-40 {
  bottom: 10rem;
}

.bottom-44 {
  bottom: 11rem;
}

.bottom-48 {
  bottom: 12rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-52 {
  bottom: 13rem;
}

.bottom-56 {
  bottom: 14rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-60 {
  bottom: 15rem;
}

.bottom-64 {
  bottom: 16rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-72 {
  bottom: 18rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-80 {
  bottom: 20rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.bottom-96 {
  bottom: 24rem;
}

.bottom-auto {
  bottom: auto;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

.left-0\.5 {
  left: 0.125rem;
}

.left-1 {
  left: 0.25rem;
}

.left-1\.5 {
  left: 0.375rem;
}

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

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

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

.left-10 {
  left: 2.5rem;
}

.left-11 {
  left: 2.75rem;
}

.left-12 {
  left: 3rem;
}

.left-14 {
  left: 3.5rem;
}

.left-16 {
  left: 4rem;
}

.left-2 {
  left: 0.5rem;
}

.left-2\.5 {
  left: 0.625rem;
}

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

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

.left-20 {
  left: 5rem;
}

.left-24 {
  left: 6rem;
}

.left-28 {
  left: 7rem;
}

.left-3 {
  left: 0.75rem;
}

.left-3\.5 {
  left: 0.875rem;
}

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

.left-32 {
  left: 8rem;
}

.left-36 {
  left: 9rem;
}

.left-4 {
  left: 1rem;
}

.left-40 {
  left: 10rem;
}

.left-44 {
  left: 11rem;
}

.left-48 {
  left: 12rem;
}

.left-5 {
  left: 1.25rem;
}

.left-52 {
  left: 13rem;
}

.left-56 {
  left: 14rem;
}

.left-6 {
  left: 1.5rem;
}

.left-60 {
  left: 15rem;
}

.left-64 {
  left: 16rem;
}

.left-7 {
  left: 1.75rem;
}

.left-72 {
  left: 18rem;
}

.left-8 {
  left: 2rem;
}

.left-80 {
  left: 20rem;
}

.left-9 {
  left: 2.25rem;
}

.left-96 {
  left: 24rem;
}

.left-auto {
  left: auto;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

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

.right-1 {
  right: 0.25rem;
}

.right-1\.5 {
  right: 0.375rem;
}

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

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

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

.right-10 {
  right: 2.5rem;
}

.right-11 {
  right: 2.75rem;
}

.right-12 {
  right: 3rem;
}

.right-14 {
  right: 3.5rem;
}

.right-16 {
  right: 4rem;
}

.right-2 {
  right: 0.5rem;
}

.right-2\.5 {
  right: 0.625rem;
}

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

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

.right-20 {
  right: 5rem;
}

.right-24 {
  right: 6rem;
}

.right-28 {
  right: 7rem;
}

.right-3 {
  right: 0.75rem;
}

.right-3\.5 {
  right: 0.875rem;
}

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

.right-32 {
  right: 8rem;
}

.right-36 {
  right: 9rem;
}

.right-4 {
  right: 1rem;
}

.right-40 {
  right: 10rem;
}

.right-44 {
  right: 11rem;
}

.right-48 {
  right: 12rem;
}

.right-5 {
  right: 1.25rem;
}

.right-52 {
  right: 13rem;
}

.right-56 {
  right: 14rem;
}

.right-6 {
  right: 1.5rem;
}

.right-60 {
  right: 15rem;
}

.right-64 {
  right: 16rem;
}

.right-7 {
  right: 1.75rem;
}

.right-72 {
  right: 18rem;
}

.right-8 {
  right: 2rem;
}

.right-80 {
  right: 20rem;
}

.right-9 {
  right: 2.25rem;
}

.right-96 {
  right: 24rem;
}

.right-auto {
  right: auto;
}

.right-full {
  right: 100%;
}

.top-0 {
  top: 0px;
}

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

.top-1 {
  top: 0.25rem;
}

.top-1\.5 {
  top: 0.375rem;
}

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

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

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

.top-10 {
  top: 2.5rem;
}

.top-11 {
  top: 2.75rem;
}

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.top-2 {
  top: 0.5rem;
}

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

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

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

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-28 {
  top: 7rem;
}

.top-3 {
  top: 0.75rem;
}

.top-3\.5 {
  top: 0.875rem;
}

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

.top-32 {
  top: 8rem;
}

.top-36 {
  top: 9rem;
}

.top-4 {
  top: 1rem;
}

.top-40 {
  top: 10rem;
}

.top-44 {
  top: 11rem;
}

.top-48 {
  top: 12rem;
}

.top-5 {
  top: 1.25rem;
}

.top-52 {
  top: 13rem;
}

.top-56 {
  top: 14rem;
}

.top-6 {
  top: 1.5rem;
}

.top-60 {
  top: 15rem;
}

.top-64 {
  top: 16rem;
}

.top-7 {
  top: 1.75rem;
}

.top-72 {
  top: 18rem;
}

.top-8 {
  top: 2rem;
}

.top-80 {
  top: 20rem;
}

.top-9 {
  top: 2.25rem;
}

.top-96 {
  top: 24rem;
}

.top-auto {
  top: auto;
}

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

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

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

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

.-z-30 {
  z-index: -30;
}

.-z-40 {
  z-index: -40;
}

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

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

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

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

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

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

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

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

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

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

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

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

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

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

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

.-col-start-10 {
  grid-column-start: -10;
}

.-col-start-11 {
  grid-column-start: -11;
}

.-col-start-12 {
  grid-column-start: -12;
}

.-col-start-13 {
  grid-column-start: -13;
}

.-col-start-2 {
  grid-column-start: -2;
}

.-col-start-3 {
  grid-column-start: -3;
}

.-col-start-4 {
  grid-column-start: -4;
}

.-col-start-5 {
  grid-column-start: -5;
}

.-col-start-6 {
  grid-column-start: -6;
}

.-col-start-7 {
  grid-column-start: -7;
}

.-col-start-8 {
  grid-column-start: -8;
}

.-col-start-9 {
  grid-column-start: -9;
}

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

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-auto {
  grid-column-start: auto;
}

.-col-end-1 {
  grid-column-end: -1;
}

.-col-end-10 {
  grid-column-end: -10;
}

.-col-end-11 {
  grid-column-end: -11;
}

.-col-end-12 {
  grid-column-end: -12;
}

.-col-end-13 {
  grid-column-end: -13;
}

.-col-end-2 {
  grid-column-end: -2;
}

.-col-end-3 {
  grid-column-end: -3;
}

.-col-end-4 {
  grid-column-end: -4;
}

.-col-end-5 {
  grid-column-end: -5;
}

.-col-end-6 {
  grid-column-end: -6;
}

.-col-end-7 {
  grid-column-end: -7;
}

.-col-end-8 {
  grid-column-end: -8;
}

.-col-end-9 {
  grid-column-end: -9;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-end-auto {
  grid-column-end: auto;
}

.row-auto {
  grid-row: auto;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-10 {
  grid-row: span 10 / span 10;
}

.row-span-11 {
  grid-row: span 11 / span 11;
}

.row-span-12 {
  grid-row: span 12 / span 12;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-5 {
  grid-row: span 5 / span 5;
}

.row-span-6 {
  grid-row: span 6 / span 6;
}

.row-span-full {
  grid-row: 1 / -1;
}

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

.-row-start-10 {
  grid-row-start: -10;
}

.-row-start-11 {
  grid-row-start: -11;
}

.-row-start-12 {
  grid-row-start: -12;
}

.-row-start-13 {
  grid-row-start: -13;
}

.-row-start-2 {
  grid-row-start: -2;
}

.-row-start-3 {
  grid-row-start: -3;
}

.-row-start-4 {
  grid-row-start: -4;
}

.-row-start-5 {
  grid-row-start: -5;
}

.-row-start-6 {
  grid-row-start: -6;
}

.-row-start-7 {
  grid-row-start: -7;
}

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

.row-start-10 {
  grid-row-start: 10;
}

.row-start-11 {
  grid-row-start: 11;
}

.row-start-12 {
  grid-row-start: 12;
}

.row-start-13 {
  grid-row-start: 13;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-auto {
  grid-row-start: auto;
}

.-row-end-1 {
  grid-row-end: -1;
}

.-row-end-10 {
  grid-row-end: -10;
}

.-row-end-11 {
  grid-row-end: -11;
}

.-row-end-12 {
  grid-row-end: -12;
}

.-row-end-13 {
  grid-row-end: -13;
}

.-row-end-2 {
  grid-row-end: -2;
}

.-row-end-3 {
  grid-row-end: -3;
}

.-row-end-4 {
  grid-row-end: -4;
}

.-row-end-5 {
  grid-row-end: -5;
}

.-row-end-6 {
  grid-row-end: -6;
}

.-row-end-7 {
  grid-row-end: -7;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-end-10 {
  grid-row-end: 10;
}

.row-end-11 {
  grid-row-end: 11;
}

.row-end-12 {
  grid-row-end: 12;
}

.row-end-13 {
  grid-row-end: 13;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-end-7 {
  grid-row-end: 7;
}

.row-end-auto {
  grid-row-end: auto;
}

.float-start {
  float: inline-start;
}

.float-end {
  float: inline-end;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-start {
  clear: inline-start;
}

.clear-end {
  clear: inline-end;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.-m-0 {
  margin: -0px;
}

.-m-0\.5 {
  margin: -0.125rem;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-1\.5 {
  margin: -0.375rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-11 {
  margin: -2.75rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-14 {
  margin: -3.5rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-2\.5 {
  margin: -0.625rem;
}

.-m-20 {
  margin: -5rem;
}

.-m-24 {
  margin: -6rem;
}

.-m-28 {
  margin: -7rem;
}

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

.-m-3\.5 {
  margin: -0.875rem;
}

.-m-32 {
  margin: -8rem;
}

.-m-36 {
  margin: -9rem;
}

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

.-m-40 {
  margin: -10rem;
}

.-m-44 {
  margin: -11rem;
}

.-m-48 {
  margin: -12rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-52 {
  margin: -13rem;
}

.-m-56 {
  margin: -14rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-60 {
  margin: -15rem;
}

.-m-64 {
  margin: -16rem;
}

.-m-7 {
  margin: -1.75rem;
}

.-m-72 {
  margin: -18rem;
}

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

.-m-80 {
  margin: -20rem;
}

.-m-9 {
  margin: -2.25rem;
}

.-m-96 {
  margin: -24rem;
}

.m-0 {
  margin: 0px;
}

.m-0\.5 {
  margin: 0.125rem;
}

.m-1 {
  margin: 0.25rem;
}

.m-1\.5 {
  margin: 0.375rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-2\.5 {
  margin: 0.625rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-3\.5 {
  margin: 0.875rem;
}

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-4 {
  margin: 1rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 12rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-52 {
  margin: 13rem;
}

.m-56 {
  margin: 14rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-72 {
  margin: 18rem;
}

.m-8 {
  margin: 2rem;
}

.m-80 {
  margin: 20rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-96 {
  margin: 24rem;
}

.m-auto {
  margin: auto;
}

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

.-mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

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

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

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

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

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

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

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

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

.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

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

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

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

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

.-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

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

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

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

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

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

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

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

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

.-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

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

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

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

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

.-my-3\.5 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

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

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

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

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

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

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

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

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

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

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

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

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

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

.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

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

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

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

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

.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

.-mb-0\.5 {
  margin-bottom: -0.125rem;
}

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

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

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

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

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

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

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

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

.-mb-2\.5 {
  margin-bottom: -0.625rem;
}

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

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

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

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

.-mb-3\.5 {
  margin-bottom: -0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-ml-1\.5 {
  margin-left: -0.375rem;
}

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

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

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

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

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

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

.-ml-2\.5 {
  margin-left: -0.625rem;
}

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

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

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

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

.-ml-3\.5 {
  margin-left: -0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mr-0\.5 {
  margin-right: -0.125rem;
}

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

.-mr-1\.5 {
  margin-right: -0.375rem;
}

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

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

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

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

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

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

.-mr-2\.5 {
  margin-right: -0.625rem;
}

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

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

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

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

.-mr-3\.5 {
  margin-right: -0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-0\.5 {
  margin-top: -0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-3\.5 {
  margin-top: -0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

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

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

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-auto {
  margin-bottom: auto;
}

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

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

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

.ml-1\.5 {
  margin-left: 0.375rem;
}

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

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

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

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

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

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

.ml-2\.5 {
  margin-left: 0.625rem;
}

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

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

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

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

.ml-3\.5 {
  margin-left: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-0\.5 {
  margin-right: 0.125rem;
}

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

.mr-1\.5 {
  margin-right: 0.375rem;
}

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

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

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

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

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

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

.mr-2\.5 {
  margin-right: 0.625rem;
}

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

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

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

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

.mr-3\.5 {
  margin-right: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-auto {
  margin-right: auto;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-3\.5 {
  margin-top: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-content {
  box-sizing: content-box;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

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

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

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

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

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

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

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

.h-1\/3 {
  height: 33.333333%;
}

.h-1\/4 {
  height: 25%;
}

.h-1\/5 {
  height: 20%;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-2\/4 {
  height: 50%;
}

.h-2\/5 {
  height: 40%;
}

.h-2\/6 {
  height: 33.333333%;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

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

.h-3\/4 {
  height: 75%;
}

.h-3\/5 {
  height: 60%;
}

.h-3\/6 {
  height: 50%;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-4\/5 {
  height: 80%;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

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

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-min {
  height: -moz-min-content;
  height: min-content;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-0\.5 {
  max-height: 0.125rem;
}

.max-h-1 {
  max-height: 0.25rem;
}

.max-h-1\.5 {
  max-height: 0.375rem;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-11 {
  max-height: 2.75rem;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-14 {
  max-height: 3.5rem;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-2 {
  max-height: 0.5rem;
}

.max-h-2\.5 {
  max-height: 0.625rem;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-24 {
  max-height: 6rem;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-3 {
  max-height: 0.75rem;
}

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

.max-h-32 {
  max-height: 8rem;
}

.max-h-36 {
  max-height: 9rem;
}

.max-h-4 {
  max-height: 1rem;
}

.max-h-40 {
  max-height: 10rem;
}

.max-h-44 {
  max-height: 11rem;
}

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

.max-h-5 {
  max-height: 1.25rem;
}

.max-h-52 {
  max-height: 13rem;
}

.max-h-56 {
  max-height: 14rem;
}

.max-h-6 {
  max-height: 1.5rem;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-7 {
  max-height: 1.75rem;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-9 {
  max-height: 2.25rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.max-h-full {
  max-height: 100%;
}

.max-h-max {
  max-height: -moz-max-content;
  max-height: max-content;
}

.max-h-min {
  max-height: -moz-min-content;
  max-height: min-content;
}

.max-h-screen {
  max-height: 100vh;
}

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

.min-h-0\.5 {
  min-height: 0.125rem;
}

.min-h-1 {
  min-height: 0.25rem;
}

.min-h-1\.5 {
  min-height: 0.375rem;
}

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-11 {
  min-height: 2.75rem;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-14 {
  min-height: 3.5rem;
}

.min-h-16 {
  min-height: 4rem;
}

.min-h-2 {
  min-height: 0.5rem;
}

.min-h-2\.5 {
  min-height: 0.625rem;
}

.min-h-20 {
  min-height: 5rem;
}

.min-h-24 {
  min-height: 6rem;
}

.min-h-28 {
  min-height: 7rem;
}

.min-h-3 {
  min-height: 0.75rem;
}

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

.min-h-32 {
  min-height: 8rem;
}

.min-h-36 {
  min-height: 9rem;
}

.min-h-4 {
  min-height: 1rem;
}

.min-h-40 {
  min-height: 10rem;
}

.min-h-44 {
  min-height: 11rem;
}

.min-h-48 {
  min-height: 12rem;
}

.min-h-5 {
  min-height: 1.25rem;
}

.min-h-52 {
  min-height: 13rem;
}

.min-h-56 {
  min-height: 14rem;
}

.min-h-6 {
  min-height: 1.5rem;
}

.min-h-60 {
  min-height: 15rem;
}

.min-h-64 {
  min-height: 16rem;
}

.min-h-7 {
  min-height: 1.75rem;
}

.min-h-72 {
  min-height: 18rem;
}

.min-h-8 {
  min-height: 2rem;
}

.min-h-80 {
  min-height: 20rem;
}

.min-h-9 {
  min-height: 2.25rem;
}

.min-h-96 {
  min-height: 24rem;
}

.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.min-h-full {
  min-height: 100%;
}

.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}

.min-h-min {
  min-height: -moz-min-content;
  min-height: min-content;
}

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

.w-0 {
  width: 0px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1 {
  width: 0.25rem;
}

.w-1\.5 {
  width: 0.375rem;
}

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

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

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

.w-11 {
  width: 2.75rem;
}

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

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

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

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

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

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

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

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

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

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

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

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

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

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

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

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

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

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

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

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

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

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

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

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

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

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

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

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

.w-96 {
  width: 24rem;
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

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

.w-screen {
  width: 100vw;
}

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

.min-w-0\.5 {
  min-width: 0.125rem;
}

.min-w-1 {
  min-width: 0.25rem;
}

.min-w-1\.5 {
  min-width: 0.375rem;
}

.min-w-10 {
  min-width: 2.5rem;
}

.min-w-11 {
  min-width: 2.75rem;
}

.min-w-12 {
  min-width: 3rem;
}

.min-w-14 {
  min-width: 3.5rem;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-2 {
  min-width: 0.5rem;
}

.min-w-2\.5 {
  min-width: 0.625rem;
}

.min-w-20 {
  min-width: 5rem;
}

.min-w-24 {
  min-width: 6rem;
}

.min-w-28 {
  min-width: 7rem;
}

.min-w-3 {
  min-width: 0.75rem;
}

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

.min-w-32 {
  min-width: 8rem;
}

.min-w-36 {
  min-width: 9rem;
}

.min-w-4 {
  min-width: 1rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-44 {
  min-width: 11rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-5 {
  min-width: 1.25rem;
}

.min-w-52 {
  min-width: 13rem;
}

.min-w-56 {
  min-width: 14rem;
}

.min-w-6 {
  min-width: 1.5rem;
}

.min-w-60 {
  min-width: 15rem;
}

.min-w-64 {
  min-width: 16rem;
}

.min-w-7 {
  min-width: 1.75rem;
}

.min-w-72 {
  min-width: 18rem;
}

.min-w-8 {
  min-width: 2rem;
}

.min-w-80 {
  min-width: 20rem;
}

.min-w-9 {
  min-width: 2.25rem;
}

.min-w-96 {
  min-width: 24rem;
}

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

.min-w-full {
  min-width: 100%;
}

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

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

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

.max-w-0\.5 {
  max-width: 0.125rem;
}

.max-w-1 {
  max-width: 0.25rem;
}

.max-w-1\.5 {
  max-width: 0.375rem;
}

.max-w-10 {
  max-width: 2.5rem;
}

.max-w-11 {
  max-width: 2.75rem;
}

.max-w-12 {
  max-width: 3rem;
}

.max-w-14 {
  max-width: 3.5rem;
}

.max-w-16 {
  max-width: 4rem;
}

.max-w-2 {
  max-width: 0.5rem;
}

.max-w-2\.5 {
  max-width: 0.625rem;
}

.max-w-20 {
  max-width: 5rem;
}

.max-w-24 {
  max-width: 6rem;
}

.max-w-28 {
  max-width: 7rem;
}

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

.max-w-3 {
  max-width: 0.75rem;
}

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

.max-w-32 {
  max-width: 8rem;
}

.max-w-36 {
  max-width: 9rem;
}

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

.max-w-4 {
  max-width: 1rem;
}

.max-w-40 {
  max-width: 10rem;
}

.max-w-44 {
  max-width: 11rem;
}

.max-w-48 {
  max-width: 12rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5 {
  max-width: 1.25rem;
}

.max-w-52 {
  max-width: 13rem;
}

.max-w-56 {
  max-width: 14rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6 {
  max-width: 1.5rem;
}

.max-w-60 {
  max-width: 15rem;
}

.max-w-64 {
  max-width: 16rem;
}

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

.max-w-7 {
  max-width: 1.75rem;
}

.max-w-72 {
  max-width: 18rem;
}

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

.max-w-8 {
  max-width: 2rem;
}

.max-w-80 {
  max-width: 20rem;
}

.max-w-9 {
  max-width: 2.25rem;
}

.max-w-96 {
  max-width: 24rem;
}

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

.max-w-full {
  max-width: 100%;
}

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

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

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

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

.max-w-none {
  max-width: none;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

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

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

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

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

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

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

.flex-none {
  flex: none;
}

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

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

.shrink {
  flex-shrink: 1;
}

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

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

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

.grow {
  flex-grow: 1;
}

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

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.caption-top {
  caption-side: top;
}

.caption-bottom {
  caption-side: bottom;
}

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

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

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-cpu {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none {
  transform: none;
}

.cursor-alias {
  cursor: alias;
}

.cursor-all-scroll {
  cursor: all-scroll;
}

.cursor-auto {
  cursor: auto;
}

.cursor-cell {
  cursor: cell;
}

.cursor-col-resize {
  cursor: col-resize;
}

.cursor-context-menu {
  cursor: context-menu;
}

.cursor-copy {
  cursor: copy;
}

.cursor-crosshair {
  cursor: crosshair;
}

.cursor-default {
  cursor: default;
}

.cursor-e-resize {
  cursor: e-resize;
}

.cursor-ew-resize {
  cursor: ew-resize;
}

.cursor-grab {
  cursor: grab;
}

.cursor-grabbing {
  cursor: grabbing;
}

.cursor-help {
  cursor: help;
}

.cursor-move {
  cursor: move;
}

.cursor-n-resize {
  cursor: n-resize;
}

.cursor-ne-resize {
  cursor: ne-resize;
}

.cursor-nesw-resize {
  cursor: nesw-resize;
}

.cursor-no-drop {
  cursor: no-drop;
}

.cursor-none {
  cursor: none;
}

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

.cursor-ns-resize {
  cursor: ns-resize;
}

.cursor-nw-resize {
  cursor: nw-resize;
}

.cursor-nwse-resize {
  cursor: nwse-resize;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-progress {
  cursor: progress;
}

.cursor-row-resize {
  cursor: row-resize;
}

.cursor-s-resize {
  cursor: s-resize;
}

.cursor-se-resize {
  cursor: se-resize;
}

.cursor-sw-resize {
  cursor: sw-resize;
}

.cursor-text {
  cursor: text;
}

.cursor-vertical-text {
  cursor: vertical-text;
}

.cursor-w-resize {
  cursor: w-resize;
}

.cursor-wait {
  cursor: wait;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.cursor-zoom-out {
  cursor: zoom-out;
}

.touch-auto {
  touch-action: auto;
}

.touch-none {
  touch-action: none;
}

.touch-pan-x {
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-left {
  --tw-pan-x: pan-left;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-right {
  --tw-pan-x: pan-right;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-up {
  --tw-pan-y: pan-up;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-down {
  --tw-pan-y: pan-down;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pinch-zoom {
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-manipulation {
  touch-action: manipulation;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.snap-none {
  scroll-snap-type: none;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-y {
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}

.snap-both {
  scroll-snap-type: both var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-proximity {
  --tw-scroll-snap-strictness: proximity;
}

.snap-start {
  scroll-snap-align: start;
}

.snap-end {
  scroll-snap-align: end;
}

.snap-center {
  scroll-snap-align: center;
}

.snap-align-none {
  scroll-snap-align: none;
}

.snap-normal {
  scroll-snap-stop: normal;
}

.snap-always {
  scroll-snap-stop: always;
}

.-scroll-m-0 {
  scroll-margin: -0px;
}

.-scroll-m-0\.5 {
  scroll-margin: -0.125rem;
}

.-scroll-m-1 {
  scroll-margin: -0.25rem;
}

.-scroll-m-1\.5 {
  scroll-margin: -0.375rem;
}

.-scroll-m-10 {
  scroll-margin: -2.5rem;
}

.-scroll-m-11 {
  scroll-margin: -2.75rem;
}

.-scroll-m-12 {
  scroll-margin: -3rem;
}

.-scroll-m-14 {
  scroll-margin: -3.5rem;
}

.-scroll-m-16 {
  scroll-margin: -4rem;
}

.-scroll-m-2 {
  scroll-margin: -0.5rem;
}

.-scroll-m-2\.5 {
  scroll-margin: -0.625rem;
}

.-scroll-m-20 {
  scroll-margin: -5rem;
}

.-scroll-m-24 {
  scroll-margin: -6rem;
}

.-scroll-m-28 {
  scroll-margin: -7rem;
}

.-scroll-m-3 {
  scroll-margin: -0.75rem;
}

.-scroll-m-3\.5 {
  scroll-margin: -0.875rem;
}

.-scroll-m-32 {
  scroll-margin: -8rem;
}

.-scroll-m-36 {
  scroll-margin: -9rem;
}

.-scroll-m-4 {
  scroll-margin: -1rem;
}

.-scroll-m-40 {
  scroll-margin: -10rem;
}

.-scroll-m-44 {
  scroll-margin: -11rem;
}

.-scroll-m-48 {
  scroll-margin: -12rem;
}

.-scroll-m-5 {
  scroll-margin: -1.25rem;
}

.-scroll-m-52 {
  scroll-margin: -13rem;
}

.-scroll-m-56 {
  scroll-margin: -14rem;
}

.-scroll-m-6 {
  scroll-margin: -1.5rem;
}

.-scroll-m-60 {
  scroll-margin: -15rem;
}

.-scroll-m-64 {
  scroll-margin: -16rem;
}

.-scroll-m-7 {
  scroll-margin: -1.75rem;
}

.-scroll-m-72 {
  scroll-margin: -18rem;
}

.-scroll-m-8 {
  scroll-margin: -2rem;
}

.-scroll-m-80 {
  scroll-margin: -20rem;
}

.-scroll-m-9 {
  scroll-margin: -2.25rem;
}

.-scroll-m-96 {
  scroll-margin: -24rem;
}

.scroll-m-0 {
  scroll-margin: 0px;
}

.scroll-m-0\.5 {
  scroll-margin: 0.125rem;
}

.scroll-m-1 {
  scroll-margin: 0.25rem;
}

.scroll-m-1\.5 {
  scroll-margin: 0.375rem;
}

.scroll-m-10 {
  scroll-margin: 2.5rem;
}

.scroll-m-11 {
  scroll-margin: 2.75rem;
}

.scroll-m-12 {
  scroll-margin: 3rem;
}

.scroll-m-14 {
  scroll-margin: 3.5rem;
}

.scroll-m-16 {
  scroll-margin: 4rem;
}

.scroll-m-2 {
  scroll-margin: 0.5rem;
}

.scroll-m-2\.5 {
  scroll-margin: 0.625rem;
}

.scroll-m-20 {
  scroll-margin: 5rem;
}

.scroll-m-24 {
  scroll-margin: 6rem;
}

.scroll-m-28 {
  scroll-margin: 7rem;
}

.scroll-m-3 {
  scroll-margin: 0.75rem;
}

.scroll-m-3\.5 {
  scroll-margin: 0.875rem;
}

.scroll-m-32 {
  scroll-margin: 8rem;
}

.scroll-m-36 {
  scroll-margin: 9rem;
}

.scroll-m-4 {
  scroll-margin: 1rem;
}

.scroll-m-40 {
  scroll-margin: 10rem;
}

.scroll-m-44 {
  scroll-margin: 11rem;
}

.scroll-m-48 {
  scroll-margin: 12rem;
}

.scroll-m-5 {
  scroll-margin: 1.25rem;
}

.scroll-m-52 {
  scroll-margin: 13rem;
}

.scroll-m-56 {
  scroll-margin: 14rem;
}

.scroll-m-6 {
  scroll-margin: 1.5rem;
}

.scroll-m-60 {
  scroll-margin: 15rem;
}

.scroll-m-64 {
  scroll-margin: 16rem;
}

.scroll-m-7 {
  scroll-margin: 1.75rem;
}

.scroll-m-72 {
  scroll-margin: 18rem;
}

.scroll-m-8 {
  scroll-margin: 2rem;
}

.scroll-m-80 {
  scroll-margin: 20rem;
}

.scroll-m-9 {
  scroll-margin: 2.25rem;
}

.scroll-m-96 {
  scroll-margin: 24rem;
}

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

.-scroll-mx-0\.5 {
  scroll-margin-left: -0.125rem;
  scroll-margin-right: -0.125rem;
}

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

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

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

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

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

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

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

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

.-scroll-mx-2\.5 {
  scroll-margin-left: -0.625rem;
  scroll-margin-right: -0.625rem;
}

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

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

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

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

.-scroll-mx-3\.5 {
  scroll-margin-left: -0.875rem;
  scroll-margin-right: -0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-scroll-my-0\.5 {
  scroll-margin-top: -0.125rem;
  scroll-margin-bottom: -0.125rem;
}

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

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

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

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

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

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

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

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

.-scroll-my-2\.5 {
  scroll-margin-top: -0.625rem;
  scroll-margin-bottom: -0.625rem;
}

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

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

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

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

.-scroll-my-3\.5 {
  scroll-margin-top: -0.875rem;
  scroll-margin-bottom: -0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scroll-mx-0\.5 {
  scroll-margin-left: 0.125rem;
  scroll-margin-right: 0.125rem;
}

.scroll-mx-1 {
  scroll-margin-left: 0.25rem;
  scroll-margin-right: 0.25rem;
}

.scroll-mx-1\.5 {
  scroll-margin-left: 0.375rem;
  scroll-margin-right: 0.375rem;
}

.scroll-mx-10 {
  scroll-margin-left: 2.5rem;
  scroll-margin-right: 2.5rem;
}

.scroll-mx-11 {
  scroll-margin-left: 2.75rem;
  scroll-margin-right: 2.75rem;
}

.scroll-mx-12 {
  scroll-margin-left: 3rem;
  scroll-margin-right: 3rem;
}

.scroll-mx-14 {
  scroll-margin-left: 3.5rem;
  scroll-margin-right: 3.5rem;
}

.scroll-mx-16 {
  scroll-margin-left: 4rem;
  scroll-margin-right: 4rem;
}

.scroll-mx-2 {
  scroll-margin-left: 0.5rem;
  scroll-margin-right: 0.5rem;
}

.scroll-mx-2\.5 {
  scroll-margin-left: 0.625rem;
  scroll-margin-right: 0.625rem;
}

.scroll-mx-20 {
  scroll-margin-left: 5rem;
  scroll-margin-right: 5rem;
}

.scroll-mx-24 {
  scroll-margin-left: 6rem;
  scroll-margin-right: 6rem;
}

.scroll-mx-28 {
  scroll-margin-left: 7rem;
  scroll-margin-right: 7rem;
}

.scroll-mx-3 {
  scroll-margin-left: 0.75rem;
  scroll-margin-right: 0.75rem;
}

.scroll-mx-3\.5 {
  scroll-margin-left: 0.875rem;
  scroll-margin-right: 0.875rem;
}

.scroll-mx-32 {
  scroll-margin-left: 8rem;
  scroll-margin-right: 8rem;
}

.scroll-mx-36 {
  scroll-margin-left: 9rem;
  scroll-margin-right: 9rem;
}

.scroll-mx-4 {
  scroll-margin-left: 1rem;
  scroll-margin-right: 1rem;
}

.scroll-mx-40 {
  scroll-margin-left: 10rem;
  scroll-margin-right: 10rem;
}

.scroll-mx-44 {
  scroll-margin-left: 11rem;
  scroll-margin-right: 11rem;
}

.scroll-mx-48 {
  scroll-margin-left: 12rem;
  scroll-margin-right: 12rem;
}

.scroll-mx-5 {
  scroll-margin-left: 1.25rem;
  scroll-margin-right: 1.25rem;
}

.scroll-mx-52 {
  scroll-margin-left: 13rem;
  scroll-margin-right: 13rem;
}

.scroll-mx-56 {
  scroll-margin-left: 14rem;
  scroll-margin-right: 14rem;
}

.scroll-mx-6 {
  scroll-margin-left: 1.5rem;
  scroll-margin-right: 1.5rem;
}

.scroll-mx-60 {
  scroll-margin-left: 15rem;
  scroll-margin-right: 15rem;
}

.scroll-mx-64 {
  scroll-margin-left: 16rem;
  scroll-margin-right: 16rem;
}

.scroll-mx-7 {
  scroll-margin-left: 1.75rem;
  scroll-margin-right: 1.75rem;
}

.scroll-mx-72 {
  scroll-margin-left: 18rem;
  scroll-margin-right: 18rem;
}

.scroll-mx-8 {
  scroll-margin-left: 2rem;
  scroll-margin-right: 2rem;
}

.scroll-mx-80 {
  scroll-margin-left: 20rem;
  scroll-margin-right: 20rem;
}

.scroll-mx-9 {
  scroll-margin-left: 2.25rem;
  scroll-margin-right: 2.25rem;
}

.scroll-mx-96 {
  scroll-margin-left: 24rem;
  scroll-margin-right: 24rem;
}

.scroll-my-0 {
  scroll-margin-top: 0px;
  scroll-margin-bottom: 0px;
}

.scroll-my-0\.5 {
  scroll-margin-top: 0.125rem;
  scroll-margin-bottom: 0.125rem;
}

.scroll-my-1 {
  scroll-margin-top: 0.25rem;
  scroll-margin-bottom: 0.25rem;
}

.scroll-my-1\.5 {
  scroll-margin-top: 0.375rem;
  scroll-margin-bottom: 0.375rem;
}

.scroll-my-10 {
  scroll-margin-top: 2.5rem;
  scroll-margin-bottom: 2.5rem;
}

.scroll-my-11 {
  scroll-margin-top: 2.75rem;
  scroll-margin-bottom: 2.75rem;
}

.scroll-my-12 {
  scroll-margin-top: 3rem;
  scroll-margin-bottom: 3rem;
}

.scroll-my-14 {
  scroll-margin-top: 3.5rem;
  scroll-margin-bottom: 3.5rem;
}

.scroll-my-16 {
  scroll-margin-top: 4rem;
  scroll-margin-bottom: 4rem;
}

.scroll-my-2 {
  scroll-margin-top: 0.5rem;
  scroll-margin-bottom: 0.5rem;
}

.scroll-my-2\.5 {
  scroll-margin-top: 0.625rem;
  scroll-margin-bottom: 0.625rem;
}

.scroll-my-20 {
  scroll-margin-top: 5rem;
  scroll-margin-bottom: 5rem;
}

.scroll-my-24 {
  scroll-margin-top: 6rem;
  scroll-margin-bottom: 6rem;
}

.scroll-my-28 {
  scroll-margin-top: 7rem;
  scroll-margin-bottom: 7rem;
}

.scroll-my-3 {
  scroll-margin-top: 0.75rem;
  scroll-margin-bottom: 0.75rem;
}

.scroll-my-3\.5 {
  scroll-margin-top: 0.875rem;
  scroll-margin-bottom: 0.875rem;
}

.scroll-my-32 {
  scroll-margin-top: 8rem;
  scroll-margin-bottom: 8rem;
}

.scroll-my-36 {
  scroll-margin-top: 9rem;
  scroll-margin-bottom: 9rem;
}

.scroll-my-4 {
  scroll-margin-top: 1rem;
  scroll-margin-bottom: 1rem;
}

.scroll-my-40 {
  scroll-margin-top: 10rem;
  scroll-margin-bottom: 10rem;
}

.scroll-my-44 {
  scroll-margin-top: 11rem;
  scroll-margin-bottom: 11rem;
}

.scroll-my-48 {
  scroll-margin-top: 12rem;
  scroll-margin-bottom: 12rem;
}

.scroll-my-5 {
  scroll-margin-top: 1.25rem;
  scroll-margin-bottom: 1.25rem;
}

.scroll-my-52 {
  scroll-margin-top: 13rem;
  scroll-margin-bottom: 13rem;
}

.scroll-my-56 {
  scroll-margin-top: 14rem;
  scroll-margin-bottom: 14rem;
}

.scroll-my-6 {
  scroll-margin-top: 1.5rem;
  scroll-margin-bottom: 1.5rem;
}

.scroll-my-60 {
  scroll-margin-top: 15rem;
  scroll-margin-bottom: 15rem;
}

.scroll-my-64 {
  scroll-margin-top: 16rem;
  scroll-margin-bottom: 16rem;
}

.scroll-my-7 {
  scroll-margin-top: 1.75rem;
  scroll-margin-bottom: 1.75rem;
}

.scroll-my-72 {
  scroll-margin-top: 18rem;
  scroll-margin-bottom: 18rem;
}

.scroll-my-8 {
  scroll-margin-top: 2rem;
  scroll-margin-bottom: 2rem;
}

.scroll-my-80 {
  scroll-margin-top: 20rem;
  scroll-margin-bottom: 20rem;
}

.scroll-my-9 {
  scroll-margin-top: 2.25rem;
  scroll-margin-bottom: 2.25rem;
}

.scroll-my-96 {
  scroll-margin-top: 24rem;
  scroll-margin-bottom: 24rem;
}

.-scroll-mb-0 {
  scroll-margin-bottom: -0px;
}

.-scroll-mb-0\.5 {
  scroll-margin-bottom: -0.125rem;
}

.-scroll-mb-1 {
  scroll-margin-bottom: -0.25rem;
}

.-scroll-mb-1\.5 {
  scroll-margin-bottom: -0.375rem;
}

.-scroll-mb-10 {
  scroll-margin-bottom: -2.5rem;
}

.-scroll-mb-11 {
  scroll-margin-bottom: -2.75rem;
}

.-scroll-mb-12 {
  scroll-margin-bottom: -3rem;
}

.-scroll-mb-14 {
  scroll-margin-bottom: -3.5rem;
}

.-scroll-mb-16 {
  scroll-margin-bottom: -4rem;
}

.-scroll-mb-2 {
  scroll-margin-bottom: -0.5rem;
}

.-scroll-mb-2\.5 {
  scroll-margin-bottom: -0.625rem;
}

.-scroll-mb-20 {
  scroll-margin-bottom: -5rem;
}

.-scroll-mb-24 {
  scroll-margin-bottom: -6rem;
}

.-scroll-mb-28 {
  scroll-margin-bottom: -7rem;
}

.-scroll-mb-3 {
  scroll-margin-bottom: -0.75rem;
}

.-scroll-mb-3\.5 {
  scroll-margin-bottom: -0.875rem;
}

.-scroll-mb-32 {
  scroll-margin-bottom: -8rem;
}

.-scroll-mb-36 {
  scroll-margin-bottom: -9rem;
}

.-scroll-mb-4 {
  scroll-margin-bottom: -1rem;
}

.-scroll-mb-40 {
  scroll-margin-bottom: -10rem;
}

.-scroll-mb-44 {
  scroll-margin-bottom: -11rem;
}

.-scroll-mb-48 {
  scroll-margin-bottom: -12rem;
}

.-scroll-mb-5 {
  scroll-margin-bottom: -1.25rem;
}

.-scroll-mb-52 {
  scroll-margin-bottom: -13rem;
}

.-scroll-mb-56 {
  scroll-margin-bottom: -14rem;
}

.-scroll-mb-6 {
  scroll-margin-bottom: -1.5rem;
}

.-scroll-mb-60 {
  scroll-margin-bottom: -15rem;
}

.-scroll-mb-64 {
  scroll-margin-bottom: -16rem;
}

.-scroll-mb-7 {
  scroll-margin-bottom: -1.75rem;
}

.-scroll-mb-72 {
  scroll-margin-bottom: -18rem;
}

.-scroll-mb-8 {
  scroll-margin-bottom: -2rem;
}

.-scroll-mb-80 {
  scroll-margin-bottom: -20rem;
}

.-scroll-mb-9 {
  scroll-margin-bottom: -2.25rem;
}

.-scroll-mb-96 {
  scroll-margin-bottom: -24rem;
}

.-scroll-ml-0 {
  scroll-margin-left: -0px;
}

.-scroll-ml-0\.5 {
  scroll-margin-left: -0.125rem;
}

.-scroll-ml-1 {
  scroll-margin-left: -0.25rem;
}

.-scroll-ml-1\.5 {
  scroll-margin-left: -0.375rem;
}

.-scroll-ml-10 {
  scroll-margin-left: -2.5rem;
}

.-scroll-ml-11 {
  scroll-margin-left: -2.75rem;
}

.-scroll-ml-12 {
  scroll-margin-left: -3rem;
}

.-scroll-ml-14 {
  scroll-margin-left: -3.5rem;
}

.-scroll-ml-16 {
  scroll-margin-left: -4rem;
}

.-scroll-ml-2 {
  scroll-margin-left: -0.5rem;
}

.-scroll-ml-2\.5 {
  scroll-margin-left: -0.625rem;
}

.-scroll-ml-20 {
  scroll-margin-left: -5rem;
}

.-scroll-ml-24 {
  scroll-margin-left: -6rem;
}

.-scroll-ml-28 {
  scroll-margin-left: -7rem;
}

.-scroll-ml-3 {
  scroll-margin-left: -0.75rem;
}

.-scroll-ml-3\.5 {
  scroll-margin-left: -0.875rem;
}

.-scroll-ml-32 {
  scroll-margin-left: -8rem;
}

.-scroll-ml-36 {
  scroll-margin-left: -9rem;
}

.-scroll-ml-4 {
  scroll-margin-left: -1rem;
}

.-scroll-ml-40 {
  scroll-margin-left: -10rem;
}

.-scroll-ml-44 {
  scroll-margin-left: -11rem;
}

.-scroll-ml-48 {
  scroll-margin-left: -12rem;
}

.-scroll-ml-5 {
  scroll-margin-left: -1.25rem;
}

.-scroll-ml-52 {
  scroll-margin-left: -13rem;
}

.-scroll-ml-56 {
  scroll-margin-left: -14rem;
}

.-scroll-ml-6 {
  scroll-margin-left: -1.5rem;
}

.-scroll-ml-60 {
  scroll-margin-left: -15rem;
}

.-scroll-ml-64 {
  scroll-margin-left: -16rem;
}

.-scroll-ml-7 {
  scroll-margin-left: -1.75rem;
}

.-scroll-ml-72 {
  scroll-margin-left: -18rem;
}

.-scroll-ml-8 {
  scroll-margin-left: -2rem;
}

.-scroll-ml-80 {
  scroll-margin-left: -20rem;
}

.-scroll-ml-9 {
  scroll-margin-left: -2.25rem;
}

.-scroll-ml-96 {
  scroll-margin-left: -24rem;
}

.-scroll-mr-0 {
  scroll-margin-right: -0px;
}

.-scroll-mr-0\.5 {
  scroll-margin-right: -0.125rem;
}

.-scroll-mr-1 {
  scroll-margin-right: -0.25rem;
}

.-scroll-mr-1\.5 {
  scroll-margin-right: -0.375rem;
}

.-scroll-mr-10 {
  scroll-margin-right: -2.5rem;
}

.-scroll-mr-11 {
  scroll-margin-right: -2.75rem;
}

.-scroll-mr-12 {
  scroll-margin-right: -3rem;
}

.-scroll-mr-14 {
  scroll-margin-right: -3.5rem;
}

.-scroll-mr-16 {
  scroll-margin-right: -4rem;
}

.-scroll-mr-2 {
  scroll-margin-right: -0.5rem;
}

.-scroll-mr-2\.5 {
  scroll-margin-right: -0.625rem;
}

.-scroll-mr-20 {
  scroll-margin-right: -5rem;
}

.-scroll-mr-24 {
  scroll-margin-right: -6rem;
}

.-scroll-mr-28 {
  scroll-margin-right: -7rem;
}

.-scroll-mr-3 {
  scroll-margin-right: -0.75rem;
}

.-scroll-mr-3\.5 {
  scroll-margin-right: -0.875rem;
}

.-scroll-mr-32 {
  scroll-margin-right: -8rem;
}

.-scroll-mr-36 {
  scroll-margin-right: -9rem;
}

.-scroll-mr-4 {
  scroll-margin-right: -1rem;
}

.-scroll-mr-40 {
  scroll-margin-right: -10rem;
}

.-scroll-mr-44 {
  scroll-margin-right: -11rem;
}

.-scroll-mr-48 {
  scroll-margin-right: -12rem;
}

.-scroll-mr-5 {
  scroll-margin-right: -1.25rem;
}

.-scroll-mr-52 {
  scroll-margin-right: -13rem;
}

.-scroll-mr-56 {
  scroll-margin-right: -14rem;
}

.-scroll-mr-6 {
  scroll-margin-right: -1.5rem;
}

.-scroll-mr-60 {
  scroll-margin-right: -15rem;
}

.-scroll-mr-64 {
  scroll-margin-right: -16rem;
}

.-scroll-mr-7 {
  scroll-margin-right: -1.75rem;
}

.-scroll-mr-72 {
  scroll-margin-right: -18rem;
}

.-scroll-mr-8 {
  scroll-margin-right: -2rem;
}

.-scroll-mr-80 {
  scroll-margin-right: -20rem;
}

.-scroll-mr-9 {
  scroll-margin-right: -2.25rem;
}

.-scroll-mr-96 {
  scroll-margin-right: -24rem;
}

.-scroll-mt-0 {
  scroll-margin-top: -0px;
}

.-scroll-mt-0\.5 {
  scroll-margin-top: -0.125rem;
}

.-scroll-mt-1 {
  scroll-margin-top: -0.25rem;
}

.-scroll-mt-1\.5 {
  scroll-margin-top: -0.375rem;
}

.-scroll-mt-10 {
  scroll-margin-top: -2.5rem;
}

.-scroll-mt-11 {
  scroll-margin-top: -2.75rem;
}

.-scroll-mt-12 {
  scroll-margin-top: -3rem;
}

.-scroll-mt-14 {
  scroll-margin-top: -3.5rem;
}

.-scroll-mt-16 {
  scroll-margin-top: -4rem;
}

.-scroll-mt-2 {
  scroll-margin-top: -0.5rem;
}

.-scroll-mt-2\.5 {
  scroll-margin-top: -0.625rem;
}

.-scroll-mt-20 {
  scroll-margin-top: -5rem;
}

.-scroll-mt-24 {
  scroll-margin-top: -6rem;
}

.-scroll-mt-28 {
  scroll-margin-top: -7rem;
}

.-scroll-mt-3 {
  scroll-margin-top: -0.75rem;
}

.-scroll-mt-3\.5 {
  scroll-margin-top: -0.875rem;
}

.-scroll-mt-32 {
  scroll-margin-top: -8rem;
}

.-scroll-mt-36 {
  scroll-margin-top: -9rem;
}

.-scroll-mt-4 {
  scroll-margin-top: -1rem;
}

.-scroll-mt-40 {
  scroll-margin-top: -10rem;
}

.-scroll-mt-44 {
  scroll-margin-top: -11rem;
}

.-scroll-mt-48 {
  scroll-margin-top: -12rem;
}

.-scroll-mt-5 {
  scroll-margin-top: -1.25rem;
}

.-scroll-mt-52 {
  scroll-margin-top: -13rem;
}

.-scroll-mt-56 {
  scroll-margin-top: -14rem;
}

.-scroll-mt-6 {
  scroll-margin-top: -1.5rem;
}

.-scroll-mt-60 {
  scroll-margin-top: -15rem;
}

.-scroll-mt-64 {
  scroll-margin-top: -16rem;
}

.-scroll-mt-7 {
  scroll-margin-top: -1.75rem;
}

.-scroll-mt-72 {
  scroll-margin-top: -18rem;
}

.-scroll-mt-8 {
  scroll-margin-top: -2rem;
}

.-scroll-mt-80 {
  scroll-margin-top: -20rem;
}

.-scroll-mt-9 {
  scroll-margin-top: -2.25rem;
}

.-scroll-mt-96 {
  scroll-margin-top: -24rem;
}

.scroll-mb-0 {
  scroll-margin-bottom: 0px;
}

.scroll-mb-0\.5 {
  scroll-margin-bottom: 0.125rem;
}

.scroll-mb-1 {
  scroll-margin-bottom: 0.25rem;
}

.scroll-mb-1\.5 {
  scroll-margin-bottom: 0.375rem;
}

.scroll-mb-10 {
  scroll-margin-bottom: 2.5rem;
}

.scroll-mb-11 {
  scroll-margin-bottom: 2.75rem;
}

.scroll-mb-12 {
  scroll-margin-bottom: 3rem;
}

.scroll-mb-14 {
  scroll-margin-bottom: 3.5rem;
}

.scroll-mb-16 {
  scroll-margin-bottom: 4rem;
}

.scroll-mb-2 {
  scroll-margin-bottom: 0.5rem;
}

.scroll-mb-2\.5 {
  scroll-margin-bottom: 0.625rem;
}

.scroll-mb-20 {
  scroll-margin-bottom: 5rem;
}

.scroll-mb-24 {
  scroll-margin-bottom: 6rem;
}

.scroll-mb-28 {
  scroll-margin-bottom: 7rem;
}

.scroll-mb-3 {
  scroll-margin-bottom: 0.75rem;
}

.scroll-mb-3\.5 {
  scroll-margin-bottom: 0.875rem;
}

.scroll-mb-32 {
  scroll-margin-bottom: 8rem;
}

.scroll-mb-36 {
  scroll-margin-bottom: 9rem;
}

.scroll-mb-4 {
  scroll-margin-bottom: 1rem;
}

.scroll-mb-40 {
  scroll-margin-bottom: 10rem;
}

.scroll-mb-44 {
  scroll-margin-bottom: 11rem;
}

.scroll-mb-48 {
  scroll-margin-bottom: 12rem;
}

.scroll-mb-5 {
  scroll-margin-bottom: 1.25rem;
}

.scroll-mb-52 {
  scroll-margin-bottom: 13rem;
}

.scroll-mb-56 {
  scroll-margin-bottom: 14rem;
}

.scroll-mb-6 {
  scroll-margin-bottom: 1.5rem;
}

.scroll-mb-60 {
  scroll-margin-bottom: 15rem;
}

.scroll-mb-64 {
  scroll-margin-bottom: 16rem;
}

.scroll-mb-7 {
  scroll-margin-bottom: 1.75rem;
}

.scroll-mb-72 {
  scroll-margin-bottom: 18rem;
}

.scroll-mb-8 {
  scroll-margin-bottom: 2rem;
}

.scroll-mb-80 {
  scroll-margin-bottom: 20rem;
}

.scroll-mb-9 {
  scroll-margin-bottom: 2.25rem;
}

.scroll-mb-96 {
  scroll-margin-bottom: 24rem;
}

.scroll-ml-0 {
  scroll-margin-left: 0px;
}

.scroll-ml-0\.5 {
  scroll-margin-left: 0.125rem;
}

.scroll-ml-1 {
  scroll-margin-left: 0.25rem;
}

.scroll-ml-1\.5 {
  scroll-margin-left: 0.375rem;
}

.scroll-ml-10 {
  scroll-margin-left: 2.5rem;
}

.scroll-ml-11 {
  scroll-margin-left: 2.75rem;
}

.scroll-ml-12 {
  scroll-margin-left: 3rem;
}

.scroll-ml-14 {
  scroll-margin-left: 3.5rem;
}

.scroll-ml-16 {
  scroll-margin-left: 4rem;
}

.scroll-ml-2 {
  scroll-margin-left: 0.5rem;
}

.scroll-ml-2\.5 {
  scroll-margin-left: 0.625rem;
}

.scroll-ml-20 {
  scroll-margin-left: 5rem;
}

.scroll-ml-24 {
  scroll-margin-left: 6rem;
}

.scroll-ml-28 {
  scroll-margin-left: 7rem;
}

.scroll-ml-3 {
  scroll-margin-left: 0.75rem;
}

.scroll-ml-3\.5 {
  scroll-margin-left: 0.875rem;
}

.scroll-ml-32 {
  scroll-margin-left: 8rem;
}

.scroll-ml-36 {
  scroll-margin-left: 9rem;
}

.scroll-ml-4 {
  scroll-margin-left: 1rem;
}

.scroll-ml-40 {
  scroll-margin-left: 10rem;
}

.scroll-ml-44 {
  scroll-margin-left: 11rem;
}

.scroll-ml-48 {
  scroll-margin-left: 12rem;
}

.scroll-ml-5 {
  scroll-margin-left: 1.25rem;
}

.scroll-ml-52 {
  scroll-margin-left: 13rem;
}

.scroll-ml-56 {
  scroll-margin-left: 14rem;
}

.scroll-ml-6 {
  scroll-margin-left: 1.5rem;
}

.scroll-ml-60 {
  scroll-margin-left: 15rem;
}

.scroll-ml-64 {
  scroll-margin-left: 16rem;
}

.scroll-ml-7 {
  scroll-margin-left: 1.75rem;
}

.scroll-ml-72 {
  scroll-margin-left: 18rem;
}

.scroll-ml-8 {
  scroll-margin-left: 2rem;
}

.scroll-ml-80 {
  scroll-margin-left: 20rem;
}

.scroll-ml-9 {
  scroll-margin-left: 2.25rem;
}

.scroll-ml-96 {
  scroll-margin-left: 24rem;
}

.scroll-mr-0 {
  scroll-margin-right: 0px;
}

.scroll-mr-0\.5 {
  scroll-margin-right: 0.125rem;
}

.scroll-mr-1 {
  scroll-margin-right: 0.25rem;
}

.scroll-mr-1\.5 {
  scroll-margin-right: 0.375rem;
}

.scroll-mr-10 {
  scroll-margin-right: 2.5rem;
}

.scroll-mr-11 {
  scroll-margin-right: 2.75rem;
}

.scroll-mr-12 {
  scroll-margin-right: 3rem;
}

.scroll-mr-14 {
  scroll-margin-right: 3.5rem;
}

.scroll-mr-16 {
  scroll-margin-right: 4rem;
}

.scroll-mr-2 {
  scroll-margin-right: 0.5rem;
}

.scroll-mr-2\.5 {
  scroll-margin-right: 0.625rem;
}

.scroll-mr-20 {
  scroll-margin-right: 5rem;
}

.scroll-mr-24 {
  scroll-margin-right: 6rem;
}

.scroll-mr-28 {
  scroll-margin-right: 7rem;
}

.scroll-mr-3 {
  scroll-margin-right: 0.75rem;
}

.scroll-mr-3\.5 {
  scroll-margin-right: 0.875rem;
}

.scroll-mr-32 {
  scroll-margin-right: 8rem;
}

.scroll-mr-36 {
  scroll-margin-right: 9rem;
}

.scroll-mr-4 {
  scroll-margin-right: 1rem;
}

.scroll-mr-40 {
  scroll-margin-right: 10rem;
}

.scroll-mr-44 {
  scroll-margin-right: 11rem;
}

.scroll-mr-48 {
  scroll-margin-right: 12rem;
}

.scroll-mr-5 {
  scroll-margin-right: 1.25rem;
}

.scroll-mr-52 {
  scroll-margin-right: 13rem;
}

.scroll-mr-56 {
  scroll-margin-right: 14rem;
}

.scroll-mr-6 {
  scroll-margin-right: 1.5rem;
}

.scroll-mr-60 {
  scroll-margin-right: 15rem;
}

.scroll-mr-64 {
  scroll-margin-right: 16rem;
}

.scroll-mr-7 {
  scroll-margin-right: 1.75rem;
}

.scroll-mr-72 {
  scroll-margin-right: 18rem;
}

.scroll-mr-8 {
  scroll-margin-right: 2rem;
}

.scroll-mr-80 {
  scroll-margin-right: 20rem;
}

.scroll-mr-9 {
  scroll-margin-right: 2.25rem;
}

.scroll-mr-96 {
  scroll-margin-right: 24rem;
}

.scroll-mt-0 {
  scroll-margin-top: 0px;
}

.scroll-mt-0\.5 {
  scroll-margin-top: 0.125rem;
}

.scroll-mt-1 {
  scroll-margin-top: 0.25rem;
}

.scroll-mt-1\.5 {
  scroll-margin-top: 0.375rem;
}

.scroll-mt-10 {
  scroll-margin-top: 2.5rem;
}

.scroll-mt-11 {
  scroll-margin-top: 2.75rem;
}

.scroll-mt-12 {
  scroll-margin-top: 3rem;
}

.scroll-mt-14 {
  scroll-margin-top: 3.5rem;
}

.scroll-mt-16 {
  scroll-margin-top: 4rem;
}

.scroll-mt-2 {
  scroll-margin-top: 0.5rem;
}

.scroll-mt-2\.5 {
  scroll-margin-top: 0.625rem;
}

.scroll-mt-20 {
  scroll-margin-top: 5rem;
}

.scroll-mt-24 {
  scroll-margin-top: 6rem;
}

.scroll-mt-28 {
  scroll-margin-top: 7rem;
}

.scroll-mt-3 {
  scroll-margin-top: 0.75rem;
}

.scroll-mt-3\.5 {
  scroll-margin-top: 0.875rem;
}

.scroll-mt-32 {
  scroll-margin-top: 8rem;
}

.scroll-mt-36 {
  scroll-margin-top: 9rem;
}

.scroll-mt-4 {
  scroll-margin-top: 1rem;
}

.scroll-mt-40 {
  scroll-margin-top: 10rem;
}

.scroll-mt-44 {
  scroll-margin-top: 11rem;
}

.scroll-mt-48 {
  scroll-margin-top: 12rem;
}

.scroll-mt-5 {
  scroll-margin-top: 1.25rem;
}

.scroll-mt-52 {
  scroll-margin-top: 13rem;
}

.scroll-mt-56 {
  scroll-margin-top: 14rem;
}

.scroll-mt-6 {
  scroll-margin-top: 1.5rem;
}

.scroll-mt-60 {
  scroll-margin-top: 15rem;
}

.scroll-mt-64 {
  scroll-margin-top: 16rem;
}

.scroll-mt-7 {
  scroll-margin-top: 1.75rem;
}

.scroll-mt-72 {
  scroll-margin-top: 18rem;
}

.scroll-mt-8 {
  scroll-margin-top: 2rem;
}

.scroll-mt-80 {
  scroll-margin-top: 20rem;
}

.scroll-mt-9 {
  scroll-margin-top: 2.25rem;
}

.scroll-mt-96 {
  scroll-margin-top: 24rem;
}

.scroll-p-0 {
  scroll-padding: 0px;
}

.scroll-p-0\.5 {
  scroll-padding: 0.125rem;
}

.scroll-p-1 {
  scroll-padding: 0.25rem;
}

.scroll-p-1\.5 {
  scroll-padding: 0.375rem;
}

.scroll-p-10 {
  scroll-padding: 2.5rem;
}

.scroll-p-11 {
  scroll-padding: 2.75rem;
}

.scroll-p-12 {
  scroll-padding: 3rem;
}

.scroll-p-14 {
  scroll-padding: 3.5rem;
}

.scroll-p-16 {
  scroll-padding: 4rem;
}

.scroll-p-2 {
  scroll-padding: 0.5rem;
}

.scroll-p-2\.5 {
  scroll-padding: 0.625rem;
}

.scroll-p-20 {
  scroll-padding: 5rem;
}

.scroll-p-24 {
  scroll-padding: 6rem;
}

.scroll-p-28 {
  scroll-padding: 7rem;
}

.scroll-p-3 {
  scroll-padding: 0.75rem;
}

.scroll-p-3\.5 {
  scroll-padding: 0.875rem;
}

.scroll-p-32 {
  scroll-padding: 8rem;
}

.scroll-p-36 {
  scroll-padding: 9rem;
}

.scroll-p-4 {
  scroll-padding: 1rem;
}

.scroll-p-40 {
  scroll-padding: 10rem;
}

.scroll-p-44 {
  scroll-padding: 11rem;
}

.scroll-p-48 {
  scroll-padding: 12rem;
}

.scroll-p-5 {
  scroll-padding: 1.25rem;
}

.scroll-p-52 {
  scroll-padding: 13rem;
}

.scroll-p-56 {
  scroll-padding: 14rem;
}

.scroll-p-6 {
  scroll-padding: 1.5rem;
}

.scroll-p-60 {
  scroll-padding: 15rem;
}

.scroll-p-64 {
  scroll-padding: 16rem;
}

.scroll-p-7 {
  scroll-padding: 1.75rem;
}

.scroll-p-72 {
  scroll-padding: 18rem;
}

.scroll-p-8 {
  scroll-padding: 2rem;
}

.scroll-p-80 {
  scroll-padding: 20rem;
}

.scroll-p-9 {
  scroll-padding: 2.25rem;
}

.scroll-p-96 {
  scroll-padding: 24rem;
}

.scroll-px-0 {
  scroll-padding-left: 0px;
  scroll-padding-right: 0px;
}

.scroll-px-0\.5 {
  scroll-padding-left: 0.125rem;
  scroll-padding-right: 0.125rem;
}

.scroll-px-1 {
  scroll-padding-left: 0.25rem;
  scroll-padding-right: 0.25rem;
}

.scroll-px-1\.5 {
  scroll-padding-left: 0.375rem;
  scroll-padding-right: 0.375rem;
}

.scroll-px-10 {
  scroll-padding-left: 2.5rem;
  scroll-padding-right: 2.5rem;
}

.scroll-px-11 {
  scroll-padding-left: 2.75rem;
  scroll-padding-right: 2.75rem;
}

.scroll-px-12 {
  scroll-padding-left: 3rem;
  scroll-padding-right: 3rem;
}

.scroll-px-14 {
  scroll-padding-left: 3.5rem;
  scroll-padding-right: 3.5rem;
}

.scroll-px-16 {
  scroll-padding-left: 4rem;
  scroll-padding-right: 4rem;
}

.scroll-px-2 {
  scroll-padding-left: 0.5rem;
  scroll-padding-right: 0.5rem;
}

.scroll-px-2\.5 {
  scroll-padding-left: 0.625rem;
  scroll-padding-right: 0.625rem;
}

.scroll-px-20 {
  scroll-padding-left: 5rem;
  scroll-padding-right: 5rem;
}

.scroll-px-24 {
  scroll-padding-left: 6rem;
  scroll-padding-right: 6rem;
}

.scroll-px-28 {
  scroll-padding-left: 7rem;
  scroll-padding-right: 7rem;
}

.scroll-px-3 {
  scroll-padding-left: 0.75rem;
  scroll-padding-right: 0.75rem;
}

.scroll-px-3\.5 {
  scroll-padding-left: 0.875rem;
  scroll-padding-right: 0.875rem;
}

.scroll-px-32 {
  scroll-padding-left: 8rem;
  scroll-padding-right: 8rem;
}

.scroll-px-36 {
  scroll-padding-left: 9rem;
  scroll-padding-right: 9rem;
}

.scroll-px-4 {
  scroll-padding-left: 1rem;
  scroll-padding-right: 1rem;
}

.scroll-px-40 {
  scroll-padding-left: 10rem;
  scroll-padding-right: 10rem;
}

.scroll-px-44 {
  scroll-padding-left: 11rem;
  scroll-padding-right: 11rem;
}

.scroll-px-48 {
  scroll-padding-left: 12rem;
  scroll-padding-right: 12rem;
}

.scroll-px-5 {
  scroll-padding-left: 1.25rem;
  scroll-padding-right: 1.25rem;
}

.scroll-px-52 {
  scroll-padding-left: 13rem;
  scroll-padding-right: 13rem;
}

.scroll-px-56 {
  scroll-padding-left: 14rem;
  scroll-padding-right: 14rem;
}

.scroll-px-6 {
  scroll-padding-left: 1.5rem;
  scroll-padding-right: 1.5rem;
}

.scroll-px-60 {
  scroll-padding-left: 15rem;
  scroll-padding-right: 15rem;
}

.scroll-px-64 {
  scroll-padding-left: 16rem;
  scroll-padding-right: 16rem;
}

.scroll-px-7 {
  scroll-padding-left: 1.75rem;
  scroll-padding-right: 1.75rem;
}

.scroll-px-72 {
  scroll-padding-left: 18rem;
  scroll-padding-right: 18rem;
}

.scroll-px-8 {
  scroll-padding-left: 2rem;
  scroll-padding-right: 2rem;
}

.scroll-px-80 {
  scroll-padding-left: 20rem;
  scroll-padding-right: 20rem;
}

.scroll-px-9 {
  scroll-padding-left: 2.25rem;
  scroll-padding-right: 2.25rem;
}

.scroll-px-96 {
  scroll-padding-left: 24rem;
  scroll-padding-right: 24rem;
}

.scroll-py-0 {
  scroll-padding-top: 0px;
  scroll-padding-bottom: 0px;
}

.scroll-py-0\.5 {
  scroll-padding-top: 0.125rem;
  scroll-padding-bottom: 0.125rem;
}

.scroll-py-1 {
  scroll-padding-top: 0.25rem;
  scroll-padding-bottom: 0.25rem;
}

.scroll-py-1\.5 {
  scroll-padding-top: 0.375rem;
  scroll-padding-bottom: 0.375rem;
}

.scroll-py-10 {
  scroll-padding-top: 2.5rem;
  scroll-padding-bottom: 2.5rem;
}

.scroll-py-11 {
  scroll-padding-top: 2.75rem;
  scroll-padding-bottom: 2.75rem;
}

.scroll-py-12 {
  scroll-padding-top: 3rem;
  scroll-padding-bottom: 3rem;
}

.scroll-py-14 {
  scroll-padding-top: 3.5rem;
  scroll-padding-bottom: 3.5rem;
}

.scroll-py-16 {
  scroll-padding-top: 4rem;
  scroll-padding-bottom: 4rem;
}

.scroll-py-2 {
  scroll-padding-top: 0.5rem;
  scroll-padding-bottom: 0.5rem;
}

.scroll-py-2\.5 {
  scroll-padding-top: 0.625rem;
  scroll-padding-bottom: 0.625rem;
}

.scroll-py-20 {
  scroll-padding-top: 5rem;
  scroll-padding-bottom: 5rem;
}

.scroll-py-24 {
  scroll-padding-top: 6rem;
  scroll-padding-bottom: 6rem;
}

.scroll-py-28 {
  scroll-padding-top: 7rem;
  scroll-padding-bottom: 7rem;
}

.scroll-py-3 {
  scroll-padding-top: 0.75rem;
  scroll-padding-bottom: 0.75rem;
}

.scroll-py-3\.5 {
  scroll-padding-top: 0.875rem;
  scroll-padding-bottom: 0.875rem;
}

.scroll-py-32 {
  scroll-padding-top: 8rem;
  scroll-padding-bottom: 8rem;
}

.scroll-py-36 {
  scroll-padding-top: 9rem;
  scroll-padding-bottom: 9rem;
}

.scroll-py-4 {
  scroll-padding-top: 1rem;
  scroll-padding-bottom: 1rem;
}

.scroll-py-40 {
  scroll-padding-top: 10rem;
  scroll-padding-bottom: 10rem;
}

.scroll-py-44 {
  scroll-padding-top: 11rem;
  scroll-padding-bottom: 11rem;
}

.scroll-py-48 {
  scroll-padding-top: 12rem;
  scroll-padding-bottom: 12rem;
}

.scroll-py-5 {
  scroll-padding-top: 1.25rem;
  scroll-padding-bottom: 1.25rem;
}

.scroll-py-52 {
  scroll-padding-top: 13rem;
  scroll-padding-bottom: 13rem;
}

.scroll-py-56 {
  scroll-padding-top: 14rem;
  scroll-padding-bottom: 14rem;
}

.scroll-py-6 {
  scroll-padding-top: 1.5rem;
  scroll-padding-bottom: 1.5rem;
}

.scroll-py-60 {
  scroll-padding-top: 15rem;
  scroll-padding-bottom: 15rem;
}

.scroll-py-64 {
  scroll-padding-top: 16rem;
  scroll-padding-bottom: 16rem;
}

.scroll-py-7 {
  scroll-padding-top: 1.75rem;
  scroll-padding-bottom: 1.75rem;
}

.scroll-py-72 {
  scroll-padding-top: 18rem;
  scroll-padding-bottom: 18rem;
}

.scroll-py-8 {
  scroll-padding-top: 2rem;
  scroll-padding-bottom: 2rem;
}

.scroll-py-80 {
  scroll-padding-top: 20rem;
  scroll-padding-bottom: 20rem;
}

.scroll-py-9 {
  scroll-padding-top: 2.25rem;
  scroll-padding-bottom: 2.25rem;
}

.scroll-py-96 {
  scroll-padding-top: 24rem;
  scroll-padding-bottom: 24rem;
}

.scroll-pb-0 {
  scroll-padding-bottom: 0px;
}

.scroll-pb-0\.5 {
  scroll-padding-bottom: 0.125rem;
}

.scroll-pb-1 {
  scroll-padding-bottom: 0.25rem;
}

.scroll-pb-1\.5 {
  scroll-padding-bottom: 0.375rem;
}

.scroll-pb-10 {
  scroll-padding-bottom: 2.5rem;
}

.scroll-pb-11 {
  scroll-padding-bottom: 2.75rem;
}

.scroll-pb-12 {
  scroll-padding-bottom: 3rem;
}

.scroll-pb-14 {
  scroll-padding-bottom: 3.5rem;
}

.scroll-pb-16 {
  scroll-padding-bottom: 4rem;
}

.scroll-pb-2 {
  scroll-padding-bottom: 0.5rem;
}

.scroll-pb-2\.5 {
  scroll-padding-bottom: 0.625rem;
}

.scroll-pb-20 {
  scroll-padding-bottom: 5rem;
}

.scroll-pb-24 {
  scroll-padding-bottom: 6rem;
}

.scroll-pb-28 {
  scroll-padding-bottom: 7rem;
}

.scroll-pb-3 {
  scroll-padding-bottom: 0.75rem;
}

.scroll-pb-3\.5 {
  scroll-padding-bottom: 0.875rem;
}

.scroll-pb-32 {
  scroll-padding-bottom: 8rem;
}

.scroll-pb-36 {
  scroll-padding-bottom: 9rem;
}

.scroll-pb-4 {
  scroll-padding-bottom: 1rem;
}

.scroll-pb-40 {
  scroll-padding-bottom: 10rem;
}

.scroll-pb-44 {
  scroll-padding-bottom: 11rem;
}

.scroll-pb-48 {
  scroll-padding-bottom: 12rem;
}

.scroll-pb-5 {
  scroll-padding-bottom: 1.25rem;
}

.scroll-pb-52 {
  scroll-padding-bottom: 13rem;
}

.scroll-pb-56 {
  scroll-padding-bottom: 14rem;
}

.scroll-pb-6 {
  scroll-padding-bottom: 1.5rem;
}

.scroll-pb-60 {
  scroll-padding-bottom: 15rem;
}

.scroll-pb-64 {
  scroll-padding-bottom: 16rem;
}

.scroll-pb-7 {
  scroll-padding-bottom: 1.75rem;
}

.scroll-pb-72 {
  scroll-padding-bottom: 18rem;
}

.scroll-pb-8 {
  scroll-padding-bottom: 2rem;
}

.scroll-pb-80 {
  scroll-padding-bottom: 20rem;
}

.scroll-pb-9 {
  scroll-padding-bottom: 2.25rem;
}

.scroll-pb-96 {
  scroll-padding-bottom: 24rem;
}

.scroll-pl-0 {
  scroll-padding-left: 0px;
}

.scroll-pl-0\.5 {
  scroll-padding-left: 0.125rem;
}

.scroll-pl-1 {
  scroll-padding-left: 0.25rem;
}

.scroll-pl-1\.5 {
  scroll-padding-left: 0.375rem;
}

.scroll-pl-10 {
  scroll-padding-left: 2.5rem;
}

.scroll-pl-11 {
  scroll-padding-left: 2.75rem;
}

.scroll-pl-12 {
  scroll-padding-left: 3rem;
}

.scroll-pl-14 {
  scroll-padding-left: 3.5rem;
}

.scroll-pl-16 {
  scroll-padding-left: 4rem;
}

.scroll-pl-2 {
  scroll-padding-left: 0.5rem;
}

.scroll-pl-2\.5 {
  scroll-padding-left: 0.625rem;
}

.scroll-pl-20 {
  scroll-padding-left: 5rem;
}

.scroll-pl-24 {
  scroll-padding-left: 6rem;
}

.scroll-pl-28 {
  scroll-padding-left: 7rem;
}

.scroll-pl-3 {
  scroll-padding-left: 0.75rem;
}

.scroll-pl-3\.5 {
  scroll-padding-left: 0.875rem;
}

.scroll-pl-32 {
  scroll-padding-left: 8rem;
}

.scroll-pl-36 {
  scroll-padding-left: 9rem;
}

.scroll-pl-4 {
  scroll-padding-left: 1rem;
}

.scroll-pl-40 {
  scroll-padding-left: 10rem;
}

.scroll-pl-44 {
  scroll-padding-left: 11rem;
}

.scroll-pl-48 {
  scroll-padding-left: 12rem;
}

.scroll-pl-5 {
  scroll-padding-left: 1.25rem;
}

.scroll-pl-52 {
  scroll-padding-left: 13rem;
}

.scroll-pl-56 {
  scroll-padding-left: 14rem;
}

.scroll-pl-6 {
  scroll-padding-left: 1.5rem;
}

.scroll-pl-60 {
  scroll-padding-left: 15rem;
}

.scroll-pl-64 {
  scroll-padding-left: 16rem;
}

.scroll-pl-7 {
  scroll-padding-left: 1.75rem;
}

.scroll-pl-72 {
  scroll-padding-left: 18rem;
}

.scroll-pl-8 {
  scroll-padding-left: 2rem;
}

.scroll-pl-80 {
  scroll-padding-left: 20rem;
}

.scroll-pl-9 {
  scroll-padding-left: 2.25rem;
}

.scroll-pl-96 {
  scroll-padding-left: 24rem;
}

.scroll-pr-0 {
  scroll-padding-right: 0px;
}

.scroll-pr-0\.5 {
  scroll-padding-right: 0.125rem;
}

.scroll-pr-1 {
  scroll-padding-right: 0.25rem;
}

.scroll-pr-1\.5 {
  scroll-padding-right: 0.375rem;
}

.scroll-pr-10 {
  scroll-padding-right: 2.5rem;
}

.scroll-pr-11 {
  scroll-padding-right: 2.75rem;
}

.scroll-pr-12 {
  scroll-padding-right: 3rem;
}

.scroll-pr-14 {
  scroll-padding-right: 3.5rem;
}

.scroll-pr-16 {
  scroll-padding-right: 4rem;
}

.scroll-pr-2 {
  scroll-padding-right: 0.5rem;
}

.scroll-pr-2\.5 {
  scroll-padding-right: 0.625rem;
}

.scroll-pr-20 {
  scroll-padding-right: 5rem;
}

.scroll-pr-24 {
  scroll-padding-right: 6rem;
}

.scroll-pr-28 {
  scroll-padding-right: 7rem;
}

.scroll-pr-3 {
  scroll-padding-right: 0.75rem;
}

.scroll-pr-3\.5 {
  scroll-padding-right: 0.875rem;
}

.scroll-pr-32 {
  scroll-padding-right: 8rem;
}

.scroll-pr-36 {
  scroll-padding-right: 9rem;
}

.scroll-pr-4 {
  scroll-padding-right: 1rem;
}

.scroll-pr-40 {
  scroll-padding-right: 10rem;
}

.scroll-pr-44 {
  scroll-padding-right: 11rem;
}

.scroll-pr-48 {
  scroll-padding-right: 12rem;
}

.scroll-pr-5 {
  scroll-padding-right: 1.25rem;
}

.scroll-pr-52 {
  scroll-padding-right: 13rem;
}

.scroll-pr-56 {
  scroll-padding-right: 14rem;
}

.scroll-pr-6 {
  scroll-padding-right: 1.5rem;
}

.scroll-pr-60 {
  scroll-padding-right: 15rem;
}

.scroll-pr-64 {
  scroll-padding-right: 16rem;
}

.scroll-pr-7 {
  scroll-padding-right: 1.75rem;
}

.scroll-pr-72 {
  scroll-padding-right: 18rem;
}

.scroll-pr-8 {
  scroll-padding-right: 2rem;
}

.scroll-pr-80 {
  scroll-padding-right: 20rem;
}

.scroll-pr-9 {
  scroll-padding-right: 2.25rem;
}

.scroll-pr-96 {
  scroll-padding-right: 24rem;
}

.scroll-pt-0 {
  scroll-padding-top: 0px;
}

.scroll-pt-0\.5 {
  scroll-padding-top: 0.125rem;
}

.scroll-pt-1 {
  scroll-padding-top: 0.25rem;
}

.scroll-pt-1\.5 {
  scroll-padding-top: 0.375rem;
}

.scroll-pt-10 {
  scroll-padding-top: 2.5rem;
}

.scroll-pt-11 {
  scroll-padding-top: 2.75rem;
}

.scroll-pt-12 {
  scroll-padding-top: 3rem;
}

.scroll-pt-14 {
  scroll-padding-top: 3.5rem;
}

.scroll-pt-16 {
  scroll-padding-top: 4rem;
}

.scroll-pt-2 {
  scroll-padding-top: 0.5rem;
}

.scroll-pt-2\.5 {
  scroll-padding-top: 0.625rem;
}

.scroll-pt-20 {
  scroll-padding-top: 5rem;
}

.scroll-pt-24 {
  scroll-padding-top: 6rem;
}

.scroll-pt-28 {
  scroll-padding-top: 7rem;
}

.scroll-pt-3 {
  scroll-padding-top: 0.75rem;
}

.scroll-pt-3\.5 {
  scroll-padding-top: 0.875rem;
}

.scroll-pt-32 {
  scroll-padding-top: 8rem;
}

.scroll-pt-36 {
  scroll-padding-top: 9rem;
}

.scroll-pt-4 {
  scroll-padding-top: 1rem;
}

.scroll-pt-40 {
  scroll-padding-top: 10rem;
}

.scroll-pt-44 {
  scroll-padding-top: 11rem;
}

.scroll-pt-48 {
  scroll-padding-top: 12rem;
}

.scroll-pt-5 {
  scroll-padding-top: 1.25rem;
}

.scroll-pt-52 {
  scroll-padding-top: 13rem;
}

.scroll-pt-56 {
  scroll-padding-top: 14rem;
}

.scroll-pt-6 {
  scroll-padding-top: 1.5rem;
}

.scroll-pt-60 {
  scroll-padding-top: 15rem;
}

.scroll-pt-64 {
  scroll-padding-top: 16rem;
}

.scroll-pt-7 {
  scroll-padding-top: 1.75rem;
}

.scroll-pt-72 {
  scroll-padding-top: 18rem;
}

.scroll-pt-8 {
  scroll-padding-top: 2rem;
}

.scroll-pt-80 {
  scroll-padding-top: 20rem;
}

.scroll-pt-9 {
  scroll-padding-top: 2.25rem;
}

.scroll-pt-96 {
  scroll-padding-top: 24rem;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.appearance-auto {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.break-before-auto {
  -moz-column-break-before: auto;
       break-before: auto;
}

.break-before-avoid {
  -moz-column-break-before: avoid;
       break-before: avoid;
}

.break-before-all {
  -moz-column-break-before: all;
       break-before: all;
}

.break-before-avoid-page {
  -moz-column-break-before: avoid;
       break-before: avoid-page;
}

.break-before-page {
  -moz-column-break-before: page;
       break-before: page;
}

.break-before-left {
  -moz-column-break-before: left;
       break-before: left;
}

.break-before-right {
  -moz-column-break-before: right;
       break-before: right;
}

.break-before-column {
  -moz-column-break-before: column;
       break-before: column;
}

.break-inside-auto {
  -moz-column-break-inside: auto;
       break-inside: auto;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.break-inside-avoid-page {
  break-inside: avoid-page;
}

.break-inside-avoid-column {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.break-after-auto {
  -moz-column-break-after: auto;
       break-after: auto;
}

.break-after-avoid {
  -moz-column-break-after: avoid;
       break-after: avoid;
}

.break-after-all {
  -moz-column-break-after: all;
       break-after: all;
}

.break-after-avoid-page {
  -moz-column-break-after: avoid;
       break-after: avoid-page;
}

.break-after-page {
  -moz-column-break-after: page;
       break-after: page;
}

.break-after-left {
  -moz-column-break-after: left;
       break-after: left;
}

.break-after-right {
  -moz-column-break-after: right;
       break-after: right;
}

.break-after-column {
  -moz-column-break-after: column;
       break-after: column;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-dense {
  grid-auto-flow: dense;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

.grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.place-content-center {
  place-content: center;
}

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

.place-content-between {
  place-content: space-between;
}

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-baseline {
  place-content: baseline;
}

.place-content-stretch {
  place-content: stretch;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

.place-items-center {
  place-items: center;
}

.place-items-baseline {
  place-items: baseline;
}

.place-items-stretch {
  place-items: stretch;
}

.content-normal {
  align-content: normal;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-evenly {
  align-content: space-evenly;
}

.content-baseline {
  align-content: baseline;
}

.content-stretch {
  align-content: stretch;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-normal {
  justify-content: normal;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-stretch {
  justify-content: stretch;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-44 {
  gap: 11rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-52 {
  gap: 13rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-60 {
  gap: 15rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-72 {
  gap: 18rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-80 {
  gap: 20rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-96 {
  gap: 24rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-36 {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.gap-x-44 {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.gap-x-48 {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-52 {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.gap-x-56 {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-60 {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.gap-x-64 {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-72 {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-80 {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-96 {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-0\.5 {
  row-gap: 0.125rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-1\.5 {
  row-gap: 0.375rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-11 {
  row-gap: 2.75rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-24 {
  row-gap: 6rem;
}

.gap-y-28 {
  row-gap: 7rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-3\.5 {
  row-gap: 0.875rem;
}

.gap-y-32 {
  row-gap: 8rem;
}

.gap-y-36 {
  row-gap: 9rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-40 {
  row-gap: 10rem;
}

.gap-y-44 {
  row-gap: 11rem;
}

.gap-y-48 {
  row-gap: 12rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-52 {
  row-gap: 13rem;
}

.gap-y-56 {
  row-gap: 14rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-60 {
  row-gap: 15rem;
}

.gap-y-64 {
  row-gap: 16rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-72 {
  row-gap: 18rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-80 {
  row-gap: 20rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

.gap-y-96 {
  row-gap: 24rem;
}

.-space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0px * var(--tw-space-x-reverse));
  margin-left: calc(-0px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-4rem * var(--tw-space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-5rem * var(--tw-space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-6rem * var(--tw-space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-7rem * var(--tw-space-x-reverse));
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8rem * var(--tw-space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-9rem * var(--tw-space-x-reverse));
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-10rem * var(--tw-space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-11rem * var(--tw-space-x-reverse));
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-12rem * var(--tw-space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-13rem * var(--tw-space-x-reverse));
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-14rem * var(--tw-space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-15rem * var(--tw-space-x-reverse));
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-16rem * var(--tw-space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-18rem * var(--tw-space-x-reverse));
  margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem * var(--tw-space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-20rem * var(--tw-space-x-reverse));
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-24rem * var(--tw-space-x-reverse));
  margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0px * var(--tw-space-y-reverse));
}

.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}

.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}

.-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
}

.-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}

.-space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}

.-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}

.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
}

.-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}

.-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
}

.-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}

.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}

.-space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
}

.-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}

.-space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
}

.-space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}

.-space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
}

.-space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}

.-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}

.-space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
}

.-space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}

.-space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
}

.-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
}

.-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
}

.-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}

.-space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(7rem * var(--tw-space-x-reverse));
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(9rem * var(--tw-space-x-reverse));
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(11rem * var(--tw-space-x-reverse));
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12rem * var(--tw-space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(13rem * var(--tw-space-x-reverse));
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(14rem * var(--tw-space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(15rem * var(--tw-space-x-reverse));
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16rem * var(--tw-space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(18rem * var(--tw-space-x-reverse));
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20rem * var(--tw-space-x-reverse));
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24rem * var(--tw-space-x-reverse));
  margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}

.space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}

.space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}

.space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13rem * var(--tw-space-y-reverse));
}

.space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15rem * var(--tw-space-y-reverse));
}

.space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20rem * var(--tw-space-y-reverse));
}

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24rem * var(--tw-space-y-reverse));
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-divide-opacity, 1));
}

.divide-blue-100\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 0);
}

.divide-blue-100\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 0.1);
}

.divide-blue-100\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 1);
}

.divide-blue-100\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 0.15);
}

.divide-blue-100\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 0.2);
}

.divide-blue-100\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 0.25);
}

.divide-blue-100\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 0.3);
}

.divide-blue-100\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 0.35);
}

.divide-blue-100\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 0.4);
}

.divide-blue-100\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 0.45);
}

.divide-blue-100\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 0.05);
}

.divide-blue-100\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 0.5);
}

.divide-blue-100\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 0.55);
}

.divide-blue-100\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 0.6);
}

.divide-blue-100\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 0.65);
}

.divide-blue-100\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 0.7);
}

.divide-blue-100\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 0.75);
}

.divide-blue-100\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 0.8);
}

.divide-blue-100\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 0.85);
}

.divide-blue-100\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 0.9);
}

.divide-blue-100\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 234 254 / 0.95);
}

.divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-divide-opacity, 1));
}

.divide-blue-200\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 0);
}

.divide-blue-200\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 0.1);
}

.divide-blue-200\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 1);
}

.divide-blue-200\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 0.15);
}

.divide-blue-200\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 0.2);
}

.divide-blue-200\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 0.25);
}

.divide-blue-200\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 0.3);
}

.divide-blue-200\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 0.35);
}

.divide-blue-200\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 0.4);
}

.divide-blue-200\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 0.45);
}

.divide-blue-200\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 0.05);
}

.divide-blue-200\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 0.5);
}

.divide-blue-200\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 0.55);
}

.divide-blue-200\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 0.6);
}

.divide-blue-200\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 0.65);
}

.divide-blue-200\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 0.7);
}

.divide-blue-200\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 0.75);
}

.divide-blue-200\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 0.8);
}

.divide-blue-200\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 0.85);
}

.divide-blue-200\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 0.9);
}

.divide-blue-200\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(191 219 254 / 0.95);
}

.divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-divide-opacity, 1));
}

.divide-blue-300\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 0);
}

.divide-blue-300\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 0.1);
}

.divide-blue-300\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 1);
}

.divide-blue-300\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 0.15);
}

.divide-blue-300\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 0.2);
}

.divide-blue-300\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 0.25);
}

.divide-blue-300\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 0.3);
}

.divide-blue-300\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 0.35);
}

.divide-blue-300\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 0.4);
}

.divide-blue-300\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 0.45);
}

.divide-blue-300\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 0.05);
}

.divide-blue-300\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 0.5);
}

.divide-blue-300\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 0.55);
}

.divide-blue-300\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 0.6);
}

.divide-blue-300\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 0.65);
}

.divide-blue-300\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 0.7);
}

.divide-blue-300\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 0.75);
}

.divide-blue-300\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 0.8);
}

.divide-blue-300\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 0.85);
}

.divide-blue-300\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 0.9);
}

.divide-blue-300\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 197 253 / 0.95);
}

.divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-divide-opacity, 1));
}

.divide-blue-400\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0);
}

.divide-blue-400\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.1);
}

.divide-blue-400\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 1);
}

.divide-blue-400\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.15);
}

.divide-blue-400\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.2);
}

.divide-blue-400\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.25);
}

.divide-blue-400\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.3);
}

.divide-blue-400\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.35);
}

.divide-blue-400\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.4);
}

.divide-blue-400\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.45);
}

.divide-blue-400\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.05);
}

.divide-blue-400\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.5);
}

.divide-blue-400\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.55);
}

.divide-blue-400\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.6);
}

.divide-blue-400\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.65);
}

.divide-blue-400\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.7);
}

.divide-blue-400\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.75);
}

.divide-blue-400\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.8);
}

.divide-blue-400\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.85);
}

.divide-blue-400\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.9);
}

.divide-blue-400\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.95);
}

.divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-divide-opacity, 1));
}

.divide-blue-50\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 0);
}

.divide-blue-50\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 0.1);
}

.divide-blue-50\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 1);
}

.divide-blue-50\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 0.15);
}

.divide-blue-50\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 0.2);
}

.divide-blue-50\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 0.25);
}

.divide-blue-50\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 0.3);
}

.divide-blue-50\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 0.35);
}

.divide-blue-50\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 0.4);
}

.divide-blue-50\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 0.45);
}

.divide-blue-50\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 0.05);
}

.divide-blue-50\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 0.5);
}

.divide-blue-50\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 0.55);
}

.divide-blue-50\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 0.6);
}

.divide-blue-50\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 0.65);
}

.divide-blue-50\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 0.7);
}

.divide-blue-50\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 0.75);
}

.divide-blue-50\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 0.8);
}

.divide-blue-50\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 0.85);
}

.divide-blue-50\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 0.9);
}

.divide-blue-50\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 246 255 / 0.95);
}

.divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-divide-opacity, 1));
}

.divide-blue-500\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 0);
}

.divide-blue-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 0.1);
}

.divide-blue-500\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 1);
}

.divide-blue-500\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 0.15);
}

.divide-blue-500\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 0.2);
}

.divide-blue-500\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 0.25);
}

.divide-blue-500\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 0.3);
}

.divide-blue-500\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 0.35);
}

.divide-blue-500\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 0.4);
}

.divide-blue-500\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 0.45);
}

.divide-blue-500\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 0.05);
}

.divide-blue-500\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 0.5);
}

.divide-blue-500\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 0.55);
}

.divide-blue-500\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 0.6);
}

.divide-blue-500\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 0.65);
}

.divide-blue-500\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 0.7);
}

.divide-blue-500\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 0.75);
}

.divide-blue-500\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 0.8);
}

.divide-blue-500\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 0.85);
}

.divide-blue-500\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 0.9);
}

.divide-blue-500\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 130 246 / 0.95);
}

.divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-divide-opacity, 1));
}

.divide-blue-600\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 0);
}

.divide-blue-600\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 0.1);
}

.divide-blue-600\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 1);
}

.divide-blue-600\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 0.15);
}

.divide-blue-600\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 0.2);
}

.divide-blue-600\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 0.25);
}

.divide-blue-600\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 0.3);
}

.divide-blue-600\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 0.35);
}

.divide-blue-600\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 0.4);
}

.divide-blue-600\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 0.45);
}

.divide-blue-600\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 0.05);
}

.divide-blue-600\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 0.5);
}

.divide-blue-600\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 0.55);
}

.divide-blue-600\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 0.6);
}

.divide-blue-600\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 0.65);
}

.divide-blue-600\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 0.7);
}

.divide-blue-600\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 0.75);
}

.divide-blue-600\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 0.8);
}

.divide-blue-600\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 0.85);
}

.divide-blue-600\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 0.9);
}

.divide-blue-600\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(37 99 235 / 0.95);
}

.divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-divide-opacity, 1));
}

.divide-blue-700\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 0);
}

.divide-blue-700\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 0.1);
}

.divide-blue-700\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 1);
}

.divide-blue-700\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 0.15);
}

.divide-blue-700\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 0.2);
}

.divide-blue-700\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 0.25);
}

.divide-blue-700\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 0.3);
}

.divide-blue-700\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 0.35);
}

.divide-blue-700\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 0.4);
}

.divide-blue-700\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 0.45);
}

.divide-blue-700\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 0.05);
}

.divide-blue-700\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 0.5);
}

.divide-blue-700\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 0.55);
}

.divide-blue-700\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 0.6);
}

.divide-blue-700\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 0.65);
}

.divide-blue-700\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 0.7);
}

.divide-blue-700\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 0.75);
}

.divide-blue-700\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 0.8);
}

.divide-blue-700\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 0.85);
}

.divide-blue-700\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 0.9);
}

.divide-blue-700\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 78 216 / 0.95);
}

.divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-divide-opacity, 1));
}

.divide-blue-800\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 0);
}

.divide-blue-800\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 0.1);
}

.divide-blue-800\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 1);
}

.divide-blue-800\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 0.15);
}

.divide-blue-800\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 0.2);
}

.divide-blue-800\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 0.25);
}

.divide-blue-800\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 0.3);
}

.divide-blue-800\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 0.35);
}

.divide-blue-800\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 0.4);
}

.divide-blue-800\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 0.45);
}

.divide-blue-800\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 0.05);
}

.divide-blue-800\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 0.5);
}

.divide-blue-800\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 0.55);
}

.divide-blue-800\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 0.6);
}

.divide-blue-800\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 0.65);
}

.divide-blue-800\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 0.7);
}

.divide-blue-800\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 0.75);
}

.divide-blue-800\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 0.8);
}

.divide-blue-800\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 0.85);
}

.divide-blue-800\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 0.9);
}

.divide-blue-800\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 64 175 / 0.95);
}

.divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-divide-opacity, 1));
}

.divide-blue-900\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 0);
}

.divide-blue-900\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 0.1);
}

.divide-blue-900\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 1);
}

.divide-blue-900\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 0.15);
}

.divide-blue-900\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 0.2);
}

.divide-blue-900\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 0.25);
}

.divide-blue-900\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 0.3);
}

.divide-blue-900\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 0.35);
}

.divide-blue-900\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 0.4);
}

.divide-blue-900\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 0.45);
}

.divide-blue-900\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 0.05);
}

.divide-blue-900\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 0.5);
}

.divide-blue-900\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 0.55);
}

.divide-blue-900\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 0.6);
}

.divide-blue-900\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 0.65);
}

.divide-blue-900\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 0.7);
}

.divide-blue-900\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 0.75);
}

.divide-blue-900\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 0.8);
}

.divide-blue-900\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 0.85);
}

.divide-blue-900\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 0.9);
}

.divide-blue-900\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 58 138 / 0.95);
}

.divide-blue-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-divide-opacity, 1));
}

.divide-blue-950\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 0);
}

.divide-blue-950\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 0.1);
}

.divide-blue-950\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 1);
}

.divide-blue-950\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 0.15);
}

.divide-blue-950\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 0.2);
}

.divide-blue-950\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 0.25);
}

.divide-blue-950\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 0.3);
}

.divide-blue-950\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 0.35);
}

.divide-blue-950\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 0.4);
}

.divide-blue-950\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 0.45);
}

.divide-blue-950\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 0.05);
}

.divide-blue-950\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 0.5);
}

.divide-blue-950\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 0.55);
}

.divide-blue-950\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 0.6);
}

.divide-blue-950\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 0.65);
}

.divide-blue-950\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 0.7);
}

.divide-blue-950\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 0.75);
}

.divide-blue-950\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 0.8);
}

.divide-blue-950\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 0.85);
}

.divide-blue-950\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 0.9);
}

.divide-blue-950\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 37 84 / 0.95);
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}

.divide-gray-100\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 0);
}

.divide-gray-100\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 0.1);
}

.divide-gray-100\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 1);
}

.divide-gray-100\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 0.15);
}

.divide-gray-100\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 0.2);
}

.divide-gray-100\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 0.25);
}

.divide-gray-100\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 0.3);
}

.divide-gray-100\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 0.35);
}

.divide-gray-100\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 0.4);
}

.divide-gray-100\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 0.45);
}

.divide-gray-100\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 0.05);
}

.divide-gray-100\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 0.5);
}

.divide-gray-100\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 0.55);
}

.divide-gray-100\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 0.6);
}

.divide-gray-100\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 0.65);
}

.divide-gray-100\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 0.7);
}

.divide-gray-100\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 0.75);
}

.divide-gray-100\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 0.8);
}

.divide-gray-100\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 0.85);
}

.divide-gray-100\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 0.9);
}

.divide-gray-100\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 244 246 / 0.95);
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.divide-gray-200\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0);
}

.divide-gray-200\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.1);
}

.divide-gray-200\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 1);
}

.divide-gray-200\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.15);
}

.divide-gray-200\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.2);
}

.divide-gray-200\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.25);
}

.divide-gray-200\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.3);
}

.divide-gray-200\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.35);
}

.divide-gray-200\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.4);
}

.divide-gray-200\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.45);
}

.divide-gray-200\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.05);
}

.divide-gray-200\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.5);
}

.divide-gray-200\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.55);
}

.divide-gray-200\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.6);
}

.divide-gray-200\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.65);
}

.divide-gray-200\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.7);
}

.divide-gray-200\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.75);
}

.divide-gray-200\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.8);
}

.divide-gray-200\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.85);
}

.divide-gray-200\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.9);
}

.divide-gray-200\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.95);
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}

.divide-gray-300\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 0);
}

.divide-gray-300\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 0.1);
}

.divide-gray-300\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 1);
}

.divide-gray-300\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 0.15);
}

.divide-gray-300\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 0.2);
}

.divide-gray-300\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 0.25);
}

.divide-gray-300\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 0.3);
}

.divide-gray-300\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 0.35);
}

.divide-gray-300\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 0.4);
}

.divide-gray-300\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 0.45);
}

.divide-gray-300\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 0.05);
}

.divide-gray-300\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 0.5);
}

.divide-gray-300\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 0.55);
}

.divide-gray-300\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 0.6);
}

.divide-gray-300\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 0.65);
}

.divide-gray-300\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 0.7);
}

.divide-gray-300\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 0.75);
}

.divide-gray-300\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 0.8);
}

.divide-gray-300\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 0.85);
}

.divide-gray-300\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 0.9);
}

.divide-gray-300\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 213 219 / 0.95);
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity, 1));
}

.divide-gray-400\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0);
}

.divide-gray-400\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.1);
}

.divide-gray-400\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 1);
}

.divide-gray-400\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.15);
}

.divide-gray-400\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.2);
}

.divide-gray-400\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.25);
}

.divide-gray-400\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.3);
}

.divide-gray-400\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.35);
}

.divide-gray-400\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.4);
}

.divide-gray-400\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.45);
}

.divide-gray-400\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.05);
}

.divide-gray-400\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.5);
}

.divide-gray-400\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.55);
}

.divide-gray-400\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.6);
}

.divide-gray-400\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.65);
}

.divide-gray-400\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.7);
}

.divide-gray-400\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.75);
}

.divide-gray-400\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.8);
}

.divide-gray-400\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.85);
}

.divide-gray-400\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.9);
}

.divide-gray-400\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.95);
}

.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-divide-opacity, 1));
}

.divide-gray-50\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 0);
}

.divide-gray-50\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 0.1);
}

.divide-gray-50\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 1);
}

.divide-gray-50\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 0.15);
}

.divide-gray-50\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 0.2);
}

.divide-gray-50\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 0.25);
}

.divide-gray-50\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 0.3);
}

.divide-gray-50\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 0.35);
}

.divide-gray-50\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 0.4);
}

.divide-gray-50\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 0.45);
}

.divide-gray-50\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 0.05);
}

.divide-gray-50\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 0.5);
}

.divide-gray-50\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 0.55);
}

.divide-gray-50\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 0.6);
}

.divide-gray-50\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 0.65);
}

.divide-gray-50\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 0.7);
}

.divide-gray-50\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 0.75);
}

.divide-gray-50\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 0.8);
}

.divide-gray-50\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 0.85);
}

.divide-gray-50\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 0.9);
}

.divide-gray-50\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 250 251 / 0.95);
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-divide-opacity, 1));
}

.divide-gray-500\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0);
}

.divide-gray-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.1);
}

.divide-gray-500\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 1);
}

.divide-gray-500\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.15);
}

.divide-gray-500\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.2);
}

.divide-gray-500\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.25);
}

.divide-gray-500\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.3);
}

.divide-gray-500\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.35);
}

.divide-gray-500\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.4);
}

.divide-gray-500\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.45);
}

.divide-gray-500\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.05);
}

.divide-gray-500\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.5);
}

.divide-gray-500\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.55);
}

.divide-gray-500\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.6);
}

.divide-gray-500\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.65);
}

.divide-gray-500\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.7);
}

.divide-gray-500\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.75);
}

.divide-gray-500\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.8);
}

.divide-gray-500\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.85);
}

.divide-gray-500\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.9);
}

.divide-gray-500\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.95);
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-divide-opacity, 1));
}

.divide-gray-600\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 0);
}

.divide-gray-600\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 0.1);
}

.divide-gray-600\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 1);
}

.divide-gray-600\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 0.15);
}

.divide-gray-600\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 0.2);
}

.divide-gray-600\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 0.25);
}

.divide-gray-600\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 0.3);
}

.divide-gray-600\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 0.35);
}

.divide-gray-600\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 0.4);
}

.divide-gray-600\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 0.45);
}

.divide-gray-600\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 0.05);
}

.divide-gray-600\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 0.5);
}

.divide-gray-600\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 0.55);
}

.divide-gray-600\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 0.6);
}

.divide-gray-600\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 0.65);
}

.divide-gray-600\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 0.7);
}

.divide-gray-600\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 0.75);
}

.divide-gray-600\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 0.8);
}

.divide-gray-600\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 0.85);
}

.divide-gray-600\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 0.9);
}

.divide-gray-600\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(75 85 99 / 0.95);
}

.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-divide-opacity, 1));
}

.divide-gray-700\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0);
}

.divide-gray-700\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.1);
}

.divide-gray-700\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 1);
}

.divide-gray-700\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.15);
}

.divide-gray-700\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.2);
}

.divide-gray-700\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.25);
}

.divide-gray-700\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.3);
}

.divide-gray-700\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.35);
}

.divide-gray-700\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.4);
}

.divide-gray-700\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.45);
}

.divide-gray-700\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.05);
}

.divide-gray-700\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.5);
}

.divide-gray-700\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.55);
}

.divide-gray-700\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.6);
}

.divide-gray-700\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.65);
}

.divide-gray-700\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.7);
}

.divide-gray-700\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.75);
}

.divide-gray-700\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.8);
}

.divide-gray-700\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.85);
}

.divide-gray-700\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.9);
}

.divide-gray-700\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.95);
}

.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-divide-opacity, 1));
}

.divide-gray-800\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 0);
}

.divide-gray-800\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 0.1);
}

.divide-gray-800\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 1);
}

.divide-gray-800\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 0.15);
}

.divide-gray-800\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 0.2);
}

.divide-gray-800\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 0.25);
}

.divide-gray-800\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 0.3);
}

.divide-gray-800\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 0.35);
}

.divide-gray-800\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 0.4);
}

.divide-gray-800\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 0.45);
}

.divide-gray-800\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 0.05);
}

.divide-gray-800\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 0.5);
}

.divide-gray-800\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 0.55);
}

.divide-gray-800\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 0.6);
}

.divide-gray-800\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 0.65);
}

.divide-gray-800\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 0.7);
}

.divide-gray-800\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 0.75);
}

.divide-gray-800\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 0.8);
}

.divide-gray-800\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 0.85);
}

.divide-gray-800\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 0.9);
}

.divide-gray-800\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(31 41 55 / 0.95);
}

.divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-divide-opacity, 1));
}

.divide-gray-900\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0);
}

.divide-gray-900\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.1);
}

.divide-gray-900\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 1);
}

.divide-gray-900\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.15);
}

.divide-gray-900\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.2);
}

.divide-gray-900\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.25);
}

.divide-gray-900\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.3);
}

.divide-gray-900\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.35);
}

.divide-gray-900\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.4);
}

.divide-gray-900\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.45);
}

.divide-gray-900\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.05);
}

.divide-gray-900\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.5);
}

.divide-gray-900\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.55);
}

.divide-gray-900\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.6);
}

.divide-gray-900\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.65);
}

.divide-gray-900\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.7);
}

.divide-gray-900\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.75);
}

.divide-gray-900\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.8);
}

.divide-gray-900\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.85);
}

.divide-gray-900\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.9);
}

.divide-gray-900\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.95);
}

.divide-gray-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-divide-opacity, 1));
}

.divide-gray-950\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 0);
}

.divide-gray-950\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 0.1);
}

.divide-gray-950\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 1);
}

.divide-gray-950\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 0.15);
}

.divide-gray-950\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 0.2);
}

.divide-gray-950\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 0.25);
}

.divide-gray-950\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 0.3);
}

.divide-gray-950\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 0.35);
}

.divide-gray-950\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 0.4);
}

.divide-gray-950\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 0.45);
}

.divide-gray-950\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 0.05);
}

.divide-gray-950\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 0.5);
}

.divide-gray-950\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 0.55);
}

.divide-gray-950\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 0.6);
}

.divide-gray-950\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 0.65);
}

.divide-gray-950\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 0.7);
}

.divide-gray-950\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 0.75);
}

.divide-gray-950\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 0.8);
}

.divide-gray-950\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 0.85);
}

.divide-gray-950\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 0.9);
}

.divide-gray-950\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(3 7 18 / 0.95);
}

.divide-green-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-divide-opacity, 1));
}

.divide-green-100\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 0);
}

.divide-green-100\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 0.1);
}

.divide-green-100\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 1);
}

.divide-green-100\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 0.15);
}

.divide-green-100\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 0.2);
}

.divide-green-100\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 0.25);
}

.divide-green-100\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 0.3);
}

.divide-green-100\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 0.35);
}

.divide-green-100\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 0.4);
}

.divide-green-100\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 0.45);
}

.divide-green-100\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 0.05);
}

.divide-green-100\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 0.5);
}

.divide-green-100\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 0.55);
}

.divide-green-100\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 0.6);
}

.divide-green-100\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 0.65);
}

.divide-green-100\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 0.7);
}

.divide-green-100\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 0.75);
}

.divide-green-100\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 0.8);
}

.divide-green-100\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 0.85);
}

.divide-green-100\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 0.9);
}

.divide-green-100\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 252 231 / 0.95);
}

.divide-green-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-divide-opacity, 1));
}

.divide-green-200\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 0);
}

.divide-green-200\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 0.1);
}

.divide-green-200\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 1);
}

.divide-green-200\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 0.15);
}

.divide-green-200\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 0.2);
}

.divide-green-200\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 0.25);
}

.divide-green-200\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 0.3);
}

.divide-green-200\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 0.35);
}

.divide-green-200\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 0.4);
}

.divide-green-200\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 0.45);
}

.divide-green-200\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 0.05);
}

.divide-green-200\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 0.5);
}

.divide-green-200\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 0.55);
}

.divide-green-200\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 0.6);
}

.divide-green-200\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 0.65);
}

.divide-green-200\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 0.7);
}

.divide-green-200\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 0.75);
}

.divide-green-200\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 0.8);
}

.divide-green-200\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 0.85);
}

.divide-green-200\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 0.9);
}

.divide-green-200\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(187 247 208 / 0.95);
}

.divide-green-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-divide-opacity, 1));
}

.divide-green-300\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 0);
}

.divide-green-300\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 0.1);
}

.divide-green-300\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 1);
}

.divide-green-300\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 0.15);
}

.divide-green-300\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 0.2);
}

.divide-green-300\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 0.25);
}

.divide-green-300\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 0.3);
}

.divide-green-300\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 0.35);
}

.divide-green-300\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 0.4);
}

.divide-green-300\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 0.45);
}

.divide-green-300\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 0.05);
}

.divide-green-300\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 0.5);
}

.divide-green-300\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 0.55);
}

.divide-green-300\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 0.6);
}

.divide-green-300\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 0.65);
}

.divide-green-300\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 0.7);
}

.divide-green-300\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 0.75);
}

.divide-green-300\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 0.8);
}

.divide-green-300\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 0.85);
}

.divide-green-300\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 0.9);
}

.divide-green-300\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(134 239 172 / 0.95);
}

.divide-green-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-divide-opacity, 1));
}

.divide-green-400\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0);
}

.divide-green-400\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.1);
}

.divide-green-400\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 1);
}

.divide-green-400\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.15);
}

.divide-green-400\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.2);
}

.divide-green-400\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.25);
}

.divide-green-400\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.3);
}

.divide-green-400\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.35);
}

.divide-green-400\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.4);
}

.divide-green-400\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.45);
}

.divide-green-400\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.05);
}

.divide-green-400\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.5);
}

.divide-green-400\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.55);
}

.divide-green-400\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.6);
}

.divide-green-400\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.65);
}

.divide-green-400\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.7);
}

.divide-green-400\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.75);
}

.divide-green-400\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.8);
}

.divide-green-400\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.85);
}

.divide-green-400\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.9);
}

.divide-green-400\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.95);
}

.divide-green-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-divide-opacity, 1));
}

.divide-green-50\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 0);
}

.divide-green-50\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 0.1);
}

.divide-green-50\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 1);
}

.divide-green-50\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 0.15);
}

.divide-green-50\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 0.2);
}

.divide-green-50\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 0.25);
}

.divide-green-50\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 0.3);
}

.divide-green-50\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 0.35);
}

.divide-green-50\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 0.4);
}

.divide-green-50\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 0.45);
}

.divide-green-50\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 0.05);
}

.divide-green-50\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 0.5);
}

.divide-green-50\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 0.55);
}

.divide-green-50\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 0.6);
}

.divide-green-50\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 0.65);
}

.divide-green-50\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 0.7);
}

.divide-green-50\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 0.75);
}

.divide-green-50\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 0.8);
}

.divide-green-50\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 0.85);
}

.divide-green-50\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 0.9);
}

.divide-green-50\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 253 244 / 0.95);
}

.divide-green-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-divide-opacity, 1));
}

.divide-green-500\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0);
}

.divide-green-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0.1);
}

.divide-green-500\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 1);
}

.divide-green-500\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0.15);
}

.divide-green-500\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0.2);
}

.divide-green-500\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0.25);
}

.divide-green-500\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0.3);
}

.divide-green-500\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0.35);
}

.divide-green-500\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0.4);
}

.divide-green-500\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0.45);
}

.divide-green-500\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0.05);
}

.divide-green-500\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0.5);
}

.divide-green-500\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0.55);
}

.divide-green-500\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0.6);
}

.divide-green-500\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0.65);
}

.divide-green-500\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0.7);
}

.divide-green-500\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0.75);
}

.divide-green-500\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0.8);
}

.divide-green-500\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0.85);
}

.divide-green-500\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0.9);
}

.divide-green-500\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(34 197 94 / 0.95);
}

.divide-green-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-divide-opacity, 1));
}

.divide-green-600\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0);
}

.divide-green-600\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.1);
}

.divide-green-600\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 1);
}

.divide-green-600\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.15);
}

.divide-green-600\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.2);
}

.divide-green-600\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.25);
}

.divide-green-600\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.3);
}

.divide-green-600\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.35);
}

.divide-green-600\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.4);
}

.divide-green-600\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.45);
}

.divide-green-600\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.05);
}

.divide-green-600\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.5);
}

.divide-green-600\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.55);
}

.divide-green-600\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.6);
}

.divide-green-600\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.65);
}

.divide-green-600\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.7);
}

.divide-green-600\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.75);
}

.divide-green-600\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.8);
}

.divide-green-600\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.85);
}

.divide-green-600\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.9);
}

.divide-green-600\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.95);
}

.divide-green-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-divide-opacity, 1));
}

.divide-green-700\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 0);
}

.divide-green-700\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 0.1);
}

.divide-green-700\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 1);
}

.divide-green-700\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 0.15);
}

.divide-green-700\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 0.2);
}

.divide-green-700\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 0.25);
}

.divide-green-700\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 0.3);
}

.divide-green-700\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 0.35);
}

.divide-green-700\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 0.4);
}

.divide-green-700\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 0.45);
}

.divide-green-700\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 0.05);
}

.divide-green-700\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 0.5);
}

.divide-green-700\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 0.55);
}

.divide-green-700\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 0.6);
}

.divide-green-700\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 0.65);
}

.divide-green-700\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 0.7);
}

.divide-green-700\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 0.75);
}

.divide-green-700\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 0.8);
}

.divide-green-700\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 0.85);
}

.divide-green-700\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 0.9);
}

.divide-green-700\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 128 61 / 0.95);
}

.divide-green-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-divide-opacity, 1));
}

.divide-green-800\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 0);
}

.divide-green-800\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 0.1);
}

.divide-green-800\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 1);
}

.divide-green-800\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 0.15);
}

.divide-green-800\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 0.2);
}

.divide-green-800\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 0.25);
}

.divide-green-800\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 0.3);
}

.divide-green-800\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 0.35);
}

.divide-green-800\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 0.4);
}

.divide-green-800\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 0.45);
}

.divide-green-800\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 0.05);
}

.divide-green-800\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 0.5);
}

.divide-green-800\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 0.55);
}

.divide-green-800\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 0.6);
}

.divide-green-800\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 0.65);
}

.divide-green-800\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 0.7);
}

.divide-green-800\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 0.75);
}

.divide-green-800\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 0.8);
}

.divide-green-800\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 0.85);
}

.divide-green-800\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 0.9);
}

.divide-green-800\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 101 52 / 0.95);
}

.divide-green-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-divide-opacity, 1));
}

.divide-green-900\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 0);
}

.divide-green-900\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 0.1);
}

.divide-green-900\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 1);
}

.divide-green-900\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 0.15);
}

.divide-green-900\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 0.2);
}

.divide-green-900\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 0.25);
}

.divide-green-900\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 0.3);
}

.divide-green-900\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 0.35);
}

.divide-green-900\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 0.4);
}

.divide-green-900\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 0.45);
}

.divide-green-900\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 0.05);
}

.divide-green-900\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 0.5);
}

.divide-green-900\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 0.55);
}

.divide-green-900\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 0.6);
}

.divide-green-900\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 0.65);
}

.divide-green-900\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 0.7);
}

.divide-green-900\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 0.75);
}

.divide-green-900\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 0.8);
}

.divide-green-900\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 0.85);
}

.divide-green-900\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 0.9);
}

.divide-green-900\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(20 83 45 / 0.95);
}

.divide-green-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-divide-opacity, 1));
}

.divide-green-950\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 0);
}

.divide-green-950\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 0.1);
}

.divide-green-950\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 1);
}

.divide-green-950\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 0.15);
}

.divide-green-950\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 0.2);
}

.divide-green-950\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 0.25);
}

.divide-green-950\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 0.3);
}

.divide-green-950\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 0.35);
}

.divide-green-950\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 0.4);
}

.divide-green-950\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 0.45);
}

.divide-green-950\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 0.05);
}

.divide-green-950\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 0.5);
}

.divide-green-950\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 0.55);
}

.divide-green-950\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 0.6);
}

.divide-green-950\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 0.65);
}

.divide-green-950\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 0.7);
}

.divide-green-950\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 0.75);
}

.divide-green-950\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 0.8);
}

.divide-green-950\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 0.85);
}

.divide-green-950\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 0.9);
}

.divide-green-950\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(5 46 22 / 0.95);
}

.divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-divide-opacity, 1));
}

.divide-indigo-100\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 0);
}

.divide-indigo-100\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 0.1);
}

.divide-indigo-100\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 1);
}

.divide-indigo-100\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 0.15);
}

.divide-indigo-100\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 0.2);
}

.divide-indigo-100\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 0.25);
}

.divide-indigo-100\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 0.3);
}

.divide-indigo-100\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 0.35);
}

.divide-indigo-100\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 0.4);
}

.divide-indigo-100\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 0.45);
}

.divide-indigo-100\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 0.05);
}

.divide-indigo-100\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 0.5);
}

.divide-indigo-100\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 0.55);
}

.divide-indigo-100\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 0.6);
}

.divide-indigo-100\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 0.65);
}

.divide-indigo-100\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 0.7);
}

.divide-indigo-100\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 0.75);
}

.divide-indigo-100\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 0.8);
}

.divide-indigo-100\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 0.85);
}

.divide-indigo-100\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 0.9);
}

.divide-indigo-100\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(224 231 255 / 0.95);
}

.divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-divide-opacity, 1));
}

.divide-indigo-200\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 0);
}

.divide-indigo-200\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 0.1);
}

.divide-indigo-200\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 1);
}

.divide-indigo-200\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 0.15);
}

.divide-indigo-200\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 0.2);
}

.divide-indigo-200\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 0.25);
}

.divide-indigo-200\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 0.3);
}

.divide-indigo-200\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 0.35);
}

.divide-indigo-200\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 0.4);
}

.divide-indigo-200\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 0.45);
}

.divide-indigo-200\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 0.05);
}

.divide-indigo-200\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 0.5);
}

.divide-indigo-200\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 0.55);
}

.divide-indigo-200\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 0.6);
}

.divide-indigo-200\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 0.65);
}

.divide-indigo-200\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 0.7);
}

.divide-indigo-200\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 0.75);
}

.divide-indigo-200\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 0.8);
}

.divide-indigo-200\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 0.85);
}

.divide-indigo-200\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 0.9);
}

.divide-indigo-200\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(199 210 254 / 0.95);
}

.divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-divide-opacity, 1));
}

.divide-indigo-300\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 0);
}

.divide-indigo-300\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 0.1);
}

.divide-indigo-300\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 1);
}

.divide-indigo-300\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 0.15);
}

.divide-indigo-300\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 0.2);
}

.divide-indigo-300\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 0.25);
}

.divide-indigo-300\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 0.3);
}

.divide-indigo-300\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 0.35);
}

.divide-indigo-300\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 0.4);
}

.divide-indigo-300\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 0.45);
}

.divide-indigo-300\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 0.05);
}

.divide-indigo-300\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 0.5);
}

.divide-indigo-300\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 0.55);
}

.divide-indigo-300\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 0.6);
}

.divide-indigo-300\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 0.65);
}

.divide-indigo-300\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 0.7);
}

.divide-indigo-300\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 0.75);
}

.divide-indigo-300\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 0.8);
}

.divide-indigo-300\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 0.85);
}

.divide-indigo-300\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 0.9);
}

.divide-indigo-300\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(165 180 252 / 0.95);
}

.divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-divide-opacity, 1));
}

.divide-indigo-400\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 0);
}

.divide-indigo-400\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 0.1);
}

.divide-indigo-400\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 1);
}

.divide-indigo-400\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 0.15);
}

.divide-indigo-400\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 0.2);
}

.divide-indigo-400\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 0.25);
}

.divide-indigo-400\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 0.3);
}

.divide-indigo-400\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 0.35);
}

.divide-indigo-400\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 0.4);
}

.divide-indigo-400\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 0.45);
}

.divide-indigo-400\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 0.05);
}

.divide-indigo-400\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 0.5);
}

.divide-indigo-400\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 0.55);
}

.divide-indigo-400\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 0.6);
}

.divide-indigo-400\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 0.65);
}

.divide-indigo-400\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 0.7);
}

.divide-indigo-400\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 0.75);
}

.divide-indigo-400\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 0.8);
}

.divide-indigo-400\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 0.85);
}

.divide-indigo-400\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 0.9);
}

.divide-indigo-400\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(129 140 248 / 0.95);
}

.divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-divide-opacity, 1));
}

.divide-indigo-50\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 0);
}

.divide-indigo-50\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 0.1);
}

.divide-indigo-50\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 1);
}

.divide-indigo-50\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 0.15);
}

.divide-indigo-50\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 0.2);
}

.divide-indigo-50\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 0.25);
}

.divide-indigo-50\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 0.3);
}

.divide-indigo-50\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 0.35);
}

.divide-indigo-50\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 0.4);
}

.divide-indigo-50\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 0.45);
}

.divide-indigo-50\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 0.05);
}

.divide-indigo-50\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 0.5);
}

.divide-indigo-50\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 0.55);
}

.divide-indigo-50\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 0.6);
}

.divide-indigo-50\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 0.65);
}

.divide-indigo-50\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 0.7);
}

.divide-indigo-50\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 0.75);
}

.divide-indigo-50\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 0.8);
}

.divide-indigo-50\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 0.85);
}

.divide-indigo-50\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 0.9);
}

.divide-indigo-50\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 242 255 / 0.95);
}

.divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-divide-opacity, 1));
}

.divide-indigo-500\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 0);
}

.divide-indigo-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 0.1);
}

.divide-indigo-500\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 1);
}

.divide-indigo-500\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 0.15);
}

.divide-indigo-500\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 0.2);
}

.divide-indigo-500\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 0.25);
}

.divide-indigo-500\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 0.3);
}

.divide-indigo-500\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 0.35);
}

.divide-indigo-500\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 0.4);
}

.divide-indigo-500\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 0.45);
}

.divide-indigo-500\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 0.05);
}

.divide-indigo-500\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 0.5);
}

.divide-indigo-500\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 0.55);
}

.divide-indigo-500\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 0.6);
}

.divide-indigo-500\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 0.65);
}

.divide-indigo-500\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 0.7);
}

.divide-indigo-500\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 0.75);
}

.divide-indigo-500\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 0.8);
}

.divide-indigo-500\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 0.85);
}

.divide-indigo-500\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 0.9);
}

.divide-indigo-500\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(99 102 241 / 0.95);
}

.divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-divide-opacity, 1));
}

.divide-indigo-600\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 0);
}

.divide-indigo-600\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 0.1);
}

.divide-indigo-600\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 1);
}

.divide-indigo-600\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 0.15);
}

.divide-indigo-600\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 0.2);
}

.divide-indigo-600\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 0.25);
}

.divide-indigo-600\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 0.3);
}

.divide-indigo-600\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 0.35);
}

.divide-indigo-600\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 0.4);
}

.divide-indigo-600\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 0.45);
}

.divide-indigo-600\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 0.05);
}

.divide-indigo-600\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 0.5);
}

.divide-indigo-600\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 0.55);
}

.divide-indigo-600\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 0.6);
}

.divide-indigo-600\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 0.65);
}

.divide-indigo-600\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 0.7);
}

.divide-indigo-600\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 0.75);
}

.divide-indigo-600\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 0.8);
}

.divide-indigo-600\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 0.85);
}

.divide-indigo-600\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 0.9);
}

.divide-indigo-600\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(79 70 229 / 0.95);
}

.divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-divide-opacity, 1));
}

.divide-indigo-700\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 0);
}

.divide-indigo-700\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 0.1);
}

.divide-indigo-700\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 1);
}

.divide-indigo-700\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 0.15);
}

.divide-indigo-700\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 0.2);
}

.divide-indigo-700\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 0.25);
}

.divide-indigo-700\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 0.3);
}

.divide-indigo-700\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 0.35);
}

.divide-indigo-700\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 0.4);
}

.divide-indigo-700\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 0.45);
}

.divide-indigo-700\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 0.05);
}

.divide-indigo-700\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 0.5);
}

.divide-indigo-700\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 0.55);
}

.divide-indigo-700\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 0.6);
}

.divide-indigo-700\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 0.65);
}

.divide-indigo-700\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 0.7);
}

.divide-indigo-700\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 0.75);
}

.divide-indigo-700\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 0.8);
}

.divide-indigo-700\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 0.85);
}

.divide-indigo-700\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 0.9);
}

.divide-indigo-700\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(67 56 202 / 0.95);
}

.divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-divide-opacity, 1));
}

.divide-indigo-800\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 0);
}

.divide-indigo-800\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 0.1);
}

.divide-indigo-800\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 1);
}

.divide-indigo-800\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 0.15);
}

.divide-indigo-800\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 0.2);
}

.divide-indigo-800\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 0.25);
}

.divide-indigo-800\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 0.3);
}

.divide-indigo-800\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 0.35);
}

.divide-indigo-800\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 0.4);
}

.divide-indigo-800\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 0.45);
}

.divide-indigo-800\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 0.05);
}

.divide-indigo-800\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 0.5);
}

.divide-indigo-800\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 0.55);
}

.divide-indigo-800\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 0.6);
}

.divide-indigo-800\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 0.65);
}

.divide-indigo-800\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 0.7);
}

.divide-indigo-800\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 0.75);
}

.divide-indigo-800\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 0.8);
}

.divide-indigo-800\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 0.85);
}

.divide-indigo-800\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 0.9);
}

.divide-indigo-800\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 48 163 / 0.95);
}

.divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-divide-opacity, 1));
}

.divide-indigo-900\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 0);
}

.divide-indigo-900\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 0.1);
}

.divide-indigo-900\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 1);
}

.divide-indigo-900\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 0.15);
}

.divide-indigo-900\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 0.2);
}

.divide-indigo-900\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 0.25);
}

.divide-indigo-900\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 0.3);
}

.divide-indigo-900\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 0.35);
}

.divide-indigo-900\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 0.4);
}

.divide-indigo-900\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 0.45);
}

.divide-indigo-900\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 0.05);
}

.divide-indigo-900\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 0.5);
}

.divide-indigo-900\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 0.55);
}

.divide-indigo-900\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 0.6);
}

.divide-indigo-900\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 0.65);
}

.divide-indigo-900\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 0.7);
}

.divide-indigo-900\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 0.75);
}

.divide-indigo-900\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 0.8);
}

.divide-indigo-900\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 0.85);
}

.divide-indigo-900\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 0.9);
}

.divide-indigo-900\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(49 46 129 / 0.95);
}

.divide-indigo-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-divide-opacity, 1));
}

.divide-indigo-950\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 0);
}

.divide-indigo-950\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 0.1);
}

.divide-indigo-950\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 1);
}

.divide-indigo-950\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 0.15);
}

.divide-indigo-950\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 0.2);
}

.divide-indigo-950\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 0.25);
}

.divide-indigo-950\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 0.3);
}

.divide-indigo-950\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 0.35);
}

.divide-indigo-950\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 0.4);
}

.divide-indigo-950\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 0.45);
}

.divide-indigo-950\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 0.05);
}

.divide-indigo-950\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 0.5);
}

.divide-indigo-950\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 0.55);
}

.divide-indigo-950\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 0.6);
}

.divide-indigo-950\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 0.65);
}

.divide-indigo-950\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 0.7);
}

.divide-indigo-950\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 0.75);
}

.divide-indigo-950\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 0.8);
}

.divide-indigo-950\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 0.85);
}

.divide-indigo-950\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 0.9);
}

.divide-indigo-950\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 27 75 / 0.95);
}

.divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-divide-opacity, 1));
}

.divide-pink-100\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 0);
}

.divide-pink-100\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 0.1);
}

.divide-pink-100\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 1);
}

.divide-pink-100\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 0.15);
}

.divide-pink-100\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 0.2);
}

.divide-pink-100\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 0.25);
}

.divide-pink-100\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 0.3);
}

.divide-pink-100\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 0.35);
}

.divide-pink-100\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 0.4);
}

.divide-pink-100\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 0.45);
}

.divide-pink-100\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 0.05);
}

.divide-pink-100\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 0.5);
}

.divide-pink-100\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 0.55);
}

.divide-pink-100\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 0.6);
}

.divide-pink-100\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 0.65);
}

.divide-pink-100\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 0.7);
}

.divide-pink-100\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 0.75);
}

.divide-pink-100\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 0.8);
}

.divide-pink-100\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 0.85);
}

.divide-pink-100\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 0.9);
}

.divide-pink-100\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 231 243 / 0.95);
}

.divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-divide-opacity, 1));
}

.divide-pink-200\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 0);
}

.divide-pink-200\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 0.1);
}

.divide-pink-200\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 1);
}

.divide-pink-200\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 0.15);
}

.divide-pink-200\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 0.2);
}

.divide-pink-200\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 0.25);
}

.divide-pink-200\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 0.3);
}

.divide-pink-200\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 0.35);
}

.divide-pink-200\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 0.4);
}

.divide-pink-200\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 0.45);
}

.divide-pink-200\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 0.05);
}

.divide-pink-200\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 0.5);
}

.divide-pink-200\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 0.55);
}

.divide-pink-200\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 0.6);
}

.divide-pink-200\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 0.65);
}

.divide-pink-200\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 0.7);
}

.divide-pink-200\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 0.75);
}

.divide-pink-200\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 0.8);
}

.divide-pink-200\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 0.85);
}

.divide-pink-200\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 0.9);
}

.divide-pink-200\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 207 232 / 0.95);
}

.divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-divide-opacity, 1));
}

.divide-pink-300\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 0);
}

.divide-pink-300\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 0.1);
}

.divide-pink-300\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 1);
}

.divide-pink-300\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 0.15);
}

.divide-pink-300\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 0.2);
}

.divide-pink-300\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 0.25);
}

.divide-pink-300\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 0.3);
}

.divide-pink-300\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 0.35);
}

.divide-pink-300\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 0.4);
}

.divide-pink-300\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 0.45);
}

.divide-pink-300\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 0.05);
}

.divide-pink-300\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 0.5);
}

.divide-pink-300\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 0.55);
}

.divide-pink-300\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 0.6);
}

.divide-pink-300\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 0.65);
}

.divide-pink-300\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 0.7);
}

.divide-pink-300\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 0.75);
}

.divide-pink-300\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 0.8);
}

.divide-pink-300\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 0.85);
}

.divide-pink-300\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 0.9);
}

.divide-pink-300\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(249 168 212 / 0.95);
}

.divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-divide-opacity, 1));
}

.divide-pink-400\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 0);
}

.divide-pink-400\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 0.1);
}

.divide-pink-400\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 1);
}

.divide-pink-400\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 0.15);
}

.divide-pink-400\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 0.2);
}

.divide-pink-400\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 0.25);
}

.divide-pink-400\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 0.3);
}

.divide-pink-400\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 0.35);
}

.divide-pink-400\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 0.4);
}

.divide-pink-400\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 0.45);
}

.divide-pink-400\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 0.05);
}

.divide-pink-400\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 0.5);
}

.divide-pink-400\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 0.55);
}

.divide-pink-400\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 0.6);
}

.divide-pink-400\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 0.65);
}

.divide-pink-400\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 0.7);
}

.divide-pink-400\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 0.75);
}

.divide-pink-400\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 0.8);
}

.divide-pink-400\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 0.85);
}

.divide-pink-400\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 0.9);
}

.divide-pink-400\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 114 182 / 0.95);
}

.divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-divide-opacity, 1));
}

.divide-pink-50\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 0);
}

.divide-pink-50\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 0.1);
}

.divide-pink-50\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 1);
}

.divide-pink-50\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 0.15);
}

.divide-pink-50\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 0.2);
}

.divide-pink-50\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 0.25);
}

.divide-pink-50\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 0.3);
}

.divide-pink-50\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 0.35);
}

.divide-pink-50\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 0.4);
}

.divide-pink-50\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 0.45);
}

.divide-pink-50\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 0.05);
}

.divide-pink-50\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 0.5);
}

.divide-pink-50\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 0.55);
}

.divide-pink-50\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 0.6);
}

.divide-pink-50\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 0.65);
}

.divide-pink-50\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 0.7);
}

.divide-pink-50\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 0.75);
}

.divide-pink-50\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 0.8);
}

.divide-pink-50\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 0.85);
}

.divide-pink-50\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 0.9);
}

.divide-pink-50\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 242 248 / 0.95);
}

.divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-divide-opacity, 1));
}

.divide-pink-500\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 0);
}

.divide-pink-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 0.1);
}

.divide-pink-500\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 1);
}

.divide-pink-500\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 0.15);
}

.divide-pink-500\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 0.2);
}

.divide-pink-500\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 0.25);
}

.divide-pink-500\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 0.3);
}

.divide-pink-500\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 0.35);
}

.divide-pink-500\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 0.4);
}

.divide-pink-500\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 0.45);
}

.divide-pink-500\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 0.05);
}

.divide-pink-500\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 0.5);
}

.divide-pink-500\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 0.55);
}

.divide-pink-500\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 0.6);
}

.divide-pink-500\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 0.65);
}

.divide-pink-500\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 0.7);
}

.divide-pink-500\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 0.75);
}

.divide-pink-500\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 0.8);
}

.divide-pink-500\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 0.85);
}

.divide-pink-500\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 0.9);
}

.divide-pink-500\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(236 72 153 / 0.95);
}

.divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-divide-opacity, 1));
}

.divide-pink-600\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 0);
}

.divide-pink-600\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 0.1);
}

.divide-pink-600\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 1);
}

.divide-pink-600\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 0.15);
}

.divide-pink-600\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 0.2);
}

.divide-pink-600\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 0.25);
}

.divide-pink-600\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 0.3);
}

.divide-pink-600\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 0.35);
}

.divide-pink-600\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 0.4);
}

.divide-pink-600\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 0.45);
}

.divide-pink-600\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 0.05);
}

.divide-pink-600\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 0.5);
}

.divide-pink-600\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 0.55);
}

.divide-pink-600\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 0.6);
}

.divide-pink-600\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 0.65);
}

.divide-pink-600\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 0.7);
}

.divide-pink-600\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 0.75);
}

.divide-pink-600\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 0.8);
}

.divide-pink-600\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 0.85);
}

.divide-pink-600\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 0.9);
}

.divide-pink-600\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(219 39 119 / 0.95);
}

.divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-divide-opacity, 1));
}

.divide-pink-700\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 0);
}

.divide-pink-700\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 0.1);
}

.divide-pink-700\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 1);
}

.divide-pink-700\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 0.15);
}

.divide-pink-700\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 0.2);
}

.divide-pink-700\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 0.25);
}

.divide-pink-700\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 0.3);
}

.divide-pink-700\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 0.35);
}

.divide-pink-700\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 0.4);
}

.divide-pink-700\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 0.45);
}

.divide-pink-700\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 0.05);
}

.divide-pink-700\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 0.5);
}

.divide-pink-700\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 0.55);
}

.divide-pink-700\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 0.6);
}

.divide-pink-700\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 0.65);
}

.divide-pink-700\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 0.7);
}

.divide-pink-700\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 0.75);
}

.divide-pink-700\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 0.8);
}

.divide-pink-700\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 0.85);
}

.divide-pink-700\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 0.9);
}

.divide-pink-700\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(190 24 93 / 0.95);
}

.divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-divide-opacity, 1));
}

.divide-pink-800\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 0);
}

.divide-pink-800\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 0.1);
}

.divide-pink-800\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 1);
}

.divide-pink-800\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 0.15);
}

.divide-pink-800\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 0.2);
}

.divide-pink-800\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 0.25);
}

.divide-pink-800\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 0.3);
}

.divide-pink-800\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 0.35);
}

.divide-pink-800\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 0.4);
}

.divide-pink-800\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 0.45);
}

.divide-pink-800\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 0.05);
}

.divide-pink-800\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 0.5);
}

.divide-pink-800\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 0.55);
}

.divide-pink-800\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 0.6);
}

.divide-pink-800\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 0.65);
}

.divide-pink-800\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 0.7);
}

.divide-pink-800\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 0.75);
}

.divide-pink-800\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 0.8);
}

.divide-pink-800\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 0.85);
}

.divide-pink-800\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 0.9);
}

.divide-pink-800\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(157 23 77 / 0.95);
}

.divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-divide-opacity, 1));
}

.divide-pink-900\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 0);
}

.divide-pink-900\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 0.1);
}

.divide-pink-900\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 1);
}

.divide-pink-900\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 0.15);
}

.divide-pink-900\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 0.2);
}

.divide-pink-900\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 0.25);
}

.divide-pink-900\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 0.3);
}

.divide-pink-900\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 0.35);
}

.divide-pink-900\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 0.4);
}

.divide-pink-900\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 0.45);
}

.divide-pink-900\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 0.05);
}

.divide-pink-900\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 0.5);
}

.divide-pink-900\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 0.55);
}

.divide-pink-900\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 0.6);
}

.divide-pink-900\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 0.65);
}

.divide-pink-900\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 0.7);
}

.divide-pink-900\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 0.75);
}

.divide-pink-900\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 0.8);
}

.divide-pink-900\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 0.85);
}

.divide-pink-900\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 0.9);
}

.divide-pink-900\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(131 24 67 / 0.95);
}

.divide-pink-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-divide-opacity, 1));
}

.divide-pink-950\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 0);
}

.divide-pink-950\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 0.1);
}

.divide-pink-950\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 1);
}

.divide-pink-950\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 0.15);
}

.divide-pink-950\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 0.2);
}

.divide-pink-950\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 0.25);
}

.divide-pink-950\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 0.3);
}

.divide-pink-950\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 0.35);
}

.divide-pink-950\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 0.4);
}

.divide-pink-950\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 0.45);
}

.divide-pink-950\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 0.05);
}

.divide-pink-950\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 0.5);
}

.divide-pink-950\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 0.55);
}

.divide-pink-950\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 0.6);
}

.divide-pink-950\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 0.65);
}

.divide-pink-950\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 0.7);
}

.divide-pink-950\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 0.75);
}

.divide-pink-950\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 0.8);
}

.divide-pink-950\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 0.85);
}

.divide-pink-950\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 0.9);
}

.divide-pink-950\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(80 7 36 / 0.95);
}

.divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-divide-opacity, 1));
}

.divide-purple-100\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 0);
}

.divide-purple-100\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 0.1);
}

.divide-purple-100\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 1);
}

.divide-purple-100\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 0.15);
}

.divide-purple-100\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 0.2);
}

.divide-purple-100\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 0.25);
}

.divide-purple-100\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 0.3);
}

.divide-purple-100\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 0.35);
}

.divide-purple-100\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 0.4);
}

.divide-purple-100\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 0.45);
}

.divide-purple-100\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 0.05);
}

.divide-purple-100\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 0.5);
}

.divide-purple-100\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 0.55);
}

.divide-purple-100\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 0.6);
}

.divide-purple-100\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 0.65);
}

.divide-purple-100\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 0.7);
}

.divide-purple-100\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 0.75);
}

.divide-purple-100\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 0.8);
}

.divide-purple-100\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 0.85);
}

.divide-purple-100\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 0.9);
}

.divide-purple-100\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 232 255 / 0.95);
}

.divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-divide-opacity, 1));
}

.divide-purple-200\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 0);
}

.divide-purple-200\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 0.1);
}

.divide-purple-200\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 1);
}

.divide-purple-200\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 0.15);
}

.divide-purple-200\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 0.2);
}

.divide-purple-200\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 0.25);
}

.divide-purple-200\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 0.3);
}

.divide-purple-200\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 0.35);
}

.divide-purple-200\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 0.4);
}

.divide-purple-200\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 0.45);
}

.divide-purple-200\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 0.05);
}

.divide-purple-200\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 0.5);
}

.divide-purple-200\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 0.55);
}

.divide-purple-200\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 0.6);
}

.divide-purple-200\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 0.65);
}

.divide-purple-200\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 0.7);
}

.divide-purple-200\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 0.75);
}

.divide-purple-200\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 0.8);
}

.divide-purple-200\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 0.85);
}

.divide-purple-200\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 0.9);
}

.divide-purple-200\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(233 213 255 / 0.95);
}

.divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-divide-opacity, 1));
}

.divide-purple-300\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 0);
}

.divide-purple-300\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 0.1);
}

.divide-purple-300\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 1);
}

.divide-purple-300\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 0.15);
}

.divide-purple-300\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 0.2);
}

.divide-purple-300\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 0.25);
}

.divide-purple-300\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 0.3);
}

.divide-purple-300\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 0.35);
}

.divide-purple-300\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 0.4);
}

.divide-purple-300\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 0.45);
}

.divide-purple-300\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 0.05);
}

.divide-purple-300\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 0.5);
}

.divide-purple-300\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 0.55);
}

.divide-purple-300\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 0.6);
}

.divide-purple-300\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 0.65);
}

.divide-purple-300\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 0.7);
}

.divide-purple-300\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 0.75);
}

.divide-purple-300\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 0.8);
}

.divide-purple-300\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 0.85);
}

.divide-purple-300\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 0.9);
}

.divide-purple-300\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(216 180 254 / 0.95);
}

.divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-divide-opacity, 1));
}

.divide-purple-400\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 0);
}

.divide-purple-400\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 0.1);
}

.divide-purple-400\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 1);
}

.divide-purple-400\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 0.15);
}

.divide-purple-400\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 0.2);
}

.divide-purple-400\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 0.25);
}

.divide-purple-400\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 0.3);
}

.divide-purple-400\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 0.35);
}

.divide-purple-400\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 0.4);
}

.divide-purple-400\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 0.45);
}

.divide-purple-400\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 0.05);
}

.divide-purple-400\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 0.5);
}

.divide-purple-400\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 0.55);
}

.divide-purple-400\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 0.6);
}

.divide-purple-400\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 0.65);
}

.divide-purple-400\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 0.7);
}

.divide-purple-400\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 0.75);
}

.divide-purple-400\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 0.8);
}

.divide-purple-400\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 0.85);
}

.divide-purple-400\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 0.9);
}

.divide-purple-400\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(192 132 252 / 0.95);
}

.divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-divide-opacity, 1));
}

.divide-purple-50\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 0);
}

.divide-purple-50\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 0.1);
}

.divide-purple-50\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 1);
}

.divide-purple-50\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 0.15);
}

.divide-purple-50\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 0.2);
}

.divide-purple-50\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 0.25);
}

.divide-purple-50\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 0.3);
}

.divide-purple-50\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 0.35);
}

.divide-purple-50\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 0.4);
}

.divide-purple-50\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 0.45);
}

.divide-purple-50\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 0.05);
}

.divide-purple-50\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 0.5);
}

.divide-purple-50\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 0.55);
}

.divide-purple-50\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 0.6);
}

.divide-purple-50\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 0.65);
}

.divide-purple-50\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 0.7);
}

.divide-purple-50\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 0.75);
}

.divide-purple-50\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 0.8);
}

.divide-purple-50\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 0.85);
}

.divide-purple-50\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 0.9);
}

.divide-purple-50\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 245 255 / 0.95);
}

.divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-divide-opacity, 1));
}

.divide-purple-500\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 0);
}

.divide-purple-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 0.1);
}

.divide-purple-500\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 1);
}

.divide-purple-500\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 0.15);
}

.divide-purple-500\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 0.2);
}

.divide-purple-500\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 0.25);
}

.divide-purple-500\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 0.3);
}

.divide-purple-500\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 0.35);
}

.divide-purple-500\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 0.4);
}

.divide-purple-500\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 0.45);
}

.divide-purple-500\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 0.05);
}

.divide-purple-500\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 0.5);
}

.divide-purple-500\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 0.55);
}

.divide-purple-500\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 0.6);
}

.divide-purple-500\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 0.65);
}

.divide-purple-500\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 0.7);
}

.divide-purple-500\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 0.75);
}

.divide-purple-500\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 0.8);
}

.divide-purple-500\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 0.85);
}

.divide-purple-500\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 0.9);
}

.divide-purple-500\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(168 85 247 / 0.95);
}

.divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-divide-opacity, 1));
}

.divide-purple-600\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 0);
}

.divide-purple-600\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 0.1);
}

.divide-purple-600\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 1);
}

.divide-purple-600\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 0.15);
}

.divide-purple-600\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 0.2);
}

.divide-purple-600\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 0.25);
}

.divide-purple-600\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 0.3);
}

.divide-purple-600\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 0.35);
}

.divide-purple-600\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 0.4);
}

.divide-purple-600\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 0.45);
}

.divide-purple-600\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 0.05);
}

.divide-purple-600\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 0.5);
}

.divide-purple-600\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 0.55);
}

.divide-purple-600\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 0.6);
}

.divide-purple-600\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 0.65);
}

.divide-purple-600\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 0.7);
}

.divide-purple-600\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 0.75);
}

.divide-purple-600\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 0.8);
}

.divide-purple-600\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 0.85);
}

.divide-purple-600\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 0.9);
}

.divide-purple-600\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(147 51 234 / 0.95);
}

.divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-divide-opacity, 1));
}

.divide-purple-700\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 0);
}

.divide-purple-700\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 0.1);
}

.divide-purple-700\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 1);
}

.divide-purple-700\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 0.15);
}

.divide-purple-700\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 0.2);
}

.divide-purple-700\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 0.25);
}

.divide-purple-700\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 0.3);
}

.divide-purple-700\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 0.35);
}

.divide-purple-700\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 0.4);
}

.divide-purple-700\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 0.45);
}

.divide-purple-700\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 0.05);
}

.divide-purple-700\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 0.5);
}

.divide-purple-700\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 0.55);
}

.divide-purple-700\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 0.6);
}

.divide-purple-700\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 0.65);
}

.divide-purple-700\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 0.7);
}

.divide-purple-700\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 0.75);
}

.divide-purple-700\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 0.8);
}

.divide-purple-700\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 0.85);
}

.divide-purple-700\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 0.9);
}

.divide-purple-700\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(126 34 206 / 0.95);
}

.divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-divide-opacity, 1));
}

.divide-purple-800\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 0);
}

.divide-purple-800\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 0.1);
}

.divide-purple-800\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 1);
}

.divide-purple-800\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 0.15);
}

.divide-purple-800\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 0.2);
}

.divide-purple-800\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 0.25);
}

.divide-purple-800\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 0.3);
}

.divide-purple-800\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 0.35);
}

.divide-purple-800\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 0.4);
}

.divide-purple-800\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 0.45);
}

.divide-purple-800\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 0.05);
}

.divide-purple-800\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 0.5);
}

.divide-purple-800\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 0.55);
}

.divide-purple-800\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 0.6);
}

.divide-purple-800\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 0.65);
}

.divide-purple-800\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 0.7);
}

.divide-purple-800\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 0.75);
}

.divide-purple-800\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 0.8);
}

.divide-purple-800\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 0.85);
}

.divide-purple-800\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 0.9);
}

.divide-purple-800\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 33 168 / 0.95);
}

.divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-divide-opacity, 1));
}

.divide-purple-900\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 0);
}

.divide-purple-900\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 0.1);
}

.divide-purple-900\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 1);
}

.divide-purple-900\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 0.15);
}

.divide-purple-900\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 0.2);
}

.divide-purple-900\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 0.25);
}

.divide-purple-900\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 0.3);
}

.divide-purple-900\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 0.35);
}

.divide-purple-900\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 0.4);
}

.divide-purple-900\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 0.45);
}

.divide-purple-900\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 0.05);
}

.divide-purple-900\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 0.5);
}

.divide-purple-900\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 0.55);
}

.divide-purple-900\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 0.6);
}

.divide-purple-900\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 0.65);
}

.divide-purple-900\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 0.7);
}

.divide-purple-900\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 0.75);
}

.divide-purple-900\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 0.8);
}

.divide-purple-900\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 0.85);
}

.divide-purple-900\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 0.9);
}

.divide-purple-900\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(88 28 135 / 0.95);
}

.divide-purple-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-divide-opacity, 1));
}

.divide-purple-950\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 0);
}

.divide-purple-950\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 0.1);
}

.divide-purple-950\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 1);
}

.divide-purple-950\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 0.15);
}

.divide-purple-950\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 0.2);
}

.divide-purple-950\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 0.25);
}

.divide-purple-950\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 0.3);
}

.divide-purple-950\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 0.35);
}

.divide-purple-950\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 0.4);
}

.divide-purple-950\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 0.45);
}

.divide-purple-950\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 0.05);
}

.divide-purple-950\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 0.5);
}

.divide-purple-950\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 0.55);
}

.divide-purple-950\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 0.6);
}

.divide-purple-950\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 0.65);
}

.divide-purple-950\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 0.7);
}

.divide-purple-950\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 0.75);
}

.divide-purple-950\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 0.8);
}

.divide-purple-950\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 0.85);
}

.divide-purple-950\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 0.9);
}

.divide-purple-950\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(59 7 100 / 0.95);
}

.divide-red-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-divide-opacity, 1));
}

.divide-red-100\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 0);
}

.divide-red-100\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 0.1);
}

.divide-red-100\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 1);
}

.divide-red-100\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 0.15);
}

.divide-red-100\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 0.2);
}

.divide-red-100\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 0.25);
}

.divide-red-100\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 0.3);
}

.divide-red-100\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 0.35);
}

.divide-red-100\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 0.4);
}

.divide-red-100\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 0.45);
}

.divide-red-100\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 0.05);
}

.divide-red-100\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 0.5);
}

.divide-red-100\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 0.55);
}

.divide-red-100\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 0.6);
}

.divide-red-100\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 0.65);
}

.divide-red-100\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 0.7);
}

.divide-red-100\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 0.75);
}

.divide-red-100\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 0.8);
}

.divide-red-100\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 0.85);
}

.divide-red-100\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 0.9);
}

.divide-red-100\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 226 226 / 0.95);
}

.divide-red-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-divide-opacity, 1));
}

.divide-red-200\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 0);
}

.divide-red-200\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 0.1);
}

.divide-red-200\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 1);
}

.divide-red-200\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 0.15);
}

.divide-red-200\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 0.2);
}

.divide-red-200\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 0.25);
}

.divide-red-200\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 0.3);
}

.divide-red-200\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 0.35);
}

.divide-red-200\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 0.4);
}

.divide-red-200\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 0.45);
}

.divide-red-200\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 0.05);
}

.divide-red-200\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 0.5);
}

.divide-red-200\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 0.55);
}

.divide-red-200\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 0.6);
}

.divide-red-200\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 0.65);
}

.divide-red-200\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 0.7);
}

.divide-red-200\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 0.75);
}

.divide-red-200\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 0.8);
}

.divide-red-200\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 0.85);
}

.divide-red-200\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 0.9);
}

.divide-red-200\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 202 202 / 0.95);
}

.divide-red-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-divide-opacity, 1));
}

.divide-red-300\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 0);
}

.divide-red-300\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 0.1);
}

.divide-red-300\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 1);
}

.divide-red-300\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 0.15);
}

.divide-red-300\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 0.2);
}

.divide-red-300\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 0.25);
}

.divide-red-300\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 0.3);
}

.divide-red-300\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 0.35);
}

.divide-red-300\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 0.4);
}

.divide-red-300\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 0.45);
}

.divide-red-300\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 0.05);
}

.divide-red-300\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 0.5);
}

.divide-red-300\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 0.55);
}

.divide-red-300\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 0.6);
}

.divide-red-300\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 0.65);
}

.divide-red-300\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 0.7);
}

.divide-red-300\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 0.75);
}

.divide-red-300\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 0.8);
}

.divide-red-300\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 0.85);
}

.divide-red-300\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 0.9);
}

.divide-red-300\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(252 165 165 / 0.95);
}

.divide-red-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-divide-opacity, 1));
}

.divide-red-400\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0);
}

.divide-red-400\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.1);
}

.divide-red-400\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 1);
}

.divide-red-400\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.15);
}

.divide-red-400\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.2);
}

.divide-red-400\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.25);
}

.divide-red-400\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.3);
}

.divide-red-400\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.35);
}

.divide-red-400\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.4);
}

.divide-red-400\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.45);
}

.divide-red-400\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.05);
}

.divide-red-400\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.5);
}

.divide-red-400\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.55);
}

.divide-red-400\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.6);
}

.divide-red-400\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.65);
}

.divide-red-400\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.7);
}

.divide-red-400\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.75);
}

.divide-red-400\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.8);
}

.divide-red-400\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.85);
}

.divide-red-400\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.9);
}

.divide-red-400\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.95);
}

.divide-red-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-divide-opacity, 1));
}

.divide-red-50\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 0);
}

.divide-red-50\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 0.1);
}

.divide-red-50\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 1);
}

.divide-red-50\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 0.15);
}

.divide-red-50\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 0.2);
}

.divide-red-50\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 0.25);
}

.divide-red-50\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 0.3);
}

.divide-red-50\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 0.35);
}

.divide-red-50\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 0.4);
}

.divide-red-50\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 0.45);
}

.divide-red-50\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 0.05);
}

.divide-red-50\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 0.5);
}

.divide-red-50\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 0.55);
}

.divide-red-50\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 0.6);
}

.divide-red-50\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 0.65);
}

.divide-red-50\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 0.7);
}

.divide-red-50\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 0.75);
}

.divide-red-50\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 0.8);
}

.divide-red-50\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 0.85);
}

.divide-red-50\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 0.9);
}

.divide-red-50\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 242 242 / 0.95);
}

.divide-red-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-divide-opacity, 1));
}

.divide-red-500\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 0);
}

.divide-red-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 0.1);
}

.divide-red-500\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 1);
}

.divide-red-500\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 0.15);
}

.divide-red-500\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 0.2);
}

.divide-red-500\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 0.25);
}

.divide-red-500\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 0.3);
}

.divide-red-500\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 0.35);
}

.divide-red-500\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 0.4);
}

.divide-red-500\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 0.45);
}

.divide-red-500\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 0.05);
}

.divide-red-500\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 0.5);
}

.divide-red-500\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 0.55);
}

.divide-red-500\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 0.6);
}

.divide-red-500\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 0.65);
}

.divide-red-500\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 0.7);
}

.divide-red-500\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 0.75);
}

.divide-red-500\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 0.8);
}

.divide-red-500\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 0.85);
}

.divide-red-500\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 0.9);
}

.divide-red-500\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(239 68 68 / 0.95);
}

.divide-red-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-divide-opacity, 1));
}

.divide-red-600\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 0);
}

.divide-red-600\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 0.1);
}

.divide-red-600\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 1);
}

.divide-red-600\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 0.15);
}

.divide-red-600\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 0.2);
}

.divide-red-600\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 0.25);
}

.divide-red-600\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 0.3);
}

.divide-red-600\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 0.35);
}

.divide-red-600\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 0.4);
}

.divide-red-600\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 0.45);
}

.divide-red-600\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 0.05);
}

.divide-red-600\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 0.5);
}

.divide-red-600\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 0.55);
}

.divide-red-600\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 0.6);
}

.divide-red-600\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 0.65);
}

.divide-red-600\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 0.7);
}

.divide-red-600\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 0.75);
}

.divide-red-600\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 0.8);
}

.divide-red-600\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 0.85);
}

.divide-red-600\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 0.9);
}

.divide-red-600\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(220 38 38 / 0.95);
}

.divide-red-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-divide-opacity, 1));
}

.divide-red-700\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 0);
}

.divide-red-700\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 0.1);
}

.divide-red-700\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 1);
}

.divide-red-700\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 0.15);
}

.divide-red-700\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 0.2);
}

.divide-red-700\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 0.25);
}

.divide-red-700\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 0.3);
}

.divide-red-700\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 0.35);
}

.divide-red-700\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 0.4);
}

.divide-red-700\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 0.45);
}

.divide-red-700\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 0.05);
}

.divide-red-700\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 0.5);
}

.divide-red-700\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 0.55);
}

.divide-red-700\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 0.6);
}

.divide-red-700\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 0.65);
}

.divide-red-700\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 0.7);
}

.divide-red-700\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 0.75);
}

.divide-red-700\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 0.8);
}

.divide-red-700\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 0.85);
}

.divide-red-700\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 0.9);
}

.divide-red-700\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(185 28 28 / 0.95);
}

.divide-red-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-divide-opacity, 1));
}

.divide-red-800\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 0);
}

.divide-red-800\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 0.1);
}

.divide-red-800\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 1);
}

.divide-red-800\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 0.15);
}

.divide-red-800\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 0.2);
}

.divide-red-800\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 0.25);
}

.divide-red-800\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 0.3);
}

.divide-red-800\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 0.35);
}

.divide-red-800\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 0.4);
}

.divide-red-800\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 0.45);
}

.divide-red-800\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 0.05);
}

.divide-red-800\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 0.5);
}

.divide-red-800\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 0.55);
}

.divide-red-800\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 0.6);
}

.divide-red-800\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 0.65);
}

.divide-red-800\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 0.7);
}

.divide-red-800\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 0.75);
}

.divide-red-800\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 0.8);
}

.divide-red-800\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 0.85);
}

.divide-red-800\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 0.9);
}

.divide-red-800\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(153 27 27 / 0.95);
}

.divide-red-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-divide-opacity, 1));
}

.divide-red-900\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 0);
}

.divide-red-900\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 0.1);
}

.divide-red-900\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 1);
}

.divide-red-900\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 0.15);
}

.divide-red-900\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 0.2);
}

.divide-red-900\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 0.25);
}

.divide-red-900\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 0.3);
}

.divide-red-900\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 0.35);
}

.divide-red-900\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 0.4);
}

.divide-red-900\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 0.45);
}

.divide-red-900\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 0.05);
}

.divide-red-900\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 0.5);
}

.divide-red-900\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 0.55);
}

.divide-red-900\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 0.6);
}

.divide-red-900\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 0.65);
}

.divide-red-900\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 0.7);
}

.divide-red-900\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 0.75);
}

.divide-red-900\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 0.8);
}

.divide-red-900\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 0.85);
}

.divide-red-900\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 0.9);
}

.divide-red-900\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(127 29 29 / 0.95);
}

.divide-red-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-divide-opacity, 1));
}

.divide-red-950\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 0);
}

.divide-red-950\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 0.1);
}

.divide-red-950\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 1);
}

.divide-red-950\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 0.15);
}

.divide-red-950\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 0.2);
}

.divide-red-950\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 0.25);
}

.divide-red-950\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 0.3);
}

.divide-red-950\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 0.35);
}

.divide-red-950\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 0.4);
}

.divide-red-950\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 0.45);
}

.divide-red-950\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 0.05);
}

.divide-red-950\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 0.5);
}

.divide-red-950\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 0.55);
}

.divide-red-950\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 0.6);
}

.divide-red-950\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 0.65);
}

.divide-red-950\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 0.7);
}

.divide-red-950\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 0.75);
}

.divide-red-950\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 0.8);
}

.divide-red-950\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 0.85);
}

.divide-red-950\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 0.9);
}

.divide-red-950\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(69 10 10 / 0.95);
}

.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-divide-opacity, 1));
}

.divide-yellow-100\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0);
}

.divide-yellow-100\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.1);
}

.divide-yellow-100\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 1);
}

.divide-yellow-100\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.15);
}

.divide-yellow-100\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.2);
}

.divide-yellow-100\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.25);
}

.divide-yellow-100\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.3);
}

.divide-yellow-100\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.35);
}

.divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.4);
}

.divide-yellow-100\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.45);
}

.divide-yellow-100\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.05);
}

.divide-yellow-100\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.5);
}

.divide-yellow-100\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.55);
}

.divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.6);
}

.divide-yellow-100\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.65);
}

.divide-yellow-100\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.7);
}

.divide-yellow-100\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.75);
}

.divide-yellow-100\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.8);
}

.divide-yellow-100\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.85);
}

.divide-yellow-100\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.9);
}

.divide-yellow-100\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.95);
}

.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-divide-opacity, 1));
}

.divide-yellow-200\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0);
}

.divide-yellow-200\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.1);
}

.divide-yellow-200\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 1);
}

.divide-yellow-200\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.15);
}

.divide-yellow-200\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.2);
}

.divide-yellow-200\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.25);
}

.divide-yellow-200\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.3);
}

.divide-yellow-200\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.35);
}

.divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.4);
}

.divide-yellow-200\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.45);
}

.divide-yellow-200\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.05);
}

.divide-yellow-200\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.5);
}

.divide-yellow-200\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.55);
}

.divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.6);
}

.divide-yellow-200\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.65);
}

.divide-yellow-200\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.7);
}

.divide-yellow-200\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.75);
}

.divide-yellow-200\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.8);
}

.divide-yellow-200\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.85);
}

.divide-yellow-200\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.9);
}

.divide-yellow-200\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.95);
}

.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-divide-opacity, 1));
}

.divide-yellow-300\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0);
}

.divide-yellow-300\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.1);
}

.divide-yellow-300\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 1);
}

.divide-yellow-300\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.15);
}

.divide-yellow-300\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.2);
}

.divide-yellow-300\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.25);
}

.divide-yellow-300\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.3);
}

.divide-yellow-300\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.35);
}

.divide-yellow-300\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.4);
}

.divide-yellow-300\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.45);
}

.divide-yellow-300\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.05);
}

.divide-yellow-300\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.5);
}

.divide-yellow-300\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.55);
}

.divide-yellow-300\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.6);
}

.divide-yellow-300\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.65);
}

.divide-yellow-300\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.7);
}

.divide-yellow-300\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.75);
}

.divide-yellow-300\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.8);
}

.divide-yellow-300\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.85);
}

.divide-yellow-300\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.9);
}

.divide-yellow-300\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.95);
}

.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-divide-opacity, 1));
}

.divide-yellow-400\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0);
}

.divide-yellow-400\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.1);
}

.divide-yellow-400\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 1);
}

.divide-yellow-400\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.15);
}

.divide-yellow-400\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.2);
}

.divide-yellow-400\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.25);
}

.divide-yellow-400\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.3);
}

.divide-yellow-400\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.35);
}

.divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.4);
}

.divide-yellow-400\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.45);
}

.divide-yellow-400\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.05);
}

.divide-yellow-400\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.5);
}

.divide-yellow-400\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.55);
}

.divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.6);
}

.divide-yellow-400\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.65);
}

.divide-yellow-400\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.7);
}

.divide-yellow-400\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.75);
}

.divide-yellow-400\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.8);
}

.divide-yellow-400\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.85);
}

.divide-yellow-400\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.9);
}

.divide-yellow-400\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.95);
}

.divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-divide-opacity, 1));
}

.divide-yellow-50\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0);
}

.divide-yellow-50\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.1);
}

.divide-yellow-50\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 1);
}

.divide-yellow-50\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.15);
}

.divide-yellow-50\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.2);
}

.divide-yellow-50\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.25);
}

.divide-yellow-50\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.3);
}

.divide-yellow-50\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.35);
}

.divide-yellow-50\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.4);
}

.divide-yellow-50\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.45);
}

.divide-yellow-50\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.05);
}

.divide-yellow-50\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.5);
}

.divide-yellow-50\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.55);
}

.divide-yellow-50\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.6);
}

.divide-yellow-50\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.65);
}

.divide-yellow-50\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.7);
}

.divide-yellow-50\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.75);
}

.divide-yellow-50\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.8);
}

.divide-yellow-50\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.85);
}

.divide-yellow-50\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.9);
}

.divide-yellow-50\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.95);
}

.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-divide-opacity, 1));
}

.divide-yellow-500\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0);
}

.divide-yellow-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.1);
}

.divide-yellow-500\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 1);
}

.divide-yellow-500\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.15);
}

.divide-yellow-500\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.2);
}

.divide-yellow-500\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.25);
}

.divide-yellow-500\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.3);
}

.divide-yellow-500\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.35);
}

.divide-yellow-500\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.4);
}

.divide-yellow-500\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.45);
}

.divide-yellow-500\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.05);
}

.divide-yellow-500\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.5);
}

.divide-yellow-500\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.55);
}

.divide-yellow-500\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.6);
}

.divide-yellow-500\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.65);
}

.divide-yellow-500\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.7);
}

.divide-yellow-500\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.75);
}

.divide-yellow-500\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.8);
}

.divide-yellow-500\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.85);
}

.divide-yellow-500\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.9);
}

.divide-yellow-500\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.95);
}

.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-divide-opacity, 1));
}

.divide-yellow-600\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0);
}

.divide-yellow-600\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.1);
}

.divide-yellow-600\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 1);
}

.divide-yellow-600\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.15);
}

.divide-yellow-600\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.2);
}

.divide-yellow-600\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.25);
}

.divide-yellow-600\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.3);
}

.divide-yellow-600\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.35);
}

.divide-yellow-600\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.4);
}

.divide-yellow-600\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.45);
}

.divide-yellow-600\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.05);
}

.divide-yellow-600\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.5);
}

.divide-yellow-600\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.55);
}

.divide-yellow-600\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.6);
}

.divide-yellow-600\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.65);
}

.divide-yellow-600\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.7);
}

.divide-yellow-600\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.75);
}

.divide-yellow-600\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.8);
}

.divide-yellow-600\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.85);
}

.divide-yellow-600\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.9);
}

.divide-yellow-600\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.95);
}

.divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-divide-opacity, 1));
}

.divide-yellow-700\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0);
}

.divide-yellow-700\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.1);
}

.divide-yellow-700\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 1);
}

.divide-yellow-700\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.15);
}

.divide-yellow-700\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.2);
}

.divide-yellow-700\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.25);
}

.divide-yellow-700\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.3);
}

.divide-yellow-700\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.35);
}

.divide-yellow-700\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.4);
}

.divide-yellow-700\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.45);
}

.divide-yellow-700\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.05);
}

.divide-yellow-700\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.5);
}

.divide-yellow-700\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.55);
}

.divide-yellow-700\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.6);
}

.divide-yellow-700\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.65);
}

.divide-yellow-700\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.7);
}

.divide-yellow-700\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.75);
}

.divide-yellow-700\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.8);
}

.divide-yellow-700\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.85);
}

.divide-yellow-700\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.9);
}

.divide-yellow-700\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.95);
}

.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-divide-opacity, 1));
}

.divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0);
}

.divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.1);
}

.divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 1);
}

.divide-yellow-800\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.15);
}

.divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.2);
}

.divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.25);
}

.divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.3);
}

.divide-yellow-800\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.35);
}

.divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.4);
}

.divide-yellow-800\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.45);
}

.divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.05);
}

.divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.5);
}

.divide-yellow-800\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.55);
}

.divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.6);
}

.divide-yellow-800\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.65);
}

.divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.7);
}

.divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.75);
}

.divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.8);
}

.divide-yellow-800\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.85);
}

.divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.9);
}

.divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.95);
}

.divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-divide-opacity, 1));
}

.divide-yellow-900\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0);
}

.divide-yellow-900\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.1);
}

.divide-yellow-900\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 1);
}

.divide-yellow-900\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.15);
}

.divide-yellow-900\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.2);
}

.divide-yellow-900\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.25);
}

.divide-yellow-900\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.3);
}

.divide-yellow-900\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.35);
}

.divide-yellow-900\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.4);
}

.divide-yellow-900\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.45);
}

.divide-yellow-900\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.05);
}

.divide-yellow-900\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.5);
}

.divide-yellow-900\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.55);
}

.divide-yellow-900\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.6);
}

.divide-yellow-900\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.65);
}

.divide-yellow-900\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.7);
}

.divide-yellow-900\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.75);
}

.divide-yellow-900\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.8);
}

.divide-yellow-900\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.85);
}

.divide-yellow-900\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.9);
}

.divide-yellow-900\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.95);
}

.divide-yellow-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-divide-opacity, 1));
}

.divide-yellow-950\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0);
}

.divide-yellow-950\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.1);
}

.divide-yellow-950\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 1);
}

.divide-yellow-950\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.15);
}

.divide-yellow-950\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.2);
}

.divide-yellow-950\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.25);
}

.divide-yellow-950\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.3);
}

.divide-yellow-950\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.35);
}

.divide-yellow-950\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.4);
}

.divide-yellow-950\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.45);
}

.divide-yellow-950\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.05);
}

.divide-yellow-950\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.5);
}

.divide-yellow-950\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.55);
}

.divide-yellow-950\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.6);
}

.divide-yellow-950\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.65);
}

.divide-yellow-950\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.7);
}

.divide-yellow-950\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.75);
}

.divide-yellow-950\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.8);
}

.divide-yellow-950\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.85);
}

.divide-yellow-950\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.9);
}

.divide-yellow-950\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.95);
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25;
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4;
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}

.divide-opacity-55 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.55;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75;
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.self-baseline {
  align-self: baseline;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-clip {
  overflow-x: clip;
}

.overflow-y-clip {
  overflow-y: clip;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overscroll-auto {
  overscroll-behavior: auto;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-none {
  overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.scroll-auto {
  scroll-behavior: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.text-clip {
  text-overflow: clip;
}

.hyphens-none {
  -webkit-hyphens: none;
          hyphens: none;
}

.hyphens-manual {
  -webkit-hyphens: manual;
          hyphens: manual;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.whitespace-break-spaces {
  white-space: break-spaces;
}

.text-wrap {
  text-wrap: wrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.break-keep {
  word-break: keep-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-e {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-br-none {
  border-bottom-right-radius: 0px;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.rounded-ee {
  border-end-end-radius: 0.25rem;
}

.rounded-es {
  border-end-start-radius: 0.25rem;
}

.rounded-se {
  border-start-end-radius: 0.25rem;
}

.rounded-ss {
  border-start-start-radius: 0.25rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tl-none {
  border-top-left-radius: 0px;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.rounded-tr-none {
  border-top-right-radius: 0px;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}

.border-x-4 {
  border-left-width: 4px;
  border-right-width: 4px;
}

.border-x-8 {
  border-left-width: 8px;
  border-right-width: 8px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-y-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
}

.border-y-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-e {
  border-inline-end-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-s {
  border-inline-start-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-hidden {
  border-style: hidden;
}

.border-none {
  border-style: none;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-black\/0 {
  border-color: rgb(0 0 0 / 0);
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-black\/100 {
  border-color: rgb(0 0 0 / 1);
}

.border-black\/15 {
  border-color: rgb(0 0 0 / 0.15);
}

.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-black\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.border-black\/35 {
  border-color: rgb(0 0 0 / 0.35);
}

.border-black\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.border-black\/45 {
  border-color: rgb(0 0 0 / 0.45);
}

.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.border-black\/55 {
  border-color: rgb(0 0 0 / 0.55);
}

.border-black\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.border-black\/65 {
  border-color: rgb(0 0 0 / 0.65);
}

.border-black\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.border-black\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.border-black\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.border-black\/85 {
  border-color: rgb(0 0 0 / 0.85);
}

.border-black\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.border-black\/95 {
  border-color: rgb(0 0 0 / 0.95);
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.border-blue-100\/0 {
  border-color: rgb(219 234 254 / 0);
}

.border-blue-100\/10 {
  border-color: rgb(219 234 254 / 0.1);
}

.border-blue-100\/100 {
  border-color: rgb(219 234 254 / 1);
}

.border-blue-100\/15 {
  border-color: rgb(219 234 254 / 0.15);
}

.border-blue-100\/20 {
  border-color: rgb(219 234 254 / 0.2);
}

.border-blue-100\/25 {
  border-color: rgb(219 234 254 / 0.25);
}

.border-blue-100\/30 {
  border-color: rgb(219 234 254 / 0.3);
}

.border-blue-100\/35 {
  border-color: rgb(219 234 254 / 0.35);
}

.border-blue-100\/40 {
  border-color: rgb(219 234 254 / 0.4);
}

.border-blue-100\/45 {
  border-color: rgb(219 234 254 / 0.45);
}

.border-blue-100\/5 {
  border-color: rgb(219 234 254 / 0.05);
}

.border-blue-100\/50 {
  border-color: rgb(219 234 254 / 0.5);
}

.border-blue-100\/55 {
  border-color: rgb(219 234 254 / 0.55);
}

.border-blue-100\/60 {
  border-color: rgb(219 234 254 / 0.6);
}

.border-blue-100\/65 {
  border-color: rgb(219 234 254 / 0.65);
}

.border-blue-100\/70 {
  border-color: rgb(219 234 254 / 0.7);
}

.border-blue-100\/75 {
  border-color: rgb(219 234 254 / 0.75);
}

.border-blue-100\/80 {
  border-color: rgb(219 234 254 / 0.8);
}

.border-blue-100\/85 {
  border-color: rgb(219 234 254 / 0.85);
}

.border-blue-100\/90 {
  border-color: rgb(219 234 254 / 0.9);
}

.border-blue-100\/95 {
  border-color: rgb(219 234 254 / 0.95);
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-blue-200\/0 {
  border-color: rgb(191 219 254 / 0);
}

.border-blue-200\/10 {
  border-color: rgb(191 219 254 / 0.1);
}

.border-blue-200\/100 {
  border-color: rgb(191 219 254 / 1);
}

.border-blue-200\/15 {
  border-color: rgb(191 219 254 / 0.15);
}

.border-blue-200\/20 {
  border-color: rgb(191 219 254 / 0.2);
}

.border-blue-200\/25 {
  border-color: rgb(191 219 254 / 0.25);
}

.border-blue-200\/30 {
  border-color: rgb(191 219 254 / 0.3);
}

.border-blue-200\/35 {
  border-color: rgb(191 219 254 / 0.35);
}

.border-blue-200\/40 {
  border-color: rgb(191 219 254 / 0.4);
}

.border-blue-200\/45 {
  border-color: rgb(191 219 254 / 0.45);
}

.border-blue-200\/5 {
  border-color: rgb(191 219 254 / 0.05);
}

.border-blue-200\/50 {
  border-color: rgb(191 219 254 / 0.5);
}

.border-blue-200\/55 {
  border-color: rgb(191 219 254 / 0.55);
}

.border-blue-200\/60 {
  border-color: rgb(191 219 254 / 0.6);
}

.border-blue-200\/65 {
  border-color: rgb(191 219 254 / 0.65);
}

.border-blue-200\/70 {
  border-color: rgb(191 219 254 / 0.7);
}

.border-blue-200\/75 {
  border-color: rgb(191 219 254 / 0.75);
}

.border-blue-200\/80 {
  border-color: rgb(191 219 254 / 0.8);
}

.border-blue-200\/85 {
  border-color: rgb(191 219 254 / 0.85);
}

.border-blue-200\/90 {
  border-color: rgb(191 219 254 / 0.9);
}

.border-blue-200\/95 {
  border-color: rgb(191 219 254 / 0.95);
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.border-blue-300\/0 {
  border-color: rgb(147 197 253 / 0);
}

.border-blue-300\/10 {
  border-color: rgb(147 197 253 / 0.1);
}

.border-blue-300\/100 {
  border-color: rgb(147 197 253 / 1);
}

.border-blue-300\/15 {
  border-color: rgb(147 197 253 / 0.15);
}

.border-blue-300\/20 {
  border-color: rgb(147 197 253 / 0.2);
}

.border-blue-300\/25 {
  border-color: rgb(147 197 253 / 0.25);
}

.border-blue-300\/30 {
  border-color: rgb(147 197 253 / 0.3);
}

.border-blue-300\/35 {
  border-color: rgb(147 197 253 / 0.35);
}

.border-blue-300\/40 {
  border-color: rgb(147 197 253 / 0.4);
}

.border-blue-300\/45 {
  border-color: rgb(147 197 253 / 0.45);
}

.border-blue-300\/5 {
  border-color: rgb(147 197 253 / 0.05);
}

.border-blue-300\/50 {
  border-color: rgb(147 197 253 / 0.5);
}

.border-blue-300\/55 {
  border-color: rgb(147 197 253 / 0.55);
}

.border-blue-300\/60 {
  border-color: rgb(147 197 253 / 0.6);
}

.border-blue-300\/65 {
  border-color: rgb(147 197 253 / 0.65);
}

.border-blue-300\/70 {
  border-color: rgb(147 197 253 / 0.7);
}

.border-blue-300\/75 {
  border-color: rgb(147 197 253 / 0.75);
}

.border-blue-300\/80 {
  border-color: rgb(147 197 253 / 0.8);
}

.border-blue-300\/85 {
  border-color: rgb(147 197 253 / 0.85);
}

.border-blue-300\/90 {
  border-color: rgb(147 197 253 / 0.9);
}

.border-blue-300\/95 {
  border-color: rgb(147 197 253 / 0.95);
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.border-blue-400\/0 {
  border-color: rgb(96 165 250 / 0);
}

.border-blue-400\/10 {
  border-color: rgb(96 165 250 / 0.1);
}

.border-blue-400\/100 {
  border-color: rgb(96 165 250 / 1);
}

.border-blue-400\/15 {
  border-color: rgb(96 165 250 / 0.15);
}

.border-blue-400\/20 {
  border-color: rgb(96 165 250 / 0.2);
}

.border-blue-400\/25 {
  border-color: rgb(96 165 250 / 0.25);
}

.border-blue-400\/30 {
  border-color: rgb(96 165 250 / 0.3);
}

.border-blue-400\/35 {
  border-color: rgb(96 165 250 / 0.35);
}

.border-blue-400\/40 {
  border-color: rgb(96 165 250 / 0.4);
}

.border-blue-400\/45 {
  border-color: rgb(96 165 250 / 0.45);
}

.border-blue-400\/5 {
  border-color: rgb(96 165 250 / 0.05);
}

.border-blue-400\/50 {
  border-color: rgb(96 165 250 / 0.5);
}

.border-blue-400\/55 {
  border-color: rgb(96 165 250 / 0.55);
}

.border-blue-400\/60 {
  border-color: rgb(96 165 250 / 0.6);
}

.border-blue-400\/65 {
  border-color: rgb(96 165 250 / 0.65);
}

.border-blue-400\/70 {
  border-color: rgb(96 165 250 / 0.7);
}

.border-blue-400\/75 {
  border-color: rgb(96 165 250 / 0.75);
}

.border-blue-400\/80 {
  border-color: rgb(96 165 250 / 0.8);
}

.border-blue-400\/85 {
  border-color: rgb(96 165 250 / 0.85);
}

.border-blue-400\/90 {
  border-color: rgb(96 165 250 / 0.9);
}

.border-blue-400\/95 {
  border-color: rgb(96 165 250 / 0.95);
}

.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}

.border-blue-50\/0 {
  border-color: rgb(239 246 255 / 0);
}

.border-blue-50\/10 {
  border-color: rgb(239 246 255 / 0.1);
}

.border-blue-50\/100 {
  border-color: rgb(239 246 255 / 1);
}

.border-blue-50\/15 {
  border-color: rgb(239 246 255 / 0.15);
}

.border-blue-50\/20 {
  border-color: rgb(239 246 255 / 0.2);
}

.border-blue-50\/25 {
  border-color: rgb(239 246 255 / 0.25);
}

.border-blue-50\/30 {
  border-color: rgb(239 246 255 / 0.3);
}

.border-blue-50\/35 {
  border-color: rgb(239 246 255 / 0.35);
}

.border-blue-50\/40 {
  border-color: rgb(239 246 255 / 0.4);
}

.border-blue-50\/45 {
  border-color: rgb(239 246 255 / 0.45);
}

.border-blue-50\/5 {
  border-color: rgb(239 246 255 / 0.05);
}

.border-blue-50\/50 {
  border-color: rgb(239 246 255 / 0.5);
}

.border-blue-50\/55 {
  border-color: rgb(239 246 255 / 0.55);
}

.border-blue-50\/60 {
  border-color: rgb(239 246 255 / 0.6);
}

.border-blue-50\/65 {
  border-color: rgb(239 246 255 / 0.65);
}

.border-blue-50\/70 {
  border-color: rgb(239 246 255 / 0.7);
}

.border-blue-50\/75 {
  border-color: rgb(239 246 255 / 0.75);
}

.border-blue-50\/80 {
  border-color: rgb(239 246 255 / 0.8);
}

.border-blue-50\/85 {
  border-color: rgb(239 246 255 / 0.85);
}

.border-blue-50\/90 {
  border-color: rgb(239 246 255 / 0.9);
}

.border-blue-50\/95 {
  border-color: rgb(239 246 255 / 0.95);
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-blue-500\/0 {
  border-color: rgb(59 130 246 / 0);
}

.border-blue-500\/10 {
  border-color: rgb(59 130 246 / 0.1);
}

.border-blue-500\/100 {
  border-color: rgb(59 130 246 / 1);
}

.border-blue-500\/15 {
  border-color: rgb(59 130 246 / 0.15);
}

.border-blue-500\/20 {
  border-color: rgb(59 130 246 / 0.2);
}

.border-blue-500\/25 {
  border-color: rgb(59 130 246 / 0.25);
}

.border-blue-500\/30 {
  border-color: rgb(59 130 246 / 0.3);
}

.border-blue-500\/35 {
  border-color: rgb(59 130 246 / 0.35);
}

.border-blue-500\/40 {
  border-color: rgb(59 130 246 / 0.4);
}

.border-blue-500\/45 {
  border-color: rgb(59 130 246 / 0.45);
}

.border-blue-500\/5 {
  border-color: rgb(59 130 246 / 0.05);
}

.border-blue-500\/50 {
  border-color: rgb(59 130 246 / 0.5);
}

.border-blue-500\/55 {
  border-color: rgb(59 130 246 / 0.55);
}

.border-blue-500\/60 {
  border-color: rgb(59 130 246 / 0.6);
}

.border-blue-500\/65 {
  border-color: rgb(59 130 246 / 0.65);
}

.border-blue-500\/70 {
  border-color: rgb(59 130 246 / 0.7);
}

.border-blue-500\/75 {
  border-color: rgb(59 130 246 / 0.75);
}

.border-blue-500\/80 {
  border-color: rgb(59 130 246 / 0.8);
}

.border-blue-500\/85 {
  border-color: rgb(59 130 246 / 0.85);
}

.border-blue-500\/90 {
  border-color: rgb(59 130 246 / 0.9);
}

.border-blue-500\/95 {
  border-color: rgb(59 130 246 / 0.95);
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-blue-600\/0 {
  border-color: rgb(37 99 235 / 0);
}

.border-blue-600\/10 {
  border-color: rgb(37 99 235 / 0.1);
}

.border-blue-600\/100 {
  border-color: rgb(37 99 235 / 1);
}

.border-blue-600\/15 {
  border-color: rgb(37 99 235 / 0.15);
}

.border-blue-600\/20 {
  border-color: rgb(37 99 235 / 0.2);
}

.border-blue-600\/25 {
  border-color: rgb(37 99 235 / 0.25);
}

.border-blue-600\/30 {
  border-color: rgb(37 99 235 / 0.3);
}

.border-blue-600\/35 {
  border-color: rgb(37 99 235 / 0.35);
}

.border-blue-600\/40 {
  border-color: rgb(37 99 235 / 0.4);
}

.border-blue-600\/45 {
  border-color: rgb(37 99 235 / 0.45);
}

.border-blue-600\/5 {
  border-color: rgb(37 99 235 / 0.05);
}

.border-blue-600\/50 {
  border-color: rgb(37 99 235 / 0.5);
}

.border-blue-600\/55 {
  border-color: rgb(37 99 235 / 0.55);
}

.border-blue-600\/60 {
  border-color: rgb(37 99 235 / 0.6);
}

.border-blue-600\/65 {
  border-color: rgb(37 99 235 / 0.65);
}

.border-blue-600\/70 {
  border-color: rgb(37 99 235 / 0.7);
}

.border-blue-600\/75 {
  border-color: rgb(37 99 235 / 0.75);
}

.border-blue-600\/80 {
  border-color: rgb(37 99 235 / 0.8);
}

.border-blue-600\/85 {
  border-color: rgb(37 99 235 / 0.85);
}

.border-blue-600\/90 {
  border-color: rgb(37 99 235 / 0.9);
}

.border-blue-600\/95 {
  border-color: rgb(37 99 235 / 0.95);
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.border-blue-700\/0 {
  border-color: rgb(29 78 216 / 0);
}

.border-blue-700\/10 {
  border-color: rgb(29 78 216 / 0.1);
}

.border-blue-700\/100 {
  border-color: rgb(29 78 216 / 1);
}

.border-blue-700\/15 {
  border-color: rgb(29 78 216 / 0.15);
}

.border-blue-700\/20 {
  border-color: rgb(29 78 216 / 0.2);
}

.border-blue-700\/25 {
  border-color: rgb(29 78 216 / 0.25);
}

.border-blue-700\/30 {
  border-color: rgb(29 78 216 / 0.3);
}

.border-blue-700\/35 {
  border-color: rgb(29 78 216 / 0.35);
}

.border-blue-700\/40 {
  border-color: rgb(29 78 216 / 0.4);
}

.border-blue-700\/45 {
  border-color: rgb(29 78 216 / 0.45);
}

.border-blue-700\/5 {
  border-color: rgb(29 78 216 / 0.05);
}

.border-blue-700\/50 {
  border-color: rgb(29 78 216 / 0.5);
}

.border-blue-700\/55 {
  border-color: rgb(29 78 216 / 0.55);
}

.border-blue-700\/60 {
  border-color: rgb(29 78 216 / 0.6);
}

.border-blue-700\/65 {
  border-color: rgb(29 78 216 / 0.65);
}

.border-blue-700\/70 {
  border-color: rgb(29 78 216 / 0.7);
}

.border-blue-700\/75 {
  border-color: rgb(29 78 216 / 0.75);
}

.border-blue-700\/80 {
  border-color: rgb(29 78 216 / 0.8);
}

.border-blue-700\/85 {
  border-color: rgb(29 78 216 / 0.85);
}

.border-blue-700\/90 {
  border-color: rgb(29 78 216 / 0.9);
}

.border-blue-700\/95 {
  border-color: rgb(29 78 216 / 0.95);
}

.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.border-blue-800\/0 {
  border-color: rgb(30 64 175 / 0);
}

.border-blue-800\/10 {
  border-color: rgb(30 64 175 / 0.1);
}

.border-blue-800\/100 {
  border-color: rgb(30 64 175 / 1);
}

.border-blue-800\/15 {
  border-color: rgb(30 64 175 / 0.15);
}

.border-blue-800\/20 {
  border-color: rgb(30 64 175 / 0.2);
}

.border-blue-800\/25 {
  border-color: rgb(30 64 175 / 0.25);
}

.border-blue-800\/30 {
  border-color: rgb(30 64 175 / 0.3);
}

.border-blue-800\/35 {
  border-color: rgb(30 64 175 / 0.35);
}

.border-blue-800\/40 {
  border-color: rgb(30 64 175 / 0.4);
}

.border-blue-800\/45 {
  border-color: rgb(30 64 175 / 0.45);
}

.border-blue-800\/5 {
  border-color: rgb(30 64 175 / 0.05);
}

.border-blue-800\/50 {
  border-color: rgb(30 64 175 / 0.5);
}

.border-blue-800\/55 {
  border-color: rgb(30 64 175 / 0.55);
}

.border-blue-800\/60 {
  border-color: rgb(30 64 175 / 0.6);
}

.border-blue-800\/65 {
  border-color: rgb(30 64 175 / 0.65);
}

.border-blue-800\/70 {
  border-color: rgb(30 64 175 / 0.7);
}

.border-blue-800\/75 {
  border-color: rgb(30 64 175 / 0.75);
}

.border-blue-800\/80 {
  border-color: rgb(30 64 175 / 0.8);
}

.border-blue-800\/85 {
  border-color: rgb(30 64 175 / 0.85);
}

.border-blue-800\/90 {
  border-color: rgb(30 64 175 / 0.9);
}

.border-blue-800\/95 {
  border-color: rgb(30 64 175 / 0.95);
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}

.border-blue-900\/0 {
  border-color: rgb(30 58 138 / 0);
}

.border-blue-900\/10 {
  border-color: rgb(30 58 138 / 0.1);
}

.border-blue-900\/100 {
  border-color: rgb(30 58 138 / 1);
}

.border-blue-900\/15 {
  border-color: rgb(30 58 138 / 0.15);
}

.border-blue-900\/20 {
  border-color: rgb(30 58 138 / 0.2);
}

.border-blue-900\/25 {
  border-color: rgb(30 58 138 / 0.25);
}

.border-blue-900\/30 {
  border-color: rgb(30 58 138 / 0.3);
}

.border-blue-900\/35 {
  border-color: rgb(30 58 138 / 0.35);
}

.border-blue-900\/40 {
  border-color: rgb(30 58 138 / 0.4);
}

.border-blue-900\/45 {
  border-color: rgb(30 58 138 / 0.45);
}

.border-blue-900\/5 {
  border-color: rgb(30 58 138 / 0.05);
}

.border-blue-900\/50 {
  border-color: rgb(30 58 138 / 0.5);
}

.border-blue-900\/55 {
  border-color: rgb(30 58 138 / 0.55);
}

.border-blue-900\/60 {
  border-color: rgb(30 58 138 / 0.6);
}

.border-blue-900\/65 {
  border-color: rgb(30 58 138 / 0.65);
}

.border-blue-900\/70 {
  border-color: rgb(30 58 138 / 0.7);
}

.border-blue-900\/75 {
  border-color: rgb(30 58 138 / 0.75);
}

.border-blue-900\/80 {
  border-color: rgb(30 58 138 / 0.8);
}

.border-blue-900\/85 {
  border-color: rgb(30 58 138 / 0.85);
}

.border-blue-900\/90 {
  border-color: rgb(30 58 138 / 0.9);
}

.border-blue-900\/95 {
  border-color: rgb(30 58 138 / 0.95);
}

.border-blue-950 {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}

.border-blue-950\/0 {
  border-color: rgb(23 37 84 / 0);
}

.border-blue-950\/10 {
  border-color: rgb(23 37 84 / 0.1);
}

.border-blue-950\/100 {
  border-color: rgb(23 37 84 / 1);
}

.border-blue-950\/15 {
  border-color: rgb(23 37 84 / 0.15);
}

.border-blue-950\/20 {
  border-color: rgb(23 37 84 / 0.2);
}

.border-blue-950\/25 {
  border-color: rgb(23 37 84 / 0.25);
}

.border-blue-950\/30 {
  border-color: rgb(23 37 84 / 0.3);
}

.border-blue-950\/35 {
  border-color: rgb(23 37 84 / 0.35);
}

.border-blue-950\/40 {
  border-color: rgb(23 37 84 / 0.4);
}

.border-blue-950\/45 {
  border-color: rgb(23 37 84 / 0.45);
}

.border-blue-950\/5 {
  border-color: rgb(23 37 84 / 0.05);
}

.border-blue-950\/50 {
  border-color: rgb(23 37 84 / 0.5);
}

.border-blue-950\/55 {
  border-color: rgb(23 37 84 / 0.55);
}

.border-blue-950\/60 {
  border-color: rgb(23 37 84 / 0.6);
}

.border-blue-950\/65 {
  border-color: rgb(23 37 84 / 0.65);
}

.border-blue-950\/70 {
  border-color: rgb(23 37 84 / 0.7);
}

.border-blue-950\/75 {
  border-color: rgb(23 37 84 / 0.75);
}

.border-blue-950\/80 {
  border-color: rgb(23 37 84 / 0.8);
}

.border-blue-950\/85 {
  border-color: rgb(23 37 84 / 0.85);
}

.border-blue-950\/90 {
  border-color: rgb(23 37 84 / 0.9);
}

.border-blue-950\/95 {
  border-color: rgb(23 37 84 / 0.95);
}

.border-current {
  border-color: currentColor;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-100\/0 {
  border-color: rgb(243 244 246 / 0);
}

.border-gray-100\/10 {
  border-color: rgb(243 244 246 / 0.1);
}

.border-gray-100\/100 {
  border-color: rgb(243 244 246 / 1);
}

.border-gray-100\/15 {
  border-color: rgb(243 244 246 / 0.15);
}

.border-gray-100\/20 {
  border-color: rgb(243 244 246 / 0.2);
}

.border-gray-100\/25 {
  border-color: rgb(243 244 246 / 0.25);
}

.border-gray-100\/30 {
  border-color: rgb(243 244 246 / 0.3);
}

.border-gray-100\/35 {
  border-color: rgb(243 244 246 / 0.35);
}

.border-gray-100\/40 {
  border-color: rgb(243 244 246 / 0.4);
}

.border-gray-100\/45 {
  border-color: rgb(243 244 246 / 0.45);
}

.border-gray-100\/5 {
  border-color: rgb(243 244 246 / 0.05);
}

.border-gray-100\/50 {
  border-color: rgb(243 244 246 / 0.5);
}

.border-gray-100\/55 {
  border-color: rgb(243 244 246 / 0.55);
}

.border-gray-100\/60 {
  border-color: rgb(243 244 246 / 0.6);
}

.border-gray-100\/65 {
  border-color: rgb(243 244 246 / 0.65);
}

.border-gray-100\/70 {
  border-color: rgb(243 244 246 / 0.7);
}

.border-gray-100\/75 {
  border-color: rgb(243 244 246 / 0.75);
}

.border-gray-100\/80 {
  border-color: rgb(243 244 246 / 0.8);
}

.border-gray-100\/85 {
  border-color: rgb(243 244 246 / 0.85);
}

.border-gray-100\/90 {
  border-color: rgb(243 244 246 / 0.9);
}

.border-gray-100\/95 {
  border-color: rgb(243 244 246 / 0.95);
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-200\/0 {
  border-color: rgb(229 231 235 / 0);
}

.border-gray-200\/10 {
  border-color: rgb(229 231 235 / 0.1);
}

.border-gray-200\/100 {
  border-color: rgb(229 231 235 / 1);
}

.border-gray-200\/15 {
  border-color: rgb(229 231 235 / 0.15);
}

.border-gray-200\/20 {
  border-color: rgb(229 231 235 / 0.2);
}

.border-gray-200\/25 {
  border-color: rgb(229 231 235 / 0.25);
}

.border-gray-200\/30 {
  border-color: rgb(229 231 235 / 0.3);
}

.border-gray-200\/35 {
  border-color: rgb(229 231 235 / 0.35);
}

.border-gray-200\/40 {
  border-color: rgb(229 231 235 / 0.4);
}

.border-gray-200\/45 {
  border-color: rgb(229 231 235 / 0.45);
}

.border-gray-200\/5 {
  border-color: rgb(229 231 235 / 0.05);
}

.border-gray-200\/50 {
  border-color: rgb(229 231 235 / 0.5);
}

.border-gray-200\/55 {
  border-color: rgb(229 231 235 / 0.55);
}

.border-gray-200\/60 {
  border-color: rgb(229 231 235 / 0.6);
}

.border-gray-200\/65 {
  border-color: rgb(229 231 235 / 0.65);
}

.border-gray-200\/70 {
  border-color: rgb(229 231 235 / 0.7);
}

.border-gray-200\/75 {
  border-color: rgb(229 231 235 / 0.75);
}

.border-gray-200\/80 {
  border-color: rgb(229 231 235 / 0.8);
}

.border-gray-200\/85 {
  border-color: rgb(229 231 235 / 0.85);
}

.border-gray-200\/90 {
  border-color: rgb(229 231 235 / 0.9);
}

.border-gray-200\/95 {
  border-color: rgb(229 231 235 / 0.95);
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-300\/0 {
  border-color: rgb(209 213 219 / 0);
}

.border-gray-300\/10 {
  border-color: rgb(209 213 219 / 0.1);
}

.border-gray-300\/100 {
  border-color: rgb(209 213 219 / 1);
}

.border-gray-300\/15 {
  border-color: rgb(209 213 219 / 0.15);
}

.border-gray-300\/20 {
  border-color: rgb(209 213 219 / 0.2);
}

.border-gray-300\/25 {
  border-color: rgb(209 213 219 / 0.25);
}

.border-gray-300\/30 {
  border-color: rgb(209 213 219 / 0.3);
}

.border-gray-300\/35 {
  border-color: rgb(209 213 219 / 0.35);
}

.border-gray-300\/40 {
  border-color: rgb(209 213 219 / 0.4);
}

.border-gray-300\/45 {
  border-color: rgb(209 213 219 / 0.45);
}

.border-gray-300\/5 {
  border-color: rgb(209 213 219 / 0.05);
}

.border-gray-300\/50 {
  border-color: rgb(209 213 219 / 0.5);
}

.border-gray-300\/55 {
  border-color: rgb(209 213 219 / 0.55);
}

.border-gray-300\/60 {
  border-color: rgb(209 213 219 / 0.6);
}

.border-gray-300\/65 {
  border-color: rgb(209 213 219 / 0.65);
}

.border-gray-300\/70 {
  border-color: rgb(209 213 219 / 0.7);
}

.border-gray-300\/75 {
  border-color: rgb(209 213 219 / 0.75);
}

.border-gray-300\/80 {
  border-color: rgb(209 213 219 / 0.8);
}

.border-gray-300\/85 {
  border-color: rgb(209 213 219 / 0.85);
}

.border-gray-300\/90 {
  border-color: rgb(209 213 219 / 0.9);
}

.border-gray-300\/95 {
  border-color: rgb(209 213 219 / 0.95);
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-gray-400\/0 {
  border-color: rgb(156 163 175 / 0);
}

.border-gray-400\/10 {
  border-color: rgb(156 163 175 / 0.1);
}

.border-gray-400\/100 {
  border-color: rgb(156 163 175 / 1);
}

.border-gray-400\/15 {
  border-color: rgb(156 163 175 / 0.15);
}

.border-gray-400\/20 {
  border-color: rgb(156 163 175 / 0.2);
}

.border-gray-400\/25 {
  border-color: rgb(156 163 175 / 0.25);
}

.border-gray-400\/30 {
  border-color: rgb(156 163 175 / 0.3);
}

.border-gray-400\/35 {
  border-color: rgb(156 163 175 / 0.35);
}

.border-gray-400\/40 {
  border-color: rgb(156 163 175 / 0.4);
}

.border-gray-400\/45 {
  border-color: rgb(156 163 175 / 0.45);
}

.border-gray-400\/5 {
  border-color: rgb(156 163 175 / 0.05);
}

.border-gray-400\/50 {
  border-color: rgb(156 163 175 / 0.5);
}

.border-gray-400\/55 {
  border-color: rgb(156 163 175 / 0.55);
}

.border-gray-400\/60 {
  border-color: rgb(156 163 175 / 0.6);
}

.border-gray-400\/65 {
  border-color: rgb(156 163 175 / 0.65);
}

.border-gray-400\/70 {
  border-color: rgb(156 163 175 / 0.7);
}

.border-gray-400\/75 {
  border-color: rgb(156 163 175 / 0.75);
}

.border-gray-400\/80 {
  border-color: rgb(156 163 175 / 0.8);
}

.border-gray-400\/85 {
  border-color: rgb(156 163 175 / 0.85);
}

.border-gray-400\/90 {
  border-color: rgb(156 163 175 / 0.9);
}

.border-gray-400\/95 {
  border-color: rgb(156 163 175 / 0.95);
}

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

.border-gray-50\/0 {
  border-color: rgb(249 250 251 / 0);
}

.border-gray-50\/10 {
  border-color: rgb(249 250 251 / 0.1);
}

.border-gray-50\/100 {
  border-color: rgb(249 250 251 / 1);
}

.border-gray-50\/15 {
  border-color: rgb(249 250 251 / 0.15);
}

.border-gray-50\/20 {
  border-color: rgb(249 250 251 / 0.2);
}

.border-gray-50\/25 {
  border-color: rgb(249 250 251 / 0.25);
}

.border-gray-50\/30 {
  border-color: rgb(249 250 251 / 0.3);
}

.border-gray-50\/35 {
  border-color: rgb(249 250 251 / 0.35);
}

.border-gray-50\/40 {
  border-color: rgb(249 250 251 / 0.4);
}

.border-gray-50\/45 {
  border-color: rgb(249 250 251 / 0.45);
}

.border-gray-50\/5 {
  border-color: rgb(249 250 251 / 0.05);
}

.border-gray-50\/50 {
  border-color: rgb(249 250 251 / 0.5);
}

.border-gray-50\/55 {
  border-color: rgb(249 250 251 / 0.55);
}

.border-gray-50\/60 {
  border-color: rgb(249 250 251 / 0.6);
}

.border-gray-50\/65 {
  border-color: rgb(249 250 251 / 0.65);
}

.border-gray-50\/70 {
  border-color: rgb(249 250 251 / 0.7);
}

.border-gray-50\/75 {
  border-color: rgb(249 250 251 / 0.75);
}

.border-gray-50\/80 {
  border-color: rgb(249 250 251 / 0.8);
}

.border-gray-50\/85 {
  border-color: rgb(249 250 251 / 0.85);
}

.border-gray-50\/90 {
  border-color: rgb(249 250 251 / 0.9);
}

.border-gray-50\/95 {
  border-color: rgb(249 250 251 / 0.95);
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.border-gray-500\/0 {
  border-color: rgb(107 114 128 / 0);
}

.border-gray-500\/10 {
  border-color: rgb(107 114 128 / 0.1);
}

.border-gray-500\/100 {
  border-color: rgb(107 114 128 / 1);
}

.border-gray-500\/15 {
  border-color: rgb(107 114 128 / 0.15);
}

.border-gray-500\/20 {
  border-color: rgb(107 114 128 / 0.2);
}

.border-gray-500\/25 {
  border-color: rgb(107 114 128 / 0.25);
}

.border-gray-500\/30 {
  border-color: rgb(107 114 128 / 0.3);
}

.border-gray-500\/35 {
  border-color: rgb(107 114 128 / 0.35);
}

.border-gray-500\/40 {
  border-color: rgb(107 114 128 / 0.4);
}

.border-gray-500\/45 {
  border-color: rgb(107 114 128 / 0.45);
}

.border-gray-500\/5 {
  border-color: rgb(107 114 128 / 0.05);
}

.border-gray-500\/50 {
  border-color: rgb(107 114 128 / 0.5);
}

.border-gray-500\/55 {
  border-color: rgb(107 114 128 / 0.55);
}

.border-gray-500\/60 {
  border-color: rgb(107 114 128 / 0.6);
}

.border-gray-500\/65 {
  border-color: rgb(107 114 128 / 0.65);
}

.border-gray-500\/70 {
  border-color: rgb(107 114 128 / 0.7);
}

.border-gray-500\/75 {
  border-color: rgb(107 114 128 / 0.75);
}

.border-gray-500\/80 {
  border-color: rgb(107 114 128 / 0.8);
}

.border-gray-500\/85 {
  border-color: rgb(107 114 128 / 0.85);
}

.border-gray-500\/90 {
  border-color: rgb(107 114 128 / 0.9);
}

.border-gray-500\/95 {
  border-color: rgb(107 114 128 / 0.95);
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.border-gray-600\/0 {
  border-color: rgb(75 85 99 / 0);
}

.border-gray-600\/10 {
  border-color: rgb(75 85 99 / 0.1);
}

.border-gray-600\/100 {
  border-color: rgb(75 85 99 / 1);
}

.border-gray-600\/15 {
  border-color: rgb(75 85 99 / 0.15);
}

.border-gray-600\/20 {
  border-color: rgb(75 85 99 / 0.2);
}

.border-gray-600\/25 {
  border-color: rgb(75 85 99 / 0.25);
}

.border-gray-600\/30 {
  border-color: rgb(75 85 99 / 0.3);
}

.border-gray-600\/35 {
  border-color: rgb(75 85 99 / 0.35);
}

.border-gray-600\/40 {
  border-color: rgb(75 85 99 / 0.4);
}

.border-gray-600\/45 {
  border-color: rgb(75 85 99 / 0.45);
}

.border-gray-600\/5 {
  border-color: rgb(75 85 99 / 0.05);
}

.border-gray-600\/50 {
  border-color: rgb(75 85 99 / 0.5);
}

.border-gray-600\/55 {
  border-color: rgb(75 85 99 / 0.55);
}

.border-gray-600\/60 {
  border-color: rgb(75 85 99 / 0.6);
}

.border-gray-600\/65 {
  border-color: rgb(75 85 99 / 0.65);
}

.border-gray-600\/70 {
  border-color: rgb(75 85 99 / 0.7);
}

.border-gray-600\/75 {
  border-color: rgb(75 85 99 / 0.75);
}

.border-gray-600\/80 {
  border-color: rgb(75 85 99 / 0.8);
}

.border-gray-600\/85 {
  border-color: rgb(75 85 99 / 0.85);
}

.border-gray-600\/90 {
  border-color: rgb(75 85 99 / 0.9);
}

.border-gray-600\/95 {
  border-color: rgb(75 85 99 / 0.95);
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-gray-700\/0 {
  border-color: rgb(55 65 81 / 0);
}

.border-gray-700\/10 {
  border-color: rgb(55 65 81 / 0.1);
}

.border-gray-700\/100 {
  border-color: rgb(55 65 81 / 1);
}

.border-gray-700\/15 {
  border-color: rgb(55 65 81 / 0.15);
}

.border-gray-700\/20 {
  border-color: rgb(55 65 81 / 0.2);
}

.border-gray-700\/25 {
  border-color: rgb(55 65 81 / 0.25);
}

.border-gray-700\/30 {
  border-color: rgb(55 65 81 / 0.3);
}

.border-gray-700\/35 {
  border-color: rgb(55 65 81 / 0.35);
}

.border-gray-700\/40 {
  border-color: rgb(55 65 81 / 0.4);
}

.border-gray-700\/45 {
  border-color: rgb(55 65 81 / 0.45);
}

.border-gray-700\/5 {
  border-color: rgb(55 65 81 / 0.05);
}

.border-gray-700\/50 {
  border-color: rgb(55 65 81 / 0.5);
}

.border-gray-700\/55 {
  border-color: rgb(55 65 81 / 0.55);
}

.border-gray-700\/60 {
  border-color: rgb(55 65 81 / 0.6);
}

.border-gray-700\/65 {
  border-color: rgb(55 65 81 / 0.65);
}

.border-gray-700\/70 {
  border-color: rgb(55 65 81 / 0.7);
}

.border-gray-700\/75 {
  border-color: rgb(55 65 81 / 0.75);
}

.border-gray-700\/80 {
  border-color: rgb(55 65 81 / 0.8);
}

.border-gray-700\/85 {
  border-color: rgb(55 65 81 / 0.85);
}

.border-gray-700\/90 {
  border-color: rgb(55 65 81 / 0.9);
}

.border-gray-700\/95 {
  border-color: rgb(55 65 81 / 0.95);
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.border-gray-800\/0 {
  border-color: rgb(31 41 55 / 0);
}

.border-gray-800\/10 {
  border-color: rgb(31 41 55 / 0.1);
}

.border-gray-800\/100 {
  border-color: rgb(31 41 55 / 1);
}

.border-gray-800\/15 {
  border-color: rgb(31 41 55 / 0.15);
}

.border-gray-800\/20 {
  border-color: rgb(31 41 55 / 0.2);
}

.border-gray-800\/25 {
  border-color: rgb(31 41 55 / 0.25);
}

.border-gray-800\/30 {
  border-color: rgb(31 41 55 / 0.3);
}

.border-gray-800\/35 {
  border-color: rgb(31 41 55 / 0.35);
}

.border-gray-800\/40 {
  border-color: rgb(31 41 55 / 0.4);
}

.border-gray-800\/45 {
  border-color: rgb(31 41 55 / 0.45);
}

.border-gray-800\/5 {
  border-color: rgb(31 41 55 / 0.05);
}

.border-gray-800\/50 {
  border-color: rgb(31 41 55 / 0.5);
}

.border-gray-800\/55 {
  border-color: rgb(31 41 55 / 0.55);
}

.border-gray-800\/60 {
  border-color: rgb(31 41 55 / 0.6);
}

.border-gray-800\/65 {
  border-color: rgb(31 41 55 / 0.65);
}

.border-gray-800\/70 {
  border-color: rgb(31 41 55 / 0.7);
}

.border-gray-800\/75 {
  border-color: rgb(31 41 55 / 0.75);
}

.border-gray-800\/80 {
  border-color: rgb(31 41 55 / 0.8);
}

.border-gray-800\/85 {
  border-color: rgb(31 41 55 / 0.85);
}

.border-gray-800\/90 {
  border-color: rgb(31 41 55 / 0.9);
}

.border-gray-800\/95 {
  border-color: rgb(31 41 55 / 0.95);
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}

.border-gray-900\/0 {
  border-color: rgb(17 24 39 / 0);
}

.border-gray-900\/10 {
  border-color: rgb(17 24 39 / 0.1);
}

.border-gray-900\/100 {
  border-color: rgb(17 24 39 / 1);
}

.border-gray-900\/15 {
  border-color: rgb(17 24 39 / 0.15);
}

.border-gray-900\/20 {
  border-color: rgb(17 24 39 / 0.2);
}

.border-gray-900\/25 {
  border-color: rgb(17 24 39 / 0.25);
}

.border-gray-900\/30 {
  border-color: rgb(17 24 39 / 0.3);
}

.border-gray-900\/35 {
  border-color: rgb(17 24 39 / 0.35);
}

.border-gray-900\/40 {
  border-color: rgb(17 24 39 / 0.4);
}

.border-gray-900\/45 {
  border-color: rgb(17 24 39 / 0.45);
}

.border-gray-900\/5 {
  border-color: rgb(17 24 39 / 0.05);
}

.border-gray-900\/50 {
  border-color: rgb(17 24 39 / 0.5);
}

.border-gray-900\/55 {
  border-color: rgb(17 24 39 / 0.55);
}

.border-gray-900\/60 {
  border-color: rgb(17 24 39 / 0.6);
}

.border-gray-900\/65 {
  border-color: rgb(17 24 39 / 0.65);
}

.border-gray-900\/70 {
  border-color: rgb(17 24 39 / 0.7);
}

.border-gray-900\/75 {
  border-color: rgb(17 24 39 / 0.75);
}

.border-gray-900\/80 {
  border-color: rgb(17 24 39 / 0.8);
}

.border-gray-900\/85 {
  border-color: rgb(17 24 39 / 0.85);
}

.border-gray-900\/90 {
  border-color: rgb(17 24 39 / 0.9);
}

.border-gray-900\/95 {
  border-color: rgb(17 24 39 / 0.95);
}

.border-gray-950 {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}

.border-gray-950\/0 {
  border-color: rgb(3 7 18 / 0);
}

.border-gray-950\/10 {
  border-color: rgb(3 7 18 / 0.1);
}

.border-gray-950\/100 {
  border-color: rgb(3 7 18 / 1);
}

.border-gray-950\/15 {
  border-color: rgb(3 7 18 / 0.15);
}

.border-gray-950\/20 {
  border-color: rgb(3 7 18 / 0.2);
}

.border-gray-950\/25 {
  border-color: rgb(3 7 18 / 0.25);
}

.border-gray-950\/30 {
  border-color: rgb(3 7 18 / 0.3);
}

.border-gray-950\/35 {
  border-color: rgb(3 7 18 / 0.35);
}

.border-gray-950\/40 {
  border-color: rgb(3 7 18 / 0.4);
}

.border-gray-950\/45 {
  border-color: rgb(3 7 18 / 0.45);
}

.border-gray-950\/5 {
  border-color: rgb(3 7 18 / 0.05);
}

.border-gray-950\/50 {
  border-color: rgb(3 7 18 / 0.5);
}

.border-gray-950\/55 {
  border-color: rgb(3 7 18 / 0.55);
}

.border-gray-950\/60 {
  border-color: rgb(3 7 18 / 0.6);
}

.border-gray-950\/65 {
  border-color: rgb(3 7 18 / 0.65);
}

.border-gray-950\/70 {
  border-color: rgb(3 7 18 / 0.7);
}

.border-gray-950\/75 {
  border-color: rgb(3 7 18 / 0.75);
}

.border-gray-950\/80 {
  border-color: rgb(3 7 18 / 0.8);
}

.border-gray-950\/85 {
  border-color: rgb(3 7 18 / 0.85);
}

.border-gray-950\/90 {
  border-color: rgb(3 7 18 / 0.9);
}

.border-gray-950\/95 {
  border-color: rgb(3 7 18 / 0.95);
}

.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.border-green-100\/0 {
  border-color: rgb(220 252 231 / 0);
}

.border-green-100\/10 {
  border-color: rgb(220 252 231 / 0.1);
}

.border-green-100\/100 {
  border-color: rgb(220 252 231 / 1);
}

.border-green-100\/15 {
  border-color: rgb(220 252 231 / 0.15);
}

.border-green-100\/20 {
  border-color: rgb(220 252 231 / 0.2);
}

.border-green-100\/25 {
  border-color: rgb(220 252 231 / 0.25);
}

.border-green-100\/30 {
  border-color: rgb(220 252 231 / 0.3);
}

.border-green-100\/35 {
  border-color: rgb(220 252 231 / 0.35);
}

.border-green-100\/40 {
  border-color: rgb(220 252 231 / 0.4);
}

.border-green-100\/45 {
  border-color: rgb(220 252 231 / 0.45);
}

.border-green-100\/5 {
  border-color: rgb(220 252 231 / 0.05);
}

.border-green-100\/50 {
  border-color: rgb(220 252 231 / 0.5);
}

.border-green-100\/55 {
  border-color: rgb(220 252 231 / 0.55);
}

.border-green-100\/60 {
  border-color: rgb(220 252 231 / 0.6);
}

.border-green-100\/65 {
  border-color: rgb(220 252 231 / 0.65);
}

.border-green-100\/70 {
  border-color: rgb(220 252 231 / 0.7);
}

.border-green-100\/75 {
  border-color: rgb(220 252 231 / 0.75);
}

.border-green-100\/80 {
  border-color: rgb(220 252 231 / 0.8);
}

.border-green-100\/85 {
  border-color: rgb(220 252 231 / 0.85);
}

.border-green-100\/90 {
  border-color: rgb(220 252 231 / 0.9);
}

.border-green-100\/95 {
  border-color: rgb(220 252 231 / 0.95);
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-green-200\/0 {
  border-color: rgb(187 247 208 / 0);
}

.border-green-200\/10 {
  border-color: rgb(187 247 208 / 0.1);
}

.border-green-200\/100 {
  border-color: rgb(187 247 208 / 1);
}

.border-green-200\/15 {
  border-color: rgb(187 247 208 / 0.15);
}

.border-green-200\/20 {
  border-color: rgb(187 247 208 / 0.2);
}

.border-green-200\/25 {
  border-color: rgb(187 247 208 / 0.25);
}

.border-green-200\/30 {
  border-color: rgb(187 247 208 / 0.3);
}

.border-green-200\/35 {
  border-color: rgb(187 247 208 / 0.35);
}

.border-green-200\/40 {
  border-color: rgb(187 247 208 / 0.4);
}

.border-green-200\/45 {
  border-color: rgb(187 247 208 / 0.45);
}

.border-green-200\/5 {
  border-color: rgb(187 247 208 / 0.05);
}

.border-green-200\/50 {
  border-color: rgb(187 247 208 / 0.5);
}

.border-green-200\/55 {
  border-color: rgb(187 247 208 / 0.55);
}

.border-green-200\/60 {
  border-color: rgb(187 247 208 / 0.6);
}

.border-green-200\/65 {
  border-color: rgb(187 247 208 / 0.65);
}

.border-green-200\/70 {
  border-color: rgb(187 247 208 / 0.7);
}

.border-green-200\/75 {
  border-color: rgb(187 247 208 / 0.75);
}

.border-green-200\/80 {
  border-color: rgb(187 247 208 / 0.8);
}

.border-green-200\/85 {
  border-color: rgb(187 247 208 / 0.85);
}

.border-green-200\/90 {
  border-color: rgb(187 247 208 / 0.9);
}

.border-green-200\/95 {
  border-color: rgb(187 247 208 / 0.95);
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

.border-green-300\/0 {
  border-color: rgb(134 239 172 / 0);
}

.border-green-300\/10 {
  border-color: rgb(134 239 172 / 0.1);
}

.border-green-300\/100 {
  border-color: rgb(134 239 172 / 1);
}

.border-green-300\/15 {
  border-color: rgb(134 239 172 / 0.15);
}

.border-green-300\/20 {
  border-color: rgb(134 239 172 / 0.2);
}

.border-green-300\/25 {
  border-color: rgb(134 239 172 / 0.25);
}

.border-green-300\/30 {
  border-color: rgb(134 239 172 / 0.3);
}

.border-green-300\/35 {
  border-color: rgb(134 239 172 / 0.35);
}

.border-green-300\/40 {
  border-color: rgb(134 239 172 / 0.4);
}

.border-green-300\/45 {
  border-color: rgb(134 239 172 / 0.45);
}

.border-green-300\/5 {
  border-color: rgb(134 239 172 / 0.05);
}

.border-green-300\/50 {
  border-color: rgb(134 239 172 / 0.5);
}

.border-green-300\/55 {
  border-color: rgb(134 239 172 / 0.55);
}

.border-green-300\/60 {
  border-color: rgb(134 239 172 / 0.6);
}

.border-green-300\/65 {
  border-color: rgb(134 239 172 / 0.65);
}

.border-green-300\/70 {
  border-color: rgb(134 239 172 / 0.7);
}

.border-green-300\/75 {
  border-color: rgb(134 239 172 / 0.75);
}

.border-green-300\/80 {
  border-color: rgb(134 239 172 / 0.8);
}

.border-green-300\/85 {
  border-color: rgb(134 239 172 / 0.85);
}

.border-green-300\/90 {
  border-color: rgb(134 239 172 / 0.9);
}

.border-green-300\/95 {
  border-color: rgb(134 239 172 / 0.95);
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.border-green-400\/0 {
  border-color: rgb(74 222 128 / 0);
}

.border-green-400\/10 {
  border-color: rgb(74 222 128 / 0.1);
}

.border-green-400\/100 {
  border-color: rgb(74 222 128 / 1);
}

.border-green-400\/15 {
  border-color: rgb(74 222 128 / 0.15);
}

.border-green-400\/20 {
  border-color: rgb(74 222 128 / 0.2);
}

.border-green-400\/25 {
  border-color: rgb(74 222 128 / 0.25);
}

.border-green-400\/30 {
  border-color: rgb(74 222 128 / 0.3);
}

.border-green-400\/35 {
  border-color: rgb(74 222 128 / 0.35);
}

.border-green-400\/40 {
  border-color: rgb(74 222 128 / 0.4);
}

.border-green-400\/45 {
  border-color: rgb(74 222 128 / 0.45);
}

.border-green-400\/5 {
  border-color: rgb(74 222 128 / 0.05);
}

.border-green-400\/50 {
  border-color: rgb(74 222 128 / 0.5);
}

.border-green-400\/55 {
  border-color: rgb(74 222 128 / 0.55);
}

.border-green-400\/60 {
  border-color: rgb(74 222 128 / 0.6);
}

.border-green-400\/65 {
  border-color: rgb(74 222 128 / 0.65);
}

.border-green-400\/70 {
  border-color: rgb(74 222 128 / 0.7);
}

.border-green-400\/75 {
  border-color: rgb(74 222 128 / 0.75);
}

.border-green-400\/80 {
  border-color: rgb(74 222 128 / 0.8);
}

.border-green-400\/85 {
  border-color: rgb(74 222 128 / 0.85);
}

.border-green-400\/90 {
  border-color: rgb(74 222 128 / 0.9);
}

.border-green-400\/95 {
  border-color: rgb(74 222 128 / 0.95);
}

.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}

.border-green-50\/0 {
  border-color: rgb(240 253 244 / 0);
}

.border-green-50\/10 {
  border-color: rgb(240 253 244 / 0.1);
}

.border-green-50\/100 {
  border-color: rgb(240 253 244 / 1);
}

.border-green-50\/15 {
  border-color: rgb(240 253 244 / 0.15);
}

.border-green-50\/20 {
  border-color: rgb(240 253 244 / 0.2);
}

.border-green-50\/25 {
  border-color: rgb(240 253 244 / 0.25);
}

.border-green-50\/30 {
  border-color: rgb(240 253 244 / 0.3);
}

.border-green-50\/35 {
  border-color: rgb(240 253 244 / 0.35);
}

.border-green-50\/40 {
  border-color: rgb(240 253 244 / 0.4);
}

.border-green-50\/45 {
  border-color: rgb(240 253 244 / 0.45);
}

.border-green-50\/5 {
  border-color: rgb(240 253 244 / 0.05);
}

.border-green-50\/50 {
  border-color: rgb(240 253 244 / 0.5);
}

.border-green-50\/55 {
  border-color: rgb(240 253 244 / 0.55);
}

.border-green-50\/60 {
  border-color: rgb(240 253 244 / 0.6);
}

.border-green-50\/65 {
  border-color: rgb(240 253 244 / 0.65);
}

.border-green-50\/70 {
  border-color: rgb(240 253 244 / 0.7);
}

.border-green-50\/75 {
  border-color: rgb(240 253 244 / 0.75);
}

.border-green-50\/80 {
  border-color: rgb(240 253 244 / 0.8);
}

.border-green-50\/85 {
  border-color: rgb(240 253 244 / 0.85);
}

.border-green-50\/90 {
  border-color: rgb(240 253 244 / 0.9);
}

.border-green-50\/95 {
  border-color: rgb(240 253 244 / 0.95);
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.border-green-500\/0 {
  border-color: rgb(34 197 94 / 0);
}

.border-green-500\/10 {
  border-color: rgb(34 197 94 / 0.1);
}

.border-green-500\/100 {
  border-color: rgb(34 197 94 / 1);
}

.border-green-500\/15 {
  border-color: rgb(34 197 94 / 0.15);
}

.border-green-500\/20 {
  border-color: rgb(34 197 94 / 0.2);
}

.border-green-500\/25 {
  border-color: rgb(34 197 94 / 0.25);
}

.border-green-500\/30 {
  border-color: rgb(34 197 94 / 0.3);
}

.border-green-500\/35 {
  border-color: rgb(34 197 94 / 0.35);
}

.border-green-500\/40 {
  border-color: rgb(34 197 94 / 0.4);
}

.border-green-500\/45 {
  border-color: rgb(34 197 94 / 0.45);
}

.border-green-500\/5 {
  border-color: rgb(34 197 94 / 0.05);
}

.border-green-500\/50 {
  border-color: rgb(34 197 94 / 0.5);
}

.border-green-500\/55 {
  border-color: rgb(34 197 94 / 0.55);
}

.border-green-500\/60 {
  border-color: rgb(34 197 94 / 0.6);
}

.border-green-500\/65 {
  border-color: rgb(34 197 94 / 0.65);
}

.border-green-500\/70 {
  border-color: rgb(34 197 94 / 0.7);
}

.border-green-500\/75 {
  border-color: rgb(34 197 94 / 0.75);
}

.border-green-500\/80 {
  border-color: rgb(34 197 94 / 0.8);
}

.border-green-500\/85 {
  border-color: rgb(34 197 94 / 0.85);
}

.border-green-500\/90 {
  border-color: rgb(34 197 94 / 0.9);
}

.border-green-500\/95 {
  border-color: rgb(34 197 94 / 0.95);
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.border-green-600\/0 {
  border-color: rgb(22 163 74 / 0);
}

.border-green-600\/10 {
  border-color: rgb(22 163 74 / 0.1);
}

.border-green-600\/100 {
  border-color: rgb(22 163 74 / 1);
}

.border-green-600\/15 {
  border-color: rgb(22 163 74 / 0.15);
}

.border-green-600\/20 {
  border-color: rgb(22 163 74 / 0.2);
}

.border-green-600\/25 {
  border-color: rgb(22 163 74 / 0.25);
}

.border-green-600\/30 {
  border-color: rgb(22 163 74 / 0.3);
}

.border-green-600\/35 {
  border-color: rgb(22 163 74 / 0.35);
}

.border-green-600\/40 {
  border-color: rgb(22 163 74 / 0.4);
}

.border-green-600\/45 {
  border-color: rgb(22 163 74 / 0.45);
}

.border-green-600\/5 {
  border-color: rgb(22 163 74 / 0.05);
}

.border-green-600\/50 {
  border-color: rgb(22 163 74 / 0.5);
}

.border-green-600\/55 {
  border-color: rgb(22 163 74 / 0.55);
}

.border-green-600\/60 {
  border-color: rgb(22 163 74 / 0.6);
}

.border-green-600\/65 {
  border-color: rgb(22 163 74 / 0.65);
}

.border-green-600\/70 {
  border-color: rgb(22 163 74 / 0.7);
}

.border-green-600\/75 {
  border-color: rgb(22 163 74 / 0.75);
}

.border-green-600\/80 {
  border-color: rgb(22 163 74 / 0.8);
}

.border-green-600\/85 {
  border-color: rgb(22 163 74 / 0.85);
}

.border-green-600\/90 {
  border-color: rgb(22 163 74 / 0.9);
}

.border-green-600\/95 {
  border-color: rgb(22 163 74 / 0.95);
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}

.border-green-700\/0 {
  border-color: rgb(21 128 61 / 0);
}

.border-green-700\/10 {
  border-color: rgb(21 128 61 / 0.1);
}

.border-green-700\/100 {
  border-color: rgb(21 128 61 / 1);
}

.border-green-700\/15 {
  border-color: rgb(21 128 61 / 0.15);
}

.border-green-700\/20 {
  border-color: rgb(21 128 61 / 0.2);
}

.border-green-700\/25 {
  border-color: rgb(21 128 61 / 0.25);
}

.border-green-700\/30 {
  border-color: rgb(21 128 61 / 0.3);
}

.border-green-700\/35 {
  border-color: rgb(21 128 61 / 0.35);
}

.border-green-700\/40 {
  border-color: rgb(21 128 61 / 0.4);
}

.border-green-700\/45 {
  border-color: rgb(21 128 61 / 0.45);
}

.border-green-700\/5 {
  border-color: rgb(21 128 61 / 0.05);
}

.border-green-700\/50 {
  border-color: rgb(21 128 61 / 0.5);
}

.border-green-700\/55 {
  border-color: rgb(21 128 61 / 0.55);
}

.border-green-700\/60 {
  border-color: rgb(21 128 61 / 0.6);
}

.border-green-700\/65 {
  border-color: rgb(21 128 61 / 0.65);
}

.border-green-700\/70 {
  border-color: rgb(21 128 61 / 0.7);
}

.border-green-700\/75 {
  border-color: rgb(21 128 61 / 0.75);
}

.border-green-700\/80 {
  border-color: rgb(21 128 61 / 0.8);
}

.border-green-700\/85 {
  border-color: rgb(21 128 61 / 0.85);
}

.border-green-700\/90 {
  border-color: rgb(21 128 61 / 0.9);
}

.border-green-700\/95 {
  border-color: rgb(21 128 61 / 0.95);
}

.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}

.border-green-800\/0 {
  border-color: rgb(22 101 52 / 0);
}

.border-green-800\/10 {
  border-color: rgb(22 101 52 / 0.1);
}

.border-green-800\/100 {
  border-color: rgb(22 101 52 / 1);
}

.border-green-800\/15 {
  border-color: rgb(22 101 52 / 0.15);
}

.border-green-800\/20 {
  border-color: rgb(22 101 52 / 0.2);
}

.border-green-800\/25 {
  border-color: rgb(22 101 52 / 0.25);
}

.border-green-800\/30 {
  border-color: rgb(22 101 52 / 0.3);
}

.border-green-800\/35 {
  border-color: rgb(22 101 52 / 0.35);
}

.border-green-800\/40 {
  border-color: rgb(22 101 52 / 0.4);
}

.border-green-800\/45 {
  border-color: rgb(22 101 52 / 0.45);
}

.border-green-800\/5 {
  border-color: rgb(22 101 52 / 0.05);
}

.border-green-800\/50 {
  border-color: rgb(22 101 52 / 0.5);
}

.border-green-800\/55 {
  border-color: rgb(22 101 52 / 0.55);
}

.border-green-800\/60 {
  border-color: rgb(22 101 52 / 0.6);
}

.border-green-800\/65 {
  border-color: rgb(22 101 52 / 0.65);
}

.border-green-800\/70 {
  border-color: rgb(22 101 52 / 0.7);
}

.border-green-800\/75 {
  border-color: rgb(22 101 52 / 0.75);
}

.border-green-800\/80 {
  border-color: rgb(22 101 52 / 0.8);
}

.border-green-800\/85 {
  border-color: rgb(22 101 52 / 0.85);
}

.border-green-800\/90 {
  border-color: rgb(22 101 52 / 0.9);
}

.border-green-800\/95 {
  border-color: rgb(22 101 52 / 0.95);
}

.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}

.border-green-900\/0 {
  border-color: rgb(20 83 45 / 0);
}

.border-green-900\/10 {
  border-color: rgb(20 83 45 / 0.1);
}

.border-green-900\/100 {
  border-color: rgb(20 83 45 / 1);
}

.border-green-900\/15 {
  border-color: rgb(20 83 45 / 0.15);
}

.border-green-900\/20 {
  border-color: rgb(20 83 45 / 0.2);
}

.border-green-900\/25 {
  border-color: rgb(20 83 45 / 0.25);
}

.border-green-900\/30 {
  border-color: rgb(20 83 45 / 0.3);
}

.border-green-900\/35 {
  border-color: rgb(20 83 45 / 0.35);
}

.border-green-900\/40 {
  border-color: rgb(20 83 45 / 0.4);
}

.border-green-900\/45 {
  border-color: rgb(20 83 45 / 0.45);
}

.border-green-900\/5 {
  border-color: rgb(20 83 45 / 0.05);
}

.border-green-900\/50 {
  border-color: rgb(20 83 45 / 0.5);
}

.border-green-900\/55 {
  border-color: rgb(20 83 45 / 0.55);
}

.border-green-900\/60 {
  border-color: rgb(20 83 45 / 0.6);
}

.border-green-900\/65 {
  border-color: rgb(20 83 45 / 0.65);
}

.border-green-900\/70 {
  border-color: rgb(20 83 45 / 0.7);
}

.border-green-900\/75 {
  border-color: rgb(20 83 45 / 0.75);
}

.border-green-900\/80 {
  border-color: rgb(20 83 45 / 0.8);
}

.border-green-900\/85 {
  border-color: rgb(20 83 45 / 0.85);
}

.border-green-900\/90 {
  border-color: rgb(20 83 45 / 0.9);
}

.border-green-900\/95 {
  border-color: rgb(20 83 45 / 0.95);
}

.border-green-950 {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}

.border-green-950\/0 {
  border-color: rgb(5 46 22 / 0);
}

.border-green-950\/10 {
  border-color: rgb(5 46 22 / 0.1);
}

.border-green-950\/100 {
  border-color: rgb(5 46 22 / 1);
}

.border-green-950\/15 {
  border-color: rgb(5 46 22 / 0.15);
}

.border-green-950\/20 {
  border-color: rgb(5 46 22 / 0.2);
}

.border-green-950\/25 {
  border-color: rgb(5 46 22 / 0.25);
}

.border-green-950\/30 {
  border-color: rgb(5 46 22 / 0.3);
}

.border-green-950\/35 {
  border-color: rgb(5 46 22 / 0.35);
}

.border-green-950\/40 {
  border-color: rgb(5 46 22 / 0.4);
}

.border-green-950\/45 {
  border-color: rgb(5 46 22 / 0.45);
}

.border-green-950\/5 {
  border-color: rgb(5 46 22 / 0.05);
}

.border-green-950\/50 {
  border-color: rgb(5 46 22 / 0.5);
}

.border-green-950\/55 {
  border-color: rgb(5 46 22 / 0.55);
}

.border-green-950\/60 {
  border-color: rgb(5 46 22 / 0.6);
}

.border-green-950\/65 {
  border-color: rgb(5 46 22 / 0.65);
}

.border-green-950\/70 {
  border-color: rgb(5 46 22 / 0.7);
}

.border-green-950\/75 {
  border-color: rgb(5 46 22 / 0.75);
}

.border-green-950\/80 {
  border-color: rgb(5 46 22 / 0.8);
}

.border-green-950\/85 {
  border-color: rgb(5 46 22 / 0.85);
}

.border-green-950\/90 {
  border-color: rgb(5 46 22 / 0.9);
}

.border-green-950\/95 {
  border-color: rgb(5 46 22 / 0.95);
}

.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}

.border-indigo-100\/0 {
  border-color: rgb(224 231 255 / 0);
}

.border-indigo-100\/10 {
  border-color: rgb(224 231 255 / 0.1);
}

.border-indigo-100\/100 {
  border-color: rgb(224 231 255 / 1);
}

.border-indigo-100\/15 {
  border-color: rgb(224 231 255 / 0.15);
}

.border-indigo-100\/20 {
  border-color: rgb(224 231 255 / 0.2);
}

.border-indigo-100\/25 {
  border-color: rgb(224 231 255 / 0.25);
}

.border-indigo-100\/30 {
  border-color: rgb(224 231 255 / 0.3);
}

.border-indigo-100\/35 {
  border-color: rgb(224 231 255 / 0.35);
}

.border-indigo-100\/40 {
  border-color: rgb(224 231 255 / 0.4);
}

.border-indigo-100\/45 {
  border-color: rgb(224 231 255 / 0.45);
}

.border-indigo-100\/5 {
  border-color: rgb(224 231 255 / 0.05);
}

.border-indigo-100\/50 {
  border-color: rgb(224 231 255 / 0.5);
}

.border-indigo-100\/55 {
  border-color: rgb(224 231 255 / 0.55);
}

.border-indigo-100\/60 {
  border-color: rgb(224 231 255 / 0.6);
}

.border-indigo-100\/65 {
  border-color: rgb(224 231 255 / 0.65);
}

.border-indigo-100\/70 {
  border-color: rgb(224 231 255 / 0.7);
}

.border-indigo-100\/75 {
  border-color: rgb(224 231 255 / 0.75);
}

.border-indigo-100\/80 {
  border-color: rgb(224 231 255 / 0.8);
}

.border-indigo-100\/85 {
  border-color: rgb(224 231 255 / 0.85);
}

.border-indigo-100\/90 {
  border-color: rgb(224 231 255 / 0.9);
}

.border-indigo-100\/95 {
  border-color: rgb(224 231 255 / 0.95);
}

.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}

.border-indigo-200\/0 {
  border-color: rgb(199 210 254 / 0);
}

.border-indigo-200\/10 {
  border-color: rgb(199 210 254 / 0.1);
}

.border-indigo-200\/100 {
  border-color: rgb(199 210 254 / 1);
}

.border-indigo-200\/15 {
  border-color: rgb(199 210 254 / 0.15);
}

.border-indigo-200\/20 {
  border-color: rgb(199 210 254 / 0.2);
}

.border-indigo-200\/25 {
  border-color: rgb(199 210 254 / 0.25);
}

.border-indigo-200\/30 {
  border-color: rgb(199 210 254 / 0.3);
}

.border-indigo-200\/35 {
  border-color: rgb(199 210 254 / 0.35);
}

.border-indigo-200\/40 {
  border-color: rgb(199 210 254 / 0.4);
}

.border-indigo-200\/45 {
  border-color: rgb(199 210 254 / 0.45);
}

.border-indigo-200\/5 {
  border-color: rgb(199 210 254 / 0.05);
}

.border-indigo-200\/50 {
  border-color: rgb(199 210 254 / 0.5);
}

.border-indigo-200\/55 {
  border-color: rgb(199 210 254 / 0.55);
}

.border-indigo-200\/60 {
  border-color: rgb(199 210 254 / 0.6);
}

.border-indigo-200\/65 {
  border-color: rgb(199 210 254 / 0.65);
}

.border-indigo-200\/70 {
  border-color: rgb(199 210 254 / 0.7);
}

.border-indigo-200\/75 {
  border-color: rgb(199 210 254 / 0.75);
}

.border-indigo-200\/80 {
  border-color: rgb(199 210 254 / 0.8);
}

.border-indigo-200\/85 {
  border-color: rgb(199 210 254 / 0.85);
}

.border-indigo-200\/90 {
  border-color: rgb(199 210 254 / 0.9);
}

.border-indigo-200\/95 {
  border-color: rgb(199 210 254 / 0.95);
}

.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}

.border-indigo-300\/0 {
  border-color: rgb(165 180 252 / 0);
}

.border-indigo-300\/10 {
  border-color: rgb(165 180 252 / 0.1);
}

.border-indigo-300\/100 {
  border-color: rgb(165 180 252 / 1);
}

.border-indigo-300\/15 {
  border-color: rgb(165 180 252 / 0.15);
}

.border-indigo-300\/20 {
  border-color: rgb(165 180 252 / 0.2);
}

.border-indigo-300\/25 {
  border-color: rgb(165 180 252 / 0.25);
}

.border-indigo-300\/30 {
  border-color: rgb(165 180 252 / 0.3);
}

.border-indigo-300\/35 {
  border-color: rgb(165 180 252 / 0.35);
}

.border-indigo-300\/40 {
  border-color: rgb(165 180 252 / 0.4);
}

.border-indigo-300\/45 {
  border-color: rgb(165 180 252 / 0.45);
}

.border-indigo-300\/5 {
  border-color: rgb(165 180 252 / 0.05);
}

.border-indigo-300\/50 {
  border-color: rgb(165 180 252 / 0.5);
}

.border-indigo-300\/55 {
  border-color: rgb(165 180 252 / 0.55);
}

.border-indigo-300\/60 {
  border-color: rgb(165 180 252 / 0.6);
}

.border-indigo-300\/65 {
  border-color: rgb(165 180 252 / 0.65);
}

.border-indigo-300\/70 {
  border-color: rgb(165 180 252 / 0.7);
}

.border-indigo-300\/75 {
  border-color: rgb(165 180 252 / 0.75);
}

.border-indigo-300\/80 {
  border-color: rgb(165 180 252 / 0.8);
}

.border-indigo-300\/85 {
  border-color: rgb(165 180 252 / 0.85);
}

.border-indigo-300\/90 {
  border-color: rgb(165 180 252 / 0.9);
}

.border-indigo-300\/95 {
  border-color: rgb(165 180 252 / 0.95);
}

.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}

.border-indigo-400\/0 {
  border-color: rgb(129 140 248 / 0);
}

.border-indigo-400\/10 {
  border-color: rgb(129 140 248 / 0.1);
}

.border-indigo-400\/100 {
  border-color: rgb(129 140 248 / 1);
}

.border-indigo-400\/15 {
  border-color: rgb(129 140 248 / 0.15);
}

.border-indigo-400\/20 {
  border-color: rgb(129 140 248 / 0.2);
}

.border-indigo-400\/25 {
  border-color: rgb(129 140 248 / 0.25);
}

.border-indigo-400\/30 {
  border-color: rgb(129 140 248 / 0.3);
}

.border-indigo-400\/35 {
  border-color: rgb(129 140 248 / 0.35);
}

.border-indigo-400\/40 {
  border-color: rgb(129 140 248 / 0.4);
}

.border-indigo-400\/45 {
  border-color: rgb(129 140 248 / 0.45);
}

.border-indigo-400\/5 {
  border-color: rgb(129 140 248 / 0.05);
}

.border-indigo-400\/50 {
  border-color: rgb(129 140 248 / 0.5);
}

.border-indigo-400\/55 {
  border-color: rgb(129 140 248 / 0.55);
}

.border-indigo-400\/60 {
  border-color: rgb(129 140 248 / 0.6);
}

.border-indigo-400\/65 {
  border-color: rgb(129 140 248 / 0.65);
}

.border-indigo-400\/70 {
  border-color: rgb(129 140 248 / 0.7);
}

.border-indigo-400\/75 {
  border-color: rgb(129 140 248 / 0.75);
}

.border-indigo-400\/80 {
  border-color: rgb(129 140 248 / 0.8);
}

.border-indigo-400\/85 {
  border-color: rgb(129 140 248 / 0.85);
}

.border-indigo-400\/90 {
  border-color: rgb(129 140 248 / 0.9);
}

.border-indigo-400\/95 {
  border-color: rgb(129 140 248 / 0.95);
}

.border-indigo-50 {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}

.border-indigo-50\/0 {
  border-color: rgb(238 242 255 / 0);
}

.border-indigo-50\/10 {
  border-color: rgb(238 242 255 / 0.1);
}

.border-indigo-50\/100 {
  border-color: rgb(238 242 255 / 1);
}

.border-indigo-50\/15 {
  border-color: rgb(238 242 255 / 0.15);
}

.border-indigo-50\/20 {
  border-color: rgb(238 242 255 / 0.2);
}

.border-indigo-50\/25 {
  border-color: rgb(238 242 255 / 0.25);
}

.border-indigo-50\/30 {
  border-color: rgb(238 242 255 / 0.3);
}

.border-indigo-50\/35 {
  border-color: rgb(238 242 255 / 0.35);
}

.border-indigo-50\/40 {
  border-color: rgb(238 242 255 / 0.4);
}

.border-indigo-50\/45 {
  border-color: rgb(238 242 255 / 0.45);
}

.border-indigo-50\/5 {
  border-color: rgb(238 242 255 / 0.05);
}

.border-indigo-50\/50 {
  border-color: rgb(238 242 255 / 0.5);
}

.border-indigo-50\/55 {
  border-color: rgb(238 242 255 / 0.55);
}

.border-indigo-50\/60 {
  border-color: rgb(238 242 255 / 0.6);
}

.border-indigo-50\/65 {
  border-color: rgb(238 242 255 / 0.65);
}

.border-indigo-50\/70 {
  border-color: rgb(238 242 255 / 0.7);
}

.border-indigo-50\/75 {
  border-color: rgb(238 242 255 / 0.75);
}

.border-indigo-50\/80 {
  border-color: rgb(238 242 255 / 0.8);
}

.border-indigo-50\/85 {
  border-color: rgb(238 242 255 / 0.85);
}

.border-indigo-50\/90 {
  border-color: rgb(238 242 255 / 0.9);
}

.border-indigo-50\/95 {
  border-color: rgb(238 242 255 / 0.95);
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.border-indigo-500\/0 {
  border-color: rgb(99 102 241 / 0);
}

.border-indigo-500\/10 {
  border-color: rgb(99 102 241 / 0.1);
}

.border-indigo-500\/100 {
  border-color: rgb(99 102 241 / 1);
}

.border-indigo-500\/15 {
  border-color: rgb(99 102 241 / 0.15);
}

.border-indigo-500\/20 {
  border-color: rgb(99 102 241 / 0.2);
}

.border-indigo-500\/25 {
  border-color: rgb(99 102 241 / 0.25);
}

.border-indigo-500\/30 {
  border-color: rgb(99 102 241 / 0.3);
}

.border-indigo-500\/35 {
  border-color: rgb(99 102 241 / 0.35);
}

.border-indigo-500\/40 {
  border-color: rgb(99 102 241 / 0.4);
}

.border-indigo-500\/45 {
  border-color: rgb(99 102 241 / 0.45);
}

.border-indigo-500\/5 {
  border-color: rgb(99 102 241 / 0.05);
}

.border-indigo-500\/50 {
  border-color: rgb(99 102 241 / 0.5);
}

.border-indigo-500\/55 {
  border-color: rgb(99 102 241 / 0.55);
}

.border-indigo-500\/60 {
  border-color: rgb(99 102 241 / 0.6);
}

.border-indigo-500\/65 {
  border-color: rgb(99 102 241 / 0.65);
}

.border-indigo-500\/70 {
  border-color: rgb(99 102 241 / 0.7);
}

.border-indigo-500\/75 {
  border-color: rgb(99 102 241 / 0.75);
}

.border-indigo-500\/80 {
  border-color: rgb(99 102 241 / 0.8);
}

.border-indigo-500\/85 {
  border-color: rgb(99 102 241 / 0.85);
}

.border-indigo-500\/90 {
  border-color: rgb(99 102 241 / 0.9);
}

.border-indigo-500\/95 {
  border-color: rgb(99 102 241 / 0.95);
}

.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.border-indigo-600\/0 {
  border-color: rgb(79 70 229 / 0);
}

.border-indigo-600\/10 {
  border-color: rgb(79 70 229 / 0.1);
}

.border-indigo-600\/100 {
  border-color: rgb(79 70 229 / 1);
}

.border-indigo-600\/15 {
  border-color: rgb(79 70 229 / 0.15);
}

.border-indigo-600\/20 {
  border-color: rgb(79 70 229 / 0.2);
}

.border-indigo-600\/25 {
  border-color: rgb(79 70 229 / 0.25);
}

.border-indigo-600\/30 {
  border-color: rgb(79 70 229 / 0.3);
}

.border-indigo-600\/35 {
  border-color: rgb(79 70 229 / 0.35);
}

.border-indigo-600\/40 {
  border-color: rgb(79 70 229 / 0.4);
}

.border-indigo-600\/45 {
  border-color: rgb(79 70 229 / 0.45);
}

.border-indigo-600\/5 {
  border-color: rgb(79 70 229 / 0.05);
}

.border-indigo-600\/50 {
  border-color: rgb(79 70 229 / 0.5);
}

.border-indigo-600\/55 {
  border-color: rgb(79 70 229 / 0.55);
}

.border-indigo-600\/60 {
  border-color: rgb(79 70 229 / 0.6);
}

.border-indigo-600\/65 {
  border-color: rgb(79 70 229 / 0.65);
}

.border-indigo-600\/70 {
  border-color: rgb(79 70 229 / 0.7);
}

.border-indigo-600\/75 {
  border-color: rgb(79 70 229 / 0.75);
}

.border-indigo-600\/80 {
  border-color: rgb(79 70 229 / 0.8);
}

.border-indigo-600\/85 {
  border-color: rgb(79 70 229 / 0.85);
}

.border-indigo-600\/90 {
  border-color: rgb(79 70 229 / 0.9);
}

.border-indigo-600\/95 {
  border-color: rgb(79 70 229 / 0.95);
}

.border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}

.border-indigo-700\/0 {
  border-color: rgb(67 56 202 / 0);
}

.border-indigo-700\/10 {
  border-color: rgb(67 56 202 / 0.1);
}

.border-indigo-700\/100 {
  border-color: rgb(67 56 202 / 1);
}

.border-indigo-700\/15 {
  border-color: rgb(67 56 202 / 0.15);
}

.border-indigo-700\/20 {
  border-color: rgb(67 56 202 / 0.2);
}

.border-indigo-700\/25 {
  border-color: rgb(67 56 202 / 0.25);
}

.border-indigo-700\/30 {
  border-color: rgb(67 56 202 / 0.3);
}

.border-indigo-700\/35 {
  border-color: rgb(67 56 202 / 0.35);
}

.border-indigo-700\/40 {
  border-color: rgb(67 56 202 / 0.4);
}

.border-indigo-700\/45 {
  border-color: rgb(67 56 202 / 0.45);
}

.border-indigo-700\/5 {
  border-color: rgb(67 56 202 / 0.05);
}

.border-indigo-700\/50 {
  border-color: rgb(67 56 202 / 0.5);
}

.border-indigo-700\/55 {
  border-color: rgb(67 56 202 / 0.55);
}

.border-indigo-700\/60 {
  border-color: rgb(67 56 202 / 0.6);
}

.border-indigo-700\/65 {
  border-color: rgb(67 56 202 / 0.65);
}

.border-indigo-700\/70 {
  border-color: rgb(67 56 202 / 0.7);
}

.border-indigo-700\/75 {
  border-color: rgb(67 56 202 / 0.75);
}

.border-indigo-700\/80 {
  border-color: rgb(67 56 202 / 0.8);
}

.border-indigo-700\/85 {
  border-color: rgb(67 56 202 / 0.85);
}

.border-indigo-700\/90 {
  border-color: rgb(67 56 202 / 0.9);
}

.border-indigo-700\/95 {
  border-color: rgb(67 56 202 / 0.95);
}

.border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}

.border-indigo-800\/0 {
  border-color: rgb(55 48 163 / 0);
}

.border-indigo-800\/10 {
  border-color: rgb(55 48 163 / 0.1);
}

.border-indigo-800\/100 {
  border-color: rgb(55 48 163 / 1);
}

.border-indigo-800\/15 {
  border-color: rgb(55 48 163 / 0.15);
}

.border-indigo-800\/20 {
  border-color: rgb(55 48 163 / 0.2);
}

.border-indigo-800\/25 {
  border-color: rgb(55 48 163 / 0.25);
}

.border-indigo-800\/30 {
  border-color: rgb(55 48 163 / 0.3);
}

.border-indigo-800\/35 {
  border-color: rgb(55 48 163 / 0.35);
}

.border-indigo-800\/40 {
  border-color: rgb(55 48 163 / 0.4);
}

.border-indigo-800\/45 {
  border-color: rgb(55 48 163 / 0.45);
}

.border-indigo-800\/5 {
  border-color: rgb(55 48 163 / 0.05);
}

.border-indigo-800\/50 {
  border-color: rgb(55 48 163 / 0.5);
}

.border-indigo-800\/55 {
  border-color: rgb(55 48 163 / 0.55);
}

.border-indigo-800\/60 {
  border-color: rgb(55 48 163 / 0.6);
}

.border-indigo-800\/65 {
  border-color: rgb(55 48 163 / 0.65);
}

.border-indigo-800\/70 {
  border-color: rgb(55 48 163 / 0.7);
}

.border-indigo-800\/75 {
  border-color: rgb(55 48 163 / 0.75);
}

.border-indigo-800\/80 {
  border-color: rgb(55 48 163 / 0.8);
}

.border-indigo-800\/85 {
  border-color: rgb(55 48 163 / 0.85);
}

.border-indigo-800\/90 {
  border-color: rgb(55 48 163 / 0.9);
}

.border-indigo-800\/95 {
  border-color: rgb(55 48 163 / 0.95);
}

.border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}

.border-indigo-900\/0 {
  border-color: rgb(49 46 129 / 0);
}

.border-indigo-900\/10 {
  border-color: rgb(49 46 129 / 0.1);
}

.border-indigo-900\/100 {
  border-color: rgb(49 46 129 / 1);
}

.border-indigo-900\/15 {
  border-color: rgb(49 46 129 / 0.15);
}

.border-indigo-900\/20 {
  border-color: rgb(49 46 129 / 0.2);
}

.border-indigo-900\/25 {
  border-color: rgb(49 46 129 / 0.25);
}

.border-indigo-900\/30 {
  border-color: rgb(49 46 129 / 0.3);
}

.border-indigo-900\/35 {
  border-color: rgb(49 46 129 / 0.35);
}

.border-indigo-900\/40 {
  border-color: rgb(49 46 129 / 0.4);
}

.border-indigo-900\/45 {
  border-color: rgb(49 46 129 / 0.45);
}

.border-indigo-900\/5 {
  border-color: rgb(49 46 129 / 0.05);
}

.border-indigo-900\/50 {
  border-color: rgb(49 46 129 / 0.5);
}

.border-indigo-900\/55 {
  border-color: rgb(49 46 129 / 0.55);
}

.border-indigo-900\/60 {
  border-color: rgb(49 46 129 / 0.6);
}

.border-indigo-900\/65 {
  border-color: rgb(49 46 129 / 0.65);
}

.border-indigo-900\/70 {
  border-color: rgb(49 46 129 / 0.7);
}

.border-indigo-900\/75 {
  border-color: rgb(49 46 129 / 0.75);
}

.border-indigo-900\/80 {
  border-color: rgb(49 46 129 / 0.8);
}

.border-indigo-900\/85 {
  border-color: rgb(49 46 129 / 0.85);
}

.border-indigo-900\/90 {
  border-color: rgb(49 46 129 / 0.9);
}

.border-indigo-900\/95 {
  border-color: rgb(49 46 129 / 0.95);
}

.border-indigo-950 {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}

.border-indigo-950\/0 {
  border-color: rgb(30 27 75 / 0);
}

.border-indigo-950\/10 {
  border-color: rgb(30 27 75 / 0.1);
}

.border-indigo-950\/100 {
  border-color: rgb(30 27 75 / 1);
}

.border-indigo-950\/15 {
  border-color: rgb(30 27 75 / 0.15);
}

.border-indigo-950\/20 {
  border-color: rgb(30 27 75 / 0.2);
}

.border-indigo-950\/25 {
  border-color: rgb(30 27 75 / 0.25);
}

.border-indigo-950\/30 {
  border-color: rgb(30 27 75 / 0.3);
}

.border-indigo-950\/35 {
  border-color: rgb(30 27 75 / 0.35);
}

.border-indigo-950\/40 {
  border-color: rgb(30 27 75 / 0.4);
}

.border-indigo-950\/45 {
  border-color: rgb(30 27 75 / 0.45);
}

.border-indigo-950\/5 {
  border-color: rgb(30 27 75 / 0.05);
}

.border-indigo-950\/50 {
  border-color: rgb(30 27 75 / 0.5);
}

.border-indigo-950\/55 {
  border-color: rgb(30 27 75 / 0.55);
}

.border-indigo-950\/60 {
  border-color: rgb(30 27 75 / 0.6);
}

.border-indigo-950\/65 {
  border-color: rgb(30 27 75 / 0.65);
}

.border-indigo-950\/70 {
  border-color: rgb(30 27 75 / 0.7);
}

.border-indigo-950\/75 {
  border-color: rgb(30 27 75 / 0.75);
}

.border-indigo-950\/80 {
  border-color: rgb(30 27 75 / 0.8);
}

.border-indigo-950\/85 {
  border-color: rgb(30 27 75 / 0.85);
}

.border-indigo-950\/90 {
  border-color: rgb(30 27 75 / 0.9);
}

.border-indigo-950\/95 {
  border-color: rgb(30 27 75 / 0.95);
}

.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}

.border-pink-100\/0 {
  border-color: rgb(252 231 243 / 0);
}

.border-pink-100\/10 {
  border-color: rgb(252 231 243 / 0.1);
}

.border-pink-100\/100 {
  border-color: rgb(252 231 243 / 1);
}

.border-pink-100\/15 {
  border-color: rgb(252 231 243 / 0.15);
}

.border-pink-100\/20 {
  border-color: rgb(252 231 243 / 0.2);
}

.border-pink-100\/25 {
  border-color: rgb(252 231 243 / 0.25);
}

.border-pink-100\/30 {
  border-color: rgb(252 231 243 / 0.3);
}

.border-pink-100\/35 {
  border-color: rgb(252 231 243 / 0.35);
}

.border-pink-100\/40 {
  border-color: rgb(252 231 243 / 0.4);
}

.border-pink-100\/45 {
  border-color: rgb(252 231 243 / 0.45);
}

.border-pink-100\/5 {
  border-color: rgb(252 231 243 / 0.05);
}

.border-pink-100\/50 {
  border-color: rgb(252 231 243 / 0.5);
}

.border-pink-100\/55 {
  border-color: rgb(252 231 243 / 0.55);
}

.border-pink-100\/60 {
  border-color: rgb(252 231 243 / 0.6);
}

.border-pink-100\/65 {
  border-color: rgb(252 231 243 / 0.65);
}

.border-pink-100\/70 {
  border-color: rgb(252 231 243 / 0.7);
}

.border-pink-100\/75 {
  border-color: rgb(252 231 243 / 0.75);
}

.border-pink-100\/80 {
  border-color: rgb(252 231 243 / 0.8);
}

.border-pink-100\/85 {
  border-color: rgb(252 231 243 / 0.85);
}

.border-pink-100\/90 {
  border-color: rgb(252 231 243 / 0.9);
}

.border-pink-100\/95 {
  border-color: rgb(252 231 243 / 0.95);
}

.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}

.border-pink-200\/0 {
  border-color: rgb(251 207 232 / 0);
}

.border-pink-200\/10 {
  border-color: rgb(251 207 232 / 0.1);
}

.border-pink-200\/100 {
  border-color: rgb(251 207 232 / 1);
}

.border-pink-200\/15 {
  border-color: rgb(251 207 232 / 0.15);
}

.border-pink-200\/20 {
  border-color: rgb(251 207 232 / 0.2);
}

.border-pink-200\/25 {
  border-color: rgb(251 207 232 / 0.25);
}

.border-pink-200\/30 {
  border-color: rgb(251 207 232 / 0.3);
}

.border-pink-200\/35 {
  border-color: rgb(251 207 232 / 0.35);
}

.border-pink-200\/40 {
  border-color: rgb(251 207 232 / 0.4);
}

.border-pink-200\/45 {
  border-color: rgb(251 207 232 / 0.45);
}

.border-pink-200\/5 {
  border-color: rgb(251 207 232 / 0.05);
}

.border-pink-200\/50 {
  border-color: rgb(251 207 232 / 0.5);
}

.border-pink-200\/55 {
  border-color: rgb(251 207 232 / 0.55);
}

.border-pink-200\/60 {
  border-color: rgb(251 207 232 / 0.6);
}

.border-pink-200\/65 {
  border-color: rgb(251 207 232 / 0.65);
}

.border-pink-200\/70 {
  border-color: rgb(251 207 232 / 0.7);
}

.border-pink-200\/75 {
  border-color: rgb(251 207 232 / 0.75);
}

.border-pink-200\/80 {
  border-color: rgb(251 207 232 / 0.8);
}

.border-pink-200\/85 {
  border-color: rgb(251 207 232 / 0.85);
}

.border-pink-200\/90 {
  border-color: rgb(251 207 232 / 0.9);
}

.border-pink-200\/95 {
  border-color: rgb(251 207 232 / 0.95);
}

.border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}

.border-pink-300\/0 {
  border-color: rgb(249 168 212 / 0);
}

.border-pink-300\/10 {
  border-color: rgb(249 168 212 / 0.1);
}

.border-pink-300\/100 {
  border-color: rgb(249 168 212 / 1);
}

.border-pink-300\/15 {
  border-color: rgb(249 168 212 / 0.15);
}

.border-pink-300\/20 {
  border-color: rgb(249 168 212 / 0.2);
}

.border-pink-300\/25 {
  border-color: rgb(249 168 212 / 0.25);
}

.border-pink-300\/30 {
  border-color: rgb(249 168 212 / 0.3);
}

.border-pink-300\/35 {
  border-color: rgb(249 168 212 / 0.35);
}

.border-pink-300\/40 {
  border-color: rgb(249 168 212 / 0.4);
}

.border-pink-300\/45 {
  border-color: rgb(249 168 212 / 0.45);
}

.border-pink-300\/5 {
  border-color: rgb(249 168 212 / 0.05);
}

.border-pink-300\/50 {
  border-color: rgb(249 168 212 / 0.5);
}

.border-pink-300\/55 {
  border-color: rgb(249 168 212 / 0.55);
}

.border-pink-300\/60 {
  border-color: rgb(249 168 212 / 0.6);
}

.border-pink-300\/65 {
  border-color: rgb(249 168 212 / 0.65);
}

.border-pink-300\/70 {
  border-color: rgb(249 168 212 / 0.7);
}

.border-pink-300\/75 {
  border-color: rgb(249 168 212 / 0.75);
}

.border-pink-300\/80 {
  border-color: rgb(249 168 212 / 0.8);
}

.border-pink-300\/85 {
  border-color: rgb(249 168 212 / 0.85);
}

.border-pink-300\/90 {
  border-color: rgb(249 168 212 / 0.9);
}

.border-pink-300\/95 {
  border-color: rgb(249 168 212 / 0.95);
}

.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}

.border-pink-400\/0 {
  border-color: rgb(244 114 182 / 0);
}

.border-pink-400\/10 {
  border-color: rgb(244 114 182 / 0.1);
}

.border-pink-400\/100 {
  border-color: rgb(244 114 182 / 1);
}

.border-pink-400\/15 {
  border-color: rgb(244 114 182 / 0.15);
}

.border-pink-400\/20 {
  border-color: rgb(244 114 182 / 0.2);
}

.border-pink-400\/25 {
  border-color: rgb(244 114 182 / 0.25);
}

.border-pink-400\/30 {
  border-color: rgb(244 114 182 / 0.3);
}

.border-pink-400\/35 {
  border-color: rgb(244 114 182 / 0.35);
}

.border-pink-400\/40 {
  border-color: rgb(244 114 182 / 0.4);
}

.border-pink-400\/45 {
  border-color: rgb(244 114 182 / 0.45);
}

.border-pink-400\/5 {
  border-color: rgb(244 114 182 / 0.05);
}

.border-pink-400\/50 {
  border-color: rgb(244 114 182 / 0.5);
}

.border-pink-400\/55 {
  border-color: rgb(244 114 182 / 0.55);
}

.border-pink-400\/60 {
  border-color: rgb(244 114 182 / 0.6);
}

.border-pink-400\/65 {
  border-color: rgb(244 114 182 / 0.65);
}

.border-pink-400\/70 {
  border-color: rgb(244 114 182 / 0.7);
}

.border-pink-400\/75 {
  border-color: rgb(244 114 182 / 0.75);
}

.border-pink-400\/80 {
  border-color: rgb(244 114 182 / 0.8);
}

.border-pink-400\/85 {
  border-color: rgb(244 114 182 / 0.85);
}

.border-pink-400\/90 {
  border-color: rgb(244 114 182 / 0.9);
}

.border-pink-400\/95 {
  border-color: rgb(244 114 182 / 0.95);
}

.border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}

.border-pink-50\/0 {
  border-color: rgb(253 242 248 / 0);
}

.border-pink-50\/10 {
  border-color: rgb(253 242 248 / 0.1);
}

.border-pink-50\/100 {
  border-color: rgb(253 242 248 / 1);
}

.border-pink-50\/15 {
  border-color: rgb(253 242 248 / 0.15);
}

.border-pink-50\/20 {
  border-color: rgb(253 242 248 / 0.2);
}

.border-pink-50\/25 {
  border-color: rgb(253 242 248 / 0.25);
}

.border-pink-50\/30 {
  border-color: rgb(253 242 248 / 0.3);
}

.border-pink-50\/35 {
  border-color: rgb(253 242 248 / 0.35);
}

.border-pink-50\/40 {
  border-color: rgb(253 242 248 / 0.4);
}

.border-pink-50\/45 {
  border-color: rgb(253 242 248 / 0.45);
}

.border-pink-50\/5 {
  border-color: rgb(253 242 248 / 0.05);
}

.border-pink-50\/50 {
  border-color: rgb(253 242 248 / 0.5);
}

.border-pink-50\/55 {
  border-color: rgb(253 242 248 / 0.55);
}

.border-pink-50\/60 {
  border-color: rgb(253 242 248 / 0.6);
}

.border-pink-50\/65 {
  border-color: rgb(253 242 248 / 0.65);
}

.border-pink-50\/70 {
  border-color: rgb(253 242 248 / 0.7);
}

.border-pink-50\/75 {
  border-color: rgb(253 242 248 / 0.75);
}

.border-pink-50\/80 {
  border-color: rgb(253 242 248 / 0.8);
}

.border-pink-50\/85 {
  border-color: rgb(253 242 248 / 0.85);
}

.border-pink-50\/90 {
  border-color: rgb(253 242 248 / 0.9);
}

.border-pink-50\/95 {
  border-color: rgb(253 242 248 / 0.95);
}

.border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}

.border-pink-500\/0 {
  border-color: rgb(236 72 153 / 0);
}

.border-pink-500\/10 {
  border-color: rgb(236 72 153 / 0.1);
}

.border-pink-500\/100 {
  border-color: rgb(236 72 153 / 1);
}

.border-pink-500\/15 {
  border-color: rgb(236 72 153 / 0.15);
}

.border-pink-500\/20 {
  border-color: rgb(236 72 153 / 0.2);
}

.border-pink-500\/25 {
  border-color: rgb(236 72 153 / 0.25);
}

.border-pink-500\/30 {
  border-color: rgb(236 72 153 / 0.3);
}

.border-pink-500\/35 {
  border-color: rgb(236 72 153 / 0.35);
}

.border-pink-500\/40 {
  border-color: rgb(236 72 153 / 0.4);
}

.border-pink-500\/45 {
  border-color: rgb(236 72 153 / 0.45);
}

.border-pink-500\/5 {
  border-color: rgb(236 72 153 / 0.05);
}

.border-pink-500\/50 {
  border-color: rgb(236 72 153 / 0.5);
}

.border-pink-500\/55 {
  border-color: rgb(236 72 153 / 0.55);
}

.border-pink-500\/60 {
  border-color: rgb(236 72 153 / 0.6);
}

.border-pink-500\/65 {
  border-color: rgb(236 72 153 / 0.65);
}

.border-pink-500\/70 {
  border-color: rgb(236 72 153 / 0.7);
}

.border-pink-500\/75 {
  border-color: rgb(236 72 153 / 0.75);
}

.border-pink-500\/80 {
  border-color: rgb(236 72 153 / 0.8);
}

.border-pink-500\/85 {
  border-color: rgb(236 72 153 / 0.85);
}

.border-pink-500\/90 {
  border-color: rgb(236 72 153 / 0.9);
}

.border-pink-500\/95 {
  border-color: rgb(236 72 153 / 0.95);
}

.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}

.border-pink-600\/0 {
  border-color: rgb(219 39 119 / 0);
}

.border-pink-600\/10 {
  border-color: rgb(219 39 119 / 0.1);
}

.border-pink-600\/100 {
  border-color: rgb(219 39 119 / 1);
}

.border-pink-600\/15 {
  border-color: rgb(219 39 119 / 0.15);
}

.border-pink-600\/20 {
  border-color: rgb(219 39 119 / 0.2);
}

.border-pink-600\/25 {
  border-color: rgb(219 39 119 / 0.25);
}

.border-pink-600\/30 {
  border-color: rgb(219 39 119 / 0.3);
}

.border-pink-600\/35 {
  border-color: rgb(219 39 119 / 0.35);
}

.border-pink-600\/40 {
  border-color: rgb(219 39 119 / 0.4);
}

.border-pink-600\/45 {
  border-color: rgb(219 39 119 / 0.45);
}

.border-pink-600\/5 {
  border-color: rgb(219 39 119 / 0.05);
}

.border-pink-600\/50 {
  border-color: rgb(219 39 119 / 0.5);
}

.border-pink-600\/55 {
  border-color: rgb(219 39 119 / 0.55);
}

.border-pink-600\/60 {
  border-color: rgb(219 39 119 / 0.6);
}

.border-pink-600\/65 {
  border-color: rgb(219 39 119 / 0.65);
}

.border-pink-600\/70 {
  border-color: rgb(219 39 119 / 0.7);
}

.border-pink-600\/75 {
  border-color: rgb(219 39 119 / 0.75);
}

.border-pink-600\/80 {
  border-color: rgb(219 39 119 / 0.8);
}

.border-pink-600\/85 {
  border-color: rgb(219 39 119 / 0.85);
}

.border-pink-600\/90 {
  border-color: rgb(219 39 119 / 0.9);
}

.border-pink-600\/95 {
  border-color: rgb(219 39 119 / 0.95);
}

.border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}

.border-pink-700\/0 {
  border-color: rgb(190 24 93 / 0);
}

.border-pink-700\/10 {
  border-color: rgb(190 24 93 / 0.1);
}

.border-pink-700\/100 {
  border-color: rgb(190 24 93 / 1);
}

.border-pink-700\/15 {
  border-color: rgb(190 24 93 / 0.15);
}

.border-pink-700\/20 {
  border-color: rgb(190 24 93 / 0.2);
}

.border-pink-700\/25 {
  border-color: rgb(190 24 93 / 0.25);
}

.border-pink-700\/30 {
  border-color: rgb(190 24 93 / 0.3);
}

.border-pink-700\/35 {
  border-color: rgb(190 24 93 / 0.35);
}

.border-pink-700\/40 {
  border-color: rgb(190 24 93 / 0.4);
}

.border-pink-700\/45 {
  border-color: rgb(190 24 93 / 0.45);
}

.border-pink-700\/5 {
  border-color: rgb(190 24 93 / 0.05);
}

.border-pink-700\/50 {
  border-color: rgb(190 24 93 / 0.5);
}

.border-pink-700\/55 {
  border-color: rgb(190 24 93 / 0.55);
}

.border-pink-700\/60 {
  border-color: rgb(190 24 93 / 0.6);
}

.border-pink-700\/65 {
  border-color: rgb(190 24 93 / 0.65);
}

.border-pink-700\/70 {
  border-color: rgb(190 24 93 / 0.7);
}

.border-pink-700\/75 {
  border-color: rgb(190 24 93 / 0.75);
}

.border-pink-700\/80 {
  border-color: rgb(190 24 93 / 0.8);
}

.border-pink-700\/85 {
  border-color: rgb(190 24 93 / 0.85);
}

.border-pink-700\/90 {
  border-color: rgb(190 24 93 / 0.9);
}

.border-pink-700\/95 {
  border-color: rgb(190 24 93 / 0.95);
}

.border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}

.border-pink-800\/0 {
  border-color: rgb(157 23 77 / 0);
}

.border-pink-800\/10 {
  border-color: rgb(157 23 77 / 0.1);
}

.border-pink-800\/100 {
  border-color: rgb(157 23 77 / 1);
}

.border-pink-800\/15 {
  border-color: rgb(157 23 77 / 0.15);
}

.border-pink-800\/20 {
  border-color: rgb(157 23 77 / 0.2);
}

.border-pink-800\/25 {
  border-color: rgb(157 23 77 / 0.25);
}

.border-pink-800\/30 {
  border-color: rgb(157 23 77 / 0.3);
}

.border-pink-800\/35 {
  border-color: rgb(157 23 77 / 0.35);
}

.border-pink-800\/40 {
  border-color: rgb(157 23 77 / 0.4);
}

.border-pink-800\/45 {
  border-color: rgb(157 23 77 / 0.45);
}

.border-pink-800\/5 {
  border-color: rgb(157 23 77 / 0.05);
}

.border-pink-800\/50 {
  border-color: rgb(157 23 77 / 0.5);
}

.border-pink-800\/55 {
  border-color: rgb(157 23 77 / 0.55);
}

.border-pink-800\/60 {
  border-color: rgb(157 23 77 / 0.6);
}

.border-pink-800\/65 {
  border-color: rgb(157 23 77 / 0.65);
}

.border-pink-800\/70 {
  border-color: rgb(157 23 77 / 0.7);
}

.border-pink-800\/75 {
  border-color: rgb(157 23 77 / 0.75);
}

.border-pink-800\/80 {
  border-color: rgb(157 23 77 / 0.8);
}

.border-pink-800\/85 {
  border-color: rgb(157 23 77 / 0.85);
}

.border-pink-800\/90 {
  border-color: rgb(157 23 77 / 0.9);
}

.border-pink-800\/95 {
  border-color: rgb(157 23 77 / 0.95);
}

.border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}

.border-pink-900\/0 {
  border-color: rgb(131 24 67 / 0);
}

.border-pink-900\/10 {
  border-color: rgb(131 24 67 / 0.1);
}

.border-pink-900\/100 {
  border-color: rgb(131 24 67 / 1);
}

.border-pink-900\/15 {
  border-color: rgb(131 24 67 / 0.15);
}

.border-pink-900\/20 {
  border-color: rgb(131 24 67 / 0.2);
}

.border-pink-900\/25 {
  border-color: rgb(131 24 67 / 0.25);
}

.border-pink-900\/30 {
  border-color: rgb(131 24 67 / 0.3);
}

.border-pink-900\/35 {
  border-color: rgb(131 24 67 / 0.35);
}

.border-pink-900\/40 {
  border-color: rgb(131 24 67 / 0.4);
}

.border-pink-900\/45 {
  border-color: rgb(131 24 67 / 0.45);
}

.border-pink-900\/5 {
  border-color: rgb(131 24 67 / 0.05);
}

.border-pink-900\/50 {
  border-color: rgb(131 24 67 / 0.5);
}

.border-pink-900\/55 {
  border-color: rgb(131 24 67 / 0.55);
}

.border-pink-900\/60 {
  border-color: rgb(131 24 67 / 0.6);
}

.border-pink-900\/65 {
  border-color: rgb(131 24 67 / 0.65);
}

.border-pink-900\/70 {
  border-color: rgb(131 24 67 / 0.7);
}

.border-pink-900\/75 {
  border-color: rgb(131 24 67 / 0.75);
}

.border-pink-900\/80 {
  border-color: rgb(131 24 67 / 0.8);
}

.border-pink-900\/85 {
  border-color: rgb(131 24 67 / 0.85);
}

.border-pink-900\/90 {
  border-color: rgb(131 24 67 / 0.9);
}

.border-pink-900\/95 {
  border-color: rgb(131 24 67 / 0.95);
}

.border-pink-950 {
  --tw-border-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}

.border-pink-950\/0 {
  border-color: rgb(80 7 36 / 0);
}

.border-pink-950\/10 {
  border-color: rgb(80 7 36 / 0.1);
}

.border-pink-950\/100 {
  border-color: rgb(80 7 36 / 1);
}

.border-pink-950\/15 {
  border-color: rgb(80 7 36 / 0.15);
}

.border-pink-950\/20 {
  border-color: rgb(80 7 36 / 0.2);
}

.border-pink-950\/25 {
  border-color: rgb(80 7 36 / 0.25);
}

.border-pink-950\/30 {
  border-color: rgb(80 7 36 / 0.3);
}

.border-pink-950\/35 {
  border-color: rgb(80 7 36 / 0.35);
}

.border-pink-950\/40 {
  border-color: rgb(80 7 36 / 0.4);
}

.border-pink-950\/45 {
  border-color: rgb(80 7 36 / 0.45);
}

.border-pink-950\/5 {
  border-color: rgb(80 7 36 / 0.05);
}

.border-pink-950\/50 {
  border-color: rgb(80 7 36 / 0.5);
}

.border-pink-950\/55 {
  border-color: rgb(80 7 36 / 0.55);
}

.border-pink-950\/60 {
  border-color: rgb(80 7 36 / 0.6);
}

.border-pink-950\/65 {
  border-color: rgb(80 7 36 / 0.65);
}

.border-pink-950\/70 {
  border-color: rgb(80 7 36 / 0.7);
}

.border-pink-950\/75 {
  border-color: rgb(80 7 36 / 0.75);
}

.border-pink-950\/80 {
  border-color: rgb(80 7 36 / 0.8);
}

.border-pink-950\/85 {
  border-color: rgb(80 7 36 / 0.85);
}

.border-pink-950\/90 {
  border-color: rgb(80 7 36 / 0.9);
}

.border-pink-950\/95 {
  border-color: rgb(80 7 36 / 0.95);
}

.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}

.border-purple-100\/0 {
  border-color: rgb(243 232 255 / 0);
}

.border-purple-100\/10 {
  border-color: rgb(243 232 255 / 0.1);
}

.border-purple-100\/100 {
  border-color: rgb(243 232 255 / 1);
}

.border-purple-100\/15 {
  border-color: rgb(243 232 255 / 0.15);
}

.border-purple-100\/20 {
  border-color: rgb(243 232 255 / 0.2);
}

.border-purple-100\/25 {
  border-color: rgb(243 232 255 / 0.25);
}

.border-purple-100\/30 {
  border-color: rgb(243 232 255 / 0.3);
}

.border-purple-100\/35 {
  border-color: rgb(243 232 255 / 0.35);
}

.border-purple-100\/40 {
  border-color: rgb(243 232 255 / 0.4);
}

.border-purple-100\/45 {
  border-color: rgb(243 232 255 / 0.45);
}

.border-purple-100\/5 {
  border-color: rgb(243 232 255 / 0.05);
}

.border-purple-100\/50 {
  border-color: rgb(243 232 255 / 0.5);
}

.border-purple-100\/55 {
  border-color: rgb(243 232 255 / 0.55);
}

.border-purple-100\/60 {
  border-color: rgb(243 232 255 / 0.6);
}

.border-purple-100\/65 {
  border-color: rgb(243 232 255 / 0.65);
}

.border-purple-100\/70 {
  border-color: rgb(243 232 255 / 0.7);
}

.border-purple-100\/75 {
  border-color: rgb(243 232 255 / 0.75);
}

.border-purple-100\/80 {
  border-color: rgb(243 232 255 / 0.8);
}

.border-purple-100\/85 {
  border-color: rgb(243 232 255 / 0.85);
}

.border-purple-100\/90 {
  border-color: rgb(243 232 255 / 0.9);
}

.border-purple-100\/95 {
  border-color: rgb(243 232 255 / 0.95);
}

.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}

.border-purple-200\/0 {
  border-color: rgb(233 213 255 / 0);
}

.border-purple-200\/10 {
  border-color: rgb(233 213 255 / 0.1);
}

.border-purple-200\/100 {
  border-color: rgb(233 213 255 / 1);
}

.border-purple-200\/15 {
  border-color: rgb(233 213 255 / 0.15);
}

.border-purple-200\/20 {
  border-color: rgb(233 213 255 / 0.2);
}

.border-purple-200\/25 {
  border-color: rgb(233 213 255 / 0.25);
}

.border-purple-200\/30 {
  border-color: rgb(233 213 255 / 0.3);
}

.border-purple-200\/35 {
  border-color: rgb(233 213 255 / 0.35);
}

.border-purple-200\/40 {
  border-color: rgb(233 213 255 / 0.4);
}

.border-purple-200\/45 {
  border-color: rgb(233 213 255 / 0.45);
}

.border-purple-200\/5 {
  border-color: rgb(233 213 255 / 0.05);
}

.border-purple-200\/50 {
  border-color: rgb(233 213 255 / 0.5);
}

.border-purple-200\/55 {
  border-color: rgb(233 213 255 / 0.55);
}

.border-purple-200\/60 {
  border-color: rgb(233 213 255 / 0.6);
}

.border-purple-200\/65 {
  border-color: rgb(233 213 255 / 0.65);
}

.border-purple-200\/70 {
  border-color: rgb(233 213 255 / 0.7);
}

.border-purple-200\/75 {
  border-color: rgb(233 213 255 / 0.75);
}

.border-purple-200\/80 {
  border-color: rgb(233 213 255 / 0.8);
}

.border-purple-200\/85 {
  border-color: rgb(233 213 255 / 0.85);
}

.border-purple-200\/90 {
  border-color: rgb(233 213 255 / 0.9);
}

.border-purple-200\/95 {
  border-color: rgb(233 213 255 / 0.95);
}

.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.border-purple-300\/0 {
  border-color: rgb(216 180 254 / 0);
}

.border-purple-300\/10 {
  border-color: rgb(216 180 254 / 0.1);
}

.border-purple-300\/100 {
  border-color: rgb(216 180 254 / 1);
}

.border-purple-300\/15 {
  border-color: rgb(216 180 254 / 0.15);
}

.border-purple-300\/20 {
  border-color: rgb(216 180 254 / 0.2);
}

.border-purple-300\/25 {
  border-color: rgb(216 180 254 / 0.25);
}

.border-purple-300\/30 {
  border-color: rgb(216 180 254 / 0.3);
}

.border-purple-300\/35 {
  border-color: rgb(216 180 254 / 0.35);
}

.border-purple-300\/40 {
  border-color: rgb(216 180 254 / 0.4);
}

.border-purple-300\/45 {
  border-color: rgb(216 180 254 / 0.45);
}

.border-purple-300\/5 {
  border-color: rgb(216 180 254 / 0.05);
}

.border-purple-300\/50 {
  border-color: rgb(216 180 254 / 0.5);
}

.border-purple-300\/55 {
  border-color: rgb(216 180 254 / 0.55);
}

.border-purple-300\/60 {
  border-color: rgb(216 180 254 / 0.6);
}

.border-purple-300\/65 {
  border-color: rgb(216 180 254 / 0.65);
}

.border-purple-300\/70 {
  border-color: rgb(216 180 254 / 0.7);
}

.border-purple-300\/75 {
  border-color: rgb(216 180 254 / 0.75);
}

.border-purple-300\/80 {
  border-color: rgb(216 180 254 / 0.8);
}

.border-purple-300\/85 {
  border-color: rgb(216 180 254 / 0.85);
}

.border-purple-300\/90 {
  border-color: rgb(216 180 254 / 0.9);
}

.border-purple-300\/95 {
  border-color: rgb(216 180 254 / 0.95);
}

.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.border-purple-400\/0 {
  border-color: rgb(192 132 252 / 0);
}

.border-purple-400\/10 {
  border-color: rgb(192 132 252 / 0.1);
}

.border-purple-400\/100 {
  border-color: rgb(192 132 252 / 1);
}

.border-purple-400\/15 {
  border-color: rgb(192 132 252 / 0.15);
}

.border-purple-400\/20 {
  border-color: rgb(192 132 252 / 0.2);
}

.border-purple-400\/25 {
  border-color: rgb(192 132 252 / 0.25);
}

.border-purple-400\/30 {
  border-color: rgb(192 132 252 / 0.3);
}

.border-purple-400\/35 {
  border-color: rgb(192 132 252 / 0.35);
}

.border-purple-400\/40 {
  border-color: rgb(192 132 252 / 0.4);
}

.border-purple-400\/45 {
  border-color: rgb(192 132 252 / 0.45);
}

.border-purple-400\/5 {
  border-color: rgb(192 132 252 / 0.05);
}

.border-purple-400\/50 {
  border-color: rgb(192 132 252 / 0.5);
}

.border-purple-400\/55 {
  border-color: rgb(192 132 252 / 0.55);
}

.border-purple-400\/60 {
  border-color: rgb(192 132 252 / 0.6);
}

.border-purple-400\/65 {
  border-color: rgb(192 132 252 / 0.65);
}

.border-purple-400\/70 {
  border-color: rgb(192 132 252 / 0.7);
}

.border-purple-400\/75 {
  border-color: rgb(192 132 252 / 0.75);
}

.border-purple-400\/80 {
  border-color: rgb(192 132 252 / 0.8);
}

.border-purple-400\/85 {
  border-color: rgb(192 132 252 / 0.85);
}

.border-purple-400\/90 {
  border-color: rgb(192 132 252 / 0.9);
}

.border-purple-400\/95 {
  border-color: rgb(192 132 252 / 0.95);
}

.border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}

.border-purple-50\/0 {
  border-color: rgb(250 245 255 / 0);
}

.border-purple-50\/10 {
  border-color: rgb(250 245 255 / 0.1);
}

.border-purple-50\/100 {
  border-color: rgb(250 245 255 / 1);
}

.border-purple-50\/15 {
  border-color: rgb(250 245 255 / 0.15);
}

.border-purple-50\/20 {
  border-color: rgb(250 245 255 / 0.2);
}

.border-purple-50\/25 {
  border-color: rgb(250 245 255 / 0.25);
}

.border-purple-50\/30 {
  border-color: rgb(250 245 255 / 0.3);
}

.border-purple-50\/35 {
  border-color: rgb(250 245 255 / 0.35);
}

.border-purple-50\/40 {
  border-color: rgb(250 245 255 / 0.4);
}

.border-purple-50\/45 {
  border-color: rgb(250 245 255 / 0.45);
}

.border-purple-50\/5 {
  border-color: rgb(250 245 255 / 0.05);
}

.border-purple-50\/50 {
  border-color: rgb(250 245 255 / 0.5);
}

.border-purple-50\/55 {
  border-color: rgb(250 245 255 / 0.55);
}

.border-purple-50\/60 {
  border-color: rgb(250 245 255 / 0.6);
}

.border-purple-50\/65 {
  border-color: rgb(250 245 255 / 0.65);
}

.border-purple-50\/70 {
  border-color: rgb(250 245 255 / 0.7);
}

.border-purple-50\/75 {
  border-color: rgb(250 245 255 / 0.75);
}

.border-purple-50\/80 {
  border-color: rgb(250 245 255 / 0.8);
}

.border-purple-50\/85 {
  border-color: rgb(250 245 255 / 0.85);
}

.border-purple-50\/90 {
  border-color: rgb(250 245 255 / 0.9);
}

.border-purple-50\/95 {
  border-color: rgb(250 245 255 / 0.95);
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.border-purple-500\/0 {
  border-color: rgb(168 85 247 / 0);
}

.border-purple-500\/10 {
  border-color: rgb(168 85 247 / 0.1);
}

.border-purple-500\/100 {
  border-color: rgb(168 85 247 / 1);
}

.border-purple-500\/15 {
  border-color: rgb(168 85 247 / 0.15);
}

.border-purple-500\/20 {
  border-color: rgb(168 85 247 / 0.2);
}

.border-purple-500\/25 {
  border-color: rgb(168 85 247 / 0.25);
}

.border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3);
}

.border-purple-500\/35 {
  border-color: rgb(168 85 247 / 0.35);
}

.border-purple-500\/40 {
  border-color: rgb(168 85 247 / 0.4);
}

.border-purple-500\/45 {
  border-color: rgb(168 85 247 / 0.45);
}

.border-purple-500\/5 {
  border-color: rgb(168 85 247 / 0.05);
}

.border-purple-500\/50 {
  border-color: rgb(168 85 247 / 0.5);
}

.border-purple-500\/55 {
  border-color: rgb(168 85 247 / 0.55);
}

.border-purple-500\/60 {
  border-color: rgb(168 85 247 / 0.6);
}

.border-purple-500\/65 {
  border-color: rgb(168 85 247 / 0.65);
}

.border-purple-500\/70 {
  border-color: rgb(168 85 247 / 0.7);
}

.border-purple-500\/75 {
  border-color: rgb(168 85 247 / 0.75);
}

.border-purple-500\/80 {
  border-color: rgb(168 85 247 / 0.8);
}

.border-purple-500\/85 {
  border-color: rgb(168 85 247 / 0.85);
}

.border-purple-500\/90 {
  border-color: rgb(168 85 247 / 0.9);
}

.border-purple-500\/95 {
  border-color: rgb(168 85 247 / 0.95);
}

.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}

.border-purple-600\/0 {
  border-color: rgb(147 51 234 / 0);
}

.border-purple-600\/10 {
  border-color: rgb(147 51 234 / 0.1);
}

.border-purple-600\/100 {
  border-color: rgb(147 51 234 / 1);
}

.border-purple-600\/15 {
  border-color: rgb(147 51 234 / 0.15);
}

.border-purple-600\/20 {
  border-color: rgb(147 51 234 / 0.2);
}

.border-purple-600\/25 {
  border-color: rgb(147 51 234 / 0.25);
}

.border-purple-600\/30 {
  border-color: rgb(147 51 234 / 0.3);
}

.border-purple-600\/35 {
  border-color: rgb(147 51 234 / 0.35);
}

.border-purple-600\/40 {
  border-color: rgb(147 51 234 / 0.4);
}

.border-purple-600\/45 {
  border-color: rgb(147 51 234 / 0.45);
}

.border-purple-600\/5 {
  border-color: rgb(147 51 234 / 0.05);
}

.border-purple-600\/50 {
  border-color: rgb(147 51 234 / 0.5);
}

.border-purple-600\/55 {
  border-color: rgb(147 51 234 / 0.55);
}

.border-purple-600\/60 {
  border-color: rgb(147 51 234 / 0.6);
}

.border-purple-600\/65 {
  border-color: rgb(147 51 234 / 0.65);
}

.border-purple-600\/70 {
  border-color: rgb(147 51 234 / 0.7);
}

.border-purple-600\/75 {
  border-color: rgb(147 51 234 / 0.75);
}

.border-purple-600\/80 {
  border-color: rgb(147 51 234 / 0.8);
}

.border-purple-600\/85 {
  border-color: rgb(147 51 234 / 0.85);
}

.border-purple-600\/90 {
  border-color: rgb(147 51 234 / 0.9);
}

.border-purple-600\/95 {
  border-color: rgb(147 51 234 / 0.95);
}

.border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}

.border-purple-700\/0 {
  border-color: rgb(126 34 206 / 0);
}

.border-purple-700\/10 {
  border-color: rgb(126 34 206 / 0.1);
}

.border-purple-700\/100 {
  border-color: rgb(126 34 206 / 1);
}

.border-purple-700\/15 {
  border-color: rgb(126 34 206 / 0.15);
}

.border-purple-700\/20 {
  border-color: rgb(126 34 206 / 0.2);
}

.border-purple-700\/25 {
  border-color: rgb(126 34 206 / 0.25);
}

.border-purple-700\/30 {
  border-color: rgb(126 34 206 / 0.3);
}

.border-purple-700\/35 {
  border-color: rgb(126 34 206 / 0.35);
}

.border-purple-700\/40 {
  border-color: rgb(126 34 206 / 0.4);
}

.border-purple-700\/45 {
  border-color: rgb(126 34 206 / 0.45);
}

.border-purple-700\/5 {
  border-color: rgb(126 34 206 / 0.05);
}

.border-purple-700\/50 {
  border-color: rgb(126 34 206 / 0.5);
}

.border-purple-700\/55 {
  border-color: rgb(126 34 206 / 0.55);
}

.border-purple-700\/60 {
  border-color: rgb(126 34 206 / 0.6);
}

.border-purple-700\/65 {
  border-color: rgb(126 34 206 / 0.65);
}

.border-purple-700\/70 {
  border-color: rgb(126 34 206 / 0.7);
}

.border-purple-700\/75 {
  border-color: rgb(126 34 206 / 0.75);
}

.border-purple-700\/80 {
  border-color: rgb(126 34 206 / 0.8);
}

.border-purple-700\/85 {
  border-color: rgb(126 34 206 / 0.85);
}

.border-purple-700\/90 {
  border-color: rgb(126 34 206 / 0.9);
}

.border-purple-700\/95 {
  border-color: rgb(126 34 206 / 0.95);
}

.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}

.border-purple-800\/0 {
  border-color: rgb(107 33 168 / 0);
}

.border-purple-800\/10 {
  border-color: rgb(107 33 168 / 0.1);
}

.border-purple-800\/100 {
  border-color: rgb(107 33 168 / 1);
}

.border-purple-800\/15 {
  border-color: rgb(107 33 168 / 0.15);
}

.border-purple-800\/20 {
  border-color: rgb(107 33 168 / 0.2);
}

.border-purple-800\/25 {
  border-color: rgb(107 33 168 / 0.25);
}

.border-purple-800\/30 {
  border-color: rgb(107 33 168 / 0.3);
}

.border-purple-800\/35 {
  border-color: rgb(107 33 168 / 0.35);
}

.border-purple-800\/40 {
  border-color: rgb(107 33 168 / 0.4);
}

.border-purple-800\/45 {
  border-color: rgb(107 33 168 / 0.45);
}

.border-purple-800\/5 {
  border-color: rgb(107 33 168 / 0.05);
}

.border-purple-800\/50 {
  border-color: rgb(107 33 168 / 0.5);
}

.border-purple-800\/55 {
  border-color: rgb(107 33 168 / 0.55);
}

.border-purple-800\/60 {
  border-color: rgb(107 33 168 / 0.6);
}

.border-purple-800\/65 {
  border-color: rgb(107 33 168 / 0.65);
}

.border-purple-800\/70 {
  border-color: rgb(107 33 168 / 0.7);
}

.border-purple-800\/75 {
  border-color: rgb(107 33 168 / 0.75);
}

.border-purple-800\/80 {
  border-color: rgb(107 33 168 / 0.8);
}

.border-purple-800\/85 {
  border-color: rgb(107 33 168 / 0.85);
}

.border-purple-800\/90 {
  border-color: rgb(107 33 168 / 0.9);
}

.border-purple-800\/95 {
  border-color: rgb(107 33 168 / 0.95);
}

.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}

.border-purple-900\/0 {
  border-color: rgb(88 28 135 / 0);
}

.border-purple-900\/10 {
  border-color: rgb(88 28 135 / 0.1);
}

.border-purple-900\/100 {
  border-color: rgb(88 28 135 / 1);
}

.border-purple-900\/15 {
  border-color: rgb(88 28 135 / 0.15);
}

.border-purple-900\/20 {
  border-color: rgb(88 28 135 / 0.2);
}

.border-purple-900\/25 {
  border-color: rgb(88 28 135 / 0.25);
}

.border-purple-900\/30 {
  border-color: rgb(88 28 135 / 0.3);
}

.border-purple-900\/35 {
  border-color: rgb(88 28 135 / 0.35);
}

.border-purple-900\/40 {
  border-color: rgb(88 28 135 / 0.4);
}

.border-purple-900\/45 {
  border-color: rgb(88 28 135 / 0.45);
}

.border-purple-900\/5 {
  border-color: rgb(88 28 135 / 0.05);
}

.border-purple-900\/50 {
  border-color: rgb(88 28 135 / 0.5);
}

.border-purple-900\/55 {
  border-color: rgb(88 28 135 / 0.55);
}

.border-purple-900\/60 {
  border-color: rgb(88 28 135 / 0.6);
}

.border-purple-900\/65 {
  border-color: rgb(88 28 135 / 0.65);
}

.border-purple-900\/70 {
  border-color: rgb(88 28 135 / 0.7);
}

.border-purple-900\/75 {
  border-color: rgb(88 28 135 / 0.75);
}

.border-purple-900\/80 {
  border-color: rgb(88 28 135 / 0.8);
}

.border-purple-900\/85 {
  border-color: rgb(88 28 135 / 0.85);
}

.border-purple-900\/90 {
  border-color: rgb(88 28 135 / 0.9);
}

.border-purple-900\/95 {
  border-color: rgb(88 28 135 / 0.95);
}

.border-purple-950 {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}

.border-purple-950\/0 {
  border-color: rgb(59 7 100 / 0);
}

.border-purple-950\/10 {
  border-color: rgb(59 7 100 / 0.1);
}

.border-purple-950\/100 {
  border-color: rgb(59 7 100 / 1);
}

.border-purple-950\/15 {
  border-color: rgb(59 7 100 / 0.15);
}

.border-purple-950\/20 {
  border-color: rgb(59 7 100 / 0.2);
}

.border-purple-950\/25 {
  border-color: rgb(59 7 100 / 0.25);
}

.border-purple-950\/30 {
  border-color: rgb(59 7 100 / 0.3);
}

.border-purple-950\/35 {
  border-color: rgb(59 7 100 / 0.35);
}

.border-purple-950\/40 {
  border-color: rgb(59 7 100 / 0.4);
}

.border-purple-950\/45 {
  border-color: rgb(59 7 100 / 0.45);
}

.border-purple-950\/5 {
  border-color: rgb(59 7 100 / 0.05);
}

.border-purple-950\/50 {
  border-color: rgb(59 7 100 / 0.5);
}

.border-purple-950\/55 {
  border-color: rgb(59 7 100 / 0.55);
}

.border-purple-950\/60 {
  border-color: rgb(59 7 100 / 0.6);
}

.border-purple-950\/65 {
  border-color: rgb(59 7 100 / 0.65);
}

.border-purple-950\/70 {
  border-color: rgb(59 7 100 / 0.7);
}

.border-purple-950\/75 {
  border-color: rgb(59 7 100 / 0.75);
}

.border-purple-950\/80 {
  border-color: rgb(59 7 100 / 0.8);
}

.border-purple-950\/85 {
  border-color: rgb(59 7 100 / 0.85);
}

.border-purple-950\/90 {
  border-color: rgb(59 7 100 / 0.9);
}

.border-purple-950\/95 {
  border-color: rgb(59 7 100 / 0.95);
}

.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.border-red-100\/0 {
  border-color: rgb(254 226 226 / 0);
}

.border-red-100\/10 {
  border-color: rgb(254 226 226 / 0.1);
}

.border-red-100\/100 {
  border-color: rgb(254 226 226 / 1);
}

.border-red-100\/15 {
  border-color: rgb(254 226 226 / 0.15);
}

.border-red-100\/20 {
  border-color: rgb(254 226 226 / 0.2);
}

.border-red-100\/25 {
  border-color: rgb(254 226 226 / 0.25);
}

.border-red-100\/30 {
  border-color: rgb(254 226 226 / 0.3);
}

.border-red-100\/35 {
  border-color: rgb(254 226 226 / 0.35);
}

.border-red-100\/40 {
  border-color: rgb(254 226 226 / 0.4);
}

.border-red-100\/45 {
  border-color: rgb(254 226 226 / 0.45);
}

.border-red-100\/5 {
  border-color: rgb(254 226 226 / 0.05);
}

.border-red-100\/50 {
  border-color: rgb(254 226 226 / 0.5);
}

.border-red-100\/55 {
  border-color: rgb(254 226 226 / 0.55);
}

.border-red-100\/60 {
  border-color: rgb(254 226 226 / 0.6);
}

.border-red-100\/65 {
  border-color: rgb(254 226 226 / 0.65);
}

.border-red-100\/70 {
  border-color: rgb(254 226 226 / 0.7);
}

.border-red-100\/75 {
  border-color: rgb(254 226 226 / 0.75);
}

.border-red-100\/80 {
  border-color: rgb(254 226 226 / 0.8);
}

.border-red-100\/85 {
  border-color: rgb(254 226 226 / 0.85);
}

.border-red-100\/90 {
  border-color: rgb(254 226 226 / 0.9);
}

.border-red-100\/95 {
  border-color: rgb(254 226 226 / 0.95);
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.border-red-200\/0 {
  border-color: rgb(254 202 202 / 0);
}

.border-red-200\/10 {
  border-color: rgb(254 202 202 / 0.1);
}

.border-red-200\/100 {
  border-color: rgb(254 202 202 / 1);
}

.border-red-200\/15 {
  border-color: rgb(254 202 202 / 0.15);
}

.border-red-200\/20 {
  border-color: rgb(254 202 202 / 0.2);
}

.border-red-200\/25 {
  border-color: rgb(254 202 202 / 0.25);
}

.border-red-200\/30 {
  border-color: rgb(254 202 202 / 0.3);
}

.border-red-200\/35 {
  border-color: rgb(254 202 202 / 0.35);
}

.border-red-200\/40 {
  border-color: rgb(254 202 202 / 0.4);
}

.border-red-200\/45 {
  border-color: rgb(254 202 202 / 0.45);
}

.border-red-200\/5 {
  border-color: rgb(254 202 202 / 0.05);
}

.border-red-200\/50 {
  border-color: rgb(254 202 202 / 0.5);
}

.border-red-200\/55 {
  border-color: rgb(254 202 202 / 0.55);
}

.border-red-200\/60 {
  border-color: rgb(254 202 202 / 0.6);
}

.border-red-200\/65 {
  border-color: rgb(254 202 202 / 0.65);
}

.border-red-200\/70 {
  border-color: rgb(254 202 202 / 0.7);
}

.border-red-200\/75 {
  border-color: rgb(254 202 202 / 0.75);
}

.border-red-200\/80 {
  border-color: rgb(254 202 202 / 0.8);
}

.border-red-200\/85 {
  border-color: rgb(254 202 202 / 0.85);
}

.border-red-200\/90 {
  border-color: rgb(254 202 202 / 0.9);
}

.border-red-200\/95 {
  border-color: rgb(254 202 202 / 0.95);
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.border-red-300\/0 {
  border-color: rgb(252 165 165 / 0);
}

.border-red-300\/10 {
  border-color: rgb(252 165 165 / 0.1);
}

.border-red-300\/100 {
  border-color: rgb(252 165 165 / 1);
}

.border-red-300\/15 {
  border-color: rgb(252 165 165 / 0.15);
}

.border-red-300\/20 {
  border-color: rgb(252 165 165 / 0.2);
}

.border-red-300\/25 {
  border-color: rgb(252 165 165 / 0.25);
}

.border-red-300\/30 {
  border-color: rgb(252 165 165 / 0.3);
}

.border-red-300\/35 {
  border-color: rgb(252 165 165 / 0.35);
}

.border-red-300\/40 {
  border-color: rgb(252 165 165 / 0.4);
}

.border-red-300\/45 {
  border-color: rgb(252 165 165 / 0.45);
}

.border-red-300\/5 {
  border-color: rgb(252 165 165 / 0.05);
}

.border-red-300\/50 {
  border-color: rgb(252 165 165 / 0.5);
}

.border-red-300\/55 {
  border-color: rgb(252 165 165 / 0.55);
}

.border-red-300\/60 {
  border-color: rgb(252 165 165 / 0.6);
}

.border-red-300\/65 {
  border-color: rgb(252 165 165 / 0.65);
}

.border-red-300\/70 {
  border-color: rgb(252 165 165 / 0.7);
}

.border-red-300\/75 {
  border-color: rgb(252 165 165 / 0.75);
}

.border-red-300\/80 {
  border-color: rgb(252 165 165 / 0.8);
}

.border-red-300\/85 {
  border-color: rgb(252 165 165 / 0.85);
}

.border-red-300\/90 {
  border-color: rgb(252 165 165 / 0.9);
}

.border-red-300\/95 {
  border-color: rgb(252 165 165 / 0.95);
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.border-red-400\/0 {
  border-color: rgb(248 113 113 / 0);
}

.border-red-400\/10 {
  border-color: rgb(248 113 113 / 0.1);
}

.border-red-400\/100 {
  border-color: rgb(248 113 113 / 1);
}

.border-red-400\/15 {
  border-color: rgb(248 113 113 / 0.15);
}

.border-red-400\/20 {
  border-color: rgb(248 113 113 / 0.2);
}

.border-red-400\/25 {
  border-color: rgb(248 113 113 / 0.25);
}

.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}

.border-red-400\/35 {
  border-color: rgb(248 113 113 / 0.35);
}

.border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4);
}

.border-red-400\/45 {
  border-color: rgb(248 113 113 / 0.45);
}

.border-red-400\/5 {
  border-color: rgb(248 113 113 / 0.05);
}

.border-red-400\/50 {
  border-color: rgb(248 113 113 / 0.5);
}

.border-red-400\/55 {
  border-color: rgb(248 113 113 / 0.55);
}

.border-red-400\/60 {
  border-color: rgb(248 113 113 / 0.6);
}

.border-red-400\/65 {
  border-color: rgb(248 113 113 / 0.65);
}

.border-red-400\/70 {
  border-color: rgb(248 113 113 / 0.7);
}

.border-red-400\/75 {
  border-color: rgb(248 113 113 / 0.75);
}

.border-red-400\/80 {
  border-color: rgb(248 113 113 / 0.8);
}

.border-red-400\/85 {
  border-color: rgb(248 113 113 / 0.85);
}

.border-red-400\/90 {
  border-color: rgb(248 113 113 / 0.9);
}

.border-red-400\/95 {
  border-color: rgb(248 113 113 / 0.95);
}

.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}

.border-red-50\/0 {
  border-color: rgb(254 242 242 / 0);
}

.border-red-50\/10 {
  border-color: rgb(254 242 242 / 0.1);
}

.border-red-50\/100 {
  border-color: rgb(254 242 242 / 1);
}

.border-red-50\/15 {
  border-color: rgb(254 242 242 / 0.15);
}

.border-red-50\/20 {
  border-color: rgb(254 242 242 / 0.2);
}

.border-red-50\/25 {
  border-color: rgb(254 242 242 / 0.25);
}

.border-red-50\/30 {
  border-color: rgb(254 242 242 / 0.3);
}

.border-red-50\/35 {
  border-color: rgb(254 242 242 / 0.35);
}

.border-red-50\/40 {
  border-color: rgb(254 242 242 / 0.4);
}

.border-red-50\/45 {
  border-color: rgb(254 242 242 / 0.45);
}

.border-red-50\/5 {
  border-color: rgb(254 242 242 / 0.05);
}

.border-red-50\/50 {
  border-color: rgb(254 242 242 / 0.5);
}

.border-red-50\/55 {
  border-color: rgb(254 242 242 / 0.55);
}

.border-red-50\/60 {
  border-color: rgb(254 242 242 / 0.6);
}

.border-red-50\/65 {
  border-color: rgb(254 242 242 / 0.65);
}

.border-red-50\/70 {
  border-color: rgb(254 242 242 / 0.7);
}

.border-red-50\/75 {
  border-color: rgb(254 242 242 / 0.75);
}

.border-red-50\/80 {
  border-color: rgb(254 242 242 / 0.8);
}

.border-red-50\/85 {
  border-color: rgb(254 242 242 / 0.85);
}

.border-red-50\/90 {
  border-color: rgb(254 242 242 / 0.9);
}

.border-red-50\/95 {
  border-color: rgb(254 242 242 / 0.95);
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-red-500\/0 {
  border-color: rgb(239 68 68 / 0);
}

.border-red-500\/10 {
  border-color: rgb(239 68 68 / 0.1);
}

.border-red-500\/100 {
  border-color: rgb(239 68 68 / 1);
}

.border-red-500\/15 {
  border-color: rgb(239 68 68 / 0.15);
}

.border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}

.border-red-500\/25 {
  border-color: rgb(239 68 68 / 0.25);
}

.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}

.border-red-500\/35 {
  border-color: rgb(239 68 68 / 0.35);
}

.border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4);
}

.border-red-500\/45 {
  border-color: rgb(239 68 68 / 0.45);
}

.border-red-500\/5 {
  border-color: rgb(239 68 68 / 0.05);
}

.border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5);
}

.border-red-500\/55 {
  border-color: rgb(239 68 68 / 0.55);
}

.border-red-500\/60 {
  border-color: rgb(239 68 68 / 0.6);
}

.border-red-500\/65 {
  border-color: rgb(239 68 68 / 0.65);
}

.border-red-500\/70 {
  border-color: rgb(239 68 68 / 0.7);
}

.border-red-500\/75 {
  border-color: rgb(239 68 68 / 0.75);
}

.border-red-500\/80 {
  border-color: rgb(239 68 68 / 0.8);
}

.border-red-500\/85 {
  border-color: rgb(239 68 68 / 0.85);
}

.border-red-500\/90 {
  border-color: rgb(239 68 68 / 0.9);
}

.border-red-500\/95 {
  border-color: rgb(239 68 68 / 0.95);
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.border-red-600\/0 {
  border-color: rgb(220 38 38 / 0);
}

.border-red-600\/10 {
  border-color: rgb(220 38 38 / 0.1);
}

.border-red-600\/100 {
  border-color: rgb(220 38 38 / 1);
}

.border-red-600\/15 {
  border-color: rgb(220 38 38 / 0.15);
}

.border-red-600\/20 {
  border-color: rgb(220 38 38 / 0.2);
}

.border-red-600\/25 {
  border-color: rgb(220 38 38 / 0.25);
}

.border-red-600\/30 {
  border-color: rgb(220 38 38 / 0.3);
}

.border-red-600\/35 {
  border-color: rgb(220 38 38 / 0.35);
}

.border-red-600\/40 {
  border-color: rgb(220 38 38 / 0.4);
}

.border-red-600\/45 {
  border-color: rgb(220 38 38 / 0.45);
}

.border-red-600\/5 {
  border-color: rgb(220 38 38 / 0.05);
}

.border-red-600\/50 {
  border-color: rgb(220 38 38 / 0.5);
}

.border-red-600\/55 {
  border-color: rgb(220 38 38 / 0.55);
}

.border-red-600\/60 {
  border-color: rgb(220 38 38 / 0.6);
}

.border-red-600\/65 {
  border-color: rgb(220 38 38 / 0.65);
}

.border-red-600\/70 {
  border-color: rgb(220 38 38 / 0.7);
}

.border-red-600\/75 {
  border-color: rgb(220 38 38 / 0.75);
}

.border-red-600\/80 {
  border-color: rgb(220 38 38 / 0.8);
}

.border-red-600\/85 {
  border-color: rgb(220 38 38 / 0.85);
}

.border-red-600\/90 {
  border-color: rgb(220 38 38 / 0.9);
}

.border-red-600\/95 {
  border-color: rgb(220 38 38 / 0.95);
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.border-red-700\/0 {
  border-color: rgb(185 28 28 / 0);
}

.border-red-700\/10 {
  border-color: rgb(185 28 28 / 0.1);
}

.border-red-700\/100 {
  border-color: rgb(185 28 28 / 1);
}

.border-red-700\/15 {
  border-color: rgb(185 28 28 / 0.15);
}

.border-red-700\/20 {
  border-color: rgb(185 28 28 / 0.2);
}

.border-red-700\/25 {
  border-color: rgb(185 28 28 / 0.25);
}

.border-red-700\/30 {
  border-color: rgb(185 28 28 / 0.3);
}

.border-red-700\/35 {
  border-color: rgb(185 28 28 / 0.35);
}

.border-red-700\/40 {
  border-color: rgb(185 28 28 / 0.4);
}

.border-red-700\/45 {
  border-color: rgb(185 28 28 / 0.45);
}

.border-red-700\/5 {
  border-color: rgb(185 28 28 / 0.05);
}

.border-red-700\/50 {
  border-color: rgb(185 28 28 / 0.5);
}

.border-red-700\/55 {
  border-color: rgb(185 28 28 / 0.55);
}

.border-red-700\/60 {
  border-color: rgb(185 28 28 / 0.6);
}

.border-red-700\/65 {
  border-color: rgb(185 28 28 / 0.65);
}

.border-red-700\/70 {
  border-color: rgb(185 28 28 / 0.7);
}

.border-red-700\/75 {
  border-color: rgb(185 28 28 / 0.75);
}

.border-red-700\/80 {
  border-color: rgb(185 28 28 / 0.8);
}

.border-red-700\/85 {
  border-color: rgb(185 28 28 / 0.85);
}

.border-red-700\/90 {
  border-color: rgb(185 28 28 / 0.9);
}

.border-red-700\/95 {
  border-color: rgb(185 28 28 / 0.95);
}

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}

.border-red-800\/0 {
  border-color: rgb(153 27 27 / 0);
}

.border-red-800\/10 {
  border-color: rgb(153 27 27 / 0.1);
}

.border-red-800\/100 {
  border-color: rgb(153 27 27 / 1);
}

.border-red-800\/15 {
  border-color: rgb(153 27 27 / 0.15);
}

.border-red-800\/20 {
  border-color: rgb(153 27 27 / 0.2);
}

.border-red-800\/25 {
  border-color: rgb(153 27 27 / 0.25);
}

.border-red-800\/30 {
  border-color: rgb(153 27 27 / 0.3);
}

.border-red-800\/35 {
  border-color: rgb(153 27 27 / 0.35);
}

.border-red-800\/40 {
  border-color: rgb(153 27 27 / 0.4);
}

.border-red-800\/45 {
  border-color: rgb(153 27 27 / 0.45);
}

.border-red-800\/5 {
  border-color: rgb(153 27 27 / 0.05);
}

.border-red-800\/50 {
  border-color: rgb(153 27 27 / 0.5);
}

.border-red-800\/55 {
  border-color: rgb(153 27 27 / 0.55);
}

.border-red-800\/60 {
  border-color: rgb(153 27 27 / 0.6);
}

.border-red-800\/65 {
  border-color: rgb(153 27 27 / 0.65);
}

.border-red-800\/70 {
  border-color: rgb(153 27 27 / 0.7);
}

.border-red-800\/75 {
  border-color: rgb(153 27 27 / 0.75);
}

.border-red-800\/80 {
  border-color: rgb(153 27 27 / 0.8);
}

.border-red-800\/85 {
  border-color: rgb(153 27 27 / 0.85);
}

.border-red-800\/90 {
  border-color: rgb(153 27 27 / 0.9);
}

.border-red-800\/95 {
  border-color: rgb(153 27 27 / 0.95);
}

.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}

.border-red-900\/0 {
  border-color: rgb(127 29 29 / 0);
}

.border-red-900\/10 {
  border-color: rgb(127 29 29 / 0.1);
}

.border-red-900\/100 {
  border-color: rgb(127 29 29 / 1);
}

.border-red-900\/15 {
  border-color: rgb(127 29 29 / 0.15);
}

.border-red-900\/20 {
  border-color: rgb(127 29 29 / 0.2);
}

.border-red-900\/25 {
  border-color: rgb(127 29 29 / 0.25);
}

.border-red-900\/30 {
  border-color: rgb(127 29 29 / 0.3);
}

.border-red-900\/35 {
  border-color: rgb(127 29 29 / 0.35);
}

.border-red-900\/40 {
  border-color: rgb(127 29 29 / 0.4);
}

.border-red-900\/45 {
  border-color: rgb(127 29 29 / 0.45);
}

.border-red-900\/5 {
  border-color: rgb(127 29 29 / 0.05);
}

.border-red-900\/50 {
  border-color: rgb(127 29 29 / 0.5);
}

.border-red-900\/55 {
  border-color: rgb(127 29 29 / 0.55);
}

.border-red-900\/60 {
  border-color: rgb(127 29 29 / 0.6);
}

.border-red-900\/65 {
  border-color: rgb(127 29 29 / 0.65);
}

.border-red-900\/70 {
  border-color: rgb(127 29 29 / 0.7);
}

.border-red-900\/75 {
  border-color: rgb(127 29 29 / 0.75);
}

.border-red-900\/80 {
  border-color: rgb(127 29 29 / 0.8);
}

.border-red-900\/85 {
  border-color: rgb(127 29 29 / 0.85);
}

.border-red-900\/90 {
  border-color: rgb(127 29 29 / 0.9);
}

.border-red-900\/95 {
  border-color: rgb(127 29 29 / 0.95);
}

.border-red-950 {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}

.border-red-950\/0 {
  border-color: rgb(69 10 10 / 0);
}

.border-red-950\/10 {
  border-color: rgb(69 10 10 / 0.1);
}

.border-red-950\/100 {
  border-color: rgb(69 10 10 / 1);
}

.border-red-950\/15 {
  border-color: rgb(69 10 10 / 0.15);
}

.border-red-950\/20 {
  border-color: rgb(69 10 10 / 0.2);
}

.border-red-950\/25 {
  border-color: rgb(69 10 10 / 0.25);
}

.border-red-950\/30 {
  border-color: rgb(69 10 10 / 0.3);
}

.border-red-950\/35 {
  border-color: rgb(69 10 10 / 0.35);
}

.border-red-950\/40 {
  border-color: rgb(69 10 10 / 0.4);
}

.border-red-950\/45 {
  border-color: rgb(69 10 10 / 0.45);
}

.border-red-950\/5 {
  border-color: rgb(69 10 10 / 0.05);
}

.border-red-950\/50 {
  border-color: rgb(69 10 10 / 0.5);
}

.border-red-950\/55 {
  border-color: rgb(69 10 10 / 0.55);
}

.border-red-950\/60 {
  border-color: rgb(69 10 10 / 0.6);
}

.border-red-950\/65 {
  border-color: rgb(69 10 10 / 0.65);
}

.border-red-950\/70 {
  border-color: rgb(69 10 10 / 0.7);
}

.border-red-950\/75 {
  border-color: rgb(69 10 10 / 0.75);
}

.border-red-950\/80 {
  border-color: rgb(69 10 10 / 0.8);
}

.border-red-950\/85 {
  border-color: rgb(69 10 10 / 0.85);
}

.border-red-950\/90 {
  border-color: rgb(69 10 10 / 0.9);
}

.border-red-950\/95 {
  border-color: rgb(69 10 10 / 0.95);
}

.border-transparent {
  border-color: transparent;
}

.border-transparent\/0 {
  border-color: rgb(0 0 0 / 0);
}

.border-transparent\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-transparent\/100 {
  border-color: rgb(0 0 0 / 1);
}

.border-transparent\/15 {
  border-color: rgb(0 0 0 / 0.15);
}

.border-transparent\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-transparent\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.border-transparent\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.border-transparent\/35 {
  border-color: rgb(0 0 0 / 0.35);
}

.border-transparent\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.border-transparent\/45 {
  border-color: rgb(0 0 0 / 0.45);
}

.border-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.border-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.border-transparent\/55 {
  border-color: rgb(0 0 0 / 0.55);
}

.border-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.border-transparent\/65 {
  border-color: rgb(0 0 0 / 0.65);
}

.border-transparent\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.border-transparent\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.border-transparent\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.border-transparent\/85 {
  border-color: rgb(0 0 0 / 0.85);
}

.border-transparent\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.border-transparent\/95 {
  border-color: rgb(0 0 0 / 0.95);
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white\/0 {
  border-color: rgb(255 255 255 / 0);
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/100 {
  border-color: rgb(255 255 255 / 1);
}

.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-white\/35 {
  border-color: rgb(255 255 255 / 0.35);
}

.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}

.border-white\/45 {
  border-color: rgb(255 255 255 / 0.45);
}

.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.border-white\/55 {
  border-color: rgb(255 255 255 / 0.55);
}

.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.border-white\/65 {
  border-color: rgb(255 255 255 / 0.65);
}

.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}

.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}

.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.border-white\/85 {
  border-color: rgb(255 255 255 / 0.85);
}

.border-white\/90 {
  border-color: rgb(255 255 255 / 0.9);
}

.border-white\/95 {
  border-color: rgb(255 255 255 / 0.95);
}

.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-yellow-100\/0 {
  border-color: rgb(254 249 195 / 0);
}

.border-yellow-100\/10 {
  border-color: rgb(254 249 195 / 0.1);
}

.border-yellow-100\/100 {
  border-color: rgb(254 249 195 / 1);
}

.border-yellow-100\/15 {
  border-color: rgb(254 249 195 / 0.15);
}

.border-yellow-100\/20 {
  border-color: rgb(254 249 195 / 0.2);
}

.border-yellow-100\/25 {
  border-color: rgb(254 249 195 / 0.25);
}

.border-yellow-100\/30 {
  border-color: rgb(254 249 195 / 0.3);
}

.border-yellow-100\/35 {
  border-color: rgb(254 249 195 / 0.35);
}

.border-yellow-100\/40 {
  border-color: rgb(254 249 195 / 0.4);
}

.border-yellow-100\/45 {
  border-color: rgb(254 249 195 / 0.45);
}

.border-yellow-100\/5 {
  border-color: rgb(254 249 195 / 0.05);
}

.border-yellow-100\/50 {
  border-color: rgb(254 249 195 / 0.5);
}

.border-yellow-100\/55 {
  border-color: rgb(254 249 195 / 0.55);
}

.border-yellow-100\/60 {
  border-color: rgb(254 249 195 / 0.6);
}

.border-yellow-100\/65 {
  border-color: rgb(254 249 195 / 0.65);
}

.border-yellow-100\/70 {
  border-color: rgb(254 249 195 / 0.7);
}

.border-yellow-100\/75 {
  border-color: rgb(254 249 195 / 0.75);
}

.border-yellow-100\/80 {
  border-color: rgb(254 249 195 / 0.8);
}

.border-yellow-100\/85 {
  border-color: rgb(254 249 195 / 0.85);
}

.border-yellow-100\/90 {
  border-color: rgb(254 249 195 / 0.9);
}

.border-yellow-100\/95 {
  border-color: rgb(254 249 195 / 0.95);
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-yellow-200\/0 {
  border-color: rgb(254 240 138 / 0);
}

.border-yellow-200\/10 {
  border-color: rgb(254 240 138 / 0.1);
}

.border-yellow-200\/100 {
  border-color: rgb(254 240 138 / 1);
}

.border-yellow-200\/15 {
  border-color: rgb(254 240 138 / 0.15);
}

.border-yellow-200\/20 {
  border-color: rgb(254 240 138 / 0.2);
}

.border-yellow-200\/25 {
  border-color: rgb(254 240 138 / 0.25);
}

.border-yellow-200\/30 {
  border-color: rgb(254 240 138 / 0.3);
}

.border-yellow-200\/35 {
  border-color: rgb(254 240 138 / 0.35);
}

.border-yellow-200\/40 {
  border-color: rgb(254 240 138 / 0.4);
}

.border-yellow-200\/45 {
  border-color: rgb(254 240 138 / 0.45);
}

.border-yellow-200\/5 {
  border-color: rgb(254 240 138 / 0.05);
}

.border-yellow-200\/50 {
  border-color: rgb(254 240 138 / 0.5);
}

.border-yellow-200\/55 {
  border-color: rgb(254 240 138 / 0.55);
}

.border-yellow-200\/60 {
  border-color: rgb(254 240 138 / 0.6);
}

.border-yellow-200\/65 {
  border-color: rgb(254 240 138 / 0.65);
}

.border-yellow-200\/70 {
  border-color: rgb(254 240 138 / 0.7);
}

.border-yellow-200\/75 {
  border-color: rgb(254 240 138 / 0.75);
}

.border-yellow-200\/80 {
  border-color: rgb(254 240 138 / 0.8);
}

.border-yellow-200\/85 {
  border-color: rgb(254 240 138 / 0.85);
}

.border-yellow-200\/90 {
  border-color: rgb(254 240 138 / 0.9);
}

.border-yellow-200\/95 {
  border-color: rgb(254 240 138 / 0.95);
}

.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-yellow-300\/0 {
  border-color: rgb(253 224 71 / 0);
}

.border-yellow-300\/10 {
  border-color: rgb(253 224 71 / 0.1);
}

.border-yellow-300\/100 {
  border-color: rgb(253 224 71 / 1);
}

.border-yellow-300\/15 {
  border-color: rgb(253 224 71 / 0.15);
}

.border-yellow-300\/20 {
  border-color: rgb(253 224 71 / 0.2);
}

.border-yellow-300\/25 {
  border-color: rgb(253 224 71 / 0.25);
}

.border-yellow-300\/30 {
  border-color: rgb(253 224 71 / 0.3);
}

.border-yellow-300\/35 {
  border-color: rgb(253 224 71 / 0.35);
}

.border-yellow-300\/40 {
  border-color: rgb(253 224 71 / 0.4);
}

.border-yellow-300\/45 {
  border-color: rgb(253 224 71 / 0.45);
}

.border-yellow-300\/5 {
  border-color: rgb(253 224 71 / 0.05);
}

.border-yellow-300\/50 {
  border-color: rgb(253 224 71 / 0.5);
}

.border-yellow-300\/55 {
  border-color: rgb(253 224 71 / 0.55);
}

.border-yellow-300\/60 {
  border-color: rgb(253 224 71 / 0.6);
}

.border-yellow-300\/65 {
  border-color: rgb(253 224 71 / 0.65);
}

.border-yellow-300\/70 {
  border-color: rgb(253 224 71 / 0.7);
}

.border-yellow-300\/75 {
  border-color: rgb(253 224 71 / 0.75);
}

.border-yellow-300\/80 {
  border-color: rgb(253 224 71 / 0.8);
}

.border-yellow-300\/85 {
  border-color: rgb(253 224 71 / 0.85);
}

.border-yellow-300\/90 {
  border-color: rgb(253 224 71 / 0.9);
}

.border-yellow-300\/95 {
  border-color: rgb(253 224 71 / 0.95);
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-yellow-400\/0 {
  border-color: rgb(250 204 21 / 0);
}

.border-yellow-400\/10 {
  border-color: rgb(250 204 21 / 0.1);
}

.border-yellow-400\/100 {
  border-color: rgb(250 204 21 / 1);
}

.border-yellow-400\/15 {
  border-color: rgb(250 204 21 / 0.15);
}

.border-yellow-400\/20 {
  border-color: rgb(250 204 21 / 0.2);
}

.border-yellow-400\/25 {
  border-color: rgb(250 204 21 / 0.25);
}

.border-yellow-400\/30 {
  border-color: rgb(250 204 21 / 0.3);
}

.border-yellow-400\/35 {
  border-color: rgb(250 204 21 / 0.35);
}

.border-yellow-400\/40 {
  border-color: rgb(250 204 21 / 0.4);
}

.border-yellow-400\/45 {
  border-color: rgb(250 204 21 / 0.45);
}

.border-yellow-400\/5 {
  border-color: rgb(250 204 21 / 0.05);
}

.border-yellow-400\/50 {
  border-color: rgb(250 204 21 / 0.5);
}

.border-yellow-400\/55 {
  border-color: rgb(250 204 21 / 0.55);
}

.border-yellow-400\/60 {
  border-color: rgb(250 204 21 / 0.6);
}

.border-yellow-400\/65 {
  border-color: rgb(250 204 21 / 0.65);
}

.border-yellow-400\/70 {
  border-color: rgb(250 204 21 / 0.7);
}

.border-yellow-400\/75 {
  border-color: rgb(250 204 21 / 0.75);
}

.border-yellow-400\/80 {
  border-color: rgb(250 204 21 / 0.8);
}

.border-yellow-400\/85 {
  border-color: rgb(250 204 21 / 0.85);
}

.border-yellow-400\/90 {
  border-color: rgb(250 204 21 / 0.9);
}

.border-yellow-400\/95 {
  border-color: rgb(250 204 21 / 0.95);
}

.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-yellow-50\/0 {
  border-color: rgb(254 252 232 / 0);
}

.border-yellow-50\/10 {
  border-color: rgb(254 252 232 / 0.1);
}

.border-yellow-50\/100 {
  border-color: rgb(254 252 232 / 1);
}

.border-yellow-50\/15 {
  border-color: rgb(254 252 232 / 0.15);
}

.border-yellow-50\/20 {
  border-color: rgb(254 252 232 / 0.2);
}

.border-yellow-50\/25 {
  border-color: rgb(254 252 232 / 0.25);
}

.border-yellow-50\/30 {
  border-color: rgb(254 252 232 / 0.3);
}

.border-yellow-50\/35 {
  border-color: rgb(254 252 232 / 0.35);
}

.border-yellow-50\/40 {
  border-color: rgb(254 252 232 / 0.4);
}

.border-yellow-50\/45 {
  border-color: rgb(254 252 232 / 0.45);
}

.border-yellow-50\/5 {
  border-color: rgb(254 252 232 / 0.05);
}

.border-yellow-50\/50 {
  border-color: rgb(254 252 232 / 0.5);
}

.border-yellow-50\/55 {
  border-color: rgb(254 252 232 / 0.55);
}

.border-yellow-50\/60 {
  border-color: rgb(254 252 232 / 0.6);
}

.border-yellow-50\/65 {
  border-color: rgb(254 252 232 / 0.65);
}

.border-yellow-50\/70 {
  border-color: rgb(254 252 232 / 0.7);
}

.border-yellow-50\/75 {
  border-color: rgb(254 252 232 / 0.75);
}

.border-yellow-50\/80 {
  border-color: rgb(254 252 232 / 0.8);
}

.border-yellow-50\/85 {
  border-color: rgb(254 252 232 / 0.85);
}

.border-yellow-50\/90 {
  border-color: rgb(254 252 232 / 0.9);
}

.border-yellow-50\/95 {
  border-color: rgb(254 252 232 / 0.95);
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-yellow-500\/0 {
  border-color: rgb(234 179 8 / 0);
}

.border-yellow-500\/10 {
  border-color: rgb(234 179 8 / 0.1);
}

.border-yellow-500\/100 {
  border-color: rgb(234 179 8 / 1);
}

.border-yellow-500\/15 {
  border-color: rgb(234 179 8 / 0.15);
}

.border-yellow-500\/20 {
  border-color: rgb(234 179 8 / 0.2);
}

.border-yellow-500\/25 {
  border-color: rgb(234 179 8 / 0.25);
}

.border-yellow-500\/30 {
  border-color: rgb(234 179 8 / 0.3);
}

.border-yellow-500\/35 {
  border-color: rgb(234 179 8 / 0.35);
}

.border-yellow-500\/40 {
  border-color: rgb(234 179 8 / 0.4);
}

.border-yellow-500\/45 {
  border-color: rgb(234 179 8 / 0.45);
}

.border-yellow-500\/5 {
  border-color: rgb(234 179 8 / 0.05);
}

.border-yellow-500\/50 {
  border-color: rgb(234 179 8 / 0.5);
}

.border-yellow-500\/55 {
  border-color: rgb(234 179 8 / 0.55);
}

.border-yellow-500\/60 {
  border-color: rgb(234 179 8 / 0.6);
}

.border-yellow-500\/65 {
  border-color: rgb(234 179 8 / 0.65);
}

.border-yellow-500\/70 {
  border-color: rgb(234 179 8 / 0.7);
}

.border-yellow-500\/75 {
  border-color: rgb(234 179 8 / 0.75);
}

.border-yellow-500\/80 {
  border-color: rgb(234 179 8 / 0.8);
}

.border-yellow-500\/85 {
  border-color: rgb(234 179 8 / 0.85);
}

.border-yellow-500\/90 {
  border-color: rgb(234 179 8 / 0.9);
}

.border-yellow-500\/95 {
  border-color: rgb(234 179 8 / 0.95);
}

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-yellow-600\/0 {
  border-color: rgb(202 138 4 / 0);
}

.border-yellow-600\/10 {
  border-color: rgb(202 138 4 / 0.1);
}

.border-yellow-600\/100 {
  border-color: rgb(202 138 4 / 1);
}

.border-yellow-600\/15 {
  border-color: rgb(202 138 4 / 0.15);
}

.border-yellow-600\/20 {
  border-color: rgb(202 138 4 / 0.2);
}

.border-yellow-600\/25 {
  border-color: rgb(202 138 4 / 0.25);
}

.border-yellow-600\/30 {
  border-color: rgb(202 138 4 / 0.3);
}

.border-yellow-600\/35 {
  border-color: rgb(202 138 4 / 0.35);
}

.border-yellow-600\/40 {
  border-color: rgb(202 138 4 / 0.4);
}

.border-yellow-600\/45 {
  border-color: rgb(202 138 4 / 0.45);
}

.border-yellow-600\/5 {
  border-color: rgb(202 138 4 / 0.05);
}

.border-yellow-600\/50 {
  border-color: rgb(202 138 4 / 0.5);
}

.border-yellow-600\/55 {
  border-color: rgb(202 138 4 / 0.55);
}

.border-yellow-600\/60 {
  border-color: rgb(202 138 4 / 0.6);
}

.border-yellow-600\/65 {
  border-color: rgb(202 138 4 / 0.65);
}

.border-yellow-600\/70 {
  border-color: rgb(202 138 4 / 0.7);
}

.border-yellow-600\/75 {
  border-color: rgb(202 138 4 / 0.75);
}

.border-yellow-600\/80 {
  border-color: rgb(202 138 4 / 0.8);
}

.border-yellow-600\/85 {
  border-color: rgb(202 138 4 / 0.85);
}

.border-yellow-600\/90 {
  border-color: rgb(202 138 4 / 0.9);
}

.border-yellow-600\/95 {
  border-color: rgb(202 138 4 / 0.95);
}

.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-yellow-700\/0 {
  border-color: rgb(161 98 7 / 0);
}

.border-yellow-700\/10 {
  border-color: rgb(161 98 7 / 0.1);
}

.border-yellow-700\/100 {
  border-color: rgb(161 98 7 / 1);
}

.border-yellow-700\/15 {
  border-color: rgb(161 98 7 / 0.15);
}

.border-yellow-700\/20 {
  border-color: rgb(161 98 7 / 0.2);
}

.border-yellow-700\/25 {
  border-color: rgb(161 98 7 / 0.25);
}

.border-yellow-700\/30 {
  border-color: rgb(161 98 7 / 0.3);
}

.border-yellow-700\/35 {
  border-color: rgb(161 98 7 / 0.35);
}

.border-yellow-700\/40 {
  border-color: rgb(161 98 7 / 0.4);
}

.border-yellow-700\/45 {
  border-color: rgb(161 98 7 / 0.45);
}

.border-yellow-700\/5 {
  border-color: rgb(161 98 7 / 0.05);
}

.border-yellow-700\/50 {
  border-color: rgb(161 98 7 / 0.5);
}

.border-yellow-700\/55 {
  border-color: rgb(161 98 7 / 0.55);
}

.border-yellow-700\/60 {
  border-color: rgb(161 98 7 / 0.6);
}

.border-yellow-700\/65 {
  border-color: rgb(161 98 7 / 0.65);
}

.border-yellow-700\/70 {
  border-color: rgb(161 98 7 / 0.7);
}

.border-yellow-700\/75 {
  border-color: rgb(161 98 7 / 0.75);
}

.border-yellow-700\/80 {
  border-color: rgb(161 98 7 / 0.8);
}

.border-yellow-700\/85 {
  border-color: rgb(161 98 7 / 0.85);
}

.border-yellow-700\/90 {
  border-color: rgb(161 98 7 / 0.9);
}

.border-yellow-700\/95 {
  border-color: rgb(161 98 7 / 0.95);
}

.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-yellow-800\/0 {
  border-color: rgb(133 77 14 / 0);
}

.border-yellow-800\/10 {
  border-color: rgb(133 77 14 / 0.1);
}

.border-yellow-800\/100 {
  border-color: rgb(133 77 14 / 1);
}

.border-yellow-800\/15 {
  border-color: rgb(133 77 14 / 0.15);
}

.border-yellow-800\/20 {
  border-color: rgb(133 77 14 / 0.2);
}

.border-yellow-800\/25 {
  border-color: rgb(133 77 14 / 0.25);
}

.border-yellow-800\/30 {
  border-color: rgb(133 77 14 / 0.3);
}

.border-yellow-800\/35 {
  border-color: rgb(133 77 14 / 0.35);
}

.border-yellow-800\/40 {
  border-color: rgb(133 77 14 / 0.4);
}

.border-yellow-800\/45 {
  border-color: rgb(133 77 14 / 0.45);
}

.border-yellow-800\/5 {
  border-color: rgb(133 77 14 / 0.05);
}

.border-yellow-800\/50 {
  border-color: rgb(133 77 14 / 0.5);
}

.border-yellow-800\/55 {
  border-color: rgb(133 77 14 / 0.55);
}

.border-yellow-800\/60 {
  border-color: rgb(133 77 14 / 0.6);
}

.border-yellow-800\/65 {
  border-color: rgb(133 77 14 / 0.65);
}

.border-yellow-800\/70 {
  border-color: rgb(133 77 14 / 0.7);
}

.border-yellow-800\/75 {
  border-color: rgb(133 77 14 / 0.75);
}

.border-yellow-800\/80 {
  border-color: rgb(133 77 14 / 0.8);
}

.border-yellow-800\/85 {
  border-color: rgb(133 77 14 / 0.85);
}

.border-yellow-800\/90 {
  border-color: rgb(133 77 14 / 0.9);
}

.border-yellow-800\/95 {
  border-color: rgb(133 77 14 / 0.95);
}

.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-yellow-900\/0 {
  border-color: rgb(113 63 18 / 0);
}

.border-yellow-900\/10 {
  border-color: rgb(113 63 18 / 0.1);
}

.border-yellow-900\/100 {
  border-color: rgb(113 63 18 / 1);
}

.border-yellow-900\/15 {
  border-color: rgb(113 63 18 / 0.15);
}

.border-yellow-900\/20 {
  border-color: rgb(113 63 18 / 0.2);
}

.border-yellow-900\/25 {
  border-color: rgb(113 63 18 / 0.25);
}

.border-yellow-900\/30 {
  border-color: rgb(113 63 18 / 0.3);
}

.border-yellow-900\/35 {
  border-color: rgb(113 63 18 / 0.35);
}

.border-yellow-900\/40 {
  border-color: rgb(113 63 18 / 0.4);
}

.border-yellow-900\/45 {
  border-color: rgb(113 63 18 / 0.45);
}

.border-yellow-900\/5 {
  border-color: rgb(113 63 18 / 0.05);
}

.border-yellow-900\/50 {
  border-color: rgb(113 63 18 / 0.5);
}

.border-yellow-900\/55 {
  border-color: rgb(113 63 18 / 0.55);
}

.border-yellow-900\/60 {
  border-color: rgb(113 63 18 / 0.6);
}

.border-yellow-900\/65 {
  border-color: rgb(113 63 18 / 0.65);
}

.border-yellow-900\/70 {
  border-color: rgb(113 63 18 / 0.7);
}

.border-yellow-900\/75 {
  border-color: rgb(113 63 18 / 0.75);
}

.border-yellow-900\/80 {
  border-color: rgb(113 63 18 / 0.8);
}

.border-yellow-900\/85 {
  border-color: rgb(113 63 18 / 0.85);
}

.border-yellow-900\/90 {
  border-color: rgb(113 63 18 / 0.9);
}

.border-yellow-900\/95 {
  border-color: rgb(113 63 18 / 0.95);
}

.border-yellow-950 {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.border-yellow-950\/0 {
  border-color: rgb(66 32 6 / 0);
}

.border-yellow-950\/10 {
  border-color: rgb(66 32 6 / 0.1);
}

.border-yellow-950\/100 {
  border-color: rgb(66 32 6 / 1);
}

.border-yellow-950\/15 {
  border-color: rgb(66 32 6 / 0.15);
}

.border-yellow-950\/20 {
  border-color: rgb(66 32 6 / 0.2);
}

.border-yellow-950\/25 {
  border-color: rgb(66 32 6 / 0.25);
}

.border-yellow-950\/30 {
  border-color: rgb(66 32 6 / 0.3);
}

.border-yellow-950\/35 {
  border-color: rgb(66 32 6 / 0.35);
}

.border-yellow-950\/40 {
  border-color: rgb(66 32 6 / 0.4);
}

.border-yellow-950\/45 {
  border-color: rgb(66 32 6 / 0.45);
}

.border-yellow-950\/5 {
  border-color: rgb(66 32 6 / 0.05);
}

.border-yellow-950\/50 {
  border-color: rgb(66 32 6 / 0.5);
}

.border-yellow-950\/55 {
  border-color: rgb(66 32 6 / 0.55);
}

.border-yellow-950\/60 {
  border-color: rgb(66 32 6 / 0.6);
}

.border-yellow-950\/65 {
  border-color: rgb(66 32 6 / 0.65);
}

.border-yellow-950\/70 {
  border-color: rgb(66 32 6 / 0.7);
}

.border-yellow-950\/75 {
  border-color: rgb(66 32 6 / 0.75);
}

.border-yellow-950\/80 {
  border-color: rgb(66 32 6 / 0.8);
}

.border-yellow-950\/85 {
  border-color: rgb(66 32 6 / 0.85);
}

.border-yellow-950\/90 {
  border-color: rgb(66 32 6 / 0.9);
}

.border-yellow-950\/95 {
  border-color: rgb(66 32 6 / 0.95);
}

.border-x-yellow-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-x-yellow-100\/0 {
  border-left-color: rgb(254 249 195 / 0);
  border-right-color: rgb(254 249 195 / 0);
}

.border-x-yellow-100\/10 {
  border-left-color: rgb(254 249 195 / 0.1);
  border-right-color: rgb(254 249 195 / 0.1);
}

.border-x-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1);
  border-right-color: rgb(254 249 195 / 1);
}

.border-x-yellow-100\/15 {
  border-left-color: rgb(254 249 195 / 0.15);
  border-right-color: rgb(254 249 195 / 0.15);
}

.border-x-yellow-100\/20 {
  border-left-color: rgb(254 249 195 / 0.2);
  border-right-color: rgb(254 249 195 / 0.2);
}

.border-x-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25);
  border-right-color: rgb(254 249 195 / 0.25);
}

.border-x-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3);
  border-right-color: rgb(254 249 195 / 0.3);
}

.border-x-yellow-100\/35 {
  border-left-color: rgb(254 249 195 / 0.35);
  border-right-color: rgb(254 249 195 / 0.35);
}

.border-x-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4);
  border-right-color: rgb(254 249 195 / 0.4);
}

.border-x-yellow-100\/45 {
  border-left-color: rgb(254 249 195 / 0.45);
  border-right-color: rgb(254 249 195 / 0.45);
}

.border-x-yellow-100\/5 {
  border-left-color: rgb(254 249 195 / 0.05);
  border-right-color: rgb(254 249 195 / 0.05);
}

.border-x-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5);
  border-right-color: rgb(254 249 195 / 0.5);
}

.border-x-yellow-100\/55 {
  border-left-color: rgb(254 249 195 / 0.55);
  border-right-color: rgb(254 249 195 / 0.55);
}

.border-x-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6);
  border-right-color: rgb(254 249 195 / 0.6);
}

.border-x-yellow-100\/65 {
  border-left-color: rgb(254 249 195 / 0.65);
  border-right-color: rgb(254 249 195 / 0.65);
}

.border-x-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7);
  border-right-color: rgb(254 249 195 / 0.7);
}

.border-x-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75);
  border-right-color: rgb(254 249 195 / 0.75);
}

.border-x-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8);
  border-right-color: rgb(254 249 195 / 0.8);
}

.border-x-yellow-100\/85 {
  border-left-color: rgb(254 249 195 / 0.85);
  border-right-color: rgb(254 249 195 / 0.85);
}

.border-x-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9);
  border-right-color: rgb(254 249 195 / 0.9);
}

.border-x-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95);
  border-right-color: rgb(254 249 195 / 0.95);
}

.border-x-yellow-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-x-yellow-200\/0 {
  border-left-color: rgb(254 240 138 / 0);
  border-right-color: rgb(254 240 138 / 0);
}

.border-x-yellow-200\/10 {
  border-left-color: rgb(254 240 138 / 0.1);
  border-right-color: rgb(254 240 138 / 0.1);
}

.border-x-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1);
  border-right-color: rgb(254 240 138 / 1);
}

.border-x-yellow-200\/15 {
  border-left-color: rgb(254 240 138 / 0.15);
  border-right-color: rgb(254 240 138 / 0.15);
}

.border-x-yellow-200\/20 {
  border-left-color: rgb(254 240 138 / 0.2);
  border-right-color: rgb(254 240 138 / 0.2);
}

.border-x-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25);
  border-right-color: rgb(254 240 138 / 0.25);
}

.border-x-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3);
  border-right-color: rgb(254 240 138 / 0.3);
}

.border-x-yellow-200\/35 {
  border-left-color: rgb(254 240 138 / 0.35);
  border-right-color: rgb(254 240 138 / 0.35);
}

.border-x-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4);
  border-right-color: rgb(254 240 138 / 0.4);
}

.border-x-yellow-200\/45 {
  border-left-color: rgb(254 240 138 / 0.45);
  border-right-color: rgb(254 240 138 / 0.45);
}

.border-x-yellow-200\/5 {
  border-left-color: rgb(254 240 138 / 0.05);
  border-right-color: rgb(254 240 138 / 0.05);
}

.border-x-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5);
  border-right-color: rgb(254 240 138 / 0.5);
}

.border-x-yellow-200\/55 {
  border-left-color: rgb(254 240 138 / 0.55);
  border-right-color: rgb(254 240 138 / 0.55);
}

.border-x-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6);
  border-right-color: rgb(254 240 138 / 0.6);
}

.border-x-yellow-200\/65 {
  border-left-color: rgb(254 240 138 / 0.65);
  border-right-color: rgb(254 240 138 / 0.65);
}

.border-x-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7);
  border-right-color: rgb(254 240 138 / 0.7);
}

.border-x-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75);
  border-right-color: rgb(254 240 138 / 0.75);
}

.border-x-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8);
  border-right-color: rgb(254 240 138 / 0.8);
}

.border-x-yellow-200\/85 {
  border-left-color: rgb(254 240 138 / 0.85);
  border-right-color: rgb(254 240 138 / 0.85);
}

.border-x-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9);
  border-right-color: rgb(254 240 138 / 0.9);
}

.border-x-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95);
  border-right-color: rgb(254 240 138 / 0.95);
}

.border-x-yellow-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-x-yellow-300\/0 {
  border-left-color: rgb(253 224 71 / 0);
  border-right-color: rgb(253 224 71 / 0);
}

.border-x-yellow-300\/10 {
  border-left-color: rgb(253 224 71 / 0.1);
  border-right-color: rgb(253 224 71 / 0.1);
}

.border-x-yellow-300\/100 {
  border-left-color: rgb(253 224 71 / 1);
  border-right-color: rgb(253 224 71 / 1);
}

.border-x-yellow-300\/15 {
  border-left-color: rgb(253 224 71 / 0.15);
  border-right-color: rgb(253 224 71 / 0.15);
}

.border-x-yellow-300\/20 {
  border-left-color: rgb(253 224 71 / 0.2);
  border-right-color: rgb(253 224 71 / 0.2);
}

.border-x-yellow-300\/25 {
  border-left-color: rgb(253 224 71 / 0.25);
  border-right-color: rgb(253 224 71 / 0.25);
}

.border-x-yellow-300\/30 {
  border-left-color: rgb(253 224 71 / 0.3);
  border-right-color: rgb(253 224 71 / 0.3);
}

.border-x-yellow-300\/35 {
  border-left-color: rgb(253 224 71 / 0.35);
  border-right-color: rgb(253 224 71 / 0.35);
}

.border-x-yellow-300\/40 {
  border-left-color: rgb(253 224 71 / 0.4);
  border-right-color: rgb(253 224 71 / 0.4);
}

.border-x-yellow-300\/45 {
  border-left-color: rgb(253 224 71 / 0.45);
  border-right-color: rgb(253 224 71 / 0.45);
}

.border-x-yellow-300\/5 {
  border-left-color: rgb(253 224 71 / 0.05);
  border-right-color: rgb(253 224 71 / 0.05);
}

.border-x-yellow-300\/50 {
  border-left-color: rgb(253 224 71 / 0.5);
  border-right-color: rgb(253 224 71 / 0.5);
}

.border-x-yellow-300\/55 {
  border-left-color: rgb(253 224 71 / 0.55);
  border-right-color: rgb(253 224 71 / 0.55);
}

.border-x-yellow-300\/60 {
  border-left-color: rgb(253 224 71 / 0.6);
  border-right-color: rgb(253 224 71 / 0.6);
}

.border-x-yellow-300\/65 {
  border-left-color: rgb(253 224 71 / 0.65);
  border-right-color: rgb(253 224 71 / 0.65);
}

.border-x-yellow-300\/70 {
  border-left-color: rgb(253 224 71 / 0.7);
  border-right-color: rgb(253 224 71 / 0.7);
}

.border-x-yellow-300\/75 {
  border-left-color: rgb(253 224 71 / 0.75);
  border-right-color: rgb(253 224 71 / 0.75);
}

.border-x-yellow-300\/80 {
  border-left-color: rgb(253 224 71 / 0.8);
  border-right-color: rgb(253 224 71 / 0.8);
}

.border-x-yellow-300\/85 {
  border-left-color: rgb(253 224 71 / 0.85);
  border-right-color: rgb(253 224 71 / 0.85);
}

.border-x-yellow-300\/90 {
  border-left-color: rgb(253 224 71 / 0.9);
  border-right-color: rgb(253 224 71 / 0.9);
}

.border-x-yellow-300\/95 {
  border-left-color: rgb(253 224 71 / 0.95);
  border-right-color: rgb(253 224 71 / 0.95);
}

.border-x-yellow-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-x-yellow-400\/0 {
  border-left-color: rgb(250 204 21 / 0);
  border-right-color: rgb(250 204 21 / 0);
}

.border-x-yellow-400\/10 {
  border-left-color: rgb(250 204 21 / 0.1);
  border-right-color: rgb(250 204 21 / 0.1);
}

.border-x-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1);
  border-right-color: rgb(250 204 21 / 1);
}

.border-x-yellow-400\/15 {
  border-left-color: rgb(250 204 21 / 0.15);
  border-right-color: rgb(250 204 21 / 0.15);
}

.border-x-yellow-400\/20 {
  border-left-color: rgb(250 204 21 / 0.2);
  border-right-color: rgb(250 204 21 / 0.2);
}

.border-x-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25);
  border-right-color: rgb(250 204 21 / 0.25);
}

.border-x-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3);
  border-right-color: rgb(250 204 21 / 0.3);
}

.border-x-yellow-400\/35 {
  border-left-color: rgb(250 204 21 / 0.35);
  border-right-color: rgb(250 204 21 / 0.35);
}

.border-x-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4);
  border-right-color: rgb(250 204 21 / 0.4);
}

.border-x-yellow-400\/45 {
  border-left-color: rgb(250 204 21 / 0.45);
  border-right-color: rgb(250 204 21 / 0.45);
}

.border-x-yellow-400\/5 {
  border-left-color: rgb(250 204 21 / 0.05);
  border-right-color: rgb(250 204 21 / 0.05);
}

.border-x-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5);
  border-right-color: rgb(250 204 21 / 0.5);
}

.border-x-yellow-400\/55 {
  border-left-color: rgb(250 204 21 / 0.55);
  border-right-color: rgb(250 204 21 / 0.55);
}

.border-x-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6);
  border-right-color: rgb(250 204 21 / 0.6);
}

.border-x-yellow-400\/65 {
  border-left-color: rgb(250 204 21 / 0.65);
  border-right-color: rgb(250 204 21 / 0.65);
}

.border-x-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7);
  border-right-color: rgb(250 204 21 / 0.7);
}

.border-x-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75);
  border-right-color: rgb(250 204 21 / 0.75);
}

.border-x-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8);
  border-right-color: rgb(250 204 21 / 0.8);
}

.border-x-yellow-400\/85 {
  border-left-color: rgb(250 204 21 / 0.85);
  border-right-color: rgb(250 204 21 / 0.85);
}

.border-x-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9);
  border-right-color: rgb(250 204 21 / 0.9);
}

.border-x-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95);
  border-right-color: rgb(250 204 21 / 0.95);
}

.border-x-yellow-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-x-yellow-50\/0 {
  border-left-color: rgb(254 252 232 / 0);
  border-right-color: rgb(254 252 232 / 0);
}

.border-x-yellow-50\/10 {
  border-left-color: rgb(254 252 232 / 0.1);
  border-right-color: rgb(254 252 232 / 0.1);
}

.border-x-yellow-50\/100 {
  border-left-color: rgb(254 252 232 / 1);
  border-right-color: rgb(254 252 232 / 1);
}

.border-x-yellow-50\/15 {
  border-left-color: rgb(254 252 232 / 0.15);
  border-right-color: rgb(254 252 232 / 0.15);
}

.border-x-yellow-50\/20 {
  border-left-color: rgb(254 252 232 / 0.2);
  border-right-color: rgb(254 252 232 / 0.2);
}

.border-x-yellow-50\/25 {
  border-left-color: rgb(254 252 232 / 0.25);
  border-right-color: rgb(254 252 232 / 0.25);
}

.border-x-yellow-50\/30 {
  border-left-color: rgb(254 252 232 / 0.3);
  border-right-color: rgb(254 252 232 / 0.3);
}

.border-x-yellow-50\/35 {
  border-left-color: rgb(254 252 232 / 0.35);
  border-right-color: rgb(254 252 232 / 0.35);
}

.border-x-yellow-50\/40 {
  border-left-color: rgb(254 252 232 / 0.4);
  border-right-color: rgb(254 252 232 / 0.4);
}

.border-x-yellow-50\/45 {
  border-left-color: rgb(254 252 232 / 0.45);
  border-right-color: rgb(254 252 232 / 0.45);
}

.border-x-yellow-50\/5 {
  border-left-color: rgb(254 252 232 / 0.05);
  border-right-color: rgb(254 252 232 / 0.05);
}

.border-x-yellow-50\/50 {
  border-left-color: rgb(254 252 232 / 0.5);
  border-right-color: rgb(254 252 232 / 0.5);
}

.border-x-yellow-50\/55 {
  border-left-color: rgb(254 252 232 / 0.55);
  border-right-color: rgb(254 252 232 / 0.55);
}

.border-x-yellow-50\/60 {
  border-left-color: rgb(254 252 232 / 0.6);
  border-right-color: rgb(254 252 232 / 0.6);
}

.border-x-yellow-50\/65 {
  border-left-color: rgb(254 252 232 / 0.65);
  border-right-color: rgb(254 252 232 / 0.65);
}

.border-x-yellow-50\/70 {
  border-left-color: rgb(254 252 232 / 0.7);
  border-right-color: rgb(254 252 232 / 0.7);
}

.border-x-yellow-50\/75 {
  border-left-color: rgb(254 252 232 / 0.75);
  border-right-color: rgb(254 252 232 / 0.75);
}

.border-x-yellow-50\/80 {
  border-left-color: rgb(254 252 232 / 0.8);
  border-right-color: rgb(254 252 232 / 0.8);
}

.border-x-yellow-50\/85 {
  border-left-color: rgb(254 252 232 / 0.85);
  border-right-color: rgb(254 252 232 / 0.85);
}

.border-x-yellow-50\/90 {
  border-left-color: rgb(254 252 232 / 0.9);
  border-right-color: rgb(254 252 232 / 0.9);
}

.border-x-yellow-50\/95 {
  border-left-color: rgb(254 252 232 / 0.95);
  border-right-color: rgb(254 252 232 / 0.95);
}

.border-x-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-x-yellow-500\/0 {
  border-left-color: rgb(234 179 8 / 0);
  border-right-color: rgb(234 179 8 / 0);
}

.border-x-yellow-500\/10 {
  border-left-color: rgb(234 179 8 / 0.1);
  border-right-color: rgb(234 179 8 / 0.1);
}

.border-x-yellow-500\/100 {
  border-left-color: rgb(234 179 8 / 1);
  border-right-color: rgb(234 179 8 / 1);
}

.border-x-yellow-500\/15 {
  border-left-color: rgb(234 179 8 / 0.15);
  border-right-color: rgb(234 179 8 / 0.15);
}

.border-x-yellow-500\/20 {
  border-left-color: rgb(234 179 8 / 0.2);
  border-right-color: rgb(234 179 8 / 0.2);
}

.border-x-yellow-500\/25 {
  border-left-color: rgb(234 179 8 / 0.25);
  border-right-color: rgb(234 179 8 / 0.25);
}

.border-x-yellow-500\/30 {
  border-left-color: rgb(234 179 8 / 0.3);
  border-right-color: rgb(234 179 8 / 0.3);
}

.border-x-yellow-500\/35 {
  border-left-color: rgb(234 179 8 / 0.35);
  border-right-color: rgb(234 179 8 / 0.35);
}

.border-x-yellow-500\/40 {
  border-left-color: rgb(234 179 8 / 0.4);
  border-right-color: rgb(234 179 8 / 0.4);
}

.border-x-yellow-500\/45 {
  border-left-color: rgb(234 179 8 / 0.45);
  border-right-color: rgb(234 179 8 / 0.45);
}

.border-x-yellow-500\/5 {
  border-left-color: rgb(234 179 8 / 0.05);
  border-right-color: rgb(234 179 8 / 0.05);
}

.border-x-yellow-500\/50 {
  border-left-color: rgb(234 179 8 / 0.5);
  border-right-color: rgb(234 179 8 / 0.5);
}

.border-x-yellow-500\/55 {
  border-left-color: rgb(234 179 8 / 0.55);
  border-right-color: rgb(234 179 8 / 0.55);
}

.border-x-yellow-500\/60 {
  border-left-color: rgb(234 179 8 / 0.6);
  border-right-color: rgb(234 179 8 / 0.6);
}

.border-x-yellow-500\/65 {
  border-left-color: rgb(234 179 8 / 0.65);
  border-right-color: rgb(234 179 8 / 0.65);
}

.border-x-yellow-500\/70 {
  border-left-color: rgb(234 179 8 / 0.7);
  border-right-color: rgb(234 179 8 / 0.7);
}

.border-x-yellow-500\/75 {
  border-left-color: rgb(234 179 8 / 0.75);
  border-right-color: rgb(234 179 8 / 0.75);
}

.border-x-yellow-500\/80 {
  border-left-color: rgb(234 179 8 / 0.8);
  border-right-color: rgb(234 179 8 / 0.8);
}

.border-x-yellow-500\/85 {
  border-left-color: rgb(234 179 8 / 0.85);
  border-right-color: rgb(234 179 8 / 0.85);
}

.border-x-yellow-500\/90 {
  border-left-color: rgb(234 179 8 / 0.9);
  border-right-color: rgb(234 179 8 / 0.9);
}

.border-x-yellow-500\/95 {
  border-left-color: rgb(234 179 8 / 0.95);
  border-right-color: rgb(234 179 8 / 0.95);
}

.border-x-yellow-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-x-yellow-600\/0 {
  border-left-color: rgb(202 138 4 / 0);
  border-right-color: rgb(202 138 4 / 0);
}

.border-x-yellow-600\/10 {
  border-left-color: rgb(202 138 4 / 0.1);
  border-right-color: rgb(202 138 4 / 0.1);
}

.border-x-yellow-600\/100 {
  border-left-color: rgb(202 138 4 / 1);
  border-right-color: rgb(202 138 4 / 1);
}

.border-x-yellow-600\/15 {
  border-left-color: rgb(202 138 4 / 0.15);
  border-right-color: rgb(202 138 4 / 0.15);
}

.border-x-yellow-600\/20 {
  border-left-color: rgb(202 138 4 / 0.2);
  border-right-color: rgb(202 138 4 / 0.2);
}

.border-x-yellow-600\/25 {
  border-left-color: rgb(202 138 4 / 0.25);
  border-right-color: rgb(202 138 4 / 0.25);
}

.border-x-yellow-600\/30 {
  border-left-color: rgb(202 138 4 / 0.3);
  border-right-color: rgb(202 138 4 / 0.3);
}

.border-x-yellow-600\/35 {
  border-left-color: rgb(202 138 4 / 0.35);
  border-right-color: rgb(202 138 4 / 0.35);
}

.border-x-yellow-600\/40 {
  border-left-color: rgb(202 138 4 / 0.4);
  border-right-color: rgb(202 138 4 / 0.4);
}

.border-x-yellow-600\/45 {
  border-left-color: rgb(202 138 4 / 0.45);
  border-right-color: rgb(202 138 4 / 0.45);
}

.border-x-yellow-600\/5 {
  border-left-color: rgb(202 138 4 / 0.05);
  border-right-color: rgb(202 138 4 / 0.05);
}

.border-x-yellow-600\/50 {
  border-left-color: rgb(202 138 4 / 0.5);
  border-right-color: rgb(202 138 4 / 0.5);
}

.border-x-yellow-600\/55 {
  border-left-color: rgb(202 138 4 / 0.55);
  border-right-color: rgb(202 138 4 / 0.55);
}

.border-x-yellow-600\/60 {
  border-left-color: rgb(202 138 4 / 0.6);
  border-right-color: rgb(202 138 4 / 0.6);
}

.border-x-yellow-600\/65 {
  border-left-color: rgb(202 138 4 / 0.65);
  border-right-color: rgb(202 138 4 / 0.65);
}

.border-x-yellow-600\/70 {
  border-left-color: rgb(202 138 4 / 0.7);
  border-right-color: rgb(202 138 4 / 0.7);
}

.border-x-yellow-600\/75 {
  border-left-color: rgb(202 138 4 / 0.75);
  border-right-color: rgb(202 138 4 / 0.75);
}

.border-x-yellow-600\/80 {
  border-left-color: rgb(202 138 4 / 0.8);
  border-right-color: rgb(202 138 4 / 0.8);
}

.border-x-yellow-600\/85 {
  border-left-color: rgb(202 138 4 / 0.85);
  border-right-color: rgb(202 138 4 / 0.85);
}

.border-x-yellow-600\/90 {
  border-left-color: rgb(202 138 4 / 0.9);
  border-right-color: rgb(202 138 4 / 0.9);
}

.border-x-yellow-600\/95 {
  border-left-color: rgb(202 138 4 / 0.95);
  border-right-color: rgb(202 138 4 / 0.95);
}

.border-x-yellow-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-x-yellow-700\/0 {
  border-left-color: rgb(161 98 7 / 0);
  border-right-color: rgb(161 98 7 / 0);
}

.border-x-yellow-700\/10 {
  border-left-color: rgb(161 98 7 / 0.1);
  border-right-color: rgb(161 98 7 / 0.1);
}

.border-x-yellow-700\/100 {
  border-left-color: rgb(161 98 7 / 1);
  border-right-color: rgb(161 98 7 / 1);
}

.border-x-yellow-700\/15 {
  border-left-color: rgb(161 98 7 / 0.15);
  border-right-color: rgb(161 98 7 / 0.15);
}

.border-x-yellow-700\/20 {
  border-left-color: rgb(161 98 7 / 0.2);
  border-right-color: rgb(161 98 7 / 0.2);
}

.border-x-yellow-700\/25 {
  border-left-color: rgb(161 98 7 / 0.25);
  border-right-color: rgb(161 98 7 / 0.25);
}

.border-x-yellow-700\/30 {
  border-left-color: rgb(161 98 7 / 0.3);
  border-right-color: rgb(161 98 7 / 0.3);
}

.border-x-yellow-700\/35 {
  border-left-color: rgb(161 98 7 / 0.35);
  border-right-color: rgb(161 98 7 / 0.35);
}

.border-x-yellow-700\/40 {
  border-left-color: rgb(161 98 7 / 0.4);
  border-right-color: rgb(161 98 7 / 0.4);
}

.border-x-yellow-700\/45 {
  border-left-color: rgb(161 98 7 / 0.45);
  border-right-color: rgb(161 98 7 / 0.45);
}

.border-x-yellow-700\/5 {
  border-left-color: rgb(161 98 7 / 0.05);
  border-right-color: rgb(161 98 7 / 0.05);
}

.border-x-yellow-700\/50 {
  border-left-color: rgb(161 98 7 / 0.5);
  border-right-color: rgb(161 98 7 / 0.5);
}

.border-x-yellow-700\/55 {
  border-left-color: rgb(161 98 7 / 0.55);
  border-right-color: rgb(161 98 7 / 0.55);
}

.border-x-yellow-700\/60 {
  border-left-color: rgb(161 98 7 / 0.6);
  border-right-color: rgb(161 98 7 / 0.6);
}

.border-x-yellow-700\/65 {
  border-left-color: rgb(161 98 7 / 0.65);
  border-right-color: rgb(161 98 7 / 0.65);
}

.border-x-yellow-700\/70 {
  border-left-color: rgb(161 98 7 / 0.7);
  border-right-color: rgb(161 98 7 / 0.7);
}

.border-x-yellow-700\/75 {
  border-left-color: rgb(161 98 7 / 0.75);
  border-right-color: rgb(161 98 7 / 0.75);
}

.border-x-yellow-700\/80 {
  border-left-color: rgb(161 98 7 / 0.8);
  border-right-color: rgb(161 98 7 / 0.8);
}

.border-x-yellow-700\/85 {
  border-left-color: rgb(161 98 7 / 0.85);
  border-right-color: rgb(161 98 7 / 0.85);
}

.border-x-yellow-700\/90 {
  border-left-color: rgb(161 98 7 / 0.9);
  border-right-color: rgb(161 98 7 / 0.9);
}

.border-x-yellow-700\/95 {
  border-left-color: rgb(161 98 7 / 0.95);
  border-right-color: rgb(161 98 7 / 0.95);
}

.border-x-yellow-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-x-yellow-800\/0 {
  border-left-color: rgb(133 77 14 / 0);
  border-right-color: rgb(133 77 14 / 0);
}

.border-x-yellow-800\/10 {
  border-left-color: rgb(133 77 14 / 0.1);
  border-right-color: rgb(133 77 14 / 0.1);
}

.border-x-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1);
  border-right-color: rgb(133 77 14 / 1);
}

.border-x-yellow-800\/15 {
  border-left-color: rgb(133 77 14 / 0.15);
  border-right-color: rgb(133 77 14 / 0.15);
}

.border-x-yellow-800\/20 {
  border-left-color: rgb(133 77 14 / 0.2);
  border-right-color: rgb(133 77 14 / 0.2);
}

.border-x-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25);
  border-right-color: rgb(133 77 14 / 0.25);
}

.border-x-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3);
  border-right-color: rgb(133 77 14 / 0.3);
}

.border-x-yellow-800\/35 {
  border-left-color: rgb(133 77 14 / 0.35);
  border-right-color: rgb(133 77 14 / 0.35);
}

.border-x-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4);
  border-right-color: rgb(133 77 14 / 0.4);
}

.border-x-yellow-800\/45 {
  border-left-color: rgb(133 77 14 / 0.45);
  border-right-color: rgb(133 77 14 / 0.45);
}

.border-x-yellow-800\/5 {
  border-left-color: rgb(133 77 14 / 0.05);
  border-right-color: rgb(133 77 14 / 0.05);
}

.border-x-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5);
  border-right-color: rgb(133 77 14 / 0.5);
}

.border-x-yellow-800\/55 {
  border-left-color: rgb(133 77 14 / 0.55);
  border-right-color: rgb(133 77 14 / 0.55);
}

.border-x-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6);
  border-right-color: rgb(133 77 14 / 0.6);
}

.border-x-yellow-800\/65 {
  border-left-color: rgb(133 77 14 / 0.65);
  border-right-color: rgb(133 77 14 / 0.65);
}

.border-x-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7);
  border-right-color: rgb(133 77 14 / 0.7);
}

.border-x-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75);
  border-right-color: rgb(133 77 14 / 0.75);
}

.border-x-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8);
  border-right-color: rgb(133 77 14 / 0.8);
}

.border-x-yellow-800\/85 {
  border-left-color: rgb(133 77 14 / 0.85);
  border-right-color: rgb(133 77 14 / 0.85);
}

.border-x-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9);
  border-right-color: rgb(133 77 14 / 0.9);
}

.border-x-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95);
  border-right-color: rgb(133 77 14 / 0.95);
}

.border-x-yellow-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-x-yellow-900\/0 {
  border-left-color: rgb(113 63 18 / 0);
  border-right-color: rgb(113 63 18 / 0);
}

.border-x-yellow-900\/10 {
  border-left-color: rgb(113 63 18 / 0.1);
  border-right-color: rgb(113 63 18 / 0.1);
}

.border-x-yellow-900\/100 {
  border-left-color: rgb(113 63 18 / 1);
  border-right-color: rgb(113 63 18 / 1);
}

.border-x-yellow-900\/15 {
  border-left-color: rgb(113 63 18 / 0.15);
  border-right-color: rgb(113 63 18 / 0.15);
}

.border-x-yellow-900\/20 {
  border-left-color: rgb(113 63 18 / 0.2);
  border-right-color: rgb(113 63 18 / 0.2);
}

.border-x-yellow-900\/25 {
  border-left-color: rgb(113 63 18 / 0.25);
  border-right-color: rgb(113 63 18 / 0.25);
}

.border-x-yellow-900\/30 {
  border-left-color: rgb(113 63 18 / 0.3);
  border-right-color: rgb(113 63 18 / 0.3);
}

.border-x-yellow-900\/35 {
  border-left-color: rgb(113 63 18 / 0.35);
  border-right-color: rgb(113 63 18 / 0.35);
}

.border-x-yellow-900\/40 {
  border-left-color: rgb(113 63 18 / 0.4);
  border-right-color: rgb(113 63 18 / 0.4);
}

.border-x-yellow-900\/45 {
  border-left-color: rgb(113 63 18 / 0.45);
  border-right-color: rgb(113 63 18 / 0.45);
}

.border-x-yellow-900\/5 {
  border-left-color: rgb(113 63 18 / 0.05);
  border-right-color: rgb(113 63 18 / 0.05);
}

.border-x-yellow-900\/50 {
  border-left-color: rgb(113 63 18 / 0.5);
  border-right-color: rgb(113 63 18 / 0.5);
}

.border-x-yellow-900\/55 {
  border-left-color: rgb(113 63 18 / 0.55);
  border-right-color: rgb(113 63 18 / 0.55);
}

.border-x-yellow-900\/60 {
  border-left-color: rgb(113 63 18 / 0.6);
  border-right-color: rgb(113 63 18 / 0.6);
}

.border-x-yellow-900\/65 {
  border-left-color: rgb(113 63 18 / 0.65);
  border-right-color: rgb(113 63 18 / 0.65);
}

.border-x-yellow-900\/70 {
  border-left-color: rgb(113 63 18 / 0.7);
  border-right-color: rgb(113 63 18 / 0.7);
}

.border-x-yellow-900\/75 {
  border-left-color: rgb(113 63 18 / 0.75);
  border-right-color: rgb(113 63 18 / 0.75);
}

.border-x-yellow-900\/80 {
  border-left-color: rgb(113 63 18 / 0.8);
  border-right-color: rgb(113 63 18 / 0.8);
}

.border-x-yellow-900\/85 {
  border-left-color: rgb(113 63 18 / 0.85);
  border-right-color: rgb(113 63 18 / 0.85);
}

.border-x-yellow-900\/90 {
  border-left-color: rgb(113 63 18 / 0.9);
  border-right-color: rgb(113 63 18 / 0.9);
}

.border-x-yellow-900\/95 {
  border-left-color: rgb(113 63 18 / 0.95);
  border-right-color: rgb(113 63 18 / 0.95);
}

.border-x-yellow-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.border-x-yellow-950\/0 {
  border-left-color: rgb(66 32 6 / 0);
  border-right-color: rgb(66 32 6 / 0);
}

.border-x-yellow-950\/10 {
  border-left-color: rgb(66 32 6 / 0.1);
  border-right-color: rgb(66 32 6 / 0.1);
}

.border-x-yellow-950\/100 {
  border-left-color: rgb(66 32 6 / 1);
  border-right-color: rgb(66 32 6 / 1);
}

.border-x-yellow-950\/15 {
  border-left-color: rgb(66 32 6 / 0.15);
  border-right-color: rgb(66 32 6 / 0.15);
}

.border-x-yellow-950\/20 {
  border-left-color: rgb(66 32 6 / 0.2);
  border-right-color: rgb(66 32 6 / 0.2);
}

.border-x-yellow-950\/25 {
  border-left-color: rgb(66 32 6 / 0.25);
  border-right-color: rgb(66 32 6 / 0.25);
}

.border-x-yellow-950\/30 {
  border-left-color: rgb(66 32 6 / 0.3);
  border-right-color: rgb(66 32 6 / 0.3);
}

.border-x-yellow-950\/35 {
  border-left-color: rgb(66 32 6 / 0.35);
  border-right-color: rgb(66 32 6 / 0.35);
}

.border-x-yellow-950\/40 {
  border-left-color: rgb(66 32 6 / 0.4);
  border-right-color: rgb(66 32 6 / 0.4);
}

.border-x-yellow-950\/45 {
  border-left-color: rgb(66 32 6 / 0.45);
  border-right-color: rgb(66 32 6 / 0.45);
}

.border-x-yellow-950\/5 {
  border-left-color: rgb(66 32 6 / 0.05);
  border-right-color: rgb(66 32 6 / 0.05);
}

.border-x-yellow-950\/50 {
  border-left-color: rgb(66 32 6 / 0.5);
  border-right-color: rgb(66 32 6 / 0.5);
}

.border-x-yellow-950\/55 {
  border-left-color: rgb(66 32 6 / 0.55);
  border-right-color: rgb(66 32 6 / 0.55);
}

.border-x-yellow-950\/60 {
  border-left-color: rgb(66 32 6 / 0.6);
  border-right-color: rgb(66 32 6 / 0.6);
}

.border-x-yellow-950\/65 {
  border-left-color: rgb(66 32 6 / 0.65);
  border-right-color: rgb(66 32 6 / 0.65);
}

.border-x-yellow-950\/70 {
  border-left-color: rgb(66 32 6 / 0.7);
  border-right-color: rgb(66 32 6 / 0.7);
}

.border-x-yellow-950\/75 {
  border-left-color: rgb(66 32 6 / 0.75);
  border-right-color: rgb(66 32 6 / 0.75);
}

.border-x-yellow-950\/80 {
  border-left-color: rgb(66 32 6 / 0.8);
  border-right-color: rgb(66 32 6 / 0.8);
}

.border-x-yellow-950\/85 {
  border-left-color: rgb(66 32 6 / 0.85);
  border-right-color: rgb(66 32 6 / 0.85);
}

.border-x-yellow-950\/90 {
  border-left-color: rgb(66 32 6 / 0.9);
  border-right-color: rgb(66 32 6 / 0.9);
}

.border-x-yellow-950\/95 {
  border-left-color: rgb(66 32 6 / 0.95);
  border-right-color: rgb(66 32 6 / 0.95);
}

.border-y-yellow-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-y-yellow-100\/0 {
  border-top-color: rgb(254 249 195 / 0);
  border-bottom-color: rgb(254 249 195 / 0);
}

.border-y-yellow-100\/10 {
  border-top-color: rgb(254 249 195 / 0.1);
  border-bottom-color: rgb(254 249 195 / 0.1);
}

.border-y-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1);
  border-bottom-color: rgb(254 249 195 / 1);
}

.border-y-yellow-100\/15 {
  border-top-color: rgb(254 249 195 / 0.15);
  border-bottom-color: rgb(254 249 195 / 0.15);
}

.border-y-yellow-100\/20 {
  border-top-color: rgb(254 249 195 / 0.2);
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.border-y-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25);
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.border-y-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3);
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.border-y-yellow-100\/35 {
  border-top-color: rgb(254 249 195 / 0.35);
  border-bottom-color: rgb(254 249 195 / 0.35);
}

.border-y-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4);
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.border-y-yellow-100\/45 {
  border-top-color: rgb(254 249 195 / 0.45);
  border-bottom-color: rgb(254 249 195 / 0.45);
}

.border-y-yellow-100\/5 {
  border-top-color: rgb(254 249 195 / 0.05);
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.border-y-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5);
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.border-y-yellow-100\/55 {
  border-top-color: rgb(254 249 195 / 0.55);
  border-bottom-color: rgb(254 249 195 / 0.55);
}

.border-y-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6);
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.border-y-yellow-100\/65 {
  border-top-color: rgb(254 249 195 / 0.65);
  border-bottom-color: rgb(254 249 195 / 0.65);
}

.border-y-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7);
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.border-y-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75);
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.border-y-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8);
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.border-y-yellow-100\/85 {
  border-top-color: rgb(254 249 195 / 0.85);
  border-bottom-color: rgb(254 249 195 / 0.85);
}

.border-y-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9);
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.border-y-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95);
  border-bottom-color: rgb(254 249 195 / 0.95);
}

.border-y-yellow-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-y-yellow-200\/0 {
  border-top-color: rgb(254 240 138 / 0);
  border-bottom-color: rgb(254 240 138 / 0);
}

.border-y-yellow-200\/10 {
  border-top-color: rgb(254 240 138 / 0.1);
  border-bottom-color: rgb(254 240 138 / 0.1);
}

.border-y-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1);
  border-bottom-color: rgb(254 240 138 / 1);
}

.border-y-yellow-200\/15 {
  border-top-color: rgb(254 240 138 / 0.15);
  border-bottom-color: rgb(254 240 138 / 0.15);
}

.border-y-yellow-200\/20 {
  border-top-color: rgb(254 240 138 / 0.2);
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.border-y-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25);
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.border-y-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3);
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.border-y-yellow-200\/35 {
  border-top-color: rgb(254 240 138 / 0.35);
  border-bottom-color: rgb(254 240 138 / 0.35);
}

.border-y-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4);
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.border-y-yellow-200\/45 {
  border-top-color: rgb(254 240 138 / 0.45);
  border-bottom-color: rgb(254 240 138 / 0.45);
}

.border-y-yellow-200\/5 {
  border-top-color: rgb(254 240 138 / 0.05);
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.border-y-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5);
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.border-y-yellow-200\/55 {
  border-top-color: rgb(254 240 138 / 0.55);
  border-bottom-color: rgb(254 240 138 / 0.55);
}

.border-y-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6);
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.border-y-yellow-200\/65 {
  border-top-color: rgb(254 240 138 / 0.65);
  border-bottom-color: rgb(254 240 138 / 0.65);
}

.border-y-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7);
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.border-y-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75);
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.border-y-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8);
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.border-y-yellow-200\/85 {
  border-top-color: rgb(254 240 138 / 0.85);
  border-bottom-color: rgb(254 240 138 / 0.85);
}

.border-y-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9);
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.border-y-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95);
  border-bottom-color: rgb(254 240 138 / 0.95);
}

.border-y-yellow-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-y-yellow-300\/0 {
  border-top-color: rgb(253 224 71 / 0);
  border-bottom-color: rgb(253 224 71 / 0);
}

.border-y-yellow-300\/10 {
  border-top-color: rgb(253 224 71 / 0.1);
  border-bottom-color: rgb(253 224 71 / 0.1);
}

.border-y-yellow-300\/100 {
  border-top-color: rgb(253 224 71 / 1);
  border-bottom-color: rgb(253 224 71 / 1);
}

.border-y-yellow-300\/15 {
  border-top-color: rgb(253 224 71 / 0.15);
  border-bottom-color: rgb(253 224 71 / 0.15);
}

.border-y-yellow-300\/20 {
  border-top-color: rgb(253 224 71 / 0.2);
  border-bottom-color: rgb(253 224 71 / 0.2);
}

.border-y-yellow-300\/25 {
  border-top-color: rgb(253 224 71 / 0.25);
  border-bottom-color: rgb(253 224 71 / 0.25);
}

.border-y-yellow-300\/30 {
  border-top-color: rgb(253 224 71 / 0.3);
  border-bottom-color: rgb(253 224 71 / 0.3);
}

.border-y-yellow-300\/35 {
  border-top-color: rgb(253 224 71 / 0.35);
  border-bottom-color: rgb(253 224 71 / 0.35);
}

.border-y-yellow-300\/40 {
  border-top-color: rgb(253 224 71 / 0.4);
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.border-y-yellow-300\/45 {
  border-top-color: rgb(253 224 71 / 0.45);
  border-bottom-color: rgb(253 224 71 / 0.45);
}

.border-y-yellow-300\/5 {
  border-top-color: rgb(253 224 71 / 0.05);
  border-bottom-color: rgb(253 224 71 / 0.05);
}

.border-y-yellow-300\/50 {
  border-top-color: rgb(253 224 71 / 0.5);
  border-bottom-color: rgb(253 224 71 / 0.5);
}

.border-y-yellow-300\/55 {
  border-top-color: rgb(253 224 71 / 0.55);
  border-bottom-color: rgb(253 224 71 / 0.55);
}

.border-y-yellow-300\/60 {
  border-top-color: rgb(253 224 71 / 0.6);
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.border-y-yellow-300\/65 {
  border-top-color: rgb(253 224 71 / 0.65);
  border-bottom-color: rgb(253 224 71 / 0.65);
}

.border-y-yellow-300\/70 {
  border-top-color: rgb(253 224 71 / 0.7);
  border-bottom-color: rgb(253 224 71 / 0.7);
}

.border-y-yellow-300\/75 {
  border-top-color: rgb(253 224 71 / 0.75);
  border-bottom-color: rgb(253 224 71 / 0.75);
}

.border-y-yellow-300\/80 {
  border-top-color: rgb(253 224 71 / 0.8);
  border-bottom-color: rgb(253 224 71 / 0.8);
}

.border-y-yellow-300\/85 {
  border-top-color: rgb(253 224 71 / 0.85);
  border-bottom-color: rgb(253 224 71 / 0.85);
}

.border-y-yellow-300\/90 {
  border-top-color: rgb(253 224 71 / 0.9);
  border-bottom-color: rgb(253 224 71 / 0.9);
}

.border-y-yellow-300\/95 {
  border-top-color: rgb(253 224 71 / 0.95);
  border-bottom-color: rgb(253 224 71 / 0.95);
}

.border-y-yellow-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-y-yellow-400\/0 {
  border-top-color: rgb(250 204 21 / 0);
  border-bottom-color: rgb(250 204 21 / 0);
}

.border-y-yellow-400\/10 {
  border-top-color: rgb(250 204 21 / 0.1);
  border-bottom-color: rgb(250 204 21 / 0.1);
}

.border-y-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1);
  border-bottom-color: rgb(250 204 21 / 1);
}

.border-y-yellow-400\/15 {
  border-top-color: rgb(250 204 21 / 0.15);
  border-bottom-color: rgb(250 204 21 / 0.15);
}

.border-y-yellow-400\/20 {
  border-top-color: rgb(250 204 21 / 0.2);
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.border-y-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25);
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.border-y-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3);
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.border-y-yellow-400\/35 {
  border-top-color: rgb(250 204 21 / 0.35);
  border-bottom-color: rgb(250 204 21 / 0.35);
}

.border-y-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4);
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.border-y-yellow-400\/45 {
  border-top-color: rgb(250 204 21 / 0.45);
  border-bottom-color: rgb(250 204 21 / 0.45);
}

.border-y-yellow-400\/5 {
  border-top-color: rgb(250 204 21 / 0.05);
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.border-y-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5);
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.border-y-yellow-400\/55 {
  border-top-color: rgb(250 204 21 / 0.55);
  border-bottom-color: rgb(250 204 21 / 0.55);
}

.border-y-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6);
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.border-y-yellow-400\/65 {
  border-top-color: rgb(250 204 21 / 0.65);
  border-bottom-color: rgb(250 204 21 / 0.65);
}

.border-y-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7);
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.border-y-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75);
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.border-y-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8);
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.border-y-yellow-400\/85 {
  border-top-color: rgb(250 204 21 / 0.85);
  border-bottom-color: rgb(250 204 21 / 0.85);
}

.border-y-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9);
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.border-y-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95);
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.border-y-yellow-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-y-yellow-50\/0 {
  border-top-color: rgb(254 252 232 / 0);
  border-bottom-color: rgb(254 252 232 / 0);
}

.border-y-yellow-50\/10 {
  border-top-color: rgb(254 252 232 / 0.1);
  border-bottom-color: rgb(254 252 232 / 0.1);
}

.border-y-yellow-50\/100 {
  border-top-color: rgb(254 252 232 / 1);
  border-bottom-color: rgb(254 252 232 / 1);
}

.border-y-yellow-50\/15 {
  border-top-color: rgb(254 252 232 / 0.15);
  border-bottom-color: rgb(254 252 232 / 0.15);
}

.border-y-yellow-50\/20 {
  border-top-color: rgb(254 252 232 / 0.2);
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.border-y-yellow-50\/25 {
  border-top-color: rgb(254 252 232 / 0.25);
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.border-y-yellow-50\/30 {
  border-top-color: rgb(254 252 232 / 0.3);
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.border-y-yellow-50\/35 {
  border-top-color: rgb(254 252 232 / 0.35);
  border-bottom-color: rgb(254 252 232 / 0.35);
}

.border-y-yellow-50\/40 {
  border-top-color: rgb(254 252 232 / 0.4);
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.border-y-yellow-50\/45 {
  border-top-color: rgb(254 252 232 / 0.45);
  border-bottom-color: rgb(254 252 232 / 0.45);
}

.border-y-yellow-50\/5 {
  border-top-color: rgb(254 252 232 / 0.05);
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.border-y-yellow-50\/50 {
  border-top-color: rgb(254 252 232 / 0.5);
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.border-y-yellow-50\/55 {
  border-top-color: rgb(254 252 232 / 0.55);
  border-bottom-color: rgb(254 252 232 / 0.55);
}

.border-y-yellow-50\/60 {
  border-top-color: rgb(254 252 232 / 0.6);
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.border-y-yellow-50\/65 {
  border-top-color: rgb(254 252 232 / 0.65);
  border-bottom-color: rgb(254 252 232 / 0.65);
}

.border-y-yellow-50\/70 {
  border-top-color: rgb(254 252 232 / 0.7);
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.border-y-yellow-50\/75 {
  border-top-color: rgb(254 252 232 / 0.75);
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.border-y-yellow-50\/80 {
  border-top-color: rgb(254 252 232 / 0.8);
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.border-y-yellow-50\/85 {
  border-top-color: rgb(254 252 232 / 0.85);
  border-bottom-color: rgb(254 252 232 / 0.85);
}

.border-y-yellow-50\/90 {
  border-top-color: rgb(254 252 232 / 0.9);
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.border-y-yellow-50\/95 {
  border-top-color: rgb(254 252 232 / 0.95);
  border-bottom-color: rgb(254 252 232 / 0.95);
}

.border-y-yellow-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-y-yellow-500\/0 {
  border-top-color: rgb(234 179 8 / 0);
  border-bottom-color: rgb(234 179 8 / 0);
}

.border-y-yellow-500\/10 {
  border-top-color: rgb(234 179 8 / 0.1);
  border-bottom-color: rgb(234 179 8 / 0.1);
}

.border-y-yellow-500\/100 {
  border-top-color: rgb(234 179 8 / 1);
  border-bottom-color: rgb(234 179 8 / 1);
}

.border-y-yellow-500\/15 {
  border-top-color: rgb(234 179 8 / 0.15);
  border-bottom-color: rgb(234 179 8 / 0.15);
}

.border-y-yellow-500\/20 {
  border-top-color: rgb(234 179 8 / 0.2);
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.border-y-yellow-500\/25 {
  border-top-color: rgb(234 179 8 / 0.25);
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.border-y-yellow-500\/30 {
  border-top-color: rgb(234 179 8 / 0.3);
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.border-y-yellow-500\/35 {
  border-top-color: rgb(234 179 8 / 0.35);
  border-bottom-color: rgb(234 179 8 / 0.35);
}

.border-y-yellow-500\/40 {
  border-top-color: rgb(234 179 8 / 0.4);
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.border-y-yellow-500\/45 {
  border-top-color: rgb(234 179 8 / 0.45);
  border-bottom-color: rgb(234 179 8 / 0.45);
}

.border-y-yellow-500\/5 {
  border-top-color: rgb(234 179 8 / 0.05);
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.border-y-yellow-500\/50 {
  border-top-color: rgb(234 179 8 / 0.5);
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.border-y-yellow-500\/55 {
  border-top-color: rgb(234 179 8 / 0.55);
  border-bottom-color: rgb(234 179 8 / 0.55);
}

.border-y-yellow-500\/60 {
  border-top-color: rgb(234 179 8 / 0.6);
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.border-y-yellow-500\/65 {
  border-top-color: rgb(234 179 8 / 0.65);
  border-bottom-color: rgb(234 179 8 / 0.65);
}

.border-y-yellow-500\/70 {
  border-top-color: rgb(234 179 8 / 0.7);
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.border-y-yellow-500\/75 {
  border-top-color: rgb(234 179 8 / 0.75);
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.border-y-yellow-500\/80 {
  border-top-color: rgb(234 179 8 / 0.8);
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.border-y-yellow-500\/85 {
  border-top-color: rgb(234 179 8 / 0.85);
  border-bottom-color: rgb(234 179 8 / 0.85);
}

.border-y-yellow-500\/90 {
  border-top-color: rgb(234 179 8 / 0.9);
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.border-y-yellow-500\/95 {
  border-top-color: rgb(234 179 8 / 0.95);
  border-bottom-color: rgb(234 179 8 / 0.95);
}

.border-y-yellow-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-y-yellow-600\/0 {
  border-top-color: rgb(202 138 4 / 0);
  border-bottom-color: rgb(202 138 4 / 0);
}

.border-y-yellow-600\/10 {
  border-top-color: rgb(202 138 4 / 0.1);
  border-bottom-color: rgb(202 138 4 / 0.1);
}

.border-y-yellow-600\/100 {
  border-top-color: rgb(202 138 4 / 1);
  border-bottom-color: rgb(202 138 4 / 1);
}

.border-y-yellow-600\/15 {
  border-top-color: rgb(202 138 4 / 0.15);
  border-bottom-color: rgb(202 138 4 / 0.15);
}

.border-y-yellow-600\/20 {
  border-top-color: rgb(202 138 4 / 0.2);
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.border-y-yellow-600\/25 {
  border-top-color: rgb(202 138 4 / 0.25);
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.border-y-yellow-600\/30 {
  border-top-color: rgb(202 138 4 / 0.3);
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.border-y-yellow-600\/35 {
  border-top-color: rgb(202 138 4 / 0.35);
  border-bottom-color: rgb(202 138 4 / 0.35);
}

.border-y-yellow-600\/40 {
  border-top-color: rgb(202 138 4 / 0.4);
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.border-y-yellow-600\/45 {
  border-top-color: rgb(202 138 4 / 0.45);
  border-bottom-color: rgb(202 138 4 / 0.45);
}

.border-y-yellow-600\/5 {
  border-top-color: rgb(202 138 4 / 0.05);
  border-bottom-color: rgb(202 138 4 / 0.05);
}

.border-y-yellow-600\/50 {
  border-top-color: rgb(202 138 4 / 0.5);
  border-bottom-color: rgb(202 138 4 / 0.5);
}

.border-y-yellow-600\/55 {
  border-top-color: rgb(202 138 4 / 0.55);
  border-bottom-color: rgb(202 138 4 / 0.55);
}

.border-y-yellow-600\/60 {
  border-top-color: rgb(202 138 4 / 0.6);
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.border-y-yellow-600\/65 {
  border-top-color: rgb(202 138 4 / 0.65);
  border-bottom-color: rgb(202 138 4 / 0.65);
}

.border-y-yellow-600\/70 {
  border-top-color: rgb(202 138 4 / 0.7);
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.border-y-yellow-600\/75 {
  border-top-color: rgb(202 138 4 / 0.75);
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.border-y-yellow-600\/80 {
  border-top-color: rgb(202 138 4 / 0.8);
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.border-y-yellow-600\/85 {
  border-top-color: rgb(202 138 4 / 0.85);
  border-bottom-color: rgb(202 138 4 / 0.85);
}

.border-y-yellow-600\/90 {
  border-top-color: rgb(202 138 4 / 0.9);
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.border-y-yellow-600\/95 {
  border-top-color: rgb(202 138 4 / 0.95);
  border-bottom-color: rgb(202 138 4 / 0.95);
}

.border-y-yellow-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-y-yellow-700\/0 {
  border-top-color: rgb(161 98 7 / 0);
  border-bottom-color: rgb(161 98 7 / 0);
}

.border-y-yellow-700\/10 {
  border-top-color: rgb(161 98 7 / 0.1);
  border-bottom-color: rgb(161 98 7 / 0.1);
}

.border-y-yellow-700\/100 {
  border-top-color: rgb(161 98 7 / 1);
  border-bottom-color: rgb(161 98 7 / 1);
}

.border-y-yellow-700\/15 {
  border-top-color: rgb(161 98 7 / 0.15);
  border-bottom-color: rgb(161 98 7 / 0.15);
}

.border-y-yellow-700\/20 {
  border-top-color: rgb(161 98 7 / 0.2);
  border-bottom-color: rgb(161 98 7 / 0.2);
}

.border-y-yellow-700\/25 {
  border-top-color: rgb(161 98 7 / 0.25);
  border-bottom-color: rgb(161 98 7 / 0.25);
}

.border-y-yellow-700\/30 {
  border-top-color: rgb(161 98 7 / 0.3);
  border-bottom-color: rgb(161 98 7 / 0.3);
}

.border-y-yellow-700\/35 {
  border-top-color: rgb(161 98 7 / 0.35);
  border-bottom-color: rgb(161 98 7 / 0.35);
}

.border-y-yellow-700\/40 {
  border-top-color: rgb(161 98 7 / 0.4);
  border-bottom-color: rgb(161 98 7 / 0.4);
}

.border-y-yellow-700\/45 {
  border-top-color: rgb(161 98 7 / 0.45);
  border-bottom-color: rgb(161 98 7 / 0.45);
}

.border-y-yellow-700\/5 {
  border-top-color: rgb(161 98 7 / 0.05);
  border-bottom-color: rgb(161 98 7 / 0.05);
}

.border-y-yellow-700\/50 {
  border-top-color: rgb(161 98 7 / 0.5);
  border-bottom-color: rgb(161 98 7 / 0.5);
}

.border-y-yellow-700\/55 {
  border-top-color: rgb(161 98 7 / 0.55);
  border-bottom-color: rgb(161 98 7 / 0.55);
}

.border-y-yellow-700\/60 {
  border-top-color: rgb(161 98 7 / 0.6);
  border-bottom-color: rgb(161 98 7 / 0.6);
}

.border-y-yellow-700\/65 {
  border-top-color: rgb(161 98 7 / 0.65);
  border-bottom-color: rgb(161 98 7 / 0.65);
}

.border-y-yellow-700\/70 {
  border-top-color: rgb(161 98 7 / 0.7);
  border-bottom-color: rgb(161 98 7 / 0.7);
}

.border-y-yellow-700\/75 {
  border-top-color: rgb(161 98 7 / 0.75);
  border-bottom-color: rgb(161 98 7 / 0.75);
}

.border-y-yellow-700\/80 {
  border-top-color: rgb(161 98 7 / 0.8);
  border-bottom-color: rgb(161 98 7 / 0.8);
}

.border-y-yellow-700\/85 {
  border-top-color: rgb(161 98 7 / 0.85);
  border-bottom-color: rgb(161 98 7 / 0.85);
}

.border-y-yellow-700\/90 {
  border-top-color: rgb(161 98 7 / 0.9);
  border-bottom-color: rgb(161 98 7 / 0.9);
}

.border-y-yellow-700\/95 {
  border-top-color: rgb(161 98 7 / 0.95);
  border-bottom-color: rgb(161 98 7 / 0.95);
}

.border-y-yellow-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-y-yellow-800\/0 {
  border-top-color: rgb(133 77 14 / 0);
  border-bottom-color: rgb(133 77 14 / 0);
}

.border-y-yellow-800\/10 {
  border-top-color: rgb(133 77 14 / 0.1);
  border-bottom-color: rgb(133 77 14 / 0.1);
}

.border-y-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1);
  border-bottom-color: rgb(133 77 14 / 1);
}

.border-y-yellow-800\/15 {
  border-top-color: rgb(133 77 14 / 0.15);
  border-bottom-color: rgb(133 77 14 / 0.15);
}

.border-y-yellow-800\/20 {
  border-top-color: rgb(133 77 14 / 0.2);
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.border-y-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25);
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.border-y-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3);
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.border-y-yellow-800\/35 {
  border-top-color: rgb(133 77 14 / 0.35);
  border-bottom-color: rgb(133 77 14 / 0.35);
}

.border-y-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4);
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.border-y-yellow-800\/45 {
  border-top-color: rgb(133 77 14 / 0.45);
  border-bottom-color: rgb(133 77 14 / 0.45);
}

.border-y-yellow-800\/5 {
  border-top-color: rgb(133 77 14 / 0.05);
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.border-y-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5);
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.border-y-yellow-800\/55 {
  border-top-color: rgb(133 77 14 / 0.55);
  border-bottom-color: rgb(133 77 14 / 0.55);
}

.border-y-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6);
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.border-y-yellow-800\/65 {
  border-top-color: rgb(133 77 14 / 0.65);
  border-bottom-color: rgb(133 77 14 / 0.65);
}

.border-y-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7);
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.border-y-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75);
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.border-y-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8);
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.border-y-yellow-800\/85 {
  border-top-color: rgb(133 77 14 / 0.85);
  border-bottom-color: rgb(133 77 14 / 0.85);
}

.border-y-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9);
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.border-y-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95);
  border-bottom-color: rgb(133 77 14 / 0.95);
}

.border-y-yellow-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-y-yellow-900\/0 {
  border-top-color: rgb(113 63 18 / 0);
  border-bottom-color: rgb(113 63 18 / 0);
}

.border-y-yellow-900\/10 {
  border-top-color: rgb(113 63 18 / 0.1);
  border-bottom-color: rgb(113 63 18 / 0.1);
}

.border-y-yellow-900\/100 {
  border-top-color: rgb(113 63 18 / 1);
  border-bottom-color: rgb(113 63 18 / 1);
}

.border-y-yellow-900\/15 {
  border-top-color: rgb(113 63 18 / 0.15);
  border-bottom-color: rgb(113 63 18 / 0.15);
}

.border-y-yellow-900\/20 {
  border-top-color: rgb(113 63 18 / 0.2);
  border-bottom-color: rgb(113 63 18 / 0.2);
}

.border-y-yellow-900\/25 {
  border-top-color: rgb(113 63 18 / 0.25);
  border-bottom-color: rgb(113 63 18 / 0.25);
}

.border-y-yellow-900\/30 {
  border-top-color: rgb(113 63 18 / 0.3);
  border-bottom-color: rgb(113 63 18 / 0.3);
}

.border-y-yellow-900\/35 {
  border-top-color: rgb(113 63 18 / 0.35);
  border-bottom-color: rgb(113 63 18 / 0.35);
}

.border-y-yellow-900\/40 {
  border-top-color: rgb(113 63 18 / 0.4);
  border-bottom-color: rgb(113 63 18 / 0.4);
}

.border-y-yellow-900\/45 {
  border-top-color: rgb(113 63 18 / 0.45);
  border-bottom-color: rgb(113 63 18 / 0.45);
}

.border-y-yellow-900\/5 {
  border-top-color: rgb(113 63 18 / 0.05);
  border-bottom-color: rgb(113 63 18 / 0.05);
}

.border-y-yellow-900\/50 {
  border-top-color: rgb(113 63 18 / 0.5);
  border-bottom-color: rgb(113 63 18 / 0.5);
}

.border-y-yellow-900\/55 {
  border-top-color: rgb(113 63 18 / 0.55);
  border-bottom-color: rgb(113 63 18 / 0.55);
}

.border-y-yellow-900\/60 {
  border-top-color: rgb(113 63 18 / 0.6);
  border-bottom-color: rgb(113 63 18 / 0.6);
}

.border-y-yellow-900\/65 {
  border-top-color: rgb(113 63 18 / 0.65);
  border-bottom-color: rgb(113 63 18 / 0.65);
}

.border-y-yellow-900\/70 {
  border-top-color: rgb(113 63 18 / 0.7);
  border-bottom-color: rgb(113 63 18 / 0.7);
}

.border-y-yellow-900\/75 {
  border-top-color: rgb(113 63 18 / 0.75);
  border-bottom-color: rgb(113 63 18 / 0.75);
}

.border-y-yellow-900\/80 {
  border-top-color: rgb(113 63 18 / 0.8);
  border-bottom-color: rgb(113 63 18 / 0.8);
}

.border-y-yellow-900\/85 {
  border-top-color: rgb(113 63 18 / 0.85);
  border-bottom-color: rgb(113 63 18 / 0.85);
}

.border-y-yellow-900\/90 {
  border-top-color: rgb(113 63 18 / 0.9);
  border-bottom-color: rgb(113 63 18 / 0.9);
}

.border-y-yellow-900\/95 {
  border-top-color: rgb(113 63 18 / 0.95);
  border-bottom-color: rgb(113 63 18 / 0.95);
}

.border-y-yellow-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.border-y-yellow-950\/0 {
  border-top-color: rgb(66 32 6 / 0);
  border-bottom-color: rgb(66 32 6 / 0);
}

.border-y-yellow-950\/10 {
  border-top-color: rgb(66 32 6 / 0.1);
  border-bottom-color: rgb(66 32 6 / 0.1);
}

.border-y-yellow-950\/100 {
  border-top-color: rgb(66 32 6 / 1);
  border-bottom-color: rgb(66 32 6 / 1);
}

.border-y-yellow-950\/15 {
  border-top-color: rgb(66 32 6 / 0.15);
  border-bottom-color: rgb(66 32 6 / 0.15);
}

.border-y-yellow-950\/20 {
  border-top-color: rgb(66 32 6 / 0.2);
  border-bottom-color: rgb(66 32 6 / 0.2);
}

.border-y-yellow-950\/25 {
  border-top-color: rgb(66 32 6 / 0.25);
  border-bottom-color: rgb(66 32 6 / 0.25);
}

.border-y-yellow-950\/30 {
  border-top-color: rgb(66 32 6 / 0.3);
  border-bottom-color: rgb(66 32 6 / 0.3);
}

.border-y-yellow-950\/35 {
  border-top-color: rgb(66 32 6 / 0.35);
  border-bottom-color: rgb(66 32 6 / 0.35);
}

.border-y-yellow-950\/40 {
  border-top-color: rgb(66 32 6 / 0.4);
  border-bottom-color: rgb(66 32 6 / 0.4);
}

.border-y-yellow-950\/45 {
  border-top-color: rgb(66 32 6 / 0.45);
  border-bottom-color: rgb(66 32 6 / 0.45);
}

.border-y-yellow-950\/5 {
  border-top-color: rgb(66 32 6 / 0.05);
  border-bottom-color: rgb(66 32 6 / 0.05);
}

.border-y-yellow-950\/50 {
  border-top-color: rgb(66 32 6 / 0.5);
  border-bottom-color: rgb(66 32 6 / 0.5);
}

.border-y-yellow-950\/55 {
  border-top-color: rgb(66 32 6 / 0.55);
  border-bottom-color: rgb(66 32 6 / 0.55);
}

.border-y-yellow-950\/60 {
  border-top-color: rgb(66 32 6 / 0.6);
  border-bottom-color: rgb(66 32 6 / 0.6);
}

.border-y-yellow-950\/65 {
  border-top-color: rgb(66 32 6 / 0.65);
  border-bottom-color: rgb(66 32 6 / 0.65);
}

.border-y-yellow-950\/70 {
  border-top-color: rgb(66 32 6 / 0.7);
  border-bottom-color: rgb(66 32 6 / 0.7);
}

.border-y-yellow-950\/75 {
  border-top-color: rgb(66 32 6 / 0.75);
  border-bottom-color: rgb(66 32 6 / 0.75);
}

.border-y-yellow-950\/80 {
  border-top-color: rgb(66 32 6 / 0.8);
  border-bottom-color: rgb(66 32 6 / 0.8);
}

.border-y-yellow-950\/85 {
  border-top-color: rgb(66 32 6 / 0.85);
  border-bottom-color: rgb(66 32 6 / 0.85);
}

.border-y-yellow-950\/90 {
  border-top-color: rgb(66 32 6 / 0.9);
  border-bottom-color: rgb(66 32 6 / 0.9);
}

.border-y-yellow-950\/95 {
  border-top-color: rgb(66 32 6 / 0.95);
  border-bottom-color: rgb(66 32 6 / 0.95);
}

.border-b-yellow-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-b-yellow-100\/0 {
  border-bottom-color: rgb(254 249 195 / 0);
}

.border-b-yellow-100\/10 {
  border-bottom-color: rgb(254 249 195 / 0.1);
}

.border-b-yellow-100\/100 {
  border-bottom-color: rgb(254 249 195 / 1);
}

.border-b-yellow-100\/15 {
  border-bottom-color: rgb(254 249 195 / 0.15);
}

.border-b-yellow-100\/20 {
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.border-b-yellow-100\/25 {
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.border-b-yellow-100\/30 {
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.border-b-yellow-100\/35 {
  border-bottom-color: rgb(254 249 195 / 0.35);
}

.border-b-yellow-100\/40 {
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.border-b-yellow-100\/45 {
  border-bottom-color: rgb(254 249 195 / 0.45);
}

.border-b-yellow-100\/5 {
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.border-b-yellow-100\/50 {
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.border-b-yellow-100\/55 {
  border-bottom-color: rgb(254 249 195 / 0.55);
}

.border-b-yellow-100\/60 {
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.border-b-yellow-100\/65 {
  border-bottom-color: rgb(254 249 195 / 0.65);
}

.border-b-yellow-100\/70 {
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.border-b-yellow-100\/75 {
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.border-b-yellow-100\/80 {
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.border-b-yellow-100\/85 {
  border-bottom-color: rgb(254 249 195 / 0.85);
}

.border-b-yellow-100\/90 {
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.border-b-yellow-100\/95 {
  border-bottom-color: rgb(254 249 195 / 0.95);
}

.border-b-yellow-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-b-yellow-200\/0 {
  border-bottom-color: rgb(254 240 138 / 0);
}

.border-b-yellow-200\/10 {
  border-bottom-color: rgb(254 240 138 / 0.1);
}

.border-b-yellow-200\/100 {
  border-bottom-color: rgb(254 240 138 / 1);
}

.border-b-yellow-200\/15 {
  border-bottom-color: rgb(254 240 138 / 0.15);
}

.border-b-yellow-200\/20 {
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.border-b-yellow-200\/25 {
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.border-b-yellow-200\/30 {
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.border-b-yellow-200\/35 {
  border-bottom-color: rgb(254 240 138 / 0.35);
}

.border-b-yellow-200\/40 {
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.border-b-yellow-200\/45 {
  border-bottom-color: rgb(254 240 138 / 0.45);
}

.border-b-yellow-200\/5 {
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.border-b-yellow-200\/50 {
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.border-b-yellow-200\/55 {
  border-bottom-color: rgb(254 240 138 / 0.55);
}

.border-b-yellow-200\/60 {
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.border-b-yellow-200\/65 {
  border-bottom-color: rgb(254 240 138 / 0.65);
}

.border-b-yellow-200\/70 {
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.border-b-yellow-200\/75 {
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.border-b-yellow-200\/80 {
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.border-b-yellow-200\/85 {
  border-bottom-color: rgb(254 240 138 / 0.85);
}

.border-b-yellow-200\/90 {
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.border-b-yellow-200\/95 {
  border-bottom-color: rgb(254 240 138 / 0.95);
}

.border-b-yellow-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-b-yellow-300\/0 {
  border-bottom-color: rgb(253 224 71 / 0);
}

.border-b-yellow-300\/10 {
  border-bottom-color: rgb(253 224 71 / 0.1);
}

.border-b-yellow-300\/100 {
  border-bottom-color: rgb(253 224 71 / 1);
}

.border-b-yellow-300\/15 {
  border-bottom-color: rgb(253 224 71 / 0.15);
}

.border-b-yellow-300\/20 {
  border-bottom-color: rgb(253 224 71 / 0.2);
}

.border-b-yellow-300\/25 {
  border-bottom-color: rgb(253 224 71 / 0.25);
}

.border-b-yellow-300\/30 {
  border-bottom-color: rgb(253 224 71 / 0.3);
}

.border-b-yellow-300\/35 {
  border-bottom-color: rgb(253 224 71 / 0.35);
}

.border-b-yellow-300\/40 {
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.border-b-yellow-300\/45 {
  border-bottom-color: rgb(253 224 71 / 0.45);
}

.border-b-yellow-300\/5 {
  border-bottom-color: rgb(253 224 71 / 0.05);
}

.border-b-yellow-300\/50 {
  border-bottom-color: rgb(253 224 71 / 0.5);
}

.border-b-yellow-300\/55 {
  border-bottom-color: rgb(253 224 71 / 0.55);
}

.border-b-yellow-300\/60 {
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.border-b-yellow-300\/65 {
  border-bottom-color: rgb(253 224 71 / 0.65);
}

.border-b-yellow-300\/70 {
  border-bottom-color: rgb(253 224 71 / 0.7);
}

.border-b-yellow-300\/75 {
  border-bottom-color: rgb(253 224 71 / 0.75);
}

.border-b-yellow-300\/80 {
  border-bottom-color: rgb(253 224 71 / 0.8);
}

.border-b-yellow-300\/85 {
  border-bottom-color: rgb(253 224 71 / 0.85);
}

.border-b-yellow-300\/90 {
  border-bottom-color: rgb(253 224 71 / 0.9);
}

.border-b-yellow-300\/95 {
  border-bottom-color: rgb(253 224 71 / 0.95);
}

.border-b-yellow-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-b-yellow-400\/0 {
  border-bottom-color: rgb(250 204 21 / 0);
}

.border-b-yellow-400\/10 {
  border-bottom-color: rgb(250 204 21 / 0.1);
}

.border-b-yellow-400\/100 {
  border-bottom-color: rgb(250 204 21 / 1);
}

.border-b-yellow-400\/15 {
  border-bottom-color: rgb(250 204 21 / 0.15);
}

.border-b-yellow-400\/20 {
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.border-b-yellow-400\/25 {
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.border-b-yellow-400\/30 {
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.border-b-yellow-400\/35 {
  border-bottom-color: rgb(250 204 21 / 0.35);
}

.border-b-yellow-400\/40 {
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.border-b-yellow-400\/45 {
  border-bottom-color: rgb(250 204 21 / 0.45);
}

.border-b-yellow-400\/5 {
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.border-b-yellow-400\/50 {
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.border-b-yellow-400\/55 {
  border-bottom-color: rgb(250 204 21 / 0.55);
}

.border-b-yellow-400\/60 {
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.border-b-yellow-400\/65 {
  border-bottom-color: rgb(250 204 21 / 0.65);
}

.border-b-yellow-400\/70 {
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.border-b-yellow-400\/75 {
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.border-b-yellow-400\/80 {
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.border-b-yellow-400\/85 {
  border-bottom-color: rgb(250 204 21 / 0.85);
}

.border-b-yellow-400\/90 {
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.border-b-yellow-400\/95 {
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.border-b-yellow-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-b-yellow-50\/0 {
  border-bottom-color: rgb(254 252 232 / 0);
}

.border-b-yellow-50\/10 {
  border-bottom-color: rgb(254 252 232 / 0.1);
}

.border-b-yellow-50\/100 {
  border-bottom-color: rgb(254 252 232 / 1);
}

.border-b-yellow-50\/15 {
  border-bottom-color: rgb(254 252 232 / 0.15);
}

.border-b-yellow-50\/20 {
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.border-b-yellow-50\/25 {
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.border-b-yellow-50\/30 {
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.border-b-yellow-50\/35 {
  border-bottom-color: rgb(254 252 232 / 0.35);
}

.border-b-yellow-50\/40 {
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.border-b-yellow-50\/45 {
  border-bottom-color: rgb(254 252 232 / 0.45);
}

.border-b-yellow-50\/5 {
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.border-b-yellow-50\/50 {
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.border-b-yellow-50\/55 {
  border-bottom-color: rgb(254 252 232 / 0.55);
}

.border-b-yellow-50\/60 {
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.border-b-yellow-50\/65 {
  border-bottom-color: rgb(254 252 232 / 0.65);
}

.border-b-yellow-50\/70 {
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.border-b-yellow-50\/75 {
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.border-b-yellow-50\/80 {
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.border-b-yellow-50\/85 {
  border-bottom-color: rgb(254 252 232 / 0.85);
}

.border-b-yellow-50\/90 {
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.border-b-yellow-50\/95 {
  border-bottom-color: rgb(254 252 232 / 0.95);
}

.border-b-yellow-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-b-yellow-500\/0 {
  border-bottom-color: rgb(234 179 8 / 0);
}

.border-b-yellow-500\/10 {
  border-bottom-color: rgb(234 179 8 / 0.1);
}

.border-b-yellow-500\/100 {
  border-bottom-color: rgb(234 179 8 / 1);
}

.border-b-yellow-500\/15 {
  border-bottom-color: rgb(234 179 8 / 0.15);
}

.border-b-yellow-500\/20 {
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.border-b-yellow-500\/25 {
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.border-b-yellow-500\/30 {
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.border-b-yellow-500\/35 {
  border-bottom-color: rgb(234 179 8 / 0.35);
}

.border-b-yellow-500\/40 {
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.border-b-yellow-500\/45 {
  border-bottom-color: rgb(234 179 8 / 0.45);
}

.border-b-yellow-500\/5 {
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.border-b-yellow-500\/50 {
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.border-b-yellow-500\/55 {
  border-bottom-color: rgb(234 179 8 / 0.55);
}

.border-b-yellow-500\/60 {
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.border-b-yellow-500\/65 {
  border-bottom-color: rgb(234 179 8 / 0.65);
}

.border-b-yellow-500\/70 {
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.border-b-yellow-500\/75 {
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.border-b-yellow-500\/80 {
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.border-b-yellow-500\/85 {
  border-bottom-color: rgb(234 179 8 / 0.85);
}

.border-b-yellow-500\/90 {
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.border-b-yellow-500\/95 {
  border-bottom-color: rgb(234 179 8 / 0.95);
}

.border-b-yellow-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-b-yellow-600\/0 {
  border-bottom-color: rgb(202 138 4 / 0);
}

.border-b-yellow-600\/10 {
  border-bottom-color: rgb(202 138 4 / 0.1);
}

.border-b-yellow-600\/100 {
  border-bottom-color: rgb(202 138 4 / 1);
}

.border-b-yellow-600\/15 {
  border-bottom-color: rgb(202 138 4 / 0.15);
}

.border-b-yellow-600\/20 {
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.border-b-yellow-600\/25 {
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.border-b-yellow-600\/30 {
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.border-b-yellow-600\/35 {
  border-bottom-color: rgb(202 138 4 / 0.35);
}

.border-b-yellow-600\/40 {
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.border-b-yellow-600\/45 {
  border-bottom-color: rgb(202 138 4 / 0.45);
}

.border-b-yellow-600\/5 {
  border-bottom-color: rgb(202 138 4 / 0.05);
}

.border-b-yellow-600\/50 {
  border-bottom-color: rgb(202 138 4 / 0.5);
}

.border-b-yellow-600\/55 {
  border-bottom-color: rgb(202 138 4 / 0.55);
}

.border-b-yellow-600\/60 {
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.border-b-yellow-600\/65 {
  border-bottom-color: rgb(202 138 4 / 0.65);
}

.border-b-yellow-600\/70 {
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.border-b-yellow-600\/75 {
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.border-b-yellow-600\/80 {
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.border-b-yellow-600\/85 {
  border-bottom-color: rgb(202 138 4 / 0.85);
}

.border-b-yellow-600\/90 {
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.border-b-yellow-600\/95 {
  border-bottom-color: rgb(202 138 4 / 0.95);
}

.border-b-yellow-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-b-yellow-700\/0 {
  border-bottom-color: rgb(161 98 7 / 0);
}

.border-b-yellow-700\/10 {
  border-bottom-color: rgb(161 98 7 / 0.1);
}

.border-b-yellow-700\/100 {
  border-bottom-color: rgb(161 98 7 / 1);
}

.border-b-yellow-700\/15 {
  border-bottom-color: rgb(161 98 7 / 0.15);
}

.border-b-yellow-700\/20 {
  border-bottom-color: rgb(161 98 7 / 0.2);
}

.border-b-yellow-700\/25 {
  border-bottom-color: rgb(161 98 7 / 0.25);
}

.border-b-yellow-700\/30 {
  border-bottom-color: rgb(161 98 7 / 0.3);
}

.border-b-yellow-700\/35 {
  border-bottom-color: rgb(161 98 7 / 0.35);
}

.border-b-yellow-700\/40 {
  border-bottom-color: rgb(161 98 7 / 0.4);
}

.border-b-yellow-700\/45 {
  border-bottom-color: rgb(161 98 7 / 0.45);
}

.border-b-yellow-700\/5 {
  border-bottom-color: rgb(161 98 7 / 0.05);
}

.border-b-yellow-700\/50 {
  border-bottom-color: rgb(161 98 7 / 0.5);
}

.border-b-yellow-700\/55 {
  border-bottom-color: rgb(161 98 7 / 0.55);
}

.border-b-yellow-700\/60 {
  border-bottom-color: rgb(161 98 7 / 0.6);
}

.border-b-yellow-700\/65 {
  border-bottom-color: rgb(161 98 7 / 0.65);
}

.border-b-yellow-700\/70 {
  border-bottom-color: rgb(161 98 7 / 0.7);
}

.border-b-yellow-700\/75 {
  border-bottom-color: rgb(161 98 7 / 0.75);
}

.border-b-yellow-700\/80 {
  border-bottom-color: rgb(161 98 7 / 0.8);
}

.border-b-yellow-700\/85 {
  border-bottom-color: rgb(161 98 7 / 0.85);
}

.border-b-yellow-700\/90 {
  border-bottom-color: rgb(161 98 7 / 0.9);
}

.border-b-yellow-700\/95 {
  border-bottom-color: rgb(161 98 7 / 0.95);
}

.border-b-yellow-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-b-yellow-800\/0 {
  border-bottom-color: rgb(133 77 14 / 0);
}

.border-b-yellow-800\/10 {
  border-bottom-color: rgb(133 77 14 / 0.1);
}

.border-b-yellow-800\/100 {
  border-bottom-color: rgb(133 77 14 / 1);
}

.border-b-yellow-800\/15 {
  border-bottom-color: rgb(133 77 14 / 0.15);
}

.border-b-yellow-800\/20 {
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.border-b-yellow-800\/25 {
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.border-b-yellow-800\/30 {
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.border-b-yellow-800\/35 {
  border-bottom-color: rgb(133 77 14 / 0.35);
}

.border-b-yellow-800\/40 {
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.border-b-yellow-800\/45 {
  border-bottom-color: rgb(133 77 14 / 0.45);
}

.border-b-yellow-800\/5 {
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.border-b-yellow-800\/50 {
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.border-b-yellow-800\/55 {
  border-bottom-color: rgb(133 77 14 / 0.55);
}

.border-b-yellow-800\/60 {
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.border-b-yellow-800\/65 {
  border-bottom-color: rgb(133 77 14 / 0.65);
}

.border-b-yellow-800\/70 {
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.border-b-yellow-800\/75 {
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.border-b-yellow-800\/80 {
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.border-b-yellow-800\/85 {
  border-bottom-color: rgb(133 77 14 / 0.85);
}

.border-b-yellow-800\/90 {
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.border-b-yellow-800\/95 {
  border-bottom-color: rgb(133 77 14 / 0.95);
}

.border-b-yellow-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-b-yellow-900\/0 {
  border-bottom-color: rgb(113 63 18 / 0);
}

.border-b-yellow-900\/10 {
  border-bottom-color: rgb(113 63 18 / 0.1);
}

.border-b-yellow-900\/100 {
  border-bottom-color: rgb(113 63 18 / 1);
}

.border-b-yellow-900\/15 {
  border-bottom-color: rgb(113 63 18 / 0.15);
}

.border-b-yellow-900\/20 {
  border-bottom-color: rgb(113 63 18 / 0.2);
}

.border-b-yellow-900\/25 {
  border-bottom-color: rgb(113 63 18 / 0.25);
}

.border-b-yellow-900\/30 {
  border-bottom-color: rgb(113 63 18 / 0.3);
}

.border-b-yellow-900\/35 {
  border-bottom-color: rgb(113 63 18 / 0.35);
}

.border-b-yellow-900\/40 {
  border-bottom-color: rgb(113 63 18 / 0.4);
}

.border-b-yellow-900\/45 {
  border-bottom-color: rgb(113 63 18 / 0.45);
}

.border-b-yellow-900\/5 {
  border-bottom-color: rgb(113 63 18 / 0.05);
}

.border-b-yellow-900\/50 {
  border-bottom-color: rgb(113 63 18 / 0.5);
}

.border-b-yellow-900\/55 {
  border-bottom-color: rgb(113 63 18 / 0.55);
}

.border-b-yellow-900\/60 {
  border-bottom-color: rgb(113 63 18 / 0.6);
}

.border-b-yellow-900\/65 {
  border-bottom-color: rgb(113 63 18 / 0.65);
}

.border-b-yellow-900\/70 {
  border-bottom-color: rgb(113 63 18 / 0.7);
}

.border-b-yellow-900\/75 {
  border-bottom-color: rgb(113 63 18 / 0.75);
}

.border-b-yellow-900\/80 {
  border-bottom-color: rgb(113 63 18 / 0.8);
}

.border-b-yellow-900\/85 {
  border-bottom-color: rgb(113 63 18 / 0.85);
}

.border-b-yellow-900\/90 {
  border-bottom-color: rgb(113 63 18 / 0.9);
}

.border-b-yellow-900\/95 {
  border-bottom-color: rgb(113 63 18 / 0.95);
}

.border-b-yellow-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.border-b-yellow-950\/0 {
  border-bottom-color: rgb(66 32 6 / 0);
}

.border-b-yellow-950\/10 {
  border-bottom-color: rgb(66 32 6 / 0.1);
}

.border-b-yellow-950\/100 {
  border-bottom-color: rgb(66 32 6 / 1);
}

.border-b-yellow-950\/15 {
  border-bottom-color: rgb(66 32 6 / 0.15);
}

.border-b-yellow-950\/20 {
  border-bottom-color: rgb(66 32 6 / 0.2);
}

.border-b-yellow-950\/25 {
  border-bottom-color: rgb(66 32 6 / 0.25);
}

.border-b-yellow-950\/30 {
  border-bottom-color: rgb(66 32 6 / 0.3);
}

.border-b-yellow-950\/35 {
  border-bottom-color: rgb(66 32 6 / 0.35);
}

.border-b-yellow-950\/40 {
  border-bottom-color: rgb(66 32 6 / 0.4);
}

.border-b-yellow-950\/45 {
  border-bottom-color: rgb(66 32 6 / 0.45);
}

.border-b-yellow-950\/5 {
  border-bottom-color: rgb(66 32 6 / 0.05);
}

.border-b-yellow-950\/50 {
  border-bottom-color: rgb(66 32 6 / 0.5);
}

.border-b-yellow-950\/55 {
  border-bottom-color: rgb(66 32 6 / 0.55);
}

.border-b-yellow-950\/60 {
  border-bottom-color: rgb(66 32 6 / 0.6);
}

.border-b-yellow-950\/65 {
  border-bottom-color: rgb(66 32 6 / 0.65);
}

.border-b-yellow-950\/70 {
  border-bottom-color: rgb(66 32 6 / 0.7);
}

.border-b-yellow-950\/75 {
  border-bottom-color: rgb(66 32 6 / 0.75);
}

.border-b-yellow-950\/80 {
  border-bottom-color: rgb(66 32 6 / 0.8);
}

.border-b-yellow-950\/85 {
  border-bottom-color: rgb(66 32 6 / 0.85);
}

.border-b-yellow-950\/90 {
  border-bottom-color: rgb(66 32 6 / 0.9);
}

.border-b-yellow-950\/95 {
  border-bottom-color: rgb(66 32 6 / 0.95);
}

.border-e-yellow-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-e-yellow-100\/0 {
  border-inline-end-color: rgb(254 249 195 / 0);
}

.border-e-yellow-100\/10 {
  border-inline-end-color: rgb(254 249 195 / 0.1);
}

.border-e-yellow-100\/100 {
  border-inline-end-color: rgb(254 249 195 / 1);
}

.border-e-yellow-100\/15 {
  border-inline-end-color: rgb(254 249 195 / 0.15);
}

.border-e-yellow-100\/20 {
  border-inline-end-color: rgb(254 249 195 / 0.2);
}

.border-e-yellow-100\/25 {
  border-inline-end-color: rgb(254 249 195 / 0.25);
}

.border-e-yellow-100\/30 {
  border-inline-end-color: rgb(254 249 195 / 0.3);
}

.border-e-yellow-100\/35 {
  border-inline-end-color: rgb(254 249 195 / 0.35);
}

.border-e-yellow-100\/40 {
  border-inline-end-color: rgb(254 249 195 / 0.4);
}

.border-e-yellow-100\/45 {
  border-inline-end-color: rgb(254 249 195 / 0.45);
}

.border-e-yellow-100\/5 {
  border-inline-end-color: rgb(254 249 195 / 0.05);
}

.border-e-yellow-100\/50 {
  border-inline-end-color: rgb(254 249 195 / 0.5);
}

.border-e-yellow-100\/55 {
  border-inline-end-color: rgb(254 249 195 / 0.55);
}

.border-e-yellow-100\/60 {
  border-inline-end-color: rgb(254 249 195 / 0.6);
}

.border-e-yellow-100\/65 {
  border-inline-end-color: rgb(254 249 195 / 0.65);
}

.border-e-yellow-100\/70 {
  border-inline-end-color: rgb(254 249 195 / 0.7);
}

.border-e-yellow-100\/75 {
  border-inline-end-color: rgb(254 249 195 / 0.75);
}

.border-e-yellow-100\/80 {
  border-inline-end-color: rgb(254 249 195 / 0.8);
}

.border-e-yellow-100\/85 {
  border-inline-end-color: rgb(254 249 195 / 0.85);
}

.border-e-yellow-100\/90 {
  border-inline-end-color: rgb(254 249 195 / 0.9);
}

.border-e-yellow-100\/95 {
  border-inline-end-color: rgb(254 249 195 / 0.95);
}

.border-e-yellow-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-e-yellow-200\/0 {
  border-inline-end-color: rgb(254 240 138 / 0);
}

.border-e-yellow-200\/10 {
  border-inline-end-color: rgb(254 240 138 / 0.1);
}

.border-e-yellow-200\/100 {
  border-inline-end-color: rgb(254 240 138 / 1);
}

.border-e-yellow-200\/15 {
  border-inline-end-color: rgb(254 240 138 / 0.15);
}

.border-e-yellow-200\/20 {
  border-inline-end-color: rgb(254 240 138 / 0.2);
}

.border-e-yellow-200\/25 {
  border-inline-end-color: rgb(254 240 138 / 0.25);
}

.border-e-yellow-200\/30 {
  border-inline-end-color: rgb(254 240 138 / 0.3);
}

.border-e-yellow-200\/35 {
  border-inline-end-color: rgb(254 240 138 / 0.35);
}

.border-e-yellow-200\/40 {
  border-inline-end-color: rgb(254 240 138 / 0.4);
}

.border-e-yellow-200\/45 {
  border-inline-end-color: rgb(254 240 138 / 0.45);
}

.border-e-yellow-200\/5 {
  border-inline-end-color: rgb(254 240 138 / 0.05);
}

.border-e-yellow-200\/50 {
  border-inline-end-color: rgb(254 240 138 / 0.5);
}

.border-e-yellow-200\/55 {
  border-inline-end-color: rgb(254 240 138 / 0.55);
}

.border-e-yellow-200\/60 {
  border-inline-end-color: rgb(254 240 138 / 0.6);
}

.border-e-yellow-200\/65 {
  border-inline-end-color: rgb(254 240 138 / 0.65);
}

.border-e-yellow-200\/70 {
  border-inline-end-color: rgb(254 240 138 / 0.7);
}

.border-e-yellow-200\/75 {
  border-inline-end-color: rgb(254 240 138 / 0.75);
}

.border-e-yellow-200\/80 {
  border-inline-end-color: rgb(254 240 138 / 0.8);
}

.border-e-yellow-200\/85 {
  border-inline-end-color: rgb(254 240 138 / 0.85);
}

.border-e-yellow-200\/90 {
  border-inline-end-color: rgb(254 240 138 / 0.9);
}

.border-e-yellow-200\/95 {
  border-inline-end-color: rgb(254 240 138 / 0.95);
}

.border-e-yellow-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-e-yellow-300\/0 {
  border-inline-end-color: rgb(253 224 71 / 0);
}

.border-e-yellow-300\/10 {
  border-inline-end-color: rgb(253 224 71 / 0.1);
}

.border-e-yellow-300\/100 {
  border-inline-end-color: rgb(253 224 71 / 1);
}

.border-e-yellow-300\/15 {
  border-inline-end-color: rgb(253 224 71 / 0.15);
}

.border-e-yellow-300\/20 {
  border-inline-end-color: rgb(253 224 71 / 0.2);
}

.border-e-yellow-300\/25 {
  border-inline-end-color: rgb(253 224 71 / 0.25);
}

.border-e-yellow-300\/30 {
  border-inline-end-color: rgb(253 224 71 / 0.3);
}

.border-e-yellow-300\/35 {
  border-inline-end-color: rgb(253 224 71 / 0.35);
}

.border-e-yellow-300\/40 {
  border-inline-end-color: rgb(253 224 71 / 0.4);
}

.border-e-yellow-300\/45 {
  border-inline-end-color: rgb(253 224 71 / 0.45);
}

.border-e-yellow-300\/5 {
  border-inline-end-color: rgb(253 224 71 / 0.05);
}

.border-e-yellow-300\/50 {
  border-inline-end-color: rgb(253 224 71 / 0.5);
}

.border-e-yellow-300\/55 {
  border-inline-end-color: rgb(253 224 71 / 0.55);
}

.border-e-yellow-300\/60 {
  border-inline-end-color: rgb(253 224 71 / 0.6);
}

.border-e-yellow-300\/65 {
  border-inline-end-color: rgb(253 224 71 / 0.65);
}

.border-e-yellow-300\/70 {
  border-inline-end-color: rgb(253 224 71 / 0.7);
}

.border-e-yellow-300\/75 {
  border-inline-end-color: rgb(253 224 71 / 0.75);
}

.border-e-yellow-300\/80 {
  border-inline-end-color: rgb(253 224 71 / 0.8);
}

.border-e-yellow-300\/85 {
  border-inline-end-color: rgb(253 224 71 / 0.85);
}

.border-e-yellow-300\/90 {
  border-inline-end-color: rgb(253 224 71 / 0.9);
}

.border-e-yellow-300\/95 {
  border-inline-end-color: rgb(253 224 71 / 0.95);
}

.border-e-yellow-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-e-yellow-400\/0 {
  border-inline-end-color: rgb(250 204 21 / 0);
}

.border-e-yellow-400\/10 {
  border-inline-end-color: rgb(250 204 21 / 0.1);
}

.border-e-yellow-400\/100 {
  border-inline-end-color: rgb(250 204 21 / 1);
}

.border-e-yellow-400\/15 {
  border-inline-end-color: rgb(250 204 21 / 0.15);
}

.border-e-yellow-400\/20 {
  border-inline-end-color: rgb(250 204 21 / 0.2);
}

.border-e-yellow-400\/25 {
  border-inline-end-color: rgb(250 204 21 / 0.25);
}

.border-e-yellow-400\/30 {
  border-inline-end-color: rgb(250 204 21 / 0.3);
}

.border-e-yellow-400\/35 {
  border-inline-end-color: rgb(250 204 21 / 0.35);
}

.border-e-yellow-400\/40 {
  border-inline-end-color: rgb(250 204 21 / 0.4);
}

.border-e-yellow-400\/45 {
  border-inline-end-color: rgb(250 204 21 / 0.45);
}

.border-e-yellow-400\/5 {
  border-inline-end-color: rgb(250 204 21 / 0.05);
}

.border-e-yellow-400\/50 {
  border-inline-end-color: rgb(250 204 21 / 0.5);
}

.border-e-yellow-400\/55 {
  border-inline-end-color: rgb(250 204 21 / 0.55);
}

.border-e-yellow-400\/60 {
  border-inline-end-color: rgb(250 204 21 / 0.6);
}

.border-e-yellow-400\/65 {
  border-inline-end-color: rgb(250 204 21 / 0.65);
}

.border-e-yellow-400\/70 {
  border-inline-end-color: rgb(250 204 21 / 0.7);
}

.border-e-yellow-400\/75 {
  border-inline-end-color: rgb(250 204 21 / 0.75);
}

.border-e-yellow-400\/80 {
  border-inline-end-color: rgb(250 204 21 / 0.8);
}

.border-e-yellow-400\/85 {
  border-inline-end-color: rgb(250 204 21 / 0.85);
}

.border-e-yellow-400\/90 {
  border-inline-end-color: rgb(250 204 21 / 0.9);
}

.border-e-yellow-400\/95 {
  border-inline-end-color: rgb(250 204 21 / 0.95);
}

.border-e-yellow-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-e-yellow-50\/0 {
  border-inline-end-color: rgb(254 252 232 / 0);
}

.border-e-yellow-50\/10 {
  border-inline-end-color: rgb(254 252 232 / 0.1);
}

.border-e-yellow-50\/100 {
  border-inline-end-color: rgb(254 252 232 / 1);
}

.border-e-yellow-50\/15 {
  border-inline-end-color: rgb(254 252 232 / 0.15);
}

.border-e-yellow-50\/20 {
  border-inline-end-color: rgb(254 252 232 / 0.2);
}

.border-e-yellow-50\/25 {
  border-inline-end-color: rgb(254 252 232 / 0.25);
}

.border-e-yellow-50\/30 {
  border-inline-end-color: rgb(254 252 232 / 0.3);
}

.border-e-yellow-50\/35 {
  border-inline-end-color: rgb(254 252 232 / 0.35);
}

.border-e-yellow-50\/40 {
  border-inline-end-color: rgb(254 252 232 / 0.4);
}

.border-e-yellow-50\/45 {
  border-inline-end-color: rgb(254 252 232 / 0.45);
}

.border-e-yellow-50\/5 {
  border-inline-end-color: rgb(254 252 232 / 0.05);
}

.border-e-yellow-50\/50 {
  border-inline-end-color: rgb(254 252 232 / 0.5);
}

.border-e-yellow-50\/55 {
  border-inline-end-color: rgb(254 252 232 / 0.55);
}

.border-e-yellow-50\/60 {
  border-inline-end-color: rgb(254 252 232 / 0.6);
}

.border-e-yellow-50\/65 {
  border-inline-end-color: rgb(254 252 232 / 0.65);
}

.border-e-yellow-50\/70 {
  border-inline-end-color: rgb(254 252 232 / 0.7);
}

.border-e-yellow-50\/75 {
  border-inline-end-color: rgb(254 252 232 / 0.75);
}

.border-e-yellow-50\/80 {
  border-inline-end-color: rgb(254 252 232 / 0.8);
}

.border-e-yellow-50\/85 {
  border-inline-end-color: rgb(254 252 232 / 0.85);
}

.border-e-yellow-50\/90 {
  border-inline-end-color: rgb(254 252 232 / 0.9);
}

.border-e-yellow-50\/95 {
  border-inline-end-color: rgb(254 252 232 / 0.95);
}

.border-e-yellow-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-e-yellow-500\/0 {
  border-inline-end-color: rgb(234 179 8 / 0);
}

.border-e-yellow-500\/10 {
  border-inline-end-color: rgb(234 179 8 / 0.1);
}

.border-e-yellow-500\/100 {
  border-inline-end-color: rgb(234 179 8 / 1);
}

.border-e-yellow-500\/15 {
  border-inline-end-color: rgb(234 179 8 / 0.15);
}

.border-e-yellow-500\/20 {
  border-inline-end-color: rgb(234 179 8 / 0.2);
}

.border-e-yellow-500\/25 {
  border-inline-end-color: rgb(234 179 8 / 0.25);
}

.border-e-yellow-500\/30 {
  border-inline-end-color: rgb(234 179 8 / 0.3);
}

.border-e-yellow-500\/35 {
  border-inline-end-color: rgb(234 179 8 / 0.35);
}

.border-e-yellow-500\/40 {
  border-inline-end-color: rgb(234 179 8 / 0.4);
}

.border-e-yellow-500\/45 {
  border-inline-end-color: rgb(234 179 8 / 0.45);
}

.border-e-yellow-500\/5 {
  border-inline-end-color: rgb(234 179 8 / 0.05);
}

.border-e-yellow-500\/50 {
  border-inline-end-color: rgb(234 179 8 / 0.5);
}

.border-e-yellow-500\/55 {
  border-inline-end-color: rgb(234 179 8 / 0.55);
}

.border-e-yellow-500\/60 {
  border-inline-end-color: rgb(234 179 8 / 0.6);
}

.border-e-yellow-500\/65 {
  border-inline-end-color: rgb(234 179 8 / 0.65);
}

.border-e-yellow-500\/70 {
  border-inline-end-color: rgb(234 179 8 / 0.7);
}

.border-e-yellow-500\/75 {
  border-inline-end-color: rgb(234 179 8 / 0.75);
}

.border-e-yellow-500\/80 {
  border-inline-end-color: rgb(234 179 8 / 0.8);
}

.border-e-yellow-500\/85 {
  border-inline-end-color: rgb(234 179 8 / 0.85);
}

.border-e-yellow-500\/90 {
  border-inline-end-color: rgb(234 179 8 / 0.9);
}

.border-e-yellow-500\/95 {
  border-inline-end-color: rgb(234 179 8 / 0.95);
}

.border-e-yellow-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-e-yellow-600\/0 {
  border-inline-end-color: rgb(202 138 4 / 0);
}

.border-e-yellow-600\/10 {
  border-inline-end-color: rgb(202 138 4 / 0.1);
}

.border-e-yellow-600\/100 {
  border-inline-end-color: rgb(202 138 4 / 1);
}

.border-e-yellow-600\/15 {
  border-inline-end-color: rgb(202 138 4 / 0.15);
}

.border-e-yellow-600\/20 {
  border-inline-end-color: rgb(202 138 4 / 0.2);
}

.border-e-yellow-600\/25 {
  border-inline-end-color: rgb(202 138 4 / 0.25);
}

.border-e-yellow-600\/30 {
  border-inline-end-color: rgb(202 138 4 / 0.3);
}

.border-e-yellow-600\/35 {
  border-inline-end-color: rgb(202 138 4 / 0.35);
}

.border-e-yellow-600\/40 {
  border-inline-end-color: rgb(202 138 4 / 0.4);
}

.border-e-yellow-600\/45 {
  border-inline-end-color: rgb(202 138 4 / 0.45);
}

.border-e-yellow-600\/5 {
  border-inline-end-color: rgb(202 138 4 / 0.05);
}

.border-e-yellow-600\/50 {
  border-inline-end-color: rgb(202 138 4 / 0.5);
}

.border-e-yellow-600\/55 {
  border-inline-end-color: rgb(202 138 4 / 0.55);
}

.border-e-yellow-600\/60 {
  border-inline-end-color: rgb(202 138 4 / 0.6);
}

.border-e-yellow-600\/65 {
  border-inline-end-color: rgb(202 138 4 / 0.65);
}

.border-e-yellow-600\/70 {
  border-inline-end-color: rgb(202 138 4 / 0.7);
}

.border-e-yellow-600\/75 {
  border-inline-end-color: rgb(202 138 4 / 0.75);
}

.border-e-yellow-600\/80 {
  border-inline-end-color: rgb(202 138 4 / 0.8);
}

.border-e-yellow-600\/85 {
  border-inline-end-color: rgb(202 138 4 / 0.85);
}

.border-e-yellow-600\/90 {
  border-inline-end-color: rgb(202 138 4 / 0.9);
}

.border-e-yellow-600\/95 {
  border-inline-end-color: rgb(202 138 4 / 0.95);
}

.border-e-yellow-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-e-yellow-700\/0 {
  border-inline-end-color: rgb(161 98 7 / 0);
}

.border-e-yellow-700\/10 {
  border-inline-end-color: rgb(161 98 7 / 0.1);
}

.border-e-yellow-700\/100 {
  border-inline-end-color: rgb(161 98 7 / 1);
}

.border-e-yellow-700\/15 {
  border-inline-end-color: rgb(161 98 7 / 0.15);
}

.border-e-yellow-700\/20 {
  border-inline-end-color: rgb(161 98 7 / 0.2);
}

.border-e-yellow-700\/25 {
  border-inline-end-color: rgb(161 98 7 / 0.25);
}

.border-e-yellow-700\/30 {
  border-inline-end-color: rgb(161 98 7 / 0.3);
}

.border-e-yellow-700\/35 {
  border-inline-end-color: rgb(161 98 7 / 0.35);
}

.border-e-yellow-700\/40 {
  border-inline-end-color: rgb(161 98 7 / 0.4);
}

.border-e-yellow-700\/45 {
  border-inline-end-color: rgb(161 98 7 / 0.45);
}

.border-e-yellow-700\/5 {
  border-inline-end-color: rgb(161 98 7 / 0.05);
}

.border-e-yellow-700\/50 {
  border-inline-end-color: rgb(161 98 7 / 0.5);
}

.border-e-yellow-700\/55 {
  border-inline-end-color: rgb(161 98 7 / 0.55);
}

.border-e-yellow-700\/60 {
  border-inline-end-color: rgb(161 98 7 / 0.6);
}

.border-e-yellow-700\/65 {
  border-inline-end-color: rgb(161 98 7 / 0.65);
}

.border-e-yellow-700\/70 {
  border-inline-end-color: rgb(161 98 7 / 0.7);
}

.border-e-yellow-700\/75 {
  border-inline-end-color: rgb(161 98 7 / 0.75);
}

.border-e-yellow-700\/80 {
  border-inline-end-color: rgb(161 98 7 / 0.8);
}

.border-e-yellow-700\/85 {
  border-inline-end-color: rgb(161 98 7 / 0.85);
}

.border-e-yellow-700\/90 {
  border-inline-end-color: rgb(161 98 7 / 0.9);
}

.border-e-yellow-700\/95 {
  border-inline-end-color: rgb(161 98 7 / 0.95);
}

.border-e-yellow-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-e-yellow-800\/0 {
  border-inline-end-color: rgb(133 77 14 / 0);
}

.border-e-yellow-800\/10 {
  border-inline-end-color: rgb(133 77 14 / 0.1);
}

.border-e-yellow-800\/100 {
  border-inline-end-color: rgb(133 77 14 / 1);
}

.border-e-yellow-800\/15 {
  border-inline-end-color: rgb(133 77 14 / 0.15);
}

.border-e-yellow-800\/20 {
  border-inline-end-color: rgb(133 77 14 / 0.2);
}

.border-e-yellow-800\/25 {
  border-inline-end-color: rgb(133 77 14 / 0.25);
}

.border-e-yellow-800\/30 {
  border-inline-end-color: rgb(133 77 14 / 0.3);
}

.border-e-yellow-800\/35 {
  border-inline-end-color: rgb(133 77 14 / 0.35);
}

.border-e-yellow-800\/40 {
  border-inline-end-color: rgb(133 77 14 / 0.4);
}

.border-e-yellow-800\/45 {
  border-inline-end-color: rgb(133 77 14 / 0.45);
}

.border-e-yellow-800\/5 {
  border-inline-end-color: rgb(133 77 14 / 0.05);
}

.border-e-yellow-800\/50 {
  border-inline-end-color: rgb(133 77 14 / 0.5);
}

.border-e-yellow-800\/55 {
  border-inline-end-color: rgb(133 77 14 / 0.55);
}

.border-e-yellow-800\/60 {
  border-inline-end-color: rgb(133 77 14 / 0.6);
}

.border-e-yellow-800\/65 {
  border-inline-end-color: rgb(133 77 14 / 0.65);
}

.border-e-yellow-800\/70 {
  border-inline-end-color: rgb(133 77 14 / 0.7);
}

.border-e-yellow-800\/75 {
  border-inline-end-color: rgb(133 77 14 / 0.75);
}

.border-e-yellow-800\/80 {
  border-inline-end-color: rgb(133 77 14 / 0.8);
}

.border-e-yellow-800\/85 {
  border-inline-end-color: rgb(133 77 14 / 0.85);
}

.border-e-yellow-800\/90 {
  border-inline-end-color: rgb(133 77 14 / 0.9);
}

.border-e-yellow-800\/95 {
  border-inline-end-color: rgb(133 77 14 / 0.95);
}

.border-e-yellow-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-e-yellow-900\/0 {
  border-inline-end-color: rgb(113 63 18 / 0);
}

.border-e-yellow-900\/10 {
  border-inline-end-color: rgb(113 63 18 / 0.1);
}

.border-e-yellow-900\/100 {
  border-inline-end-color: rgb(113 63 18 / 1);
}

.border-e-yellow-900\/15 {
  border-inline-end-color: rgb(113 63 18 / 0.15);
}

.border-e-yellow-900\/20 {
  border-inline-end-color: rgb(113 63 18 / 0.2);
}

.border-e-yellow-900\/25 {
  border-inline-end-color: rgb(113 63 18 / 0.25);
}

.border-e-yellow-900\/30 {
  border-inline-end-color: rgb(113 63 18 / 0.3);
}

.border-e-yellow-900\/35 {
  border-inline-end-color: rgb(113 63 18 / 0.35);
}

.border-e-yellow-900\/40 {
  border-inline-end-color: rgb(113 63 18 / 0.4);
}

.border-e-yellow-900\/45 {
  border-inline-end-color: rgb(113 63 18 / 0.45);
}

.border-e-yellow-900\/5 {
  border-inline-end-color: rgb(113 63 18 / 0.05);
}

.border-e-yellow-900\/50 {
  border-inline-end-color: rgb(113 63 18 / 0.5);
}

.border-e-yellow-900\/55 {
  border-inline-end-color: rgb(113 63 18 / 0.55);
}

.border-e-yellow-900\/60 {
  border-inline-end-color: rgb(113 63 18 / 0.6);
}

.border-e-yellow-900\/65 {
  border-inline-end-color: rgb(113 63 18 / 0.65);
}

.border-e-yellow-900\/70 {
  border-inline-end-color: rgb(113 63 18 / 0.7);
}

.border-e-yellow-900\/75 {
  border-inline-end-color: rgb(113 63 18 / 0.75);
}

.border-e-yellow-900\/80 {
  border-inline-end-color: rgb(113 63 18 / 0.8);
}

.border-e-yellow-900\/85 {
  border-inline-end-color: rgb(113 63 18 / 0.85);
}

.border-e-yellow-900\/90 {
  border-inline-end-color: rgb(113 63 18 / 0.9);
}

.border-e-yellow-900\/95 {
  border-inline-end-color: rgb(113 63 18 / 0.95);
}

.border-e-yellow-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.border-e-yellow-950\/0 {
  border-inline-end-color: rgb(66 32 6 / 0);
}

.border-e-yellow-950\/10 {
  border-inline-end-color: rgb(66 32 6 / 0.1);
}

.border-e-yellow-950\/100 {
  border-inline-end-color: rgb(66 32 6 / 1);
}

.border-e-yellow-950\/15 {
  border-inline-end-color: rgb(66 32 6 / 0.15);
}

.border-e-yellow-950\/20 {
  border-inline-end-color: rgb(66 32 6 / 0.2);
}

.border-e-yellow-950\/25 {
  border-inline-end-color: rgb(66 32 6 / 0.25);
}

.border-e-yellow-950\/30 {
  border-inline-end-color: rgb(66 32 6 / 0.3);
}

.border-e-yellow-950\/35 {
  border-inline-end-color: rgb(66 32 6 / 0.35);
}

.border-e-yellow-950\/40 {
  border-inline-end-color: rgb(66 32 6 / 0.4);
}

.border-e-yellow-950\/45 {
  border-inline-end-color: rgb(66 32 6 / 0.45);
}

.border-e-yellow-950\/5 {
  border-inline-end-color: rgb(66 32 6 / 0.05);
}

.border-e-yellow-950\/50 {
  border-inline-end-color: rgb(66 32 6 / 0.5);
}

.border-e-yellow-950\/55 {
  border-inline-end-color: rgb(66 32 6 / 0.55);
}

.border-e-yellow-950\/60 {
  border-inline-end-color: rgb(66 32 6 / 0.6);
}

.border-e-yellow-950\/65 {
  border-inline-end-color: rgb(66 32 6 / 0.65);
}

.border-e-yellow-950\/70 {
  border-inline-end-color: rgb(66 32 6 / 0.7);
}

.border-e-yellow-950\/75 {
  border-inline-end-color: rgb(66 32 6 / 0.75);
}

.border-e-yellow-950\/80 {
  border-inline-end-color: rgb(66 32 6 / 0.8);
}

.border-e-yellow-950\/85 {
  border-inline-end-color: rgb(66 32 6 / 0.85);
}

.border-e-yellow-950\/90 {
  border-inline-end-color: rgb(66 32 6 / 0.9);
}

.border-e-yellow-950\/95 {
  border-inline-end-color: rgb(66 32 6 / 0.95);
}

.border-l-yellow-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-l-yellow-100\/0 {
  border-left-color: rgb(254 249 195 / 0);
}

.border-l-yellow-100\/10 {
  border-left-color: rgb(254 249 195 / 0.1);
}

.border-l-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1);
}

.border-l-yellow-100\/15 {
  border-left-color: rgb(254 249 195 / 0.15);
}

.border-l-yellow-100\/20 {
  border-left-color: rgb(254 249 195 / 0.2);
}

.border-l-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25);
}

.border-l-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3);
}

.border-l-yellow-100\/35 {
  border-left-color: rgb(254 249 195 / 0.35);
}

.border-l-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4);
}

.border-l-yellow-100\/45 {
  border-left-color: rgb(254 249 195 / 0.45);
}

.border-l-yellow-100\/5 {
  border-left-color: rgb(254 249 195 / 0.05);
}

.border-l-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5);
}

.border-l-yellow-100\/55 {
  border-left-color: rgb(254 249 195 / 0.55);
}

.border-l-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6);
}

.border-l-yellow-100\/65 {
  border-left-color: rgb(254 249 195 / 0.65);
}

.border-l-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7);
}

.border-l-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75);
}

.border-l-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8);
}

.border-l-yellow-100\/85 {
  border-left-color: rgb(254 249 195 / 0.85);
}

.border-l-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9);
}

.border-l-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95);
}

.border-l-yellow-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-l-yellow-200\/0 {
  border-left-color: rgb(254 240 138 / 0);
}

.border-l-yellow-200\/10 {
  border-left-color: rgb(254 240 138 / 0.1);
}

.border-l-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1);
}

.border-l-yellow-200\/15 {
  border-left-color: rgb(254 240 138 / 0.15);
}

.border-l-yellow-200\/20 {
  border-left-color: rgb(254 240 138 / 0.2);
}

.border-l-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25);
}

.border-l-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3);
}

.border-l-yellow-200\/35 {
  border-left-color: rgb(254 240 138 / 0.35);
}

.border-l-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4);
}

.border-l-yellow-200\/45 {
  border-left-color: rgb(254 240 138 / 0.45);
}

.border-l-yellow-200\/5 {
  border-left-color: rgb(254 240 138 / 0.05);
}

.border-l-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5);
}

.border-l-yellow-200\/55 {
  border-left-color: rgb(254 240 138 / 0.55);
}

.border-l-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6);
}

.border-l-yellow-200\/65 {
  border-left-color: rgb(254 240 138 / 0.65);
}

.border-l-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7);
}

.border-l-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75);
}

.border-l-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8);
}

.border-l-yellow-200\/85 {
  border-left-color: rgb(254 240 138 / 0.85);
}

.border-l-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9);
}

.border-l-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95);
}

.border-l-yellow-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-l-yellow-300\/0 {
  border-left-color: rgb(253 224 71 / 0);
}

.border-l-yellow-300\/10 {
  border-left-color: rgb(253 224 71 / 0.1);
}

.border-l-yellow-300\/100 {
  border-left-color: rgb(253 224 71 / 1);
}

.border-l-yellow-300\/15 {
  border-left-color: rgb(253 224 71 / 0.15);
}

.border-l-yellow-300\/20 {
  border-left-color: rgb(253 224 71 / 0.2);
}

.border-l-yellow-300\/25 {
  border-left-color: rgb(253 224 71 / 0.25);
}

.border-l-yellow-300\/30 {
  border-left-color: rgb(253 224 71 / 0.3);
}

.border-l-yellow-300\/35 {
  border-left-color: rgb(253 224 71 / 0.35);
}

.border-l-yellow-300\/40 {
  border-left-color: rgb(253 224 71 / 0.4);
}

.border-l-yellow-300\/45 {
  border-left-color: rgb(253 224 71 / 0.45);
}

.border-l-yellow-300\/5 {
  border-left-color: rgb(253 224 71 / 0.05);
}

.border-l-yellow-300\/50 {
  border-left-color: rgb(253 224 71 / 0.5);
}

.border-l-yellow-300\/55 {
  border-left-color: rgb(253 224 71 / 0.55);
}

.border-l-yellow-300\/60 {
  border-left-color: rgb(253 224 71 / 0.6);
}

.border-l-yellow-300\/65 {
  border-left-color: rgb(253 224 71 / 0.65);
}

.border-l-yellow-300\/70 {
  border-left-color: rgb(253 224 71 / 0.7);
}

.border-l-yellow-300\/75 {
  border-left-color: rgb(253 224 71 / 0.75);
}

.border-l-yellow-300\/80 {
  border-left-color: rgb(253 224 71 / 0.8);
}

.border-l-yellow-300\/85 {
  border-left-color: rgb(253 224 71 / 0.85);
}

.border-l-yellow-300\/90 {
  border-left-color: rgb(253 224 71 / 0.9);
}

.border-l-yellow-300\/95 {
  border-left-color: rgb(253 224 71 / 0.95);
}

.border-l-yellow-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-l-yellow-400\/0 {
  border-left-color: rgb(250 204 21 / 0);
}

.border-l-yellow-400\/10 {
  border-left-color: rgb(250 204 21 / 0.1);
}

.border-l-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1);
}

.border-l-yellow-400\/15 {
  border-left-color: rgb(250 204 21 / 0.15);
}

.border-l-yellow-400\/20 {
  border-left-color: rgb(250 204 21 / 0.2);
}

.border-l-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25);
}

.border-l-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3);
}

.border-l-yellow-400\/35 {
  border-left-color: rgb(250 204 21 / 0.35);
}

.border-l-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4);
}

.border-l-yellow-400\/45 {
  border-left-color: rgb(250 204 21 / 0.45);
}

.border-l-yellow-400\/5 {
  border-left-color: rgb(250 204 21 / 0.05);
}

.border-l-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5);
}

.border-l-yellow-400\/55 {
  border-left-color: rgb(250 204 21 / 0.55);
}

.border-l-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6);
}

.border-l-yellow-400\/65 {
  border-left-color: rgb(250 204 21 / 0.65);
}

.border-l-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7);
}

.border-l-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75);
}

.border-l-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8);
}

.border-l-yellow-400\/85 {
  border-left-color: rgb(250 204 21 / 0.85);
}

.border-l-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9);
}

.border-l-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95);
}

.border-l-yellow-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-l-yellow-50\/0 {
  border-left-color: rgb(254 252 232 / 0);
}

.border-l-yellow-50\/10 {
  border-left-color: rgb(254 252 232 / 0.1);
}

.border-l-yellow-50\/100 {
  border-left-color: rgb(254 252 232 / 1);
}

.border-l-yellow-50\/15 {
  border-left-color: rgb(254 252 232 / 0.15);
}

.border-l-yellow-50\/20 {
  border-left-color: rgb(254 252 232 / 0.2);
}

.border-l-yellow-50\/25 {
  border-left-color: rgb(254 252 232 / 0.25);
}

.border-l-yellow-50\/30 {
  border-left-color: rgb(254 252 232 / 0.3);
}

.border-l-yellow-50\/35 {
  border-left-color: rgb(254 252 232 / 0.35);
}

.border-l-yellow-50\/40 {
  border-left-color: rgb(254 252 232 / 0.4);
}

.border-l-yellow-50\/45 {
  border-left-color: rgb(254 252 232 / 0.45);
}

.border-l-yellow-50\/5 {
  border-left-color: rgb(254 252 232 / 0.05);
}

.border-l-yellow-50\/50 {
  border-left-color: rgb(254 252 232 / 0.5);
}

.border-l-yellow-50\/55 {
  border-left-color: rgb(254 252 232 / 0.55);
}

.border-l-yellow-50\/60 {
  border-left-color: rgb(254 252 232 / 0.6);
}

.border-l-yellow-50\/65 {
  border-left-color: rgb(254 252 232 / 0.65);
}

.border-l-yellow-50\/70 {
  border-left-color: rgb(254 252 232 / 0.7);
}

.border-l-yellow-50\/75 {
  border-left-color: rgb(254 252 232 / 0.75);
}

.border-l-yellow-50\/80 {
  border-left-color: rgb(254 252 232 / 0.8);
}

.border-l-yellow-50\/85 {
  border-left-color: rgb(254 252 232 / 0.85);
}

.border-l-yellow-50\/90 {
  border-left-color: rgb(254 252 232 / 0.9);
}

.border-l-yellow-50\/95 {
  border-left-color: rgb(254 252 232 / 0.95);
}

.border-l-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-l-yellow-500\/0 {
  border-left-color: rgb(234 179 8 / 0);
}

.border-l-yellow-500\/10 {
  border-left-color: rgb(234 179 8 / 0.1);
}

.border-l-yellow-500\/100 {
  border-left-color: rgb(234 179 8 / 1);
}

.border-l-yellow-500\/15 {
  border-left-color: rgb(234 179 8 / 0.15);
}

.border-l-yellow-500\/20 {
  border-left-color: rgb(234 179 8 / 0.2);
}

.border-l-yellow-500\/25 {
  border-left-color: rgb(234 179 8 / 0.25);
}

.border-l-yellow-500\/30 {
  border-left-color: rgb(234 179 8 / 0.3);
}

.border-l-yellow-500\/35 {
  border-left-color: rgb(234 179 8 / 0.35);
}

.border-l-yellow-500\/40 {
  border-left-color: rgb(234 179 8 / 0.4);
}

.border-l-yellow-500\/45 {
  border-left-color: rgb(234 179 8 / 0.45);
}

.border-l-yellow-500\/5 {
  border-left-color: rgb(234 179 8 / 0.05);
}

.border-l-yellow-500\/50 {
  border-left-color: rgb(234 179 8 / 0.5);
}

.border-l-yellow-500\/55 {
  border-left-color: rgb(234 179 8 / 0.55);
}

.border-l-yellow-500\/60 {
  border-left-color: rgb(234 179 8 / 0.6);
}

.border-l-yellow-500\/65 {
  border-left-color: rgb(234 179 8 / 0.65);
}

.border-l-yellow-500\/70 {
  border-left-color: rgb(234 179 8 / 0.7);
}

.border-l-yellow-500\/75 {
  border-left-color: rgb(234 179 8 / 0.75);
}

.border-l-yellow-500\/80 {
  border-left-color: rgb(234 179 8 / 0.8);
}

.border-l-yellow-500\/85 {
  border-left-color: rgb(234 179 8 / 0.85);
}

.border-l-yellow-500\/90 {
  border-left-color: rgb(234 179 8 / 0.9);
}

.border-l-yellow-500\/95 {
  border-left-color: rgb(234 179 8 / 0.95);
}

.border-l-yellow-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-l-yellow-600\/0 {
  border-left-color: rgb(202 138 4 / 0);
}

.border-l-yellow-600\/10 {
  border-left-color: rgb(202 138 4 / 0.1);
}

.border-l-yellow-600\/100 {
  border-left-color: rgb(202 138 4 / 1);
}

.border-l-yellow-600\/15 {
  border-left-color: rgb(202 138 4 / 0.15);
}

.border-l-yellow-600\/20 {
  border-left-color: rgb(202 138 4 / 0.2);
}

.border-l-yellow-600\/25 {
  border-left-color: rgb(202 138 4 / 0.25);
}

.border-l-yellow-600\/30 {
  border-left-color: rgb(202 138 4 / 0.3);
}

.border-l-yellow-600\/35 {
  border-left-color: rgb(202 138 4 / 0.35);
}

.border-l-yellow-600\/40 {
  border-left-color: rgb(202 138 4 / 0.4);
}

.border-l-yellow-600\/45 {
  border-left-color: rgb(202 138 4 / 0.45);
}

.border-l-yellow-600\/5 {
  border-left-color: rgb(202 138 4 / 0.05);
}

.border-l-yellow-600\/50 {
  border-left-color: rgb(202 138 4 / 0.5);
}

.border-l-yellow-600\/55 {
  border-left-color: rgb(202 138 4 / 0.55);
}

.border-l-yellow-600\/60 {
  border-left-color: rgb(202 138 4 / 0.6);
}

.border-l-yellow-600\/65 {
  border-left-color: rgb(202 138 4 / 0.65);
}

.border-l-yellow-600\/70 {
  border-left-color: rgb(202 138 4 / 0.7);
}

.border-l-yellow-600\/75 {
  border-left-color: rgb(202 138 4 / 0.75);
}

.border-l-yellow-600\/80 {
  border-left-color: rgb(202 138 4 / 0.8);
}

.border-l-yellow-600\/85 {
  border-left-color: rgb(202 138 4 / 0.85);
}

.border-l-yellow-600\/90 {
  border-left-color: rgb(202 138 4 / 0.9);
}

.border-l-yellow-600\/95 {
  border-left-color: rgb(202 138 4 / 0.95);
}

.border-l-yellow-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-l-yellow-700\/0 {
  border-left-color: rgb(161 98 7 / 0);
}

.border-l-yellow-700\/10 {
  border-left-color: rgb(161 98 7 / 0.1);
}

.border-l-yellow-700\/100 {
  border-left-color: rgb(161 98 7 / 1);
}

.border-l-yellow-700\/15 {
  border-left-color: rgb(161 98 7 / 0.15);
}

.border-l-yellow-700\/20 {
  border-left-color: rgb(161 98 7 / 0.2);
}

.border-l-yellow-700\/25 {
  border-left-color: rgb(161 98 7 / 0.25);
}

.border-l-yellow-700\/30 {
  border-left-color: rgb(161 98 7 / 0.3);
}

.border-l-yellow-700\/35 {
  border-left-color: rgb(161 98 7 / 0.35);
}

.border-l-yellow-700\/40 {
  border-left-color: rgb(161 98 7 / 0.4);
}

.border-l-yellow-700\/45 {
  border-left-color: rgb(161 98 7 / 0.45);
}

.border-l-yellow-700\/5 {
  border-left-color: rgb(161 98 7 / 0.05);
}

.border-l-yellow-700\/50 {
  border-left-color: rgb(161 98 7 / 0.5);
}

.border-l-yellow-700\/55 {
  border-left-color: rgb(161 98 7 / 0.55);
}

.border-l-yellow-700\/60 {
  border-left-color: rgb(161 98 7 / 0.6);
}

.border-l-yellow-700\/65 {
  border-left-color: rgb(161 98 7 / 0.65);
}

.border-l-yellow-700\/70 {
  border-left-color: rgb(161 98 7 / 0.7);
}

.border-l-yellow-700\/75 {
  border-left-color: rgb(161 98 7 / 0.75);
}

.border-l-yellow-700\/80 {
  border-left-color: rgb(161 98 7 / 0.8);
}

.border-l-yellow-700\/85 {
  border-left-color: rgb(161 98 7 / 0.85);
}

.border-l-yellow-700\/90 {
  border-left-color: rgb(161 98 7 / 0.9);
}

.border-l-yellow-700\/95 {
  border-left-color: rgb(161 98 7 / 0.95);
}

.border-l-yellow-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-l-yellow-800\/0 {
  border-left-color: rgb(133 77 14 / 0);
}

.border-l-yellow-800\/10 {
  border-left-color: rgb(133 77 14 / 0.1);
}

.border-l-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1);
}

.border-l-yellow-800\/15 {
  border-left-color: rgb(133 77 14 / 0.15);
}

.border-l-yellow-800\/20 {
  border-left-color: rgb(133 77 14 / 0.2);
}

.border-l-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25);
}

.border-l-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3);
}

.border-l-yellow-800\/35 {
  border-left-color: rgb(133 77 14 / 0.35);
}

.border-l-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4);
}

.border-l-yellow-800\/45 {
  border-left-color: rgb(133 77 14 / 0.45);
}

.border-l-yellow-800\/5 {
  border-left-color: rgb(133 77 14 / 0.05);
}

.border-l-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5);
}

.border-l-yellow-800\/55 {
  border-left-color: rgb(133 77 14 / 0.55);
}

.border-l-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6);
}

.border-l-yellow-800\/65 {
  border-left-color: rgb(133 77 14 / 0.65);
}

.border-l-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7);
}

.border-l-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75);
}

.border-l-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8);
}

.border-l-yellow-800\/85 {
  border-left-color: rgb(133 77 14 / 0.85);
}

.border-l-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9);
}

.border-l-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95);
}

.border-l-yellow-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-l-yellow-900\/0 {
  border-left-color: rgb(113 63 18 / 0);
}

.border-l-yellow-900\/10 {
  border-left-color: rgb(113 63 18 / 0.1);
}

.border-l-yellow-900\/100 {
  border-left-color: rgb(113 63 18 / 1);
}

.border-l-yellow-900\/15 {
  border-left-color: rgb(113 63 18 / 0.15);
}

.border-l-yellow-900\/20 {
  border-left-color: rgb(113 63 18 / 0.2);
}

.border-l-yellow-900\/25 {
  border-left-color: rgb(113 63 18 / 0.25);
}

.border-l-yellow-900\/30 {
  border-left-color: rgb(113 63 18 / 0.3);
}

.border-l-yellow-900\/35 {
  border-left-color: rgb(113 63 18 / 0.35);
}

.border-l-yellow-900\/40 {
  border-left-color: rgb(113 63 18 / 0.4);
}

.border-l-yellow-900\/45 {
  border-left-color: rgb(113 63 18 / 0.45);
}

.border-l-yellow-900\/5 {
  border-left-color: rgb(113 63 18 / 0.05);
}

.border-l-yellow-900\/50 {
  border-left-color: rgb(113 63 18 / 0.5);
}

.border-l-yellow-900\/55 {
  border-left-color: rgb(113 63 18 / 0.55);
}

.border-l-yellow-900\/60 {
  border-left-color: rgb(113 63 18 / 0.6);
}

.border-l-yellow-900\/65 {
  border-left-color: rgb(113 63 18 / 0.65);
}

.border-l-yellow-900\/70 {
  border-left-color: rgb(113 63 18 / 0.7);
}

.border-l-yellow-900\/75 {
  border-left-color: rgb(113 63 18 / 0.75);
}

.border-l-yellow-900\/80 {
  border-left-color: rgb(113 63 18 / 0.8);
}

.border-l-yellow-900\/85 {
  border-left-color: rgb(113 63 18 / 0.85);
}

.border-l-yellow-900\/90 {
  border-left-color: rgb(113 63 18 / 0.9);
}

.border-l-yellow-900\/95 {
  border-left-color: rgb(113 63 18 / 0.95);
}

.border-l-yellow-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.border-l-yellow-950\/0 {
  border-left-color: rgb(66 32 6 / 0);
}

.border-l-yellow-950\/10 {
  border-left-color: rgb(66 32 6 / 0.1);
}

.border-l-yellow-950\/100 {
  border-left-color: rgb(66 32 6 / 1);
}

.border-l-yellow-950\/15 {
  border-left-color: rgb(66 32 6 / 0.15);
}

.border-l-yellow-950\/20 {
  border-left-color: rgb(66 32 6 / 0.2);
}

.border-l-yellow-950\/25 {
  border-left-color: rgb(66 32 6 / 0.25);
}

.border-l-yellow-950\/30 {
  border-left-color: rgb(66 32 6 / 0.3);
}

.border-l-yellow-950\/35 {
  border-left-color: rgb(66 32 6 / 0.35);
}

.border-l-yellow-950\/40 {
  border-left-color: rgb(66 32 6 / 0.4);
}

.border-l-yellow-950\/45 {
  border-left-color: rgb(66 32 6 / 0.45);
}

.border-l-yellow-950\/5 {
  border-left-color: rgb(66 32 6 / 0.05);
}

.border-l-yellow-950\/50 {
  border-left-color: rgb(66 32 6 / 0.5);
}

.border-l-yellow-950\/55 {
  border-left-color: rgb(66 32 6 / 0.55);
}

.border-l-yellow-950\/60 {
  border-left-color: rgb(66 32 6 / 0.6);
}

.border-l-yellow-950\/65 {
  border-left-color: rgb(66 32 6 / 0.65);
}

.border-l-yellow-950\/70 {
  border-left-color: rgb(66 32 6 / 0.7);
}

.border-l-yellow-950\/75 {
  border-left-color: rgb(66 32 6 / 0.75);
}

.border-l-yellow-950\/80 {
  border-left-color: rgb(66 32 6 / 0.8);
}

.border-l-yellow-950\/85 {
  border-left-color: rgb(66 32 6 / 0.85);
}

.border-l-yellow-950\/90 {
  border-left-color: rgb(66 32 6 / 0.9);
}

.border-l-yellow-950\/95 {
  border-left-color: rgb(66 32 6 / 0.95);
}

.border-r-yellow-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-r-yellow-100\/0 {
  border-right-color: rgb(254 249 195 / 0);
}

.border-r-yellow-100\/10 {
  border-right-color: rgb(254 249 195 / 0.1);
}

.border-r-yellow-100\/100 {
  border-right-color: rgb(254 249 195 / 1);
}

.border-r-yellow-100\/15 {
  border-right-color: rgb(254 249 195 / 0.15);
}

.border-r-yellow-100\/20 {
  border-right-color: rgb(254 249 195 / 0.2);
}

.border-r-yellow-100\/25 {
  border-right-color: rgb(254 249 195 / 0.25);
}

.border-r-yellow-100\/30 {
  border-right-color: rgb(254 249 195 / 0.3);
}

.border-r-yellow-100\/35 {
  border-right-color: rgb(254 249 195 / 0.35);
}

.border-r-yellow-100\/40 {
  border-right-color: rgb(254 249 195 / 0.4);
}

.border-r-yellow-100\/45 {
  border-right-color: rgb(254 249 195 / 0.45);
}

.border-r-yellow-100\/5 {
  border-right-color: rgb(254 249 195 / 0.05);
}

.border-r-yellow-100\/50 {
  border-right-color: rgb(254 249 195 / 0.5);
}

.border-r-yellow-100\/55 {
  border-right-color: rgb(254 249 195 / 0.55);
}

.border-r-yellow-100\/60 {
  border-right-color: rgb(254 249 195 / 0.6);
}

.border-r-yellow-100\/65 {
  border-right-color: rgb(254 249 195 / 0.65);
}

.border-r-yellow-100\/70 {
  border-right-color: rgb(254 249 195 / 0.7);
}

.border-r-yellow-100\/75 {
  border-right-color: rgb(254 249 195 / 0.75);
}

.border-r-yellow-100\/80 {
  border-right-color: rgb(254 249 195 / 0.8);
}

.border-r-yellow-100\/85 {
  border-right-color: rgb(254 249 195 / 0.85);
}

.border-r-yellow-100\/90 {
  border-right-color: rgb(254 249 195 / 0.9);
}

.border-r-yellow-100\/95 {
  border-right-color: rgb(254 249 195 / 0.95);
}

.border-r-yellow-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-r-yellow-200\/0 {
  border-right-color: rgb(254 240 138 / 0);
}

.border-r-yellow-200\/10 {
  border-right-color: rgb(254 240 138 / 0.1);
}

.border-r-yellow-200\/100 {
  border-right-color: rgb(254 240 138 / 1);
}

.border-r-yellow-200\/15 {
  border-right-color: rgb(254 240 138 / 0.15);
}

.border-r-yellow-200\/20 {
  border-right-color: rgb(254 240 138 / 0.2);
}

.border-r-yellow-200\/25 {
  border-right-color: rgb(254 240 138 / 0.25);
}

.border-r-yellow-200\/30 {
  border-right-color: rgb(254 240 138 / 0.3);
}

.border-r-yellow-200\/35 {
  border-right-color: rgb(254 240 138 / 0.35);
}

.border-r-yellow-200\/40 {
  border-right-color: rgb(254 240 138 / 0.4);
}

.border-r-yellow-200\/45 {
  border-right-color: rgb(254 240 138 / 0.45);
}

.border-r-yellow-200\/5 {
  border-right-color: rgb(254 240 138 / 0.05);
}

.border-r-yellow-200\/50 {
  border-right-color: rgb(254 240 138 / 0.5);
}

.border-r-yellow-200\/55 {
  border-right-color: rgb(254 240 138 / 0.55);
}

.border-r-yellow-200\/60 {
  border-right-color: rgb(254 240 138 / 0.6);
}

.border-r-yellow-200\/65 {
  border-right-color: rgb(254 240 138 / 0.65);
}

.border-r-yellow-200\/70 {
  border-right-color: rgb(254 240 138 / 0.7);
}

.border-r-yellow-200\/75 {
  border-right-color: rgb(254 240 138 / 0.75);
}

.border-r-yellow-200\/80 {
  border-right-color: rgb(254 240 138 / 0.8);
}

.border-r-yellow-200\/85 {
  border-right-color: rgb(254 240 138 / 0.85);
}

.border-r-yellow-200\/90 {
  border-right-color: rgb(254 240 138 / 0.9);
}

.border-r-yellow-200\/95 {
  border-right-color: rgb(254 240 138 / 0.95);
}

.border-r-yellow-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-r-yellow-300\/0 {
  border-right-color: rgb(253 224 71 / 0);
}

.border-r-yellow-300\/10 {
  border-right-color: rgb(253 224 71 / 0.1);
}

.border-r-yellow-300\/100 {
  border-right-color: rgb(253 224 71 / 1);
}

.border-r-yellow-300\/15 {
  border-right-color: rgb(253 224 71 / 0.15);
}

.border-r-yellow-300\/20 {
  border-right-color: rgb(253 224 71 / 0.2);
}

.border-r-yellow-300\/25 {
  border-right-color: rgb(253 224 71 / 0.25);
}

.border-r-yellow-300\/30 {
  border-right-color: rgb(253 224 71 / 0.3);
}

.border-r-yellow-300\/35 {
  border-right-color: rgb(253 224 71 / 0.35);
}

.border-r-yellow-300\/40 {
  border-right-color: rgb(253 224 71 / 0.4);
}

.border-r-yellow-300\/45 {
  border-right-color: rgb(253 224 71 / 0.45);
}

.border-r-yellow-300\/5 {
  border-right-color: rgb(253 224 71 / 0.05);
}

.border-r-yellow-300\/50 {
  border-right-color: rgb(253 224 71 / 0.5);
}

.border-r-yellow-300\/55 {
  border-right-color: rgb(253 224 71 / 0.55);
}

.border-r-yellow-300\/60 {
  border-right-color: rgb(253 224 71 / 0.6);
}

.border-r-yellow-300\/65 {
  border-right-color: rgb(253 224 71 / 0.65);
}

.border-r-yellow-300\/70 {
  border-right-color: rgb(253 224 71 / 0.7);
}

.border-r-yellow-300\/75 {
  border-right-color: rgb(253 224 71 / 0.75);
}

.border-r-yellow-300\/80 {
  border-right-color: rgb(253 224 71 / 0.8);
}

.border-r-yellow-300\/85 {
  border-right-color: rgb(253 224 71 / 0.85);
}

.border-r-yellow-300\/90 {
  border-right-color: rgb(253 224 71 / 0.9);
}

.border-r-yellow-300\/95 {
  border-right-color: rgb(253 224 71 / 0.95);
}

.border-r-yellow-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-r-yellow-400\/0 {
  border-right-color: rgb(250 204 21 / 0);
}

.border-r-yellow-400\/10 {
  border-right-color: rgb(250 204 21 / 0.1);
}

.border-r-yellow-400\/100 {
  border-right-color: rgb(250 204 21 / 1);
}

.border-r-yellow-400\/15 {
  border-right-color: rgb(250 204 21 / 0.15);
}

.border-r-yellow-400\/20 {
  border-right-color: rgb(250 204 21 / 0.2);
}

.border-r-yellow-400\/25 {
  border-right-color: rgb(250 204 21 / 0.25);
}

.border-r-yellow-400\/30 {
  border-right-color: rgb(250 204 21 / 0.3);
}

.border-r-yellow-400\/35 {
  border-right-color: rgb(250 204 21 / 0.35);
}

.border-r-yellow-400\/40 {
  border-right-color: rgb(250 204 21 / 0.4);
}

.border-r-yellow-400\/45 {
  border-right-color: rgb(250 204 21 / 0.45);
}

.border-r-yellow-400\/5 {
  border-right-color: rgb(250 204 21 / 0.05);
}

.border-r-yellow-400\/50 {
  border-right-color: rgb(250 204 21 / 0.5);
}

.border-r-yellow-400\/55 {
  border-right-color: rgb(250 204 21 / 0.55);
}

.border-r-yellow-400\/60 {
  border-right-color: rgb(250 204 21 / 0.6);
}

.border-r-yellow-400\/65 {
  border-right-color: rgb(250 204 21 / 0.65);
}

.border-r-yellow-400\/70 {
  border-right-color: rgb(250 204 21 / 0.7);
}

.border-r-yellow-400\/75 {
  border-right-color: rgb(250 204 21 / 0.75);
}

.border-r-yellow-400\/80 {
  border-right-color: rgb(250 204 21 / 0.8);
}

.border-r-yellow-400\/85 {
  border-right-color: rgb(250 204 21 / 0.85);
}

.border-r-yellow-400\/90 {
  border-right-color: rgb(250 204 21 / 0.9);
}

.border-r-yellow-400\/95 {
  border-right-color: rgb(250 204 21 / 0.95);
}

.border-r-yellow-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-r-yellow-50\/0 {
  border-right-color: rgb(254 252 232 / 0);
}

.border-r-yellow-50\/10 {
  border-right-color: rgb(254 252 232 / 0.1);
}

.border-r-yellow-50\/100 {
  border-right-color: rgb(254 252 232 / 1);
}

.border-r-yellow-50\/15 {
  border-right-color: rgb(254 252 232 / 0.15);
}

.border-r-yellow-50\/20 {
  border-right-color: rgb(254 252 232 / 0.2);
}

.border-r-yellow-50\/25 {
  border-right-color: rgb(254 252 232 / 0.25);
}

.border-r-yellow-50\/30 {
  border-right-color: rgb(254 252 232 / 0.3);
}

.border-r-yellow-50\/35 {
  border-right-color: rgb(254 252 232 / 0.35);
}

.border-r-yellow-50\/40 {
  border-right-color: rgb(254 252 232 / 0.4);
}

.border-r-yellow-50\/45 {
  border-right-color: rgb(254 252 232 / 0.45);
}

.border-r-yellow-50\/5 {
  border-right-color: rgb(254 252 232 / 0.05);
}

.border-r-yellow-50\/50 {
  border-right-color: rgb(254 252 232 / 0.5);
}

.border-r-yellow-50\/55 {
  border-right-color: rgb(254 252 232 / 0.55);
}

.border-r-yellow-50\/60 {
  border-right-color: rgb(254 252 232 / 0.6);
}

.border-r-yellow-50\/65 {
  border-right-color: rgb(254 252 232 / 0.65);
}

.border-r-yellow-50\/70 {
  border-right-color: rgb(254 252 232 / 0.7);
}

.border-r-yellow-50\/75 {
  border-right-color: rgb(254 252 232 / 0.75);
}

.border-r-yellow-50\/80 {
  border-right-color: rgb(254 252 232 / 0.8);
}

.border-r-yellow-50\/85 {
  border-right-color: rgb(254 252 232 / 0.85);
}

.border-r-yellow-50\/90 {
  border-right-color: rgb(254 252 232 / 0.9);
}

.border-r-yellow-50\/95 {
  border-right-color: rgb(254 252 232 / 0.95);
}

.border-r-yellow-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-r-yellow-500\/0 {
  border-right-color: rgb(234 179 8 / 0);
}

.border-r-yellow-500\/10 {
  border-right-color: rgb(234 179 8 / 0.1);
}

.border-r-yellow-500\/100 {
  border-right-color: rgb(234 179 8 / 1);
}

.border-r-yellow-500\/15 {
  border-right-color: rgb(234 179 8 / 0.15);
}

.border-r-yellow-500\/20 {
  border-right-color: rgb(234 179 8 / 0.2);
}

.border-r-yellow-500\/25 {
  border-right-color: rgb(234 179 8 / 0.25);
}

.border-r-yellow-500\/30 {
  border-right-color: rgb(234 179 8 / 0.3);
}

.border-r-yellow-500\/35 {
  border-right-color: rgb(234 179 8 / 0.35);
}

.border-r-yellow-500\/40 {
  border-right-color: rgb(234 179 8 / 0.4);
}

.border-r-yellow-500\/45 {
  border-right-color: rgb(234 179 8 / 0.45);
}

.border-r-yellow-500\/5 {
  border-right-color: rgb(234 179 8 / 0.05);
}

.border-r-yellow-500\/50 {
  border-right-color: rgb(234 179 8 / 0.5);
}

.border-r-yellow-500\/55 {
  border-right-color: rgb(234 179 8 / 0.55);
}

.border-r-yellow-500\/60 {
  border-right-color: rgb(234 179 8 / 0.6);
}

.border-r-yellow-500\/65 {
  border-right-color: rgb(234 179 8 / 0.65);
}

.border-r-yellow-500\/70 {
  border-right-color: rgb(234 179 8 / 0.7);
}

.border-r-yellow-500\/75 {
  border-right-color: rgb(234 179 8 / 0.75);
}

.border-r-yellow-500\/80 {
  border-right-color: rgb(234 179 8 / 0.8);
}

.border-r-yellow-500\/85 {
  border-right-color: rgb(234 179 8 / 0.85);
}

.border-r-yellow-500\/90 {
  border-right-color: rgb(234 179 8 / 0.9);
}

.border-r-yellow-500\/95 {
  border-right-color: rgb(234 179 8 / 0.95);
}

.border-r-yellow-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-r-yellow-600\/0 {
  border-right-color: rgb(202 138 4 / 0);
}

.border-r-yellow-600\/10 {
  border-right-color: rgb(202 138 4 / 0.1);
}

.border-r-yellow-600\/100 {
  border-right-color: rgb(202 138 4 / 1);
}

.border-r-yellow-600\/15 {
  border-right-color: rgb(202 138 4 / 0.15);
}

.border-r-yellow-600\/20 {
  border-right-color: rgb(202 138 4 / 0.2);
}

.border-r-yellow-600\/25 {
  border-right-color: rgb(202 138 4 / 0.25);
}

.border-r-yellow-600\/30 {
  border-right-color: rgb(202 138 4 / 0.3);
}

.border-r-yellow-600\/35 {
  border-right-color: rgb(202 138 4 / 0.35);
}

.border-r-yellow-600\/40 {
  border-right-color: rgb(202 138 4 / 0.4);
}

.border-r-yellow-600\/45 {
  border-right-color: rgb(202 138 4 / 0.45);
}

.border-r-yellow-600\/5 {
  border-right-color: rgb(202 138 4 / 0.05);
}

.border-r-yellow-600\/50 {
  border-right-color: rgb(202 138 4 / 0.5);
}

.border-r-yellow-600\/55 {
  border-right-color: rgb(202 138 4 / 0.55);
}

.border-r-yellow-600\/60 {
  border-right-color: rgb(202 138 4 / 0.6);
}

.border-r-yellow-600\/65 {
  border-right-color: rgb(202 138 4 / 0.65);
}

.border-r-yellow-600\/70 {
  border-right-color: rgb(202 138 4 / 0.7);
}

.border-r-yellow-600\/75 {
  border-right-color: rgb(202 138 4 / 0.75);
}

.border-r-yellow-600\/80 {
  border-right-color: rgb(202 138 4 / 0.8);
}

.border-r-yellow-600\/85 {
  border-right-color: rgb(202 138 4 / 0.85);
}

.border-r-yellow-600\/90 {
  border-right-color: rgb(202 138 4 / 0.9);
}

.border-r-yellow-600\/95 {
  border-right-color: rgb(202 138 4 / 0.95);
}

.border-r-yellow-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-r-yellow-700\/0 {
  border-right-color: rgb(161 98 7 / 0);
}

.border-r-yellow-700\/10 {
  border-right-color: rgb(161 98 7 / 0.1);
}

.border-r-yellow-700\/100 {
  border-right-color: rgb(161 98 7 / 1);
}

.border-r-yellow-700\/15 {
  border-right-color: rgb(161 98 7 / 0.15);
}

.border-r-yellow-700\/20 {
  border-right-color: rgb(161 98 7 / 0.2);
}

.border-r-yellow-700\/25 {
  border-right-color: rgb(161 98 7 / 0.25);
}

.border-r-yellow-700\/30 {
  border-right-color: rgb(161 98 7 / 0.3);
}

.border-r-yellow-700\/35 {
  border-right-color: rgb(161 98 7 / 0.35);
}

.border-r-yellow-700\/40 {
  border-right-color: rgb(161 98 7 / 0.4);
}

.border-r-yellow-700\/45 {
  border-right-color: rgb(161 98 7 / 0.45);
}

.border-r-yellow-700\/5 {
  border-right-color: rgb(161 98 7 / 0.05);
}

.border-r-yellow-700\/50 {
  border-right-color: rgb(161 98 7 / 0.5);
}

.border-r-yellow-700\/55 {
  border-right-color: rgb(161 98 7 / 0.55);
}

.border-r-yellow-700\/60 {
  border-right-color: rgb(161 98 7 / 0.6);
}

.border-r-yellow-700\/65 {
  border-right-color: rgb(161 98 7 / 0.65);
}

.border-r-yellow-700\/70 {
  border-right-color: rgb(161 98 7 / 0.7);
}

.border-r-yellow-700\/75 {
  border-right-color: rgb(161 98 7 / 0.75);
}

.border-r-yellow-700\/80 {
  border-right-color: rgb(161 98 7 / 0.8);
}

.border-r-yellow-700\/85 {
  border-right-color: rgb(161 98 7 / 0.85);
}

.border-r-yellow-700\/90 {
  border-right-color: rgb(161 98 7 / 0.9);
}

.border-r-yellow-700\/95 {
  border-right-color: rgb(161 98 7 / 0.95);
}

.border-r-yellow-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-r-yellow-800\/0 {
  border-right-color: rgb(133 77 14 / 0);
}

.border-r-yellow-800\/10 {
  border-right-color: rgb(133 77 14 / 0.1);
}

.border-r-yellow-800\/100 {
  border-right-color: rgb(133 77 14 / 1);
}

.border-r-yellow-800\/15 {
  border-right-color: rgb(133 77 14 / 0.15);
}

.border-r-yellow-800\/20 {
  border-right-color: rgb(133 77 14 / 0.2);
}

.border-r-yellow-800\/25 {
  border-right-color: rgb(133 77 14 / 0.25);
}

.border-r-yellow-800\/30 {
  border-right-color: rgb(133 77 14 / 0.3);
}

.border-r-yellow-800\/35 {
  border-right-color: rgb(133 77 14 / 0.35);
}

.border-r-yellow-800\/40 {
  border-right-color: rgb(133 77 14 / 0.4);
}

.border-r-yellow-800\/45 {
  border-right-color: rgb(133 77 14 / 0.45);
}

.border-r-yellow-800\/5 {
  border-right-color: rgb(133 77 14 / 0.05);
}

.border-r-yellow-800\/50 {
  border-right-color: rgb(133 77 14 / 0.5);
}

.border-r-yellow-800\/55 {
  border-right-color: rgb(133 77 14 / 0.55);
}

.border-r-yellow-800\/60 {
  border-right-color: rgb(133 77 14 / 0.6);
}

.border-r-yellow-800\/65 {
  border-right-color: rgb(133 77 14 / 0.65);
}

.border-r-yellow-800\/70 {
  border-right-color: rgb(133 77 14 / 0.7);
}

.border-r-yellow-800\/75 {
  border-right-color: rgb(133 77 14 / 0.75);
}

.border-r-yellow-800\/80 {
  border-right-color: rgb(133 77 14 / 0.8);
}

.border-r-yellow-800\/85 {
  border-right-color: rgb(133 77 14 / 0.85);
}

.border-r-yellow-800\/90 {
  border-right-color: rgb(133 77 14 / 0.9);
}

.border-r-yellow-800\/95 {
  border-right-color: rgb(133 77 14 / 0.95);
}

.border-r-yellow-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-r-yellow-900\/0 {
  border-right-color: rgb(113 63 18 / 0);
}

.border-r-yellow-900\/10 {
  border-right-color: rgb(113 63 18 / 0.1);
}

.border-r-yellow-900\/100 {
  border-right-color: rgb(113 63 18 / 1);
}

.border-r-yellow-900\/15 {
  border-right-color: rgb(113 63 18 / 0.15);
}

.border-r-yellow-900\/20 {
  border-right-color: rgb(113 63 18 / 0.2);
}

.border-r-yellow-900\/25 {
  border-right-color: rgb(113 63 18 / 0.25);
}

.border-r-yellow-900\/30 {
  border-right-color: rgb(113 63 18 / 0.3);
}

.border-r-yellow-900\/35 {
  border-right-color: rgb(113 63 18 / 0.35);
}

.border-r-yellow-900\/40 {
  border-right-color: rgb(113 63 18 / 0.4);
}

.border-r-yellow-900\/45 {
  border-right-color: rgb(113 63 18 / 0.45);
}

.border-r-yellow-900\/5 {
  border-right-color: rgb(113 63 18 / 0.05);
}

.border-r-yellow-900\/50 {
  border-right-color: rgb(113 63 18 / 0.5);
}

.border-r-yellow-900\/55 {
  border-right-color: rgb(113 63 18 / 0.55);
}

.border-r-yellow-900\/60 {
  border-right-color: rgb(113 63 18 / 0.6);
}

.border-r-yellow-900\/65 {
  border-right-color: rgb(113 63 18 / 0.65);
}

.border-r-yellow-900\/70 {
  border-right-color: rgb(113 63 18 / 0.7);
}

.border-r-yellow-900\/75 {
  border-right-color: rgb(113 63 18 / 0.75);
}

.border-r-yellow-900\/80 {
  border-right-color: rgb(113 63 18 / 0.8);
}

.border-r-yellow-900\/85 {
  border-right-color: rgb(113 63 18 / 0.85);
}

.border-r-yellow-900\/90 {
  border-right-color: rgb(113 63 18 / 0.9);
}

.border-r-yellow-900\/95 {
  border-right-color: rgb(113 63 18 / 0.95);
}

.border-r-yellow-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.border-r-yellow-950\/0 {
  border-right-color: rgb(66 32 6 / 0);
}

.border-r-yellow-950\/10 {
  border-right-color: rgb(66 32 6 / 0.1);
}

.border-r-yellow-950\/100 {
  border-right-color: rgb(66 32 6 / 1);
}

.border-r-yellow-950\/15 {
  border-right-color: rgb(66 32 6 / 0.15);
}

.border-r-yellow-950\/20 {
  border-right-color: rgb(66 32 6 / 0.2);
}

.border-r-yellow-950\/25 {
  border-right-color: rgb(66 32 6 / 0.25);
}

.border-r-yellow-950\/30 {
  border-right-color: rgb(66 32 6 / 0.3);
}

.border-r-yellow-950\/35 {
  border-right-color: rgb(66 32 6 / 0.35);
}

.border-r-yellow-950\/40 {
  border-right-color: rgb(66 32 6 / 0.4);
}

.border-r-yellow-950\/45 {
  border-right-color: rgb(66 32 6 / 0.45);
}

.border-r-yellow-950\/5 {
  border-right-color: rgb(66 32 6 / 0.05);
}

.border-r-yellow-950\/50 {
  border-right-color: rgb(66 32 6 / 0.5);
}

.border-r-yellow-950\/55 {
  border-right-color: rgb(66 32 6 / 0.55);
}

.border-r-yellow-950\/60 {
  border-right-color: rgb(66 32 6 / 0.6);
}

.border-r-yellow-950\/65 {
  border-right-color: rgb(66 32 6 / 0.65);
}

.border-r-yellow-950\/70 {
  border-right-color: rgb(66 32 6 / 0.7);
}

.border-r-yellow-950\/75 {
  border-right-color: rgb(66 32 6 / 0.75);
}

.border-r-yellow-950\/80 {
  border-right-color: rgb(66 32 6 / 0.8);
}

.border-r-yellow-950\/85 {
  border-right-color: rgb(66 32 6 / 0.85);
}

.border-r-yellow-950\/90 {
  border-right-color: rgb(66 32 6 / 0.9);
}

.border-r-yellow-950\/95 {
  border-right-color: rgb(66 32 6 / 0.95);
}

.border-s-yellow-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-s-yellow-100\/0 {
  border-inline-start-color: rgb(254 249 195 / 0);
}

.border-s-yellow-100\/10 {
  border-inline-start-color: rgb(254 249 195 / 0.1);
}

.border-s-yellow-100\/100 {
  border-inline-start-color: rgb(254 249 195 / 1);
}

.border-s-yellow-100\/15 {
  border-inline-start-color: rgb(254 249 195 / 0.15);
}

.border-s-yellow-100\/20 {
  border-inline-start-color: rgb(254 249 195 / 0.2);
}

.border-s-yellow-100\/25 {
  border-inline-start-color: rgb(254 249 195 / 0.25);
}

.border-s-yellow-100\/30 {
  border-inline-start-color: rgb(254 249 195 / 0.3);
}

.border-s-yellow-100\/35 {
  border-inline-start-color: rgb(254 249 195 / 0.35);
}

.border-s-yellow-100\/40 {
  border-inline-start-color: rgb(254 249 195 / 0.4);
}

.border-s-yellow-100\/45 {
  border-inline-start-color: rgb(254 249 195 / 0.45);
}

.border-s-yellow-100\/5 {
  border-inline-start-color: rgb(254 249 195 / 0.05);
}

.border-s-yellow-100\/50 {
  border-inline-start-color: rgb(254 249 195 / 0.5);
}

.border-s-yellow-100\/55 {
  border-inline-start-color: rgb(254 249 195 / 0.55);
}

.border-s-yellow-100\/60 {
  border-inline-start-color: rgb(254 249 195 / 0.6);
}

.border-s-yellow-100\/65 {
  border-inline-start-color: rgb(254 249 195 / 0.65);
}

.border-s-yellow-100\/70 {
  border-inline-start-color: rgb(254 249 195 / 0.7);
}

.border-s-yellow-100\/75 {
  border-inline-start-color: rgb(254 249 195 / 0.75);
}

.border-s-yellow-100\/80 {
  border-inline-start-color: rgb(254 249 195 / 0.8);
}

.border-s-yellow-100\/85 {
  border-inline-start-color: rgb(254 249 195 / 0.85);
}

.border-s-yellow-100\/90 {
  border-inline-start-color: rgb(254 249 195 / 0.9);
}

.border-s-yellow-100\/95 {
  border-inline-start-color: rgb(254 249 195 / 0.95);
}

.border-s-yellow-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-s-yellow-200\/0 {
  border-inline-start-color: rgb(254 240 138 / 0);
}

.border-s-yellow-200\/10 {
  border-inline-start-color: rgb(254 240 138 / 0.1);
}

.border-s-yellow-200\/100 {
  border-inline-start-color: rgb(254 240 138 / 1);
}

.border-s-yellow-200\/15 {
  border-inline-start-color: rgb(254 240 138 / 0.15);
}

.border-s-yellow-200\/20 {
  border-inline-start-color: rgb(254 240 138 / 0.2);
}

.border-s-yellow-200\/25 {
  border-inline-start-color: rgb(254 240 138 / 0.25);
}

.border-s-yellow-200\/30 {
  border-inline-start-color: rgb(254 240 138 / 0.3);
}

.border-s-yellow-200\/35 {
  border-inline-start-color: rgb(254 240 138 / 0.35);
}

.border-s-yellow-200\/40 {
  border-inline-start-color: rgb(254 240 138 / 0.4);
}

.border-s-yellow-200\/45 {
  border-inline-start-color: rgb(254 240 138 / 0.45);
}

.border-s-yellow-200\/5 {
  border-inline-start-color: rgb(254 240 138 / 0.05);
}

.border-s-yellow-200\/50 {
  border-inline-start-color: rgb(254 240 138 / 0.5);
}

.border-s-yellow-200\/55 {
  border-inline-start-color: rgb(254 240 138 / 0.55);
}

.border-s-yellow-200\/60 {
  border-inline-start-color: rgb(254 240 138 / 0.6);
}

.border-s-yellow-200\/65 {
  border-inline-start-color: rgb(254 240 138 / 0.65);
}

.border-s-yellow-200\/70 {
  border-inline-start-color: rgb(254 240 138 / 0.7);
}

.border-s-yellow-200\/75 {
  border-inline-start-color: rgb(254 240 138 / 0.75);
}

.border-s-yellow-200\/80 {
  border-inline-start-color: rgb(254 240 138 / 0.8);
}

.border-s-yellow-200\/85 {
  border-inline-start-color: rgb(254 240 138 / 0.85);
}

.border-s-yellow-200\/90 {
  border-inline-start-color: rgb(254 240 138 / 0.9);
}

.border-s-yellow-200\/95 {
  border-inline-start-color: rgb(254 240 138 / 0.95);
}

.border-s-yellow-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-s-yellow-300\/0 {
  border-inline-start-color: rgb(253 224 71 / 0);
}

.border-s-yellow-300\/10 {
  border-inline-start-color: rgb(253 224 71 / 0.1);
}

.border-s-yellow-300\/100 {
  border-inline-start-color: rgb(253 224 71 / 1);
}

.border-s-yellow-300\/15 {
  border-inline-start-color: rgb(253 224 71 / 0.15);
}

.border-s-yellow-300\/20 {
  border-inline-start-color: rgb(253 224 71 / 0.2);
}

.border-s-yellow-300\/25 {
  border-inline-start-color: rgb(253 224 71 / 0.25);
}

.border-s-yellow-300\/30 {
  border-inline-start-color: rgb(253 224 71 / 0.3);
}

.border-s-yellow-300\/35 {
  border-inline-start-color: rgb(253 224 71 / 0.35);
}

.border-s-yellow-300\/40 {
  border-inline-start-color: rgb(253 224 71 / 0.4);
}

.border-s-yellow-300\/45 {
  border-inline-start-color: rgb(253 224 71 / 0.45);
}

.border-s-yellow-300\/5 {
  border-inline-start-color: rgb(253 224 71 / 0.05);
}

.border-s-yellow-300\/50 {
  border-inline-start-color: rgb(253 224 71 / 0.5);
}

.border-s-yellow-300\/55 {
  border-inline-start-color: rgb(253 224 71 / 0.55);
}

.border-s-yellow-300\/60 {
  border-inline-start-color: rgb(253 224 71 / 0.6);
}

.border-s-yellow-300\/65 {
  border-inline-start-color: rgb(253 224 71 / 0.65);
}

.border-s-yellow-300\/70 {
  border-inline-start-color: rgb(253 224 71 / 0.7);
}

.border-s-yellow-300\/75 {
  border-inline-start-color: rgb(253 224 71 / 0.75);
}

.border-s-yellow-300\/80 {
  border-inline-start-color: rgb(253 224 71 / 0.8);
}

.border-s-yellow-300\/85 {
  border-inline-start-color: rgb(253 224 71 / 0.85);
}

.border-s-yellow-300\/90 {
  border-inline-start-color: rgb(253 224 71 / 0.9);
}

.border-s-yellow-300\/95 {
  border-inline-start-color: rgb(253 224 71 / 0.95);
}

.border-s-yellow-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-s-yellow-400\/0 {
  border-inline-start-color: rgb(250 204 21 / 0);
}

.border-s-yellow-400\/10 {
  border-inline-start-color: rgb(250 204 21 / 0.1);
}

.border-s-yellow-400\/100 {
  border-inline-start-color: rgb(250 204 21 / 1);
}

.border-s-yellow-400\/15 {
  border-inline-start-color: rgb(250 204 21 / 0.15);
}

.border-s-yellow-400\/20 {
  border-inline-start-color: rgb(250 204 21 / 0.2);
}

.border-s-yellow-400\/25 {
  border-inline-start-color: rgb(250 204 21 / 0.25);
}

.border-s-yellow-400\/30 {
  border-inline-start-color: rgb(250 204 21 / 0.3);
}

.border-s-yellow-400\/35 {
  border-inline-start-color: rgb(250 204 21 / 0.35);
}

.border-s-yellow-400\/40 {
  border-inline-start-color: rgb(250 204 21 / 0.4);
}

.border-s-yellow-400\/45 {
  border-inline-start-color: rgb(250 204 21 / 0.45);
}

.border-s-yellow-400\/5 {
  border-inline-start-color: rgb(250 204 21 / 0.05);
}

.border-s-yellow-400\/50 {
  border-inline-start-color: rgb(250 204 21 / 0.5);
}

.border-s-yellow-400\/55 {
  border-inline-start-color: rgb(250 204 21 / 0.55);
}

.border-s-yellow-400\/60 {
  border-inline-start-color: rgb(250 204 21 / 0.6);
}

.border-s-yellow-400\/65 {
  border-inline-start-color: rgb(250 204 21 / 0.65);
}

.border-s-yellow-400\/70 {
  border-inline-start-color: rgb(250 204 21 / 0.7);
}

.border-s-yellow-400\/75 {
  border-inline-start-color: rgb(250 204 21 / 0.75);
}

.border-s-yellow-400\/80 {
  border-inline-start-color: rgb(250 204 21 / 0.8);
}

.border-s-yellow-400\/85 {
  border-inline-start-color: rgb(250 204 21 / 0.85);
}

.border-s-yellow-400\/90 {
  border-inline-start-color: rgb(250 204 21 / 0.9);
}

.border-s-yellow-400\/95 {
  border-inline-start-color: rgb(250 204 21 / 0.95);
}

.border-s-yellow-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-s-yellow-50\/0 {
  border-inline-start-color: rgb(254 252 232 / 0);
}

.border-s-yellow-50\/10 {
  border-inline-start-color: rgb(254 252 232 / 0.1);
}

.border-s-yellow-50\/100 {
  border-inline-start-color: rgb(254 252 232 / 1);
}

.border-s-yellow-50\/15 {
  border-inline-start-color: rgb(254 252 232 / 0.15);
}

.border-s-yellow-50\/20 {
  border-inline-start-color: rgb(254 252 232 / 0.2);
}

.border-s-yellow-50\/25 {
  border-inline-start-color: rgb(254 252 232 / 0.25);
}

.border-s-yellow-50\/30 {
  border-inline-start-color: rgb(254 252 232 / 0.3);
}

.border-s-yellow-50\/35 {
  border-inline-start-color: rgb(254 252 232 / 0.35);
}

.border-s-yellow-50\/40 {
  border-inline-start-color: rgb(254 252 232 / 0.4);
}

.border-s-yellow-50\/45 {
  border-inline-start-color: rgb(254 252 232 / 0.45);
}

.border-s-yellow-50\/5 {
  border-inline-start-color: rgb(254 252 232 / 0.05);
}

.border-s-yellow-50\/50 {
  border-inline-start-color: rgb(254 252 232 / 0.5);
}

.border-s-yellow-50\/55 {
  border-inline-start-color: rgb(254 252 232 / 0.55);
}

.border-s-yellow-50\/60 {
  border-inline-start-color: rgb(254 252 232 / 0.6);
}

.border-s-yellow-50\/65 {
  border-inline-start-color: rgb(254 252 232 / 0.65);
}

.border-s-yellow-50\/70 {
  border-inline-start-color: rgb(254 252 232 / 0.7);
}

.border-s-yellow-50\/75 {
  border-inline-start-color: rgb(254 252 232 / 0.75);
}

.border-s-yellow-50\/80 {
  border-inline-start-color: rgb(254 252 232 / 0.8);
}

.border-s-yellow-50\/85 {
  border-inline-start-color: rgb(254 252 232 / 0.85);
}

.border-s-yellow-50\/90 {
  border-inline-start-color: rgb(254 252 232 / 0.9);
}

.border-s-yellow-50\/95 {
  border-inline-start-color: rgb(254 252 232 / 0.95);
}

.border-s-yellow-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-s-yellow-500\/0 {
  border-inline-start-color: rgb(234 179 8 / 0);
}

.border-s-yellow-500\/10 {
  border-inline-start-color: rgb(234 179 8 / 0.1);
}

.border-s-yellow-500\/100 {
  border-inline-start-color: rgb(234 179 8 / 1);
}

.border-s-yellow-500\/15 {
  border-inline-start-color: rgb(234 179 8 / 0.15);
}

.border-s-yellow-500\/20 {
  border-inline-start-color: rgb(234 179 8 / 0.2);
}

.border-s-yellow-500\/25 {
  border-inline-start-color: rgb(234 179 8 / 0.25);
}

.border-s-yellow-500\/30 {
  border-inline-start-color: rgb(234 179 8 / 0.3);
}

.border-s-yellow-500\/35 {
  border-inline-start-color: rgb(234 179 8 / 0.35);
}

.border-s-yellow-500\/40 {
  border-inline-start-color: rgb(234 179 8 / 0.4);
}

.border-s-yellow-500\/45 {
  border-inline-start-color: rgb(234 179 8 / 0.45);
}

.border-s-yellow-500\/5 {
  border-inline-start-color: rgb(234 179 8 / 0.05);
}

.border-s-yellow-500\/50 {
  border-inline-start-color: rgb(234 179 8 / 0.5);
}

.border-s-yellow-500\/55 {
  border-inline-start-color: rgb(234 179 8 / 0.55);
}

.border-s-yellow-500\/60 {
  border-inline-start-color: rgb(234 179 8 / 0.6);
}

.border-s-yellow-500\/65 {
  border-inline-start-color: rgb(234 179 8 / 0.65);
}

.border-s-yellow-500\/70 {
  border-inline-start-color: rgb(234 179 8 / 0.7);
}

.border-s-yellow-500\/75 {
  border-inline-start-color: rgb(234 179 8 / 0.75);
}

.border-s-yellow-500\/80 {
  border-inline-start-color: rgb(234 179 8 / 0.8);
}

.border-s-yellow-500\/85 {
  border-inline-start-color: rgb(234 179 8 / 0.85);
}

.border-s-yellow-500\/90 {
  border-inline-start-color: rgb(234 179 8 / 0.9);
}

.border-s-yellow-500\/95 {
  border-inline-start-color: rgb(234 179 8 / 0.95);
}

.border-s-yellow-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-s-yellow-600\/0 {
  border-inline-start-color: rgb(202 138 4 / 0);
}

.border-s-yellow-600\/10 {
  border-inline-start-color: rgb(202 138 4 / 0.1);
}

.border-s-yellow-600\/100 {
  border-inline-start-color: rgb(202 138 4 / 1);
}

.border-s-yellow-600\/15 {
  border-inline-start-color: rgb(202 138 4 / 0.15);
}

.border-s-yellow-600\/20 {
  border-inline-start-color: rgb(202 138 4 / 0.2);
}

.border-s-yellow-600\/25 {
  border-inline-start-color: rgb(202 138 4 / 0.25);
}

.border-s-yellow-600\/30 {
  border-inline-start-color: rgb(202 138 4 / 0.3);
}

.border-s-yellow-600\/35 {
  border-inline-start-color: rgb(202 138 4 / 0.35);
}

.border-s-yellow-600\/40 {
  border-inline-start-color: rgb(202 138 4 / 0.4);
}

.border-s-yellow-600\/45 {
  border-inline-start-color: rgb(202 138 4 / 0.45);
}

.border-s-yellow-600\/5 {
  border-inline-start-color: rgb(202 138 4 / 0.05);
}

.border-s-yellow-600\/50 {
  border-inline-start-color: rgb(202 138 4 / 0.5);
}

.border-s-yellow-600\/55 {
  border-inline-start-color: rgb(202 138 4 / 0.55);
}

.border-s-yellow-600\/60 {
  border-inline-start-color: rgb(202 138 4 / 0.6);
}

.border-s-yellow-600\/65 {
  border-inline-start-color: rgb(202 138 4 / 0.65);
}

.border-s-yellow-600\/70 {
  border-inline-start-color: rgb(202 138 4 / 0.7);
}

.border-s-yellow-600\/75 {
  border-inline-start-color: rgb(202 138 4 / 0.75);
}

.border-s-yellow-600\/80 {
  border-inline-start-color: rgb(202 138 4 / 0.8);
}

.border-s-yellow-600\/85 {
  border-inline-start-color: rgb(202 138 4 / 0.85);
}

.border-s-yellow-600\/90 {
  border-inline-start-color: rgb(202 138 4 / 0.9);
}

.border-s-yellow-600\/95 {
  border-inline-start-color: rgb(202 138 4 / 0.95);
}

.border-s-yellow-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-s-yellow-700\/0 {
  border-inline-start-color: rgb(161 98 7 / 0);
}

.border-s-yellow-700\/10 {
  border-inline-start-color: rgb(161 98 7 / 0.1);
}

.border-s-yellow-700\/100 {
  border-inline-start-color: rgb(161 98 7 / 1);
}

.border-s-yellow-700\/15 {
  border-inline-start-color: rgb(161 98 7 / 0.15);
}

.border-s-yellow-700\/20 {
  border-inline-start-color: rgb(161 98 7 / 0.2);
}

.border-s-yellow-700\/25 {
  border-inline-start-color: rgb(161 98 7 / 0.25);
}

.border-s-yellow-700\/30 {
  border-inline-start-color: rgb(161 98 7 / 0.3);
}

.border-s-yellow-700\/35 {
  border-inline-start-color: rgb(161 98 7 / 0.35);
}

.border-s-yellow-700\/40 {
  border-inline-start-color: rgb(161 98 7 / 0.4);
}

.border-s-yellow-700\/45 {
  border-inline-start-color: rgb(161 98 7 / 0.45);
}

.border-s-yellow-700\/5 {
  border-inline-start-color: rgb(161 98 7 / 0.05);
}

.border-s-yellow-700\/50 {
  border-inline-start-color: rgb(161 98 7 / 0.5);
}

.border-s-yellow-700\/55 {
  border-inline-start-color: rgb(161 98 7 / 0.55);
}

.border-s-yellow-700\/60 {
  border-inline-start-color: rgb(161 98 7 / 0.6);
}

.border-s-yellow-700\/65 {
  border-inline-start-color: rgb(161 98 7 / 0.65);
}

.border-s-yellow-700\/70 {
  border-inline-start-color: rgb(161 98 7 / 0.7);
}

.border-s-yellow-700\/75 {
  border-inline-start-color: rgb(161 98 7 / 0.75);
}

.border-s-yellow-700\/80 {
  border-inline-start-color: rgb(161 98 7 / 0.8);
}

.border-s-yellow-700\/85 {
  border-inline-start-color: rgb(161 98 7 / 0.85);
}

.border-s-yellow-700\/90 {
  border-inline-start-color: rgb(161 98 7 / 0.9);
}

.border-s-yellow-700\/95 {
  border-inline-start-color: rgb(161 98 7 / 0.95);
}

.border-s-yellow-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-s-yellow-800\/0 {
  border-inline-start-color: rgb(133 77 14 / 0);
}

.border-s-yellow-800\/10 {
  border-inline-start-color: rgb(133 77 14 / 0.1);
}

.border-s-yellow-800\/100 {
  border-inline-start-color: rgb(133 77 14 / 1);
}

.border-s-yellow-800\/15 {
  border-inline-start-color: rgb(133 77 14 / 0.15);
}

.border-s-yellow-800\/20 {
  border-inline-start-color: rgb(133 77 14 / 0.2);
}

.border-s-yellow-800\/25 {
  border-inline-start-color: rgb(133 77 14 / 0.25);
}

.border-s-yellow-800\/30 {
  border-inline-start-color: rgb(133 77 14 / 0.3);
}

.border-s-yellow-800\/35 {
  border-inline-start-color: rgb(133 77 14 / 0.35);
}

.border-s-yellow-800\/40 {
  border-inline-start-color: rgb(133 77 14 / 0.4);
}

.border-s-yellow-800\/45 {
  border-inline-start-color: rgb(133 77 14 / 0.45);
}

.border-s-yellow-800\/5 {
  border-inline-start-color: rgb(133 77 14 / 0.05);
}

.border-s-yellow-800\/50 {
  border-inline-start-color: rgb(133 77 14 / 0.5);
}

.border-s-yellow-800\/55 {
  border-inline-start-color: rgb(133 77 14 / 0.55);
}

.border-s-yellow-800\/60 {
  border-inline-start-color: rgb(133 77 14 / 0.6);
}

.border-s-yellow-800\/65 {
  border-inline-start-color: rgb(133 77 14 / 0.65);
}

.border-s-yellow-800\/70 {
  border-inline-start-color: rgb(133 77 14 / 0.7);
}

.border-s-yellow-800\/75 {
  border-inline-start-color: rgb(133 77 14 / 0.75);
}

.border-s-yellow-800\/80 {
  border-inline-start-color: rgb(133 77 14 / 0.8);
}

.border-s-yellow-800\/85 {
  border-inline-start-color: rgb(133 77 14 / 0.85);
}

.border-s-yellow-800\/90 {
  border-inline-start-color: rgb(133 77 14 / 0.9);
}

.border-s-yellow-800\/95 {
  border-inline-start-color: rgb(133 77 14 / 0.95);
}

.border-s-yellow-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-s-yellow-900\/0 {
  border-inline-start-color: rgb(113 63 18 / 0);
}

.border-s-yellow-900\/10 {
  border-inline-start-color: rgb(113 63 18 / 0.1);
}

.border-s-yellow-900\/100 {
  border-inline-start-color: rgb(113 63 18 / 1);
}

.border-s-yellow-900\/15 {
  border-inline-start-color: rgb(113 63 18 / 0.15);
}

.border-s-yellow-900\/20 {
  border-inline-start-color: rgb(113 63 18 / 0.2);
}

.border-s-yellow-900\/25 {
  border-inline-start-color: rgb(113 63 18 / 0.25);
}

.border-s-yellow-900\/30 {
  border-inline-start-color: rgb(113 63 18 / 0.3);
}

.border-s-yellow-900\/35 {
  border-inline-start-color: rgb(113 63 18 / 0.35);
}

.border-s-yellow-900\/40 {
  border-inline-start-color: rgb(113 63 18 / 0.4);
}

.border-s-yellow-900\/45 {
  border-inline-start-color: rgb(113 63 18 / 0.45);
}

.border-s-yellow-900\/5 {
  border-inline-start-color: rgb(113 63 18 / 0.05);
}

.border-s-yellow-900\/50 {
  border-inline-start-color: rgb(113 63 18 / 0.5);
}

.border-s-yellow-900\/55 {
  border-inline-start-color: rgb(113 63 18 / 0.55);
}

.border-s-yellow-900\/60 {
  border-inline-start-color: rgb(113 63 18 / 0.6);
}

.border-s-yellow-900\/65 {
  border-inline-start-color: rgb(113 63 18 / 0.65);
}

.border-s-yellow-900\/70 {
  border-inline-start-color: rgb(113 63 18 / 0.7);
}

.border-s-yellow-900\/75 {
  border-inline-start-color: rgb(113 63 18 / 0.75);
}

.border-s-yellow-900\/80 {
  border-inline-start-color: rgb(113 63 18 / 0.8);
}

.border-s-yellow-900\/85 {
  border-inline-start-color: rgb(113 63 18 / 0.85);
}

.border-s-yellow-900\/90 {
  border-inline-start-color: rgb(113 63 18 / 0.9);
}

.border-s-yellow-900\/95 {
  border-inline-start-color: rgb(113 63 18 / 0.95);
}

.border-s-yellow-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.border-s-yellow-950\/0 {
  border-inline-start-color: rgb(66 32 6 / 0);
}

.border-s-yellow-950\/10 {
  border-inline-start-color: rgb(66 32 6 / 0.1);
}

.border-s-yellow-950\/100 {
  border-inline-start-color: rgb(66 32 6 / 1);
}

.border-s-yellow-950\/15 {
  border-inline-start-color: rgb(66 32 6 / 0.15);
}

.border-s-yellow-950\/20 {
  border-inline-start-color: rgb(66 32 6 / 0.2);
}

.border-s-yellow-950\/25 {
  border-inline-start-color: rgb(66 32 6 / 0.25);
}

.border-s-yellow-950\/30 {
  border-inline-start-color: rgb(66 32 6 / 0.3);
}

.border-s-yellow-950\/35 {
  border-inline-start-color: rgb(66 32 6 / 0.35);
}

.border-s-yellow-950\/40 {
  border-inline-start-color: rgb(66 32 6 / 0.4);
}

.border-s-yellow-950\/45 {
  border-inline-start-color: rgb(66 32 6 / 0.45);
}

.border-s-yellow-950\/5 {
  border-inline-start-color: rgb(66 32 6 / 0.05);
}

.border-s-yellow-950\/50 {
  border-inline-start-color: rgb(66 32 6 / 0.5);
}

.border-s-yellow-950\/55 {
  border-inline-start-color: rgb(66 32 6 / 0.55);
}

.border-s-yellow-950\/60 {
  border-inline-start-color: rgb(66 32 6 / 0.6);
}

.border-s-yellow-950\/65 {
  border-inline-start-color: rgb(66 32 6 / 0.65);
}

.border-s-yellow-950\/70 {
  border-inline-start-color: rgb(66 32 6 / 0.7);
}

.border-s-yellow-950\/75 {
  border-inline-start-color: rgb(66 32 6 / 0.75);
}

.border-s-yellow-950\/80 {
  border-inline-start-color: rgb(66 32 6 / 0.8);
}

.border-s-yellow-950\/85 {
  border-inline-start-color: rgb(66 32 6 / 0.85);
}

.border-s-yellow-950\/90 {
  border-inline-start-color: rgb(66 32 6 / 0.9);
}

.border-s-yellow-950\/95 {
  border-inline-start-color: rgb(66 32 6 / 0.95);
}

.border-t-yellow-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-t-yellow-100\/0 {
  border-top-color: rgb(254 249 195 / 0);
}

.border-t-yellow-100\/10 {
  border-top-color: rgb(254 249 195 / 0.1);
}

.border-t-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1);
}

.border-t-yellow-100\/15 {
  border-top-color: rgb(254 249 195 / 0.15);
}

.border-t-yellow-100\/20 {
  border-top-color: rgb(254 249 195 / 0.2);
}

.border-t-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25);
}

.border-t-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3);
}

.border-t-yellow-100\/35 {
  border-top-color: rgb(254 249 195 / 0.35);
}

.border-t-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4);
}

.border-t-yellow-100\/45 {
  border-top-color: rgb(254 249 195 / 0.45);
}

.border-t-yellow-100\/5 {
  border-top-color: rgb(254 249 195 / 0.05);
}

.border-t-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5);
}

.border-t-yellow-100\/55 {
  border-top-color: rgb(254 249 195 / 0.55);
}

.border-t-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6);
}

.border-t-yellow-100\/65 {
  border-top-color: rgb(254 249 195 / 0.65);
}

.border-t-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7);
}

.border-t-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75);
}

.border-t-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8);
}

.border-t-yellow-100\/85 {
  border-top-color: rgb(254 249 195 / 0.85);
}

.border-t-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9);
}

.border-t-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95);
}

.border-t-yellow-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-t-yellow-200\/0 {
  border-top-color: rgb(254 240 138 / 0);
}

.border-t-yellow-200\/10 {
  border-top-color: rgb(254 240 138 / 0.1);
}

.border-t-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1);
}

.border-t-yellow-200\/15 {
  border-top-color: rgb(254 240 138 / 0.15);
}

.border-t-yellow-200\/20 {
  border-top-color: rgb(254 240 138 / 0.2);
}

.border-t-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25);
}

.border-t-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3);
}

.border-t-yellow-200\/35 {
  border-top-color: rgb(254 240 138 / 0.35);
}

.border-t-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4);
}

.border-t-yellow-200\/45 {
  border-top-color: rgb(254 240 138 / 0.45);
}

.border-t-yellow-200\/5 {
  border-top-color: rgb(254 240 138 / 0.05);
}

.border-t-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5);
}

.border-t-yellow-200\/55 {
  border-top-color: rgb(254 240 138 / 0.55);
}

.border-t-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6);
}

.border-t-yellow-200\/65 {
  border-top-color: rgb(254 240 138 / 0.65);
}

.border-t-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7);
}

.border-t-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75);
}

.border-t-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8);
}

.border-t-yellow-200\/85 {
  border-top-color: rgb(254 240 138 / 0.85);
}

.border-t-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9);
}

.border-t-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95);
}

.border-t-yellow-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-t-yellow-300\/0 {
  border-top-color: rgb(253 224 71 / 0);
}

.border-t-yellow-300\/10 {
  border-top-color: rgb(253 224 71 / 0.1);
}

.border-t-yellow-300\/100 {
  border-top-color: rgb(253 224 71 / 1);
}

.border-t-yellow-300\/15 {
  border-top-color: rgb(253 224 71 / 0.15);
}

.border-t-yellow-300\/20 {
  border-top-color: rgb(253 224 71 / 0.2);
}

.border-t-yellow-300\/25 {
  border-top-color: rgb(253 224 71 / 0.25);
}

.border-t-yellow-300\/30 {
  border-top-color: rgb(253 224 71 / 0.3);
}

.border-t-yellow-300\/35 {
  border-top-color: rgb(253 224 71 / 0.35);
}

.border-t-yellow-300\/40 {
  border-top-color: rgb(253 224 71 / 0.4);
}

.border-t-yellow-300\/45 {
  border-top-color: rgb(253 224 71 / 0.45);
}

.border-t-yellow-300\/5 {
  border-top-color: rgb(253 224 71 / 0.05);
}

.border-t-yellow-300\/50 {
  border-top-color: rgb(253 224 71 / 0.5);
}

.border-t-yellow-300\/55 {
  border-top-color: rgb(253 224 71 / 0.55);
}

.border-t-yellow-300\/60 {
  border-top-color: rgb(253 224 71 / 0.6);
}

.border-t-yellow-300\/65 {
  border-top-color: rgb(253 224 71 / 0.65);
}

.border-t-yellow-300\/70 {
  border-top-color: rgb(253 224 71 / 0.7);
}

.border-t-yellow-300\/75 {
  border-top-color: rgb(253 224 71 / 0.75);
}

.border-t-yellow-300\/80 {
  border-top-color: rgb(253 224 71 / 0.8);
}

.border-t-yellow-300\/85 {
  border-top-color: rgb(253 224 71 / 0.85);
}

.border-t-yellow-300\/90 {
  border-top-color: rgb(253 224 71 / 0.9);
}

.border-t-yellow-300\/95 {
  border-top-color: rgb(253 224 71 / 0.95);
}

.border-t-yellow-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-t-yellow-400\/0 {
  border-top-color: rgb(250 204 21 / 0);
}

.border-t-yellow-400\/10 {
  border-top-color: rgb(250 204 21 / 0.1);
}

.border-t-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1);
}

.border-t-yellow-400\/15 {
  border-top-color: rgb(250 204 21 / 0.15);
}

.border-t-yellow-400\/20 {
  border-top-color: rgb(250 204 21 / 0.2);
}

.border-t-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25);
}

.border-t-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3);
}

.border-t-yellow-400\/35 {
  border-top-color: rgb(250 204 21 / 0.35);
}

.border-t-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4);
}

.border-t-yellow-400\/45 {
  border-top-color: rgb(250 204 21 / 0.45);
}

.border-t-yellow-400\/5 {
  border-top-color: rgb(250 204 21 / 0.05);
}

.border-t-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5);
}

.border-t-yellow-400\/55 {
  border-top-color: rgb(250 204 21 / 0.55);
}

.border-t-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6);
}

.border-t-yellow-400\/65 {
  border-top-color: rgb(250 204 21 / 0.65);
}

.border-t-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7);
}

.border-t-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75);
}

.border-t-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8);
}

.border-t-yellow-400\/85 {
  border-top-color: rgb(250 204 21 / 0.85);
}

.border-t-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9);
}

.border-t-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95);
}

.border-t-yellow-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-t-yellow-50\/0 {
  border-top-color: rgb(254 252 232 / 0);
}

.border-t-yellow-50\/10 {
  border-top-color: rgb(254 252 232 / 0.1);
}

.border-t-yellow-50\/100 {
  border-top-color: rgb(254 252 232 / 1);
}

.border-t-yellow-50\/15 {
  border-top-color: rgb(254 252 232 / 0.15);
}

.border-t-yellow-50\/20 {
  border-top-color: rgb(254 252 232 / 0.2);
}

.border-t-yellow-50\/25 {
  border-top-color: rgb(254 252 232 / 0.25);
}

.border-t-yellow-50\/30 {
  border-top-color: rgb(254 252 232 / 0.3);
}

.border-t-yellow-50\/35 {
  border-top-color: rgb(254 252 232 / 0.35);
}

.border-t-yellow-50\/40 {
  border-top-color: rgb(254 252 232 / 0.4);
}

.border-t-yellow-50\/45 {
  border-top-color: rgb(254 252 232 / 0.45);
}

.border-t-yellow-50\/5 {
  border-top-color: rgb(254 252 232 / 0.05);
}

.border-t-yellow-50\/50 {
  border-top-color: rgb(254 252 232 / 0.5);
}

.border-t-yellow-50\/55 {
  border-top-color: rgb(254 252 232 / 0.55);
}

.border-t-yellow-50\/60 {
  border-top-color: rgb(254 252 232 / 0.6);
}

.border-t-yellow-50\/65 {
  border-top-color: rgb(254 252 232 / 0.65);
}

.border-t-yellow-50\/70 {
  border-top-color: rgb(254 252 232 / 0.7);
}

.border-t-yellow-50\/75 {
  border-top-color: rgb(254 252 232 / 0.75);
}

.border-t-yellow-50\/80 {
  border-top-color: rgb(254 252 232 / 0.8);
}

.border-t-yellow-50\/85 {
  border-top-color: rgb(254 252 232 / 0.85);
}

.border-t-yellow-50\/90 {
  border-top-color: rgb(254 252 232 / 0.9);
}

.border-t-yellow-50\/95 {
  border-top-color: rgb(254 252 232 / 0.95);
}

.border-t-yellow-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-t-yellow-500\/0 {
  border-top-color: rgb(234 179 8 / 0);
}

.border-t-yellow-500\/10 {
  border-top-color: rgb(234 179 8 / 0.1);
}

.border-t-yellow-500\/100 {
  border-top-color: rgb(234 179 8 / 1);
}

.border-t-yellow-500\/15 {
  border-top-color: rgb(234 179 8 / 0.15);
}

.border-t-yellow-500\/20 {
  border-top-color: rgb(234 179 8 / 0.2);
}

.border-t-yellow-500\/25 {
  border-top-color: rgb(234 179 8 / 0.25);
}

.border-t-yellow-500\/30 {
  border-top-color: rgb(234 179 8 / 0.3);
}

.border-t-yellow-500\/35 {
  border-top-color: rgb(234 179 8 / 0.35);
}

.border-t-yellow-500\/40 {
  border-top-color: rgb(234 179 8 / 0.4);
}

.border-t-yellow-500\/45 {
  border-top-color: rgb(234 179 8 / 0.45);
}

.border-t-yellow-500\/5 {
  border-top-color: rgb(234 179 8 / 0.05);
}

.border-t-yellow-500\/50 {
  border-top-color: rgb(234 179 8 / 0.5);
}

.border-t-yellow-500\/55 {
  border-top-color: rgb(234 179 8 / 0.55);
}

.border-t-yellow-500\/60 {
  border-top-color: rgb(234 179 8 / 0.6);
}

.border-t-yellow-500\/65 {
  border-top-color: rgb(234 179 8 / 0.65);
}

.border-t-yellow-500\/70 {
  border-top-color: rgb(234 179 8 / 0.7);
}

.border-t-yellow-500\/75 {
  border-top-color: rgb(234 179 8 / 0.75);
}

.border-t-yellow-500\/80 {
  border-top-color: rgb(234 179 8 / 0.8);
}

.border-t-yellow-500\/85 {
  border-top-color: rgb(234 179 8 / 0.85);
}

.border-t-yellow-500\/90 {
  border-top-color: rgb(234 179 8 / 0.9);
}

.border-t-yellow-500\/95 {
  border-top-color: rgb(234 179 8 / 0.95);
}

.border-t-yellow-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-t-yellow-600\/0 {
  border-top-color: rgb(202 138 4 / 0);
}

.border-t-yellow-600\/10 {
  border-top-color: rgb(202 138 4 / 0.1);
}

.border-t-yellow-600\/100 {
  border-top-color: rgb(202 138 4 / 1);
}

.border-t-yellow-600\/15 {
  border-top-color: rgb(202 138 4 / 0.15);
}

.border-t-yellow-600\/20 {
  border-top-color: rgb(202 138 4 / 0.2);
}

.border-t-yellow-600\/25 {
  border-top-color: rgb(202 138 4 / 0.25);
}

.border-t-yellow-600\/30 {
  border-top-color: rgb(202 138 4 / 0.3);
}

.border-t-yellow-600\/35 {
  border-top-color: rgb(202 138 4 / 0.35);
}

.border-t-yellow-600\/40 {
  border-top-color: rgb(202 138 4 / 0.4);
}

.border-t-yellow-600\/45 {
  border-top-color: rgb(202 138 4 / 0.45);
}

.border-t-yellow-600\/5 {
  border-top-color: rgb(202 138 4 / 0.05);
}

.border-t-yellow-600\/50 {
  border-top-color: rgb(202 138 4 / 0.5);
}

.border-t-yellow-600\/55 {
  border-top-color: rgb(202 138 4 / 0.55);
}

.border-t-yellow-600\/60 {
  border-top-color: rgb(202 138 4 / 0.6);
}

.border-t-yellow-600\/65 {
  border-top-color: rgb(202 138 4 / 0.65);
}

.border-t-yellow-600\/70 {
  border-top-color: rgb(202 138 4 / 0.7);
}

.border-t-yellow-600\/75 {
  border-top-color: rgb(202 138 4 / 0.75);
}

.border-t-yellow-600\/80 {
  border-top-color: rgb(202 138 4 / 0.8);
}

.border-t-yellow-600\/85 {
  border-top-color: rgb(202 138 4 / 0.85);
}

.border-t-yellow-600\/90 {
  border-top-color: rgb(202 138 4 / 0.9);
}

.border-t-yellow-600\/95 {
  border-top-color: rgb(202 138 4 / 0.95);
}

.border-t-yellow-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-t-yellow-700\/0 {
  border-top-color: rgb(161 98 7 / 0);
}

.border-t-yellow-700\/10 {
  border-top-color: rgb(161 98 7 / 0.1);
}

.border-t-yellow-700\/100 {
  border-top-color: rgb(161 98 7 / 1);
}

.border-t-yellow-700\/15 {
  border-top-color: rgb(161 98 7 / 0.15);
}

.border-t-yellow-700\/20 {
  border-top-color: rgb(161 98 7 / 0.2);
}

.border-t-yellow-700\/25 {
  border-top-color: rgb(161 98 7 / 0.25);
}

.border-t-yellow-700\/30 {
  border-top-color: rgb(161 98 7 / 0.3);
}

.border-t-yellow-700\/35 {
  border-top-color: rgb(161 98 7 / 0.35);
}

.border-t-yellow-700\/40 {
  border-top-color: rgb(161 98 7 / 0.4);
}

.border-t-yellow-700\/45 {
  border-top-color: rgb(161 98 7 / 0.45);
}

.border-t-yellow-700\/5 {
  border-top-color: rgb(161 98 7 / 0.05);
}

.border-t-yellow-700\/50 {
  border-top-color: rgb(161 98 7 / 0.5);
}

.border-t-yellow-700\/55 {
  border-top-color: rgb(161 98 7 / 0.55);
}

.border-t-yellow-700\/60 {
  border-top-color: rgb(161 98 7 / 0.6);
}

.border-t-yellow-700\/65 {
  border-top-color: rgb(161 98 7 / 0.65);
}

.border-t-yellow-700\/70 {
  border-top-color: rgb(161 98 7 / 0.7);
}

.border-t-yellow-700\/75 {
  border-top-color: rgb(161 98 7 / 0.75);
}

.border-t-yellow-700\/80 {
  border-top-color: rgb(161 98 7 / 0.8);
}

.border-t-yellow-700\/85 {
  border-top-color: rgb(161 98 7 / 0.85);
}

.border-t-yellow-700\/90 {
  border-top-color: rgb(161 98 7 / 0.9);
}

.border-t-yellow-700\/95 {
  border-top-color: rgb(161 98 7 / 0.95);
}

.border-t-yellow-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-t-yellow-800\/0 {
  border-top-color: rgb(133 77 14 / 0);
}

.border-t-yellow-800\/10 {
  border-top-color: rgb(133 77 14 / 0.1);
}

.border-t-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1);
}

.border-t-yellow-800\/15 {
  border-top-color: rgb(133 77 14 / 0.15);
}

.border-t-yellow-800\/20 {
  border-top-color: rgb(133 77 14 / 0.2);
}

.border-t-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25);
}

.border-t-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3);
}

.border-t-yellow-800\/35 {
  border-top-color: rgb(133 77 14 / 0.35);
}

.border-t-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4);
}

.border-t-yellow-800\/45 {
  border-top-color: rgb(133 77 14 / 0.45);
}

.border-t-yellow-800\/5 {
  border-top-color: rgb(133 77 14 / 0.05);
}

.border-t-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5);
}

.border-t-yellow-800\/55 {
  border-top-color: rgb(133 77 14 / 0.55);
}

.border-t-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6);
}

.border-t-yellow-800\/65 {
  border-top-color: rgb(133 77 14 / 0.65);
}

.border-t-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7);
}

.border-t-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75);
}

.border-t-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8);
}

.border-t-yellow-800\/85 {
  border-top-color: rgb(133 77 14 / 0.85);
}

.border-t-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9);
}

.border-t-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95);
}

.border-t-yellow-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-t-yellow-900\/0 {
  border-top-color: rgb(113 63 18 / 0);
}

.border-t-yellow-900\/10 {
  border-top-color: rgb(113 63 18 / 0.1);
}

.border-t-yellow-900\/100 {
  border-top-color: rgb(113 63 18 / 1);
}

.border-t-yellow-900\/15 {
  border-top-color: rgb(113 63 18 / 0.15);
}

.border-t-yellow-900\/20 {
  border-top-color: rgb(113 63 18 / 0.2);
}

.border-t-yellow-900\/25 {
  border-top-color: rgb(113 63 18 / 0.25);
}

.border-t-yellow-900\/30 {
  border-top-color: rgb(113 63 18 / 0.3);
}

.border-t-yellow-900\/35 {
  border-top-color: rgb(113 63 18 / 0.35);
}

.border-t-yellow-900\/40 {
  border-top-color: rgb(113 63 18 / 0.4);
}

.border-t-yellow-900\/45 {
  border-top-color: rgb(113 63 18 / 0.45);
}

.border-t-yellow-900\/5 {
  border-top-color: rgb(113 63 18 / 0.05);
}

.border-t-yellow-900\/50 {
  border-top-color: rgb(113 63 18 / 0.5);
}

.border-t-yellow-900\/55 {
  border-top-color: rgb(113 63 18 / 0.55);
}

.border-t-yellow-900\/60 {
  border-top-color: rgb(113 63 18 / 0.6);
}

.border-t-yellow-900\/65 {
  border-top-color: rgb(113 63 18 / 0.65);
}

.border-t-yellow-900\/70 {
  border-top-color: rgb(113 63 18 / 0.7);
}

.border-t-yellow-900\/75 {
  border-top-color: rgb(113 63 18 / 0.75);
}

.border-t-yellow-900\/80 {
  border-top-color: rgb(113 63 18 / 0.8);
}

.border-t-yellow-900\/85 {
  border-top-color: rgb(113 63 18 / 0.85);
}

.border-t-yellow-900\/90 {
  border-top-color: rgb(113 63 18 / 0.9);
}

.border-t-yellow-900\/95 {
  border-top-color: rgb(113 63 18 / 0.95);
}

.border-t-yellow-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.border-t-yellow-950\/0 {
  border-top-color: rgb(66 32 6 / 0);
}

.border-t-yellow-950\/10 {
  border-top-color: rgb(66 32 6 / 0.1);
}

.border-t-yellow-950\/100 {
  border-top-color: rgb(66 32 6 / 1);
}

.border-t-yellow-950\/15 {
  border-top-color: rgb(66 32 6 / 0.15);
}

.border-t-yellow-950\/20 {
  border-top-color: rgb(66 32 6 / 0.2);
}

.border-t-yellow-950\/25 {
  border-top-color: rgb(66 32 6 / 0.25);
}

.border-t-yellow-950\/30 {
  border-top-color: rgb(66 32 6 / 0.3);
}

.border-t-yellow-950\/35 {
  border-top-color: rgb(66 32 6 / 0.35);
}

.border-t-yellow-950\/40 {
  border-top-color: rgb(66 32 6 / 0.4);
}

.border-t-yellow-950\/45 {
  border-top-color: rgb(66 32 6 / 0.45);
}

.border-t-yellow-950\/5 {
  border-top-color: rgb(66 32 6 / 0.05);
}

.border-t-yellow-950\/50 {
  border-top-color: rgb(66 32 6 / 0.5);
}

.border-t-yellow-950\/55 {
  border-top-color: rgb(66 32 6 / 0.55);
}

.border-t-yellow-950\/60 {
  border-top-color: rgb(66 32 6 / 0.6);
}

.border-t-yellow-950\/65 {
  border-top-color: rgb(66 32 6 / 0.65);
}

.border-t-yellow-950\/70 {
  border-top-color: rgb(66 32 6 / 0.7);
}

.border-t-yellow-950\/75 {
  border-top-color: rgb(66 32 6 / 0.75);
}

.border-t-yellow-950\/80 {
  border-top-color: rgb(66 32 6 / 0.8);
}

.border-t-yellow-950\/85 {
  border-top-color: rgb(66 32 6 / 0.85);
}

.border-t-yellow-950\/90 {
  border-top-color: rgb(66 32 6 / 0.9);
}

.border-t-yellow-950\/95 {
  border-top-color: rgb(66 32 6 / 0.95);
}

.border-opacity-0 {
  --tw-border-opacity: 0;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.border-opacity-55 {
  --tw-border-opacity: 0.55;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}

.bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-100\/0 {
  background-color: rgb(219 234 254 / 0);
}

.bg-blue-100\/10 {
  background-color: rgb(219 234 254 / 0.1);
}

.bg-blue-100\/100 {
  background-color: rgb(219 234 254 / 1);
}

.bg-blue-100\/15 {
  background-color: rgb(219 234 254 / 0.15);
}

.bg-blue-100\/20 {
  background-color: rgb(219 234 254 / 0.2);
}

.bg-blue-100\/25 {
  background-color: rgb(219 234 254 / 0.25);
}

.bg-blue-100\/30 {
  background-color: rgb(219 234 254 / 0.3);
}

.bg-blue-100\/35 {
  background-color: rgb(219 234 254 / 0.35);
}

.bg-blue-100\/40 {
  background-color: rgb(219 234 254 / 0.4);
}

.bg-blue-100\/45 {
  background-color: rgb(219 234 254 / 0.45);
}

.bg-blue-100\/5 {
  background-color: rgb(219 234 254 / 0.05);
}

.bg-blue-100\/50 {
  background-color: rgb(219 234 254 / 0.5);
}

.bg-blue-100\/55 {
  background-color: rgb(219 234 254 / 0.55);
}

.bg-blue-100\/60 {
  background-color: rgb(219 234 254 / 0.6);
}

.bg-blue-100\/65 {
  background-color: rgb(219 234 254 / 0.65);
}

.bg-blue-100\/70 {
  background-color: rgb(219 234 254 / 0.7);
}

.bg-blue-100\/75 {
  background-color: rgb(219 234 254 / 0.75);
}

.bg-blue-100\/80 {
  background-color: rgb(219 234 254 / 0.8);
}

.bg-blue-100\/85 {
  background-color: rgb(219 234 254 / 0.85);
}

.bg-blue-100\/90 {
  background-color: rgb(219 234 254 / 0.9);
}

.bg-blue-100\/95 {
  background-color: rgb(219 234 254 / 0.95);
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-200\/0 {
  background-color: rgb(191 219 254 / 0);
}

.bg-blue-200\/10 {
  background-color: rgb(191 219 254 / 0.1);
}

.bg-blue-200\/100 {
  background-color: rgb(191 219 254 / 1);
}

.bg-blue-200\/15 {
  background-color: rgb(191 219 254 / 0.15);
}

.bg-blue-200\/20 {
  background-color: rgb(191 219 254 / 0.2);
}

.bg-blue-200\/25 {
  background-color: rgb(191 219 254 / 0.25);
}

.bg-blue-200\/30 {
  background-color: rgb(191 219 254 / 0.3);
}

.bg-blue-200\/35 {
  background-color: rgb(191 219 254 / 0.35);
}

.bg-blue-200\/40 {
  background-color: rgb(191 219 254 / 0.4);
}

.bg-blue-200\/45 {
  background-color: rgb(191 219 254 / 0.45);
}

.bg-blue-200\/5 {
  background-color: rgb(191 219 254 / 0.05);
}

.bg-blue-200\/50 {
  background-color: rgb(191 219 254 / 0.5);
}

.bg-blue-200\/55 {
  background-color: rgb(191 219 254 / 0.55);
}

.bg-blue-200\/60 {
  background-color: rgb(191 219 254 / 0.6);
}

.bg-blue-200\/65 {
  background-color: rgb(191 219 254 / 0.65);
}

.bg-blue-200\/70 {
  background-color: rgb(191 219 254 / 0.7);
}

.bg-blue-200\/75 {
  background-color: rgb(191 219 254 / 0.75);
}

.bg-blue-200\/80 {
  background-color: rgb(191 219 254 / 0.8);
}

.bg-blue-200\/85 {
  background-color: rgb(191 219 254 / 0.85);
}

.bg-blue-200\/90 {
  background-color: rgb(191 219 254 / 0.9);
}

.bg-blue-200\/95 {
  background-color: rgb(191 219 254 / 0.95);
}

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.bg-blue-300\/0 {
  background-color: rgb(147 197 253 / 0);
}

.bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1);
}

.bg-blue-300\/100 {
  background-color: rgb(147 197 253 / 1);
}

.bg-blue-300\/15 {
  background-color: rgb(147 197 253 / 0.15);
}

.bg-blue-300\/20 {
  background-color: rgb(147 197 253 / 0.2);
}

.bg-blue-300\/25 {
  background-color: rgb(147 197 253 / 0.25);
}

.bg-blue-300\/30 {
  background-color: rgb(147 197 253 / 0.3);
}

.bg-blue-300\/35 {
  background-color: rgb(147 197 253 / 0.35);
}

.bg-blue-300\/40 {
  background-color: rgb(147 197 253 / 0.4);
}

.bg-blue-300\/45 {
  background-color: rgb(147 197 253 / 0.45);
}

.bg-blue-300\/5 {
  background-color: rgb(147 197 253 / 0.05);
}

.bg-blue-300\/50 {
  background-color: rgb(147 197 253 / 0.5);
}

.bg-blue-300\/55 {
  background-color: rgb(147 197 253 / 0.55);
}

.bg-blue-300\/60 {
  background-color: rgb(147 197 253 / 0.6);
}

.bg-blue-300\/65 {
  background-color: rgb(147 197 253 / 0.65);
}

.bg-blue-300\/70 {
  background-color: rgb(147 197 253 / 0.7);
}

.bg-blue-300\/75 {
  background-color: rgb(147 197 253 / 0.75);
}

.bg-blue-300\/80 {
  background-color: rgb(147 197 253 / 0.8);
}

.bg-blue-300\/85 {
  background-color: rgb(147 197 253 / 0.85);
}

.bg-blue-300\/90 {
  background-color: rgb(147 197 253 / 0.9);
}

.bg-blue-300\/95 {
  background-color: rgb(147 197 253 / 0.95);
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.bg-blue-400\/0 {
  background-color: rgb(96 165 250 / 0);
}

.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}

.bg-blue-400\/100 {
  background-color: rgb(96 165 250 / 1);
}

.bg-blue-400\/15 {
  background-color: rgb(96 165 250 / 0.15);
}

.bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}

.bg-blue-400\/25 {
  background-color: rgb(96 165 250 / 0.25);
}

.bg-blue-400\/30 {
  background-color: rgb(96 165 250 / 0.3);
}

.bg-blue-400\/35 {
  background-color: rgb(96 165 250 / 0.35);
}

.bg-blue-400\/40 {
  background-color: rgb(96 165 250 / 0.4);
}

.bg-blue-400\/45 {
  background-color: rgb(96 165 250 / 0.45);
}

.bg-blue-400\/5 {
  background-color: rgb(96 165 250 / 0.05);
}

.bg-blue-400\/50 {
  background-color: rgb(96 165 250 / 0.5);
}

.bg-blue-400\/55 {
  background-color: rgb(96 165 250 / 0.55);
}

.bg-blue-400\/60 {
  background-color: rgb(96 165 250 / 0.6);
}

.bg-blue-400\/65 {
  background-color: rgb(96 165 250 / 0.65);
}

.bg-blue-400\/70 {
  background-color: rgb(96 165 250 / 0.7);
}

.bg-blue-400\/75 {
  background-color: rgb(96 165 250 / 0.75);
}

.bg-blue-400\/80 {
  background-color: rgb(96 165 250 / 0.8);
}

.bg-blue-400\/85 {
  background-color: rgb(96 165 250 / 0.85);
}

.bg-blue-400\/90 {
  background-color: rgb(96 165 250 / 0.9);
}

.bg-blue-400\/95 {
  background-color: rgb(96 165 250 / 0.95);
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-50\/0 {
  background-color: rgb(239 246 255 / 0);
}

.bg-blue-50\/10 {
  background-color: rgb(239 246 255 / 0.1);
}

.bg-blue-50\/100 {
  background-color: rgb(239 246 255 / 1);
}

.bg-blue-50\/15 {
  background-color: rgb(239 246 255 / 0.15);
}

.bg-blue-50\/20 {
  background-color: rgb(239 246 255 / 0.2);
}

.bg-blue-50\/25 {
  background-color: rgb(239 246 255 / 0.25);
}

.bg-blue-50\/30 {
  background-color: rgb(239 246 255 / 0.3);
}

.bg-blue-50\/35 {
  background-color: rgb(239 246 255 / 0.35);
}

.bg-blue-50\/40 {
  background-color: rgb(239 246 255 / 0.4);
}

.bg-blue-50\/45 {
  background-color: rgb(239 246 255 / 0.45);
}

.bg-blue-50\/5 {
  background-color: rgb(239 246 255 / 0.05);
}

.bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5);
}

.bg-blue-50\/55 {
  background-color: rgb(239 246 255 / 0.55);
}

.bg-blue-50\/60 {
  background-color: rgb(239 246 255 / 0.6);
}

.bg-blue-50\/65 {
  background-color: rgb(239 246 255 / 0.65);
}

.bg-blue-50\/70 {
  background-color: rgb(239 246 255 / 0.7);
}

.bg-blue-50\/75 {
  background-color: rgb(239 246 255 / 0.75);
}

.bg-blue-50\/80 {
  background-color: rgb(239 246 255 / 0.8);
}

.bg-blue-50\/85 {
  background-color: rgb(239 246 255 / 0.85);
}

.bg-blue-50\/90 {
  background-color: rgb(239 246 255 / 0.9);
}

.bg-blue-50\/95 {
  background-color: rgb(239 246 255 / 0.95);
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0);
}

.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}

.bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1);
}

.bg-blue-500\/15 {
  background-color: rgb(59 130 246 / 0.15);
}

.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}

.bg-blue-500\/25 {
  background-color: rgb(59 130 246 / 0.25);
}

.bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}

.bg-blue-500\/35 {
  background-color: rgb(59 130 246 / 0.35);
}

.bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4);
}

.bg-blue-500\/45 {
  background-color: rgb(59 130 246 / 0.45);
}

.bg-blue-500\/5 {
  background-color: rgb(59 130 246 / 0.05);
}

.bg-blue-500\/50 {
  background-color: rgb(59 130 246 / 0.5);
}

.bg-blue-500\/55 {
  background-color: rgb(59 130 246 / 0.55);
}

.bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6);
}

.bg-blue-500\/65 {
  background-color: rgb(59 130 246 / 0.65);
}

.bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7);
}

.bg-blue-500\/75 {
  background-color: rgb(59 130 246 / 0.75);
}

.bg-blue-500\/80 {
  background-color: rgb(59 130 246 / 0.8);
}

.bg-blue-500\/85 {
  background-color: rgb(59 130 246 / 0.85);
}

.bg-blue-500\/90 {
  background-color: rgb(59 130 246 / 0.9);
}

.bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95);
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-600\/0 {
  background-color: rgb(37 99 235 / 0);
}

.bg-blue-600\/10 {
  background-color: rgb(37 99 235 / 0.1);
}

.bg-blue-600\/100 {
  background-color: rgb(37 99 235 / 1);
}

.bg-blue-600\/15 {
  background-color: rgb(37 99 235 / 0.15);
}

.bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2);
}

.bg-blue-600\/25 {
  background-color: rgb(37 99 235 / 0.25);
}

.bg-blue-600\/30 {
  background-color: rgb(37 99 235 / 0.3);
}

.bg-blue-600\/35 {
  background-color: rgb(37 99 235 / 0.35);
}

.bg-blue-600\/40 {
  background-color: rgb(37 99 235 / 0.4);
}

.bg-blue-600\/45 {
  background-color: rgb(37 99 235 / 0.45);
}

.bg-blue-600\/5 {
  background-color: rgb(37 99 235 / 0.05);
}

.bg-blue-600\/50 {
  background-color: rgb(37 99 235 / 0.5);
}

.bg-blue-600\/55 {
  background-color: rgb(37 99 235 / 0.55);
}

.bg-blue-600\/60 {
  background-color: rgb(37 99 235 / 0.6);
}

.bg-blue-600\/65 {
  background-color: rgb(37 99 235 / 0.65);
}

.bg-blue-600\/70 {
  background-color: rgb(37 99 235 / 0.7);
}

.bg-blue-600\/75 {
  background-color: rgb(37 99 235 / 0.75);
}

.bg-blue-600\/80 {
  background-color: rgb(37 99 235 / 0.8);
}

.bg-blue-600\/85 {
  background-color: rgb(37 99 235 / 0.85);
}

.bg-blue-600\/90 {
  background-color: rgb(37 99 235 / 0.9);
}

.bg-blue-600\/95 {
  background-color: rgb(37 99 235 / 0.95);
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.bg-blue-700\/0 {
  background-color: rgb(29 78 216 / 0);
}

.bg-blue-700\/10 {
  background-color: rgb(29 78 216 / 0.1);
}

.bg-blue-700\/100 {
  background-color: rgb(29 78 216 / 1);
}

.bg-blue-700\/15 {
  background-color: rgb(29 78 216 / 0.15);
}

.bg-blue-700\/20 {
  background-color: rgb(29 78 216 / 0.2);
}

.bg-blue-700\/25 {
  background-color: rgb(29 78 216 / 0.25);
}

.bg-blue-700\/30 {
  background-color: rgb(29 78 216 / 0.3);
}

.bg-blue-700\/35 {
  background-color: rgb(29 78 216 / 0.35);
}

.bg-blue-700\/40 {
  background-color: rgb(29 78 216 / 0.4);
}

.bg-blue-700\/45 {
  background-color: rgb(29 78 216 / 0.45);
}

.bg-blue-700\/5 {
  background-color: rgb(29 78 216 / 0.05);
}

.bg-blue-700\/50 {
  background-color: rgb(29 78 216 / 0.5);
}

.bg-blue-700\/55 {
  background-color: rgb(29 78 216 / 0.55);
}

.bg-blue-700\/60 {
  background-color: rgb(29 78 216 / 0.6);
}

.bg-blue-700\/65 {
  background-color: rgb(29 78 216 / 0.65);
}

.bg-blue-700\/70 {
  background-color: rgb(29 78 216 / 0.7);
}

.bg-blue-700\/75 {
  background-color: rgb(29 78 216 / 0.75);
}

.bg-blue-700\/80 {
  background-color: rgb(29 78 216 / 0.8);
}

.bg-blue-700\/85 {
  background-color: rgb(29 78 216 / 0.85);
}

.bg-blue-700\/90 {
  background-color: rgb(29 78 216 / 0.9);
}

.bg-blue-700\/95 {
  background-color: rgb(29 78 216 / 0.95);
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.bg-blue-800\/0 {
  background-color: rgb(30 64 175 / 0);
}

.bg-blue-800\/10 {
  background-color: rgb(30 64 175 / 0.1);
}

.bg-blue-800\/100 {
  background-color: rgb(30 64 175 / 1);
}

.bg-blue-800\/15 {
  background-color: rgb(30 64 175 / 0.15);
}

.bg-blue-800\/20 {
  background-color: rgb(30 64 175 / 0.2);
}

.bg-blue-800\/25 {
  background-color: rgb(30 64 175 / 0.25);
}

.bg-blue-800\/30 {
  background-color: rgb(30 64 175 / 0.3);
}

.bg-blue-800\/35 {
  background-color: rgb(30 64 175 / 0.35);
}

.bg-blue-800\/40 {
  background-color: rgb(30 64 175 / 0.4);
}

.bg-blue-800\/45 {
  background-color: rgb(30 64 175 / 0.45);
}

.bg-blue-800\/5 {
  background-color: rgb(30 64 175 / 0.05);
}

.bg-blue-800\/50 {
  background-color: rgb(30 64 175 / 0.5);
}

.bg-blue-800\/55 {
  background-color: rgb(30 64 175 / 0.55);
}

.bg-blue-800\/60 {
  background-color: rgb(30 64 175 / 0.6);
}

.bg-blue-800\/65 {
  background-color: rgb(30 64 175 / 0.65);
}

.bg-blue-800\/70 {
  background-color: rgb(30 64 175 / 0.7);
}

.bg-blue-800\/75 {
  background-color: rgb(30 64 175 / 0.75);
}

.bg-blue-800\/80 {
  background-color: rgb(30 64 175 / 0.8);
}

.bg-blue-800\/85 {
  background-color: rgb(30 64 175 / 0.85);
}

.bg-blue-800\/90 {
  background-color: rgb(30 64 175 / 0.9);
}

.bg-blue-800\/95 {
  background-color: rgb(30 64 175 / 0.95);
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.bg-blue-900\/0 {
  background-color: rgb(30 58 138 / 0);
}

.bg-blue-900\/10 {
  background-color: rgb(30 58 138 / 0.1);
}

.bg-blue-900\/100 {
  background-color: rgb(30 58 138 / 1);
}

.bg-blue-900\/15 {
  background-color: rgb(30 58 138 / 0.15);
}

.bg-blue-900\/20 {
  background-color: rgb(30 58 138 / 0.2);
}

.bg-blue-900\/25 {
  background-color: rgb(30 58 138 / 0.25);
}

.bg-blue-900\/30 {
  background-color: rgb(30 58 138 / 0.3);
}

.bg-blue-900\/35 {
  background-color: rgb(30 58 138 / 0.35);
}

.bg-blue-900\/40 {
  background-color: rgb(30 58 138 / 0.4);
}

.bg-blue-900\/45 {
  background-color: rgb(30 58 138 / 0.45);
}

.bg-blue-900\/5 {
  background-color: rgb(30 58 138 / 0.05);
}

.bg-blue-900\/50 {
  background-color: rgb(30 58 138 / 0.5);
}

.bg-blue-900\/55 {
  background-color: rgb(30 58 138 / 0.55);
}

.bg-blue-900\/60 {
  background-color: rgb(30 58 138 / 0.6);
}

.bg-blue-900\/65 {
  background-color: rgb(30 58 138 / 0.65);
}

.bg-blue-900\/70 {
  background-color: rgb(30 58 138 / 0.7);
}

.bg-blue-900\/75 {
  background-color: rgb(30 58 138 / 0.75);
}

.bg-blue-900\/80 {
  background-color: rgb(30 58 138 / 0.8);
}

.bg-blue-900\/85 {
  background-color: rgb(30 58 138 / 0.85);
}

.bg-blue-900\/90 {
  background-color: rgb(30 58 138 / 0.9);
}

.bg-blue-900\/95 {
  background-color: rgb(30 58 138 / 0.95);
}

.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}

.bg-blue-950\/0 {
  background-color: rgb(23 37 84 / 0);
}

.bg-blue-950\/10 {
  background-color: rgb(23 37 84 / 0.1);
}

.bg-blue-950\/100 {
  background-color: rgb(23 37 84 / 1);
}

.bg-blue-950\/15 {
  background-color: rgb(23 37 84 / 0.15);
}

.bg-blue-950\/20 {
  background-color: rgb(23 37 84 / 0.2);
}

.bg-blue-950\/25 {
  background-color: rgb(23 37 84 / 0.25);
}

.bg-blue-950\/30 {
  background-color: rgb(23 37 84 / 0.3);
}

.bg-blue-950\/35 {
  background-color: rgb(23 37 84 / 0.35);
}

.bg-blue-950\/40 {
  background-color: rgb(23 37 84 / 0.4);
}

.bg-blue-950\/45 {
  background-color: rgb(23 37 84 / 0.45);
}

.bg-blue-950\/5 {
  background-color: rgb(23 37 84 / 0.05);
}

.bg-blue-950\/50 {
  background-color: rgb(23 37 84 / 0.5);
}

.bg-blue-950\/55 {
  background-color: rgb(23 37 84 / 0.55);
}

.bg-blue-950\/60 {
  background-color: rgb(23 37 84 / 0.6);
}

.bg-blue-950\/65 {
  background-color: rgb(23 37 84 / 0.65);
}

.bg-blue-950\/70 {
  background-color: rgb(23 37 84 / 0.7);
}

.bg-blue-950\/75 {
  background-color: rgb(23 37 84 / 0.75);
}

.bg-blue-950\/80 {
  background-color: rgb(23 37 84 / 0.8);
}

.bg-blue-950\/85 {
  background-color: rgb(23 37 84 / 0.85);
}

.bg-blue-950\/90 {
  background-color: rgb(23 37 84 / 0.9);
}

.bg-blue-950\/95 {
  background-color: rgb(23 37 84 / 0.95);
}

.bg-current {
  background-color: currentColor;
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-100\/0 {
  background-color: rgb(243 244 246 / 0);
}

.bg-gray-100\/10 {
  background-color: rgb(243 244 246 / 0.1);
}

.bg-gray-100\/100 {
  background-color: rgb(243 244 246 / 1);
}

.bg-gray-100\/15 {
  background-color: rgb(243 244 246 / 0.15);
}

.bg-gray-100\/20 {
  background-color: rgb(243 244 246 / 0.2);
}

.bg-gray-100\/25 {
  background-color: rgb(243 244 246 / 0.25);
}

.bg-gray-100\/30 {
  background-color: rgb(243 244 246 / 0.3);
}

.bg-gray-100\/35 {
  background-color: rgb(243 244 246 / 0.35);
}

.bg-gray-100\/40 {
  background-color: rgb(243 244 246 / 0.4);
}

.bg-gray-100\/45 {
  background-color: rgb(243 244 246 / 0.45);
}

.bg-gray-100\/5 {
  background-color: rgb(243 244 246 / 0.05);
}

.bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}

.bg-gray-100\/55 {
  background-color: rgb(243 244 246 / 0.55);
}

.bg-gray-100\/60 {
  background-color: rgb(243 244 246 / 0.6);
}

.bg-gray-100\/65 {
  background-color: rgb(243 244 246 / 0.65);
}

.bg-gray-100\/70 {
  background-color: rgb(243 244 246 / 0.7);
}

.bg-gray-100\/75 {
  background-color: rgb(243 244 246 / 0.75);
}

.bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}

.bg-gray-100\/85 {
  background-color: rgb(243 244 246 / 0.85);
}

.bg-gray-100\/90 {
  background-color: rgb(243 244 246 / 0.9);
}

.bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-200\/0 {
  background-color: rgb(229 231 235 / 0);
}

.bg-gray-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}

.bg-gray-200\/100 {
  background-color: rgb(229 231 235 / 1);
}

.bg-gray-200\/15 {
  background-color: rgb(229 231 235 / 0.15);
}

.bg-gray-200\/20 {
  background-color: rgb(229 231 235 / 0.2);
}

.bg-gray-200\/25 {
  background-color: rgb(229 231 235 / 0.25);
}

.bg-gray-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}

.bg-gray-200\/35 {
  background-color: rgb(229 231 235 / 0.35);
}

.bg-gray-200\/40 {
  background-color: rgb(229 231 235 / 0.4);
}

.bg-gray-200\/45 {
  background-color: rgb(229 231 235 / 0.45);
}

.bg-gray-200\/5 {
  background-color: rgb(229 231 235 / 0.05);
}

.bg-gray-200\/50 {
  background-color: rgb(229 231 235 / 0.5);
}

.bg-gray-200\/55 {
  background-color: rgb(229 231 235 / 0.55);
}

.bg-gray-200\/60 {
  background-color: rgb(229 231 235 / 0.6);
}

.bg-gray-200\/65 {
  background-color: rgb(229 231 235 / 0.65);
}

.bg-gray-200\/70 {
  background-color: rgb(229 231 235 / 0.7);
}

.bg-gray-200\/75 {
  background-color: rgb(229 231 235 / 0.75);
}

.bg-gray-200\/80 {
  background-color: rgb(229 231 235 / 0.8);
}

.bg-gray-200\/85 {
  background-color: rgb(229 231 235 / 0.85);
}

.bg-gray-200\/90 {
  background-color: rgb(229 231 235 / 0.9);
}

.bg-gray-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-300\/0 {
  background-color: rgb(209 213 219 / 0);
}

.bg-gray-300\/10 {
  background-color: rgb(209 213 219 / 0.1);
}

.bg-gray-300\/100 {
  background-color: rgb(209 213 219 / 1);
}

.bg-gray-300\/15 {
  background-color: rgb(209 213 219 / 0.15);
}

.bg-gray-300\/20 {
  background-color: rgb(209 213 219 / 0.2);
}

.bg-gray-300\/25 {
  background-color: rgb(209 213 219 / 0.25);
}

.bg-gray-300\/30 {
  background-color: rgb(209 213 219 / 0.3);
}

.bg-gray-300\/35 {
  background-color: rgb(209 213 219 / 0.35);
}

.bg-gray-300\/40 {
  background-color: rgb(209 213 219 / 0.4);
}

.bg-gray-300\/45 {
  background-color: rgb(209 213 219 / 0.45);
}

.bg-gray-300\/5 {
  background-color: rgb(209 213 219 / 0.05);
}

.bg-gray-300\/50 {
  background-color: rgb(209 213 219 / 0.5);
}

.bg-gray-300\/55 {
  background-color: rgb(209 213 219 / 0.55);
}

.bg-gray-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}

.bg-gray-300\/65 {
  background-color: rgb(209 213 219 / 0.65);
}

.bg-gray-300\/70 {
  background-color: rgb(209 213 219 / 0.7);
}

.bg-gray-300\/75 {
  background-color: rgb(209 213 219 / 0.75);
}

.bg-gray-300\/80 {
  background-color: rgb(209 213 219 / 0.8);
}

.bg-gray-300\/85 {
  background-color: rgb(209 213 219 / 0.85);
}

.bg-gray-300\/90 {
  background-color: rgb(209 213 219 / 0.9);
}

.bg-gray-300\/95 {
  background-color: rgb(209 213 219 / 0.95);
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0);
}

.bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}

.bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1);
}

.bg-gray-400\/15 {
  background-color: rgb(156 163 175 / 0.15);
}

.bg-gray-400\/20 {
  background-color: rgb(156 163 175 / 0.2);
}

.bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}

.bg-gray-400\/30 {
  background-color: rgb(156 163 175 / 0.3);
}

.bg-gray-400\/35 {
  background-color: rgb(156 163 175 / 0.35);
}

.bg-gray-400\/40 {
  background-color: rgb(156 163 175 / 0.4);
}

.bg-gray-400\/45 {
  background-color: rgb(156 163 175 / 0.45);
}

.bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}

.bg-gray-400\/50 {
  background-color: rgb(156 163 175 / 0.5);
}

.bg-gray-400\/55 {
  background-color: rgb(156 163 175 / 0.55);
}

.bg-gray-400\/60 {
  background-color: rgb(156 163 175 / 0.6);
}

.bg-gray-400\/65 {
  background-color: rgb(156 163 175 / 0.65);
}

.bg-gray-400\/70 {
  background-color: rgb(156 163 175 / 0.7);
}

.bg-gray-400\/75 {
  background-color: rgb(156 163 175 / 0.75);
}

.bg-gray-400\/80 {
  background-color: rgb(156 163 175 / 0.8);
}

.bg-gray-400\/85 {
  background-color: rgb(156 163 175 / 0.85);
}

.bg-gray-400\/90 {
  background-color: rgb(156 163 175 / 0.9);
}

.bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-50\/0 {
  background-color: rgb(249 250 251 / 0);
}

.bg-gray-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}

.bg-gray-50\/100 {
  background-color: rgb(249 250 251 / 1);
}

.bg-gray-50\/15 {
  background-color: rgb(249 250 251 / 0.15);
}

.bg-gray-50\/20 {
  background-color: rgb(249 250 251 / 0.2);
}

.bg-gray-50\/25 {
  background-color: rgb(249 250 251 / 0.25);
}

.bg-gray-50\/30 {
  background-color: rgb(249 250 251 / 0.3);
}

.bg-gray-50\/35 {
  background-color: rgb(249 250 251 / 0.35);
}

.bg-gray-50\/40 {
  background-color: rgb(249 250 251 / 0.4);
}

.bg-gray-50\/45 {
  background-color: rgb(249 250 251 / 0.45);
}

.bg-gray-50\/5 {
  background-color: rgb(249 250 251 / 0.05);
}

.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}

.bg-gray-50\/55 {
  background-color: rgb(249 250 251 / 0.55);
}

.bg-gray-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}

.bg-gray-50\/65 {
  background-color: rgb(249 250 251 / 0.65);
}

.bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}

.bg-gray-50\/75 {
  background-color: rgb(249 250 251 / 0.75);
}

.bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}

.bg-gray-50\/85 {
  background-color: rgb(249 250 251 / 0.85);
}

.bg-gray-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}

.bg-gray-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0);
}

.bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}

.bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1);
}

.bg-gray-500\/15 {
  background-color: rgb(107 114 128 / 0.15);
}

.bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}

.bg-gray-500\/25 {
  background-color: rgb(107 114 128 / 0.25);
}

.bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}

.bg-gray-500\/35 {
  background-color: rgb(107 114 128 / 0.35);
}

.bg-gray-500\/40 {
  background-color: rgb(107 114 128 / 0.4);
}

.bg-gray-500\/45 {
  background-color: rgb(107 114 128 / 0.45);
}

.bg-gray-500\/5 {
  background-color: rgb(107 114 128 / 0.05);
}

.bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}

.bg-gray-500\/55 {
  background-color: rgb(107 114 128 / 0.55);
}

.bg-gray-500\/60 {
  background-color: rgb(107 114 128 / 0.6);
}

.bg-gray-500\/65 {
  background-color: rgb(107 114 128 / 0.65);
}

.bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}

.bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}

.bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}

.bg-gray-500\/85 {
  background-color: rgb(107 114 128 / 0.85);
}

.bg-gray-500\/90 {
  background-color: rgb(107 114 128 / 0.9);
}

.bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.bg-gray-600\/0 {
  background-color: rgb(75 85 99 / 0);
}

.bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}

.bg-gray-600\/100 {
  background-color: rgb(75 85 99 / 1);
}

.bg-gray-600\/15 {
  background-color: rgb(75 85 99 / 0.15);
}

.bg-gray-600\/20 {
  background-color: rgb(75 85 99 / 0.2);
}

.bg-gray-600\/25 {
  background-color: rgb(75 85 99 / 0.25);
}

.bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}

.bg-gray-600\/35 {
  background-color: rgb(75 85 99 / 0.35);
}

.bg-gray-600\/40 {
  background-color: rgb(75 85 99 / 0.4);
}

.bg-gray-600\/45 {
  background-color: rgb(75 85 99 / 0.45);
}

.bg-gray-600\/5 {
  background-color: rgb(75 85 99 / 0.05);
}

.bg-gray-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}

.bg-gray-600\/55 {
  background-color: rgb(75 85 99 / 0.55);
}

.bg-gray-600\/60 {
  background-color: rgb(75 85 99 / 0.6);
}

.bg-gray-600\/65 {
  background-color: rgb(75 85 99 / 0.65);
}

.bg-gray-600\/70 {
  background-color: rgb(75 85 99 / 0.7);
}

.bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}

.bg-gray-600\/80 {
  background-color: rgb(75 85 99 / 0.8);
}

.bg-gray-600\/85 {
  background-color: rgb(75 85 99 / 0.85);
}

.bg-gray-600\/90 {
  background-color: rgb(75 85 99 / 0.9);
}

.bg-gray-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-gray-700\/0 {
  background-color: rgb(55 65 81 / 0);
}

.bg-gray-700\/10 {
  background-color: rgb(55 65 81 / 0.1);
}

.bg-gray-700\/100 {
  background-color: rgb(55 65 81 / 1);
}

.bg-gray-700\/15 {
  background-color: rgb(55 65 81 / 0.15);
}

.bg-gray-700\/20 {
  background-color: rgb(55 65 81 / 0.2);
}

.bg-gray-700\/25 {
  background-color: rgb(55 65 81 / 0.25);
}

.bg-gray-700\/30 {
  background-color: rgb(55 65 81 / 0.3);
}

.bg-gray-700\/35 {
  background-color: rgb(55 65 81 / 0.35);
}

.bg-gray-700\/40 {
  background-color: rgb(55 65 81 / 0.4);
}

.bg-gray-700\/45 {
  background-color: rgb(55 65 81 / 0.45);
}

.bg-gray-700\/5 {
  background-color: rgb(55 65 81 / 0.05);
}

.bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}

.bg-gray-700\/55 {
  background-color: rgb(55 65 81 / 0.55);
}

.bg-gray-700\/60 {
  background-color: rgb(55 65 81 / 0.6);
}

.bg-gray-700\/65 {
  background-color: rgb(55 65 81 / 0.65);
}

.bg-gray-700\/70 {
  background-color: rgb(55 65 81 / 0.7);
}

.bg-gray-700\/75 {
  background-color: rgb(55 65 81 / 0.75);
}

.bg-gray-700\/80 {
  background-color: rgb(55 65 81 / 0.8);
}

.bg-gray-700\/85 {
  background-color: rgb(55 65 81 / 0.85);
}

.bg-gray-700\/90 {
  background-color: rgb(55 65 81 / 0.9);
}

.bg-gray-700\/95 {
  background-color: rgb(55 65 81 / 0.95);
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-gray-800\/0 {
  background-color: rgb(31 41 55 / 0);
}

.bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}

.bg-gray-800\/100 {
  background-color: rgb(31 41 55 / 1);
}

.bg-gray-800\/15 {
  background-color: rgb(31 41 55 / 0.15);
}

.bg-gray-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}

.bg-gray-800\/25 {
  background-color: rgb(31 41 55 / 0.25);
}

.bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}

.bg-gray-800\/35 {
  background-color: rgb(31 41 55 / 0.35);
}

.bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}

.bg-gray-800\/45 {
  background-color: rgb(31 41 55 / 0.45);
}

.bg-gray-800\/5 {
  background-color: rgb(31 41 55 / 0.05);
}

.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}

.bg-gray-800\/55 {
  background-color: rgb(31 41 55 / 0.55);
}

.bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}

.bg-gray-800\/65 {
  background-color: rgb(31 41 55 / 0.65);
}

.bg-gray-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}

.bg-gray-800\/75 {
  background-color: rgb(31 41 55 / 0.75);
}

.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}

.bg-gray-800\/85 {
  background-color: rgb(31 41 55 / 0.85);
}

.bg-gray-800\/90 {
  background-color: rgb(31 41 55 / 0.9);
}

.bg-gray-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-gray-900\/0 {
  background-color: rgb(17 24 39 / 0);
}

.bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}

.bg-gray-900\/100 {
  background-color: rgb(17 24 39 / 1);
}

.bg-gray-900\/15 {
  background-color: rgb(17 24 39 / 0.15);
}

.bg-gray-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}

.bg-gray-900\/25 {
  background-color: rgb(17 24 39 / 0.25);
}

.bg-gray-900\/30 {
  background-color: rgb(17 24 39 / 0.3);
}

.bg-gray-900\/35 {
  background-color: rgb(17 24 39 / 0.35);
}

.bg-gray-900\/40 {
  background-color: rgb(17 24 39 / 0.4);
}

.bg-gray-900\/45 {
  background-color: rgb(17 24 39 / 0.45);
}

.bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}

.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}

.bg-gray-900\/55 {
  background-color: rgb(17 24 39 / 0.55);
}

.bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}

.bg-gray-900\/65 {
  background-color: rgb(17 24 39 / 0.65);
}

.bg-gray-900\/70 {
  background-color: rgb(17 24 39 / 0.7);
}

.bg-gray-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}

.bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}

.bg-gray-900\/85 {
  background-color: rgb(17 24 39 / 0.85);
}

.bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}

.bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}

.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.bg-gray-950\/0 {
  background-color: rgb(3 7 18 / 0);
}

.bg-gray-950\/10 {
  background-color: rgb(3 7 18 / 0.1);
}

.bg-gray-950\/100 {
  background-color: rgb(3 7 18 / 1);
}

.bg-gray-950\/15 {
  background-color: rgb(3 7 18 / 0.15);
}

.bg-gray-950\/20 {
  background-color: rgb(3 7 18 / 0.2);
}

.bg-gray-950\/25 {
  background-color: rgb(3 7 18 / 0.25);
}

.bg-gray-950\/30 {
  background-color: rgb(3 7 18 / 0.3);
}

.bg-gray-950\/35 {
  background-color: rgb(3 7 18 / 0.35);
}

.bg-gray-950\/40 {
  background-color: rgb(3 7 18 / 0.4);
}

.bg-gray-950\/45 {
  background-color: rgb(3 7 18 / 0.45);
}

.bg-gray-950\/5 {
  background-color: rgb(3 7 18 / 0.05);
}

.bg-gray-950\/50 {
  background-color: rgb(3 7 18 / 0.5);
}

.bg-gray-950\/55 {
  background-color: rgb(3 7 18 / 0.55);
}

.bg-gray-950\/60 {
  background-color: rgb(3 7 18 / 0.6);
}

.bg-gray-950\/65 {
  background-color: rgb(3 7 18 / 0.65);
}

.bg-gray-950\/70 {
  background-color: rgb(3 7 18 / 0.7);
}

.bg-gray-950\/75 {
  background-color: rgb(3 7 18 / 0.75);
}

.bg-gray-950\/80 {
  background-color: rgb(3 7 18 / 0.8);
}

.bg-gray-950\/85 {
  background-color: rgb(3 7 18 / 0.85);
}

.bg-gray-950\/90 {
  background-color: rgb(3 7 18 / 0.9);
}

.bg-gray-950\/95 {
  background-color: rgb(3 7 18 / 0.95);
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-100\/0 {
  background-color: rgb(220 252 231 / 0);
}

.bg-green-100\/10 {
  background-color: rgb(220 252 231 / 0.1);
}

.bg-green-100\/100 {
  background-color: rgb(220 252 231 / 1);
}

.bg-green-100\/15 {
  background-color: rgb(220 252 231 / 0.15);
}

.bg-green-100\/20 {
  background-color: rgb(220 252 231 / 0.2);
}

.bg-green-100\/25 {
  background-color: rgb(220 252 231 / 0.25);
}

.bg-green-100\/30 {
  background-color: rgb(220 252 231 / 0.3);
}

.bg-green-100\/35 {
  background-color: rgb(220 252 231 / 0.35);
}

.bg-green-100\/40 {
  background-color: rgb(220 252 231 / 0.4);
}

.bg-green-100\/45 {
  background-color: rgb(220 252 231 / 0.45);
}

.bg-green-100\/5 {
  background-color: rgb(220 252 231 / 0.05);
}

.bg-green-100\/50 {
  background-color: rgb(220 252 231 / 0.5);
}

.bg-green-100\/55 {
  background-color: rgb(220 252 231 / 0.55);
}

.bg-green-100\/60 {
  background-color: rgb(220 252 231 / 0.6);
}

.bg-green-100\/65 {
  background-color: rgb(220 252 231 / 0.65);
}

.bg-green-100\/70 {
  background-color: rgb(220 252 231 / 0.7);
}

.bg-green-100\/75 {
  background-color: rgb(220 252 231 / 0.75);
}

.bg-green-100\/80 {
  background-color: rgb(220 252 231 / 0.8);
}

.bg-green-100\/85 {
  background-color: rgb(220 252 231 / 0.85);
}

.bg-green-100\/90 {
  background-color: rgb(220 252 231 / 0.9);
}

.bg-green-100\/95 {
  background-color: rgb(220 252 231 / 0.95);
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0);
}

.bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1);
}

.bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1);
}

.bg-green-200\/15 {
  background-color: rgb(187 247 208 / 0.15);
}

.bg-green-200\/20 {
  background-color: rgb(187 247 208 / 0.2);
}

.bg-green-200\/25 {
  background-color: rgb(187 247 208 / 0.25);
}

.bg-green-200\/30 {
  background-color: rgb(187 247 208 / 0.3);
}

.bg-green-200\/35 {
  background-color: rgb(187 247 208 / 0.35);
}

.bg-green-200\/40 {
  background-color: rgb(187 247 208 / 0.4);
}

.bg-green-200\/45 {
  background-color: rgb(187 247 208 / 0.45);
}

.bg-green-200\/5 {
  background-color: rgb(187 247 208 / 0.05);
}

.bg-green-200\/50 {
  background-color: rgb(187 247 208 / 0.5);
}

.bg-green-200\/55 {
  background-color: rgb(187 247 208 / 0.55);
}

.bg-green-200\/60 {
  background-color: rgb(187 247 208 / 0.6);
}

.bg-green-200\/65 {
  background-color: rgb(187 247 208 / 0.65);
}

.bg-green-200\/70 {
  background-color: rgb(187 247 208 / 0.7);
}

.bg-green-200\/75 {
  background-color: rgb(187 247 208 / 0.75);
}

.bg-green-200\/80 {
  background-color: rgb(187 247 208 / 0.8);
}

.bg-green-200\/85 {
  background-color: rgb(187 247 208 / 0.85);
}

.bg-green-200\/90 {
  background-color: rgb(187 247 208 / 0.9);
}

.bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95);
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}

.bg-green-300\/0 {
  background-color: rgb(134 239 172 / 0);
}

.bg-green-300\/10 {
  background-color: rgb(134 239 172 / 0.1);
}

.bg-green-300\/100 {
  background-color: rgb(134 239 172 / 1);
}

.bg-green-300\/15 {
  background-color: rgb(134 239 172 / 0.15);
}

.bg-green-300\/20 {
  background-color: rgb(134 239 172 / 0.2);
}

.bg-green-300\/25 {
  background-color: rgb(134 239 172 / 0.25);
}

.bg-green-300\/30 {
  background-color: rgb(134 239 172 / 0.3);
}

.bg-green-300\/35 {
  background-color: rgb(134 239 172 / 0.35);
}

.bg-green-300\/40 {
  background-color: rgb(134 239 172 / 0.4);
}

.bg-green-300\/45 {
  background-color: rgb(134 239 172 / 0.45);
}

.bg-green-300\/5 {
  background-color: rgb(134 239 172 / 0.05);
}

.bg-green-300\/50 {
  background-color: rgb(134 239 172 / 0.5);
}

.bg-green-300\/55 {
  background-color: rgb(134 239 172 / 0.55);
}

.bg-green-300\/60 {
  background-color: rgb(134 239 172 / 0.6);
}

.bg-green-300\/65 {
  background-color: rgb(134 239 172 / 0.65);
}

.bg-green-300\/70 {
  background-color: rgb(134 239 172 / 0.7);
}

.bg-green-300\/75 {
  background-color: rgb(134 239 172 / 0.75);
}

.bg-green-300\/80 {
  background-color: rgb(134 239 172 / 0.8);
}

.bg-green-300\/85 {
  background-color: rgb(134 239 172 / 0.85);
}

.bg-green-300\/90 {
  background-color: rgb(134 239 172 / 0.9);
}

.bg-green-300\/95 {
  background-color: rgb(134 239 172 / 0.95);
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.bg-green-400\/0 {
  background-color: rgb(74 222 128 / 0);
}

.bg-green-400\/10 {
  background-color: rgb(74 222 128 / 0.1);
}

.bg-green-400\/100 {
  background-color: rgb(74 222 128 / 1);
}

.bg-green-400\/15 {
  background-color: rgb(74 222 128 / 0.15);
}

.bg-green-400\/20 {
  background-color: rgb(74 222 128 / 0.2);
}

.bg-green-400\/25 {
  background-color: rgb(74 222 128 / 0.25);
}

.bg-green-400\/30 {
  background-color: rgb(74 222 128 / 0.3);
}

.bg-green-400\/35 {
  background-color: rgb(74 222 128 / 0.35);
}

.bg-green-400\/40 {
  background-color: rgb(74 222 128 / 0.4);
}

.bg-green-400\/45 {
  background-color: rgb(74 222 128 / 0.45);
}

.bg-green-400\/5 {
  background-color: rgb(74 222 128 / 0.05);
}

.bg-green-400\/50 {
  background-color: rgb(74 222 128 / 0.5);
}

.bg-green-400\/55 {
  background-color: rgb(74 222 128 / 0.55);
}

.bg-green-400\/60 {
  background-color: rgb(74 222 128 / 0.6);
}

.bg-green-400\/65 {
  background-color: rgb(74 222 128 / 0.65);
}

.bg-green-400\/70 {
  background-color: rgb(74 222 128 / 0.7);
}

.bg-green-400\/75 {
  background-color: rgb(74 222 128 / 0.75);
}

.bg-green-400\/80 {
  background-color: rgb(74 222 128 / 0.8);
}

.bg-green-400\/85 {
  background-color: rgb(74 222 128 / 0.85);
}

.bg-green-400\/90 {
  background-color: rgb(74 222 128 / 0.9);
}

.bg-green-400\/95 {
  background-color: rgb(74 222 128 / 0.95);
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-green-50\/0 {
  background-color: rgb(240 253 244 / 0);
}

.bg-green-50\/10 {
  background-color: rgb(240 253 244 / 0.1);
}

.bg-green-50\/100 {
  background-color: rgb(240 253 244 / 1);
}

.bg-green-50\/15 {
  background-color: rgb(240 253 244 / 0.15);
}

.bg-green-50\/20 {
  background-color: rgb(240 253 244 / 0.2);
}

.bg-green-50\/25 {
  background-color: rgb(240 253 244 / 0.25);
}

.bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3);
}

.bg-green-50\/35 {
  background-color: rgb(240 253 244 / 0.35);
}

.bg-green-50\/40 {
  background-color: rgb(240 253 244 / 0.4);
}

.bg-green-50\/45 {
  background-color: rgb(240 253 244 / 0.45);
}

.bg-green-50\/5 {
  background-color: rgb(240 253 244 / 0.05);
}

.bg-green-50\/50 {
  background-color: rgb(240 253 244 / 0.5);
}

.bg-green-50\/55 {
  background-color: rgb(240 253 244 / 0.55);
}

.bg-green-50\/60 {
  background-color: rgb(240 253 244 / 0.6);
}

.bg-green-50\/65 {
  background-color: rgb(240 253 244 / 0.65);
}

.bg-green-50\/70 {
  background-color: rgb(240 253 244 / 0.7);
}

.bg-green-50\/75 {
  background-color: rgb(240 253 244 / 0.75);
}

.bg-green-50\/80 {
  background-color: rgb(240 253 244 / 0.8);
}

.bg-green-50\/85 {
  background-color: rgb(240 253 244 / 0.85);
}

.bg-green-50\/90 {
  background-color: rgb(240 253 244 / 0.9);
}

.bg-green-50\/95 {
  background-color: rgb(240 253 244 / 0.95);
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-green-500\/0 {
  background-color: rgb(34 197 94 / 0);
}

.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}

.bg-green-500\/100 {
  background-color: rgb(34 197 94 / 1);
}

.bg-green-500\/15 {
  background-color: rgb(34 197 94 / 0.15);
}

.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}

.bg-green-500\/25 {
  background-color: rgb(34 197 94 / 0.25);
}

.bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3);
}

.bg-green-500\/35 {
  background-color: rgb(34 197 94 / 0.35);
}

.bg-green-500\/40 {
  background-color: rgb(34 197 94 / 0.4);
}

.bg-green-500\/45 {
  background-color: rgb(34 197 94 / 0.45);
}

.bg-green-500\/5 {
  background-color: rgb(34 197 94 / 0.05);
}

.bg-green-500\/50 {
  background-color: rgb(34 197 94 / 0.5);
}

.bg-green-500\/55 {
  background-color: rgb(34 197 94 / 0.55);
}

.bg-green-500\/60 {
  background-color: rgb(34 197 94 / 0.6);
}

.bg-green-500\/65 {
  background-color: rgb(34 197 94 / 0.65);
}

.bg-green-500\/70 {
  background-color: rgb(34 197 94 / 0.7);
}

.bg-green-500\/75 {
  background-color: rgb(34 197 94 / 0.75);
}

.bg-green-500\/80 {
  background-color: rgb(34 197 94 / 0.8);
}

.bg-green-500\/85 {
  background-color: rgb(34 197 94 / 0.85);
}

.bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9);
}

.bg-green-500\/95 {
  background-color: rgb(34 197 94 / 0.95);
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-green-600\/0 {
  background-color: rgb(22 163 74 / 0);
}

.bg-green-600\/10 {
  background-color: rgb(22 163 74 / 0.1);
}

.bg-green-600\/100 {
  background-color: rgb(22 163 74 / 1);
}

.bg-green-600\/15 {
  background-color: rgb(22 163 74 / 0.15);
}

.bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2);
}

.bg-green-600\/25 {
  background-color: rgb(22 163 74 / 0.25);
}

.bg-green-600\/30 {
  background-color: rgb(22 163 74 / 0.3);
}

.bg-green-600\/35 {
  background-color: rgb(22 163 74 / 0.35);
}

.bg-green-600\/40 {
  background-color: rgb(22 163 74 / 0.4);
}

.bg-green-600\/45 {
  background-color: rgb(22 163 74 / 0.45);
}

.bg-green-600\/5 {
  background-color: rgb(22 163 74 / 0.05);
}

.bg-green-600\/50 {
  background-color: rgb(22 163 74 / 0.5);
}

.bg-green-600\/55 {
  background-color: rgb(22 163 74 / 0.55);
}

.bg-green-600\/60 {
  background-color: rgb(22 163 74 / 0.6);
}

.bg-green-600\/65 {
  background-color: rgb(22 163 74 / 0.65);
}

.bg-green-600\/70 {
  background-color: rgb(22 163 74 / 0.7);
}

.bg-green-600\/75 {
  background-color: rgb(22 163 74 / 0.75);
}

.bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8);
}

.bg-green-600\/85 {
  background-color: rgb(22 163 74 / 0.85);
}

.bg-green-600\/90 {
  background-color: rgb(22 163 74 / 0.9);
}

.bg-green-600\/95 {
  background-color: rgb(22 163 74 / 0.95);
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.bg-green-700\/0 {
  background-color: rgb(21 128 61 / 0);
}

.bg-green-700\/10 {
  background-color: rgb(21 128 61 / 0.1);
}

.bg-green-700\/100 {
  background-color: rgb(21 128 61 / 1);
}

.bg-green-700\/15 {
  background-color: rgb(21 128 61 / 0.15);
}

.bg-green-700\/20 {
  background-color: rgb(21 128 61 / 0.2);
}

.bg-green-700\/25 {
  background-color: rgb(21 128 61 / 0.25);
}

.bg-green-700\/30 {
  background-color: rgb(21 128 61 / 0.3);
}

.bg-green-700\/35 {
  background-color: rgb(21 128 61 / 0.35);
}

.bg-green-700\/40 {
  background-color: rgb(21 128 61 / 0.4);
}

.bg-green-700\/45 {
  background-color: rgb(21 128 61 / 0.45);
}

.bg-green-700\/5 {
  background-color: rgb(21 128 61 / 0.05);
}

.bg-green-700\/50 {
  background-color: rgb(21 128 61 / 0.5);
}

.bg-green-700\/55 {
  background-color: rgb(21 128 61 / 0.55);
}

.bg-green-700\/60 {
  background-color: rgb(21 128 61 / 0.6);
}

.bg-green-700\/65 {
  background-color: rgb(21 128 61 / 0.65);
}

.bg-green-700\/70 {
  background-color: rgb(21 128 61 / 0.7);
}

.bg-green-700\/75 {
  background-color: rgb(21 128 61 / 0.75);
}

.bg-green-700\/80 {
  background-color: rgb(21 128 61 / 0.8);
}

.bg-green-700\/85 {
  background-color: rgb(21 128 61 / 0.85);
}

.bg-green-700\/90 {
  background-color: rgb(21 128 61 / 0.9);
}

.bg-green-700\/95 {
  background-color: rgb(21 128 61 / 0.95);
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}

.bg-green-800\/0 {
  background-color: rgb(22 101 52 / 0);
}

.bg-green-800\/10 {
  background-color: rgb(22 101 52 / 0.1);
}

.bg-green-800\/100 {
  background-color: rgb(22 101 52 / 1);
}

.bg-green-800\/15 {
  background-color: rgb(22 101 52 / 0.15);
}

.bg-green-800\/20 {
  background-color: rgb(22 101 52 / 0.2);
}

.bg-green-800\/25 {
  background-color: rgb(22 101 52 / 0.25);
}

.bg-green-800\/30 {
  background-color: rgb(22 101 52 / 0.3);
}

.bg-green-800\/35 {
  background-color: rgb(22 101 52 / 0.35);
}

.bg-green-800\/40 {
  background-color: rgb(22 101 52 / 0.4);
}

.bg-green-800\/45 {
  background-color: rgb(22 101 52 / 0.45);
}

.bg-green-800\/5 {
  background-color: rgb(22 101 52 / 0.05);
}

.bg-green-800\/50 {
  background-color: rgb(22 101 52 / 0.5);
}

.bg-green-800\/55 {
  background-color: rgb(22 101 52 / 0.55);
}

.bg-green-800\/60 {
  background-color: rgb(22 101 52 / 0.6);
}

.bg-green-800\/65 {
  background-color: rgb(22 101 52 / 0.65);
}

.bg-green-800\/70 {
  background-color: rgb(22 101 52 / 0.7);
}

.bg-green-800\/75 {
  background-color: rgb(22 101 52 / 0.75);
}

.bg-green-800\/80 {
  background-color: rgb(22 101 52 / 0.8);
}

.bg-green-800\/85 {
  background-color: rgb(22 101 52 / 0.85);
}

.bg-green-800\/90 {
  background-color: rgb(22 101 52 / 0.9);
}

.bg-green-800\/95 {
  background-color: rgb(22 101 52 / 0.95);
}

.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}

.bg-green-900\/0 {
  background-color: rgb(20 83 45 / 0);
}

.bg-green-900\/10 {
  background-color: rgb(20 83 45 / 0.1);
}

.bg-green-900\/100 {
  background-color: rgb(20 83 45 / 1);
}

.bg-green-900\/15 {
  background-color: rgb(20 83 45 / 0.15);
}

.bg-green-900\/20 {
  background-color: rgb(20 83 45 / 0.2);
}

.bg-green-900\/25 {
  background-color: rgb(20 83 45 / 0.25);
}

.bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3);
}

.bg-green-900\/35 {
  background-color: rgb(20 83 45 / 0.35);
}

.bg-green-900\/40 {
  background-color: rgb(20 83 45 / 0.4);
}

.bg-green-900\/45 {
  background-color: rgb(20 83 45 / 0.45);
}

.bg-green-900\/5 {
  background-color: rgb(20 83 45 / 0.05);
}

.bg-green-900\/50 {
  background-color: rgb(20 83 45 / 0.5);
}

.bg-green-900\/55 {
  background-color: rgb(20 83 45 / 0.55);
}

.bg-green-900\/60 {
  background-color: rgb(20 83 45 / 0.6);
}

.bg-green-900\/65 {
  background-color: rgb(20 83 45 / 0.65);
}

.bg-green-900\/70 {
  background-color: rgb(20 83 45 / 0.7);
}

.bg-green-900\/75 {
  background-color: rgb(20 83 45 / 0.75);
}

.bg-green-900\/80 {
  background-color: rgb(20 83 45 / 0.8);
}

.bg-green-900\/85 {
  background-color: rgb(20 83 45 / 0.85);
}

.bg-green-900\/90 {
  background-color: rgb(20 83 45 / 0.9);
}

.bg-green-900\/95 {
  background-color: rgb(20 83 45 / 0.95);
}

.bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}

.bg-green-950\/0 {
  background-color: rgb(5 46 22 / 0);
}

.bg-green-950\/10 {
  background-color: rgb(5 46 22 / 0.1);
}

.bg-green-950\/100 {
  background-color: rgb(5 46 22 / 1);
}

.bg-green-950\/15 {
  background-color: rgb(5 46 22 / 0.15);
}

.bg-green-950\/20 {
  background-color: rgb(5 46 22 / 0.2);
}

.bg-green-950\/25 {
  background-color: rgb(5 46 22 / 0.25);
}

.bg-green-950\/30 {
  background-color: rgb(5 46 22 / 0.3);
}

.bg-green-950\/35 {
  background-color: rgb(5 46 22 / 0.35);
}

.bg-green-950\/40 {
  background-color: rgb(5 46 22 / 0.4);
}

.bg-green-950\/45 {
  background-color: rgb(5 46 22 / 0.45);
}

.bg-green-950\/5 {
  background-color: rgb(5 46 22 / 0.05);
}

.bg-green-950\/50 {
  background-color: rgb(5 46 22 / 0.5);
}

.bg-green-950\/55 {
  background-color: rgb(5 46 22 / 0.55);
}

.bg-green-950\/60 {
  background-color: rgb(5 46 22 / 0.6);
}

.bg-green-950\/65 {
  background-color: rgb(5 46 22 / 0.65);
}

.bg-green-950\/70 {
  background-color: rgb(5 46 22 / 0.7);
}

.bg-green-950\/75 {
  background-color: rgb(5 46 22 / 0.75);
}

.bg-green-950\/80 {
  background-color: rgb(5 46 22 / 0.8);
}

.bg-green-950\/85 {
  background-color: rgb(5 46 22 / 0.85);
}

.bg-green-950\/90 {
  background-color: rgb(5 46 22 / 0.9);
}

.bg-green-950\/95 {
  background-color: rgb(5 46 22 / 0.95);
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-100\/0 {
  background-color: rgb(224 231 255 / 0);
}

.bg-indigo-100\/10 {
  background-color: rgb(224 231 255 / 0.1);
}

.bg-indigo-100\/100 {
  background-color: rgb(224 231 255 / 1);
}

.bg-indigo-100\/15 {
  background-color: rgb(224 231 255 / 0.15);
}

.bg-indigo-100\/20 {
  background-color: rgb(224 231 255 / 0.2);
}

.bg-indigo-100\/25 {
  background-color: rgb(224 231 255 / 0.25);
}

.bg-indigo-100\/30 {
  background-color: rgb(224 231 255 / 0.3);
}

.bg-indigo-100\/35 {
  background-color: rgb(224 231 255 / 0.35);
}

.bg-indigo-100\/40 {
  background-color: rgb(224 231 255 / 0.4);
}

.bg-indigo-100\/45 {
  background-color: rgb(224 231 255 / 0.45);
}

.bg-indigo-100\/5 {
  background-color: rgb(224 231 255 / 0.05);
}

.bg-indigo-100\/50 {
  background-color: rgb(224 231 255 / 0.5);
}

.bg-indigo-100\/55 {
  background-color: rgb(224 231 255 / 0.55);
}

.bg-indigo-100\/60 {
  background-color: rgb(224 231 255 / 0.6);
}

.bg-indigo-100\/65 {
  background-color: rgb(224 231 255 / 0.65);
}

.bg-indigo-100\/70 {
  background-color: rgb(224 231 255 / 0.7);
}

.bg-indigo-100\/75 {
  background-color: rgb(224 231 255 / 0.75);
}

.bg-indigo-100\/80 {
  background-color: rgb(224 231 255 / 0.8);
}

.bg-indigo-100\/85 {
  background-color: rgb(224 231 255 / 0.85);
}

.bg-indigo-100\/90 {
  background-color: rgb(224 231 255 / 0.9);
}

.bg-indigo-100\/95 {
  background-color: rgb(224 231 255 / 0.95);
}

.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}

.bg-indigo-200\/0 {
  background-color: rgb(199 210 254 / 0);
}

.bg-indigo-200\/10 {
  background-color: rgb(199 210 254 / 0.1);
}

.bg-indigo-200\/100 {
  background-color: rgb(199 210 254 / 1);
}

.bg-indigo-200\/15 {
  background-color: rgb(199 210 254 / 0.15);
}

.bg-indigo-200\/20 {
  background-color: rgb(199 210 254 / 0.2);
}

.bg-indigo-200\/25 {
  background-color: rgb(199 210 254 / 0.25);
}

.bg-indigo-200\/30 {
  background-color: rgb(199 210 254 / 0.3);
}

.bg-indigo-200\/35 {
  background-color: rgb(199 210 254 / 0.35);
}

.bg-indigo-200\/40 {
  background-color: rgb(199 210 254 / 0.4);
}

.bg-indigo-200\/45 {
  background-color: rgb(199 210 254 / 0.45);
}

.bg-indigo-200\/5 {
  background-color: rgb(199 210 254 / 0.05);
}

.bg-indigo-200\/50 {
  background-color: rgb(199 210 254 / 0.5);
}

.bg-indigo-200\/55 {
  background-color: rgb(199 210 254 / 0.55);
}

.bg-indigo-200\/60 {
  background-color: rgb(199 210 254 / 0.6);
}

.bg-indigo-200\/65 {
  background-color: rgb(199 210 254 / 0.65);
}

.bg-indigo-200\/70 {
  background-color: rgb(199 210 254 / 0.7);
}

.bg-indigo-200\/75 {
  background-color: rgb(199 210 254 / 0.75);
}

.bg-indigo-200\/80 {
  background-color: rgb(199 210 254 / 0.8);
}

.bg-indigo-200\/85 {
  background-color: rgb(199 210 254 / 0.85);
}

.bg-indigo-200\/90 {
  background-color: rgb(199 210 254 / 0.9);
}

.bg-indigo-200\/95 {
  background-color: rgb(199 210 254 / 0.95);
}

.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}

.bg-indigo-300\/0 {
  background-color: rgb(165 180 252 / 0);
}

.bg-indigo-300\/10 {
  background-color: rgb(165 180 252 / 0.1);
}

.bg-indigo-300\/100 {
  background-color: rgb(165 180 252 / 1);
}

.bg-indigo-300\/15 {
  background-color: rgb(165 180 252 / 0.15);
}

.bg-indigo-300\/20 {
  background-color: rgb(165 180 252 / 0.2);
}

.bg-indigo-300\/25 {
  background-color: rgb(165 180 252 / 0.25);
}

.bg-indigo-300\/30 {
  background-color: rgb(165 180 252 / 0.3);
}

.bg-indigo-300\/35 {
  background-color: rgb(165 180 252 / 0.35);
}

.bg-indigo-300\/40 {
  background-color: rgb(165 180 252 / 0.4);
}

.bg-indigo-300\/45 {
  background-color: rgb(165 180 252 / 0.45);
}

.bg-indigo-300\/5 {
  background-color: rgb(165 180 252 / 0.05);
}

.bg-indigo-300\/50 {
  background-color: rgb(165 180 252 / 0.5);
}

.bg-indigo-300\/55 {
  background-color: rgb(165 180 252 / 0.55);
}

.bg-indigo-300\/60 {
  background-color: rgb(165 180 252 / 0.6);
}

.bg-indigo-300\/65 {
  background-color: rgb(165 180 252 / 0.65);
}

.bg-indigo-300\/70 {
  background-color: rgb(165 180 252 / 0.7);
}

.bg-indigo-300\/75 {
  background-color: rgb(165 180 252 / 0.75);
}

.bg-indigo-300\/80 {
  background-color: rgb(165 180 252 / 0.8);
}

.bg-indigo-300\/85 {
  background-color: rgb(165 180 252 / 0.85);
}

.bg-indigo-300\/90 {
  background-color: rgb(165 180 252 / 0.9);
}

.bg-indigo-300\/95 {
  background-color: rgb(165 180 252 / 0.95);
}

.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}

.bg-indigo-400\/0 {
  background-color: rgb(129 140 248 / 0);
}

.bg-indigo-400\/10 {
  background-color: rgb(129 140 248 / 0.1);
}

.bg-indigo-400\/100 {
  background-color: rgb(129 140 248 / 1);
}

.bg-indigo-400\/15 {
  background-color: rgb(129 140 248 / 0.15);
}

.bg-indigo-400\/20 {
  background-color: rgb(129 140 248 / 0.2);
}

.bg-indigo-400\/25 {
  background-color: rgb(129 140 248 / 0.25);
}

.bg-indigo-400\/30 {
  background-color: rgb(129 140 248 / 0.3);
}

.bg-indigo-400\/35 {
  background-color: rgb(129 140 248 / 0.35);
}

.bg-indigo-400\/40 {
  background-color: rgb(129 140 248 / 0.4);
}

.bg-indigo-400\/45 {
  background-color: rgb(129 140 248 / 0.45);
}

.bg-indigo-400\/5 {
  background-color: rgb(129 140 248 / 0.05);
}

.bg-indigo-400\/50 {
  background-color: rgb(129 140 248 / 0.5);
}

.bg-indigo-400\/55 {
  background-color: rgb(129 140 248 / 0.55);
}

.bg-indigo-400\/60 {
  background-color: rgb(129 140 248 / 0.6);
}

.bg-indigo-400\/65 {
  background-color: rgb(129 140 248 / 0.65);
}

.bg-indigo-400\/70 {
  background-color: rgb(129 140 248 / 0.7);
}

.bg-indigo-400\/75 {
  background-color: rgb(129 140 248 / 0.75);
}

.bg-indigo-400\/80 {
  background-color: rgb(129 140 248 / 0.8);
}

.bg-indigo-400\/85 {
  background-color: rgb(129 140 248 / 0.85);
}

.bg-indigo-400\/90 {
  background-color: rgb(129 140 248 / 0.9);
}

.bg-indigo-400\/95 {
  background-color: rgb(129 140 248 / 0.95);
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-50\/0 {
  background-color: rgb(238 242 255 / 0);
}

.bg-indigo-50\/10 {
  background-color: rgb(238 242 255 / 0.1);
}

.bg-indigo-50\/100 {
  background-color: rgb(238 242 255 / 1);
}

.bg-indigo-50\/15 {
  background-color: rgb(238 242 255 / 0.15);
}

.bg-indigo-50\/20 {
  background-color: rgb(238 242 255 / 0.2);
}

.bg-indigo-50\/25 {
  background-color: rgb(238 242 255 / 0.25);
}

.bg-indigo-50\/30 {
  background-color: rgb(238 242 255 / 0.3);
}

.bg-indigo-50\/35 {
  background-color: rgb(238 242 255 / 0.35);
}

.bg-indigo-50\/40 {
  background-color: rgb(238 242 255 / 0.4);
}

.bg-indigo-50\/45 {
  background-color: rgb(238 242 255 / 0.45);
}

.bg-indigo-50\/5 {
  background-color: rgb(238 242 255 / 0.05);
}

.bg-indigo-50\/50 {
  background-color: rgb(238 242 255 / 0.5);
}

.bg-indigo-50\/55 {
  background-color: rgb(238 242 255 / 0.55);
}

.bg-indigo-50\/60 {
  background-color: rgb(238 242 255 / 0.6);
}

.bg-indigo-50\/65 {
  background-color: rgb(238 242 255 / 0.65);
}

.bg-indigo-50\/70 {
  background-color: rgb(238 242 255 / 0.7);
}

.bg-indigo-50\/75 {
  background-color: rgb(238 242 255 / 0.75);
}

.bg-indigo-50\/80 {
  background-color: rgb(238 242 255 / 0.8);
}

.bg-indigo-50\/85 {
  background-color: rgb(238 242 255 / 0.85);
}

.bg-indigo-50\/90 {
  background-color: rgb(238 242 255 / 0.9);
}

.bg-indigo-50\/95 {
  background-color: rgb(238 242 255 / 0.95);
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.bg-indigo-500\/0 {
  background-color: rgb(99 102 241 / 0);
}

.bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1);
}

.bg-indigo-500\/100 {
  background-color: rgb(99 102 241 / 1);
}

.bg-indigo-500\/15 {
  background-color: rgb(99 102 241 / 0.15);
}

.bg-indigo-500\/20 {
  background-color: rgb(99 102 241 / 0.2);
}

.bg-indigo-500\/25 {
  background-color: rgb(99 102 241 / 0.25);
}

.bg-indigo-500\/30 {
  background-color: rgb(99 102 241 / 0.3);
}

.bg-indigo-500\/35 {
  background-color: rgb(99 102 241 / 0.35);
}

.bg-indigo-500\/40 {
  background-color: rgb(99 102 241 / 0.4);
}

.bg-indigo-500\/45 {
  background-color: rgb(99 102 241 / 0.45);
}

.bg-indigo-500\/5 {
  background-color: rgb(99 102 241 / 0.05);
}

.bg-indigo-500\/50 {
  background-color: rgb(99 102 241 / 0.5);
}

.bg-indigo-500\/55 {
  background-color: rgb(99 102 241 / 0.55);
}

.bg-indigo-500\/60 {
  background-color: rgb(99 102 241 / 0.6);
}

.bg-indigo-500\/65 {
  background-color: rgb(99 102 241 / 0.65);
}

.bg-indigo-500\/70 {
  background-color: rgb(99 102 241 / 0.7);
}

.bg-indigo-500\/75 {
  background-color: rgb(99 102 241 / 0.75);
}

.bg-indigo-500\/80 {
  background-color: rgb(99 102 241 / 0.8);
}

.bg-indigo-500\/85 {
  background-color: rgb(99 102 241 / 0.85);
}

.bg-indigo-500\/90 {
  background-color: rgb(99 102 241 / 0.9);
}

.bg-indigo-500\/95 {
  background-color: rgb(99 102 241 / 0.95);
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-indigo-600\/0 {
  background-color: rgb(79 70 229 / 0);
}

.bg-indigo-600\/10 {
  background-color: rgb(79 70 229 / 0.1);
}

.bg-indigo-600\/100 {
  background-color: rgb(79 70 229 / 1);
}

.bg-indigo-600\/15 {
  background-color: rgb(79 70 229 / 0.15);
}

.bg-indigo-600\/20 {
  background-color: rgb(79 70 229 / 0.2);
}

.bg-indigo-600\/25 {
  background-color: rgb(79 70 229 / 0.25);
}

.bg-indigo-600\/30 {
  background-color: rgb(79 70 229 / 0.3);
}

.bg-indigo-600\/35 {
  background-color: rgb(79 70 229 / 0.35);
}

.bg-indigo-600\/40 {
  background-color: rgb(79 70 229 / 0.4);
}

.bg-indigo-600\/45 {
  background-color: rgb(79 70 229 / 0.45);
}

.bg-indigo-600\/5 {
  background-color: rgb(79 70 229 / 0.05);
}

.bg-indigo-600\/50 {
  background-color: rgb(79 70 229 / 0.5);
}

.bg-indigo-600\/55 {
  background-color: rgb(79 70 229 / 0.55);
}

.bg-indigo-600\/60 {
  background-color: rgb(79 70 229 / 0.6);
}

.bg-indigo-600\/65 {
  background-color: rgb(79 70 229 / 0.65);
}

.bg-indigo-600\/70 {
  background-color: rgb(79 70 229 / 0.7);
}

.bg-indigo-600\/75 {
  background-color: rgb(79 70 229 / 0.75);
}

.bg-indigo-600\/80 {
  background-color: rgb(79 70 229 / 0.8);
}

.bg-indigo-600\/85 {
  background-color: rgb(79 70 229 / 0.85);
}

.bg-indigo-600\/90 {
  background-color: rgb(79 70 229 / 0.9);
}

.bg-indigo-600\/95 {
  background-color: rgb(79 70 229 / 0.95);
}

.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.bg-indigo-700\/0 {
  background-color: rgb(67 56 202 / 0);
}

.bg-indigo-700\/10 {
  background-color: rgb(67 56 202 / 0.1);
}

.bg-indigo-700\/100 {
  background-color: rgb(67 56 202 / 1);
}

.bg-indigo-700\/15 {
  background-color: rgb(67 56 202 / 0.15);
}

.bg-indigo-700\/20 {
  background-color: rgb(67 56 202 / 0.2);
}

.bg-indigo-700\/25 {
  background-color: rgb(67 56 202 / 0.25);
}

.bg-indigo-700\/30 {
  background-color: rgb(67 56 202 / 0.3);
}

.bg-indigo-700\/35 {
  background-color: rgb(67 56 202 / 0.35);
}

.bg-indigo-700\/40 {
  background-color: rgb(67 56 202 / 0.4);
}

.bg-indigo-700\/45 {
  background-color: rgb(67 56 202 / 0.45);
}

.bg-indigo-700\/5 {
  background-color: rgb(67 56 202 / 0.05);
}

.bg-indigo-700\/50 {
  background-color: rgb(67 56 202 / 0.5);
}

.bg-indigo-700\/55 {
  background-color: rgb(67 56 202 / 0.55);
}

.bg-indigo-700\/60 {
  background-color: rgb(67 56 202 / 0.6);
}

.bg-indigo-700\/65 {
  background-color: rgb(67 56 202 / 0.65);
}

.bg-indigo-700\/70 {
  background-color: rgb(67 56 202 / 0.7);
}

.bg-indigo-700\/75 {
  background-color: rgb(67 56 202 / 0.75);
}

.bg-indigo-700\/80 {
  background-color: rgb(67 56 202 / 0.8);
}

.bg-indigo-700\/85 {
  background-color: rgb(67 56 202 / 0.85);
}

.bg-indigo-700\/90 {
  background-color: rgb(67 56 202 / 0.9);
}

.bg-indigo-700\/95 {
  background-color: rgb(67 56 202 / 0.95);
}

.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}

.bg-indigo-800\/0 {
  background-color: rgb(55 48 163 / 0);
}

.bg-indigo-800\/10 {
  background-color: rgb(55 48 163 / 0.1);
}

.bg-indigo-800\/100 {
  background-color: rgb(55 48 163 / 1);
}

.bg-indigo-800\/15 {
  background-color: rgb(55 48 163 / 0.15);
}

.bg-indigo-800\/20 {
  background-color: rgb(55 48 163 / 0.2);
}

.bg-indigo-800\/25 {
  background-color: rgb(55 48 163 / 0.25);
}

.bg-indigo-800\/30 {
  background-color: rgb(55 48 163 / 0.3);
}

.bg-indigo-800\/35 {
  background-color: rgb(55 48 163 / 0.35);
}

.bg-indigo-800\/40 {
  background-color: rgb(55 48 163 / 0.4);
}

.bg-indigo-800\/45 {
  background-color: rgb(55 48 163 / 0.45);
}

.bg-indigo-800\/5 {
  background-color: rgb(55 48 163 / 0.05);
}

.bg-indigo-800\/50 {
  background-color: rgb(55 48 163 / 0.5);
}

.bg-indigo-800\/55 {
  background-color: rgb(55 48 163 / 0.55);
}

.bg-indigo-800\/60 {
  background-color: rgb(55 48 163 / 0.6);
}

.bg-indigo-800\/65 {
  background-color: rgb(55 48 163 / 0.65);
}

.bg-indigo-800\/70 {
  background-color: rgb(55 48 163 / 0.7);
}

.bg-indigo-800\/75 {
  background-color: rgb(55 48 163 / 0.75);
}

.bg-indigo-800\/80 {
  background-color: rgb(55 48 163 / 0.8);
}

.bg-indigo-800\/85 {
  background-color: rgb(55 48 163 / 0.85);
}

.bg-indigo-800\/90 {
  background-color: rgb(55 48 163 / 0.9);
}

.bg-indigo-800\/95 {
  background-color: rgb(55 48 163 / 0.95);
}

.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}

.bg-indigo-900\/0 {
  background-color: rgb(49 46 129 / 0);
}

.bg-indigo-900\/10 {
  background-color: rgb(49 46 129 / 0.1);
}

.bg-indigo-900\/100 {
  background-color: rgb(49 46 129 / 1);
}

.bg-indigo-900\/15 {
  background-color: rgb(49 46 129 / 0.15);
}

.bg-indigo-900\/20 {
  background-color: rgb(49 46 129 / 0.2);
}

.bg-indigo-900\/25 {
  background-color: rgb(49 46 129 / 0.25);
}

.bg-indigo-900\/30 {
  background-color: rgb(49 46 129 / 0.3);
}

.bg-indigo-900\/35 {
  background-color: rgb(49 46 129 / 0.35);
}

.bg-indigo-900\/40 {
  background-color: rgb(49 46 129 / 0.4);
}

.bg-indigo-900\/45 {
  background-color: rgb(49 46 129 / 0.45);
}

.bg-indigo-900\/5 {
  background-color: rgb(49 46 129 / 0.05);
}

.bg-indigo-900\/50 {
  background-color: rgb(49 46 129 / 0.5);
}

.bg-indigo-900\/55 {
  background-color: rgb(49 46 129 / 0.55);
}

.bg-indigo-900\/60 {
  background-color: rgb(49 46 129 / 0.6);
}

.bg-indigo-900\/65 {
  background-color: rgb(49 46 129 / 0.65);
}

.bg-indigo-900\/70 {
  background-color: rgb(49 46 129 / 0.7);
}

.bg-indigo-900\/75 {
  background-color: rgb(49 46 129 / 0.75);
}

.bg-indigo-900\/80 {
  background-color: rgb(49 46 129 / 0.8);
}

.bg-indigo-900\/85 {
  background-color: rgb(49 46 129 / 0.85);
}

.bg-indigo-900\/90 {
  background-color: rgb(49 46 129 / 0.9);
}

.bg-indigo-900\/95 {
  background-color: rgb(49 46 129 / 0.95);
}

.bg-indigo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}

.bg-indigo-950\/0 {
  background-color: rgb(30 27 75 / 0);
}

.bg-indigo-950\/10 {
  background-color: rgb(30 27 75 / 0.1);
}

.bg-indigo-950\/100 {
  background-color: rgb(30 27 75 / 1);
}

.bg-indigo-950\/15 {
  background-color: rgb(30 27 75 / 0.15);
}

.bg-indigo-950\/20 {
  background-color: rgb(30 27 75 / 0.2);
}

.bg-indigo-950\/25 {
  background-color: rgb(30 27 75 / 0.25);
}

.bg-indigo-950\/30 {
  background-color: rgb(30 27 75 / 0.3);
}

.bg-indigo-950\/35 {
  background-color: rgb(30 27 75 / 0.35);
}

.bg-indigo-950\/40 {
  background-color: rgb(30 27 75 / 0.4);
}

.bg-indigo-950\/45 {
  background-color: rgb(30 27 75 / 0.45);
}

.bg-indigo-950\/5 {
  background-color: rgb(30 27 75 / 0.05);
}

.bg-indigo-950\/50 {
  background-color: rgb(30 27 75 / 0.5);
}

.bg-indigo-950\/55 {
  background-color: rgb(30 27 75 / 0.55);
}

.bg-indigo-950\/60 {
  background-color: rgb(30 27 75 / 0.6);
}

.bg-indigo-950\/65 {
  background-color: rgb(30 27 75 / 0.65);
}

.bg-indigo-950\/70 {
  background-color: rgb(30 27 75 / 0.7);
}

.bg-indigo-950\/75 {
  background-color: rgb(30 27 75 / 0.75);
}

.bg-indigo-950\/80 {
  background-color: rgb(30 27 75 / 0.8);
}

.bg-indigo-950\/85 {
  background-color: rgb(30 27 75 / 0.85);
}

.bg-indigo-950\/90 {
  background-color: rgb(30 27 75 / 0.9);
}

.bg-indigo-950\/95 {
  background-color: rgb(30 27 75 / 0.95);
}

.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.bg-pink-100\/0 {
  background-color: rgb(252 231 243 / 0);
}

.bg-pink-100\/10 {
  background-color: rgb(252 231 243 / 0.1);
}

.bg-pink-100\/100 {
  background-color: rgb(252 231 243 / 1);
}

.bg-pink-100\/15 {
  background-color: rgb(252 231 243 / 0.15);
}

.bg-pink-100\/20 {
  background-color: rgb(252 231 243 / 0.2);
}

.bg-pink-100\/25 {
  background-color: rgb(252 231 243 / 0.25);
}

.bg-pink-100\/30 {
  background-color: rgb(252 231 243 / 0.3);
}

.bg-pink-100\/35 {
  background-color: rgb(252 231 243 / 0.35);
}

.bg-pink-100\/40 {
  background-color: rgb(252 231 243 / 0.4);
}

.bg-pink-100\/45 {
  background-color: rgb(252 231 243 / 0.45);
}

.bg-pink-100\/5 {
  background-color: rgb(252 231 243 / 0.05);
}

.bg-pink-100\/50 {
  background-color: rgb(252 231 243 / 0.5);
}

.bg-pink-100\/55 {
  background-color: rgb(252 231 243 / 0.55);
}

.bg-pink-100\/60 {
  background-color: rgb(252 231 243 / 0.6);
}

.bg-pink-100\/65 {
  background-color: rgb(252 231 243 / 0.65);
}

.bg-pink-100\/70 {
  background-color: rgb(252 231 243 / 0.7);
}

.bg-pink-100\/75 {
  background-color: rgb(252 231 243 / 0.75);
}

.bg-pink-100\/80 {
  background-color: rgb(252 231 243 / 0.8);
}

.bg-pink-100\/85 {
  background-color: rgb(252 231 243 / 0.85);
}

.bg-pink-100\/90 {
  background-color: rgb(252 231 243 / 0.9);
}

.bg-pink-100\/95 {
  background-color: rgb(252 231 243 / 0.95);
}

.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}

.bg-pink-200\/0 {
  background-color: rgb(251 207 232 / 0);
}

.bg-pink-200\/10 {
  background-color: rgb(251 207 232 / 0.1);
}

.bg-pink-200\/100 {
  background-color: rgb(251 207 232 / 1);
}

.bg-pink-200\/15 {
  background-color: rgb(251 207 232 / 0.15);
}

.bg-pink-200\/20 {
  background-color: rgb(251 207 232 / 0.2);
}

.bg-pink-200\/25 {
  background-color: rgb(251 207 232 / 0.25);
}

.bg-pink-200\/30 {
  background-color: rgb(251 207 232 / 0.3);
}

.bg-pink-200\/35 {
  background-color: rgb(251 207 232 / 0.35);
}

.bg-pink-200\/40 {
  background-color: rgb(251 207 232 / 0.4);
}

.bg-pink-200\/45 {
  background-color: rgb(251 207 232 / 0.45);
}

.bg-pink-200\/5 {
  background-color: rgb(251 207 232 / 0.05);
}

.bg-pink-200\/50 {
  background-color: rgb(251 207 232 / 0.5);
}

.bg-pink-200\/55 {
  background-color: rgb(251 207 232 / 0.55);
}

.bg-pink-200\/60 {
  background-color: rgb(251 207 232 / 0.6);
}

.bg-pink-200\/65 {
  background-color: rgb(251 207 232 / 0.65);
}

.bg-pink-200\/70 {
  background-color: rgb(251 207 232 / 0.7);
}

.bg-pink-200\/75 {
  background-color: rgb(251 207 232 / 0.75);
}

.bg-pink-200\/80 {
  background-color: rgb(251 207 232 / 0.8);
}

.bg-pink-200\/85 {
  background-color: rgb(251 207 232 / 0.85);
}

.bg-pink-200\/90 {
  background-color: rgb(251 207 232 / 0.9);
}

.bg-pink-200\/95 {
  background-color: rgb(251 207 232 / 0.95);
}

.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}

.bg-pink-300\/0 {
  background-color: rgb(249 168 212 / 0);
}

.bg-pink-300\/10 {
  background-color: rgb(249 168 212 / 0.1);
}

.bg-pink-300\/100 {
  background-color: rgb(249 168 212 / 1);
}

.bg-pink-300\/15 {
  background-color: rgb(249 168 212 / 0.15);
}

.bg-pink-300\/20 {
  background-color: rgb(249 168 212 / 0.2);
}

.bg-pink-300\/25 {
  background-color: rgb(249 168 212 / 0.25);
}

.bg-pink-300\/30 {
  background-color: rgb(249 168 212 / 0.3);
}

.bg-pink-300\/35 {
  background-color: rgb(249 168 212 / 0.35);
}

.bg-pink-300\/40 {
  background-color: rgb(249 168 212 / 0.4);
}

.bg-pink-300\/45 {
  background-color: rgb(249 168 212 / 0.45);
}

.bg-pink-300\/5 {
  background-color: rgb(249 168 212 / 0.05);
}

.bg-pink-300\/50 {
  background-color: rgb(249 168 212 / 0.5);
}

.bg-pink-300\/55 {
  background-color: rgb(249 168 212 / 0.55);
}

.bg-pink-300\/60 {
  background-color: rgb(249 168 212 / 0.6);
}

.bg-pink-300\/65 {
  background-color: rgb(249 168 212 / 0.65);
}

.bg-pink-300\/70 {
  background-color: rgb(249 168 212 / 0.7);
}

.bg-pink-300\/75 {
  background-color: rgb(249 168 212 / 0.75);
}

.bg-pink-300\/80 {
  background-color: rgb(249 168 212 / 0.8);
}

.bg-pink-300\/85 {
  background-color: rgb(249 168 212 / 0.85);
}

.bg-pink-300\/90 {
  background-color: rgb(249 168 212 / 0.9);
}

.bg-pink-300\/95 {
  background-color: rgb(249 168 212 / 0.95);
}

.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}

.bg-pink-400\/0 {
  background-color: rgb(244 114 182 / 0);
}

.bg-pink-400\/10 {
  background-color: rgb(244 114 182 / 0.1);
}

.bg-pink-400\/100 {
  background-color: rgb(244 114 182 / 1);
}

.bg-pink-400\/15 {
  background-color: rgb(244 114 182 / 0.15);
}

.bg-pink-400\/20 {
  background-color: rgb(244 114 182 / 0.2);
}

.bg-pink-400\/25 {
  background-color: rgb(244 114 182 / 0.25);
}

.bg-pink-400\/30 {
  background-color: rgb(244 114 182 / 0.3);
}

.bg-pink-400\/35 {
  background-color: rgb(244 114 182 / 0.35);
}

.bg-pink-400\/40 {
  background-color: rgb(244 114 182 / 0.4);
}

.bg-pink-400\/45 {
  background-color: rgb(244 114 182 / 0.45);
}

.bg-pink-400\/5 {
  background-color: rgb(244 114 182 / 0.05);
}

.bg-pink-400\/50 {
  background-color: rgb(244 114 182 / 0.5);
}

.bg-pink-400\/55 {
  background-color: rgb(244 114 182 / 0.55);
}

.bg-pink-400\/60 {
  background-color: rgb(244 114 182 / 0.6);
}

.bg-pink-400\/65 {
  background-color: rgb(244 114 182 / 0.65);
}

.bg-pink-400\/70 {
  background-color: rgb(244 114 182 / 0.7);
}

.bg-pink-400\/75 {
  background-color: rgb(244 114 182 / 0.75);
}

.bg-pink-400\/80 {
  background-color: rgb(244 114 182 / 0.8);
}

.bg-pink-400\/85 {
  background-color: rgb(244 114 182 / 0.85);
}

.bg-pink-400\/90 {
  background-color: rgb(244 114 182 / 0.9);
}

.bg-pink-400\/95 {
  background-color: rgb(244 114 182 / 0.95);
}

.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}

.bg-pink-50\/0 {
  background-color: rgb(253 242 248 / 0);
}

.bg-pink-50\/10 {
  background-color: rgb(253 242 248 / 0.1);
}

.bg-pink-50\/100 {
  background-color: rgb(253 242 248 / 1);
}

.bg-pink-50\/15 {
  background-color: rgb(253 242 248 / 0.15);
}

.bg-pink-50\/20 {
  background-color: rgb(253 242 248 / 0.2);
}

.bg-pink-50\/25 {
  background-color: rgb(253 242 248 / 0.25);
}

.bg-pink-50\/30 {
  background-color: rgb(253 242 248 / 0.3);
}

.bg-pink-50\/35 {
  background-color: rgb(253 242 248 / 0.35);
}

.bg-pink-50\/40 {
  background-color: rgb(253 242 248 / 0.4);
}

.bg-pink-50\/45 {
  background-color: rgb(253 242 248 / 0.45);
}

.bg-pink-50\/5 {
  background-color: rgb(253 242 248 / 0.05);
}

.bg-pink-50\/50 {
  background-color: rgb(253 242 248 / 0.5);
}

.bg-pink-50\/55 {
  background-color: rgb(253 242 248 / 0.55);
}

.bg-pink-50\/60 {
  background-color: rgb(253 242 248 / 0.6);
}

.bg-pink-50\/65 {
  background-color: rgb(253 242 248 / 0.65);
}

.bg-pink-50\/70 {
  background-color: rgb(253 242 248 / 0.7);
}

.bg-pink-50\/75 {
  background-color: rgb(253 242 248 / 0.75);
}

.bg-pink-50\/80 {
  background-color: rgb(253 242 248 / 0.8);
}

.bg-pink-50\/85 {
  background-color: rgb(253 242 248 / 0.85);
}

.bg-pink-50\/90 {
  background-color: rgb(253 242 248 / 0.9);
}

.bg-pink-50\/95 {
  background-color: rgb(253 242 248 / 0.95);
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.bg-pink-500\/0 {
  background-color: rgb(236 72 153 / 0);
}

.bg-pink-500\/10 {
  background-color: rgb(236 72 153 / 0.1);
}

.bg-pink-500\/100 {
  background-color: rgb(236 72 153 / 1);
}

.bg-pink-500\/15 {
  background-color: rgb(236 72 153 / 0.15);
}

.bg-pink-500\/20 {
  background-color: rgb(236 72 153 / 0.2);
}

.bg-pink-500\/25 {
  background-color: rgb(236 72 153 / 0.25);
}

.bg-pink-500\/30 {
  background-color: rgb(236 72 153 / 0.3);
}

.bg-pink-500\/35 {
  background-color: rgb(236 72 153 / 0.35);
}

.bg-pink-500\/40 {
  background-color: rgb(236 72 153 / 0.4);
}

.bg-pink-500\/45 {
  background-color: rgb(236 72 153 / 0.45);
}

.bg-pink-500\/5 {
  background-color: rgb(236 72 153 / 0.05);
}

.bg-pink-500\/50 {
  background-color: rgb(236 72 153 / 0.5);
}

.bg-pink-500\/55 {
  background-color: rgb(236 72 153 / 0.55);
}

.bg-pink-500\/60 {
  background-color: rgb(236 72 153 / 0.6);
}

.bg-pink-500\/65 {
  background-color: rgb(236 72 153 / 0.65);
}

.bg-pink-500\/70 {
  background-color: rgb(236 72 153 / 0.7);
}

.bg-pink-500\/75 {
  background-color: rgb(236 72 153 / 0.75);
}

.bg-pink-500\/80 {
  background-color: rgb(236 72 153 / 0.8);
}

.bg-pink-500\/85 {
  background-color: rgb(236 72 153 / 0.85);
}

.bg-pink-500\/90 {
  background-color: rgb(236 72 153 / 0.9);
}

.bg-pink-500\/95 {
  background-color: rgb(236 72 153 / 0.95);
}

.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.bg-pink-600\/0 {
  background-color: rgb(219 39 119 / 0);
}

.bg-pink-600\/10 {
  background-color: rgb(219 39 119 / 0.1);
}

.bg-pink-600\/100 {
  background-color: rgb(219 39 119 / 1);
}

.bg-pink-600\/15 {
  background-color: rgb(219 39 119 / 0.15);
}

.bg-pink-600\/20 {
  background-color: rgb(219 39 119 / 0.2);
}

.bg-pink-600\/25 {
  background-color: rgb(219 39 119 / 0.25);
}

.bg-pink-600\/30 {
  background-color: rgb(219 39 119 / 0.3);
}

.bg-pink-600\/35 {
  background-color: rgb(219 39 119 / 0.35);
}

.bg-pink-600\/40 {
  background-color: rgb(219 39 119 / 0.4);
}

.bg-pink-600\/45 {
  background-color: rgb(219 39 119 / 0.45);
}

.bg-pink-600\/5 {
  background-color: rgb(219 39 119 / 0.05);
}

.bg-pink-600\/50 {
  background-color: rgb(219 39 119 / 0.5);
}

.bg-pink-600\/55 {
  background-color: rgb(219 39 119 / 0.55);
}

.bg-pink-600\/60 {
  background-color: rgb(219 39 119 / 0.6);
}

.bg-pink-600\/65 {
  background-color: rgb(219 39 119 / 0.65);
}

.bg-pink-600\/70 {
  background-color: rgb(219 39 119 / 0.7);
}

.bg-pink-600\/75 {
  background-color: rgb(219 39 119 / 0.75);
}

.bg-pink-600\/80 {
  background-color: rgb(219 39 119 / 0.8);
}

.bg-pink-600\/85 {
  background-color: rgb(219 39 119 / 0.85);
}

.bg-pink-600\/90 {
  background-color: rgb(219 39 119 / 0.9);
}

.bg-pink-600\/95 {
  background-color: rgb(219 39 119 / 0.95);
}

.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}

.bg-pink-700\/0 {
  background-color: rgb(190 24 93 / 0);
}

.bg-pink-700\/10 {
  background-color: rgb(190 24 93 / 0.1);
}

.bg-pink-700\/100 {
  background-color: rgb(190 24 93 / 1);
}

.bg-pink-700\/15 {
  background-color: rgb(190 24 93 / 0.15);
}

.bg-pink-700\/20 {
  background-color: rgb(190 24 93 / 0.2);
}

.bg-pink-700\/25 {
  background-color: rgb(190 24 93 / 0.25);
}

.bg-pink-700\/30 {
  background-color: rgb(190 24 93 / 0.3);
}

.bg-pink-700\/35 {
  background-color: rgb(190 24 93 / 0.35);
}

.bg-pink-700\/40 {
  background-color: rgb(190 24 93 / 0.4);
}

.bg-pink-700\/45 {
  background-color: rgb(190 24 93 / 0.45);
}

.bg-pink-700\/5 {
  background-color: rgb(190 24 93 / 0.05);
}

.bg-pink-700\/50 {
  background-color: rgb(190 24 93 / 0.5);
}

.bg-pink-700\/55 {
  background-color: rgb(190 24 93 / 0.55);
}

.bg-pink-700\/60 {
  background-color: rgb(190 24 93 / 0.6);
}

.bg-pink-700\/65 {
  background-color: rgb(190 24 93 / 0.65);
}

.bg-pink-700\/70 {
  background-color: rgb(190 24 93 / 0.7);
}

.bg-pink-700\/75 {
  background-color: rgb(190 24 93 / 0.75);
}

.bg-pink-700\/80 {
  background-color: rgb(190 24 93 / 0.8);
}

.bg-pink-700\/85 {
  background-color: rgb(190 24 93 / 0.85);
}

.bg-pink-700\/90 {
  background-color: rgb(190 24 93 / 0.9);
}

.bg-pink-700\/95 {
  background-color: rgb(190 24 93 / 0.95);
}

.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}

.bg-pink-800\/0 {
  background-color: rgb(157 23 77 / 0);
}

.bg-pink-800\/10 {
  background-color: rgb(157 23 77 / 0.1);
}

.bg-pink-800\/100 {
  background-color: rgb(157 23 77 / 1);
}

.bg-pink-800\/15 {
  background-color: rgb(157 23 77 / 0.15);
}

.bg-pink-800\/20 {
  background-color: rgb(157 23 77 / 0.2);
}

.bg-pink-800\/25 {
  background-color: rgb(157 23 77 / 0.25);
}

.bg-pink-800\/30 {
  background-color: rgb(157 23 77 / 0.3);
}

.bg-pink-800\/35 {
  background-color: rgb(157 23 77 / 0.35);
}

.bg-pink-800\/40 {
  background-color: rgb(157 23 77 / 0.4);
}

.bg-pink-800\/45 {
  background-color: rgb(157 23 77 / 0.45);
}

.bg-pink-800\/5 {
  background-color: rgb(157 23 77 / 0.05);
}

.bg-pink-800\/50 {
  background-color: rgb(157 23 77 / 0.5);
}

.bg-pink-800\/55 {
  background-color: rgb(157 23 77 / 0.55);
}

.bg-pink-800\/60 {
  background-color: rgb(157 23 77 / 0.6);
}

.bg-pink-800\/65 {
  background-color: rgb(157 23 77 / 0.65);
}

.bg-pink-800\/70 {
  background-color: rgb(157 23 77 / 0.7);
}

.bg-pink-800\/75 {
  background-color: rgb(157 23 77 / 0.75);
}

.bg-pink-800\/80 {
  background-color: rgb(157 23 77 / 0.8);
}

.bg-pink-800\/85 {
  background-color: rgb(157 23 77 / 0.85);
}

.bg-pink-800\/90 {
  background-color: rgb(157 23 77 / 0.9);
}

.bg-pink-800\/95 {
  background-color: rgb(157 23 77 / 0.95);
}

.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}

.bg-pink-900\/0 {
  background-color: rgb(131 24 67 / 0);
}

.bg-pink-900\/10 {
  background-color: rgb(131 24 67 / 0.1);
}

.bg-pink-900\/100 {
  background-color: rgb(131 24 67 / 1);
}

.bg-pink-900\/15 {
  background-color: rgb(131 24 67 / 0.15);
}

.bg-pink-900\/20 {
  background-color: rgb(131 24 67 / 0.2);
}

.bg-pink-900\/25 {
  background-color: rgb(131 24 67 / 0.25);
}

.bg-pink-900\/30 {
  background-color: rgb(131 24 67 / 0.3);
}

.bg-pink-900\/35 {
  background-color: rgb(131 24 67 / 0.35);
}

.bg-pink-900\/40 {
  background-color: rgb(131 24 67 / 0.4);
}

.bg-pink-900\/45 {
  background-color: rgb(131 24 67 / 0.45);
}

.bg-pink-900\/5 {
  background-color: rgb(131 24 67 / 0.05);
}

.bg-pink-900\/50 {
  background-color: rgb(131 24 67 / 0.5);
}

.bg-pink-900\/55 {
  background-color: rgb(131 24 67 / 0.55);
}

.bg-pink-900\/60 {
  background-color: rgb(131 24 67 / 0.6);
}

.bg-pink-900\/65 {
  background-color: rgb(131 24 67 / 0.65);
}

.bg-pink-900\/70 {
  background-color: rgb(131 24 67 / 0.7);
}

.bg-pink-900\/75 {
  background-color: rgb(131 24 67 / 0.75);
}

.bg-pink-900\/80 {
  background-color: rgb(131 24 67 / 0.8);
}

.bg-pink-900\/85 {
  background-color: rgb(131 24 67 / 0.85);
}

.bg-pink-900\/90 {
  background-color: rgb(131 24 67 / 0.9);
}

.bg-pink-900\/95 {
  background-color: rgb(131 24 67 / 0.95);
}

.bg-pink-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
}

.bg-pink-950\/0 {
  background-color: rgb(80 7 36 / 0);
}

.bg-pink-950\/10 {
  background-color: rgb(80 7 36 / 0.1);
}

.bg-pink-950\/100 {
  background-color: rgb(80 7 36 / 1);
}

.bg-pink-950\/15 {
  background-color: rgb(80 7 36 / 0.15);
}

.bg-pink-950\/20 {
  background-color: rgb(80 7 36 / 0.2);
}

.bg-pink-950\/25 {
  background-color: rgb(80 7 36 / 0.25);
}

.bg-pink-950\/30 {
  background-color: rgb(80 7 36 / 0.3);
}

.bg-pink-950\/35 {
  background-color: rgb(80 7 36 / 0.35);
}

.bg-pink-950\/40 {
  background-color: rgb(80 7 36 / 0.4);
}

.bg-pink-950\/45 {
  background-color: rgb(80 7 36 / 0.45);
}

.bg-pink-950\/5 {
  background-color: rgb(80 7 36 / 0.05);
}

.bg-pink-950\/50 {
  background-color: rgb(80 7 36 / 0.5);
}

.bg-pink-950\/55 {
  background-color: rgb(80 7 36 / 0.55);
}

.bg-pink-950\/60 {
  background-color: rgb(80 7 36 / 0.6);
}

.bg-pink-950\/65 {
  background-color: rgb(80 7 36 / 0.65);
}

.bg-pink-950\/70 {
  background-color: rgb(80 7 36 / 0.7);
}

.bg-pink-950\/75 {
  background-color: rgb(80 7 36 / 0.75);
}

.bg-pink-950\/80 {
  background-color: rgb(80 7 36 / 0.8);
}

.bg-pink-950\/85 {
  background-color: rgb(80 7 36 / 0.85);
}

.bg-pink-950\/90 {
  background-color: rgb(80 7 36 / 0.9);
}

.bg-pink-950\/95 {
  background-color: rgb(80 7 36 / 0.95);
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-100\/0 {
  background-color: rgb(243 232 255 / 0);
}

.bg-purple-100\/10 {
  background-color: rgb(243 232 255 / 0.1);
}

.bg-purple-100\/100 {
  background-color: rgb(243 232 255 / 1);
}

.bg-purple-100\/15 {
  background-color: rgb(243 232 255 / 0.15);
}

.bg-purple-100\/20 {
  background-color: rgb(243 232 255 / 0.2);
}

.bg-purple-100\/25 {
  background-color: rgb(243 232 255 / 0.25);
}

.bg-purple-100\/30 {
  background-color: rgb(243 232 255 / 0.3);
}

.bg-purple-100\/35 {
  background-color: rgb(243 232 255 / 0.35);
}

.bg-purple-100\/40 {
  background-color: rgb(243 232 255 / 0.4);
}

.bg-purple-100\/45 {
  background-color: rgb(243 232 255 / 0.45);
}

.bg-purple-100\/5 {
  background-color: rgb(243 232 255 / 0.05);
}

.bg-purple-100\/50 {
  background-color: rgb(243 232 255 / 0.5);
}

.bg-purple-100\/55 {
  background-color: rgb(243 232 255 / 0.55);
}

.bg-purple-100\/60 {
  background-color: rgb(243 232 255 / 0.6);
}

.bg-purple-100\/65 {
  background-color: rgb(243 232 255 / 0.65);
}

.bg-purple-100\/70 {
  background-color: rgb(243 232 255 / 0.7);
}

.bg-purple-100\/75 {
  background-color: rgb(243 232 255 / 0.75);
}

.bg-purple-100\/80 {
  background-color: rgb(243 232 255 / 0.8);
}

.bg-purple-100\/85 {
  background-color: rgb(243 232 255 / 0.85);
}

.bg-purple-100\/90 {
  background-color: rgb(243 232 255 / 0.9);
}

.bg-purple-100\/95 {
  background-color: rgb(243 232 255 / 0.95);
}

.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-200\/0 {
  background-color: rgb(233 213 255 / 0);
}

.bg-purple-200\/10 {
  background-color: rgb(233 213 255 / 0.1);
}

.bg-purple-200\/100 {
  background-color: rgb(233 213 255 / 1);
}

.bg-purple-200\/15 {
  background-color: rgb(233 213 255 / 0.15);
}

.bg-purple-200\/20 {
  background-color: rgb(233 213 255 / 0.2);
}

.bg-purple-200\/25 {
  background-color: rgb(233 213 255 / 0.25);
}

.bg-purple-200\/30 {
  background-color: rgb(233 213 255 / 0.3);
}

.bg-purple-200\/35 {
  background-color: rgb(233 213 255 / 0.35);
}

.bg-purple-200\/40 {
  background-color: rgb(233 213 255 / 0.4);
}

.bg-purple-200\/45 {
  background-color: rgb(233 213 255 / 0.45);
}

.bg-purple-200\/5 {
  background-color: rgb(233 213 255 / 0.05);
}

.bg-purple-200\/50 {
  background-color: rgb(233 213 255 / 0.5);
}

.bg-purple-200\/55 {
  background-color: rgb(233 213 255 / 0.55);
}

.bg-purple-200\/60 {
  background-color: rgb(233 213 255 / 0.6);
}

.bg-purple-200\/65 {
  background-color: rgb(233 213 255 / 0.65);
}

.bg-purple-200\/70 {
  background-color: rgb(233 213 255 / 0.7);
}

.bg-purple-200\/75 {
  background-color: rgb(233 213 255 / 0.75);
}

.bg-purple-200\/80 {
  background-color: rgb(233 213 255 / 0.8);
}

.bg-purple-200\/85 {
  background-color: rgb(233 213 255 / 0.85);
}

.bg-purple-200\/90 {
  background-color: rgb(233 213 255 / 0.9);
}

.bg-purple-200\/95 {
  background-color: rgb(233 213 255 / 0.95);
}

.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}

.bg-purple-300\/0 {
  background-color: rgb(216 180 254 / 0);
}

.bg-purple-300\/10 {
  background-color: rgb(216 180 254 / 0.1);
}

.bg-purple-300\/100 {
  background-color: rgb(216 180 254 / 1);
}

.bg-purple-300\/15 {
  background-color: rgb(216 180 254 / 0.15);
}

.bg-purple-300\/20 {
  background-color: rgb(216 180 254 / 0.2);
}

.bg-purple-300\/25 {
  background-color: rgb(216 180 254 / 0.25);
}

.bg-purple-300\/30 {
  background-color: rgb(216 180 254 / 0.3);
}

.bg-purple-300\/35 {
  background-color: rgb(216 180 254 / 0.35);
}

.bg-purple-300\/40 {
  background-color: rgb(216 180 254 / 0.4);
}

.bg-purple-300\/45 {
  background-color: rgb(216 180 254 / 0.45);
}

.bg-purple-300\/5 {
  background-color: rgb(216 180 254 / 0.05);
}

.bg-purple-300\/50 {
  background-color: rgb(216 180 254 / 0.5);
}

.bg-purple-300\/55 {
  background-color: rgb(216 180 254 / 0.55);
}

.bg-purple-300\/60 {
  background-color: rgb(216 180 254 / 0.6);
}

.bg-purple-300\/65 {
  background-color: rgb(216 180 254 / 0.65);
}

.bg-purple-300\/70 {
  background-color: rgb(216 180 254 / 0.7);
}

.bg-purple-300\/75 {
  background-color: rgb(216 180 254 / 0.75);
}

.bg-purple-300\/80 {
  background-color: rgb(216 180 254 / 0.8);
}

.bg-purple-300\/85 {
  background-color: rgb(216 180 254 / 0.85);
}

.bg-purple-300\/90 {
  background-color: rgb(216 180 254 / 0.9);
}

.bg-purple-300\/95 {
  background-color: rgb(216 180 254 / 0.95);
}

.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}

.bg-purple-400\/0 {
  background-color: rgb(192 132 252 / 0);
}

.bg-purple-400\/10 {
  background-color: rgb(192 132 252 / 0.1);
}

.bg-purple-400\/100 {
  background-color: rgb(192 132 252 / 1);
}

.bg-purple-400\/15 {
  background-color: rgb(192 132 252 / 0.15);
}

.bg-purple-400\/20 {
  background-color: rgb(192 132 252 / 0.2);
}

.bg-purple-400\/25 {
  background-color: rgb(192 132 252 / 0.25);
}

.bg-purple-400\/30 {
  background-color: rgb(192 132 252 / 0.3);
}

.bg-purple-400\/35 {
  background-color: rgb(192 132 252 / 0.35);
}

.bg-purple-400\/40 {
  background-color: rgb(192 132 252 / 0.4);
}

.bg-purple-400\/45 {
  background-color: rgb(192 132 252 / 0.45);
}

.bg-purple-400\/5 {
  background-color: rgb(192 132 252 / 0.05);
}

.bg-purple-400\/50 {
  background-color: rgb(192 132 252 / 0.5);
}

.bg-purple-400\/55 {
  background-color: rgb(192 132 252 / 0.55);
}

.bg-purple-400\/60 {
  background-color: rgb(192 132 252 / 0.6);
}

.bg-purple-400\/65 {
  background-color: rgb(192 132 252 / 0.65);
}

.bg-purple-400\/70 {
  background-color: rgb(192 132 252 / 0.7);
}

.bg-purple-400\/75 {
  background-color: rgb(192 132 252 / 0.75);
}

.bg-purple-400\/80 {
  background-color: rgb(192 132 252 / 0.8);
}

.bg-purple-400\/85 {
  background-color: rgb(192 132 252 / 0.85);
}

.bg-purple-400\/90 {
  background-color: rgb(192 132 252 / 0.9);
}

.bg-purple-400\/95 {
  background-color: rgb(192 132 252 / 0.95);
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-50\/0 {
  background-color: rgb(250 245 255 / 0);
}

.bg-purple-50\/10 {
  background-color: rgb(250 245 255 / 0.1);
}

.bg-purple-50\/100 {
  background-color: rgb(250 245 255 / 1);
}

.bg-purple-50\/15 {
  background-color: rgb(250 245 255 / 0.15);
}

.bg-purple-50\/20 {
  background-color: rgb(250 245 255 / 0.2);
}

.bg-purple-50\/25 {
  background-color: rgb(250 245 255 / 0.25);
}

.bg-purple-50\/30 {
  background-color: rgb(250 245 255 / 0.3);
}

.bg-purple-50\/35 {
  background-color: rgb(250 245 255 / 0.35);
}

.bg-purple-50\/40 {
  background-color: rgb(250 245 255 / 0.4);
}

.bg-purple-50\/45 {
  background-color: rgb(250 245 255 / 0.45);
}

.bg-purple-50\/5 {
  background-color: rgb(250 245 255 / 0.05);
}

.bg-purple-50\/50 {
  background-color: rgb(250 245 255 / 0.5);
}

.bg-purple-50\/55 {
  background-color: rgb(250 245 255 / 0.55);
}

.bg-purple-50\/60 {
  background-color: rgb(250 245 255 / 0.6);
}

.bg-purple-50\/65 {
  background-color: rgb(250 245 255 / 0.65);
}

.bg-purple-50\/70 {
  background-color: rgb(250 245 255 / 0.7);
}

.bg-purple-50\/75 {
  background-color: rgb(250 245 255 / 0.75);
}

.bg-purple-50\/80 {
  background-color: rgb(250 245 255 / 0.8);
}

.bg-purple-50\/85 {
  background-color: rgb(250 245 255 / 0.85);
}

.bg-purple-50\/90 {
  background-color: rgb(250 245 255 / 0.9);
}

.bg-purple-50\/95 {
  background-color: rgb(250 245 255 / 0.95);
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.bg-purple-500\/0 {
  background-color: rgb(168 85 247 / 0);
}

.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}

.bg-purple-500\/100 {
  background-color: rgb(168 85 247 / 1);
}

.bg-purple-500\/15 {
  background-color: rgb(168 85 247 / 0.15);
}

.bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}

.bg-purple-500\/25 {
  background-color: rgb(168 85 247 / 0.25);
}

.bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3);
}

.bg-purple-500\/35 {
  background-color: rgb(168 85 247 / 0.35);
}

.bg-purple-500\/40 {
  background-color: rgb(168 85 247 / 0.4);
}

.bg-purple-500\/45 {
  background-color: rgb(168 85 247 / 0.45);
}

.bg-purple-500\/5 {
  background-color: rgb(168 85 247 / 0.05);
}

.bg-purple-500\/50 {
  background-color: rgb(168 85 247 / 0.5);
}

.bg-purple-500\/55 {
  background-color: rgb(168 85 247 / 0.55);
}

.bg-purple-500\/60 {
  background-color: rgb(168 85 247 / 0.6);
}

.bg-purple-500\/65 {
  background-color: rgb(168 85 247 / 0.65);
}

.bg-purple-500\/70 {
  background-color: rgb(168 85 247 / 0.7);
}

.bg-purple-500\/75 {
  background-color: rgb(168 85 247 / 0.75);
}

.bg-purple-500\/80 {
  background-color: rgb(168 85 247 / 0.8);
}

.bg-purple-500\/85 {
  background-color: rgb(168 85 247 / 0.85);
}

.bg-purple-500\/90 {
  background-color: rgb(168 85 247 / 0.9);
}

.bg-purple-500\/95 {
  background-color: rgb(168 85 247 / 0.95);
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.bg-purple-600\/0 {
  background-color: rgb(147 51 234 / 0);
}

.bg-purple-600\/10 {
  background-color: rgb(147 51 234 / 0.1);
}

.bg-purple-600\/100 {
  background-color: rgb(147 51 234 / 1);
}

.bg-purple-600\/15 {
  background-color: rgb(147 51 234 / 0.15);
}

.bg-purple-600\/20 {
  background-color: rgb(147 51 234 / 0.2);
}

.bg-purple-600\/25 {
  background-color: rgb(147 51 234 / 0.25);
}

.bg-purple-600\/30 {
  background-color: rgb(147 51 234 / 0.3);
}

.bg-purple-600\/35 {
  background-color: rgb(147 51 234 / 0.35);
}

.bg-purple-600\/40 {
  background-color: rgb(147 51 234 / 0.4);
}

.bg-purple-600\/45 {
  background-color: rgb(147 51 234 / 0.45);
}

.bg-purple-600\/5 {
  background-color: rgb(147 51 234 / 0.05);
}

.bg-purple-600\/50 {
  background-color: rgb(147 51 234 / 0.5);
}

.bg-purple-600\/55 {
  background-color: rgb(147 51 234 / 0.55);
}

.bg-purple-600\/60 {
  background-color: rgb(147 51 234 / 0.6);
}

.bg-purple-600\/65 {
  background-color: rgb(147 51 234 / 0.65);
}

.bg-purple-600\/70 {
  background-color: rgb(147 51 234 / 0.7);
}

.bg-purple-600\/75 {
  background-color: rgb(147 51 234 / 0.75);
}

.bg-purple-600\/80 {
  background-color: rgb(147 51 234 / 0.8);
}

.bg-purple-600\/85 {
  background-color: rgb(147 51 234 / 0.85);
}

.bg-purple-600\/90 {
  background-color: rgb(147 51 234 / 0.9);
}

.bg-purple-600\/95 {
  background-color: rgb(147 51 234 / 0.95);
}

.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.bg-purple-700\/0 {
  background-color: rgb(126 34 206 / 0);
}

.bg-purple-700\/10 {
  background-color: rgb(126 34 206 / 0.1);
}

.bg-purple-700\/100 {
  background-color: rgb(126 34 206 / 1);
}

.bg-purple-700\/15 {
  background-color: rgb(126 34 206 / 0.15);
}

.bg-purple-700\/20 {
  background-color: rgb(126 34 206 / 0.2);
}

.bg-purple-700\/25 {
  background-color: rgb(126 34 206 / 0.25);
}

.bg-purple-700\/30 {
  background-color: rgb(126 34 206 / 0.3);
}

.bg-purple-700\/35 {
  background-color: rgb(126 34 206 / 0.35);
}

.bg-purple-700\/40 {
  background-color: rgb(126 34 206 / 0.4);
}

.bg-purple-700\/45 {
  background-color: rgb(126 34 206 / 0.45);
}

.bg-purple-700\/5 {
  background-color: rgb(126 34 206 / 0.05);
}

.bg-purple-700\/50 {
  background-color: rgb(126 34 206 / 0.5);
}

.bg-purple-700\/55 {
  background-color: rgb(126 34 206 / 0.55);
}

.bg-purple-700\/60 {
  background-color: rgb(126 34 206 / 0.6);
}

.bg-purple-700\/65 {
  background-color: rgb(126 34 206 / 0.65);
}

.bg-purple-700\/70 {
  background-color: rgb(126 34 206 / 0.7);
}

.bg-purple-700\/75 {
  background-color: rgb(126 34 206 / 0.75);
}

.bg-purple-700\/80 {
  background-color: rgb(126 34 206 / 0.8);
}

.bg-purple-700\/85 {
  background-color: rgb(126 34 206 / 0.85);
}

.bg-purple-700\/90 {
  background-color: rgb(126 34 206 / 0.9);
}

.bg-purple-700\/95 {
  background-color: rgb(126 34 206 / 0.95);
}

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}

.bg-purple-800\/0 {
  background-color: rgb(107 33 168 / 0);
}

.bg-purple-800\/10 {
  background-color: rgb(107 33 168 / 0.1);
}

.bg-purple-800\/100 {
  background-color: rgb(107 33 168 / 1);
}

.bg-purple-800\/15 {
  background-color: rgb(107 33 168 / 0.15);
}

.bg-purple-800\/20 {
  background-color: rgb(107 33 168 / 0.2);
}

.bg-purple-800\/25 {
  background-color: rgb(107 33 168 / 0.25);
}

.bg-purple-800\/30 {
  background-color: rgb(107 33 168 / 0.3);
}

.bg-purple-800\/35 {
  background-color: rgb(107 33 168 / 0.35);
}

.bg-purple-800\/40 {
  background-color: rgb(107 33 168 / 0.4);
}

.bg-purple-800\/45 {
  background-color: rgb(107 33 168 / 0.45);
}

.bg-purple-800\/5 {
  background-color: rgb(107 33 168 / 0.05);
}

.bg-purple-800\/50 {
  background-color: rgb(107 33 168 / 0.5);
}

.bg-purple-800\/55 {
  background-color: rgb(107 33 168 / 0.55);
}

.bg-purple-800\/60 {
  background-color: rgb(107 33 168 / 0.6);
}

.bg-purple-800\/65 {
  background-color: rgb(107 33 168 / 0.65);
}

.bg-purple-800\/70 {
  background-color: rgb(107 33 168 / 0.7);
}

.bg-purple-800\/75 {
  background-color: rgb(107 33 168 / 0.75);
}

.bg-purple-800\/80 {
  background-color: rgb(107 33 168 / 0.8);
}

.bg-purple-800\/85 {
  background-color: rgb(107 33 168 / 0.85);
}

.bg-purple-800\/90 {
  background-color: rgb(107 33 168 / 0.9);
}

.bg-purple-800\/95 {
  background-color: rgb(107 33 168 / 0.95);
}

.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}

.bg-purple-900\/0 {
  background-color: rgb(88 28 135 / 0);
}

.bg-purple-900\/10 {
  background-color: rgb(88 28 135 / 0.1);
}

.bg-purple-900\/100 {
  background-color: rgb(88 28 135 / 1);
}

.bg-purple-900\/15 {
  background-color: rgb(88 28 135 / 0.15);
}

.bg-purple-900\/20 {
  background-color: rgb(88 28 135 / 0.2);
}

.bg-purple-900\/25 {
  background-color: rgb(88 28 135 / 0.25);
}

.bg-purple-900\/30 {
  background-color: rgb(88 28 135 / 0.3);
}

.bg-purple-900\/35 {
  background-color: rgb(88 28 135 / 0.35);
}

.bg-purple-900\/40 {
  background-color: rgb(88 28 135 / 0.4);
}

.bg-purple-900\/45 {
  background-color: rgb(88 28 135 / 0.45);
}

.bg-purple-900\/5 {
  background-color: rgb(88 28 135 / 0.05);
}

.bg-purple-900\/50 {
  background-color: rgb(88 28 135 / 0.5);
}

.bg-purple-900\/55 {
  background-color: rgb(88 28 135 / 0.55);
}

.bg-purple-900\/60 {
  background-color: rgb(88 28 135 / 0.6);
}

.bg-purple-900\/65 {
  background-color: rgb(88 28 135 / 0.65);
}

.bg-purple-900\/70 {
  background-color: rgb(88 28 135 / 0.7);
}

.bg-purple-900\/75 {
  background-color: rgb(88 28 135 / 0.75);
}

.bg-purple-900\/80 {
  background-color: rgb(88 28 135 / 0.8);
}

.bg-purple-900\/85 {
  background-color: rgb(88 28 135 / 0.85);
}

.bg-purple-900\/90 {
  background-color: rgb(88 28 135 / 0.9);
}

.bg-purple-900\/95 {
  background-color: rgb(88 28 135 / 0.95);
}

.bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}

.bg-purple-950\/0 {
  background-color: rgb(59 7 100 / 0);
}

.bg-purple-950\/10 {
  background-color: rgb(59 7 100 / 0.1);
}

.bg-purple-950\/100 {
  background-color: rgb(59 7 100 / 1);
}

.bg-purple-950\/15 {
  background-color: rgb(59 7 100 / 0.15);
}

.bg-purple-950\/20 {
  background-color: rgb(59 7 100 / 0.2);
}

.bg-purple-950\/25 {
  background-color: rgb(59 7 100 / 0.25);
}

.bg-purple-950\/30 {
  background-color: rgb(59 7 100 / 0.3);
}

.bg-purple-950\/35 {
  background-color: rgb(59 7 100 / 0.35);
}

.bg-purple-950\/40 {
  background-color: rgb(59 7 100 / 0.4);
}

.bg-purple-950\/45 {
  background-color: rgb(59 7 100 / 0.45);
}

.bg-purple-950\/5 {
  background-color: rgb(59 7 100 / 0.05);
}

.bg-purple-950\/50 {
  background-color: rgb(59 7 100 / 0.5);
}

.bg-purple-950\/55 {
  background-color: rgb(59 7 100 / 0.55);
}

.bg-purple-950\/60 {
  background-color: rgb(59 7 100 / 0.6);
}

.bg-purple-950\/65 {
  background-color: rgb(59 7 100 / 0.65);
}

.bg-purple-950\/70 {
  background-color: rgb(59 7 100 / 0.7);
}

.bg-purple-950\/75 {
  background-color: rgb(59 7 100 / 0.75);
}

.bg-purple-950\/80 {
  background-color: rgb(59 7 100 / 0.8);
}

.bg-purple-950\/85 {
  background-color: rgb(59 7 100 / 0.85);
}

.bg-purple-950\/90 {
  background-color: rgb(59 7 100 / 0.9);
}

.bg-purple-950\/95 {
  background-color: rgb(59 7 100 / 0.95);
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}

.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}

.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}

.bg-red-100\/15 {
  background-color: rgb(254 226 226 / 0.15);
}

.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}

.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}

.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}

.bg-red-100\/35 {
  background-color: rgb(254 226 226 / 0.35);
}

.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}

.bg-red-100\/45 {
  background-color: rgb(254 226 226 / 0.45);
}

.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}

.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}

.bg-red-100\/55 {
  background-color: rgb(254 226 226 / 0.55);
}

.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}

.bg-red-100\/65 {
  background-color: rgb(254 226 226 / 0.65);
}

.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}

.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}

.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}

.bg-red-100\/85 {
  background-color: rgb(254 226 226 / 0.85);
}

.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}

.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}

.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}

.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}

.bg-red-200\/15 {
  background-color: rgb(254 202 202 / 0.15);
}

.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}

.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}

.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}

.bg-red-200\/35 {
  background-color: rgb(254 202 202 / 0.35);
}

.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}

.bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45);
}

.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}

.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}

.bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55);
}

.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}

.bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65);
}

.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}

.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}

.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}

.bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85);
}

.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}

.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}

.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}

.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}

.bg-red-300\/15 {
  background-color: rgb(252 165 165 / 0.15);
}

.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}

.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}

.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}

.bg-red-300\/35 {
  background-color: rgb(252 165 165 / 0.35);
}

.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}

.bg-red-300\/45 {
  background-color: rgb(252 165 165 / 0.45);
}

.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}

.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}

.bg-red-300\/55 {
  background-color: rgb(252 165 165 / 0.55);
}

.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}

.bg-red-300\/65 {
  background-color: rgb(252 165 165 / 0.65);
}

.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}

.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}

.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}

.bg-red-300\/85 {
  background-color: rgb(252 165 165 / 0.85);
}

.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}

.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0);
}

.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}

.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1);
}

.bg-red-400\/15 {
  background-color: rgb(248 113 113 / 0.15);
}

.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}

.bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}

.bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}

.bg-red-400\/35 {
  background-color: rgb(248 113 113 / 0.35);
}

.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}

.bg-red-400\/45 {
  background-color: rgb(248 113 113 / 0.45);
}

.bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}

.bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}

.bg-red-400\/55 {
  background-color: rgb(248 113 113 / 0.55);
}

.bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}

.bg-red-400\/65 {
  background-color: rgb(248 113 113 / 0.65);
}

.bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}

.bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}

.bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}

.bg-red-400\/85 {
  background-color: rgb(248 113 113 / 0.85);
}

.bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}

.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0);
}

.bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}

.bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1);
}

.bg-red-50\/15 {
  background-color: rgb(254 242 242 / 0.15);
}

.bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}

.bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}

.bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}

.bg-red-50\/35 {
  background-color: rgb(254 242 242 / 0.35);
}

.bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}

.bg-red-50\/45 {
  background-color: rgb(254 242 242 / 0.45);
}

.bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}

.bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}

.bg-red-50\/55 {
  background-color: rgb(254 242 242 / 0.55);
}

.bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}

.bg-red-50\/65 {
  background-color: rgb(254 242 242 / 0.65);
}

.bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}

.bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}

.bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}

.bg-red-50\/85 {
  background-color: rgb(254 242 242 / 0.85);
}

.bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}

.bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}

.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}

.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}

.bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}

.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}

.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}

.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}

.bg-red-500\/35 {
  background-color: rgb(239 68 68 / 0.35);
}

.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}

.bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45);
}

.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}

.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}

.bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55);
}

.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}

.bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65);
}

.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}

.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}

.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}

.bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85);
}

.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}

.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}

.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}

.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}

.bg-red-600\/15 {
  background-color: rgb(220 38 38 / 0.15);
}

.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}

.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}

.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}

.bg-red-600\/35 {
  background-color: rgb(220 38 38 / 0.35);
}

.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}

.bg-red-600\/45 {
  background-color: rgb(220 38 38 / 0.45);
}

.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}

.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}

.bg-red-600\/55 {
  background-color: rgb(220 38 38 / 0.55);
}

.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}

.bg-red-600\/65 {
  background-color: rgb(220 38 38 / 0.65);
}

.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}

.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}

.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}

.bg-red-600\/85 {
  background-color: rgb(220 38 38 / 0.85);
}

.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}

.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}

.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}

.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}

.bg-red-700\/15 {
  background-color: rgb(185 28 28 / 0.15);
}

.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}

.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}

.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}

.bg-red-700\/35 {
  background-color: rgb(185 28 28 / 0.35);
}

.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}

.bg-red-700\/45 {
  background-color: rgb(185 28 28 / 0.45);
}

.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}

.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}

.bg-red-700\/55 {
  background-color: rgb(185 28 28 / 0.55);
}

.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}

.bg-red-700\/65 {
  background-color: rgb(185 28 28 / 0.65);
}

.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}

.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}

.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}

.bg-red-700\/85 {
  background-color: rgb(185 28 28 / 0.85);
}

.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}

.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}

.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0);
}

.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}

.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1);
}

.bg-red-800\/15 {
  background-color: rgb(153 27 27 / 0.15);
}

.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}

.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}

.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}

.bg-red-800\/35 {
  background-color: rgb(153 27 27 / 0.35);
}

.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}

.bg-red-800\/45 {
  background-color: rgb(153 27 27 / 0.45);
}

.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}

.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}

.bg-red-800\/55 {
  background-color: rgb(153 27 27 / 0.55);
}

.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}

.bg-red-800\/65 {
  background-color: rgb(153 27 27 / 0.65);
}

.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}

.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}

.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}

.bg-red-800\/85 {
  background-color: rgb(153 27 27 / 0.85);
}

.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}

.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0);
}

.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}

.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1);
}

.bg-red-900\/15 {
  background-color: rgb(127 29 29 / 0.15);
}

.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}

.bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}

.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}

.bg-red-900\/35 {
  background-color: rgb(127 29 29 / 0.35);
}

.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}

.bg-red-900\/45 {
  background-color: rgb(127 29 29 / 0.45);
}

.bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}

.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}

.bg-red-900\/55 {
  background-color: rgb(127 29 29 / 0.55);
}

.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}

.bg-red-900\/65 {
  background-color: rgb(127 29 29 / 0.65);
}

.bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}

.bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}

.bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}

.bg-red-900\/85 {
  background-color: rgb(127 29 29 / 0.85);
}

.bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}

.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}

.bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}

.bg-red-950\/0 {
  background-color: rgb(69 10 10 / 0);
}

.bg-red-950\/10 {
  background-color: rgb(69 10 10 / 0.1);
}

.bg-red-950\/100 {
  background-color: rgb(69 10 10 / 1);
}

.bg-red-950\/15 {
  background-color: rgb(69 10 10 / 0.15);
}

.bg-red-950\/20 {
  background-color: rgb(69 10 10 / 0.2);
}

.bg-red-950\/25 {
  background-color: rgb(69 10 10 / 0.25);
}

.bg-red-950\/30 {
  background-color: rgb(69 10 10 / 0.3);
}

.bg-red-950\/35 {
  background-color: rgb(69 10 10 / 0.35);
}

.bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4);
}

.bg-red-950\/45 {
  background-color: rgb(69 10 10 / 0.45);
}

.bg-red-950\/5 {
  background-color: rgb(69 10 10 / 0.05);
}

.bg-red-950\/50 {
  background-color: rgb(69 10 10 / 0.5);
}

.bg-red-950\/55 {
  background-color: rgb(69 10 10 / 0.55);
}

.bg-red-950\/60 {
  background-color: rgb(69 10 10 / 0.6);
}

.bg-red-950\/65 {
  background-color: rgb(69 10 10 / 0.65);
}

.bg-red-950\/70 {
  background-color: rgb(69 10 10 / 0.7);
}

.bg-red-950\/75 {
  background-color: rgb(69 10 10 / 0.75);
}

.bg-red-950\/80 {
  background-color: rgb(69 10 10 / 0.8);
}

.bg-red-950\/85 {
  background-color: rgb(69 10 10 / 0.85);
}

.bg-red-950\/90 {
  background-color: rgb(69 10 10 / 0.9);
}

.bg-red-950\/95 {
  background-color: rgb(69 10 10 / 0.95);
}

.bg-transparent {
  background-color: transparent;
}

.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}

.bg-transparent\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-transparent\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-transparent\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-transparent\/55 {
  background-color: rgb(0 0 0 / 0.55);
}

.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-transparent\/65 {
  background-color: rgb(0 0 0 / 0.65);
}

.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-transparent\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}

.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0);
}

.bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1);
}

.bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1);
}

.bg-yellow-100\/15 {
  background-color: rgb(254 249 195 / 0.15);
}

.bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2);
}

.bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25);
}

.bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3);
}

.bg-yellow-100\/35 {
  background-color: rgb(254 249 195 / 0.35);
}

.bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4);
}

.bg-yellow-100\/45 {
  background-color: rgb(254 249 195 / 0.45);
}

.bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05);
}

.bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5);
}

.bg-yellow-100\/55 {
  background-color: rgb(254 249 195 / 0.55);
}

.bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6);
}

.bg-yellow-100\/65 {
  background-color: rgb(254 249 195 / 0.65);
}

.bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7);
}

.bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75);
}

.bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8);
}

.bg-yellow-100\/85 {
  background-color: rgb(254 249 195 / 0.85);
}

.bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9);
}

.bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95);
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0);
}

.bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1);
}

.bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1);
}

.bg-yellow-200\/15 {
  background-color: rgb(254 240 138 / 0.15);
}

.bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2);
}

.bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25);
}

.bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3);
}

.bg-yellow-200\/35 {
  background-color: rgb(254 240 138 / 0.35);
}

.bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4);
}

.bg-yellow-200\/45 {
  background-color: rgb(254 240 138 / 0.45);
}

.bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05);
}

.bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5);
}

.bg-yellow-200\/55 {
  background-color: rgb(254 240 138 / 0.55);
}

.bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6);
}

.bg-yellow-200\/65 {
  background-color: rgb(254 240 138 / 0.65);
}

.bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7);
}

.bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75);
}

.bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8);
}

.bg-yellow-200\/85 {
  background-color: rgb(254 240 138 / 0.85);
}

.bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9);
}

.bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95);
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}

.bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0);
}

.bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1);
}

.bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1);
}

.bg-yellow-300\/15 {
  background-color: rgb(253 224 71 / 0.15);
}

.bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2);
}

.bg-yellow-300\/25 {
  background-color: rgb(253 224 71 / 0.25);
}

.bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3);
}

.bg-yellow-300\/35 {
  background-color: rgb(253 224 71 / 0.35);
}

.bg-yellow-300\/40 {
  background-color: rgb(253 224 71 / 0.4);
}

.bg-yellow-300\/45 {
  background-color: rgb(253 224 71 / 0.45);
}

.bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05);
}

.bg-yellow-300\/50 {
  background-color: rgb(253 224 71 / 0.5);
}

.bg-yellow-300\/55 {
  background-color: rgb(253 224 71 / 0.55);
}

.bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6);
}

.bg-yellow-300\/65 {
  background-color: rgb(253 224 71 / 0.65);
}

.bg-yellow-300\/70 {
  background-color: rgb(253 224 71 / 0.7);
}

.bg-yellow-300\/75 {
  background-color: rgb(253 224 71 / 0.75);
}

.bg-yellow-300\/80 {
  background-color: rgb(253 224 71 / 0.8);
}

.bg-yellow-300\/85 {
  background-color: rgb(253 224 71 / 0.85);
}

.bg-yellow-300\/90 {
  background-color: rgb(253 224 71 / 0.9);
}

.bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95);
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0);
}

.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}

.bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1);
}

.bg-yellow-400\/15 {
  background-color: rgb(250 204 21 / 0.15);
}

.bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2);
}

.bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25);
}

.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}

.bg-yellow-400\/35 {
  background-color: rgb(250 204 21 / 0.35);
}

.bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4);
}

.bg-yellow-400\/45 {
  background-color: rgb(250 204 21 / 0.45);
}

.bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05);
}

.bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5);
}

.bg-yellow-400\/55 {
  background-color: rgb(250 204 21 / 0.55);
}

.bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6);
}

.bg-yellow-400\/65 {
  background-color: rgb(250 204 21 / 0.65);
}

.bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7);
}

.bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75);
}

.bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8);
}

.bg-yellow-400\/85 {
  background-color: rgb(250 204 21 / 0.85);
}

.bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9);
}

.bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95);
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0);
}

.bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1);
}

.bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1);
}

.bg-yellow-50\/15 {
  background-color: rgb(254 252 232 / 0.15);
}

.bg-yellow-50\/20 {
  background-color: rgb(254 252 232 / 0.2);
}

.bg-yellow-50\/25 {
  background-color: rgb(254 252 232 / 0.25);
}

.bg-yellow-50\/30 {
  background-color: rgb(254 252 232 / 0.3);
}

.bg-yellow-50\/35 {
  background-color: rgb(254 252 232 / 0.35);
}

.bg-yellow-50\/40 {
  background-color: rgb(254 252 232 / 0.4);
}

.bg-yellow-50\/45 {
  background-color: rgb(254 252 232 / 0.45);
}

.bg-yellow-50\/5 {
  background-color: rgb(254 252 232 / 0.05);
}

.bg-yellow-50\/50 {
  background-color: rgb(254 252 232 / 0.5);
}

.bg-yellow-50\/55 {
  background-color: rgb(254 252 232 / 0.55);
}

.bg-yellow-50\/60 {
  background-color: rgb(254 252 232 / 0.6);
}

.bg-yellow-50\/65 {
  background-color: rgb(254 252 232 / 0.65);
}

.bg-yellow-50\/70 {
  background-color: rgb(254 252 232 / 0.7);
}

.bg-yellow-50\/75 {
  background-color: rgb(254 252 232 / 0.75);
}

.bg-yellow-50\/80 {
  background-color: rgb(254 252 232 / 0.8);
}

.bg-yellow-50\/85 {
  background-color: rgb(254 252 232 / 0.85);
}

.bg-yellow-50\/90 {
  background-color: rgb(254 252 232 / 0.9);
}

.bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95);
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0);
}

.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}

.bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1);
}

.bg-yellow-500\/15 {
  background-color: rgb(234 179 8 / 0.15);
}

.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}

.bg-yellow-500\/25 {
  background-color: rgb(234 179 8 / 0.25);
}

.bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3);
}

.bg-yellow-500\/35 {
  background-color: rgb(234 179 8 / 0.35);
}

.bg-yellow-500\/40 {
  background-color: rgb(234 179 8 / 0.4);
}

.bg-yellow-500\/45 {
  background-color: rgb(234 179 8 / 0.45);
}

.bg-yellow-500\/5 {
  background-color: rgb(234 179 8 / 0.05);
}

.bg-yellow-500\/50 {
  background-color: rgb(234 179 8 / 0.5);
}

.bg-yellow-500\/55 {
  background-color: rgb(234 179 8 / 0.55);
}

.bg-yellow-500\/60 {
  background-color: rgb(234 179 8 / 0.6);
}

.bg-yellow-500\/65 {
  background-color: rgb(234 179 8 / 0.65);
}

.bg-yellow-500\/70 {
  background-color: rgb(234 179 8 / 0.7);
}

.bg-yellow-500\/75 {
  background-color: rgb(234 179 8 / 0.75);
}

.bg-yellow-500\/80 {
  background-color: rgb(234 179 8 / 0.8);
}

.bg-yellow-500\/85 {
  background-color: rgb(234 179 8 / 0.85);
}

.bg-yellow-500\/90 {
  background-color: rgb(234 179 8 / 0.9);
}

.bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95);
}

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0);
}

.bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1);
}

.bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1);
}

.bg-yellow-600\/15 {
  background-color: rgb(202 138 4 / 0.15);
}

.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}

.bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25);
}

.bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3);
}

.bg-yellow-600\/35 {
  background-color: rgb(202 138 4 / 0.35);
}

.bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4);
}

.bg-yellow-600\/45 {
  background-color: rgb(202 138 4 / 0.45);
}

.bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05);
}

.bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5);
}

.bg-yellow-600\/55 {
  background-color: rgb(202 138 4 / 0.55);
}

.bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6);
}

.bg-yellow-600\/65 {
  background-color: rgb(202 138 4 / 0.65);
}

.bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7);
}

.bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75);
}

.bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8);
}

.bg-yellow-600\/85 {
  background-color: rgb(202 138 4 / 0.85);
}

.bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9);
}

.bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95);
}

.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0);
}

.bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1);
}

.bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1);
}

.bg-yellow-700\/15 {
  background-color: rgb(161 98 7 / 0.15);
}

.bg-yellow-700\/20 {
  background-color: rgb(161 98 7 / 0.2);
}

.bg-yellow-700\/25 {
  background-color: rgb(161 98 7 / 0.25);
}

.bg-yellow-700\/30 {
  background-color: rgb(161 98 7 / 0.3);
}

.bg-yellow-700\/35 {
  background-color: rgb(161 98 7 / 0.35);
}

.bg-yellow-700\/40 {
  background-color: rgb(161 98 7 / 0.4);
}

.bg-yellow-700\/45 {
  background-color: rgb(161 98 7 / 0.45);
}

.bg-yellow-700\/5 {
  background-color: rgb(161 98 7 / 0.05);
}

.bg-yellow-700\/50 {
  background-color: rgb(161 98 7 / 0.5);
}

.bg-yellow-700\/55 {
  background-color: rgb(161 98 7 / 0.55);
}

.bg-yellow-700\/60 {
  background-color: rgb(161 98 7 / 0.6);
}

.bg-yellow-700\/65 {
  background-color: rgb(161 98 7 / 0.65);
}

.bg-yellow-700\/70 {
  background-color: rgb(161 98 7 / 0.7);
}

.bg-yellow-700\/75 {
  background-color: rgb(161 98 7 / 0.75);
}

.bg-yellow-700\/80 {
  background-color: rgb(161 98 7 / 0.8);
}

.bg-yellow-700\/85 {
  background-color: rgb(161 98 7 / 0.85);
}

.bg-yellow-700\/90 {
  background-color: rgb(161 98 7 / 0.9);
}

.bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95);
}

.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}

.bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0);
}

.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1);
}

.bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1);
}

.bg-yellow-800\/15 {
  background-color: rgb(133 77 14 / 0.15);
}

.bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2);
}

.bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25);
}

.bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3);
}

.bg-yellow-800\/35 {
  background-color: rgb(133 77 14 / 0.35);
}

.bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4);
}

.bg-yellow-800\/45 {
  background-color: rgb(133 77 14 / 0.45);
}

.bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05);
}

.bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5);
}

.bg-yellow-800\/55 {
  background-color: rgb(133 77 14 / 0.55);
}

.bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6);
}

.bg-yellow-800\/65 {
  background-color: rgb(133 77 14 / 0.65);
}

.bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7);
}

.bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75);
}

.bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8);
}

.bg-yellow-800\/85 {
  background-color: rgb(133 77 14 / 0.85);
}

.bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9);
}

.bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95);
}

.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}

.bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0);
}

.bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1);
}

.bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1);
}

.bg-yellow-900\/15 {
  background-color: rgb(113 63 18 / 0.15);
}

.bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2);
}

.bg-yellow-900\/25 {
  background-color: rgb(113 63 18 / 0.25);
}

.bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3);
}

.bg-yellow-900\/35 {
  background-color: rgb(113 63 18 / 0.35);
}

.bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4);
}

.bg-yellow-900\/45 {
  background-color: rgb(113 63 18 / 0.45);
}

.bg-yellow-900\/5 {
  background-color: rgb(113 63 18 / 0.05);
}

.bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5);
}

.bg-yellow-900\/55 {
  background-color: rgb(113 63 18 / 0.55);
}

.bg-yellow-900\/60 {
  background-color: rgb(113 63 18 / 0.6);
}

.bg-yellow-900\/65 {
  background-color: rgb(113 63 18 / 0.65);
}

.bg-yellow-900\/70 {
  background-color: rgb(113 63 18 / 0.7);
}

.bg-yellow-900\/75 {
  background-color: rgb(113 63 18 / 0.75);
}

.bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8);
}

.bg-yellow-900\/85 {
  background-color: rgb(113 63 18 / 0.85);
}

.bg-yellow-900\/90 {
  background-color: rgb(113 63 18 / 0.9);
}

.bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95);
}

.bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}

.bg-yellow-950\/0 {
  background-color: rgb(66 32 6 / 0);
}

.bg-yellow-950\/10 {
  background-color: rgb(66 32 6 / 0.1);
}

.bg-yellow-950\/100 {
  background-color: rgb(66 32 6 / 1);
}

.bg-yellow-950\/15 {
  background-color: rgb(66 32 6 / 0.15);
}

.bg-yellow-950\/20 {
  background-color: rgb(66 32 6 / 0.2);
}

.bg-yellow-950\/25 {
  background-color: rgb(66 32 6 / 0.25);
}

.bg-yellow-950\/30 {
  background-color: rgb(66 32 6 / 0.3);
}

.bg-yellow-950\/35 {
  background-color: rgb(66 32 6 / 0.35);
}

.bg-yellow-950\/40 {
  background-color: rgb(66 32 6 / 0.4);
}

.bg-yellow-950\/45 {
  background-color: rgb(66 32 6 / 0.45);
}

.bg-yellow-950\/5 {
  background-color: rgb(66 32 6 / 0.05);
}

.bg-yellow-950\/50 {
  background-color: rgb(66 32 6 / 0.5);
}

.bg-yellow-950\/55 {
  background-color: rgb(66 32 6 / 0.55);
}

.bg-yellow-950\/60 {
  background-color: rgb(66 32 6 / 0.6);
}

.bg-yellow-950\/65 {
  background-color: rgb(66 32 6 / 0.65);
}

.bg-yellow-950\/70 {
  background-color: rgb(66 32 6 / 0.7);
}

.bg-yellow-950\/75 {
  background-color: rgb(66 32 6 / 0.75);
}

.bg-yellow-950\/80 {
  background-color: rgb(66 32 6 / 0.8);
}

.bg-yellow-950\/85 {
  background-color: rgb(66 32 6 / 0.85);
}

.bg-yellow-950\/90 {
  background-color: rgb(66 32 6 / 0.9);
}

.bg-yellow-950\/95 {
  background-color: rgb(66 32 6 / 0.95);
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-55 {
  --tw-bg-opacity: 0.55;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.from-yellow-100 {
  --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/0 {
  --tw-gradient-from: rgb(254 249 195 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/10 {
  --tw-gradient-from: rgb(254 249 195 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/100 {
  --tw-gradient-from: rgb(254 249 195 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/15 {
  --tw-gradient-from: rgb(254 249 195 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/20 {
  --tw-gradient-from: rgb(254 249 195 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/25 {
  --tw-gradient-from: rgb(254 249 195 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/30 {
  --tw-gradient-from: rgb(254 249 195 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/35 {
  --tw-gradient-from: rgb(254 249 195 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/40 {
  --tw-gradient-from: rgb(254 249 195 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/45 {
  --tw-gradient-from: rgb(254 249 195 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/5 {
  --tw-gradient-from: rgb(254 249 195 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/50 {
  --tw-gradient-from: rgb(254 249 195 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/55 {
  --tw-gradient-from: rgb(254 249 195 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/60 {
  --tw-gradient-from: rgb(254 249 195 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/65 {
  --tw-gradient-from: rgb(254 249 195 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/70 {
  --tw-gradient-from: rgb(254 249 195 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/75 {
  --tw-gradient-from: rgb(254 249 195 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/80 {
  --tw-gradient-from: rgb(254 249 195 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/85 {
  --tw-gradient-from: rgb(254 249 195 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/90 {
  --tw-gradient-from: rgb(254 249 195 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/95 {
  --tw-gradient-from: rgb(254 249 195 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200 {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/0 {
  --tw-gradient-from: rgb(254 240 138 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/10 {
  --tw-gradient-from: rgb(254 240 138 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/100 {
  --tw-gradient-from: rgb(254 240 138 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/15 {
  --tw-gradient-from: rgb(254 240 138 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/20 {
  --tw-gradient-from: rgb(254 240 138 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/25 {
  --tw-gradient-from: rgb(254 240 138 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/30 {
  --tw-gradient-from: rgb(254 240 138 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/35 {
  --tw-gradient-from: rgb(254 240 138 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/40 {
  --tw-gradient-from: rgb(254 240 138 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/45 {
  --tw-gradient-from: rgb(254 240 138 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/5 {
  --tw-gradient-from: rgb(254 240 138 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/50 {
  --tw-gradient-from: rgb(254 240 138 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/55 {
  --tw-gradient-from: rgb(254 240 138 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/60 {
  --tw-gradient-from: rgb(254 240 138 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/65 {
  --tw-gradient-from: rgb(254 240 138 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/70 {
  --tw-gradient-from: rgb(254 240 138 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/75 {
  --tw-gradient-from: rgb(254 240 138 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/80 {
  --tw-gradient-from: rgb(254 240 138 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/85 {
  --tw-gradient-from: rgb(254 240 138 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/90 {
  --tw-gradient-from: rgb(254 240 138 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/95 {
  --tw-gradient-from: rgb(254 240 138 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300 {
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/0 {
  --tw-gradient-from: rgb(253 224 71 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/10 {
  --tw-gradient-from: rgb(253 224 71 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/100 {
  --tw-gradient-from: rgb(253 224 71 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/15 {
  --tw-gradient-from: rgb(253 224 71 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/20 {
  --tw-gradient-from: rgb(253 224 71 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/25 {
  --tw-gradient-from: rgb(253 224 71 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/30 {
  --tw-gradient-from: rgb(253 224 71 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/35 {
  --tw-gradient-from: rgb(253 224 71 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/40 {
  --tw-gradient-from: rgb(253 224 71 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/45 {
  --tw-gradient-from: rgb(253 224 71 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/5 {
  --tw-gradient-from: rgb(253 224 71 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/50 {
  --tw-gradient-from: rgb(253 224 71 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/55 {
  --tw-gradient-from: rgb(253 224 71 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/60 {
  --tw-gradient-from: rgb(253 224 71 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/65 {
  --tw-gradient-from: rgb(253 224 71 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/70 {
  --tw-gradient-from: rgb(253 224 71 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/75 {
  --tw-gradient-from: rgb(253 224 71 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/80 {
  --tw-gradient-from: rgb(253 224 71 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/85 {
  --tw-gradient-from: rgb(253 224 71 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/90 {
  --tw-gradient-from: rgb(253 224 71 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/95 {
  --tw-gradient-from: rgb(253 224 71 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400 {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/0 {
  --tw-gradient-from: rgb(250 204 21 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/10 {
  --tw-gradient-from: rgb(250 204 21 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/100 {
  --tw-gradient-from: rgb(250 204 21 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/15 {
  --tw-gradient-from: rgb(250 204 21 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/20 {
  --tw-gradient-from: rgb(250 204 21 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/25 {
  --tw-gradient-from: rgb(250 204 21 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/30 {
  --tw-gradient-from: rgb(250 204 21 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/35 {
  --tw-gradient-from: rgb(250 204 21 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/40 {
  --tw-gradient-from: rgb(250 204 21 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/45 {
  --tw-gradient-from: rgb(250 204 21 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/5 {
  --tw-gradient-from: rgb(250 204 21 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/50 {
  --tw-gradient-from: rgb(250 204 21 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/55 {
  --tw-gradient-from: rgb(250 204 21 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/60 {
  --tw-gradient-from: rgb(250 204 21 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/65 {
  --tw-gradient-from: rgb(250 204 21 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/70 {
  --tw-gradient-from: rgb(250 204 21 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/75 {
  --tw-gradient-from: rgb(250 204 21 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/80 {
  --tw-gradient-from: rgb(250 204 21 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/85 {
  --tw-gradient-from: rgb(250 204 21 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/90 {
  --tw-gradient-from: rgb(250 204 21 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/95 {
  --tw-gradient-from: rgb(250 204 21 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50 {
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/0 {
  --tw-gradient-from: rgb(254 252 232 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/10 {
  --tw-gradient-from: rgb(254 252 232 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/100 {
  --tw-gradient-from: rgb(254 252 232 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/15 {
  --tw-gradient-from: rgb(254 252 232 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/20 {
  --tw-gradient-from: rgb(254 252 232 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/25 {
  --tw-gradient-from: rgb(254 252 232 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/30 {
  --tw-gradient-from: rgb(254 252 232 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/35 {
  --tw-gradient-from: rgb(254 252 232 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/40 {
  --tw-gradient-from: rgb(254 252 232 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/45 {
  --tw-gradient-from: rgb(254 252 232 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/5 {
  --tw-gradient-from: rgb(254 252 232 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/50 {
  --tw-gradient-from: rgb(254 252 232 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/55 {
  --tw-gradient-from: rgb(254 252 232 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/60 {
  --tw-gradient-from: rgb(254 252 232 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/65 {
  --tw-gradient-from: rgb(254 252 232 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/70 {
  --tw-gradient-from: rgb(254 252 232 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/75 {
  --tw-gradient-from: rgb(254 252 232 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/80 {
  --tw-gradient-from: rgb(254 252 232 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/85 {
  --tw-gradient-from: rgb(254 252 232 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/90 {
  --tw-gradient-from: rgb(254 252 232 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/95 {
  --tw-gradient-from: rgb(254 252 232 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500 {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/0 {
  --tw-gradient-from: rgb(234 179 8 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/10 {
  --tw-gradient-from: rgb(234 179 8 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/100 {
  --tw-gradient-from: rgb(234 179 8 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/15 {
  --tw-gradient-from: rgb(234 179 8 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/20 {
  --tw-gradient-from: rgb(234 179 8 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/25 {
  --tw-gradient-from: rgb(234 179 8 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/30 {
  --tw-gradient-from: rgb(234 179 8 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/35 {
  --tw-gradient-from: rgb(234 179 8 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/40 {
  --tw-gradient-from: rgb(234 179 8 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/45 {
  --tw-gradient-from: rgb(234 179 8 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/5 {
  --tw-gradient-from: rgb(234 179 8 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/50 {
  --tw-gradient-from: rgb(234 179 8 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/55 {
  --tw-gradient-from: rgb(234 179 8 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/60 {
  --tw-gradient-from: rgb(234 179 8 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/65 {
  --tw-gradient-from: rgb(234 179 8 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/70 {
  --tw-gradient-from: rgb(234 179 8 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/75 {
  --tw-gradient-from: rgb(234 179 8 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/80 {
  --tw-gradient-from: rgb(234 179 8 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/85 {
  --tw-gradient-from: rgb(234 179 8 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/90 {
  --tw-gradient-from: rgb(234 179 8 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/95 {
  --tw-gradient-from: rgb(234 179 8 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600 {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/0 {
  --tw-gradient-from: rgb(202 138 4 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/10 {
  --tw-gradient-from: rgb(202 138 4 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/100 {
  --tw-gradient-from: rgb(202 138 4 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/15 {
  --tw-gradient-from: rgb(202 138 4 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/20 {
  --tw-gradient-from: rgb(202 138 4 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/25 {
  --tw-gradient-from: rgb(202 138 4 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/30 {
  --tw-gradient-from: rgb(202 138 4 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/35 {
  --tw-gradient-from: rgb(202 138 4 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/40 {
  --tw-gradient-from: rgb(202 138 4 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/45 {
  --tw-gradient-from: rgb(202 138 4 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/5 {
  --tw-gradient-from: rgb(202 138 4 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/50 {
  --tw-gradient-from: rgb(202 138 4 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/55 {
  --tw-gradient-from: rgb(202 138 4 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/60 {
  --tw-gradient-from: rgb(202 138 4 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/65 {
  --tw-gradient-from: rgb(202 138 4 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/70 {
  --tw-gradient-from: rgb(202 138 4 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/75 {
  --tw-gradient-from: rgb(202 138 4 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/80 {
  --tw-gradient-from: rgb(202 138 4 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/85 {
  --tw-gradient-from: rgb(202 138 4 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/90 {
  --tw-gradient-from: rgb(202 138 4 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/95 {
  --tw-gradient-from: rgb(202 138 4 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700 {
  --tw-gradient-from: #a16207 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/0 {
  --tw-gradient-from: rgb(161 98 7 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/10 {
  --tw-gradient-from: rgb(161 98 7 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/100 {
  --tw-gradient-from: rgb(161 98 7 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/15 {
  --tw-gradient-from: rgb(161 98 7 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/20 {
  --tw-gradient-from: rgb(161 98 7 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/25 {
  --tw-gradient-from: rgb(161 98 7 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/30 {
  --tw-gradient-from: rgb(161 98 7 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/35 {
  --tw-gradient-from: rgb(161 98 7 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/40 {
  --tw-gradient-from: rgb(161 98 7 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/45 {
  --tw-gradient-from: rgb(161 98 7 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/5 {
  --tw-gradient-from: rgb(161 98 7 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/50 {
  --tw-gradient-from: rgb(161 98 7 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/55 {
  --tw-gradient-from: rgb(161 98 7 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/60 {
  --tw-gradient-from: rgb(161 98 7 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/65 {
  --tw-gradient-from: rgb(161 98 7 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/70 {
  --tw-gradient-from: rgb(161 98 7 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/75 {
  --tw-gradient-from: rgb(161 98 7 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/80 {
  --tw-gradient-from: rgb(161 98 7 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/85 {
  --tw-gradient-from: rgb(161 98 7 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/90 {
  --tw-gradient-from: rgb(161 98 7 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/95 {
  --tw-gradient-from: rgb(161 98 7 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800 {
  --tw-gradient-from: #854d0e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/0 {
  --tw-gradient-from: rgb(133 77 14 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/10 {
  --tw-gradient-from: rgb(133 77 14 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/100 {
  --tw-gradient-from: rgb(133 77 14 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/15 {
  --tw-gradient-from: rgb(133 77 14 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/20 {
  --tw-gradient-from: rgb(133 77 14 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/25 {
  --tw-gradient-from: rgb(133 77 14 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/30 {
  --tw-gradient-from: rgb(133 77 14 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/35 {
  --tw-gradient-from: rgb(133 77 14 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/40 {
  --tw-gradient-from: rgb(133 77 14 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/45 {
  --tw-gradient-from: rgb(133 77 14 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/5 {
  --tw-gradient-from: rgb(133 77 14 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/50 {
  --tw-gradient-from: rgb(133 77 14 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/55 {
  --tw-gradient-from: rgb(133 77 14 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/60 {
  --tw-gradient-from: rgb(133 77 14 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/65 {
  --tw-gradient-from: rgb(133 77 14 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/70 {
  --tw-gradient-from: rgb(133 77 14 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/75 {
  --tw-gradient-from: rgb(133 77 14 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/80 {
  --tw-gradient-from: rgb(133 77 14 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/85 {
  --tw-gradient-from: rgb(133 77 14 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/90 {
  --tw-gradient-from: rgb(133 77 14 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/95 {
  --tw-gradient-from: rgb(133 77 14 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900 {
  --tw-gradient-from: #713f12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/0 {
  --tw-gradient-from: rgb(113 63 18 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/10 {
  --tw-gradient-from: rgb(113 63 18 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/100 {
  --tw-gradient-from: rgb(113 63 18 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/15 {
  --tw-gradient-from: rgb(113 63 18 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/20 {
  --tw-gradient-from: rgb(113 63 18 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/25 {
  --tw-gradient-from: rgb(113 63 18 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/30 {
  --tw-gradient-from: rgb(113 63 18 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/35 {
  --tw-gradient-from: rgb(113 63 18 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/40 {
  --tw-gradient-from: rgb(113 63 18 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/45 {
  --tw-gradient-from: rgb(113 63 18 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/5 {
  --tw-gradient-from: rgb(113 63 18 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/50 {
  --tw-gradient-from: rgb(113 63 18 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/55 {
  --tw-gradient-from: rgb(113 63 18 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/60 {
  --tw-gradient-from: rgb(113 63 18 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/65 {
  --tw-gradient-from: rgb(113 63 18 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/70 {
  --tw-gradient-from: rgb(113 63 18 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/75 {
  --tw-gradient-from: rgb(113 63 18 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/80 {
  --tw-gradient-from: rgb(113 63 18 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/85 {
  --tw-gradient-from: rgb(113 63 18 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/90 {
  --tw-gradient-from: rgb(113 63 18 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/95 {
  --tw-gradient-from: rgb(113 63 18 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950 {
  --tw-gradient-from: #422006 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/0 {
  --tw-gradient-from: rgb(66 32 6 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/10 {
  --tw-gradient-from: rgb(66 32 6 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/100 {
  --tw-gradient-from: rgb(66 32 6 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/15 {
  --tw-gradient-from: rgb(66 32 6 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/20 {
  --tw-gradient-from: rgb(66 32 6 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/25 {
  --tw-gradient-from: rgb(66 32 6 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/30 {
  --tw-gradient-from: rgb(66 32 6 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/35 {
  --tw-gradient-from: rgb(66 32 6 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/40 {
  --tw-gradient-from: rgb(66 32 6 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/45 {
  --tw-gradient-from: rgb(66 32 6 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/5 {
  --tw-gradient-from: rgb(66 32 6 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/50 {
  --tw-gradient-from: rgb(66 32 6 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/55 {
  --tw-gradient-from: rgb(66 32 6 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/60 {
  --tw-gradient-from: rgb(66 32 6 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/65 {
  --tw-gradient-from: rgb(66 32 6 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/70 {
  --tw-gradient-from: rgb(66 32 6 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/75 {
  --tw-gradient-from: rgb(66 32 6 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/80 {
  --tw-gradient-from: rgb(66 32 6 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/85 {
  --tw-gradient-from: rgb(66 32 6 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/90 {
  --tw-gradient-from: rgb(66 32 6 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/95 {
  --tw-gradient-from: rgb(66 32 6 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-0\% {
  --tw-gradient-from-position: 0%;
}

.from-10\% {
  --tw-gradient-from-position: 10%;
}

.from-100\% {
  --tw-gradient-from-position: 100%;
}

.from-15\% {
  --tw-gradient-from-position: 15%;
}

.from-20\% {
  --tw-gradient-from-position: 20%;
}

.from-25\% {
  --tw-gradient-from-position: 25%;
}

.from-30\% {
  --tw-gradient-from-position: 30%;
}

.from-35\% {
  --tw-gradient-from-position: 35%;
}

.from-40\% {
  --tw-gradient-from-position: 40%;
}

.from-45\% {
  --tw-gradient-from-position: 45%;
}

.from-5\% {
  --tw-gradient-from-position: 5%;
}

.from-50\% {
  --tw-gradient-from-position: 50%;
}

.from-55\% {
  --tw-gradient-from-position: 55%;
}

.from-60\% {
  --tw-gradient-from-position: 60%;
}

.from-65\% {
  --tw-gradient-from-position: 65%;
}

.from-70\% {
  --tw-gradient-from-position: 70%;
}

.from-75\% {
  --tw-gradient-from-position: 75%;
}

.from-80\% {
  --tw-gradient-from-position: 80%;
}

.from-85\% {
  --tw-gradient-from-position: 85%;
}

.from-90\% {
  --tw-gradient-from-position: 90%;
}

.from-95\% {
  --tw-gradient-from-position: 95%;
}

.via-yellow-100 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/0 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/10 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/100 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/15 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/20 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/25 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/30 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/35 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/40 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/45 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/5 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/50 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/55 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/60 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/65 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/70 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/75 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/80 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/85 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/90 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/95 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/0 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/10 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/100 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/15 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/20 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/25 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/30 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/35 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/40 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/45 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/5 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/50 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/55 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/60 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/65 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/70 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/75 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/80 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/85 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/90 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/95 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/0 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/10 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/100 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/15 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/20 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/25 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/30 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/35 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/40 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/45 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/5 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/50 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/55 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/60 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/65 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/70 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/75 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/80 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/85 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/90 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/95 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/0 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/10 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/100 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/15 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/20 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/25 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/30 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/35 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/40 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/45 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/5 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/50 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/55 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/60 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/65 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/70 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/75 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/80 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/85 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/90 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/95 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/0 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/10 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/100 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/15 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/20 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/25 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/30 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/35 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/40 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/45 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/5 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/50 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/55 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/60 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/65 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/70 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/75 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/80 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/85 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/90 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/95 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/0 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/10 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/100 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/15 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/20 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/25 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/30 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/35 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/40 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/45 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/5 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/50 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/55 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/60 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/65 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/70 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/75 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/80 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/85 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/90 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/95 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/0 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/10 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/100 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/15 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/20 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/25 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/30 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/35 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/40 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/45 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/5 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/50 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/55 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/60 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/65 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/70 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/75 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/80 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/85 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/90 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/95 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/0 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/10 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/100 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/15 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/20 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/25 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/30 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/35 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/40 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/45 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/5 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/50 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/55 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/60 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/65 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/70 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/75 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/80 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/85 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/90 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/95 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/0 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/10 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/100 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/15 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/20 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/25 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/30 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/35 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/40 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/45 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/5 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/50 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/55 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/60 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/65 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/70 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/75 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/80 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/85 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/90 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/95 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/0 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/10 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/100 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/15 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/20 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/25 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/30 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/35 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/40 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/45 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/5 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/50 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/55 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/60 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/65 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/70 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/75 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/80 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/85 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/90 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/95 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/0 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/10 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/100 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/15 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/20 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/25 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/30 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/35 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/40 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/45 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/5 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/50 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/55 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/60 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/65 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/70 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/75 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/80 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/85 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/90 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/95 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-yellow-100 {
  --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
}

.to-yellow-100\/0 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
}

.to-yellow-100\/10 {
  --tw-gradient-to: rgb(254 249 195 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-100\/100 {
  --tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position);
}

.to-yellow-100\/15 {
  --tw-gradient-to: rgb(254 249 195 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-100\/20 {
  --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-100\/25 {
  --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-100\/30 {
  --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-100\/35 {
  --tw-gradient-to: rgb(254 249 195 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-100\/40 {
  --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-100\/45 {
  --tw-gradient-to: rgb(254 249 195 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-100\/5 {
  --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-100\/50 {
  --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-100\/55 {
  --tw-gradient-to: rgb(254 249 195 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-100\/60 {
  --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-100\/65 {
  --tw-gradient-to: rgb(254 249 195 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-100\/70 {
  --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-100\/75 {
  --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-100\/80 {
  --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-100\/85 {
  --tw-gradient-to: rgb(254 249 195 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-100\/90 {
  --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-100\/95 {
  --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-200 {
  --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
}

.to-yellow-200\/0 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
}

.to-yellow-200\/10 {
  --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-200\/100 {
  --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position);
}

.to-yellow-200\/15 {
  --tw-gradient-to: rgb(254 240 138 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-200\/20 {
  --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-200\/25 {
  --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-200\/30 {
  --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-200\/35 {
  --tw-gradient-to: rgb(254 240 138 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-200\/40 {
  --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-200\/45 {
  --tw-gradient-to: rgb(254 240 138 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-200\/5 {
  --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-200\/50 {
  --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-200\/55 {
  --tw-gradient-to: rgb(254 240 138 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-200\/60 {
  --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-200\/65 {
  --tw-gradient-to: rgb(254 240 138 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-200\/70 {
  --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-200\/75 {
  --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-200\/80 {
  --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-200\/85 {
  --tw-gradient-to: rgb(254 240 138 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-200\/90 {
  --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-200\/95 {
  --tw-gradient-to: rgb(254 240 138 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-300 {
  --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
}

.to-yellow-300\/0 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
}

.to-yellow-300\/10 {
  --tw-gradient-to: rgb(253 224 71 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-300\/100 {
  --tw-gradient-to: rgb(253 224 71 / 1) var(--tw-gradient-to-position);
}

.to-yellow-300\/15 {
  --tw-gradient-to: rgb(253 224 71 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-300\/20 {
  --tw-gradient-to: rgb(253 224 71 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-300\/25 {
  --tw-gradient-to: rgb(253 224 71 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-300\/30 {
  --tw-gradient-to: rgb(253 224 71 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-300\/35 {
  --tw-gradient-to: rgb(253 224 71 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-300\/40 {
  --tw-gradient-to: rgb(253 224 71 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-300\/45 {
  --tw-gradient-to: rgb(253 224 71 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-300\/5 {
  --tw-gradient-to: rgb(253 224 71 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-300\/50 {
  --tw-gradient-to: rgb(253 224 71 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-300\/55 {
  --tw-gradient-to: rgb(253 224 71 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-300\/60 {
  --tw-gradient-to: rgb(253 224 71 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-300\/65 {
  --tw-gradient-to: rgb(253 224 71 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-300\/70 {
  --tw-gradient-to: rgb(253 224 71 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-300\/75 {
  --tw-gradient-to: rgb(253 224 71 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-300\/80 {
  --tw-gradient-to: rgb(253 224 71 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-300\/85 {
  --tw-gradient-to: rgb(253 224 71 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-300\/90 {
  --tw-gradient-to: rgb(253 224 71 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-300\/95 {
  --tw-gradient-to: rgb(253 224 71 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-400 {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
}

.to-yellow-400\/0 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
}

.to-yellow-400\/10 {
  --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-400\/100 {
  --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position);
}

.to-yellow-400\/15 {
  --tw-gradient-to: rgb(250 204 21 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-400\/20 {
  --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-400\/25 {
  --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-400\/30 {
  --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-400\/35 {
  --tw-gradient-to: rgb(250 204 21 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-400\/40 {
  --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-400\/45 {
  --tw-gradient-to: rgb(250 204 21 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-400\/5 {
  --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-400\/50 {
  --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-400\/55 {
  --tw-gradient-to: rgb(250 204 21 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-400\/60 {
  --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-400\/65 {
  --tw-gradient-to: rgb(250 204 21 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-400\/70 {
  --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-400\/75 {
  --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-400\/80 {
  --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-400\/85 {
  --tw-gradient-to: rgb(250 204 21 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-400\/90 {
  --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-400\/95 {
  --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-50 {
  --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
}

.to-yellow-50\/0 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
}

.to-yellow-50\/10 {
  --tw-gradient-to: rgb(254 252 232 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-50\/100 {
  --tw-gradient-to: rgb(254 252 232 / 1) var(--tw-gradient-to-position);
}

.to-yellow-50\/15 {
  --tw-gradient-to: rgb(254 252 232 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-50\/20 {
  --tw-gradient-to: rgb(254 252 232 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-50\/25 {
  --tw-gradient-to: rgb(254 252 232 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-50\/30 {
  --tw-gradient-to: rgb(254 252 232 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-50\/35 {
  --tw-gradient-to: rgb(254 252 232 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-50\/40 {
  --tw-gradient-to: rgb(254 252 232 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-50\/45 {
  --tw-gradient-to: rgb(254 252 232 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-50\/5 {
  --tw-gradient-to: rgb(254 252 232 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-50\/50 {
  --tw-gradient-to: rgb(254 252 232 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-50\/55 {
  --tw-gradient-to: rgb(254 252 232 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-50\/60 {
  --tw-gradient-to: rgb(254 252 232 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-50\/65 {
  --tw-gradient-to: rgb(254 252 232 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-50\/70 {
  --tw-gradient-to: rgb(254 252 232 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-50\/75 {
  --tw-gradient-to: rgb(254 252 232 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-50\/80 {
  --tw-gradient-to: rgb(254 252 232 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-50\/85 {
  --tw-gradient-to: rgb(254 252 232 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-50\/90 {
  --tw-gradient-to: rgb(254 252 232 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-50\/95 {
  --tw-gradient-to: rgb(254 252 232 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-500 {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}

.to-yellow-500\/0 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
}

.to-yellow-500\/10 {
  --tw-gradient-to: rgb(234 179 8 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-500\/100 {
  --tw-gradient-to: rgb(234 179 8 / 1) var(--tw-gradient-to-position);
}

.to-yellow-500\/15 {
  --tw-gradient-to: rgb(234 179 8 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-500\/20 {
  --tw-gradient-to: rgb(234 179 8 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-500\/25 {
  --tw-gradient-to: rgb(234 179 8 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-500\/30 {
  --tw-gradient-to: rgb(234 179 8 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-500\/35 {
  --tw-gradient-to: rgb(234 179 8 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-500\/40 {
  --tw-gradient-to: rgb(234 179 8 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-500\/45 {
  --tw-gradient-to: rgb(234 179 8 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-500\/5 {
  --tw-gradient-to: rgb(234 179 8 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-500\/50 {
  --tw-gradient-to: rgb(234 179 8 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-500\/55 {
  --tw-gradient-to: rgb(234 179 8 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-500\/60 {
  --tw-gradient-to: rgb(234 179 8 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-500\/65 {
  --tw-gradient-to: rgb(234 179 8 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-500\/70 {
  --tw-gradient-to: rgb(234 179 8 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-500\/75 {
  --tw-gradient-to: rgb(234 179 8 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-500\/80 {
  --tw-gradient-to: rgb(234 179 8 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-500\/85 {
  --tw-gradient-to: rgb(234 179 8 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-500\/90 {
  --tw-gradient-to: rgb(234 179 8 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-500\/95 {
  --tw-gradient-to: rgb(234 179 8 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-600 {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}

.to-yellow-600\/0 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
}

.to-yellow-600\/10 {
  --tw-gradient-to: rgb(202 138 4 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-600\/100 {
  --tw-gradient-to: rgb(202 138 4 / 1) var(--tw-gradient-to-position);
}

.to-yellow-600\/15 {
  --tw-gradient-to: rgb(202 138 4 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-600\/20 {
  --tw-gradient-to: rgb(202 138 4 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-600\/25 {
  --tw-gradient-to: rgb(202 138 4 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-600\/30 {
  --tw-gradient-to: rgb(202 138 4 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-600\/35 {
  --tw-gradient-to: rgb(202 138 4 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-600\/40 {
  --tw-gradient-to: rgb(202 138 4 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-600\/45 {
  --tw-gradient-to: rgb(202 138 4 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-600\/5 {
  --tw-gradient-to: rgb(202 138 4 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-600\/50 {
  --tw-gradient-to: rgb(202 138 4 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-600\/55 {
  --tw-gradient-to: rgb(202 138 4 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-600\/60 {
  --tw-gradient-to: rgb(202 138 4 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-600\/65 {
  --tw-gradient-to: rgb(202 138 4 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-600\/70 {
  --tw-gradient-to: rgb(202 138 4 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-600\/75 {
  --tw-gradient-to: rgb(202 138 4 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-600\/80 {
  --tw-gradient-to: rgb(202 138 4 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-600\/85 {
  --tw-gradient-to: rgb(202 138 4 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-600\/90 {
  --tw-gradient-to: rgb(202 138 4 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-600\/95 {
  --tw-gradient-to: rgb(202 138 4 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-700 {
  --tw-gradient-to: #a16207 var(--tw-gradient-to-position);
}

.to-yellow-700\/0 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
}

.to-yellow-700\/10 {
  --tw-gradient-to: rgb(161 98 7 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-700\/100 {
  --tw-gradient-to: rgb(161 98 7 / 1) var(--tw-gradient-to-position);
}

.to-yellow-700\/15 {
  --tw-gradient-to: rgb(161 98 7 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-700\/20 {
  --tw-gradient-to: rgb(161 98 7 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-700\/25 {
  --tw-gradient-to: rgb(161 98 7 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-700\/30 {
  --tw-gradient-to: rgb(161 98 7 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-700\/35 {
  --tw-gradient-to: rgb(161 98 7 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-700\/40 {
  --tw-gradient-to: rgb(161 98 7 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-700\/45 {
  --tw-gradient-to: rgb(161 98 7 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-700\/5 {
  --tw-gradient-to: rgb(161 98 7 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-700\/50 {
  --tw-gradient-to: rgb(161 98 7 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-700\/55 {
  --tw-gradient-to: rgb(161 98 7 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-700\/60 {
  --tw-gradient-to: rgb(161 98 7 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-700\/65 {
  --tw-gradient-to: rgb(161 98 7 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-700\/70 {
  --tw-gradient-to: rgb(161 98 7 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-700\/75 {
  --tw-gradient-to: rgb(161 98 7 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-700\/80 {
  --tw-gradient-to: rgb(161 98 7 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-700\/85 {
  --tw-gradient-to: rgb(161 98 7 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-700\/90 {
  --tw-gradient-to: rgb(161 98 7 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-700\/95 {
  --tw-gradient-to: rgb(161 98 7 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-800 {
  --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
}

.to-yellow-800\/0 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
}

.to-yellow-800\/10 {
  --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-800\/100 {
  --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position);
}

.to-yellow-800\/15 {
  --tw-gradient-to: rgb(133 77 14 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-800\/20 {
  --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-800\/25 {
  --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-800\/30 {
  --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-800\/35 {
  --tw-gradient-to: rgb(133 77 14 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-800\/40 {
  --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-800\/45 {
  --tw-gradient-to: rgb(133 77 14 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-800\/5 {
  --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-800\/50 {
  --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-800\/55 {
  --tw-gradient-to: rgb(133 77 14 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-800\/60 {
  --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-800\/65 {
  --tw-gradient-to: rgb(133 77 14 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-800\/70 {
  --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-800\/75 {
  --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-800\/80 {
  --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-800\/85 {
  --tw-gradient-to: rgb(133 77 14 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-800\/90 {
  --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-800\/95 {
  --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-900 {
  --tw-gradient-to: #713f12 var(--tw-gradient-to-position);
}

.to-yellow-900\/0 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
}

.to-yellow-900\/10 {
  --tw-gradient-to: rgb(113 63 18 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-900\/100 {
  --tw-gradient-to: rgb(113 63 18 / 1) var(--tw-gradient-to-position);
}

.to-yellow-900\/15 {
  --tw-gradient-to: rgb(113 63 18 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-900\/20 {
  --tw-gradient-to: rgb(113 63 18 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-900\/25 {
  --tw-gradient-to: rgb(113 63 18 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-900\/30 {
  --tw-gradient-to: rgb(113 63 18 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-900\/35 {
  --tw-gradient-to: rgb(113 63 18 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-900\/40 {
  --tw-gradient-to: rgb(113 63 18 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-900\/45 {
  --tw-gradient-to: rgb(113 63 18 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-900\/5 {
  --tw-gradient-to: rgb(113 63 18 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-900\/50 {
  --tw-gradient-to: rgb(113 63 18 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-900\/55 {
  --tw-gradient-to: rgb(113 63 18 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-900\/60 {
  --tw-gradient-to: rgb(113 63 18 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-900\/65 {
  --tw-gradient-to: rgb(113 63 18 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-900\/70 {
  --tw-gradient-to: rgb(113 63 18 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-900\/75 {
  --tw-gradient-to: rgb(113 63 18 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-900\/80 {
  --tw-gradient-to: rgb(113 63 18 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-900\/85 {
  --tw-gradient-to: rgb(113 63 18 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-900\/90 {
  --tw-gradient-to: rgb(113 63 18 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-900\/95 {
  --tw-gradient-to: rgb(113 63 18 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-950 {
  --tw-gradient-to: #422006 var(--tw-gradient-to-position);
}

.to-yellow-950\/0 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
}

.to-yellow-950\/10 {
  --tw-gradient-to: rgb(66 32 6 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-950\/100 {
  --tw-gradient-to: rgb(66 32 6 / 1) var(--tw-gradient-to-position);
}

.to-yellow-950\/15 {
  --tw-gradient-to: rgb(66 32 6 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-950\/20 {
  --tw-gradient-to: rgb(66 32 6 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-950\/25 {
  --tw-gradient-to: rgb(66 32 6 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-950\/30 {
  --tw-gradient-to: rgb(66 32 6 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-950\/35 {
  --tw-gradient-to: rgb(66 32 6 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-950\/40 {
  --tw-gradient-to: rgb(66 32 6 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-950\/45 {
  --tw-gradient-to: rgb(66 32 6 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-950\/5 {
  --tw-gradient-to: rgb(66 32 6 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-950\/50 {
  --tw-gradient-to: rgb(66 32 6 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-950\/55 {
  --tw-gradient-to: rgb(66 32 6 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-950\/60 {
  --tw-gradient-to: rgb(66 32 6 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-950\/65 {
  --tw-gradient-to: rgb(66 32 6 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-950\/70 {
  --tw-gradient-to: rgb(66 32 6 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-950\/75 {
  --tw-gradient-to: rgb(66 32 6 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-950\/80 {
  --tw-gradient-to: rgb(66 32 6 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-950\/85 {
  --tw-gradient-to: rgb(66 32 6 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-950\/90 {
  --tw-gradient-to: rgb(66 32 6 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-950\/95 {
  --tw-gradient-to: rgb(66 32 6 / 0.95) var(--tw-gradient-to-position);
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.box-decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.box-decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.bg-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

.fill-yellow-100 {
  fill: #fef9c3;
}

.fill-yellow-100\/0 {
  fill: rgb(254 249 195 / 0);
}

.fill-yellow-100\/10 {
  fill: rgb(254 249 195 / 0.1);
}

.fill-yellow-100\/100 {
  fill: rgb(254 249 195 / 1);
}

.fill-yellow-100\/15 {
  fill: rgb(254 249 195 / 0.15);
}

.fill-yellow-100\/20 {
  fill: rgb(254 249 195 / 0.2);
}

.fill-yellow-100\/25 {
  fill: rgb(254 249 195 / 0.25);
}

.fill-yellow-100\/30 {
  fill: rgb(254 249 195 / 0.3);
}

.fill-yellow-100\/35 {
  fill: rgb(254 249 195 / 0.35);
}

.fill-yellow-100\/40 {
  fill: rgb(254 249 195 / 0.4);
}

.fill-yellow-100\/45 {
  fill: rgb(254 249 195 / 0.45);
}

.fill-yellow-100\/5 {
  fill: rgb(254 249 195 / 0.05);
}

.fill-yellow-100\/50 {
  fill: rgb(254 249 195 / 0.5);
}

.fill-yellow-100\/55 {
  fill: rgb(254 249 195 / 0.55);
}

.fill-yellow-100\/60 {
  fill: rgb(254 249 195 / 0.6);
}

.fill-yellow-100\/65 {
  fill: rgb(254 249 195 / 0.65);
}

.fill-yellow-100\/70 {
  fill: rgb(254 249 195 / 0.7);
}

.fill-yellow-100\/75 {
  fill: rgb(254 249 195 / 0.75);
}

.fill-yellow-100\/80 {
  fill: rgb(254 249 195 / 0.8);
}

.fill-yellow-100\/85 {
  fill: rgb(254 249 195 / 0.85);
}

.fill-yellow-100\/90 {
  fill: rgb(254 249 195 / 0.9);
}

.fill-yellow-100\/95 {
  fill: rgb(254 249 195 / 0.95);
}

.fill-yellow-200 {
  fill: #fef08a;
}

.fill-yellow-200\/0 {
  fill: rgb(254 240 138 / 0);
}

.fill-yellow-200\/10 {
  fill: rgb(254 240 138 / 0.1);
}

.fill-yellow-200\/100 {
  fill: rgb(254 240 138 / 1);
}

.fill-yellow-200\/15 {
  fill: rgb(254 240 138 / 0.15);
}

.fill-yellow-200\/20 {
  fill: rgb(254 240 138 / 0.2);
}

.fill-yellow-200\/25 {
  fill: rgb(254 240 138 / 0.25);
}

.fill-yellow-200\/30 {
  fill: rgb(254 240 138 / 0.3);
}

.fill-yellow-200\/35 {
  fill: rgb(254 240 138 / 0.35);
}

.fill-yellow-200\/40 {
  fill: rgb(254 240 138 / 0.4);
}

.fill-yellow-200\/45 {
  fill: rgb(254 240 138 / 0.45);
}

.fill-yellow-200\/5 {
  fill: rgb(254 240 138 / 0.05);
}

.fill-yellow-200\/50 {
  fill: rgb(254 240 138 / 0.5);
}

.fill-yellow-200\/55 {
  fill: rgb(254 240 138 / 0.55);
}

.fill-yellow-200\/60 {
  fill: rgb(254 240 138 / 0.6);
}

.fill-yellow-200\/65 {
  fill: rgb(254 240 138 / 0.65);
}

.fill-yellow-200\/70 {
  fill: rgb(254 240 138 / 0.7);
}

.fill-yellow-200\/75 {
  fill: rgb(254 240 138 / 0.75);
}

.fill-yellow-200\/80 {
  fill: rgb(254 240 138 / 0.8);
}

.fill-yellow-200\/85 {
  fill: rgb(254 240 138 / 0.85);
}

.fill-yellow-200\/90 {
  fill: rgb(254 240 138 / 0.9);
}

.fill-yellow-200\/95 {
  fill: rgb(254 240 138 / 0.95);
}

.fill-yellow-300 {
  fill: #fde047;
}

.fill-yellow-300\/0 {
  fill: rgb(253 224 71 / 0);
}

.fill-yellow-300\/10 {
  fill: rgb(253 224 71 / 0.1);
}

.fill-yellow-300\/100 {
  fill: rgb(253 224 71 / 1);
}

.fill-yellow-300\/15 {
  fill: rgb(253 224 71 / 0.15);
}

.fill-yellow-300\/20 {
  fill: rgb(253 224 71 / 0.2);
}

.fill-yellow-300\/25 {
  fill: rgb(253 224 71 / 0.25);
}

.fill-yellow-300\/30 {
  fill: rgb(253 224 71 / 0.3);
}

.fill-yellow-300\/35 {
  fill: rgb(253 224 71 / 0.35);
}

.fill-yellow-300\/40 {
  fill: rgb(253 224 71 / 0.4);
}

.fill-yellow-300\/45 {
  fill: rgb(253 224 71 / 0.45);
}

.fill-yellow-300\/5 {
  fill: rgb(253 224 71 / 0.05);
}

.fill-yellow-300\/50 {
  fill: rgb(253 224 71 / 0.5);
}

.fill-yellow-300\/55 {
  fill: rgb(253 224 71 / 0.55);
}

.fill-yellow-300\/60 {
  fill: rgb(253 224 71 / 0.6);
}

.fill-yellow-300\/65 {
  fill: rgb(253 224 71 / 0.65);
}

.fill-yellow-300\/70 {
  fill: rgb(253 224 71 / 0.7);
}

.fill-yellow-300\/75 {
  fill: rgb(253 224 71 / 0.75);
}

.fill-yellow-300\/80 {
  fill: rgb(253 224 71 / 0.8);
}

.fill-yellow-300\/85 {
  fill: rgb(253 224 71 / 0.85);
}

.fill-yellow-300\/90 {
  fill: rgb(253 224 71 / 0.9);
}

.fill-yellow-300\/95 {
  fill: rgb(253 224 71 / 0.95);
}

.fill-yellow-400 {
  fill: #facc15;
}

.fill-yellow-400\/0 {
  fill: rgb(250 204 21 / 0);
}

.fill-yellow-400\/10 {
  fill: rgb(250 204 21 / 0.1);
}

.fill-yellow-400\/100 {
  fill: rgb(250 204 21 / 1);
}

.fill-yellow-400\/15 {
  fill: rgb(250 204 21 / 0.15);
}

.fill-yellow-400\/20 {
  fill: rgb(250 204 21 / 0.2);
}

.fill-yellow-400\/25 {
  fill: rgb(250 204 21 / 0.25);
}

.fill-yellow-400\/30 {
  fill: rgb(250 204 21 / 0.3);
}

.fill-yellow-400\/35 {
  fill: rgb(250 204 21 / 0.35);
}

.fill-yellow-400\/40 {
  fill: rgb(250 204 21 / 0.4);
}

.fill-yellow-400\/45 {
  fill: rgb(250 204 21 / 0.45);
}

.fill-yellow-400\/5 {
  fill: rgb(250 204 21 / 0.05);
}

.fill-yellow-400\/50 {
  fill: rgb(250 204 21 / 0.5);
}

.fill-yellow-400\/55 {
  fill: rgb(250 204 21 / 0.55);
}

.fill-yellow-400\/60 {
  fill: rgb(250 204 21 / 0.6);
}

.fill-yellow-400\/65 {
  fill: rgb(250 204 21 / 0.65);
}

.fill-yellow-400\/70 {
  fill: rgb(250 204 21 / 0.7);
}

.fill-yellow-400\/75 {
  fill: rgb(250 204 21 / 0.75);
}

.fill-yellow-400\/80 {
  fill: rgb(250 204 21 / 0.8);
}

.fill-yellow-400\/85 {
  fill: rgb(250 204 21 / 0.85);
}

.fill-yellow-400\/90 {
  fill: rgb(250 204 21 / 0.9);
}

.fill-yellow-400\/95 {
  fill: rgb(250 204 21 / 0.95);
}

.fill-yellow-50 {
  fill: #fefce8;
}

.fill-yellow-50\/0 {
  fill: rgb(254 252 232 / 0);
}

.fill-yellow-50\/10 {
  fill: rgb(254 252 232 / 0.1);
}

.fill-yellow-50\/100 {
  fill: rgb(254 252 232 / 1);
}

.fill-yellow-50\/15 {
  fill: rgb(254 252 232 / 0.15);
}

.fill-yellow-50\/20 {
  fill: rgb(254 252 232 / 0.2);
}

.fill-yellow-50\/25 {
  fill: rgb(254 252 232 / 0.25);
}

.fill-yellow-50\/30 {
  fill: rgb(254 252 232 / 0.3);
}

.fill-yellow-50\/35 {
  fill: rgb(254 252 232 / 0.35);
}

.fill-yellow-50\/40 {
  fill: rgb(254 252 232 / 0.4);
}

.fill-yellow-50\/45 {
  fill: rgb(254 252 232 / 0.45);
}

.fill-yellow-50\/5 {
  fill: rgb(254 252 232 / 0.05);
}

.fill-yellow-50\/50 {
  fill: rgb(254 252 232 / 0.5);
}

.fill-yellow-50\/55 {
  fill: rgb(254 252 232 / 0.55);
}

.fill-yellow-50\/60 {
  fill: rgb(254 252 232 / 0.6);
}

.fill-yellow-50\/65 {
  fill: rgb(254 252 232 / 0.65);
}

.fill-yellow-50\/70 {
  fill: rgb(254 252 232 / 0.7);
}

.fill-yellow-50\/75 {
  fill: rgb(254 252 232 / 0.75);
}

.fill-yellow-50\/80 {
  fill: rgb(254 252 232 / 0.8);
}

.fill-yellow-50\/85 {
  fill: rgb(254 252 232 / 0.85);
}

.fill-yellow-50\/90 {
  fill: rgb(254 252 232 / 0.9);
}

.fill-yellow-50\/95 {
  fill: rgb(254 252 232 / 0.95);
}

.fill-yellow-500 {
  fill: #eab308;
}

.fill-yellow-500\/0 {
  fill: rgb(234 179 8 / 0);
}

.fill-yellow-500\/10 {
  fill: rgb(234 179 8 / 0.1);
}

.fill-yellow-500\/100 {
  fill: rgb(234 179 8 / 1);
}

.fill-yellow-500\/15 {
  fill: rgb(234 179 8 / 0.15);
}

.fill-yellow-500\/20 {
  fill: rgb(234 179 8 / 0.2);
}

.fill-yellow-500\/25 {
  fill: rgb(234 179 8 / 0.25);
}

.fill-yellow-500\/30 {
  fill: rgb(234 179 8 / 0.3);
}

.fill-yellow-500\/35 {
  fill: rgb(234 179 8 / 0.35);
}

.fill-yellow-500\/40 {
  fill: rgb(234 179 8 / 0.4);
}

.fill-yellow-500\/45 {
  fill: rgb(234 179 8 / 0.45);
}

.fill-yellow-500\/5 {
  fill: rgb(234 179 8 / 0.05);
}

.fill-yellow-500\/50 {
  fill: rgb(234 179 8 / 0.5);
}

.fill-yellow-500\/55 {
  fill: rgb(234 179 8 / 0.55);
}

.fill-yellow-500\/60 {
  fill: rgb(234 179 8 / 0.6);
}

.fill-yellow-500\/65 {
  fill: rgb(234 179 8 / 0.65);
}

.fill-yellow-500\/70 {
  fill: rgb(234 179 8 / 0.7);
}

.fill-yellow-500\/75 {
  fill: rgb(234 179 8 / 0.75);
}

.fill-yellow-500\/80 {
  fill: rgb(234 179 8 / 0.8);
}

.fill-yellow-500\/85 {
  fill: rgb(234 179 8 / 0.85);
}

.fill-yellow-500\/90 {
  fill: rgb(234 179 8 / 0.9);
}

.fill-yellow-500\/95 {
  fill: rgb(234 179 8 / 0.95);
}

.fill-yellow-600 {
  fill: #ca8a04;
}

.fill-yellow-600\/0 {
  fill: rgb(202 138 4 / 0);
}

.fill-yellow-600\/10 {
  fill: rgb(202 138 4 / 0.1);
}

.fill-yellow-600\/100 {
  fill: rgb(202 138 4 / 1);
}

.fill-yellow-600\/15 {
  fill: rgb(202 138 4 / 0.15);
}

.fill-yellow-600\/20 {
  fill: rgb(202 138 4 / 0.2);
}

.fill-yellow-600\/25 {
  fill: rgb(202 138 4 / 0.25);
}

.fill-yellow-600\/30 {
  fill: rgb(202 138 4 / 0.3);
}

.fill-yellow-600\/35 {
  fill: rgb(202 138 4 / 0.35);
}

.fill-yellow-600\/40 {
  fill: rgb(202 138 4 / 0.4);
}

.fill-yellow-600\/45 {
  fill: rgb(202 138 4 / 0.45);
}

.fill-yellow-600\/5 {
  fill: rgb(202 138 4 / 0.05);
}

.fill-yellow-600\/50 {
  fill: rgb(202 138 4 / 0.5);
}

.fill-yellow-600\/55 {
  fill: rgb(202 138 4 / 0.55);
}

.fill-yellow-600\/60 {
  fill: rgb(202 138 4 / 0.6);
}

.fill-yellow-600\/65 {
  fill: rgb(202 138 4 / 0.65);
}

.fill-yellow-600\/70 {
  fill: rgb(202 138 4 / 0.7);
}

.fill-yellow-600\/75 {
  fill: rgb(202 138 4 / 0.75);
}

.fill-yellow-600\/80 {
  fill: rgb(202 138 4 / 0.8);
}

.fill-yellow-600\/85 {
  fill: rgb(202 138 4 / 0.85);
}

.fill-yellow-600\/90 {
  fill: rgb(202 138 4 / 0.9);
}

.fill-yellow-600\/95 {
  fill: rgb(202 138 4 / 0.95);
}

.fill-yellow-700 {
  fill: #a16207;
}

.fill-yellow-700\/0 {
  fill: rgb(161 98 7 / 0);
}

.fill-yellow-700\/10 {
  fill: rgb(161 98 7 / 0.1);
}

.fill-yellow-700\/100 {
  fill: rgb(161 98 7 / 1);
}

.fill-yellow-700\/15 {
  fill: rgb(161 98 7 / 0.15);
}

.fill-yellow-700\/20 {
  fill: rgb(161 98 7 / 0.2);
}

.fill-yellow-700\/25 {
  fill: rgb(161 98 7 / 0.25);
}

.fill-yellow-700\/30 {
  fill: rgb(161 98 7 / 0.3);
}

.fill-yellow-700\/35 {
  fill: rgb(161 98 7 / 0.35);
}

.fill-yellow-700\/40 {
  fill: rgb(161 98 7 / 0.4);
}

.fill-yellow-700\/45 {
  fill: rgb(161 98 7 / 0.45);
}

.fill-yellow-700\/5 {
  fill: rgb(161 98 7 / 0.05);
}

.fill-yellow-700\/50 {
  fill: rgb(161 98 7 / 0.5);
}

.fill-yellow-700\/55 {
  fill: rgb(161 98 7 / 0.55);
}

.fill-yellow-700\/60 {
  fill: rgb(161 98 7 / 0.6);
}

.fill-yellow-700\/65 {
  fill: rgb(161 98 7 / 0.65);
}

.fill-yellow-700\/70 {
  fill: rgb(161 98 7 / 0.7);
}

.fill-yellow-700\/75 {
  fill: rgb(161 98 7 / 0.75);
}

.fill-yellow-700\/80 {
  fill: rgb(161 98 7 / 0.8);
}

.fill-yellow-700\/85 {
  fill: rgb(161 98 7 / 0.85);
}

.fill-yellow-700\/90 {
  fill: rgb(161 98 7 / 0.9);
}

.fill-yellow-700\/95 {
  fill: rgb(161 98 7 / 0.95);
}

.fill-yellow-800 {
  fill: #854d0e;
}

.fill-yellow-800\/0 {
  fill: rgb(133 77 14 / 0);
}

.fill-yellow-800\/10 {
  fill: rgb(133 77 14 / 0.1);
}

.fill-yellow-800\/100 {
  fill: rgb(133 77 14 / 1);
}

.fill-yellow-800\/15 {
  fill: rgb(133 77 14 / 0.15);
}

.fill-yellow-800\/20 {
  fill: rgb(133 77 14 / 0.2);
}

.fill-yellow-800\/25 {
  fill: rgb(133 77 14 / 0.25);
}

.fill-yellow-800\/30 {
  fill: rgb(133 77 14 / 0.3);
}

.fill-yellow-800\/35 {
  fill: rgb(133 77 14 / 0.35);
}

.fill-yellow-800\/40 {
  fill: rgb(133 77 14 / 0.4);
}

.fill-yellow-800\/45 {
  fill: rgb(133 77 14 / 0.45);
}

.fill-yellow-800\/5 {
  fill: rgb(133 77 14 / 0.05);
}

.fill-yellow-800\/50 {
  fill: rgb(133 77 14 / 0.5);
}

.fill-yellow-800\/55 {
  fill: rgb(133 77 14 / 0.55);
}

.fill-yellow-800\/60 {
  fill: rgb(133 77 14 / 0.6);
}

.fill-yellow-800\/65 {
  fill: rgb(133 77 14 / 0.65);
}

.fill-yellow-800\/70 {
  fill: rgb(133 77 14 / 0.7);
}

.fill-yellow-800\/75 {
  fill: rgb(133 77 14 / 0.75);
}

.fill-yellow-800\/80 {
  fill: rgb(133 77 14 / 0.8);
}

.fill-yellow-800\/85 {
  fill: rgb(133 77 14 / 0.85);
}

.fill-yellow-800\/90 {
  fill: rgb(133 77 14 / 0.9);
}

.fill-yellow-800\/95 {
  fill: rgb(133 77 14 / 0.95);
}

.fill-yellow-900 {
  fill: #713f12;
}

.fill-yellow-900\/0 {
  fill: rgb(113 63 18 / 0);
}

.fill-yellow-900\/10 {
  fill: rgb(113 63 18 / 0.1);
}

.fill-yellow-900\/100 {
  fill: rgb(113 63 18 / 1);
}

.fill-yellow-900\/15 {
  fill: rgb(113 63 18 / 0.15);
}

.fill-yellow-900\/20 {
  fill: rgb(113 63 18 / 0.2);
}

.fill-yellow-900\/25 {
  fill: rgb(113 63 18 / 0.25);
}

.fill-yellow-900\/30 {
  fill: rgb(113 63 18 / 0.3);
}

.fill-yellow-900\/35 {
  fill: rgb(113 63 18 / 0.35);
}

.fill-yellow-900\/40 {
  fill: rgb(113 63 18 / 0.4);
}

.fill-yellow-900\/45 {
  fill: rgb(113 63 18 / 0.45);
}

.fill-yellow-900\/5 {
  fill: rgb(113 63 18 / 0.05);
}

.fill-yellow-900\/50 {
  fill: rgb(113 63 18 / 0.5);
}

.fill-yellow-900\/55 {
  fill: rgb(113 63 18 / 0.55);
}

.fill-yellow-900\/60 {
  fill: rgb(113 63 18 / 0.6);
}

.fill-yellow-900\/65 {
  fill: rgb(113 63 18 / 0.65);
}

.fill-yellow-900\/70 {
  fill: rgb(113 63 18 / 0.7);
}

.fill-yellow-900\/75 {
  fill: rgb(113 63 18 / 0.75);
}

.fill-yellow-900\/80 {
  fill: rgb(113 63 18 / 0.8);
}

.fill-yellow-900\/85 {
  fill: rgb(113 63 18 / 0.85);
}

.fill-yellow-900\/90 {
  fill: rgb(113 63 18 / 0.9);
}

.fill-yellow-900\/95 {
  fill: rgb(113 63 18 / 0.95);
}

.fill-yellow-950 {
  fill: #422006;
}

.fill-yellow-950\/0 {
  fill: rgb(66 32 6 / 0);
}

.fill-yellow-950\/10 {
  fill: rgb(66 32 6 / 0.1);
}

.fill-yellow-950\/100 {
  fill: rgb(66 32 6 / 1);
}

.fill-yellow-950\/15 {
  fill: rgb(66 32 6 / 0.15);
}

.fill-yellow-950\/20 {
  fill: rgb(66 32 6 / 0.2);
}

.fill-yellow-950\/25 {
  fill: rgb(66 32 6 / 0.25);
}

.fill-yellow-950\/30 {
  fill: rgb(66 32 6 / 0.3);
}

.fill-yellow-950\/35 {
  fill: rgb(66 32 6 / 0.35);
}

.fill-yellow-950\/40 {
  fill: rgb(66 32 6 / 0.4);
}

.fill-yellow-950\/45 {
  fill: rgb(66 32 6 / 0.45);
}

.fill-yellow-950\/5 {
  fill: rgb(66 32 6 / 0.05);
}

.fill-yellow-950\/50 {
  fill: rgb(66 32 6 / 0.5);
}

.fill-yellow-950\/55 {
  fill: rgb(66 32 6 / 0.55);
}

.fill-yellow-950\/60 {
  fill: rgb(66 32 6 / 0.6);
}

.fill-yellow-950\/65 {
  fill: rgb(66 32 6 / 0.65);
}

.fill-yellow-950\/70 {
  fill: rgb(66 32 6 / 0.7);
}

.fill-yellow-950\/75 {
  fill: rgb(66 32 6 / 0.75);
}

.fill-yellow-950\/80 {
  fill: rgb(66 32 6 / 0.8);
}

.fill-yellow-950\/85 {
  fill: rgb(66 32 6 / 0.85);
}

.fill-yellow-950\/90 {
  fill: rgb(66 32 6 / 0.9);
}

.fill-yellow-950\/95 {
  fill: rgb(66 32 6 / 0.95);
}

.stroke-yellow-100 {
  stroke: #fef9c3;
}

.stroke-yellow-100\/0 {
  stroke: rgb(254 249 195 / 0);
}

.stroke-yellow-100\/10 {
  stroke: rgb(254 249 195 / 0.1);
}

.stroke-yellow-100\/100 {
  stroke: rgb(254 249 195 / 1);
}

.stroke-yellow-100\/15 {
  stroke: rgb(254 249 195 / 0.15);
}

.stroke-yellow-100\/20 {
  stroke: rgb(254 249 195 / 0.2);
}

.stroke-yellow-100\/25 {
  stroke: rgb(254 249 195 / 0.25);
}

.stroke-yellow-100\/30 {
  stroke: rgb(254 249 195 / 0.3);
}

.stroke-yellow-100\/35 {
  stroke: rgb(254 249 195 / 0.35);
}

.stroke-yellow-100\/40 {
  stroke: rgb(254 249 195 / 0.4);
}

.stroke-yellow-100\/45 {
  stroke: rgb(254 249 195 / 0.45);
}

.stroke-yellow-100\/5 {
  stroke: rgb(254 249 195 / 0.05);
}

.stroke-yellow-100\/50 {
  stroke: rgb(254 249 195 / 0.5);
}

.stroke-yellow-100\/55 {
  stroke: rgb(254 249 195 / 0.55);
}

.stroke-yellow-100\/60 {
  stroke: rgb(254 249 195 / 0.6);
}

.stroke-yellow-100\/65 {
  stroke: rgb(254 249 195 / 0.65);
}

.stroke-yellow-100\/70 {
  stroke: rgb(254 249 195 / 0.7);
}

.stroke-yellow-100\/75 {
  stroke: rgb(254 249 195 / 0.75);
}

.stroke-yellow-100\/80 {
  stroke: rgb(254 249 195 / 0.8);
}

.stroke-yellow-100\/85 {
  stroke: rgb(254 249 195 / 0.85);
}

.stroke-yellow-100\/90 {
  stroke: rgb(254 249 195 / 0.9);
}

.stroke-yellow-100\/95 {
  stroke: rgb(254 249 195 / 0.95);
}

.stroke-yellow-200 {
  stroke: #fef08a;
}

.stroke-yellow-200\/0 {
  stroke: rgb(254 240 138 / 0);
}

.stroke-yellow-200\/10 {
  stroke: rgb(254 240 138 / 0.1);
}

.stroke-yellow-200\/100 {
  stroke: rgb(254 240 138 / 1);
}

.stroke-yellow-200\/15 {
  stroke: rgb(254 240 138 / 0.15);
}

.stroke-yellow-200\/20 {
  stroke: rgb(254 240 138 / 0.2);
}

.stroke-yellow-200\/25 {
  stroke: rgb(254 240 138 / 0.25);
}

.stroke-yellow-200\/30 {
  stroke: rgb(254 240 138 / 0.3);
}

.stroke-yellow-200\/35 {
  stroke: rgb(254 240 138 / 0.35);
}

.stroke-yellow-200\/40 {
  stroke: rgb(254 240 138 / 0.4);
}

.stroke-yellow-200\/45 {
  stroke: rgb(254 240 138 / 0.45);
}

.stroke-yellow-200\/5 {
  stroke: rgb(254 240 138 / 0.05);
}

.stroke-yellow-200\/50 {
  stroke: rgb(254 240 138 / 0.5);
}

.stroke-yellow-200\/55 {
  stroke: rgb(254 240 138 / 0.55);
}

.stroke-yellow-200\/60 {
  stroke: rgb(254 240 138 / 0.6);
}

.stroke-yellow-200\/65 {
  stroke: rgb(254 240 138 / 0.65);
}

.stroke-yellow-200\/70 {
  stroke: rgb(254 240 138 / 0.7);
}

.stroke-yellow-200\/75 {
  stroke: rgb(254 240 138 / 0.75);
}

.stroke-yellow-200\/80 {
  stroke: rgb(254 240 138 / 0.8);
}

.stroke-yellow-200\/85 {
  stroke: rgb(254 240 138 / 0.85);
}

.stroke-yellow-200\/90 {
  stroke: rgb(254 240 138 / 0.9);
}

.stroke-yellow-200\/95 {
  stroke: rgb(254 240 138 / 0.95);
}

.stroke-yellow-300 {
  stroke: #fde047;
}

.stroke-yellow-300\/0 {
  stroke: rgb(253 224 71 / 0);
}

.stroke-yellow-300\/10 {
  stroke: rgb(253 224 71 / 0.1);
}

.stroke-yellow-300\/100 {
  stroke: rgb(253 224 71 / 1);
}

.stroke-yellow-300\/15 {
  stroke: rgb(253 224 71 / 0.15);
}

.stroke-yellow-300\/20 {
  stroke: rgb(253 224 71 / 0.2);
}

.stroke-yellow-300\/25 {
  stroke: rgb(253 224 71 / 0.25);
}

.stroke-yellow-300\/30 {
  stroke: rgb(253 224 71 / 0.3);
}

.stroke-yellow-300\/35 {
  stroke: rgb(253 224 71 / 0.35);
}

.stroke-yellow-300\/40 {
  stroke: rgb(253 224 71 / 0.4);
}

.stroke-yellow-300\/45 {
  stroke: rgb(253 224 71 / 0.45);
}

.stroke-yellow-300\/5 {
  stroke: rgb(253 224 71 / 0.05);
}

.stroke-yellow-300\/50 {
  stroke: rgb(253 224 71 / 0.5);
}

.stroke-yellow-300\/55 {
  stroke: rgb(253 224 71 / 0.55);
}

.stroke-yellow-300\/60 {
  stroke: rgb(253 224 71 / 0.6);
}

.stroke-yellow-300\/65 {
  stroke: rgb(253 224 71 / 0.65);
}

.stroke-yellow-300\/70 {
  stroke: rgb(253 224 71 / 0.7);
}

.stroke-yellow-300\/75 {
  stroke: rgb(253 224 71 / 0.75);
}

.stroke-yellow-300\/80 {
  stroke: rgb(253 224 71 / 0.8);
}

.stroke-yellow-300\/85 {
  stroke: rgb(253 224 71 / 0.85);
}

.stroke-yellow-300\/90 {
  stroke: rgb(253 224 71 / 0.9);
}

.stroke-yellow-300\/95 {
  stroke: rgb(253 224 71 / 0.95);
}

.stroke-yellow-400 {
  stroke: #facc15;
}

.stroke-yellow-400\/0 {
  stroke: rgb(250 204 21 / 0);
}

.stroke-yellow-400\/10 {
  stroke: rgb(250 204 21 / 0.1);
}

.stroke-yellow-400\/100 {
  stroke: rgb(250 204 21 / 1);
}

.stroke-yellow-400\/15 {
  stroke: rgb(250 204 21 / 0.15);
}

.stroke-yellow-400\/20 {
  stroke: rgb(250 204 21 / 0.2);
}

.stroke-yellow-400\/25 {
  stroke: rgb(250 204 21 / 0.25);
}

.stroke-yellow-400\/30 {
  stroke: rgb(250 204 21 / 0.3);
}

.stroke-yellow-400\/35 {
  stroke: rgb(250 204 21 / 0.35);
}

.stroke-yellow-400\/40 {
  stroke: rgb(250 204 21 / 0.4);
}

.stroke-yellow-400\/45 {
  stroke: rgb(250 204 21 / 0.45);
}

.stroke-yellow-400\/5 {
  stroke: rgb(250 204 21 / 0.05);
}

.stroke-yellow-400\/50 {
  stroke: rgb(250 204 21 / 0.5);
}

.stroke-yellow-400\/55 {
  stroke: rgb(250 204 21 / 0.55);
}

.stroke-yellow-400\/60 {
  stroke: rgb(250 204 21 / 0.6);
}

.stroke-yellow-400\/65 {
  stroke: rgb(250 204 21 / 0.65);
}

.stroke-yellow-400\/70 {
  stroke: rgb(250 204 21 / 0.7);
}

.stroke-yellow-400\/75 {
  stroke: rgb(250 204 21 / 0.75);
}

.stroke-yellow-400\/80 {
  stroke: rgb(250 204 21 / 0.8);
}

.stroke-yellow-400\/85 {
  stroke: rgb(250 204 21 / 0.85);
}

.stroke-yellow-400\/90 {
  stroke: rgb(250 204 21 / 0.9);
}

.stroke-yellow-400\/95 {
  stroke: rgb(250 204 21 / 0.95);
}

.stroke-yellow-50 {
  stroke: #fefce8;
}

.stroke-yellow-50\/0 {
  stroke: rgb(254 252 232 / 0);
}

.stroke-yellow-50\/10 {
  stroke: rgb(254 252 232 / 0.1);
}

.stroke-yellow-50\/100 {
  stroke: rgb(254 252 232 / 1);
}

.stroke-yellow-50\/15 {
  stroke: rgb(254 252 232 / 0.15);
}

.stroke-yellow-50\/20 {
  stroke: rgb(254 252 232 / 0.2);
}

.stroke-yellow-50\/25 {
  stroke: rgb(254 252 232 / 0.25);
}

.stroke-yellow-50\/30 {
  stroke: rgb(254 252 232 / 0.3);
}

.stroke-yellow-50\/35 {
  stroke: rgb(254 252 232 / 0.35);
}

.stroke-yellow-50\/40 {
  stroke: rgb(254 252 232 / 0.4);
}

.stroke-yellow-50\/45 {
  stroke: rgb(254 252 232 / 0.45);
}

.stroke-yellow-50\/5 {
  stroke: rgb(254 252 232 / 0.05);
}

.stroke-yellow-50\/50 {
  stroke: rgb(254 252 232 / 0.5);
}

.stroke-yellow-50\/55 {
  stroke: rgb(254 252 232 / 0.55);
}

.stroke-yellow-50\/60 {
  stroke: rgb(254 252 232 / 0.6);
}

.stroke-yellow-50\/65 {
  stroke: rgb(254 252 232 / 0.65);
}

.stroke-yellow-50\/70 {
  stroke: rgb(254 252 232 / 0.7);
}

.stroke-yellow-50\/75 {
  stroke: rgb(254 252 232 / 0.75);
}

.stroke-yellow-50\/80 {
  stroke: rgb(254 252 232 / 0.8);
}

.stroke-yellow-50\/85 {
  stroke: rgb(254 252 232 / 0.85);
}

.stroke-yellow-50\/90 {
  stroke: rgb(254 252 232 / 0.9);
}

.stroke-yellow-50\/95 {
  stroke: rgb(254 252 232 / 0.95);
}

.stroke-yellow-500 {
  stroke: #eab308;
}

.stroke-yellow-500\/0 {
  stroke: rgb(234 179 8 / 0);
}

.stroke-yellow-500\/10 {
  stroke: rgb(234 179 8 / 0.1);
}

.stroke-yellow-500\/100 {
  stroke: rgb(234 179 8 / 1);
}

.stroke-yellow-500\/15 {
  stroke: rgb(234 179 8 / 0.15);
}

.stroke-yellow-500\/20 {
  stroke: rgb(234 179 8 / 0.2);
}

.stroke-yellow-500\/25 {
  stroke: rgb(234 179 8 / 0.25);
}

.stroke-yellow-500\/30 {
  stroke: rgb(234 179 8 / 0.3);
}

.stroke-yellow-500\/35 {
  stroke: rgb(234 179 8 / 0.35);
}

.stroke-yellow-500\/40 {
  stroke: rgb(234 179 8 / 0.4);
}

.stroke-yellow-500\/45 {
  stroke: rgb(234 179 8 / 0.45);
}

.stroke-yellow-500\/5 {
  stroke: rgb(234 179 8 / 0.05);
}

.stroke-yellow-500\/50 {
  stroke: rgb(234 179 8 / 0.5);
}

.stroke-yellow-500\/55 {
  stroke: rgb(234 179 8 / 0.55);
}

.stroke-yellow-500\/60 {
  stroke: rgb(234 179 8 / 0.6);
}

.stroke-yellow-500\/65 {
  stroke: rgb(234 179 8 / 0.65);
}

.stroke-yellow-500\/70 {
  stroke: rgb(234 179 8 / 0.7);
}

.stroke-yellow-500\/75 {
  stroke: rgb(234 179 8 / 0.75);
}

.stroke-yellow-500\/80 {
  stroke: rgb(234 179 8 / 0.8);
}

.stroke-yellow-500\/85 {
  stroke: rgb(234 179 8 / 0.85);
}

.stroke-yellow-500\/90 {
  stroke: rgb(234 179 8 / 0.9);
}

.stroke-yellow-500\/95 {
  stroke: rgb(234 179 8 / 0.95);
}

.stroke-yellow-600 {
  stroke: #ca8a04;
}

.stroke-yellow-600\/0 {
  stroke: rgb(202 138 4 / 0);
}

.stroke-yellow-600\/10 {
  stroke: rgb(202 138 4 / 0.1);
}

.stroke-yellow-600\/100 {
  stroke: rgb(202 138 4 / 1);
}

.stroke-yellow-600\/15 {
  stroke: rgb(202 138 4 / 0.15);
}

.stroke-yellow-600\/20 {
  stroke: rgb(202 138 4 / 0.2);
}

.stroke-yellow-600\/25 {
  stroke: rgb(202 138 4 / 0.25);
}

.stroke-yellow-600\/30 {
  stroke: rgb(202 138 4 / 0.3);
}

.stroke-yellow-600\/35 {
  stroke: rgb(202 138 4 / 0.35);
}

.stroke-yellow-600\/40 {
  stroke: rgb(202 138 4 / 0.4);
}

.stroke-yellow-600\/45 {
  stroke: rgb(202 138 4 / 0.45);
}

.stroke-yellow-600\/5 {
  stroke: rgb(202 138 4 / 0.05);
}

.stroke-yellow-600\/50 {
  stroke: rgb(202 138 4 / 0.5);
}

.stroke-yellow-600\/55 {
  stroke: rgb(202 138 4 / 0.55);
}

.stroke-yellow-600\/60 {
  stroke: rgb(202 138 4 / 0.6);
}

.stroke-yellow-600\/65 {
  stroke: rgb(202 138 4 / 0.65);
}

.stroke-yellow-600\/70 {
  stroke: rgb(202 138 4 / 0.7);
}

.stroke-yellow-600\/75 {
  stroke: rgb(202 138 4 / 0.75);
}

.stroke-yellow-600\/80 {
  stroke: rgb(202 138 4 / 0.8);
}

.stroke-yellow-600\/85 {
  stroke: rgb(202 138 4 / 0.85);
}

.stroke-yellow-600\/90 {
  stroke: rgb(202 138 4 / 0.9);
}

.stroke-yellow-600\/95 {
  stroke: rgb(202 138 4 / 0.95);
}

.stroke-yellow-700 {
  stroke: #a16207;
}

.stroke-yellow-700\/0 {
  stroke: rgb(161 98 7 / 0);
}

.stroke-yellow-700\/10 {
  stroke: rgb(161 98 7 / 0.1);
}

.stroke-yellow-700\/100 {
  stroke: rgb(161 98 7 / 1);
}

.stroke-yellow-700\/15 {
  stroke: rgb(161 98 7 / 0.15);
}

.stroke-yellow-700\/20 {
  stroke: rgb(161 98 7 / 0.2);
}

.stroke-yellow-700\/25 {
  stroke: rgb(161 98 7 / 0.25);
}

.stroke-yellow-700\/30 {
  stroke: rgb(161 98 7 / 0.3);
}

.stroke-yellow-700\/35 {
  stroke: rgb(161 98 7 / 0.35);
}

.stroke-yellow-700\/40 {
  stroke: rgb(161 98 7 / 0.4);
}

.stroke-yellow-700\/45 {
  stroke: rgb(161 98 7 / 0.45);
}

.stroke-yellow-700\/5 {
  stroke: rgb(161 98 7 / 0.05);
}

.stroke-yellow-700\/50 {
  stroke: rgb(161 98 7 / 0.5);
}

.stroke-yellow-700\/55 {
  stroke: rgb(161 98 7 / 0.55);
}

.stroke-yellow-700\/60 {
  stroke: rgb(161 98 7 / 0.6);
}

.stroke-yellow-700\/65 {
  stroke: rgb(161 98 7 / 0.65);
}

.stroke-yellow-700\/70 {
  stroke: rgb(161 98 7 / 0.7);
}

.stroke-yellow-700\/75 {
  stroke: rgb(161 98 7 / 0.75);
}

.stroke-yellow-700\/80 {
  stroke: rgb(161 98 7 / 0.8);
}

.stroke-yellow-700\/85 {
  stroke: rgb(161 98 7 / 0.85);
}

.stroke-yellow-700\/90 {
  stroke: rgb(161 98 7 / 0.9);
}

.stroke-yellow-700\/95 {
  stroke: rgb(161 98 7 / 0.95);
}

.stroke-yellow-800 {
  stroke: #854d0e;
}

.stroke-yellow-800\/0 {
  stroke: rgb(133 77 14 / 0);
}

.stroke-yellow-800\/10 {
  stroke: rgb(133 77 14 / 0.1);
}

.stroke-yellow-800\/100 {
  stroke: rgb(133 77 14 / 1);
}

.stroke-yellow-800\/15 {
  stroke: rgb(133 77 14 / 0.15);
}

.stroke-yellow-800\/20 {
  stroke: rgb(133 77 14 / 0.2);
}

.stroke-yellow-800\/25 {
  stroke: rgb(133 77 14 / 0.25);
}

.stroke-yellow-800\/30 {
  stroke: rgb(133 77 14 / 0.3);
}

.stroke-yellow-800\/35 {
  stroke: rgb(133 77 14 / 0.35);
}

.stroke-yellow-800\/40 {
  stroke: rgb(133 77 14 / 0.4);
}

.stroke-yellow-800\/45 {
  stroke: rgb(133 77 14 / 0.45);
}

.stroke-yellow-800\/5 {
  stroke: rgb(133 77 14 / 0.05);
}

.stroke-yellow-800\/50 {
  stroke: rgb(133 77 14 / 0.5);
}

.stroke-yellow-800\/55 {
  stroke: rgb(133 77 14 / 0.55);
}

.stroke-yellow-800\/60 {
  stroke: rgb(133 77 14 / 0.6);
}

.stroke-yellow-800\/65 {
  stroke: rgb(133 77 14 / 0.65);
}

.stroke-yellow-800\/70 {
  stroke: rgb(133 77 14 / 0.7);
}

.stroke-yellow-800\/75 {
  stroke: rgb(133 77 14 / 0.75);
}

.stroke-yellow-800\/80 {
  stroke: rgb(133 77 14 / 0.8);
}

.stroke-yellow-800\/85 {
  stroke: rgb(133 77 14 / 0.85);
}

.stroke-yellow-800\/90 {
  stroke: rgb(133 77 14 / 0.9);
}

.stroke-yellow-800\/95 {
  stroke: rgb(133 77 14 / 0.95);
}

.stroke-yellow-900 {
  stroke: #713f12;
}

.stroke-yellow-900\/0 {
  stroke: rgb(113 63 18 / 0);
}

.stroke-yellow-900\/10 {
  stroke: rgb(113 63 18 / 0.1);
}

.stroke-yellow-900\/100 {
  stroke: rgb(113 63 18 / 1);
}

.stroke-yellow-900\/15 {
  stroke: rgb(113 63 18 / 0.15);
}

.stroke-yellow-900\/20 {
  stroke: rgb(113 63 18 / 0.2);
}

.stroke-yellow-900\/25 {
  stroke: rgb(113 63 18 / 0.25);
}

.stroke-yellow-900\/30 {
  stroke: rgb(113 63 18 / 0.3);
}

.stroke-yellow-900\/35 {
  stroke: rgb(113 63 18 / 0.35);
}

.stroke-yellow-900\/40 {
  stroke: rgb(113 63 18 / 0.4);
}

.stroke-yellow-900\/45 {
  stroke: rgb(113 63 18 / 0.45);
}

.stroke-yellow-900\/5 {
  stroke: rgb(113 63 18 / 0.05);
}

.stroke-yellow-900\/50 {
  stroke: rgb(113 63 18 / 0.5);
}

.stroke-yellow-900\/55 {
  stroke: rgb(113 63 18 / 0.55);
}

.stroke-yellow-900\/60 {
  stroke: rgb(113 63 18 / 0.6);
}

.stroke-yellow-900\/65 {
  stroke: rgb(113 63 18 / 0.65);
}

.stroke-yellow-900\/70 {
  stroke: rgb(113 63 18 / 0.7);
}

.stroke-yellow-900\/75 {
  stroke: rgb(113 63 18 / 0.75);
}

.stroke-yellow-900\/80 {
  stroke: rgb(113 63 18 / 0.8);
}

.stroke-yellow-900\/85 {
  stroke: rgb(113 63 18 / 0.85);
}

.stroke-yellow-900\/90 {
  stroke: rgb(113 63 18 / 0.9);
}

.stroke-yellow-900\/95 {
  stroke: rgb(113 63 18 / 0.95);
}

.stroke-yellow-950 {
  stroke: #422006;
}

.stroke-yellow-950\/0 {
  stroke: rgb(66 32 6 / 0);
}

.stroke-yellow-950\/10 {
  stroke: rgb(66 32 6 / 0.1);
}

.stroke-yellow-950\/100 {
  stroke: rgb(66 32 6 / 1);
}

.stroke-yellow-950\/15 {
  stroke: rgb(66 32 6 / 0.15);
}

.stroke-yellow-950\/20 {
  stroke: rgb(66 32 6 / 0.2);
}

.stroke-yellow-950\/25 {
  stroke: rgb(66 32 6 / 0.25);
}

.stroke-yellow-950\/30 {
  stroke: rgb(66 32 6 / 0.3);
}

.stroke-yellow-950\/35 {
  stroke: rgb(66 32 6 / 0.35);
}

.stroke-yellow-950\/40 {
  stroke: rgb(66 32 6 / 0.4);
}

.stroke-yellow-950\/45 {
  stroke: rgb(66 32 6 / 0.45);
}

.stroke-yellow-950\/5 {
  stroke: rgb(66 32 6 / 0.05);
}

.stroke-yellow-950\/50 {
  stroke: rgb(66 32 6 / 0.5);
}

.stroke-yellow-950\/55 {
  stroke: rgb(66 32 6 / 0.55);
}

.stroke-yellow-950\/60 {
  stroke: rgb(66 32 6 / 0.6);
}

.stroke-yellow-950\/65 {
  stroke: rgb(66 32 6 / 0.65);
}

.stroke-yellow-950\/70 {
  stroke: rgb(66 32 6 / 0.7);
}

.stroke-yellow-950\/75 {
  stroke: rgb(66 32 6 / 0.75);
}

.stroke-yellow-950\/80 {
  stroke: rgb(66 32 6 / 0.8);
}

.stroke-yellow-950\/85 {
  stroke: rgb(66 32 6 / 0.85);
}

.stroke-yellow-950\/90 {
  stroke: rgb(66 32 6 / 0.9);
}

.stroke-yellow-950\/95 {
  stroke: rgb(66 32 6 / 0.95);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-32 {
  padding: 8rem;
}

.p-36 {
  padding: 9rem;
}

.p-4 {
  padding: 1rem;
}

.p-40 {
  padding: 10rem;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 12rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-52 {
  padding: 13rem;
}

.p-56 {
  padding: 14rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-60 {
  padding: 15rem;
}

.p-64 {
  padding: 16rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-72 {
  padding: 18rem;
}

.p-8 {
  padding: 2rem;
}

.p-80 {
  padding: 20rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-96 {
  padding: 24rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-96 {
  padding-bottom: 24rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-60 {
  padding-left: 15rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-96 {
  padding-left: 24rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-60 {
  padding-right: 15rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-96 {
  padding-right: 24rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-3\.5 {
  padding-top: 0.875rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-60 {
  padding-top: 15rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-72 {
  padding-top: 18rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-80 {
  padding-top: 20rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-96 {
  padding-top: 24rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.align-sub {
  vertical-align: sub;
}

.align-super {
  vertical-align: super;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-black\/0 {
  color: rgb(0 0 0 / 0);
}

.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}

.text-black\/100 {
  color: rgb(0 0 0 / 1);
}

.text-black\/15 {
  color: rgb(0 0 0 / 0.15);
}

.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}

.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}

.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}

.text-black\/35 {
  color: rgb(0 0 0 / 0.35);
}

.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}

.text-black\/45 {
  color: rgb(0 0 0 / 0.45);
}

.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}

.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-black\/55 {
  color: rgb(0 0 0 / 0.55);
}

.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-black\/65 {
  color: rgb(0 0 0 / 0.65);
}

.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-black\/85 {
  color: rgb(0 0 0 / 0.85);
}

.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}

.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.text-blue-100\/0 {
  color: rgb(219 234 254 / 0);
}

.text-blue-100\/10 {
  color: rgb(219 234 254 / 0.1);
}

.text-blue-100\/100 {
  color: rgb(219 234 254 / 1);
}

.text-blue-100\/15 {
  color: rgb(219 234 254 / 0.15);
}

.text-blue-100\/20 {
  color: rgb(219 234 254 / 0.2);
}

.text-blue-100\/25 {
  color: rgb(219 234 254 / 0.25);
}

.text-blue-100\/30 {
  color: rgb(219 234 254 / 0.3);
}

.text-blue-100\/35 {
  color: rgb(219 234 254 / 0.35);
}

.text-blue-100\/40 {
  color: rgb(219 234 254 / 0.4);
}

.text-blue-100\/45 {
  color: rgb(219 234 254 / 0.45);
}

.text-blue-100\/5 {
  color: rgb(219 234 254 / 0.05);
}

.text-blue-100\/50 {
  color: rgb(219 234 254 / 0.5);
}

.text-blue-100\/55 {
  color: rgb(219 234 254 / 0.55);
}

.text-blue-100\/60 {
  color: rgb(219 234 254 / 0.6);
}

.text-blue-100\/65 {
  color: rgb(219 234 254 / 0.65);
}

.text-blue-100\/70 {
  color: rgb(219 234 254 / 0.7);
}

.text-blue-100\/75 {
  color: rgb(219 234 254 / 0.75);
}

.text-blue-100\/80 {
  color: rgb(219 234 254 / 0.8);
}

.text-blue-100\/85 {
  color: rgb(219 234 254 / 0.85);
}

.text-blue-100\/90 {
  color: rgb(219 234 254 / 0.9);
}

.text-blue-100\/95 {
  color: rgb(219 234 254 / 0.95);
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.text-blue-200\/0 {
  color: rgb(191 219 254 / 0);
}

.text-blue-200\/10 {
  color: rgb(191 219 254 / 0.1);
}

.text-blue-200\/100 {
  color: rgb(191 219 254 / 1);
}

.text-blue-200\/15 {
  color: rgb(191 219 254 / 0.15);
}

.text-blue-200\/20 {
  color: rgb(191 219 254 / 0.2);
}

.text-blue-200\/25 {
  color: rgb(191 219 254 / 0.25);
}

.text-blue-200\/30 {
  color: rgb(191 219 254 / 0.3);
}

.text-blue-200\/35 {
  color: rgb(191 219 254 / 0.35);
}

.text-blue-200\/40 {
  color: rgb(191 219 254 / 0.4);
}

.text-blue-200\/45 {
  color: rgb(191 219 254 / 0.45);
}

.text-blue-200\/5 {
  color: rgb(191 219 254 / 0.05);
}

.text-blue-200\/50 {
  color: rgb(191 219 254 / 0.5);
}

.text-blue-200\/55 {
  color: rgb(191 219 254 / 0.55);
}

.text-blue-200\/60 {
  color: rgb(191 219 254 / 0.6);
}

.text-blue-200\/65 {
  color: rgb(191 219 254 / 0.65);
}

.text-blue-200\/70 {
  color: rgb(191 219 254 / 0.7);
}

.text-blue-200\/75 {
  color: rgb(191 219 254 / 0.75);
}

.text-blue-200\/80 {
  color: rgb(191 219 254 / 0.8);
}

.text-blue-200\/85 {
  color: rgb(191 219 254 / 0.85);
}

.text-blue-200\/90 {
  color: rgb(191 219 254 / 0.9);
}

.text-blue-200\/95 {
  color: rgb(191 219 254 / 0.95);
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.text-blue-300\/0 {
  color: rgb(147 197 253 / 0);
}

.text-blue-300\/10 {
  color: rgb(147 197 253 / 0.1);
}

.text-blue-300\/100 {
  color: rgb(147 197 253 / 1);
}

.text-blue-300\/15 {
  color: rgb(147 197 253 / 0.15);
}

.text-blue-300\/20 {
  color: rgb(147 197 253 / 0.2);
}

.text-blue-300\/25 {
  color: rgb(147 197 253 / 0.25);
}

.text-blue-300\/30 {
  color: rgb(147 197 253 / 0.3);
}

.text-blue-300\/35 {
  color: rgb(147 197 253 / 0.35);
}

.text-blue-300\/40 {
  color: rgb(147 197 253 / 0.4);
}

.text-blue-300\/45 {
  color: rgb(147 197 253 / 0.45);
}

.text-blue-300\/5 {
  color: rgb(147 197 253 / 0.05);
}

.text-blue-300\/50 {
  color: rgb(147 197 253 / 0.5);
}

.text-blue-300\/55 {
  color: rgb(147 197 253 / 0.55);
}

.text-blue-300\/60 {
  color: rgb(147 197 253 / 0.6);
}

.text-blue-300\/65 {
  color: rgb(147 197 253 / 0.65);
}

.text-blue-300\/70 {
  color: rgb(147 197 253 / 0.7);
}

.text-blue-300\/75 {
  color: rgb(147 197 253 / 0.75);
}

.text-blue-300\/80 {
  color: rgb(147 197 253 / 0.8);
}

.text-blue-300\/85 {
  color: rgb(147 197 253 / 0.85);
}

.text-blue-300\/90 {
  color: rgb(147 197 253 / 0.9);
}

.text-blue-300\/95 {
  color: rgb(147 197 253 / 0.95);
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-blue-400\/0 {
  color: rgb(96 165 250 / 0);
}

.text-blue-400\/10 {
  color: rgb(96 165 250 / 0.1);
}

.text-blue-400\/100 {
  color: rgb(96 165 250 / 1);
}

.text-blue-400\/15 {
  color: rgb(96 165 250 / 0.15);
}

.text-blue-400\/20 {
  color: rgb(96 165 250 / 0.2);
}

.text-blue-400\/25 {
  color: rgb(96 165 250 / 0.25);
}

.text-blue-400\/30 {
  color: rgb(96 165 250 / 0.3);
}

.text-blue-400\/35 {
  color: rgb(96 165 250 / 0.35);
}

.text-blue-400\/40 {
  color: rgb(96 165 250 / 0.4);
}

.text-blue-400\/45 {
  color: rgb(96 165 250 / 0.45);
}

.text-blue-400\/5 {
  color: rgb(96 165 250 / 0.05);
}

.text-blue-400\/50 {
  color: rgb(96 165 250 / 0.5);
}

.text-blue-400\/55 {
  color: rgb(96 165 250 / 0.55);
}

.text-blue-400\/60 {
  color: rgb(96 165 250 / 0.6);
}

.text-blue-400\/65 {
  color: rgb(96 165 250 / 0.65);
}

.text-blue-400\/70 {
  color: rgb(96 165 250 / 0.7);
}

.text-blue-400\/75 {
  color: rgb(96 165 250 / 0.75);
}

.text-blue-400\/80 {
  color: rgb(96 165 250 / 0.8);
}

.text-blue-400\/85 {
  color: rgb(96 165 250 / 0.85);
}

.text-blue-400\/90 {
  color: rgb(96 165 250 / 0.9);
}

.text-blue-400\/95 {
  color: rgb(96 165 250 / 0.95);
}

.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}

.text-blue-50\/0 {
  color: rgb(239 246 255 / 0);
}

.text-blue-50\/10 {
  color: rgb(239 246 255 / 0.1);
}

.text-blue-50\/100 {
  color: rgb(239 246 255 / 1);
}

.text-blue-50\/15 {
  color: rgb(239 246 255 / 0.15);
}

.text-blue-50\/20 {
  color: rgb(239 246 255 / 0.2);
}

.text-blue-50\/25 {
  color: rgb(239 246 255 / 0.25);
}

.text-blue-50\/30 {
  color: rgb(239 246 255 / 0.3);
}

.text-blue-50\/35 {
  color: rgb(239 246 255 / 0.35);
}

.text-blue-50\/40 {
  color: rgb(239 246 255 / 0.4);
}

.text-blue-50\/45 {
  color: rgb(239 246 255 / 0.45);
}

.text-blue-50\/5 {
  color: rgb(239 246 255 / 0.05);
}

.text-blue-50\/50 {
  color: rgb(239 246 255 / 0.5);
}

.text-blue-50\/55 {
  color: rgb(239 246 255 / 0.55);
}

.text-blue-50\/60 {
  color: rgb(239 246 255 / 0.6);
}

.text-blue-50\/65 {
  color: rgb(239 246 255 / 0.65);
}

.text-blue-50\/70 {
  color: rgb(239 246 255 / 0.7);
}

.text-blue-50\/75 {
  color: rgb(239 246 255 / 0.75);
}

.text-blue-50\/80 {
  color: rgb(239 246 255 / 0.8);
}

.text-blue-50\/85 {
  color: rgb(239 246 255 / 0.85);
}

.text-blue-50\/90 {
  color: rgb(239 246 255 / 0.9);
}

.text-blue-50\/95 {
  color: rgb(239 246 255 / 0.95);
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-500\/0 {
  color: rgb(59 130 246 / 0);
}

.text-blue-500\/10 {
  color: rgb(59 130 246 / 0.1);
}

.text-blue-500\/100 {
  color: rgb(59 130 246 / 1);
}

.text-blue-500\/15 {
  color: rgb(59 130 246 / 0.15);
}

.text-blue-500\/20 {
  color: rgb(59 130 246 / 0.2);
}

.text-blue-500\/25 {
  color: rgb(59 130 246 / 0.25);
}

.text-blue-500\/30 {
  color: rgb(59 130 246 / 0.3);
}

.text-blue-500\/35 {
  color: rgb(59 130 246 / 0.35);
}

.text-blue-500\/40 {
  color: rgb(59 130 246 / 0.4);
}

.text-blue-500\/45 {
  color: rgb(59 130 246 / 0.45);
}

.text-blue-500\/5 {
  color: rgb(59 130 246 / 0.05);
}

.text-blue-500\/50 {
  color: rgb(59 130 246 / 0.5);
}

.text-blue-500\/55 {
  color: rgb(59 130 246 / 0.55);
}

.text-blue-500\/60 {
  color: rgb(59 130 246 / 0.6);
}

.text-blue-500\/65 {
  color: rgb(59 130 246 / 0.65);
}

.text-blue-500\/70 {
  color: rgb(59 130 246 / 0.7);
}

.text-blue-500\/75 {
  color: rgb(59 130 246 / 0.75);
}

.text-blue-500\/80 {
  color: rgb(59 130 246 / 0.8);
}

.text-blue-500\/85 {
  color: rgb(59 130 246 / 0.85);
}

.text-blue-500\/90 {
  color: rgb(59 130 246 / 0.9);
}

.text-blue-500\/95 {
  color: rgb(59 130 246 / 0.95);
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-600\/0 {
  color: rgb(37 99 235 / 0);
}

.text-blue-600\/10 {
  color: rgb(37 99 235 / 0.1);
}

.text-blue-600\/100 {
  color: rgb(37 99 235 / 1);
}

.text-blue-600\/15 {
  color: rgb(37 99 235 / 0.15);
}

.text-blue-600\/20 {
  color: rgb(37 99 235 / 0.2);
}

.text-blue-600\/25 {
  color: rgb(37 99 235 / 0.25);
}

.text-blue-600\/30 {
  color: rgb(37 99 235 / 0.3);
}

.text-blue-600\/35 {
  color: rgb(37 99 235 / 0.35);
}

.text-blue-600\/40 {
  color: rgb(37 99 235 / 0.4);
}

.text-blue-600\/45 {
  color: rgb(37 99 235 / 0.45);
}

.text-blue-600\/5 {
  color: rgb(37 99 235 / 0.05);
}

.text-blue-600\/50 {
  color: rgb(37 99 235 / 0.5);
}

.text-blue-600\/55 {
  color: rgb(37 99 235 / 0.55);
}

.text-blue-600\/60 {
  color: rgb(37 99 235 / 0.6);
}

.text-blue-600\/65 {
  color: rgb(37 99 235 / 0.65);
}

.text-blue-600\/70 {
  color: rgb(37 99 235 / 0.7);
}

.text-blue-600\/75 {
  color: rgb(37 99 235 / 0.75);
}

.text-blue-600\/80 {
  color: rgb(37 99 235 / 0.8);
}

.text-blue-600\/85 {
  color: rgb(37 99 235 / 0.85);
}

.text-blue-600\/90 {
  color: rgb(37 99 235 / 0.9);
}

.text-blue-600\/95 {
  color: rgb(37 99 235 / 0.95);
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-700\/0 {
  color: rgb(29 78 216 / 0);
}

.text-blue-700\/10 {
  color: rgb(29 78 216 / 0.1);
}

.text-blue-700\/100 {
  color: rgb(29 78 216 / 1);
}

.text-blue-700\/15 {
  color: rgb(29 78 216 / 0.15);
}

.text-blue-700\/20 {
  color: rgb(29 78 216 / 0.2);
}

.text-blue-700\/25 {
  color: rgb(29 78 216 / 0.25);
}

.text-blue-700\/30 {
  color: rgb(29 78 216 / 0.3);
}

.text-blue-700\/35 {
  color: rgb(29 78 216 / 0.35);
}

.text-blue-700\/40 {
  color: rgb(29 78 216 / 0.4);
}

.text-blue-700\/45 {
  color: rgb(29 78 216 / 0.45);
}

.text-blue-700\/5 {
  color: rgb(29 78 216 / 0.05);
}

.text-blue-700\/50 {
  color: rgb(29 78 216 / 0.5);
}

.text-blue-700\/55 {
  color: rgb(29 78 216 / 0.55);
}

.text-blue-700\/60 {
  color: rgb(29 78 216 / 0.6);
}

.text-blue-700\/65 {
  color: rgb(29 78 216 / 0.65);
}

.text-blue-700\/70 {
  color: rgb(29 78 216 / 0.7);
}

.text-blue-700\/75 {
  color: rgb(29 78 216 / 0.75);
}

.text-blue-700\/80 {
  color: rgb(29 78 216 / 0.8);
}

.text-blue-700\/85 {
  color: rgb(29 78 216 / 0.85);
}

.text-blue-700\/90 {
  color: rgb(29 78 216 / 0.9);
}

.text-blue-700\/95 {
  color: rgb(29 78 216 / 0.95);
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-blue-800\/0 {
  color: rgb(30 64 175 / 0);
}

.text-blue-800\/10 {
  color: rgb(30 64 175 / 0.1);
}

.text-blue-800\/100 {
  color: rgb(30 64 175 / 1);
}

.text-blue-800\/15 {
  color: rgb(30 64 175 / 0.15);
}

.text-blue-800\/20 {
  color: rgb(30 64 175 / 0.2);
}

.text-blue-800\/25 {
  color: rgb(30 64 175 / 0.25);
}

.text-blue-800\/30 {
  color: rgb(30 64 175 / 0.3);
}

.text-blue-800\/35 {
  color: rgb(30 64 175 / 0.35);
}

.text-blue-800\/40 {
  color: rgb(30 64 175 / 0.4);
}

.text-blue-800\/45 {
  color: rgb(30 64 175 / 0.45);
}

.text-blue-800\/5 {
  color: rgb(30 64 175 / 0.05);
}

.text-blue-800\/50 {
  color: rgb(30 64 175 / 0.5);
}

.text-blue-800\/55 {
  color: rgb(30 64 175 / 0.55);
}

.text-blue-800\/60 {
  color: rgb(30 64 175 / 0.6);
}

.text-blue-800\/65 {
  color: rgb(30 64 175 / 0.65);
}

.text-blue-800\/70 {
  color: rgb(30 64 175 / 0.7);
}

.text-blue-800\/75 {
  color: rgb(30 64 175 / 0.75);
}

.text-blue-800\/80 {
  color: rgb(30 64 175 / 0.8);
}

.text-blue-800\/85 {
  color: rgb(30 64 175 / 0.85);
}

.text-blue-800\/90 {
  color: rgb(30 64 175 / 0.9);
}

.text-blue-800\/95 {
  color: rgb(30 64 175 / 0.95);
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-blue-900\/0 {
  color: rgb(30 58 138 / 0);
}

.text-blue-900\/10 {
  color: rgb(30 58 138 / 0.1);
}

.text-blue-900\/100 {
  color: rgb(30 58 138 / 1);
}

.text-blue-900\/15 {
  color: rgb(30 58 138 / 0.15);
}

.text-blue-900\/20 {
  color: rgb(30 58 138 / 0.2);
}

.text-blue-900\/25 {
  color: rgb(30 58 138 / 0.25);
}

.text-blue-900\/30 {
  color: rgb(30 58 138 / 0.3);
}

.text-blue-900\/35 {
  color: rgb(30 58 138 / 0.35);
}

.text-blue-900\/40 {
  color: rgb(30 58 138 / 0.4);
}

.text-blue-900\/45 {
  color: rgb(30 58 138 / 0.45);
}

.text-blue-900\/5 {
  color: rgb(30 58 138 / 0.05);
}

.text-blue-900\/50 {
  color: rgb(30 58 138 / 0.5);
}

.text-blue-900\/55 {
  color: rgb(30 58 138 / 0.55);
}

.text-blue-900\/60 {
  color: rgb(30 58 138 / 0.6);
}

.text-blue-900\/65 {
  color: rgb(30 58 138 / 0.65);
}

.text-blue-900\/70 {
  color: rgb(30 58 138 / 0.7);
}

.text-blue-900\/75 {
  color: rgb(30 58 138 / 0.75);
}

.text-blue-900\/80 {
  color: rgb(30 58 138 / 0.8);
}

.text-blue-900\/85 {
  color: rgb(30 58 138 / 0.85);
}

.text-blue-900\/90 {
  color: rgb(30 58 138 / 0.9);
}

.text-blue-900\/95 {
  color: rgb(30 58 138 / 0.95);
}

.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}

.text-blue-950\/0 {
  color: rgb(23 37 84 / 0);
}

.text-blue-950\/10 {
  color: rgb(23 37 84 / 0.1);
}

.text-blue-950\/100 {
  color: rgb(23 37 84 / 1);
}

.text-blue-950\/15 {
  color: rgb(23 37 84 / 0.15);
}

.text-blue-950\/20 {
  color: rgb(23 37 84 / 0.2);
}

.text-blue-950\/25 {
  color: rgb(23 37 84 / 0.25);
}

.text-blue-950\/30 {
  color: rgb(23 37 84 / 0.3);
}

.text-blue-950\/35 {
  color: rgb(23 37 84 / 0.35);
}

.text-blue-950\/40 {
  color: rgb(23 37 84 / 0.4);
}

.text-blue-950\/45 {
  color: rgb(23 37 84 / 0.45);
}

.text-blue-950\/5 {
  color: rgb(23 37 84 / 0.05);
}

.text-blue-950\/50 {
  color: rgb(23 37 84 / 0.5);
}

.text-blue-950\/55 {
  color: rgb(23 37 84 / 0.55);
}

.text-blue-950\/60 {
  color: rgb(23 37 84 / 0.6);
}

.text-blue-950\/65 {
  color: rgb(23 37 84 / 0.65);
}

.text-blue-950\/70 {
  color: rgb(23 37 84 / 0.7);
}

.text-blue-950\/75 {
  color: rgb(23 37 84 / 0.75);
}

.text-blue-950\/80 {
  color: rgb(23 37 84 / 0.8);
}

.text-blue-950\/85 {
  color: rgb(23 37 84 / 0.85);
}

.text-blue-950\/90 {
  color: rgb(23 37 84 / 0.9);
}

.text-blue-950\/95 {
  color: rgb(23 37 84 / 0.95);
}

.text-current {
  color: currentColor;
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.text-gray-100\/0 {
  color: rgb(243 244 246 / 0);
}

.text-gray-100\/10 {
  color: rgb(243 244 246 / 0.1);
}

.text-gray-100\/100 {
  color: rgb(243 244 246 / 1);
}

.text-gray-100\/15 {
  color: rgb(243 244 246 / 0.15);
}

.text-gray-100\/20 {
  color: rgb(243 244 246 / 0.2);
}

.text-gray-100\/25 {
  color: rgb(243 244 246 / 0.25);
}

.text-gray-100\/30 {
  color: rgb(243 244 246 / 0.3);
}

.text-gray-100\/35 {
  color: rgb(243 244 246 / 0.35);
}

.text-gray-100\/40 {
  color: rgb(243 244 246 / 0.4);
}

.text-gray-100\/45 {
  color: rgb(243 244 246 / 0.45);
}

.text-gray-100\/5 {
  color: rgb(243 244 246 / 0.05);
}

.text-gray-100\/50 {
  color: rgb(243 244 246 / 0.5);
}

.text-gray-100\/55 {
  color: rgb(243 244 246 / 0.55);
}

.text-gray-100\/60 {
  color: rgb(243 244 246 / 0.6);
}

.text-gray-100\/65 {
  color: rgb(243 244 246 / 0.65);
}

.text-gray-100\/70 {
  color: rgb(243 244 246 / 0.7);
}

.text-gray-100\/75 {
  color: rgb(243 244 246 / 0.75);
}

.text-gray-100\/80 {
  color: rgb(243 244 246 / 0.8);
}

.text-gray-100\/85 {
  color: rgb(243 244 246 / 0.85);
}

.text-gray-100\/90 {
  color: rgb(243 244 246 / 0.9);
}

.text-gray-100\/95 {
  color: rgb(243 244 246 / 0.95);
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-200\/0 {
  color: rgb(229 231 235 / 0);
}

.text-gray-200\/10 {
  color: rgb(229 231 235 / 0.1);
}

.text-gray-200\/100 {
  color: rgb(229 231 235 / 1);
}

.text-gray-200\/15 {
  color: rgb(229 231 235 / 0.15);
}

.text-gray-200\/20 {
  color: rgb(229 231 235 / 0.2);
}

.text-gray-200\/25 {
  color: rgb(229 231 235 / 0.25);
}

.text-gray-200\/30 {
  color: rgb(229 231 235 / 0.3);
}

.text-gray-200\/35 {
  color: rgb(229 231 235 / 0.35);
}

.text-gray-200\/40 {
  color: rgb(229 231 235 / 0.4);
}

.text-gray-200\/45 {
  color: rgb(229 231 235 / 0.45);
}

.text-gray-200\/5 {
  color: rgb(229 231 235 / 0.05);
}

.text-gray-200\/50 {
  color: rgb(229 231 235 / 0.5);
}

.text-gray-200\/55 {
  color: rgb(229 231 235 / 0.55);
}

.text-gray-200\/60 {
  color: rgb(229 231 235 / 0.6);
}

.text-gray-200\/65 {
  color: rgb(229 231 235 / 0.65);
}

.text-gray-200\/70 {
  color: rgb(229 231 235 / 0.7);
}

.text-gray-200\/75 {
  color: rgb(229 231 235 / 0.75);
}

.text-gray-200\/80 {
  color: rgb(229 231 235 / 0.8);
}

.text-gray-200\/85 {
  color: rgb(229 231 235 / 0.85);
}

.text-gray-200\/90 {
  color: rgb(229 231 235 / 0.9);
}

.text-gray-200\/95 {
  color: rgb(229 231 235 / 0.95);
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-300\/0 {
  color: rgb(209 213 219 / 0);
}

.text-gray-300\/10 {
  color: rgb(209 213 219 / 0.1);
}

.text-gray-300\/100 {
  color: rgb(209 213 219 / 1);
}

.text-gray-300\/15 {
  color: rgb(209 213 219 / 0.15);
}

.text-gray-300\/20 {
  color: rgb(209 213 219 / 0.2);
}

.text-gray-300\/25 {
  color: rgb(209 213 219 / 0.25);
}

.text-gray-300\/30 {
  color: rgb(209 213 219 / 0.3);
}

.text-gray-300\/35 {
  color: rgb(209 213 219 / 0.35);
}

.text-gray-300\/40 {
  color: rgb(209 213 219 / 0.4);
}

.text-gray-300\/45 {
  color: rgb(209 213 219 / 0.45);
}

.text-gray-300\/5 {
  color: rgb(209 213 219 / 0.05);
}

.text-gray-300\/50 {
  color: rgb(209 213 219 / 0.5);
}

.text-gray-300\/55 {
  color: rgb(209 213 219 / 0.55);
}

.text-gray-300\/60 {
  color: rgb(209 213 219 / 0.6);
}

.text-gray-300\/65 {
  color: rgb(209 213 219 / 0.65);
}

.text-gray-300\/70 {
  color: rgb(209 213 219 / 0.7);
}

.text-gray-300\/75 {
  color: rgb(209 213 219 / 0.75);
}

.text-gray-300\/80 {
  color: rgb(209 213 219 / 0.8);
}

.text-gray-300\/85 {
  color: rgb(209 213 219 / 0.85);
}

.text-gray-300\/90 {
  color: rgb(209 213 219 / 0.9);
}

.text-gray-300\/95 {
  color: rgb(209 213 219 / 0.95);
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-400\/0 {
  color: rgb(156 163 175 / 0);
}

.text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}

.text-gray-400\/100 {
  color: rgb(156 163 175 / 1);
}

.text-gray-400\/15 {
  color: rgb(156 163 175 / 0.15);
}

.text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2);
}

.text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25);
}

.text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3);
}

.text-gray-400\/35 {
  color: rgb(156 163 175 / 0.35);
}

.text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4);
}

.text-gray-400\/45 {
  color: rgb(156 163 175 / 0.45);
}

.text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05);
}

.text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5);
}

.text-gray-400\/55 {
  color: rgb(156 163 175 / 0.55);
}

.text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6);
}

.text-gray-400\/65 {
  color: rgb(156 163 175 / 0.65);
}

.text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7);
}

.text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75);
}

.text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8);
}

.text-gray-400\/85 {
  color: rgb(156 163 175 / 0.85);
}

.text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9);
}

.text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.text-gray-50\/0 {
  color: rgb(249 250 251 / 0);
}

.text-gray-50\/10 {
  color: rgb(249 250 251 / 0.1);
}

.text-gray-50\/100 {
  color: rgb(249 250 251 / 1);
}

.text-gray-50\/15 {
  color: rgb(249 250 251 / 0.15);
}

.text-gray-50\/20 {
  color: rgb(249 250 251 / 0.2);
}

.text-gray-50\/25 {
  color: rgb(249 250 251 / 0.25);
}

.text-gray-50\/30 {
  color: rgb(249 250 251 / 0.3);
}

.text-gray-50\/35 {
  color: rgb(249 250 251 / 0.35);
}

.text-gray-50\/40 {
  color: rgb(249 250 251 / 0.4);
}

.text-gray-50\/45 {
  color: rgb(249 250 251 / 0.45);
}

.text-gray-50\/5 {
  color: rgb(249 250 251 / 0.05);
}

.text-gray-50\/50 {
  color: rgb(249 250 251 / 0.5);
}

.text-gray-50\/55 {
  color: rgb(249 250 251 / 0.55);
}

.text-gray-50\/60 {
  color: rgb(249 250 251 / 0.6);
}

.text-gray-50\/65 {
  color: rgb(249 250 251 / 0.65);
}

.text-gray-50\/70 {
  color: rgb(249 250 251 / 0.7);
}

.text-gray-50\/75 {
  color: rgb(249 250 251 / 0.75);
}

.text-gray-50\/80 {
  color: rgb(249 250 251 / 0.8);
}

.text-gray-50\/85 {
  color: rgb(249 250 251 / 0.85);
}

.text-gray-50\/90 {
  color: rgb(249 250 251 / 0.9);
}

.text-gray-50\/95 {
  color: rgb(249 250 251 / 0.95);
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-500\/0 {
  color: rgb(107 114 128 / 0);
}

.text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1);
}

.text-gray-500\/100 {
  color: rgb(107 114 128 / 1);
}

.text-gray-500\/15 {
  color: rgb(107 114 128 / 0.15);
}

.text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2);
}

.text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25);
}

.text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3);
}

.text-gray-500\/35 {
  color: rgb(107 114 128 / 0.35);
}

.text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4);
}

.text-gray-500\/45 {
  color: rgb(107 114 128 / 0.45);
}

.text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05);
}

.text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5);
}

.text-gray-500\/55 {
  color: rgb(107 114 128 / 0.55);
}

.text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6);
}

.text-gray-500\/65 {
  color: rgb(107 114 128 / 0.65);
}

.text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7);
}

.text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75);
}

.text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8);
}

.text-gray-500\/85 {
  color: rgb(107 114 128 / 0.85);
}

.text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9);
}

.text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95);
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-600\/0 {
  color: rgb(75 85 99 / 0);
}

.text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}

.text-gray-600\/100 {
  color: rgb(75 85 99 / 1);
}

.text-gray-600\/15 {
  color: rgb(75 85 99 / 0.15);
}

.text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2);
}

.text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25);
}

.text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3);
}

.text-gray-600\/35 {
  color: rgb(75 85 99 / 0.35);
}

.text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4);
}

.text-gray-600\/45 {
  color: rgb(75 85 99 / 0.45);
}

.text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05);
}

.text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5);
}

.text-gray-600\/55 {
  color: rgb(75 85 99 / 0.55);
}

.text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6);
}

.text-gray-600\/65 {
  color: rgb(75 85 99 / 0.65);
}

.text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7);
}

.text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75);
}

.text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8);
}

.text-gray-600\/85 {
  color: rgb(75 85 99 / 0.85);
}

.text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}

.text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-700\/0 {
  color: rgb(55 65 81 / 0);
}

.text-gray-700\/10 {
  color: rgb(55 65 81 / 0.1);
}

.text-gray-700\/100 {
  color: rgb(55 65 81 / 1);
}

.text-gray-700\/15 {
  color: rgb(55 65 81 / 0.15);
}

.text-gray-700\/20 {
  color: rgb(55 65 81 / 0.2);
}

.text-gray-700\/25 {
  color: rgb(55 65 81 / 0.25);
}

.text-gray-700\/30 {
  color: rgb(55 65 81 / 0.3);
}

.text-gray-700\/35 {
  color: rgb(55 65 81 / 0.35);
}

.text-gray-700\/40 {
  color: rgb(55 65 81 / 0.4);
}

.text-gray-700\/45 {
  color: rgb(55 65 81 / 0.45);
}

.text-gray-700\/5 {
  color: rgb(55 65 81 / 0.05);
}

.text-gray-700\/50 {
  color: rgb(55 65 81 / 0.5);
}

.text-gray-700\/55 {
  color: rgb(55 65 81 / 0.55);
}

.text-gray-700\/60 {
  color: rgb(55 65 81 / 0.6);
}

.text-gray-700\/65 {
  color: rgb(55 65 81 / 0.65);
}

.text-gray-700\/70 {
  color: rgb(55 65 81 / 0.7);
}

.text-gray-700\/75 {
  color: rgb(55 65 81 / 0.75);
}

.text-gray-700\/80 {
  color: rgb(55 65 81 / 0.8);
}

.text-gray-700\/85 {
  color: rgb(55 65 81 / 0.85);
}

.text-gray-700\/90 {
  color: rgb(55 65 81 / 0.9);
}

.text-gray-700\/95 {
  color: rgb(55 65 81 / 0.95);
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-800\/0 {
  color: rgb(31 41 55 / 0);
}

.text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}

.text-gray-800\/100 {
  color: rgb(31 41 55 / 1);
}

.text-gray-800\/15 {
  color: rgb(31 41 55 / 0.15);
}

.text-gray-800\/20 {
  color: rgb(31 41 55 / 0.2);
}

.text-gray-800\/25 {
  color: rgb(31 41 55 / 0.25);
}

.text-gray-800\/30 {
  color: rgb(31 41 55 / 0.3);
}

.text-gray-800\/35 {
  color: rgb(31 41 55 / 0.35);
}

.text-gray-800\/40 {
  color: rgb(31 41 55 / 0.4);
}

.text-gray-800\/45 {
  color: rgb(31 41 55 / 0.45);
}

.text-gray-800\/5 {
  color: rgb(31 41 55 / 0.05);
}

.text-gray-800\/50 {
  color: rgb(31 41 55 / 0.5);
}

.text-gray-800\/55 {
  color: rgb(31 41 55 / 0.55);
}

.text-gray-800\/60 {
  color: rgb(31 41 55 / 0.6);
}

.text-gray-800\/65 {
  color: rgb(31 41 55 / 0.65);
}

.text-gray-800\/70 {
  color: rgb(31 41 55 / 0.7);
}

.text-gray-800\/75 {
  color: rgb(31 41 55 / 0.75);
}

.text-gray-800\/80 {
  color: rgb(31 41 55 / 0.8);
}

.text-gray-800\/85 {
  color: rgb(31 41 55 / 0.85);
}

.text-gray-800\/90 {
  color: rgb(31 41 55 / 0.9);
}

.text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-gray-900\/0 {
  color: rgb(17 24 39 / 0);
}

.text-gray-900\/10 {
  color: rgb(17 24 39 / 0.1);
}

.text-gray-900\/100 {
  color: rgb(17 24 39 / 1);
}

.text-gray-900\/15 {
  color: rgb(17 24 39 / 0.15);
}

.text-gray-900\/20 {
  color: rgb(17 24 39 / 0.2);
}

.text-gray-900\/25 {
  color: rgb(17 24 39 / 0.25);
}

.text-gray-900\/30 {
  color: rgb(17 24 39 / 0.3);
}

.text-gray-900\/35 {
  color: rgb(17 24 39 / 0.35);
}

.text-gray-900\/40 {
  color: rgb(17 24 39 / 0.4);
}

.text-gray-900\/45 {
  color: rgb(17 24 39 / 0.45);
}

.text-gray-900\/5 {
  color: rgb(17 24 39 / 0.05);
}

.text-gray-900\/50 {
  color: rgb(17 24 39 / 0.5);
}

.text-gray-900\/55 {
  color: rgb(17 24 39 / 0.55);
}

.text-gray-900\/60 {
  color: rgb(17 24 39 / 0.6);
}

.text-gray-900\/65 {
  color: rgb(17 24 39 / 0.65);
}

.text-gray-900\/70 {
  color: rgb(17 24 39 / 0.7);
}

.text-gray-900\/75 {
  color: rgb(17 24 39 / 0.75);
}

.text-gray-900\/80 {
  color: rgb(17 24 39 / 0.8);
}

.text-gray-900\/85 {
  color: rgb(17 24 39 / 0.85);
}

.text-gray-900\/90 {
  color: rgb(17 24 39 / 0.9);
}

.text-gray-900\/95 {
  color: rgb(17 24 39 / 0.95);
}

.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.text-gray-950\/0 {
  color: rgb(3 7 18 / 0);
}

.text-gray-950\/10 {
  color: rgb(3 7 18 / 0.1);
}

.text-gray-950\/100 {
  color: rgb(3 7 18 / 1);
}

.text-gray-950\/15 {
  color: rgb(3 7 18 / 0.15);
}

.text-gray-950\/20 {
  color: rgb(3 7 18 / 0.2);
}

.text-gray-950\/25 {
  color: rgb(3 7 18 / 0.25);
}

.text-gray-950\/30 {
  color: rgb(3 7 18 / 0.3);
}

.text-gray-950\/35 {
  color: rgb(3 7 18 / 0.35);
}

.text-gray-950\/40 {
  color: rgb(3 7 18 / 0.4);
}

.text-gray-950\/45 {
  color: rgb(3 7 18 / 0.45);
}

.text-gray-950\/5 {
  color: rgb(3 7 18 / 0.05);
}

.text-gray-950\/50 {
  color: rgb(3 7 18 / 0.5);
}

.text-gray-950\/55 {
  color: rgb(3 7 18 / 0.55);
}

.text-gray-950\/60 {
  color: rgb(3 7 18 / 0.6);
}

.text-gray-950\/65 {
  color: rgb(3 7 18 / 0.65);
}

.text-gray-950\/70 {
  color: rgb(3 7 18 / 0.7);
}

.text-gray-950\/75 {
  color: rgb(3 7 18 / 0.75);
}

.text-gray-950\/80 {
  color: rgb(3 7 18 / 0.8);
}

.text-gray-950\/85 {
  color: rgb(3 7 18 / 0.85);
}

.text-gray-950\/90 {
  color: rgb(3 7 18 / 0.9);
}

.text-gray-950\/95 {
  color: rgb(3 7 18 / 0.95);
}

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.text-green-100\/0 {
  color: rgb(220 252 231 / 0);
}

.text-green-100\/10 {
  color: rgb(220 252 231 / 0.1);
}

.text-green-100\/100 {
  color: rgb(220 252 231 / 1);
}

.text-green-100\/15 {
  color: rgb(220 252 231 / 0.15);
}

.text-green-100\/20 {
  color: rgb(220 252 231 / 0.2);
}

.text-green-100\/25 {
  color: rgb(220 252 231 / 0.25);
}

.text-green-100\/30 {
  color: rgb(220 252 231 / 0.3);
}

.text-green-100\/35 {
  color: rgb(220 252 231 / 0.35);
}

.text-green-100\/40 {
  color: rgb(220 252 231 / 0.4);
}

.text-green-100\/45 {
  color: rgb(220 252 231 / 0.45);
}

.text-green-100\/5 {
  color: rgb(220 252 231 / 0.05);
}

.text-green-100\/50 {
  color: rgb(220 252 231 / 0.5);
}

.text-green-100\/55 {
  color: rgb(220 252 231 / 0.55);
}

.text-green-100\/60 {
  color: rgb(220 252 231 / 0.6);
}

.text-green-100\/65 {
  color: rgb(220 252 231 / 0.65);
}

.text-green-100\/70 {
  color: rgb(220 252 231 / 0.7);
}

.text-green-100\/75 {
  color: rgb(220 252 231 / 0.75);
}

.text-green-100\/80 {
  color: rgb(220 252 231 / 0.8);
}

.text-green-100\/85 {
  color: rgb(220 252 231 / 0.85);
}

.text-green-100\/90 {
  color: rgb(220 252 231 / 0.9);
}

.text-green-100\/95 {
  color: rgb(220 252 231 / 0.95);
}

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.text-green-200\/0 {
  color: rgb(187 247 208 / 0);
}

.text-green-200\/10 {
  color: rgb(187 247 208 / 0.1);
}

.text-green-200\/100 {
  color: rgb(187 247 208 / 1);
}

.text-green-200\/15 {
  color: rgb(187 247 208 / 0.15);
}

.text-green-200\/20 {
  color: rgb(187 247 208 / 0.2);
}

.text-green-200\/25 {
  color: rgb(187 247 208 / 0.25);
}

.text-green-200\/30 {
  color: rgb(187 247 208 / 0.3);
}

.text-green-200\/35 {
  color: rgb(187 247 208 / 0.35);
}

.text-green-200\/40 {
  color: rgb(187 247 208 / 0.4);
}

.text-green-200\/45 {
  color: rgb(187 247 208 / 0.45);
}

.text-green-200\/5 {
  color: rgb(187 247 208 / 0.05);
}

.text-green-200\/50 {
  color: rgb(187 247 208 / 0.5);
}

.text-green-200\/55 {
  color: rgb(187 247 208 / 0.55);
}

.text-green-200\/60 {
  color: rgb(187 247 208 / 0.6);
}

.text-green-200\/65 {
  color: rgb(187 247 208 / 0.65);
}

.text-green-200\/70 {
  color: rgb(187 247 208 / 0.7);
}

.text-green-200\/75 {
  color: rgb(187 247 208 / 0.75);
}

.text-green-200\/80 {
  color: rgb(187 247 208 / 0.8);
}

.text-green-200\/85 {
  color: rgb(187 247 208 / 0.85);
}

.text-green-200\/90 {
  color: rgb(187 247 208 / 0.9);
}

.text-green-200\/95 {
  color: rgb(187 247 208 / 0.95);
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.text-green-300\/0 {
  color: rgb(134 239 172 / 0);
}

.text-green-300\/10 {
  color: rgb(134 239 172 / 0.1);
}

.text-green-300\/100 {
  color: rgb(134 239 172 / 1);
}

.text-green-300\/15 {
  color: rgb(134 239 172 / 0.15);
}

.text-green-300\/20 {
  color: rgb(134 239 172 / 0.2);
}

.text-green-300\/25 {
  color: rgb(134 239 172 / 0.25);
}

.text-green-300\/30 {
  color: rgb(134 239 172 / 0.3);
}

.text-green-300\/35 {
  color: rgb(134 239 172 / 0.35);
}

.text-green-300\/40 {
  color: rgb(134 239 172 / 0.4);
}

.text-green-300\/45 {
  color: rgb(134 239 172 / 0.45);
}

.text-green-300\/5 {
  color: rgb(134 239 172 / 0.05);
}

.text-green-300\/50 {
  color: rgb(134 239 172 / 0.5);
}

.text-green-300\/55 {
  color: rgb(134 239 172 / 0.55);
}

.text-green-300\/60 {
  color: rgb(134 239 172 / 0.6);
}

.text-green-300\/65 {
  color: rgb(134 239 172 / 0.65);
}

.text-green-300\/70 {
  color: rgb(134 239 172 / 0.7);
}

.text-green-300\/75 {
  color: rgb(134 239 172 / 0.75);
}

.text-green-300\/80 {
  color: rgb(134 239 172 / 0.8);
}

.text-green-300\/85 {
  color: rgb(134 239 172 / 0.85);
}

.text-green-300\/90 {
  color: rgb(134 239 172 / 0.9);
}

.text-green-300\/95 {
  color: rgb(134 239 172 / 0.95);
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-green-400\/0 {
  color: rgb(74 222 128 / 0);
}

.text-green-400\/10 {
  color: rgb(74 222 128 / 0.1);
}

.text-green-400\/100 {
  color: rgb(74 222 128 / 1);
}

.text-green-400\/15 {
  color: rgb(74 222 128 / 0.15);
}

.text-green-400\/20 {
  color: rgb(74 222 128 / 0.2);
}

.text-green-400\/25 {
  color: rgb(74 222 128 / 0.25);
}

.text-green-400\/30 {
  color: rgb(74 222 128 / 0.3);
}

.text-green-400\/35 {
  color: rgb(74 222 128 / 0.35);
}

.text-green-400\/40 {
  color: rgb(74 222 128 / 0.4);
}

.text-green-400\/45 {
  color: rgb(74 222 128 / 0.45);
}

.text-green-400\/5 {
  color: rgb(74 222 128 / 0.05);
}

.text-green-400\/50 {
  color: rgb(74 222 128 / 0.5);
}

.text-green-400\/55 {
  color: rgb(74 222 128 / 0.55);
}

.text-green-400\/60 {
  color: rgb(74 222 128 / 0.6);
}

.text-green-400\/65 {
  color: rgb(74 222 128 / 0.65);
}

.text-green-400\/70 {
  color: rgb(74 222 128 / 0.7);
}

.text-green-400\/75 {
  color: rgb(74 222 128 / 0.75);
}

.text-green-400\/80 {
  color: rgb(74 222 128 / 0.8);
}

.text-green-400\/85 {
  color: rgb(74 222 128 / 0.85);
}

.text-green-400\/90 {
  color: rgb(74 222 128 / 0.9);
}

.text-green-400\/95 {
  color: rgb(74 222 128 / 0.95);
}

.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1));
}

.text-green-50\/0 {
  color: rgb(240 253 244 / 0);
}

.text-green-50\/10 {
  color: rgb(240 253 244 / 0.1);
}

.text-green-50\/100 {
  color: rgb(240 253 244 / 1);
}

.text-green-50\/15 {
  color: rgb(240 253 244 / 0.15);
}

.text-green-50\/20 {
  color: rgb(240 253 244 / 0.2);
}

.text-green-50\/25 {
  color: rgb(240 253 244 / 0.25);
}

.text-green-50\/30 {
  color: rgb(240 253 244 / 0.3);
}

.text-green-50\/35 {
  color: rgb(240 253 244 / 0.35);
}

.text-green-50\/40 {
  color: rgb(240 253 244 / 0.4);
}

.text-green-50\/45 {
  color: rgb(240 253 244 / 0.45);
}

.text-green-50\/5 {
  color: rgb(240 253 244 / 0.05);
}

.text-green-50\/50 {
  color: rgb(240 253 244 / 0.5);
}

.text-green-50\/55 {
  color: rgb(240 253 244 / 0.55);
}

.text-green-50\/60 {
  color: rgb(240 253 244 / 0.6);
}

.text-green-50\/65 {
  color: rgb(240 253 244 / 0.65);
}

.text-green-50\/70 {
  color: rgb(240 253 244 / 0.7);
}

.text-green-50\/75 {
  color: rgb(240 253 244 / 0.75);
}

.text-green-50\/80 {
  color: rgb(240 253 244 / 0.8);
}

.text-green-50\/85 {
  color: rgb(240 253 244 / 0.85);
}

.text-green-50\/90 {
  color: rgb(240 253 244 / 0.9);
}

.text-green-50\/95 {
  color: rgb(240 253 244 / 0.95);
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-500\/0 {
  color: rgb(34 197 94 / 0);
}

.text-green-500\/10 {
  color: rgb(34 197 94 / 0.1);
}

.text-green-500\/100 {
  color: rgb(34 197 94 / 1);
}

.text-green-500\/15 {
  color: rgb(34 197 94 / 0.15);
}

.text-green-500\/20 {
  color: rgb(34 197 94 / 0.2);
}

.text-green-500\/25 {
  color: rgb(34 197 94 / 0.25);
}

.text-green-500\/30 {
  color: rgb(34 197 94 / 0.3);
}

.text-green-500\/35 {
  color: rgb(34 197 94 / 0.35);
}

.text-green-500\/40 {
  color: rgb(34 197 94 / 0.4);
}

.text-green-500\/45 {
  color: rgb(34 197 94 / 0.45);
}

.text-green-500\/5 {
  color: rgb(34 197 94 / 0.05);
}

.text-green-500\/50 {
  color: rgb(34 197 94 / 0.5);
}

.text-green-500\/55 {
  color: rgb(34 197 94 / 0.55);
}

.text-green-500\/60 {
  color: rgb(34 197 94 / 0.6);
}

.text-green-500\/65 {
  color: rgb(34 197 94 / 0.65);
}

.text-green-500\/70 {
  color: rgb(34 197 94 / 0.7);
}

.text-green-500\/75 {
  color: rgb(34 197 94 / 0.75);
}

.text-green-500\/80 {
  color: rgb(34 197 94 / 0.8);
}

.text-green-500\/85 {
  color: rgb(34 197 94 / 0.85);
}

.text-green-500\/90 {
  color: rgb(34 197 94 / 0.9);
}

.text-green-500\/95 {
  color: rgb(34 197 94 / 0.95);
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-600\/0 {
  color: rgb(22 163 74 / 0);
}

.text-green-600\/10 {
  color: rgb(22 163 74 / 0.1);
}

.text-green-600\/100 {
  color: rgb(22 163 74 / 1);
}

.text-green-600\/15 {
  color: rgb(22 163 74 / 0.15);
}

.text-green-600\/20 {
  color: rgb(22 163 74 / 0.2);
}

.text-green-600\/25 {
  color: rgb(22 163 74 / 0.25);
}

.text-green-600\/30 {
  color: rgb(22 163 74 / 0.3);
}

.text-green-600\/35 {
  color: rgb(22 163 74 / 0.35);
}

.text-green-600\/40 {
  color: rgb(22 163 74 / 0.4);
}

.text-green-600\/45 {
  color: rgb(22 163 74 / 0.45);
}

.text-green-600\/5 {
  color: rgb(22 163 74 / 0.05);
}

.text-green-600\/50 {
  color: rgb(22 163 74 / 0.5);
}

.text-green-600\/55 {
  color: rgb(22 163 74 / 0.55);
}

.text-green-600\/60 {
  color: rgb(22 163 74 / 0.6);
}

.text-green-600\/65 {
  color: rgb(22 163 74 / 0.65);
}

.text-green-600\/70 {
  color: rgb(22 163 74 / 0.7);
}

.text-green-600\/75 {
  color: rgb(22 163 74 / 0.75);
}

.text-green-600\/80 {
  color: rgb(22 163 74 / 0.8);
}

.text-green-600\/85 {
  color: rgb(22 163 74 / 0.85);
}

.text-green-600\/90 {
  color: rgb(22 163 74 / 0.9);
}

.text-green-600\/95 {
  color: rgb(22 163 74 / 0.95);
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-700\/0 {
  color: rgb(21 128 61 / 0);
}

.text-green-700\/10 {
  color: rgb(21 128 61 / 0.1);
}

.text-green-700\/100 {
  color: rgb(21 128 61 / 1);
}

.text-green-700\/15 {
  color: rgb(21 128 61 / 0.15);
}

.text-green-700\/20 {
  color: rgb(21 128 61 / 0.2);
}

.text-green-700\/25 {
  color: rgb(21 128 61 / 0.25);
}

.text-green-700\/30 {
  color: rgb(21 128 61 / 0.3);
}

.text-green-700\/35 {
  color: rgb(21 128 61 / 0.35);
}

.text-green-700\/40 {
  color: rgb(21 128 61 / 0.4);
}

.text-green-700\/45 {
  color: rgb(21 128 61 / 0.45);
}

.text-green-700\/5 {
  color: rgb(21 128 61 / 0.05);
}

.text-green-700\/50 {
  color: rgb(21 128 61 / 0.5);
}

.text-green-700\/55 {
  color: rgb(21 128 61 / 0.55);
}

.text-green-700\/60 {
  color: rgb(21 128 61 / 0.6);
}

.text-green-700\/65 {
  color: rgb(21 128 61 / 0.65);
}

.text-green-700\/70 {
  color: rgb(21 128 61 / 0.7);
}

.text-green-700\/75 {
  color: rgb(21 128 61 / 0.75);
}

.text-green-700\/80 {
  color: rgb(21 128 61 / 0.8);
}

.text-green-700\/85 {
  color: rgb(21 128 61 / 0.85);
}

.text-green-700\/90 {
  color: rgb(21 128 61 / 0.9);
}

.text-green-700\/95 {
  color: rgb(21 128 61 / 0.95);
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-green-800\/0 {
  color: rgb(22 101 52 / 0);
}

.text-green-800\/10 {
  color: rgb(22 101 52 / 0.1);
}

.text-green-800\/100 {
  color: rgb(22 101 52 / 1);
}

.text-green-800\/15 {
  color: rgb(22 101 52 / 0.15);
}

.text-green-800\/20 {
  color: rgb(22 101 52 / 0.2);
}

.text-green-800\/25 {
  color: rgb(22 101 52 / 0.25);
}

.text-green-800\/30 {
  color: rgb(22 101 52 / 0.3);
}

.text-green-800\/35 {
  color: rgb(22 101 52 / 0.35);
}

.text-green-800\/40 {
  color: rgb(22 101 52 / 0.4);
}

.text-green-800\/45 {
  color: rgb(22 101 52 / 0.45);
}

.text-green-800\/5 {
  color: rgb(22 101 52 / 0.05);
}

.text-green-800\/50 {
  color: rgb(22 101 52 / 0.5);
}

.text-green-800\/55 {
  color: rgb(22 101 52 / 0.55);
}

.text-green-800\/60 {
  color: rgb(22 101 52 / 0.6);
}

.text-green-800\/65 {
  color: rgb(22 101 52 / 0.65);
}

.text-green-800\/70 {
  color: rgb(22 101 52 / 0.7);
}

.text-green-800\/75 {
  color: rgb(22 101 52 / 0.75);
}

.text-green-800\/80 {
  color: rgb(22 101 52 / 0.8);
}

.text-green-800\/85 {
  color: rgb(22 101 52 / 0.85);
}

.text-green-800\/90 {
  color: rgb(22 101 52 / 0.9);
}

.text-green-800\/95 {
  color: rgb(22 101 52 / 0.95);
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.text-green-900\/0 {
  color: rgb(20 83 45 / 0);
}

.text-green-900\/10 {
  color: rgb(20 83 45 / 0.1);
}

.text-green-900\/100 {
  color: rgb(20 83 45 / 1);
}

.text-green-900\/15 {
  color: rgb(20 83 45 / 0.15);
}

.text-green-900\/20 {
  color: rgb(20 83 45 / 0.2);
}

.text-green-900\/25 {
  color: rgb(20 83 45 / 0.25);
}

.text-green-900\/30 {
  color: rgb(20 83 45 / 0.3);
}

.text-green-900\/35 {
  color: rgb(20 83 45 / 0.35);
}

.text-green-900\/40 {
  color: rgb(20 83 45 / 0.4);
}

.text-green-900\/45 {
  color: rgb(20 83 45 / 0.45);
}

.text-green-900\/5 {
  color: rgb(20 83 45 / 0.05);
}

.text-green-900\/50 {
  color: rgb(20 83 45 / 0.5);
}

.text-green-900\/55 {
  color: rgb(20 83 45 / 0.55);
}

.text-green-900\/60 {
  color: rgb(20 83 45 / 0.6);
}

.text-green-900\/65 {
  color: rgb(20 83 45 / 0.65);
}

.text-green-900\/70 {
  color: rgb(20 83 45 / 0.7);
}

.text-green-900\/75 {
  color: rgb(20 83 45 / 0.75);
}

.text-green-900\/80 {
  color: rgb(20 83 45 / 0.8);
}

.text-green-900\/85 {
  color: rgb(20 83 45 / 0.85);
}

.text-green-900\/90 {
  color: rgb(20 83 45 / 0.9);
}

.text-green-900\/95 {
  color: rgb(20 83 45 / 0.95);
}

.text-green-950 {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}

.text-green-950\/0 {
  color: rgb(5 46 22 / 0);
}

.text-green-950\/10 {
  color: rgb(5 46 22 / 0.1);
}

.text-green-950\/100 {
  color: rgb(5 46 22 / 1);
}

.text-green-950\/15 {
  color: rgb(5 46 22 / 0.15);
}

.text-green-950\/20 {
  color: rgb(5 46 22 / 0.2);
}

.text-green-950\/25 {
  color: rgb(5 46 22 / 0.25);
}

.text-green-950\/30 {
  color: rgb(5 46 22 / 0.3);
}

.text-green-950\/35 {
  color: rgb(5 46 22 / 0.35);
}

.text-green-950\/40 {
  color: rgb(5 46 22 / 0.4);
}

.text-green-950\/45 {
  color: rgb(5 46 22 / 0.45);
}

.text-green-950\/5 {
  color: rgb(5 46 22 / 0.05);
}

.text-green-950\/50 {
  color: rgb(5 46 22 / 0.5);
}

.text-green-950\/55 {
  color: rgb(5 46 22 / 0.55);
}

.text-green-950\/60 {
  color: rgb(5 46 22 / 0.6);
}

.text-green-950\/65 {
  color: rgb(5 46 22 / 0.65);
}

.text-green-950\/70 {
  color: rgb(5 46 22 / 0.7);
}

.text-green-950\/75 {
  color: rgb(5 46 22 / 0.75);
}

.text-green-950\/80 {
  color: rgb(5 46 22 / 0.8);
}

.text-green-950\/85 {
  color: rgb(5 46 22 / 0.85);
}

.text-green-950\/90 {
  color: rgb(5 46 22 / 0.9);
}

.text-green-950\/95 {
  color: rgb(5 46 22 / 0.95);
}

.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}

.text-indigo-100\/0 {
  color: rgb(224 231 255 / 0);
}

.text-indigo-100\/10 {
  color: rgb(224 231 255 / 0.1);
}

.text-indigo-100\/100 {
  color: rgb(224 231 255 / 1);
}

.text-indigo-100\/15 {
  color: rgb(224 231 255 / 0.15);
}

.text-indigo-100\/20 {
  color: rgb(224 231 255 / 0.2);
}

.text-indigo-100\/25 {
  color: rgb(224 231 255 / 0.25);
}

.text-indigo-100\/30 {
  color: rgb(224 231 255 / 0.3);
}

.text-indigo-100\/35 {
  color: rgb(224 231 255 / 0.35);
}

.text-indigo-100\/40 {
  color: rgb(224 231 255 / 0.4);
}

.text-indigo-100\/45 {
  color: rgb(224 231 255 / 0.45);
}

.text-indigo-100\/5 {
  color: rgb(224 231 255 / 0.05);
}

.text-indigo-100\/50 {
  color: rgb(224 231 255 / 0.5);
}

.text-indigo-100\/55 {
  color: rgb(224 231 255 / 0.55);
}

.text-indigo-100\/60 {
  color: rgb(224 231 255 / 0.6);
}

.text-indigo-100\/65 {
  color: rgb(224 231 255 / 0.65);
}

.text-indigo-100\/70 {
  color: rgb(224 231 255 / 0.7);
}

.text-indigo-100\/75 {
  color: rgb(224 231 255 / 0.75);
}

.text-indigo-100\/80 {
  color: rgb(224 231 255 / 0.8);
}

.text-indigo-100\/85 {
  color: rgb(224 231 255 / 0.85);
}

.text-indigo-100\/90 {
  color: rgb(224 231 255 / 0.9);
}

.text-indigo-100\/95 {
  color: rgb(224 231 255 / 0.95);
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.text-indigo-200\/0 {
  color: rgb(199 210 254 / 0);
}

.text-indigo-200\/10 {
  color: rgb(199 210 254 / 0.1);
}

.text-indigo-200\/100 {
  color: rgb(199 210 254 / 1);
}

.text-indigo-200\/15 {
  color: rgb(199 210 254 / 0.15);
}

.text-indigo-200\/20 {
  color: rgb(199 210 254 / 0.2);
}

.text-indigo-200\/25 {
  color: rgb(199 210 254 / 0.25);
}

.text-indigo-200\/30 {
  color: rgb(199 210 254 / 0.3);
}

.text-indigo-200\/35 {
  color: rgb(199 210 254 / 0.35);
}

.text-indigo-200\/40 {
  color: rgb(199 210 254 / 0.4);
}

.text-indigo-200\/45 {
  color: rgb(199 210 254 / 0.45);
}

.text-indigo-200\/5 {
  color: rgb(199 210 254 / 0.05);
}

.text-indigo-200\/50 {
  color: rgb(199 210 254 / 0.5);
}

.text-indigo-200\/55 {
  color: rgb(199 210 254 / 0.55);
}

.text-indigo-200\/60 {
  color: rgb(199 210 254 / 0.6);
}

.text-indigo-200\/65 {
  color: rgb(199 210 254 / 0.65);
}

.text-indigo-200\/70 {
  color: rgb(199 210 254 / 0.7);
}

.text-indigo-200\/75 {
  color: rgb(199 210 254 / 0.75);
}

.text-indigo-200\/80 {
  color: rgb(199 210 254 / 0.8);
}

.text-indigo-200\/85 {
  color: rgb(199 210 254 / 0.85);
}

.text-indigo-200\/90 {
  color: rgb(199 210 254 / 0.9);
}

.text-indigo-200\/95 {
  color: rgb(199 210 254 / 0.95);
}

.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.text-indigo-300\/0 {
  color: rgb(165 180 252 / 0);
}

.text-indigo-300\/10 {
  color: rgb(165 180 252 / 0.1);
}

.text-indigo-300\/100 {
  color: rgb(165 180 252 / 1);
}

.text-indigo-300\/15 {
  color: rgb(165 180 252 / 0.15);
}

.text-indigo-300\/20 {
  color: rgb(165 180 252 / 0.2);
}

.text-indigo-300\/25 {
  color: rgb(165 180 252 / 0.25);
}

.text-indigo-300\/30 {
  color: rgb(165 180 252 / 0.3);
}

.text-indigo-300\/35 {
  color: rgb(165 180 252 / 0.35);
}

.text-indigo-300\/40 {
  color: rgb(165 180 252 / 0.4);
}

.text-indigo-300\/45 {
  color: rgb(165 180 252 / 0.45);
}

.text-indigo-300\/5 {
  color: rgb(165 180 252 / 0.05);
}

.text-indigo-300\/50 {
  color: rgb(165 180 252 / 0.5);
}

.text-indigo-300\/55 {
  color: rgb(165 180 252 / 0.55);
}

.text-indigo-300\/60 {
  color: rgb(165 180 252 / 0.6);
}

.text-indigo-300\/65 {
  color: rgb(165 180 252 / 0.65);
}

.text-indigo-300\/70 {
  color: rgb(165 180 252 / 0.7);
}

.text-indigo-300\/75 {
  color: rgb(165 180 252 / 0.75);
}

.text-indigo-300\/80 {
  color: rgb(165 180 252 / 0.8);
}

.text-indigo-300\/85 {
  color: rgb(165 180 252 / 0.85);
}

.text-indigo-300\/90 {
  color: rgb(165 180 252 / 0.9);
}

.text-indigo-300\/95 {
  color: rgb(165 180 252 / 0.95);
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.text-indigo-400\/0 {
  color: rgb(129 140 248 / 0);
}

.text-indigo-400\/10 {
  color: rgb(129 140 248 / 0.1);
}

.text-indigo-400\/100 {
  color: rgb(129 140 248 / 1);
}

.text-indigo-400\/15 {
  color: rgb(129 140 248 / 0.15);
}

.text-indigo-400\/20 {
  color: rgb(129 140 248 / 0.2);
}

.text-indigo-400\/25 {
  color: rgb(129 140 248 / 0.25);
}

.text-indigo-400\/30 {
  color: rgb(129 140 248 / 0.3);
}

.text-indigo-400\/35 {
  color: rgb(129 140 248 / 0.35);
}

.text-indigo-400\/40 {
  color: rgb(129 140 248 / 0.4);
}

.text-indigo-400\/45 {
  color: rgb(129 140 248 / 0.45);
}

.text-indigo-400\/5 {
  color: rgb(129 140 248 / 0.05);
}

.text-indigo-400\/50 {
  color: rgb(129 140 248 / 0.5);
}

.text-indigo-400\/55 {
  color: rgb(129 140 248 / 0.55);
}

.text-indigo-400\/60 {
  color: rgb(129 140 248 / 0.6);
}

.text-indigo-400\/65 {
  color: rgb(129 140 248 / 0.65);
}

.text-indigo-400\/70 {
  color: rgb(129 140 248 / 0.7);
}

.text-indigo-400\/75 {
  color: rgb(129 140 248 / 0.75);
}

.text-indigo-400\/80 {
  color: rgb(129 140 248 / 0.8);
}

.text-indigo-400\/85 {
  color: rgb(129 140 248 / 0.85);
}

.text-indigo-400\/90 {
  color: rgb(129 140 248 / 0.9);
}

.text-indigo-400\/95 {
  color: rgb(129 140 248 / 0.95);
}

.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}

.text-indigo-50\/0 {
  color: rgb(238 242 255 / 0);
}

.text-indigo-50\/10 {
  color: rgb(238 242 255 / 0.1);
}

.text-indigo-50\/100 {
  color: rgb(238 242 255 / 1);
}

.text-indigo-50\/15 {
  color: rgb(238 242 255 / 0.15);
}

.text-indigo-50\/20 {
  color: rgb(238 242 255 / 0.2);
}

.text-indigo-50\/25 {
  color: rgb(238 242 255 / 0.25);
}

.text-indigo-50\/30 {
  color: rgb(238 242 255 / 0.3);
}

.text-indigo-50\/35 {
  color: rgb(238 242 255 / 0.35);
}

.text-indigo-50\/40 {
  color: rgb(238 242 255 / 0.4);
}

.text-indigo-50\/45 {
  color: rgb(238 242 255 / 0.45);
}

.text-indigo-50\/5 {
  color: rgb(238 242 255 / 0.05);
}

.text-indigo-50\/50 {
  color: rgb(238 242 255 / 0.5);
}

.text-indigo-50\/55 {
  color: rgb(238 242 255 / 0.55);
}

.text-indigo-50\/60 {
  color: rgb(238 242 255 / 0.6);
}

.text-indigo-50\/65 {
  color: rgb(238 242 255 / 0.65);
}

.text-indigo-50\/70 {
  color: rgb(238 242 255 / 0.7);
}

.text-indigo-50\/75 {
  color: rgb(238 242 255 / 0.75);
}

.text-indigo-50\/80 {
  color: rgb(238 242 255 / 0.8);
}

.text-indigo-50\/85 {
  color: rgb(238 242 255 / 0.85);
}

.text-indigo-50\/90 {
  color: rgb(238 242 255 / 0.9);
}

.text-indigo-50\/95 {
  color: rgb(238 242 255 / 0.95);
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.text-indigo-500\/0 {
  color: rgb(99 102 241 / 0);
}

.text-indigo-500\/10 {
  color: rgb(99 102 241 / 0.1);
}

.text-indigo-500\/100 {
  color: rgb(99 102 241 / 1);
}

.text-indigo-500\/15 {
  color: rgb(99 102 241 / 0.15);
}

.text-indigo-500\/20 {
  color: rgb(99 102 241 / 0.2);
}

.text-indigo-500\/25 {
  color: rgb(99 102 241 / 0.25);
}

.text-indigo-500\/30 {
  color: rgb(99 102 241 / 0.3);
}

.text-indigo-500\/35 {
  color: rgb(99 102 241 / 0.35);
}

.text-indigo-500\/40 {
  color: rgb(99 102 241 / 0.4);
}

.text-indigo-500\/45 {
  color: rgb(99 102 241 / 0.45);
}

.text-indigo-500\/5 {
  color: rgb(99 102 241 / 0.05);
}

.text-indigo-500\/50 {
  color: rgb(99 102 241 / 0.5);
}

.text-indigo-500\/55 {
  color: rgb(99 102 241 / 0.55);
}

.text-indigo-500\/60 {
  color: rgb(99 102 241 / 0.6);
}

.text-indigo-500\/65 {
  color: rgb(99 102 241 / 0.65);
}

.text-indigo-500\/70 {
  color: rgb(99 102 241 / 0.7);
}

.text-indigo-500\/75 {
  color: rgb(99 102 241 / 0.75);
}

.text-indigo-500\/80 {
  color: rgb(99 102 241 / 0.8);
}

.text-indigo-500\/85 {
  color: rgb(99 102 241 / 0.85);
}

.text-indigo-500\/90 {
  color: rgb(99 102 241 / 0.9);
}

.text-indigo-500\/95 {
  color: rgb(99 102 241 / 0.95);
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-indigo-600\/0 {
  color: rgb(79 70 229 / 0);
}

.text-indigo-600\/10 {
  color: rgb(79 70 229 / 0.1);
}

.text-indigo-600\/100 {
  color: rgb(79 70 229 / 1);
}

.text-indigo-600\/15 {
  color: rgb(79 70 229 / 0.15);
}

.text-indigo-600\/20 {
  color: rgb(79 70 229 / 0.2);
}

.text-indigo-600\/25 {
  color: rgb(79 70 229 / 0.25);
}

.text-indigo-600\/30 {
  color: rgb(79 70 229 / 0.3);
}

.text-indigo-600\/35 {
  color: rgb(79 70 229 / 0.35);
}

.text-indigo-600\/40 {
  color: rgb(79 70 229 / 0.4);
}

.text-indigo-600\/45 {
  color: rgb(79 70 229 / 0.45);
}

.text-indigo-600\/5 {
  color: rgb(79 70 229 / 0.05);
}

.text-indigo-600\/50 {
  color: rgb(79 70 229 / 0.5);
}

.text-indigo-600\/55 {
  color: rgb(79 70 229 / 0.55);
}

.text-indigo-600\/60 {
  color: rgb(79 70 229 / 0.6);
}

.text-indigo-600\/65 {
  color: rgb(79 70 229 / 0.65);
}

.text-indigo-600\/70 {
  color: rgb(79 70 229 / 0.7);
}

.text-indigo-600\/75 {
  color: rgb(79 70 229 / 0.75);
}

.text-indigo-600\/80 {
  color: rgb(79 70 229 / 0.8);
}

.text-indigo-600\/85 {
  color: rgb(79 70 229 / 0.85);
}

.text-indigo-600\/90 {
  color: rgb(79 70 229 / 0.9);
}

.text-indigo-600\/95 {
  color: rgb(79 70 229 / 0.95);
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.text-indigo-700\/0 {
  color: rgb(67 56 202 / 0);
}

.text-indigo-700\/10 {
  color: rgb(67 56 202 / 0.1);
}

.text-indigo-700\/100 {
  color: rgb(67 56 202 / 1);
}

.text-indigo-700\/15 {
  color: rgb(67 56 202 / 0.15);
}

.text-indigo-700\/20 {
  color: rgb(67 56 202 / 0.2);
}

.text-indigo-700\/25 {
  color: rgb(67 56 202 / 0.25);
}

.text-indigo-700\/30 {
  color: rgb(67 56 202 / 0.3);
}

.text-indigo-700\/35 {
  color: rgb(67 56 202 / 0.35);
}

.text-indigo-700\/40 {
  color: rgb(67 56 202 / 0.4);
}

.text-indigo-700\/45 {
  color: rgb(67 56 202 / 0.45);
}

.text-indigo-700\/5 {
  color: rgb(67 56 202 / 0.05);
}

.text-indigo-700\/50 {
  color: rgb(67 56 202 / 0.5);
}

.text-indigo-700\/55 {
  color: rgb(67 56 202 / 0.55);
}

.text-indigo-700\/60 {
  color: rgb(67 56 202 / 0.6);
}

.text-indigo-700\/65 {
  color: rgb(67 56 202 / 0.65);
}

.text-indigo-700\/70 {
  color: rgb(67 56 202 / 0.7);
}

.text-indigo-700\/75 {
  color: rgb(67 56 202 / 0.75);
}

.text-indigo-700\/80 {
  color: rgb(67 56 202 / 0.8);
}

.text-indigo-700\/85 {
  color: rgb(67 56 202 / 0.85);
}

.text-indigo-700\/90 {
  color: rgb(67 56 202 / 0.9);
}

.text-indigo-700\/95 {
  color: rgb(67 56 202 / 0.95);
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.text-indigo-800\/0 {
  color: rgb(55 48 163 / 0);
}

.text-indigo-800\/10 {
  color: rgb(55 48 163 / 0.1);
}

.text-indigo-800\/100 {
  color: rgb(55 48 163 / 1);
}

.text-indigo-800\/15 {
  color: rgb(55 48 163 / 0.15);
}

.text-indigo-800\/20 {
  color: rgb(55 48 163 / 0.2);
}

.text-indigo-800\/25 {
  color: rgb(55 48 163 / 0.25);
}

.text-indigo-800\/30 {
  color: rgb(55 48 163 / 0.3);
}

.text-indigo-800\/35 {
  color: rgb(55 48 163 / 0.35);
}

.text-indigo-800\/40 {
  color: rgb(55 48 163 / 0.4);
}

.text-indigo-800\/45 {
  color: rgb(55 48 163 / 0.45);
}

.text-indigo-800\/5 {
  color: rgb(55 48 163 / 0.05);
}

.text-indigo-800\/50 {
  color: rgb(55 48 163 / 0.5);
}

.text-indigo-800\/55 {
  color: rgb(55 48 163 / 0.55);
}

.text-indigo-800\/60 {
  color: rgb(55 48 163 / 0.6);
}

.text-indigo-800\/65 {
  color: rgb(55 48 163 / 0.65);
}

.text-indigo-800\/70 {
  color: rgb(55 48 163 / 0.7);
}

.text-indigo-800\/75 {
  color: rgb(55 48 163 / 0.75);
}

.text-indigo-800\/80 {
  color: rgb(55 48 163 / 0.8);
}

.text-indigo-800\/85 {
  color: rgb(55 48 163 / 0.85);
}

.text-indigo-800\/90 {
  color: rgb(55 48 163 / 0.9);
}

.text-indigo-800\/95 {
  color: rgb(55 48 163 / 0.95);
}

.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.text-indigo-900\/0 {
  color: rgb(49 46 129 / 0);
}

.text-indigo-900\/10 {
  color: rgb(49 46 129 / 0.1);
}

.text-indigo-900\/100 {
  color: rgb(49 46 129 / 1);
}

.text-indigo-900\/15 {
  color: rgb(49 46 129 / 0.15);
}

.text-indigo-900\/20 {
  color: rgb(49 46 129 / 0.2);
}

.text-indigo-900\/25 {
  color: rgb(49 46 129 / 0.25);
}

.text-indigo-900\/30 {
  color: rgb(49 46 129 / 0.3);
}

.text-indigo-900\/35 {
  color: rgb(49 46 129 / 0.35);
}

.text-indigo-900\/40 {
  color: rgb(49 46 129 / 0.4);
}

.text-indigo-900\/45 {
  color: rgb(49 46 129 / 0.45);
}

.text-indigo-900\/5 {
  color: rgb(49 46 129 / 0.05);
}

.text-indigo-900\/50 {
  color: rgb(49 46 129 / 0.5);
}

.text-indigo-900\/55 {
  color: rgb(49 46 129 / 0.55);
}

.text-indigo-900\/60 {
  color: rgb(49 46 129 / 0.6);
}

.text-indigo-900\/65 {
  color: rgb(49 46 129 / 0.65);
}

.text-indigo-900\/70 {
  color: rgb(49 46 129 / 0.7);
}

.text-indigo-900\/75 {
  color: rgb(49 46 129 / 0.75);
}

.text-indigo-900\/80 {
  color: rgb(49 46 129 / 0.8);
}

.text-indigo-900\/85 {
  color: rgb(49 46 129 / 0.85);
}

.text-indigo-900\/90 {
  color: rgb(49 46 129 / 0.9);
}

.text-indigo-900\/95 {
  color: rgb(49 46 129 / 0.95);
}

.text-indigo-950 {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}

.text-indigo-950\/0 {
  color: rgb(30 27 75 / 0);
}

.text-indigo-950\/10 {
  color: rgb(30 27 75 / 0.1);
}

.text-indigo-950\/100 {
  color: rgb(30 27 75 / 1);
}

.text-indigo-950\/15 {
  color: rgb(30 27 75 / 0.15);
}

.text-indigo-950\/20 {
  color: rgb(30 27 75 / 0.2);
}

.text-indigo-950\/25 {
  color: rgb(30 27 75 / 0.25);
}

.text-indigo-950\/30 {
  color: rgb(30 27 75 / 0.3);
}

.text-indigo-950\/35 {
  color: rgb(30 27 75 / 0.35);
}

.text-indigo-950\/40 {
  color: rgb(30 27 75 / 0.4);
}

.text-indigo-950\/45 {
  color: rgb(30 27 75 / 0.45);
}

.text-indigo-950\/5 {
  color: rgb(30 27 75 / 0.05);
}

.text-indigo-950\/50 {
  color: rgb(30 27 75 / 0.5);
}

.text-indigo-950\/55 {
  color: rgb(30 27 75 / 0.55);
}

.text-indigo-950\/60 {
  color: rgb(30 27 75 / 0.6);
}

.text-indigo-950\/65 {
  color: rgb(30 27 75 / 0.65);
}

.text-indigo-950\/70 {
  color: rgb(30 27 75 / 0.7);
}

.text-indigo-950\/75 {
  color: rgb(30 27 75 / 0.75);
}

.text-indigo-950\/80 {
  color: rgb(30 27 75 / 0.8);
}

.text-indigo-950\/85 {
  color: rgb(30 27 75 / 0.85);
}

.text-indigo-950\/90 {
  color: rgb(30 27 75 / 0.9);
}

.text-indigo-950\/95 {
  color: rgb(30 27 75 / 0.95);
}

.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}

.text-pink-100\/0 {
  color: rgb(252 231 243 / 0);
}

.text-pink-100\/10 {
  color: rgb(252 231 243 / 0.1);
}

.text-pink-100\/100 {
  color: rgb(252 231 243 / 1);
}

.text-pink-100\/15 {
  color: rgb(252 231 243 / 0.15);
}

.text-pink-100\/20 {
  color: rgb(252 231 243 / 0.2);
}

.text-pink-100\/25 {
  color: rgb(252 231 243 / 0.25);
}

.text-pink-100\/30 {
  color: rgb(252 231 243 / 0.3);
}

.text-pink-100\/35 {
  color: rgb(252 231 243 / 0.35);
}

.text-pink-100\/40 {
  color: rgb(252 231 243 / 0.4);
}

.text-pink-100\/45 {
  color: rgb(252 231 243 / 0.45);
}

.text-pink-100\/5 {
  color: rgb(252 231 243 / 0.05);
}

.text-pink-100\/50 {
  color: rgb(252 231 243 / 0.5);
}

.text-pink-100\/55 {
  color: rgb(252 231 243 / 0.55);
}

.text-pink-100\/60 {
  color: rgb(252 231 243 / 0.6);
}

.text-pink-100\/65 {
  color: rgb(252 231 243 / 0.65);
}

.text-pink-100\/70 {
  color: rgb(252 231 243 / 0.7);
}

.text-pink-100\/75 {
  color: rgb(252 231 243 / 0.75);
}

.text-pink-100\/80 {
  color: rgb(252 231 243 / 0.8);
}

.text-pink-100\/85 {
  color: rgb(252 231 243 / 0.85);
}

.text-pink-100\/90 {
  color: rgb(252 231 243 / 0.9);
}

.text-pink-100\/95 {
  color: rgb(252 231 243 / 0.95);
}

.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}

.text-pink-200\/0 {
  color: rgb(251 207 232 / 0);
}

.text-pink-200\/10 {
  color: rgb(251 207 232 / 0.1);
}

.text-pink-200\/100 {
  color: rgb(251 207 232 / 1);
}

.text-pink-200\/15 {
  color: rgb(251 207 232 / 0.15);
}

.text-pink-200\/20 {
  color: rgb(251 207 232 / 0.2);
}

.text-pink-200\/25 {
  color: rgb(251 207 232 / 0.25);
}

.text-pink-200\/30 {
  color: rgb(251 207 232 / 0.3);
}

.text-pink-200\/35 {
  color: rgb(251 207 232 / 0.35);
}

.text-pink-200\/40 {
  color: rgb(251 207 232 / 0.4);
}

.text-pink-200\/45 {
  color: rgb(251 207 232 / 0.45);
}

.text-pink-200\/5 {
  color: rgb(251 207 232 / 0.05);
}

.text-pink-200\/50 {
  color: rgb(251 207 232 / 0.5);
}

.text-pink-200\/55 {
  color: rgb(251 207 232 / 0.55);
}

.text-pink-200\/60 {
  color: rgb(251 207 232 / 0.6);
}

.text-pink-200\/65 {
  color: rgb(251 207 232 / 0.65);
}

.text-pink-200\/70 {
  color: rgb(251 207 232 / 0.7);
}

.text-pink-200\/75 {
  color: rgb(251 207 232 / 0.75);
}

.text-pink-200\/80 {
  color: rgb(251 207 232 / 0.8);
}

.text-pink-200\/85 {
  color: rgb(251 207 232 / 0.85);
}

.text-pink-200\/90 {
  color: rgb(251 207 232 / 0.9);
}

.text-pink-200\/95 {
  color: rgb(251 207 232 / 0.95);
}

.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}

.text-pink-300\/0 {
  color: rgb(249 168 212 / 0);
}

.text-pink-300\/10 {
  color: rgb(249 168 212 / 0.1);
}

.text-pink-300\/100 {
  color: rgb(249 168 212 / 1);
}

.text-pink-300\/15 {
  color: rgb(249 168 212 / 0.15);
}

.text-pink-300\/20 {
  color: rgb(249 168 212 / 0.2);
}

.text-pink-300\/25 {
  color: rgb(249 168 212 / 0.25);
}

.text-pink-300\/30 {
  color: rgb(249 168 212 / 0.3);
}

.text-pink-300\/35 {
  color: rgb(249 168 212 / 0.35);
}

.text-pink-300\/40 {
  color: rgb(249 168 212 / 0.4);
}

.text-pink-300\/45 {
  color: rgb(249 168 212 / 0.45);
}

.text-pink-300\/5 {
  color: rgb(249 168 212 / 0.05);
}

.text-pink-300\/50 {
  color: rgb(249 168 212 / 0.5);
}

.text-pink-300\/55 {
  color: rgb(249 168 212 / 0.55);
}

.text-pink-300\/60 {
  color: rgb(249 168 212 / 0.6);
}

.text-pink-300\/65 {
  color: rgb(249 168 212 / 0.65);
}

.text-pink-300\/70 {
  color: rgb(249 168 212 / 0.7);
}

.text-pink-300\/75 {
  color: rgb(249 168 212 / 0.75);
}

.text-pink-300\/80 {
  color: rgb(249 168 212 / 0.8);
}

.text-pink-300\/85 {
  color: rgb(249 168 212 / 0.85);
}

.text-pink-300\/90 {
  color: rgb(249 168 212 / 0.9);
}

.text-pink-300\/95 {
  color: rgb(249 168 212 / 0.95);
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.text-pink-400\/0 {
  color: rgb(244 114 182 / 0);
}

.text-pink-400\/10 {
  color: rgb(244 114 182 / 0.1);
}

.text-pink-400\/100 {
  color: rgb(244 114 182 / 1);
}

.text-pink-400\/15 {
  color: rgb(244 114 182 / 0.15);
}

.text-pink-400\/20 {
  color: rgb(244 114 182 / 0.2);
}

.text-pink-400\/25 {
  color: rgb(244 114 182 / 0.25);
}

.text-pink-400\/30 {
  color: rgb(244 114 182 / 0.3);
}

.text-pink-400\/35 {
  color: rgb(244 114 182 / 0.35);
}

.text-pink-400\/40 {
  color: rgb(244 114 182 / 0.4);
}

.text-pink-400\/45 {
  color: rgb(244 114 182 / 0.45);
}

.text-pink-400\/5 {
  color: rgb(244 114 182 / 0.05);
}

.text-pink-400\/50 {
  color: rgb(244 114 182 / 0.5);
}

.text-pink-400\/55 {
  color: rgb(244 114 182 / 0.55);
}

.text-pink-400\/60 {
  color: rgb(244 114 182 / 0.6);
}

.text-pink-400\/65 {
  color: rgb(244 114 182 / 0.65);
}

.text-pink-400\/70 {
  color: rgb(244 114 182 / 0.7);
}

.text-pink-400\/75 {
  color: rgb(244 114 182 / 0.75);
}

.text-pink-400\/80 {
  color: rgb(244 114 182 / 0.8);
}

.text-pink-400\/85 {
  color: rgb(244 114 182 / 0.85);
}

.text-pink-400\/90 {
  color: rgb(244 114 182 / 0.9);
}

.text-pink-400\/95 {
  color: rgb(244 114 182 / 0.95);
}

.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}

.text-pink-50\/0 {
  color: rgb(253 242 248 / 0);
}

.text-pink-50\/10 {
  color: rgb(253 242 248 / 0.1);
}

.text-pink-50\/100 {
  color: rgb(253 242 248 / 1);
}

.text-pink-50\/15 {
  color: rgb(253 242 248 / 0.15);
}

.text-pink-50\/20 {
  color: rgb(253 242 248 / 0.2);
}

.text-pink-50\/25 {
  color: rgb(253 242 248 / 0.25);
}

.text-pink-50\/30 {
  color: rgb(253 242 248 / 0.3);
}

.text-pink-50\/35 {
  color: rgb(253 242 248 / 0.35);
}

.text-pink-50\/40 {
  color: rgb(253 242 248 / 0.4);
}

.text-pink-50\/45 {
  color: rgb(253 242 248 / 0.45);
}

.text-pink-50\/5 {
  color: rgb(253 242 248 / 0.05);
}

.text-pink-50\/50 {
  color: rgb(253 242 248 / 0.5);
}

.text-pink-50\/55 {
  color: rgb(253 242 248 / 0.55);
}

.text-pink-50\/60 {
  color: rgb(253 242 248 / 0.6);
}

.text-pink-50\/65 {
  color: rgb(253 242 248 / 0.65);
}

.text-pink-50\/70 {
  color: rgb(253 242 248 / 0.7);
}

.text-pink-50\/75 {
  color: rgb(253 242 248 / 0.75);
}

.text-pink-50\/80 {
  color: rgb(253 242 248 / 0.8);
}

.text-pink-50\/85 {
  color: rgb(253 242 248 / 0.85);
}

.text-pink-50\/90 {
  color: rgb(253 242 248 / 0.9);
}

.text-pink-50\/95 {
  color: rgb(253 242 248 / 0.95);
}

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.text-pink-500\/0 {
  color: rgb(236 72 153 / 0);
}

.text-pink-500\/10 {
  color: rgb(236 72 153 / 0.1);
}

.text-pink-500\/100 {
  color: rgb(236 72 153 / 1);
}

.text-pink-500\/15 {
  color: rgb(236 72 153 / 0.15);
}

.text-pink-500\/20 {
  color: rgb(236 72 153 / 0.2);
}

.text-pink-500\/25 {
  color: rgb(236 72 153 / 0.25);
}

.text-pink-500\/30 {
  color: rgb(236 72 153 / 0.3);
}

.text-pink-500\/35 {
  color: rgb(236 72 153 / 0.35);
}

.text-pink-500\/40 {
  color: rgb(236 72 153 / 0.4);
}

.text-pink-500\/45 {
  color: rgb(236 72 153 / 0.45);
}

.text-pink-500\/5 {
  color: rgb(236 72 153 / 0.05);
}

.text-pink-500\/50 {
  color: rgb(236 72 153 / 0.5);
}

.text-pink-500\/55 {
  color: rgb(236 72 153 / 0.55);
}

.text-pink-500\/60 {
  color: rgb(236 72 153 / 0.6);
}

.text-pink-500\/65 {
  color: rgb(236 72 153 / 0.65);
}

.text-pink-500\/70 {
  color: rgb(236 72 153 / 0.7);
}

.text-pink-500\/75 {
  color: rgb(236 72 153 / 0.75);
}

.text-pink-500\/80 {
  color: rgb(236 72 153 / 0.8);
}

.text-pink-500\/85 {
  color: rgb(236 72 153 / 0.85);
}

.text-pink-500\/90 {
  color: rgb(236 72 153 / 0.9);
}

.text-pink-500\/95 {
  color: rgb(236 72 153 / 0.95);
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.text-pink-600\/0 {
  color: rgb(219 39 119 / 0);
}

.text-pink-600\/10 {
  color: rgb(219 39 119 / 0.1);
}

.text-pink-600\/100 {
  color: rgb(219 39 119 / 1);
}

.text-pink-600\/15 {
  color: rgb(219 39 119 / 0.15);
}

.text-pink-600\/20 {
  color: rgb(219 39 119 / 0.2);
}

.text-pink-600\/25 {
  color: rgb(219 39 119 / 0.25);
}

.text-pink-600\/30 {
  color: rgb(219 39 119 / 0.3);
}

.text-pink-600\/35 {
  color: rgb(219 39 119 / 0.35);
}

.text-pink-600\/40 {
  color: rgb(219 39 119 / 0.4);
}

.text-pink-600\/45 {
  color: rgb(219 39 119 / 0.45);
}

.text-pink-600\/5 {
  color: rgb(219 39 119 / 0.05);
}

.text-pink-600\/50 {
  color: rgb(219 39 119 / 0.5);
}

.text-pink-600\/55 {
  color: rgb(219 39 119 / 0.55);
}

.text-pink-600\/60 {
  color: rgb(219 39 119 / 0.6);
}

.text-pink-600\/65 {
  color: rgb(219 39 119 / 0.65);
}

.text-pink-600\/70 {
  color: rgb(219 39 119 / 0.7);
}

.text-pink-600\/75 {
  color: rgb(219 39 119 / 0.75);
}

.text-pink-600\/80 {
  color: rgb(219 39 119 / 0.8);
}

.text-pink-600\/85 {
  color: rgb(219 39 119 / 0.85);
}

.text-pink-600\/90 {
  color: rgb(219 39 119 / 0.9);
}

.text-pink-600\/95 {
  color: rgb(219 39 119 / 0.95);
}

.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.text-pink-700\/0 {
  color: rgb(190 24 93 / 0);
}

.text-pink-700\/10 {
  color: rgb(190 24 93 / 0.1);
}

.text-pink-700\/100 {
  color: rgb(190 24 93 / 1);
}

.text-pink-700\/15 {
  color: rgb(190 24 93 / 0.15);
}

.text-pink-700\/20 {
  color: rgb(190 24 93 / 0.2);
}

.text-pink-700\/25 {
  color: rgb(190 24 93 / 0.25);
}

.text-pink-700\/30 {
  color: rgb(190 24 93 / 0.3);
}

.text-pink-700\/35 {
  color: rgb(190 24 93 / 0.35);
}

.text-pink-700\/40 {
  color: rgb(190 24 93 / 0.4);
}

.text-pink-700\/45 {
  color: rgb(190 24 93 / 0.45);
}

.text-pink-700\/5 {
  color: rgb(190 24 93 / 0.05);
}

.text-pink-700\/50 {
  color: rgb(190 24 93 / 0.5);
}

.text-pink-700\/55 {
  color: rgb(190 24 93 / 0.55);
}

.text-pink-700\/60 {
  color: rgb(190 24 93 / 0.6);
}

.text-pink-700\/65 {
  color: rgb(190 24 93 / 0.65);
}

.text-pink-700\/70 {
  color: rgb(190 24 93 / 0.7);
}

.text-pink-700\/75 {
  color: rgb(190 24 93 / 0.75);
}

.text-pink-700\/80 {
  color: rgb(190 24 93 / 0.8);
}

.text-pink-700\/85 {
  color: rgb(190 24 93 / 0.85);
}

.text-pink-700\/90 {
  color: rgb(190 24 93 / 0.9);
}

.text-pink-700\/95 {
  color: rgb(190 24 93 / 0.95);
}

.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

.text-pink-800\/0 {
  color: rgb(157 23 77 / 0);
}

.text-pink-800\/10 {
  color: rgb(157 23 77 / 0.1);
}

.text-pink-800\/100 {
  color: rgb(157 23 77 / 1);
}

.text-pink-800\/15 {
  color: rgb(157 23 77 / 0.15);
}

.text-pink-800\/20 {
  color: rgb(157 23 77 / 0.2);
}

.text-pink-800\/25 {
  color: rgb(157 23 77 / 0.25);
}

.text-pink-800\/30 {
  color: rgb(157 23 77 / 0.3);
}

.text-pink-800\/35 {
  color: rgb(157 23 77 / 0.35);
}

.text-pink-800\/40 {
  color: rgb(157 23 77 / 0.4);
}

.text-pink-800\/45 {
  color: rgb(157 23 77 / 0.45);
}

.text-pink-800\/5 {
  color: rgb(157 23 77 / 0.05);
}

.text-pink-800\/50 {
  color: rgb(157 23 77 / 0.5);
}

.text-pink-800\/55 {
  color: rgb(157 23 77 / 0.55);
}

.text-pink-800\/60 {
  color: rgb(157 23 77 / 0.6);
}

.text-pink-800\/65 {
  color: rgb(157 23 77 / 0.65);
}

.text-pink-800\/70 {
  color: rgb(157 23 77 / 0.7);
}

.text-pink-800\/75 {
  color: rgb(157 23 77 / 0.75);
}

.text-pink-800\/80 {
  color: rgb(157 23 77 / 0.8);
}

.text-pink-800\/85 {
  color: rgb(157 23 77 / 0.85);
}

.text-pink-800\/90 {
  color: rgb(157 23 77 / 0.9);
}

.text-pink-800\/95 {
  color: rgb(157 23 77 / 0.95);
}

.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}

.text-pink-900\/0 {
  color: rgb(131 24 67 / 0);
}

.text-pink-900\/10 {
  color: rgb(131 24 67 / 0.1);
}

.text-pink-900\/100 {
  color: rgb(131 24 67 / 1);
}

.text-pink-900\/15 {
  color: rgb(131 24 67 / 0.15);
}

.text-pink-900\/20 {
  color: rgb(131 24 67 / 0.2);
}

.text-pink-900\/25 {
  color: rgb(131 24 67 / 0.25);
}

.text-pink-900\/30 {
  color: rgb(131 24 67 / 0.3);
}

.text-pink-900\/35 {
  color: rgb(131 24 67 / 0.35);
}

.text-pink-900\/40 {
  color: rgb(131 24 67 / 0.4);
}

.text-pink-900\/45 {
  color: rgb(131 24 67 / 0.45);
}

.text-pink-900\/5 {
  color: rgb(131 24 67 / 0.05);
}

.text-pink-900\/50 {
  color: rgb(131 24 67 / 0.5);
}

.text-pink-900\/55 {
  color: rgb(131 24 67 / 0.55);
}

.text-pink-900\/60 {
  color: rgb(131 24 67 / 0.6);
}

.text-pink-900\/65 {
  color: rgb(131 24 67 / 0.65);
}

.text-pink-900\/70 {
  color: rgb(131 24 67 / 0.7);
}

.text-pink-900\/75 {
  color: rgb(131 24 67 / 0.75);
}

.text-pink-900\/80 {
  color: rgb(131 24 67 / 0.8);
}

.text-pink-900\/85 {
  color: rgb(131 24 67 / 0.85);
}

.text-pink-900\/90 {
  color: rgb(131 24 67 / 0.9);
}

.text-pink-900\/95 {
  color: rgb(131 24 67 / 0.95);
}

.text-pink-950 {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity, 1));
}

.text-pink-950\/0 {
  color: rgb(80 7 36 / 0);
}

.text-pink-950\/10 {
  color: rgb(80 7 36 / 0.1);
}

.text-pink-950\/100 {
  color: rgb(80 7 36 / 1);
}

.text-pink-950\/15 {
  color: rgb(80 7 36 / 0.15);
}

.text-pink-950\/20 {
  color: rgb(80 7 36 / 0.2);
}

.text-pink-950\/25 {
  color: rgb(80 7 36 / 0.25);
}

.text-pink-950\/30 {
  color: rgb(80 7 36 / 0.3);
}

.text-pink-950\/35 {
  color: rgb(80 7 36 / 0.35);
}

.text-pink-950\/40 {
  color: rgb(80 7 36 / 0.4);
}

.text-pink-950\/45 {
  color: rgb(80 7 36 / 0.45);
}

.text-pink-950\/5 {
  color: rgb(80 7 36 / 0.05);
}

.text-pink-950\/50 {
  color: rgb(80 7 36 / 0.5);
}

.text-pink-950\/55 {
  color: rgb(80 7 36 / 0.55);
}

.text-pink-950\/60 {
  color: rgb(80 7 36 / 0.6);
}

.text-pink-950\/65 {
  color: rgb(80 7 36 / 0.65);
}

.text-pink-950\/70 {
  color: rgb(80 7 36 / 0.7);
}

.text-pink-950\/75 {
  color: rgb(80 7 36 / 0.75);
}

.text-pink-950\/80 {
  color: rgb(80 7 36 / 0.8);
}

.text-pink-950\/85 {
  color: rgb(80 7 36 / 0.85);
}

.text-pink-950\/90 {
  color: rgb(80 7 36 / 0.9);
}

.text-pink-950\/95 {
  color: rgb(80 7 36 / 0.95);
}

.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}

.text-purple-100\/0 {
  color: rgb(243 232 255 / 0);
}

.text-purple-100\/10 {
  color: rgb(243 232 255 / 0.1);
}

.text-purple-100\/100 {
  color: rgb(243 232 255 / 1);
}

.text-purple-100\/15 {
  color: rgb(243 232 255 / 0.15);
}

.text-purple-100\/20 {
  color: rgb(243 232 255 / 0.2);
}

.text-purple-100\/25 {
  color: rgb(243 232 255 / 0.25);
}

.text-purple-100\/30 {
  color: rgb(243 232 255 / 0.3);
}

.text-purple-100\/35 {
  color: rgb(243 232 255 / 0.35);
}

.text-purple-100\/40 {
  color: rgb(243 232 255 / 0.4);
}

.text-purple-100\/45 {
  color: rgb(243 232 255 / 0.45);
}

.text-purple-100\/5 {
  color: rgb(243 232 255 / 0.05);
}

.text-purple-100\/50 {
  color: rgb(243 232 255 / 0.5);
}

.text-purple-100\/55 {
  color: rgb(243 232 255 / 0.55);
}

.text-purple-100\/60 {
  color: rgb(243 232 255 / 0.6);
}

.text-purple-100\/65 {
  color: rgb(243 232 255 / 0.65);
}

.text-purple-100\/70 {
  color: rgb(243 232 255 / 0.7);
}

.text-purple-100\/75 {
  color: rgb(243 232 255 / 0.75);
}

.text-purple-100\/80 {
  color: rgb(243 232 255 / 0.8);
}

.text-purple-100\/85 {
  color: rgb(243 232 255 / 0.85);
}

.text-purple-100\/90 {
  color: rgb(243 232 255 / 0.9);
}

.text-purple-100\/95 {
  color: rgb(243 232 255 / 0.95);
}

.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}

.text-purple-200\/0 {
  color: rgb(233 213 255 / 0);
}

.text-purple-200\/10 {
  color: rgb(233 213 255 / 0.1);
}

.text-purple-200\/100 {
  color: rgb(233 213 255 / 1);
}

.text-purple-200\/15 {
  color: rgb(233 213 255 / 0.15);
}

.text-purple-200\/20 {
  color: rgb(233 213 255 / 0.2);
}

.text-purple-200\/25 {
  color: rgb(233 213 255 / 0.25);
}

.text-purple-200\/30 {
  color: rgb(233 213 255 / 0.3);
}

.text-purple-200\/35 {
  color: rgb(233 213 255 / 0.35);
}

.text-purple-200\/40 {
  color: rgb(233 213 255 / 0.4);
}

.text-purple-200\/45 {
  color: rgb(233 213 255 / 0.45);
}

.text-purple-200\/5 {
  color: rgb(233 213 255 / 0.05);
}

.text-purple-200\/50 {
  color: rgb(233 213 255 / 0.5);
}

.text-purple-200\/55 {
  color: rgb(233 213 255 / 0.55);
}

.text-purple-200\/60 {
  color: rgb(233 213 255 / 0.6);
}

.text-purple-200\/65 {
  color: rgb(233 213 255 / 0.65);
}

.text-purple-200\/70 {
  color: rgb(233 213 255 / 0.7);
}

.text-purple-200\/75 {
  color: rgb(233 213 255 / 0.75);
}

.text-purple-200\/80 {
  color: rgb(233 213 255 / 0.8);
}

.text-purple-200\/85 {
  color: rgb(233 213 255 / 0.85);
}

.text-purple-200\/90 {
  color: rgb(233 213 255 / 0.9);
}

.text-purple-200\/95 {
  color: rgb(233 213 255 / 0.95);
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.text-purple-300\/0 {
  color: rgb(216 180 254 / 0);
}

.text-purple-300\/10 {
  color: rgb(216 180 254 / 0.1);
}

.text-purple-300\/100 {
  color: rgb(216 180 254 / 1);
}

.text-purple-300\/15 {
  color: rgb(216 180 254 / 0.15);
}

.text-purple-300\/20 {
  color: rgb(216 180 254 / 0.2);
}

.text-purple-300\/25 {
  color: rgb(216 180 254 / 0.25);
}

.text-purple-300\/30 {
  color: rgb(216 180 254 / 0.3);
}

.text-purple-300\/35 {
  color: rgb(216 180 254 / 0.35);
}

.text-purple-300\/40 {
  color: rgb(216 180 254 / 0.4);
}

.text-purple-300\/45 {
  color: rgb(216 180 254 / 0.45);
}

.text-purple-300\/5 {
  color: rgb(216 180 254 / 0.05);
}

.text-purple-300\/50 {
  color: rgb(216 180 254 / 0.5);
}

.text-purple-300\/55 {
  color: rgb(216 180 254 / 0.55);
}

.text-purple-300\/60 {
  color: rgb(216 180 254 / 0.6);
}

.text-purple-300\/65 {
  color: rgb(216 180 254 / 0.65);
}

.text-purple-300\/70 {
  color: rgb(216 180 254 / 0.7);
}

.text-purple-300\/75 {
  color: rgb(216 180 254 / 0.75);
}

.text-purple-300\/80 {
  color: rgb(216 180 254 / 0.8);
}

.text-purple-300\/85 {
  color: rgb(216 180 254 / 0.85);
}

.text-purple-300\/90 {
  color: rgb(216 180 254 / 0.9);
}

.text-purple-300\/95 {
  color: rgb(216 180 254 / 0.95);
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.text-purple-400\/0 {
  color: rgb(192 132 252 / 0);
}

.text-purple-400\/10 {
  color: rgb(192 132 252 / 0.1);
}

.text-purple-400\/100 {
  color: rgb(192 132 252 / 1);
}

.text-purple-400\/15 {
  color: rgb(192 132 252 / 0.15);
}

.text-purple-400\/20 {
  color: rgb(192 132 252 / 0.2);
}

.text-purple-400\/25 {
  color: rgb(192 132 252 / 0.25);
}

.text-purple-400\/30 {
  color: rgb(192 132 252 / 0.3);
}

.text-purple-400\/35 {
  color: rgb(192 132 252 / 0.35);
}

.text-purple-400\/40 {
  color: rgb(192 132 252 / 0.4);
}

.text-purple-400\/45 {
  color: rgb(192 132 252 / 0.45);
}

.text-purple-400\/5 {
  color: rgb(192 132 252 / 0.05);
}

.text-purple-400\/50 {
  color: rgb(192 132 252 / 0.5);
}

.text-purple-400\/55 {
  color: rgb(192 132 252 / 0.55);
}

.text-purple-400\/60 {
  color: rgb(192 132 252 / 0.6);
}

.text-purple-400\/65 {
  color: rgb(192 132 252 / 0.65);
}

.text-purple-400\/70 {
  color: rgb(192 132 252 / 0.7);
}

.text-purple-400\/75 {
  color: rgb(192 132 252 / 0.75);
}

.text-purple-400\/80 {
  color: rgb(192 132 252 / 0.8);
}

.text-purple-400\/85 {
  color: rgb(192 132 252 / 0.85);
}

.text-purple-400\/90 {
  color: rgb(192 132 252 / 0.9);
}

.text-purple-400\/95 {
  color: rgb(192 132 252 / 0.95);
}

.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity, 1));
}

.text-purple-50\/0 {
  color: rgb(250 245 255 / 0);
}

.text-purple-50\/10 {
  color: rgb(250 245 255 / 0.1);
}

.text-purple-50\/100 {
  color: rgb(250 245 255 / 1);
}

.text-purple-50\/15 {
  color: rgb(250 245 255 / 0.15);
}

.text-purple-50\/20 {
  color: rgb(250 245 255 / 0.2);
}

.text-purple-50\/25 {
  color: rgb(250 245 255 / 0.25);
}

.text-purple-50\/30 {
  color: rgb(250 245 255 / 0.3);
}

.text-purple-50\/35 {
  color: rgb(250 245 255 / 0.35);
}

.text-purple-50\/40 {
  color: rgb(250 245 255 / 0.4);
}

.text-purple-50\/45 {
  color: rgb(250 245 255 / 0.45);
}

.text-purple-50\/5 {
  color: rgb(250 245 255 / 0.05);
}

.text-purple-50\/50 {
  color: rgb(250 245 255 / 0.5);
}

.text-purple-50\/55 {
  color: rgb(250 245 255 / 0.55);
}

.text-purple-50\/60 {
  color: rgb(250 245 255 / 0.6);
}

.text-purple-50\/65 {
  color: rgb(250 245 255 / 0.65);
}

.text-purple-50\/70 {
  color: rgb(250 245 255 / 0.7);
}

.text-purple-50\/75 {
  color: rgb(250 245 255 / 0.75);
}

.text-purple-50\/80 {
  color: rgb(250 245 255 / 0.8);
}

.text-purple-50\/85 {
  color: rgb(250 245 255 / 0.85);
}

.text-purple-50\/90 {
  color: rgb(250 245 255 / 0.9);
}

.text-purple-50\/95 {
  color: rgb(250 245 255 / 0.95);
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.text-purple-500\/0 {
  color: rgb(168 85 247 / 0);
}

.text-purple-500\/10 {
  color: rgb(168 85 247 / 0.1);
}

.text-purple-500\/100 {
  color: rgb(168 85 247 / 1);
}

.text-purple-500\/15 {
  color: rgb(168 85 247 / 0.15);
}

.text-purple-500\/20 {
  color: rgb(168 85 247 / 0.2);
}

.text-purple-500\/25 {
  color: rgb(168 85 247 / 0.25);
}

.text-purple-500\/30 {
  color: rgb(168 85 247 / 0.3);
}

.text-purple-500\/35 {
  color: rgb(168 85 247 / 0.35);
}

.text-purple-500\/40 {
  color: rgb(168 85 247 / 0.4);
}

.text-purple-500\/45 {
  color: rgb(168 85 247 / 0.45);
}

.text-purple-500\/5 {
  color: rgb(168 85 247 / 0.05);
}

.text-purple-500\/50 {
  color: rgb(168 85 247 / 0.5);
}

.text-purple-500\/55 {
  color: rgb(168 85 247 / 0.55);
}

.text-purple-500\/60 {
  color: rgb(168 85 247 / 0.6);
}

.text-purple-500\/65 {
  color: rgb(168 85 247 / 0.65);
}

.text-purple-500\/70 {
  color: rgb(168 85 247 / 0.7);
}

.text-purple-500\/75 {
  color: rgb(168 85 247 / 0.75);
}

.text-purple-500\/80 {
  color: rgb(168 85 247 / 0.8);
}

.text-purple-500\/85 {
  color: rgb(168 85 247 / 0.85);
}

.text-purple-500\/90 {
  color: rgb(168 85 247 / 0.9);
}

.text-purple-500\/95 {
  color: rgb(168 85 247 / 0.95);
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.text-purple-600\/0 {
  color: rgb(147 51 234 / 0);
}

.text-purple-600\/10 {
  color: rgb(147 51 234 / 0.1);
}

.text-purple-600\/100 {
  color: rgb(147 51 234 / 1);
}

.text-purple-600\/15 {
  color: rgb(147 51 234 / 0.15);
}

.text-purple-600\/20 {
  color: rgb(147 51 234 / 0.2);
}

.text-purple-600\/25 {
  color: rgb(147 51 234 / 0.25);
}

.text-purple-600\/30 {
  color: rgb(147 51 234 / 0.3);
}

.text-purple-600\/35 {
  color: rgb(147 51 234 / 0.35);
}

.text-purple-600\/40 {
  color: rgb(147 51 234 / 0.4);
}

.text-purple-600\/45 {
  color: rgb(147 51 234 / 0.45);
}

.text-purple-600\/5 {
  color: rgb(147 51 234 / 0.05);
}

.text-purple-600\/50 {
  color: rgb(147 51 234 / 0.5);
}

.text-purple-600\/55 {
  color: rgb(147 51 234 / 0.55);
}

.text-purple-600\/60 {
  color: rgb(147 51 234 / 0.6);
}

.text-purple-600\/65 {
  color: rgb(147 51 234 / 0.65);
}

.text-purple-600\/70 {
  color: rgb(147 51 234 / 0.7);
}

.text-purple-600\/75 {
  color: rgb(147 51 234 / 0.75);
}

.text-purple-600\/80 {
  color: rgb(147 51 234 / 0.8);
}

.text-purple-600\/85 {
  color: rgb(147 51 234 / 0.85);
}

.text-purple-600\/90 {
  color: rgb(147 51 234 / 0.9);
}

.text-purple-600\/95 {
  color: rgb(147 51 234 / 0.95);
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.text-purple-700\/0 {
  color: rgb(126 34 206 / 0);
}

.text-purple-700\/10 {
  color: rgb(126 34 206 / 0.1);
}

.text-purple-700\/100 {
  color: rgb(126 34 206 / 1);
}

.text-purple-700\/15 {
  color: rgb(126 34 206 / 0.15);
}

.text-purple-700\/20 {
  color: rgb(126 34 206 / 0.2);
}

.text-purple-700\/25 {
  color: rgb(126 34 206 / 0.25);
}

.text-purple-700\/30 {
  color: rgb(126 34 206 / 0.3);
}

.text-purple-700\/35 {
  color: rgb(126 34 206 / 0.35);
}

.text-purple-700\/40 {
  color: rgb(126 34 206 / 0.4);
}

.text-purple-700\/45 {
  color: rgb(126 34 206 / 0.45);
}

.text-purple-700\/5 {
  color: rgb(126 34 206 / 0.05);
}

.text-purple-700\/50 {
  color: rgb(126 34 206 / 0.5);
}

.text-purple-700\/55 {
  color: rgb(126 34 206 / 0.55);
}

.text-purple-700\/60 {
  color: rgb(126 34 206 / 0.6);
}

.text-purple-700\/65 {
  color: rgb(126 34 206 / 0.65);
}

.text-purple-700\/70 {
  color: rgb(126 34 206 / 0.7);
}

.text-purple-700\/75 {
  color: rgb(126 34 206 / 0.75);
}

.text-purple-700\/80 {
  color: rgb(126 34 206 / 0.8);
}

.text-purple-700\/85 {
  color: rgb(126 34 206 / 0.85);
}

.text-purple-700\/90 {
  color: rgb(126 34 206 / 0.9);
}

.text-purple-700\/95 {
  color: rgb(126 34 206 / 0.95);
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.text-purple-800\/0 {
  color: rgb(107 33 168 / 0);
}

.text-purple-800\/10 {
  color: rgb(107 33 168 / 0.1);
}

.text-purple-800\/100 {
  color: rgb(107 33 168 / 1);
}

.text-purple-800\/15 {
  color: rgb(107 33 168 / 0.15);
}

.text-purple-800\/20 {
  color: rgb(107 33 168 / 0.2);
}

.text-purple-800\/25 {
  color: rgb(107 33 168 / 0.25);
}

.text-purple-800\/30 {
  color: rgb(107 33 168 / 0.3);
}

.text-purple-800\/35 {
  color: rgb(107 33 168 / 0.35);
}

.text-purple-800\/40 {
  color: rgb(107 33 168 / 0.4);
}

.text-purple-800\/45 {
  color: rgb(107 33 168 / 0.45);
}

.text-purple-800\/5 {
  color: rgb(107 33 168 / 0.05);
}

.text-purple-800\/50 {
  color: rgb(107 33 168 / 0.5);
}

.text-purple-800\/55 {
  color: rgb(107 33 168 / 0.55);
}

.text-purple-800\/60 {
  color: rgb(107 33 168 / 0.6);
}

.text-purple-800\/65 {
  color: rgb(107 33 168 / 0.65);
}

.text-purple-800\/70 {
  color: rgb(107 33 168 / 0.7);
}

.text-purple-800\/75 {
  color: rgb(107 33 168 / 0.75);
}

.text-purple-800\/80 {
  color: rgb(107 33 168 / 0.8);
}

.text-purple-800\/85 {
  color: rgb(107 33 168 / 0.85);
}

.text-purple-800\/90 {
  color: rgb(107 33 168 / 0.9);
}

.text-purple-800\/95 {
  color: rgb(107 33 168 / 0.95);
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

.text-purple-900\/0 {
  color: rgb(88 28 135 / 0);
}

.text-purple-900\/10 {
  color: rgb(88 28 135 / 0.1);
}

.text-purple-900\/100 {
  color: rgb(88 28 135 / 1);
}

.text-purple-900\/15 {
  color: rgb(88 28 135 / 0.15);
}

.text-purple-900\/20 {
  color: rgb(88 28 135 / 0.2);
}

.text-purple-900\/25 {
  color: rgb(88 28 135 / 0.25);
}

.text-purple-900\/30 {
  color: rgb(88 28 135 / 0.3);
}

.text-purple-900\/35 {
  color: rgb(88 28 135 / 0.35);
}

.text-purple-900\/40 {
  color: rgb(88 28 135 / 0.4);
}

.text-purple-900\/45 {
  color: rgb(88 28 135 / 0.45);
}

.text-purple-900\/5 {
  color: rgb(88 28 135 / 0.05);
}

.text-purple-900\/50 {
  color: rgb(88 28 135 / 0.5);
}

.text-purple-900\/55 {
  color: rgb(88 28 135 / 0.55);
}

.text-purple-900\/60 {
  color: rgb(88 28 135 / 0.6);
}

.text-purple-900\/65 {
  color: rgb(88 28 135 / 0.65);
}

.text-purple-900\/70 {
  color: rgb(88 28 135 / 0.7);
}

.text-purple-900\/75 {
  color: rgb(88 28 135 / 0.75);
}

.text-purple-900\/80 {
  color: rgb(88 28 135 / 0.8);
}

.text-purple-900\/85 {
  color: rgb(88 28 135 / 0.85);
}

.text-purple-900\/90 {
  color: rgb(88 28 135 / 0.9);
}

.text-purple-900\/95 {
  color: rgb(88 28 135 / 0.95);
}

.text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}

.text-purple-950\/0 {
  color: rgb(59 7 100 / 0);
}

.text-purple-950\/10 {
  color: rgb(59 7 100 / 0.1);
}

.text-purple-950\/100 {
  color: rgb(59 7 100 / 1);
}

.text-purple-950\/15 {
  color: rgb(59 7 100 / 0.15);
}

.text-purple-950\/20 {
  color: rgb(59 7 100 / 0.2);
}

.text-purple-950\/25 {
  color: rgb(59 7 100 / 0.25);
}

.text-purple-950\/30 {
  color: rgb(59 7 100 / 0.3);
}

.text-purple-950\/35 {
  color: rgb(59 7 100 / 0.35);
}

.text-purple-950\/40 {
  color: rgb(59 7 100 / 0.4);
}

.text-purple-950\/45 {
  color: rgb(59 7 100 / 0.45);
}

.text-purple-950\/5 {
  color: rgb(59 7 100 / 0.05);
}

.text-purple-950\/50 {
  color: rgb(59 7 100 / 0.5);
}

.text-purple-950\/55 {
  color: rgb(59 7 100 / 0.55);
}

.text-purple-950\/60 {
  color: rgb(59 7 100 / 0.6);
}

.text-purple-950\/65 {
  color: rgb(59 7 100 / 0.65);
}

.text-purple-950\/70 {
  color: rgb(59 7 100 / 0.7);
}

.text-purple-950\/75 {
  color: rgb(59 7 100 / 0.75);
}

.text-purple-950\/80 {
  color: rgb(59 7 100 / 0.8);
}

.text-purple-950\/85 {
  color: rgb(59 7 100 / 0.85);
}

.text-purple-950\/90 {
  color: rgb(59 7 100 / 0.9);
}

.text-purple-950\/95 {
  color: rgb(59 7 100 / 0.95);
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.text-red-100\/0 {
  color: rgb(254 226 226 / 0);
}

.text-red-100\/10 {
  color: rgb(254 226 226 / 0.1);
}

.text-red-100\/100 {
  color: rgb(254 226 226 / 1);
}

.text-red-100\/15 {
  color: rgb(254 226 226 / 0.15);
}

.text-red-100\/20 {
  color: rgb(254 226 226 / 0.2);
}

.text-red-100\/25 {
  color: rgb(254 226 226 / 0.25);
}

.text-red-100\/30 {
  color: rgb(254 226 226 / 0.3);
}

.text-red-100\/35 {
  color: rgb(254 226 226 / 0.35);
}

.text-red-100\/40 {
  color: rgb(254 226 226 / 0.4);
}

.text-red-100\/45 {
  color: rgb(254 226 226 / 0.45);
}

.text-red-100\/5 {
  color: rgb(254 226 226 / 0.05);
}

.text-red-100\/50 {
  color: rgb(254 226 226 / 0.5);
}

.text-red-100\/55 {
  color: rgb(254 226 226 / 0.55);
}

.text-red-100\/60 {
  color: rgb(254 226 226 / 0.6);
}

.text-red-100\/65 {
  color: rgb(254 226 226 / 0.65);
}

.text-red-100\/70 {
  color: rgb(254 226 226 / 0.7);
}

.text-red-100\/75 {
  color: rgb(254 226 226 / 0.75);
}

.text-red-100\/80 {
  color: rgb(254 226 226 / 0.8);
}

.text-red-100\/85 {
  color: rgb(254 226 226 / 0.85);
}

.text-red-100\/90 {
  color: rgb(254 226 226 / 0.9);
}

.text-red-100\/95 {
  color: rgb(254 226 226 / 0.95);
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.text-red-200\/0 {
  color: rgb(254 202 202 / 0);
}

.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1);
}

.text-red-200\/100 {
  color: rgb(254 202 202 / 1);
}

.text-red-200\/15 {
  color: rgb(254 202 202 / 0.15);
}

.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2);
}

.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25);
}

.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3);
}

.text-red-200\/35 {
  color: rgb(254 202 202 / 0.35);
}

.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4);
}

.text-red-200\/45 {
  color: rgb(254 202 202 / 0.45);
}

.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05);
}

.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5);
}

.text-red-200\/55 {
  color: rgb(254 202 202 / 0.55);
}

.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6);
}

.text-red-200\/65 {
  color: rgb(254 202 202 / 0.65);
}

.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}

.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75);
}

.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}

.text-red-200\/85 {
  color: rgb(254 202 202 / 0.85);
}

.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}

.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.text-red-300\/0 {
  color: rgb(252 165 165 / 0);
}

.text-red-300\/10 {
  color: rgb(252 165 165 / 0.1);
}

.text-red-300\/100 {
  color: rgb(252 165 165 / 1);
}

.text-red-300\/15 {
  color: rgb(252 165 165 / 0.15);
}

.text-red-300\/20 {
  color: rgb(252 165 165 / 0.2);
}

.text-red-300\/25 {
  color: rgb(252 165 165 / 0.25);
}

.text-red-300\/30 {
  color: rgb(252 165 165 / 0.3);
}

.text-red-300\/35 {
  color: rgb(252 165 165 / 0.35);
}

.text-red-300\/40 {
  color: rgb(252 165 165 / 0.4);
}

.text-red-300\/45 {
  color: rgb(252 165 165 / 0.45);
}

.text-red-300\/5 {
  color: rgb(252 165 165 / 0.05);
}

.text-red-300\/50 {
  color: rgb(252 165 165 / 0.5);
}

.text-red-300\/55 {
  color: rgb(252 165 165 / 0.55);
}

.text-red-300\/60 {
  color: rgb(252 165 165 / 0.6);
}

.text-red-300\/65 {
  color: rgb(252 165 165 / 0.65);
}

.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7);
}

.text-red-300\/75 {
  color: rgb(252 165 165 / 0.75);
}

.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8);
}

.text-red-300\/85 {
  color: rgb(252 165 165 / 0.85);
}

.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9);
}

.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95);
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-400\/0 {
  color: rgb(248 113 113 / 0);
}

.text-red-400\/10 {
  color: rgb(248 113 113 / 0.1);
}

.text-red-400\/100 {
  color: rgb(248 113 113 / 1);
}

.text-red-400\/15 {
  color: rgb(248 113 113 / 0.15);
}

.text-red-400\/20 {
  color: rgb(248 113 113 / 0.2);
}

.text-red-400\/25 {
  color: rgb(248 113 113 / 0.25);
}

.text-red-400\/30 {
  color: rgb(248 113 113 / 0.3);
}

.text-red-400\/35 {
  color: rgb(248 113 113 / 0.35);
}

.text-red-400\/40 {
  color: rgb(248 113 113 / 0.4);
}

.text-red-400\/45 {
  color: rgb(248 113 113 / 0.45);
}

.text-red-400\/5 {
  color: rgb(248 113 113 / 0.05);
}

.text-red-400\/50 {
  color: rgb(248 113 113 / 0.5);
}

.text-red-400\/55 {
  color: rgb(248 113 113 / 0.55);
}

.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}

.text-red-400\/65 {
  color: rgb(248 113 113 / 0.65);
}

.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}

.text-red-400\/75 {
  color: rgb(248 113 113 / 0.75);
}

.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}

.text-red-400\/85 {
  color: rgb(248 113 113 / 0.85);
}

.text-red-400\/90 {
  color: rgb(248 113 113 / 0.9);
}

.text-red-400\/95 {
  color: rgb(248 113 113 / 0.95);
}

.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.text-red-50\/0 {
  color: rgb(254 242 242 / 0);
}

.text-red-50\/10 {
  color: rgb(254 242 242 / 0.1);
}

.text-red-50\/100 {
  color: rgb(254 242 242 / 1);
}

.text-red-50\/15 {
  color: rgb(254 242 242 / 0.15);
}

.text-red-50\/20 {
  color: rgb(254 242 242 / 0.2);
}

.text-red-50\/25 {
  color: rgb(254 242 242 / 0.25);
}

.text-red-50\/30 {
  color: rgb(254 242 242 / 0.3);
}

.text-red-50\/35 {
  color: rgb(254 242 242 / 0.35);
}

.text-red-50\/40 {
  color: rgb(254 242 242 / 0.4);
}

.text-red-50\/45 {
  color: rgb(254 242 242 / 0.45);
}

.text-red-50\/5 {
  color: rgb(254 242 242 / 0.05);
}

.text-red-50\/50 {
  color: rgb(254 242 242 / 0.5);
}

.text-red-50\/55 {
  color: rgb(254 242 242 / 0.55);
}

.text-red-50\/60 {
  color: rgb(254 242 242 / 0.6);
}

.text-red-50\/65 {
  color: rgb(254 242 242 / 0.65);
}

.text-red-50\/70 {
  color: rgb(254 242 242 / 0.7);
}

.text-red-50\/75 {
  color: rgb(254 242 242 / 0.75);
}

.text-red-50\/80 {
  color: rgb(254 242 242 / 0.8);
}

.text-red-50\/85 {
  color: rgb(254 242 242 / 0.85);
}

.text-red-50\/90 {
  color: rgb(254 242 242 / 0.9);
}

.text-red-50\/95 {
  color: rgb(254 242 242 / 0.95);
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}

.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}

.text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}

.text-red-500\/15 {
  color: rgb(239 68 68 / 0.15);
}

.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2);
}

.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25);
}

.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3);
}

.text-red-500\/35 {
  color: rgb(239 68 68 / 0.35);
}

.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4);
}

.text-red-500\/45 {
  color: rgb(239 68 68 / 0.45);
}

.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05);
}

.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5);
}

.text-red-500\/55 {
  color: rgb(239 68 68 / 0.55);
}

.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6);
}

.text-red-500\/65 {
  color: rgb(239 68 68 / 0.65);
}

.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7);
}

.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75);
}

.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}

.text-red-500\/85 {
  color: rgb(239 68 68 / 0.85);
}

.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9);
}

.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}

.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}

.text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}

.text-red-600\/15 {
  color: rgb(220 38 38 / 0.15);
}

.text-red-600\/20 {
  color: rgb(220 38 38 / 0.2);
}

.text-red-600\/25 {
  color: rgb(220 38 38 / 0.25);
}

.text-red-600\/30 {
  color: rgb(220 38 38 / 0.3);
}

.text-red-600\/35 {
  color: rgb(220 38 38 / 0.35);
}

.text-red-600\/40 {
  color: rgb(220 38 38 / 0.4);
}

.text-red-600\/45 {
  color: rgb(220 38 38 / 0.45);
}

.text-red-600\/5 {
  color: rgb(220 38 38 / 0.05);
}

.text-red-600\/50 {
  color: rgb(220 38 38 / 0.5);
}

.text-red-600\/55 {
  color: rgb(220 38 38 / 0.55);
}

.text-red-600\/60 {
  color: rgb(220 38 38 / 0.6);
}

.text-red-600\/65 {
  color: rgb(220 38 38 / 0.65);
}

.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}

.text-red-600\/75 {
  color: rgb(220 38 38 / 0.75);
}

.text-red-600\/80 {
  color: rgb(220 38 38 / 0.8);
}

.text-red-600\/85 {
  color: rgb(220 38 38 / 0.85);
}

.text-red-600\/90 {
  color: rgb(220 38 38 / 0.9);
}

.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-700\/0 {
  color: rgb(185 28 28 / 0);
}

.text-red-700\/10 {
  color: rgb(185 28 28 / 0.1);
}

.text-red-700\/100 {
  color: rgb(185 28 28 / 1);
}

.text-red-700\/15 {
  color: rgb(185 28 28 / 0.15);
}

.text-red-700\/20 {
  color: rgb(185 28 28 / 0.2);
}

.text-red-700\/25 {
  color: rgb(185 28 28 / 0.25);
}

.text-red-700\/30 {
  color: rgb(185 28 28 / 0.3);
}

.text-red-700\/35 {
  color: rgb(185 28 28 / 0.35);
}

.text-red-700\/40 {
  color: rgb(185 28 28 / 0.4);
}

.text-red-700\/45 {
  color: rgb(185 28 28 / 0.45);
}

.text-red-700\/5 {
  color: rgb(185 28 28 / 0.05);
}

.text-red-700\/50 {
  color: rgb(185 28 28 / 0.5);
}

.text-red-700\/55 {
  color: rgb(185 28 28 / 0.55);
}

.text-red-700\/60 {
  color: rgb(185 28 28 / 0.6);
}

.text-red-700\/65 {
  color: rgb(185 28 28 / 0.65);
}

.text-red-700\/70 {
  color: rgb(185 28 28 / 0.7);
}

.text-red-700\/75 {
  color: rgb(185 28 28 / 0.75);
}

.text-red-700\/80 {
  color: rgb(185 28 28 / 0.8);
}

.text-red-700\/85 {
  color: rgb(185 28 28 / 0.85);
}

.text-red-700\/90 {
  color: rgb(185 28 28 / 0.9);
}

.text-red-700\/95 {
  color: rgb(185 28 28 / 0.95);
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-red-800\/0 {
  color: rgb(153 27 27 / 0);
}

.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1);
}

.text-red-800\/100 {
  color: rgb(153 27 27 / 1);
}

.text-red-800\/15 {
  color: rgb(153 27 27 / 0.15);
}

.text-red-800\/20 {
  color: rgb(153 27 27 / 0.2);
}

.text-red-800\/25 {
  color: rgb(153 27 27 / 0.25);
}

.text-red-800\/30 {
  color: rgb(153 27 27 / 0.3);
}

.text-red-800\/35 {
  color: rgb(153 27 27 / 0.35);
}

.text-red-800\/40 {
  color: rgb(153 27 27 / 0.4);
}

.text-red-800\/45 {
  color: rgb(153 27 27 / 0.45);
}

.text-red-800\/5 {
  color: rgb(153 27 27 / 0.05);
}

.text-red-800\/50 {
  color: rgb(153 27 27 / 0.5);
}

.text-red-800\/55 {
  color: rgb(153 27 27 / 0.55);
}

.text-red-800\/60 {
  color: rgb(153 27 27 / 0.6);
}

.text-red-800\/65 {
  color: rgb(153 27 27 / 0.65);
}

.text-red-800\/70 {
  color: rgb(153 27 27 / 0.7);
}

.text-red-800\/75 {
  color: rgb(153 27 27 / 0.75);
}

.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8);
}

.text-red-800\/85 {
  color: rgb(153 27 27 / 0.85);
}

.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9);
}

.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95);
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.text-red-900\/0 {
  color: rgb(127 29 29 / 0);
}

.text-red-900\/10 {
  color: rgb(127 29 29 / 0.1);
}

.text-red-900\/100 {
  color: rgb(127 29 29 / 1);
}

.text-red-900\/15 {
  color: rgb(127 29 29 / 0.15);
}

.text-red-900\/20 {
  color: rgb(127 29 29 / 0.2);
}

.text-red-900\/25 {
  color: rgb(127 29 29 / 0.25);
}

.text-red-900\/30 {
  color: rgb(127 29 29 / 0.3);
}

.text-red-900\/35 {
  color: rgb(127 29 29 / 0.35);
}

.text-red-900\/40 {
  color: rgb(127 29 29 / 0.4);
}

.text-red-900\/45 {
  color: rgb(127 29 29 / 0.45);
}

.text-red-900\/5 {
  color: rgb(127 29 29 / 0.05);
}

.text-red-900\/50 {
  color: rgb(127 29 29 / 0.5);
}

.text-red-900\/55 {
  color: rgb(127 29 29 / 0.55);
}

.text-red-900\/60 {
  color: rgb(127 29 29 / 0.6);
}

.text-red-900\/65 {
  color: rgb(127 29 29 / 0.65);
}

.text-red-900\/70 {
  color: rgb(127 29 29 / 0.7);
}

.text-red-900\/75 {
  color: rgb(127 29 29 / 0.75);
}

.text-red-900\/80 {
  color: rgb(127 29 29 / 0.8);
}

.text-red-900\/85 {
  color: rgb(127 29 29 / 0.85);
}

.text-red-900\/90 {
  color: rgb(127 29 29 / 0.9);
}

.text-red-900\/95 {
  color: rgb(127 29 29 / 0.95);
}

.text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}

.text-red-950\/0 {
  color: rgb(69 10 10 / 0);
}

.text-red-950\/10 {
  color: rgb(69 10 10 / 0.1);
}

.text-red-950\/100 {
  color: rgb(69 10 10 / 1);
}

.text-red-950\/15 {
  color: rgb(69 10 10 / 0.15);
}

.text-red-950\/20 {
  color: rgb(69 10 10 / 0.2);
}

.text-red-950\/25 {
  color: rgb(69 10 10 / 0.25);
}

.text-red-950\/30 {
  color: rgb(69 10 10 / 0.3);
}

.text-red-950\/35 {
  color: rgb(69 10 10 / 0.35);
}

.text-red-950\/40 {
  color: rgb(69 10 10 / 0.4);
}

.text-red-950\/45 {
  color: rgb(69 10 10 / 0.45);
}

.text-red-950\/5 {
  color: rgb(69 10 10 / 0.05);
}

.text-red-950\/50 {
  color: rgb(69 10 10 / 0.5);
}

.text-red-950\/55 {
  color: rgb(69 10 10 / 0.55);
}

.text-red-950\/60 {
  color: rgb(69 10 10 / 0.6);
}

.text-red-950\/65 {
  color: rgb(69 10 10 / 0.65);
}

.text-red-950\/70 {
  color: rgb(69 10 10 / 0.7);
}

.text-red-950\/75 {
  color: rgb(69 10 10 / 0.75);
}

.text-red-950\/80 {
  color: rgb(69 10 10 / 0.8);
}

.text-red-950\/85 {
  color: rgb(69 10 10 / 0.85);
}

.text-red-950\/90 {
  color: rgb(69 10 10 / 0.9);
}

.text-red-950\/95 {
  color: rgb(69 10 10 / 0.95);
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: transparent;
}

.text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}

.text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}

.text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}

.text-transparent\/15 {
  color: rgb(0 0 0 / 0.15);
}

.text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}

.text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}

.text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}

.text-transparent\/35 {
  color: rgb(0 0 0 / 0.35);
}

.text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}

.text-transparent\/45 {
  color: rgb(0 0 0 / 0.45);
}

.text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}

.text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-transparent\/55 {
  color: rgb(0 0 0 / 0.55);
}

.text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-transparent\/65 {
  color: rgb(0 0 0 / 0.65);
}

.text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-transparent\/85 {
  color: rgb(0 0 0 / 0.85);
}

.text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}

.text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/0 {
  color: rgb(255 255 255 / 0);
}

.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-white\/100 {
  color: rgb(255 255 255 / 1);
}

.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}

.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}

.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}

.text-yellow-100\/0 {
  color: rgb(254 249 195 / 0);
}

.text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1);
}

.text-yellow-100\/100 {
  color: rgb(254 249 195 / 1);
}

.text-yellow-100\/15 {
  color: rgb(254 249 195 / 0.15);
}

.text-yellow-100\/20 {
  color: rgb(254 249 195 / 0.2);
}

.text-yellow-100\/25 {
  color: rgb(254 249 195 / 0.25);
}

.text-yellow-100\/30 {
  color: rgb(254 249 195 / 0.3);
}

.text-yellow-100\/35 {
  color: rgb(254 249 195 / 0.35);
}

.text-yellow-100\/40 {
  color: rgb(254 249 195 / 0.4);
}

.text-yellow-100\/45 {
  color: rgb(254 249 195 / 0.45);
}

.text-yellow-100\/5 {
  color: rgb(254 249 195 / 0.05);
}

.text-yellow-100\/50 {
  color: rgb(254 249 195 / 0.5);
}

.text-yellow-100\/55 {
  color: rgb(254 249 195 / 0.55);
}

.text-yellow-100\/60 {
  color: rgb(254 249 195 / 0.6);
}

.text-yellow-100\/65 {
  color: rgb(254 249 195 / 0.65);
}

.text-yellow-100\/70 {
  color: rgb(254 249 195 / 0.7);
}

.text-yellow-100\/75 {
  color: rgb(254 249 195 / 0.75);
}

.text-yellow-100\/80 {
  color: rgb(254 249 195 / 0.8);
}

.text-yellow-100\/85 {
  color: rgb(254 249 195 / 0.85);
}

.text-yellow-100\/90 {
  color: rgb(254 249 195 / 0.9);
}

.text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95);
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.text-yellow-200\/0 {
  color: rgb(254 240 138 / 0);
}

.text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1);
}

.text-yellow-200\/100 {
  color: rgb(254 240 138 / 1);
}

.text-yellow-200\/15 {
  color: rgb(254 240 138 / 0.15);
}

.text-yellow-200\/20 {
  color: rgb(254 240 138 / 0.2);
}

.text-yellow-200\/25 {
  color: rgb(254 240 138 / 0.25);
}

.text-yellow-200\/30 {
  color: rgb(254 240 138 / 0.3);
}

.text-yellow-200\/35 {
  color: rgb(254 240 138 / 0.35);
}

.text-yellow-200\/40 {
  color: rgb(254 240 138 / 0.4);
}

.text-yellow-200\/45 {
  color: rgb(254 240 138 / 0.45);
}

.text-yellow-200\/5 {
  color: rgb(254 240 138 / 0.05);
}

.text-yellow-200\/50 {
  color: rgb(254 240 138 / 0.5);
}

.text-yellow-200\/55 {
  color: rgb(254 240 138 / 0.55);
}

.text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6);
}

.text-yellow-200\/65 {
  color: rgb(254 240 138 / 0.65);
}

.text-yellow-200\/70 {
  color: rgb(254 240 138 / 0.7);
}

.text-yellow-200\/75 {
  color: rgb(254 240 138 / 0.75);
}

.text-yellow-200\/80 {
  color: rgb(254 240 138 / 0.8);
}

.text-yellow-200\/85 {
  color: rgb(254 240 138 / 0.85);
}

.text-yellow-200\/90 {
  color: rgb(254 240 138 / 0.9);
}

.text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95);
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.text-yellow-300\/0 {
  color: rgb(253 224 71 / 0);
}

.text-yellow-300\/10 {
  color: rgb(253 224 71 / 0.1);
}

.text-yellow-300\/100 {
  color: rgb(253 224 71 / 1);
}

.text-yellow-300\/15 {
  color: rgb(253 224 71 / 0.15);
}

.text-yellow-300\/20 {
  color: rgb(253 224 71 / 0.2);
}

.text-yellow-300\/25 {
  color: rgb(253 224 71 / 0.25);
}

.text-yellow-300\/30 {
  color: rgb(253 224 71 / 0.3);
}

.text-yellow-300\/35 {
  color: rgb(253 224 71 / 0.35);
}

.text-yellow-300\/40 {
  color: rgb(253 224 71 / 0.4);
}

.text-yellow-300\/45 {
  color: rgb(253 224 71 / 0.45);
}

.text-yellow-300\/5 {
  color: rgb(253 224 71 / 0.05);
}

.text-yellow-300\/50 {
  color: rgb(253 224 71 / 0.5);
}

.text-yellow-300\/55 {
  color: rgb(253 224 71 / 0.55);
}

.text-yellow-300\/60 {
  color: rgb(253 224 71 / 0.6);
}

.text-yellow-300\/65 {
  color: rgb(253 224 71 / 0.65);
}

.text-yellow-300\/70 {
  color: rgb(253 224 71 / 0.7);
}

.text-yellow-300\/75 {
  color: rgb(253 224 71 / 0.75);
}

.text-yellow-300\/80 {
  color: rgb(253 224 71 / 0.8);
}

.text-yellow-300\/85 {
  color: rgb(253 224 71 / 0.85);
}

.text-yellow-300\/90 {
  color: rgb(253 224 71 / 0.9);
}

.text-yellow-300\/95 {
  color: rgb(253 224 71 / 0.95);
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-yellow-400\/0 {
  color: rgb(250 204 21 / 0);
}

.text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1);
}

.text-yellow-400\/100 {
  color: rgb(250 204 21 / 1);
}

.text-yellow-400\/15 {
  color: rgb(250 204 21 / 0.15);
}

.text-yellow-400\/20 {
  color: rgb(250 204 21 / 0.2);
}

.text-yellow-400\/25 {
  color: rgb(250 204 21 / 0.25);
}

.text-yellow-400\/30 {
  color: rgb(250 204 21 / 0.3);
}

.text-yellow-400\/35 {
  color: rgb(250 204 21 / 0.35);
}

.text-yellow-400\/40 {
  color: rgb(250 204 21 / 0.4);
}

.text-yellow-400\/45 {
  color: rgb(250 204 21 / 0.45);
}

.text-yellow-400\/5 {
  color: rgb(250 204 21 / 0.05);
}

.text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5);
}

.text-yellow-400\/55 {
  color: rgb(250 204 21 / 0.55);
}

.text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6);
}

.text-yellow-400\/65 {
  color: rgb(250 204 21 / 0.65);
}

.text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7);
}

.text-yellow-400\/75 {
  color: rgb(250 204 21 / 0.75);
}

.text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8);
}

.text-yellow-400\/85 {
  color: rgb(250 204 21 / 0.85);
}

.text-yellow-400\/90 {
  color: rgb(250 204 21 / 0.9);
}

.text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95);
}

.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}

.text-yellow-50\/0 {
  color: rgb(254 252 232 / 0);
}

.text-yellow-50\/10 {
  color: rgb(254 252 232 / 0.1);
}

.text-yellow-50\/100 {
  color: rgb(254 252 232 / 1);
}

.text-yellow-50\/15 {
  color: rgb(254 252 232 / 0.15);
}

.text-yellow-50\/20 {
  color: rgb(254 252 232 / 0.2);
}

.text-yellow-50\/25 {
  color: rgb(254 252 232 / 0.25);
}

.text-yellow-50\/30 {
  color: rgb(254 252 232 / 0.3);
}

.text-yellow-50\/35 {
  color: rgb(254 252 232 / 0.35);
}

.text-yellow-50\/40 {
  color: rgb(254 252 232 / 0.4);
}

.text-yellow-50\/45 {
  color: rgb(254 252 232 / 0.45);
}

.text-yellow-50\/5 {
  color: rgb(254 252 232 / 0.05);
}

.text-yellow-50\/50 {
  color: rgb(254 252 232 / 0.5);
}

.text-yellow-50\/55 {
  color: rgb(254 252 232 / 0.55);
}

.text-yellow-50\/60 {
  color: rgb(254 252 232 / 0.6);
}

.text-yellow-50\/65 {
  color: rgb(254 252 232 / 0.65);
}

.text-yellow-50\/70 {
  color: rgb(254 252 232 / 0.7);
}

.text-yellow-50\/75 {
  color: rgb(254 252 232 / 0.75);
}

.text-yellow-50\/80 {
  color: rgb(254 252 232 / 0.8);
}

.text-yellow-50\/85 {
  color: rgb(254 252 232 / 0.85);
}

.text-yellow-50\/90 {
  color: rgb(254 252 232 / 0.9);
}

.text-yellow-50\/95 {
  color: rgb(254 252 232 / 0.95);
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.text-yellow-500\/0 {
  color: rgb(234 179 8 / 0);
}

.text-yellow-500\/10 {
  color: rgb(234 179 8 / 0.1);
}

.text-yellow-500\/100 {
  color: rgb(234 179 8 / 1);
}

.text-yellow-500\/15 {
  color: rgb(234 179 8 / 0.15);
}

.text-yellow-500\/20 {
  color: rgb(234 179 8 / 0.2);
}

.text-yellow-500\/25 {
  color: rgb(234 179 8 / 0.25);
}

.text-yellow-500\/30 {
  color: rgb(234 179 8 / 0.3);
}

.text-yellow-500\/35 {
  color: rgb(234 179 8 / 0.35);
}

.text-yellow-500\/40 {
  color: rgb(234 179 8 / 0.4);
}

.text-yellow-500\/45 {
  color: rgb(234 179 8 / 0.45);
}

.text-yellow-500\/5 {
  color: rgb(234 179 8 / 0.05);
}

.text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5);
}

.text-yellow-500\/55 {
  color: rgb(234 179 8 / 0.55);
}

.text-yellow-500\/60 {
  color: rgb(234 179 8 / 0.6);
}

.text-yellow-500\/65 {
  color: rgb(234 179 8 / 0.65);
}

.text-yellow-500\/70 {
  color: rgb(234 179 8 / 0.7);
}

.text-yellow-500\/75 {
  color: rgb(234 179 8 / 0.75);
}

.text-yellow-500\/80 {
  color: rgb(234 179 8 / 0.8);
}

.text-yellow-500\/85 {
  color: rgb(234 179 8 / 0.85);
}

.text-yellow-500\/90 {
  color: rgb(234 179 8 / 0.9);
}

.text-yellow-500\/95 {
  color: rgb(234 179 8 / 0.95);
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.text-yellow-600\/0 {
  color: rgb(202 138 4 / 0);
}

.text-yellow-600\/10 {
  color: rgb(202 138 4 / 0.1);
}

.text-yellow-600\/100 {
  color: rgb(202 138 4 / 1);
}

.text-yellow-600\/15 {
  color: rgb(202 138 4 / 0.15);
}

.text-yellow-600\/20 {
  color: rgb(202 138 4 / 0.2);
}

.text-yellow-600\/25 {
  color: rgb(202 138 4 / 0.25);
}

.text-yellow-600\/30 {
  color: rgb(202 138 4 / 0.3);
}

.text-yellow-600\/35 {
  color: rgb(202 138 4 / 0.35);
}

.text-yellow-600\/40 {
  color: rgb(202 138 4 / 0.4);
}

.text-yellow-600\/45 {
  color: rgb(202 138 4 / 0.45);
}

.text-yellow-600\/5 {
  color: rgb(202 138 4 / 0.05);
}

.text-yellow-600\/50 {
  color: rgb(202 138 4 / 0.5);
}

.text-yellow-600\/55 {
  color: rgb(202 138 4 / 0.55);
}

.text-yellow-600\/60 {
  color: rgb(202 138 4 / 0.6);
}

.text-yellow-600\/65 {
  color: rgb(202 138 4 / 0.65);
}

.text-yellow-600\/70 {
  color: rgb(202 138 4 / 0.7);
}

.text-yellow-600\/75 {
  color: rgb(202 138 4 / 0.75);
}

.text-yellow-600\/80 {
  color: rgb(202 138 4 / 0.8);
}

.text-yellow-600\/85 {
  color: rgb(202 138 4 / 0.85);
}

.text-yellow-600\/90 {
  color: rgb(202 138 4 / 0.9);
}

.text-yellow-600\/95 {
  color: rgb(202 138 4 / 0.95);
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.text-yellow-700\/0 {
  color: rgb(161 98 7 / 0);
}

.text-yellow-700\/10 {
  color: rgb(161 98 7 / 0.1);
}

.text-yellow-700\/100 {
  color: rgb(161 98 7 / 1);
}

.text-yellow-700\/15 {
  color: rgb(161 98 7 / 0.15);
}

.text-yellow-700\/20 {
  color: rgb(161 98 7 / 0.2);
}

.text-yellow-700\/25 {
  color: rgb(161 98 7 / 0.25);
}

.text-yellow-700\/30 {
  color: rgb(161 98 7 / 0.3);
}

.text-yellow-700\/35 {
  color: rgb(161 98 7 / 0.35);
}

.text-yellow-700\/40 {
  color: rgb(161 98 7 / 0.4);
}

.text-yellow-700\/45 {
  color: rgb(161 98 7 / 0.45);
}

.text-yellow-700\/5 {
  color: rgb(161 98 7 / 0.05);
}

.text-yellow-700\/50 {
  color: rgb(161 98 7 / 0.5);
}

.text-yellow-700\/55 {
  color: rgb(161 98 7 / 0.55);
}

.text-yellow-700\/60 {
  color: rgb(161 98 7 / 0.6);
}

.text-yellow-700\/65 {
  color: rgb(161 98 7 / 0.65);
}

.text-yellow-700\/70 {
  color: rgb(161 98 7 / 0.7);
}

.text-yellow-700\/75 {
  color: rgb(161 98 7 / 0.75);
}

.text-yellow-700\/80 {
  color: rgb(161 98 7 / 0.8);
}

.text-yellow-700\/85 {
  color: rgb(161 98 7 / 0.85);
}

.text-yellow-700\/90 {
  color: rgb(161 98 7 / 0.9);
}

.text-yellow-700\/95 {
  color: rgb(161 98 7 / 0.95);
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.text-yellow-800\/0 {
  color: rgb(133 77 14 / 0);
}

.text-yellow-800\/10 {
  color: rgb(133 77 14 / 0.1);
}

.text-yellow-800\/100 {
  color: rgb(133 77 14 / 1);
}

.text-yellow-800\/15 {
  color: rgb(133 77 14 / 0.15);
}

.text-yellow-800\/20 {
  color: rgb(133 77 14 / 0.2);
}

.text-yellow-800\/25 {
  color: rgb(133 77 14 / 0.25);
}

.text-yellow-800\/30 {
  color: rgb(133 77 14 / 0.3);
}

.text-yellow-800\/35 {
  color: rgb(133 77 14 / 0.35);
}

.text-yellow-800\/40 {
  color: rgb(133 77 14 / 0.4);
}

.text-yellow-800\/45 {
  color: rgb(133 77 14 / 0.45);
}

.text-yellow-800\/5 {
  color: rgb(133 77 14 / 0.05);
}

.text-yellow-800\/50 {
  color: rgb(133 77 14 / 0.5);
}

.text-yellow-800\/55 {
  color: rgb(133 77 14 / 0.55);
}

.text-yellow-800\/60 {
  color: rgb(133 77 14 / 0.6);
}

.text-yellow-800\/65 {
  color: rgb(133 77 14 / 0.65);
}

.text-yellow-800\/70 {
  color: rgb(133 77 14 / 0.7);
}

.text-yellow-800\/75 {
  color: rgb(133 77 14 / 0.75);
}

.text-yellow-800\/80 {
  color: rgb(133 77 14 / 0.8);
}

.text-yellow-800\/85 {
  color: rgb(133 77 14 / 0.85);
}

.text-yellow-800\/90 {
  color: rgb(133 77 14 / 0.9);
}

.text-yellow-800\/95 {
  color: rgb(133 77 14 / 0.95);
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

.text-yellow-900\/0 {
  color: rgb(113 63 18 / 0);
}

.text-yellow-900\/10 {
  color: rgb(113 63 18 / 0.1);
}

.text-yellow-900\/100 {
  color: rgb(113 63 18 / 1);
}

.text-yellow-900\/15 {
  color: rgb(113 63 18 / 0.15);
}

.text-yellow-900\/20 {
  color: rgb(113 63 18 / 0.2);
}

.text-yellow-900\/25 {
  color: rgb(113 63 18 / 0.25);
}

.text-yellow-900\/30 {
  color: rgb(113 63 18 / 0.3);
}

.text-yellow-900\/35 {
  color: rgb(113 63 18 / 0.35);
}

.text-yellow-900\/40 {
  color: rgb(113 63 18 / 0.4);
}

.text-yellow-900\/45 {
  color: rgb(113 63 18 / 0.45);
}

.text-yellow-900\/5 {
  color: rgb(113 63 18 / 0.05);
}

.text-yellow-900\/50 {
  color: rgb(113 63 18 / 0.5);
}

.text-yellow-900\/55 {
  color: rgb(113 63 18 / 0.55);
}

.text-yellow-900\/60 {
  color: rgb(113 63 18 / 0.6);
}

.text-yellow-900\/65 {
  color: rgb(113 63 18 / 0.65);
}

.text-yellow-900\/70 {
  color: rgb(113 63 18 / 0.7);
}

.text-yellow-900\/75 {
  color: rgb(113 63 18 / 0.75);
}

.text-yellow-900\/80 {
  color: rgb(113 63 18 / 0.8);
}

.text-yellow-900\/85 {
  color: rgb(113 63 18 / 0.85);
}

.text-yellow-900\/90 {
  color: rgb(113 63 18 / 0.9);
}

.text-yellow-900\/95 {
  color: rgb(113 63 18 / 0.95);
}

.text-yellow-950 {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}

.text-yellow-950\/0 {
  color: rgb(66 32 6 / 0);
}

.text-yellow-950\/10 {
  color: rgb(66 32 6 / 0.1);
}

.text-yellow-950\/100 {
  color: rgb(66 32 6 / 1);
}

.text-yellow-950\/15 {
  color: rgb(66 32 6 / 0.15);
}

.text-yellow-950\/20 {
  color: rgb(66 32 6 / 0.2);
}

.text-yellow-950\/25 {
  color: rgb(66 32 6 / 0.25);
}

.text-yellow-950\/30 {
  color: rgb(66 32 6 / 0.3);
}

.text-yellow-950\/35 {
  color: rgb(66 32 6 / 0.35);
}

.text-yellow-950\/40 {
  color: rgb(66 32 6 / 0.4);
}

.text-yellow-950\/45 {
  color: rgb(66 32 6 / 0.45);
}

.text-yellow-950\/5 {
  color: rgb(66 32 6 / 0.05);
}

.text-yellow-950\/50 {
  color: rgb(66 32 6 / 0.5);
}

.text-yellow-950\/55 {
  color: rgb(66 32 6 / 0.55);
}

.text-yellow-950\/60 {
  color: rgb(66 32 6 / 0.6);
}

.text-yellow-950\/65 {
  color: rgb(66 32 6 / 0.65);
}

.text-yellow-950\/70 {
  color: rgb(66 32 6 / 0.7);
}

.text-yellow-950\/75 {
  color: rgb(66 32 6 / 0.75);
}

.text-yellow-950\/80 {
  color: rgb(66 32 6 / 0.8);
}

.text-yellow-950\/85 {
  color: rgb(66 32 6 / 0.85);
}

.text-yellow-950\/90 {
  color: rgb(66 32 6 / 0.9);
}

.text-yellow-950\/95 {
  color: rgb(66 32 6 / 0.95);
}

.text-opacity-0 {
  --tw-text-opacity: 0;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-55 {
  --tw-text-opacity: 0.55;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.underline {
  text-decoration-line: underline;
}

.overline {
  text-decoration-line: overline;
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.decoration-yellow-100 {
  text-decoration-color: #fef9c3;
}

.decoration-yellow-100\/0 {
  text-decoration-color: rgb(254 249 195 / 0);
}

.decoration-yellow-100\/10 {
  text-decoration-color: rgb(254 249 195 / 0.1);
}

.decoration-yellow-100\/100 {
  text-decoration-color: rgb(254 249 195 / 1);
}

.decoration-yellow-100\/15 {
  text-decoration-color: rgb(254 249 195 / 0.15);
}

.decoration-yellow-100\/20 {
  text-decoration-color: rgb(254 249 195 / 0.2);
}

.decoration-yellow-100\/25 {
  text-decoration-color: rgb(254 249 195 / 0.25);
}

.decoration-yellow-100\/30 {
  text-decoration-color: rgb(254 249 195 / 0.3);
}

.decoration-yellow-100\/35 {
  text-decoration-color: rgb(254 249 195 / 0.35);
}

.decoration-yellow-100\/40 {
  text-decoration-color: rgb(254 249 195 / 0.4);
}

.decoration-yellow-100\/45 {
  text-decoration-color: rgb(254 249 195 / 0.45);
}

.decoration-yellow-100\/5 {
  text-decoration-color: rgb(254 249 195 / 0.05);
}

.decoration-yellow-100\/50 {
  text-decoration-color: rgb(254 249 195 / 0.5);
}

.decoration-yellow-100\/55 {
  text-decoration-color: rgb(254 249 195 / 0.55);
}

.decoration-yellow-100\/60 {
  text-decoration-color: rgb(254 249 195 / 0.6);
}

.decoration-yellow-100\/65 {
  text-decoration-color: rgb(254 249 195 / 0.65);
}

.decoration-yellow-100\/70 {
  text-decoration-color: rgb(254 249 195 / 0.7);
}

.decoration-yellow-100\/75 {
  text-decoration-color: rgb(254 249 195 / 0.75);
}

.decoration-yellow-100\/80 {
  text-decoration-color: rgb(254 249 195 / 0.8);
}

.decoration-yellow-100\/85 {
  text-decoration-color: rgb(254 249 195 / 0.85);
}

.decoration-yellow-100\/90 {
  text-decoration-color: rgb(254 249 195 / 0.9);
}

.decoration-yellow-100\/95 {
  text-decoration-color: rgb(254 249 195 / 0.95);
}

.decoration-yellow-200 {
  text-decoration-color: #fef08a;
}

.decoration-yellow-200\/0 {
  text-decoration-color: rgb(254 240 138 / 0);
}

.decoration-yellow-200\/10 {
  text-decoration-color: rgb(254 240 138 / 0.1);
}

.decoration-yellow-200\/100 {
  text-decoration-color: rgb(254 240 138 / 1);
}

.decoration-yellow-200\/15 {
  text-decoration-color: rgb(254 240 138 / 0.15);
}

.decoration-yellow-200\/20 {
  text-decoration-color: rgb(254 240 138 / 0.2);
}

.decoration-yellow-200\/25 {
  text-decoration-color: rgb(254 240 138 / 0.25);
}

.decoration-yellow-200\/30 {
  text-decoration-color: rgb(254 240 138 / 0.3);
}

.decoration-yellow-200\/35 {
  text-decoration-color: rgb(254 240 138 / 0.35);
}

.decoration-yellow-200\/40 {
  text-decoration-color: rgb(254 240 138 / 0.4);
}

.decoration-yellow-200\/45 {
  text-decoration-color: rgb(254 240 138 / 0.45);
}

.decoration-yellow-200\/5 {
  text-decoration-color: rgb(254 240 138 / 0.05);
}

.decoration-yellow-200\/50 {
  text-decoration-color: rgb(254 240 138 / 0.5);
}

.decoration-yellow-200\/55 {
  text-decoration-color: rgb(254 240 138 / 0.55);
}

.decoration-yellow-200\/60 {
  text-decoration-color: rgb(254 240 138 / 0.6);
}

.decoration-yellow-200\/65 {
  text-decoration-color: rgb(254 240 138 / 0.65);
}

.decoration-yellow-200\/70 {
  text-decoration-color: rgb(254 240 138 / 0.7);
}

.decoration-yellow-200\/75 {
  text-decoration-color: rgb(254 240 138 / 0.75);
}

.decoration-yellow-200\/80 {
  text-decoration-color: rgb(254 240 138 / 0.8);
}

.decoration-yellow-200\/85 {
  text-decoration-color: rgb(254 240 138 / 0.85);
}

.decoration-yellow-200\/90 {
  text-decoration-color: rgb(254 240 138 / 0.9);
}

.decoration-yellow-200\/95 {
  text-decoration-color: rgb(254 240 138 / 0.95);
}

.decoration-yellow-300 {
  text-decoration-color: #fde047;
}

.decoration-yellow-300\/0 {
  text-decoration-color: rgb(253 224 71 / 0);
}

.decoration-yellow-300\/10 {
  text-decoration-color: rgb(253 224 71 / 0.1);
}

.decoration-yellow-300\/100 {
  text-decoration-color: rgb(253 224 71 / 1);
}

.decoration-yellow-300\/15 {
  text-decoration-color: rgb(253 224 71 / 0.15);
}

.decoration-yellow-300\/20 {
  text-decoration-color: rgb(253 224 71 / 0.2);
}

.decoration-yellow-300\/25 {
  text-decoration-color: rgb(253 224 71 / 0.25);
}

.decoration-yellow-300\/30 {
  text-decoration-color: rgb(253 224 71 / 0.3);
}

.decoration-yellow-300\/35 {
  text-decoration-color: rgb(253 224 71 / 0.35);
}

.decoration-yellow-300\/40 {
  text-decoration-color: rgb(253 224 71 / 0.4);
}

.decoration-yellow-300\/45 {
  text-decoration-color: rgb(253 224 71 / 0.45);
}

.decoration-yellow-300\/5 {
  text-decoration-color: rgb(253 224 71 / 0.05);
}

.decoration-yellow-300\/50 {
  text-decoration-color: rgb(253 224 71 / 0.5);
}

.decoration-yellow-300\/55 {
  text-decoration-color: rgb(253 224 71 / 0.55);
}

.decoration-yellow-300\/60 {
  text-decoration-color: rgb(253 224 71 / 0.6);
}

.decoration-yellow-300\/65 {
  text-decoration-color: rgb(253 224 71 / 0.65);
}

.decoration-yellow-300\/70 {
  text-decoration-color: rgb(253 224 71 / 0.7);
}

.decoration-yellow-300\/75 {
  text-decoration-color: rgb(253 224 71 / 0.75);
}

.decoration-yellow-300\/80 {
  text-decoration-color: rgb(253 224 71 / 0.8);
}

.decoration-yellow-300\/85 {
  text-decoration-color: rgb(253 224 71 / 0.85);
}

.decoration-yellow-300\/90 {
  text-decoration-color: rgb(253 224 71 / 0.9);
}

.decoration-yellow-300\/95 {
  text-decoration-color: rgb(253 224 71 / 0.95);
}

.decoration-yellow-400 {
  text-decoration-color: #facc15;
}

.decoration-yellow-400\/0 {
  text-decoration-color: rgb(250 204 21 / 0);
}

.decoration-yellow-400\/10 {
  text-decoration-color: rgb(250 204 21 / 0.1);
}

.decoration-yellow-400\/100 {
  text-decoration-color: rgb(250 204 21 / 1);
}

.decoration-yellow-400\/15 {
  text-decoration-color: rgb(250 204 21 / 0.15);
}

.decoration-yellow-400\/20 {
  text-decoration-color: rgb(250 204 21 / 0.2);
}

.decoration-yellow-400\/25 {
  text-decoration-color: rgb(250 204 21 / 0.25);
}

.decoration-yellow-400\/30 {
  text-decoration-color: rgb(250 204 21 / 0.3);
}

.decoration-yellow-400\/35 {
  text-decoration-color: rgb(250 204 21 / 0.35);
}

.decoration-yellow-400\/40 {
  text-decoration-color: rgb(250 204 21 / 0.4);
}

.decoration-yellow-400\/45 {
  text-decoration-color: rgb(250 204 21 / 0.45);
}

.decoration-yellow-400\/5 {
  text-decoration-color: rgb(250 204 21 / 0.05);
}

.decoration-yellow-400\/50 {
  text-decoration-color: rgb(250 204 21 / 0.5);
}

.decoration-yellow-400\/55 {
  text-decoration-color: rgb(250 204 21 / 0.55);
}

.decoration-yellow-400\/60 {
  text-decoration-color: rgb(250 204 21 / 0.6);
}

.decoration-yellow-400\/65 {
  text-decoration-color: rgb(250 204 21 / 0.65);
}

.decoration-yellow-400\/70 {
  text-decoration-color: rgb(250 204 21 / 0.7);
}

.decoration-yellow-400\/75 {
  text-decoration-color: rgb(250 204 21 / 0.75);
}

.decoration-yellow-400\/80 {
  text-decoration-color: rgb(250 204 21 / 0.8);
}

.decoration-yellow-400\/85 {
  text-decoration-color: rgb(250 204 21 / 0.85);
}

.decoration-yellow-400\/90 {
  text-decoration-color: rgb(250 204 21 / 0.9);
}

.decoration-yellow-400\/95 {
  text-decoration-color: rgb(250 204 21 / 0.95);
}

.decoration-yellow-50 {
  text-decoration-color: #fefce8;
}

.decoration-yellow-50\/0 {
  text-decoration-color: rgb(254 252 232 / 0);
}

.decoration-yellow-50\/10 {
  text-decoration-color: rgb(254 252 232 / 0.1);
}

.decoration-yellow-50\/100 {
  text-decoration-color: rgb(254 252 232 / 1);
}

.decoration-yellow-50\/15 {
  text-decoration-color: rgb(254 252 232 / 0.15);
}

.decoration-yellow-50\/20 {
  text-decoration-color: rgb(254 252 232 / 0.2);
}

.decoration-yellow-50\/25 {
  text-decoration-color: rgb(254 252 232 / 0.25);
}

.decoration-yellow-50\/30 {
  text-decoration-color: rgb(254 252 232 / 0.3);
}

.decoration-yellow-50\/35 {
  text-decoration-color: rgb(254 252 232 / 0.35);
}

.decoration-yellow-50\/40 {
  text-decoration-color: rgb(254 252 232 / 0.4);
}

.decoration-yellow-50\/45 {
  text-decoration-color: rgb(254 252 232 / 0.45);
}

.decoration-yellow-50\/5 {
  text-decoration-color: rgb(254 252 232 / 0.05);
}

.decoration-yellow-50\/50 {
  text-decoration-color: rgb(254 252 232 / 0.5);
}

.decoration-yellow-50\/55 {
  text-decoration-color: rgb(254 252 232 / 0.55);
}

.decoration-yellow-50\/60 {
  text-decoration-color: rgb(254 252 232 / 0.6);
}

.decoration-yellow-50\/65 {
  text-decoration-color: rgb(254 252 232 / 0.65);
}

.decoration-yellow-50\/70 {
  text-decoration-color: rgb(254 252 232 / 0.7);
}

.decoration-yellow-50\/75 {
  text-decoration-color: rgb(254 252 232 / 0.75);
}

.decoration-yellow-50\/80 {
  text-decoration-color: rgb(254 252 232 / 0.8);
}

.decoration-yellow-50\/85 {
  text-decoration-color: rgb(254 252 232 / 0.85);
}

.decoration-yellow-50\/90 {
  text-decoration-color: rgb(254 252 232 / 0.9);
}

.decoration-yellow-50\/95 {
  text-decoration-color: rgb(254 252 232 / 0.95);
}

.decoration-yellow-500 {
  text-decoration-color: #eab308;
}

.decoration-yellow-500\/0 {
  text-decoration-color: rgb(234 179 8 / 0);
}

.decoration-yellow-500\/10 {
  text-decoration-color: rgb(234 179 8 / 0.1);
}

.decoration-yellow-500\/100 {
  text-decoration-color: rgb(234 179 8 / 1);
}

.decoration-yellow-500\/15 {
  text-decoration-color: rgb(234 179 8 / 0.15);
}

.decoration-yellow-500\/20 {
  text-decoration-color: rgb(234 179 8 / 0.2);
}

.decoration-yellow-500\/25 {
  text-decoration-color: rgb(234 179 8 / 0.25);
}

.decoration-yellow-500\/30 {
  text-decoration-color: rgb(234 179 8 / 0.3);
}

.decoration-yellow-500\/35 {
  text-decoration-color: rgb(234 179 8 / 0.35);
}

.decoration-yellow-500\/40 {
  text-decoration-color: rgb(234 179 8 / 0.4);
}

.decoration-yellow-500\/45 {
  text-decoration-color: rgb(234 179 8 / 0.45);
}

.decoration-yellow-500\/5 {
  text-decoration-color: rgb(234 179 8 / 0.05);
}

.decoration-yellow-500\/50 {
  text-decoration-color: rgb(234 179 8 / 0.5);
}

.decoration-yellow-500\/55 {
  text-decoration-color: rgb(234 179 8 / 0.55);
}

.decoration-yellow-500\/60 {
  text-decoration-color: rgb(234 179 8 / 0.6);
}

.decoration-yellow-500\/65 {
  text-decoration-color: rgb(234 179 8 / 0.65);
}

.decoration-yellow-500\/70 {
  text-decoration-color: rgb(234 179 8 / 0.7);
}

.decoration-yellow-500\/75 {
  text-decoration-color: rgb(234 179 8 / 0.75);
}

.decoration-yellow-500\/80 {
  text-decoration-color: rgb(234 179 8 / 0.8);
}

.decoration-yellow-500\/85 {
  text-decoration-color: rgb(234 179 8 / 0.85);
}

.decoration-yellow-500\/90 {
  text-decoration-color: rgb(234 179 8 / 0.9);
}

.decoration-yellow-500\/95 {
  text-decoration-color: rgb(234 179 8 / 0.95);
}

.decoration-yellow-600 {
  text-decoration-color: #ca8a04;
}

.decoration-yellow-600\/0 {
  text-decoration-color: rgb(202 138 4 / 0);
}

.decoration-yellow-600\/10 {
  text-decoration-color: rgb(202 138 4 / 0.1);
}

.decoration-yellow-600\/100 {
  text-decoration-color: rgb(202 138 4 / 1);
}

.decoration-yellow-600\/15 {
  text-decoration-color: rgb(202 138 4 / 0.15);
}

.decoration-yellow-600\/20 {
  text-decoration-color: rgb(202 138 4 / 0.2);
}

.decoration-yellow-600\/25 {
  text-decoration-color: rgb(202 138 4 / 0.25);
}

.decoration-yellow-600\/30 {
  text-decoration-color: rgb(202 138 4 / 0.3);
}

.decoration-yellow-600\/35 {
  text-decoration-color: rgb(202 138 4 / 0.35);
}

.decoration-yellow-600\/40 {
  text-decoration-color: rgb(202 138 4 / 0.4);
}

.decoration-yellow-600\/45 {
  text-decoration-color: rgb(202 138 4 / 0.45);
}

.decoration-yellow-600\/5 {
  text-decoration-color: rgb(202 138 4 / 0.05);
}

.decoration-yellow-600\/50 {
  text-decoration-color: rgb(202 138 4 / 0.5);
}

.decoration-yellow-600\/55 {
  text-decoration-color: rgb(202 138 4 / 0.55);
}

.decoration-yellow-600\/60 {
  text-decoration-color: rgb(202 138 4 / 0.6);
}

.decoration-yellow-600\/65 {
  text-decoration-color: rgb(202 138 4 / 0.65);
}

.decoration-yellow-600\/70 {
  text-decoration-color: rgb(202 138 4 / 0.7);
}

.decoration-yellow-600\/75 {
  text-decoration-color: rgb(202 138 4 / 0.75);
}

.decoration-yellow-600\/80 {
  text-decoration-color: rgb(202 138 4 / 0.8);
}

.decoration-yellow-600\/85 {
  text-decoration-color: rgb(202 138 4 / 0.85);
}

.decoration-yellow-600\/90 {
  text-decoration-color: rgb(202 138 4 / 0.9);
}

.decoration-yellow-600\/95 {
  text-decoration-color: rgb(202 138 4 / 0.95);
}

.decoration-yellow-700 {
  text-decoration-color: #a16207;
}

.decoration-yellow-700\/0 {
  text-decoration-color: rgb(161 98 7 / 0);
}

.decoration-yellow-700\/10 {
  text-decoration-color: rgb(161 98 7 / 0.1);
}

.decoration-yellow-700\/100 {
  text-decoration-color: rgb(161 98 7 / 1);
}

.decoration-yellow-700\/15 {
  text-decoration-color: rgb(161 98 7 / 0.15);
}

.decoration-yellow-700\/20 {
  text-decoration-color: rgb(161 98 7 / 0.2);
}

.decoration-yellow-700\/25 {
  text-decoration-color: rgb(161 98 7 / 0.25);
}

.decoration-yellow-700\/30 {
  text-decoration-color: rgb(161 98 7 / 0.3);
}

.decoration-yellow-700\/35 {
  text-decoration-color: rgb(161 98 7 / 0.35);
}

.decoration-yellow-700\/40 {
  text-decoration-color: rgb(161 98 7 / 0.4);
}

.decoration-yellow-700\/45 {
  text-decoration-color: rgb(161 98 7 / 0.45);
}

.decoration-yellow-700\/5 {
  text-decoration-color: rgb(161 98 7 / 0.05);
}

.decoration-yellow-700\/50 {
  text-decoration-color: rgb(161 98 7 / 0.5);
}

.decoration-yellow-700\/55 {
  text-decoration-color: rgb(161 98 7 / 0.55);
}

.decoration-yellow-700\/60 {
  text-decoration-color: rgb(161 98 7 / 0.6);
}

.decoration-yellow-700\/65 {
  text-decoration-color: rgb(161 98 7 / 0.65);
}

.decoration-yellow-700\/70 {
  text-decoration-color: rgb(161 98 7 / 0.7);
}

.decoration-yellow-700\/75 {
  text-decoration-color: rgb(161 98 7 / 0.75);
}

.decoration-yellow-700\/80 {
  text-decoration-color: rgb(161 98 7 / 0.8);
}

.decoration-yellow-700\/85 {
  text-decoration-color: rgb(161 98 7 / 0.85);
}

.decoration-yellow-700\/90 {
  text-decoration-color: rgb(161 98 7 / 0.9);
}

.decoration-yellow-700\/95 {
  text-decoration-color: rgb(161 98 7 / 0.95);
}

.decoration-yellow-800 {
  text-decoration-color: #854d0e;
}

.decoration-yellow-800\/0 {
  text-decoration-color: rgb(133 77 14 / 0);
}

.decoration-yellow-800\/10 {
  text-decoration-color: rgb(133 77 14 / 0.1);
}

.decoration-yellow-800\/100 {
  text-decoration-color: rgb(133 77 14 / 1);
}

.decoration-yellow-800\/15 {
  text-decoration-color: rgb(133 77 14 / 0.15);
}

.decoration-yellow-800\/20 {
  text-decoration-color: rgb(133 77 14 / 0.2);
}

.decoration-yellow-800\/25 {
  text-decoration-color: rgb(133 77 14 / 0.25);
}

.decoration-yellow-800\/30 {
  text-decoration-color: rgb(133 77 14 / 0.3);
}

.decoration-yellow-800\/35 {
  text-decoration-color: rgb(133 77 14 / 0.35);
}

.decoration-yellow-800\/40 {
  text-decoration-color: rgb(133 77 14 / 0.4);
}

.decoration-yellow-800\/45 {
  text-decoration-color: rgb(133 77 14 / 0.45);
}

.decoration-yellow-800\/5 {
  text-decoration-color: rgb(133 77 14 / 0.05);
}

.decoration-yellow-800\/50 {
  text-decoration-color: rgb(133 77 14 / 0.5);
}

.decoration-yellow-800\/55 {
  text-decoration-color: rgb(133 77 14 / 0.55);
}

.decoration-yellow-800\/60 {
  text-decoration-color: rgb(133 77 14 / 0.6);
}

.decoration-yellow-800\/65 {
  text-decoration-color: rgb(133 77 14 / 0.65);
}

.decoration-yellow-800\/70 {
  text-decoration-color: rgb(133 77 14 / 0.7);
}

.decoration-yellow-800\/75 {
  text-decoration-color: rgb(133 77 14 / 0.75);
}

.decoration-yellow-800\/80 {
  text-decoration-color: rgb(133 77 14 / 0.8);
}

.decoration-yellow-800\/85 {
  text-decoration-color: rgb(133 77 14 / 0.85);
}

.decoration-yellow-800\/90 {
  text-decoration-color: rgb(133 77 14 / 0.9);
}

.decoration-yellow-800\/95 {
  text-decoration-color: rgb(133 77 14 / 0.95);
}

.decoration-yellow-900 {
  text-decoration-color: #713f12;
}

.decoration-yellow-900\/0 {
  text-decoration-color: rgb(113 63 18 / 0);
}

.decoration-yellow-900\/10 {
  text-decoration-color: rgb(113 63 18 / 0.1);
}

.decoration-yellow-900\/100 {
  text-decoration-color: rgb(113 63 18 / 1);
}

.decoration-yellow-900\/15 {
  text-decoration-color: rgb(113 63 18 / 0.15);
}

.decoration-yellow-900\/20 {
  text-decoration-color: rgb(113 63 18 / 0.2);
}

.decoration-yellow-900\/25 {
  text-decoration-color: rgb(113 63 18 / 0.25);
}

.decoration-yellow-900\/30 {
  text-decoration-color: rgb(113 63 18 / 0.3);
}

.decoration-yellow-900\/35 {
  text-decoration-color: rgb(113 63 18 / 0.35);
}

.decoration-yellow-900\/40 {
  text-decoration-color: rgb(113 63 18 / 0.4);
}

.decoration-yellow-900\/45 {
  text-decoration-color: rgb(113 63 18 / 0.45);
}

.decoration-yellow-900\/5 {
  text-decoration-color: rgb(113 63 18 / 0.05);
}

.decoration-yellow-900\/50 {
  text-decoration-color: rgb(113 63 18 / 0.5);
}

.decoration-yellow-900\/55 {
  text-decoration-color: rgb(113 63 18 / 0.55);
}

.decoration-yellow-900\/60 {
  text-decoration-color: rgb(113 63 18 / 0.6);
}

.decoration-yellow-900\/65 {
  text-decoration-color: rgb(113 63 18 / 0.65);
}

.decoration-yellow-900\/70 {
  text-decoration-color: rgb(113 63 18 / 0.7);
}

.decoration-yellow-900\/75 {
  text-decoration-color: rgb(113 63 18 / 0.75);
}

.decoration-yellow-900\/80 {
  text-decoration-color: rgb(113 63 18 / 0.8);
}

.decoration-yellow-900\/85 {
  text-decoration-color: rgb(113 63 18 / 0.85);
}

.decoration-yellow-900\/90 {
  text-decoration-color: rgb(113 63 18 / 0.9);
}

.decoration-yellow-900\/95 {
  text-decoration-color: rgb(113 63 18 / 0.95);
}

.decoration-yellow-950 {
  text-decoration-color: #422006;
}

.decoration-yellow-950\/0 {
  text-decoration-color: rgb(66 32 6 / 0);
}

.decoration-yellow-950\/10 {
  text-decoration-color: rgb(66 32 6 / 0.1);
}

.decoration-yellow-950\/100 {
  text-decoration-color: rgb(66 32 6 / 1);
}

.decoration-yellow-950\/15 {
  text-decoration-color: rgb(66 32 6 / 0.15);
}

.decoration-yellow-950\/20 {
  text-decoration-color: rgb(66 32 6 / 0.2);
}

.decoration-yellow-950\/25 {
  text-decoration-color: rgb(66 32 6 / 0.25);
}

.decoration-yellow-950\/30 {
  text-decoration-color: rgb(66 32 6 / 0.3);
}

.decoration-yellow-950\/35 {
  text-decoration-color: rgb(66 32 6 / 0.35);
}

.decoration-yellow-950\/40 {
  text-decoration-color: rgb(66 32 6 / 0.4);
}

.decoration-yellow-950\/45 {
  text-decoration-color: rgb(66 32 6 / 0.45);
}

.decoration-yellow-950\/5 {
  text-decoration-color: rgb(66 32 6 / 0.05);
}

.decoration-yellow-950\/50 {
  text-decoration-color: rgb(66 32 6 / 0.5);
}

.decoration-yellow-950\/55 {
  text-decoration-color: rgb(66 32 6 / 0.55);
}

.decoration-yellow-950\/60 {
  text-decoration-color: rgb(66 32 6 / 0.6);
}

.decoration-yellow-950\/65 {
  text-decoration-color: rgb(66 32 6 / 0.65);
}

.decoration-yellow-950\/70 {
  text-decoration-color: rgb(66 32 6 / 0.7);
}

.decoration-yellow-950\/75 {
  text-decoration-color: rgb(66 32 6 / 0.75);
}

.decoration-yellow-950\/80 {
  text-decoration-color: rgb(66 32 6 / 0.8);
}

.decoration-yellow-950\/85 {
  text-decoration-color: rgb(66 32 6 / 0.85);
}

.decoration-yellow-950\/90 {
  text-decoration-color: rgb(66 32 6 / 0.9);
}

.decoration-yellow-950\/95 {
  text-decoration-color: rgb(66 32 6 / 0.95);
}

.decoration-solid {
  text-decoration-style: solid;
}

.decoration-double {
  text-decoration-style: double;
}

.decoration-dotted {
  text-decoration-style: dotted;
}

.decoration-dashed {
  text-decoration-style: dashed;
}

.decoration-wavy {
  text-decoration-style: wavy;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.placeholder-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-100\/0::-moz-placeholder {
  color: rgb(254 249 195 / 0);
}

.placeholder-yellow-100\/0::placeholder {
  color: rgb(254 249 195 / 0);
}

.placeholder-yellow-100\/10::-moz-placeholder {
  color: rgb(254 249 195 / 0.1);
}

.placeholder-yellow-100\/10::placeholder {
  color: rgb(254 249 195 / 0.1);
}

.placeholder-yellow-100\/100::-moz-placeholder {
  color: rgb(254 249 195 / 1);
}

.placeholder-yellow-100\/100::placeholder {
  color: rgb(254 249 195 / 1);
}

.placeholder-yellow-100\/15::-moz-placeholder {
  color: rgb(254 249 195 / 0.15);
}

.placeholder-yellow-100\/15::placeholder {
  color: rgb(254 249 195 / 0.15);
}

.placeholder-yellow-100\/20::-moz-placeholder {
  color: rgb(254 249 195 / 0.2);
}

.placeholder-yellow-100\/20::placeholder {
  color: rgb(254 249 195 / 0.2);
}

.placeholder-yellow-100\/25::-moz-placeholder {
  color: rgb(254 249 195 / 0.25);
}

.placeholder-yellow-100\/25::placeholder {
  color: rgb(254 249 195 / 0.25);
}

.placeholder-yellow-100\/30::-moz-placeholder {
  color: rgb(254 249 195 / 0.3);
}

.placeholder-yellow-100\/30::placeholder {
  color: rgb(254 249 195 / 0.3);
}

.placeholder-yellow-100\/35::-moz-placeholder {
  color: rgb(254 249 195 / 0.35);
}

.placeholder-yellow-100\/35::placeholder {
  color: rgb(254 249 195 / 0.35);
}

.placeholder-yellow-100\/40::-moz-placeholder {
  color: rgb(254 249 195 / 0.4);
}

.placeholder-yellow-100\/40::placeholder {
  color: rgb(254 249 195 / 0.4);
}

.placeholder-yellow-100\/45::-moz-placeholder {
  color: rgb(254 249 195 / 0.45);
}

.placeholder-yellow-100\/45::placeholder {
  color: rgb(254 249 195 / 0.45);
}

.placeholder-yellow-100\/5::-moz-placeholder {
  color: rgb(254 249 195 / 0.05);
}

.placeholder-yellow-100\/5::placeholder {
  color: rgb(254 249 195 / 0.05);
}

.placeholder-yellow-100\/50::-moz-placeholder {
  color: rgb(254 249 195 / 0.5);
}

.placeholder-yellow-100\/50::placeholder {
  color: rgb(254 249 195 / 0.5);
}

.placeholder-yellow-100\/55::-moz-placeholder {
  color: rgb(254 249 195 / 0.55);
}

.placeholder-yellow-100\/55::placeholder {
  color: rgb(254 249 195 / 0.55);
}

.placeholder-yellow-100\/60::-moz-placeholder {
  color: rgb(254 249 195 / 0.6);
}

.placeholder-yellow-100\/60::placeholder {
  color: rgb(254 249 195 / 0.6);
}

.placeholder-yellow-100\/65::-moz-placeholder {
  color: rgb(254 249 195 / 0.65);
}

.placeholder-yellow-100\/65::placeholder {
  color: rgb(254 249 195 / 0.65);
}

.placeholder-yellow-100\/70::-moz-placeholder {
  color: rgb(254 249 195 / 0.7);
}

.placeholder-yellow-100\/70::placeholder {
  color: rgb(254 249 195 / 0.7);
}

.placeholder-yellow-100\/75::-moz-placeholder {
  color: rgb(254 249 195 / 0.75);
}

.placeholder-yellow-100\/75::placeholder {
  color: rgb(254 249 195 / 0.75);
}

.placeholder-yellow-100\/80::-moz-placeholder {
  color: rgb(254 249 195 / 0.8);
}

.placeholder-yellow-100\/80::placeholder {
  color: rgb(254 249 195 / 0.8);
}

.placeholder-yellow-100\/85::-moz-placeholder {
  color: rgb(254 249 195 / 0.85);
}

.placeholder-yellow-100\/85::placeholder {
  color: rgb(254 249 195 / 0.85);
}

.placeholder-yellow-100\/90::-moz-placeholder {
  color: rgb(254 249 195 / 0.9);
}

.placeholder-yellow-100\/90::placeholder {
  color: rgb(254 249 195 / 0.9);
}

.placeholder-yellow-100\/95::-moz-placeholder {
  color: rgb(254 249 195 / 0.95);
}

.placeholder-yellow-100\/95::placeholder {
  color: rgb(254 249 195 / 0.95);
}

.placeholder-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-200\/0::-moz-placeholder {
  color: rgb(254 240 138 / 0);
}

.placeholder-yellow-200\/0::placeholder {
  color: rgb(254 240 138 / 0);
}

.placeholder-yellow-200\/10::-moz-placeholder {
  color: rgb(254 240 138 / 0.1);
}

.placeholder-yellow-200\/10::placeholder {
  color: rgb(254 240 138 / 0.1);
}

.placeholder-yellow-200\/100::-moz-placeholder {
  color: rgb(254 240 138 / 1);
}

.placeholder-yellow-200\/100::placeholder {
  color: rgb(254 240 138 / 1);
}

.placeholder-yellow-200\/15::-moz-placeholder {
  color: rgb(254 240 138 / 0.15);
}

.placeholder-yellow-200\/15::placeholder {
  color: rgb(254 240 138 / 0.15);
}

.placeholder-yellow-200\/20::-moz-placeholder {
  color: rgb(254 240 138 / 0.2);
}

.placeholder-yellow-200\/20::placeholder {
  color: rgb(254 240 138 / 0.2);
}

.placeholder-yellow-200\/25::-moz-placeholder {
  color: rgb(254 240 138 / 0.25);
}

.placeholder-yellow-200\/25::placeholder {
  color: rgb(254 240 138 / 0.25);
}

.placeholder-yellow-200\/30::-moz-placeholder {
  color: rgb(254 240 138 / 0.3);
}

.placeholder-yellow-200\/30::placeholder {
  color: rgb(254 240 138 / 0.3);
}

.placeholder-yellow-200\/35::-moz-placeholder {
  color: rgb(254 240 138 / 0.35);
}

.placeholder-yellow-200\/35::placeholder {
  color: rgb(254 240 138 / 0.35);
}

.placeholder-yellow-200\/40::-moz-placeholder {
  color: rgb(254 240 138 / 0.4);
}

.placeholder-yellow-200\/40::placeholder {
  color: rgb(254 240 138 / 0.4);
}

.placeholder-yellow-200\/45::-moz-placeholder {
  color: rgb(254 240 138 / 0.45);
}

.placeholder-yellow-200\/45::placeholder {
  color: rgb(254 240 138 / 0.45);
}

.placeholder-yellow-200\/5::-moz-placeholder {
  color: rgb(254 240 138 / 0.05);
}

.placeholder-yellow-200\/5::placeholder {
  color: rgb(254 240 138 / 0.05);
}

.placeholder-yellow-200\/50::-moz-placeholder {
  color: rgb(254 240 138 / 0.5);
}

.placeholder-yellow-200\/50::placeholder {
  color: rgb(254 240 138 / 0.5);
}

.placeholder-yellow-200\/55::-moz-placeholder {
  color: rgb(254 240 138 / 0.55);
}

.placeholder-yellow-200\/55::placeholder {
  color: rgb(254 240 138 / 0.55);
}

.placeholder-yellow-200\/60::-moz-placeholder {
  color: rgb(254 240 138 / 0.6);
}

.placeholder-yellow-200\/60::placeholder {
  color: rgb(254 240 138 / 0.6);
}

.placeholder-yellow-200\/65::-moz-placeholder {
  color: rgb(254 240 138 / 0.65);
}

.placeholder-yellow-200\/65::placeholder {
  color: rgb(254 240 138 / 0.65);
}

.placeholder-yellow-200\/70::-moz-placeholder {
  color: rgb(254 240 138 / 0.7);
}

.placeholder-yellow-200\/70::placeholder {
  color: rgb(254 240 138 / 0.7);
}

.placeholder-yellow-200\/75::-moz-placeholder {
  color: rgb(254 240 138 / 0.75);
}

.placeholder-yellow-200\/75::placeholder {
  color: rgb(254 240 138 / 0.75);
}

.placeholder-yellow-200\/80::-moz-placeholder {
  color: rgb(254 240 138 / 0.8);
}

.placeholder-yellow-200\/80::placeholder {
  color: rgb(254 240 138 / 0.8);
}

.placeholder-yellow-200\/85::-moz-placeholder {
  color: rgb(254 240 138 / 0.85);
}

.placeholder-yellow-200\/85::placeholder {
  color: rgb(254 240 138 / 0.85);
}

.placeholder-yellow-200\/90::-moz-placeholder {
  color: rgb(254 240 138 / 0.9);
}

.placeholder-yellow-200\/90::placeholder {
  color: rgb(254 240 138 / 0.9);
}

.placeholder-yellow-200\/95::-moz-placeholder {
  color: rgb(254 240 138 / 0.95);
}

.placeholder-yellow-200\/95::placeholder {
  color: rgb(254 240 138 / 0.95);
}

.placeholder-yellow-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-300\/0::-moz-placeholder {
  color: rgb(253 224 71 / 0);
}

.placeholder-yellow-300\/0::placeholder {
  color: rgb(253 224 71 / 0);
}

.placeholder-yellow-300\/10::-moz-placeholder {
  color: rgb(253 224 71 / 0.1);
}

.placeholder-yellow-300\/10::placeholder {
  color: rgb(253 224 71 / 0.1);
}

.placeholder-yellow-300\/100::-moz-placeholder {
  color: rgb(253 224 71 / 1);
}

.placeholder-yellow-300\/100::placeholder {
  color: rgb(253 224 71 / 1);
}

.placeholder-yellow-300\/15::-moz-placeholder {
  color: rgb(253 224 71 / 0.15);
}

.placeholder-yellow-300\/15::placeholder {
  color: rgb(253 224 71 / 0.15);
}

.placeholder-yellow-300\/20::-moz-placeholder {
  color: rgb(253 224 71 / 0.2);
}

.placeholder-yellow-300\/20::placeholder {
  color: rgb(253 224 71 / 0.2);
}

.placeholder-yellow-300\/25::-moz-placeholder {
  color: rgb(253 224 71 / 0.25);
}

.placeholder-yellow-300\/25::placeholder {
  color: rgb(253 224 71 / 0.25);
}

.placeholder-yellow-300\/30::-moz-placeholder {
  color: rgb(253 224 71 / 0.3);
}

.placeholder-yellow-300\/30::placeholder {
  color: rgb(253 224 71 / 0.3);
}

.placeholder-yellow-300\/35::-moz-placeholder {
  color: rgb(253 224 71 / 0.35);
}

.placeholder-yellow-300\/35::placeholder {
  color: rgb(253 224 71 / 0.35);
}

.placeholder-yellow-300\/40::-moz-placeholder {
  color: rgb(253 224 71 / 0.4);
}

.placeholder-yellow-300\/40::placeholder {
  color: rgb(253 224 71 / 0.4);
}

.placeholder-yellow-300\/45::-moz-placeholder {
  color: rgb(253 224 71 / 0.45);
}

.placeholder-yellow-300\/45::placeholder {
  color: rgb(253 224 71 / 0.45);
}

.placeholder-yellow-300\/5::-moz-placeholder {
  color: rgb(253 224 71 / 0.05);
}

.placeholder-yellow-300\/5::placeholder {
  color: rgb(253 224 71 / 0.05);
}

.placeholder-yellow-300\/50::-moz-placeholder {
  color: rgb(253 224 71 / 0.5);
}

.placeholder-yellow-300\/50::placeholder {
  color: rgb(253 224 71 / 0.5);
}

.placeholder-yellow-300\/55::-moz-placeholder {
  color: rgb(253 224 71 / 0.55);
}

.placeholder-yellow-300\/55::placeholder {
  color: rgb(253 224 71 / 0.55);
}

.placeholder-yellow-300\/60::-moz-placeholder {
  color: rgb(253 224 71 / 0.6);
}

.placeholder-yellow-300\/60::placeholder {
  color: rgb(253 224 71 / 0.6);
}

.placeholder-yellow-300\/65::-moz-placeholder {
  color: rgb(253 224 71 / 0.65);
}

.placeholder-yellow-300\/65::placeholder {
  color: rgb(253 224 71 / 0.65);
}

.placeholder-yellow-300\/70::-moz-placeholder {
  color: rgb(253 224 71 / 0.7);
}

.placeholder-yellow-300\/70::placeholder {
  color: rgb(253 224 71 / 0.7);
}

.placeholder-yellow-300\/75::-moz-placeholder {
  color: rgb(253 224 71 / 0.75);
}

.placeholder-yellow-300\/75::placeholder {
  color: rgb(253 224 71 / 0.75);
}

.placeholder-yellow-300\/80::-moz-placeholder {
  color: rgb(253 224 71 / 0.8);
}

.placeholder-yellow-300\/80::placeholder {
  color: rgb(253 224 71 / 0.8);
}

.placeholder-yellow-300\/85::-moz-placeholder {
  color: rgb(253 224 71 / 0.85);
}

.placeholder-yellow-300\/85::placeholder {
  color: rgb(253 224 71 / 0.85);
}

.placeholder-yellow-300\/90::-moz-placeholder {
  color: rgb(253 224 71 / 0.9);
}

.placeholder-yellow-300\/90::placeholder {
  color: rgb(253 224 71 / 0.9);
}

.placeholder-yellow-300\/95::-moz-placeholder {
  color: rgb(253 224 71 / 0.95);
}

.placeholder-yellow-300\/95::placeholder {
  color: rgb(253 224 71 / 0.95);
}

.placeholder-yellow-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-400\/0::-moz-placeholder {
  color: rgb(250 204 21 / 0);
}

.placeholder-yellow-400\/0::placeholder {
  color: rgb(250 204 21 / 0);
}

.placeholder-yellow-400\/10::-moz-placeholder {
  color: rgb(250 204 21 / 0.1);
}

.placeholder-yellow-400\/10::placeholder {
  color: rgb(250 204 21 / 0.1);
}

.placeholder-yellow-400\/100::-moz-placeholder {
  color: rgb(250 204 21 / 1);
}

.placeholder-yellow-400\/100::placeholder {
  color: rgb(250 204 21 / 1);
}

.placeholder-yellow-400\/15::-moz-placeholder {
  color: rgb(250 204 21 / 0.15);
}

.placeholder-yellow-400\/15::placeholder {
  color: rgb(250 204 21 / 0.15);
}

.placeholder-yellow-400\/20::-moz-placeholder {
  color: rgb(250 204 21 / 0.2);
}

.placeholder-yellow-400\/20::placeholder {
  color: rgb(250 204 21 / 0.2);
}

.placeholder-yellow-400\/25::-moz-placeholder {
  color: rgb(250 204 21 / 0.25);
}

.placeholder-yellow-400\/25::placeholder {
  color: rgb(250 204 21 / 0.25);
}

.placeholder-yellow-400\/30::-moz-placeholder {
  color: rgb(250 204 21 / 0.3);
}

.placeholder-yellow-400\/30::placeholder {
  color: rgb(250 204 21 / 0.3);
}

.placeholder-yellow-400\/35::-moz-placeholder {
  color: rgb(250 204 21 / 0.35);
}

.placeholder-yellow-400\/35::placeholder {
  color: rgb(250 204 21 / 0.35);
}

.placeholder-yellow-400\/40::-moz-placeholder {
  color: rgb(250 204 21 / 0.4);
}

.placeholder-yellow-400\/40::placeholder {
  color: rgb(250 204 21 / 0.4);
}

.placeholder-yellow-400\/45::-moz-placeholder {
  color: rgb(250 204 21 / 0.45);
}

.placeholder-yellow-400\/45::placeholder {
  color: rgb(250 204 21 / 0.45);
}

.placeholder-yellow-400\/5::-moz-placeholder {
  color: rgb(250 204 21 / 0.05);
}

.placeholder-yellow-400\/5::placeholder {
  color: rgb(250 204 21 / 0.05);
}

.placeholder-yellow-400\/50::-moz-placeholder {
  color: rgb(250 204 21 / 0.5);
}

.placeholder-yellow-400\/50::placeholder {
  color: rgb(250 204 21 / 0.5);
}

.placeholder-yellow-400\/55::-moz-placeholder {
  color: rgb(250 204 21 / 0.55);
}

.placeholder-yellow-400\/55::placeholder {
  color: rgb(250 204 21 / 0.55);
}

.placeholder-yellow-400\/60::-moz-placeholder {
  color: rgb(250 204 21 / 0.6);
}

.placeholder-yellow-400\/60::placeholder {
  color: rgb(250 204 21 / 0.6);
}

.placeholder-yellow-400\/65::-moz-placeholder {
  color: rgb(250 204 21 / 0.65);
}

.placeholder-yellow-400\/65::placeholder {
  color: rgb(250 204 21 / 0.65);
}

.placeholder-yellow-400\/70::-moz-placeholder {
  color: rgb(250 204 21 / 0.7);
}

.placeholder-yellow-400\/70::placeholder {
  color: rgb(250 204 21 / 0.7);
}

.placeholder-yellow-400\/75::-moz-placeholder {
  color: rgb(250 204 21 / 0.75);
}

.placeholder-yellow-400\/75::placeholder {
  color: rgb(250 204 21 / 0.75);
}

.placeholder-yellow-400\/80::-moz-placeholder {
  color: rgb(250 204 21 / 0.8);
}

.placeholder-yellow-400\/80::placeholder {
  color: rgb(250 204 21 / 0.8);
}

.placeholder-yellow-400\/85::-moz-placeholder {
  color: rgb(250 204 21 / 0.85);
}

.placeholder-yellow-400\/85::placeholder {
  color: rgb(250 204 21 / 0.85);
}

.placeholder-yellow-400\/90::-moz-placeholder {
  color: rgb(250 204 21 / 0.9);
}

.placeholder-yellow-400\/90::placeholder {
  color: rgb(250 204 21 / 0.9);
}

.placeholder-yellow-400\/95::-moz-placeholder {
  color: rgb(250 204 21 / 0.95);
}

.placeholder-yellow-400\/95::placeholder {
  color: rgb(250 204 21 / 0.95);
}

.placeholder-yellow-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-50\/0::-moz-placeholder {
  color: rgb(254 252 232 / 0);
}

.placeholder-yellow-50\/0::placeholder {
  color: rgb(254 252 232 / 0);
}

.placeholder-yellow-50\/10::-moz-placeholder {
  color: rgb(254 252 232 / 0.1);
}

.placeholder-yellow-50\/10::placeholder {
  color: rgb(254 252 232 / 0.1);
}

.placeholder-yellow-50\/100::-moz-placeholder {
  color: rgb(254 252 232 / 1);
}

.placeholder-yellow-50\/100::placeholder {
  color: rgb(254 252 232 / 1);
}

.placeholder-yellow-50\/15::-moz-placeholder {
  color: rgb(254 252 232 / 0.15);
}

.placeholder-yellow-50\/15::placeholder {
  color: rgb(254 252 232 / 0.15);
}

.placeholder-yellow-50\/20::-moz-placeholder {
  color: rgb(254 252 232 / 0.2);
}

.placeholder-yellow-50\/20::placeholder {
  color: rgb(254 252 232 / 0.2);
}

.placeholder-yellow-50\/25::-moz-placeholder {
  color: rgb(254 252 232 / 0.25);
}

.placeholder-yellow-50\/25::placeholder {
  color: rgb(254 252 232 / 0.25);
}

.placeholder-yellow-50\/30::-moz-placeholder {
  color: rgb(254 252 232 / 0.3);
}

.placeholder-yellow-50\/30::placeholder {
  color: rgb(254 252 232 / 0.3);
}

.placeholder-yellow-50\/35::-moz-placeholder {
  color: rgb(254 252 232 / 0.35);
}

.placeholder-yellow-50\/35::placeholder {
  color: rgb(254 252 232 / 0.35);
}

.placeholder-yellow-50\/40::-moz-placeholder {
  color: rgb(254 252 232 / 0.4);
}

.placeholder-yellow-50\/40::placeholder {
  color: rgb(254 252 232 / 0.4);
}

.placeholder-yellow-50\/45::-moz-placeholder {
  color: rgb(254 252 232 / 0.45);
}

.placeholder-yellow-50\/45::placeholder {
  color: rgb(254 252 232 / 0.45);
}

.placeholder-yellow-50\/5::-moz-placeholder {
  color: rgb(254 252 232 / 0.05);
}

.placeholder-yellow-50\/5::placeholder {
  color: rgb(254 252 232 / 0.05);
}

.placeholder-yellow-50\/50::-moz-placeholder {
  color: rgb(254 252 232 / 0.5);
}

.placeholder-yellow-50\/50::placeholder {
  color: rgb(254 252 232 / 0.5);
}

.placeholder-yellow-50\/55::-moz-placeholder {
  color: rgb(254 252 232 / 0.55);
}

.placeholder-yellow-50\/55::placeholder {
  color: rgb(254 252 232 / 0.55);
}

.placeholder-yellow-50\/60::-moz-placeholder {
  color: rgb(254 252 232 / 0.6);
}

.placeholder-yellow-50\/60::placeholder {
  color: rgb(254 252 232 / 0.6);
}

.placeholder-yellow-50\/65::-moz-placeholder {
  color: rgb(254 252 232 / 0.65);
}

.placeholder-yellow-50\/65::placeholder {
  color: rgb(254 252 232 / 0.65);
}

.placeholder-yellow-50\/70::-moz-placeholder {
  color: rgb(254 252 232 / 0.7);
}

.placeholder-yellow-50\/70::placeholder {
  color: rgb(254 252 232 / 0.7);
}

.placeholder-yellow-50\/75::-moz-placeholder {
  color: rgb(254 252 232 / 0.75);
}

.placeholder-yellow-50\/75::placeholder {
  color: rgb(254 252 232 / 0.75);
}

.placeholder-yellow-50\/80::-moz-placeholder {
  color: rgb(254 252 232 / 0.8);
}

.placeholder-yellow-50\/80::placeholder {
  color: rgb(254 252 232 / 0.8);
}

.placeholder-yellow-50\/85::-moz-placeholder {
  color: rgb(254 252 232 / 0.85);
}

.placeholder-yellow-50\/85::placeholder {
  color: rgb(254 252 232 / 0.85);
}

.placeholder-yellow-50\/90::-moz-placeholder {
  color: rgb(254 252 232 / 0.9);
}

.placeholder-yellow-50\/90::placeholder {
  color: rgb(254 252 232 / 0.9);
}

.placeholder-yellow-50\/95::-moz-placeholder {
  color: rgb(254 252 232 / 0.95);
}

.placeholder-yellow-50\/95::placeholder {
  color: rgb(254 252 232 / 0.95);
}

.placeholder-yellow-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-500\/0::-moz-placeholder {
  color: rgb(234 179 8 / 0);
}

.placeholder-yellow-500\/0::placeholder {
  color: rgb(234 179 8 / 0);
}

.placeholder-yellow-500\/10::-moz-placeholder {
  color: rgb(234 179 8 / 0.1);
}

.placeholder-yellow-500\/10::placeholder {
  color: rgb(234 179 8 / 0.1);
}

.placeholder-yellow-500\/100::-moz-placeholder {
  color: rgb(234 179 8 / 1);
}

.placeholder-yellow-500\/100::placeholder {
  color: rgb(234 179 8 / 1);
}

.placeholder-yellow-500\/15::-moz-placeholder {
  color: rgb(234 179 8 / 0.15);
}

.placeholder-yellow-500\/15::placeholder {
  color: rgb(234 179 8 / 0.15);
}

.placeholder-yellow-500\/20::-moz-placeholder {
  color: rgb(234 179 8 / 0.2);
}

.placeholder-yellow-500\/20::placeholder {
  color: rgb(234 179 8 / 0.2);
}

.placeholder-yellow-500\/25::-moz-placeholder {
  color: rgb(234 179 8 / 0.25);
}

.placeholder-yellow-500\/25::placeholder {
  color: rgb(234 179 8 / 0.25);
}

.placeholder-yellow-500\/30::-moz-placeholder {
  color: rgb(234 179 8 / 0.3);
}

.placeholder-yellow-500\/30::placeholder {
  color: rgb(234 179 8 / 0.3);
}

.placeholder-yellow-500\/35::-moz-placeholder {
  color: rgb(234 179 8 / 0.35);
}

.placeholder-yellow-500\/35::placeholder {
  color: rgb(234 179 8 / 0.35);
}

.placeholder-yellow-500\/40::-moz-placeholder {
  color: rgb(234 179 8 / 0.4);
}

.placeholder-yellow-500\/40::placeholder {
  color: rgb(234 179 8 / 0.4);
}

.placeholder-yellow-500\/45::-moz-placeholder {
  color: rgb(234 179 8 / 0.45);
}

.placeholder-yellow-500\/45::placeholder {
  color: rgb(234 179 8 / 0.45);
}

.placeholder-yellow-500\/5::-moz-placeholder {
  color: rgb(234 179 8 / 0.05);
}

.placeholder-yellow-500\/5::placeholder {
  color: rgb(234 179 8 / 0.05);
}

.placeholder-yellow-500\/50::-moz-placeholder {
  color: rgb(234 179 8 / 0.5);
}

.placeholder-yellow-500\/50::placeholder {
  color: rgb(234 179 8 / 0.5);
}

.placeholder-yellow-500\/55::-moz-placeholder {
  color: rgb(234 179 8 / 0.55);
}

.placeholder-yellow-500\/55::placeholder {
  color: rgb(234 179 8 / 0.55);
}

.placeholder-yellow-500\/60::-moz-placeholder {
  color: rgb(234 179 8 / 0.6);
}

.placeholder-yellow-500\/60::placeholder {
  color: rgb(234 179 8 / 0.6);
}

.placeholder-yellow-500\/65::-moz-placeholder {
  color: rgb(234 179 8 / 0.65);
}

.placeholder-yellow-500\/65::placeholder {
  color: rgb(234 179 8 / 0.65);
}

.placeholder-yellow-500\/70::-moz-placeholder {
  color: rgb(234 179 8 / 0.7);
}

.placeholder-yellow-500\/70::placeholder {
  color: rgb(234 179 8 / 0.7);
}

.placeholder-yellow-500\/75::-moz-placeholder {
  color: rgb(234 179 8 / 0.75);
}

.placeholder-yellow-500\/75::placeholder {
  color: rgb(234 179 8 / 0.75);
}

.placeholder-yellow-500\/80::-moz-placeholder {
  color: rgb(234 179 8 / 0.8);
}

.placeholder-yellow-500\/80::placeholder {
  color: rgb(234 179 8 / 0.8);
}

.placeholder-yellow-500\/85::-moz-placeholder {
  color: rgb(234 179 8 / 0.85);
}

.placeholder-yellow-500\/85::placeholder {
  color: rgb(234 179 8 / 0.85);
}

.placeholder-yellow-500\/90::-moz-placeholder {
  color: rgb(234 179 8 / 0.9);
}

.placeholder-yellow-500\/90::placeholder {
  color: rgb(234 179 8 / 0.9);
}

.placeholder-yellow-500\/95::-moz-placeholder {
  color: rgb(234 179 8 / 0.95);
}

.placeholder-yellow-500\/95::placeholder {
  color: rgb(234 179 8 / 0.95);
}

.placeholder-yellow-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-600\/0::-moz-placeholder {
  color: rgb(202 138 4 / 0);
}

.placeholder-yellow-600\/0::placeholder {
  color: rgb(202 138 4 / 0);
}

.placeholder-yellow-600\/10::-moz-placeholder {
  color: rgb(202 138 4 / 0.1);
}

.placeholder-yellow-600\/10::placeholder {
  color: rgb(202 138 4 / 0.1);
}

.placeholder-yellow-600\/100::-moz-placeholder {
  color: rgb(202 138 4 / 1);
}

.placeholder-yellow-600\/100::placeholder {
  color: rgb(202 138 4 / 1);
}

.placeholder-yellow-600\/15::-moz-placeholder {
  color: rgb(202 138 4 / 0.15);
}

.placeholder-yellow-600\/15::placeholder {
  color: rgb(202 138 4 / 0.15);
}

.placeholder-yellow-600\/20::-moz-placeholder {
  color: rgb(202 138 4 / 0.2);
}

.placeholder-yellow-600\/20::placeholder {
  color: rgb(202 138 4 / 0.2);
}

.placeholder-yellow-600\/25::-moz-placeholder {
  color: rgb(202 138 4 / 0.25);
}

.placeholder-yellow-600\/25::placeholder {
  color: rgb(202 138 4 / 0.25);
}

.placeholder-yellow-600\/30::-moz-placeholder {
  color: rgb(202 138 4 / 0.3);
}

.placeholder-yellow-600\/30::placeholder {
  color: rgb(202 138 4 / 0.3);
}

.placeholder-yellow-600\/35::-moz-placeholder {
  color: rgb(202 138 4 / 0.35);
}

.placeholder-yellow-600\/35::placeholder {
  color: rgb(202 138 4 / 0.35);
}

.placeholder-yellow-600\/40::-moz-placeholder {
  color: rgb(202 138 4 / 0.4);
}

.placeholder-yellow-600\/40::placeholder {
  color: rgb(202 138 4 / 0.4);
}

.placeholder-yellow-600\/45::-moz-placeholder {
  color: rgb(202 138 4 / 0.45);
}

.placeholder-yellow-600\/45::placeholder {
  color: rgb(202 138 4 / 0.45);
}

.placeholder-yellow-600\/5::-moz-placeholder {
  color: rgb(202 138 4 / 0.05);
}

.placeholder-yellow-600\/5::placeholder {
  color: rgb(202 138 4 / 0.05);
}

.placeholder-yellow-600\/50::-moz-placeholder {
  color: rgb(202 138 4 / 0.5);
}

.placeholder-yellow-600\/50::placeholder {
  color: rgb(202 138 4 / 0.5);
}

.placeholder-yellow-600\/55::-moz-placeholder {
  color: rgb(202 138 4 / 0.55);
}

.placeholder-yellow-600\/55::placeholder {
  color: rgb(202 138 4 / 0.55);
}

.placeholder-yellow-600\/60::-moz-placeholder {
  color: rgb(202 138 4 / 0.6);
}

.placeholder-yellow-600\/60::placeholder {
  color: rgb(202 138 4 / 0.6);
}

.placeholder-yellow-600\/65::-moz-placeholder {
  color: rgb(202 138 4 / 0.65);
}

.placeholder-yellow-600\/65::placeholder {
  color: rgb(202 138 4 / 0.65);
}

.placeholder-yellow-600\/70::-moz-placeholder {
  color: rgb(202 138 4 / 0.7);
}

.placeholder-yellow-600\/70::placeholder {
  color: rgb(202 138 4 / 0.7);
}

.placeholder-yellow-600\/75::-moz-placeholder {
  color: rgb(202 138 4 / 0.75);
}

.placeholder-yellow-600\/75::placeholder {
  color: rgb(202 138 4 / 0.75);
}

.placeholder-yellow-600\/80::-moz-placeholder {
  color: rgb(202 138 4 / 0.8);
}

.placeholder-yellow-600\/80::placeholder {
  color: rgb(202 138 4 / 0.8);
}

.placeholder-yellow-600\/85::-moz-placeholder {
  color: rgb(202 138 4 / 0.85);
}

.placeholder-yellow-600\/85::placeholder {
  color: rgb(202 138 4 / 0.85);
}

.placeholder-yellow-600\/90::-moz-placeholder {
  color: rgb(202 138 4 / 0.9);
}

.placeholder-yellow-600\/90::placeholder {
  color: rgb(202 138 4 / 0.9);
}

.placeholder-yellow-600\/95::-moz-placeholder {
  color: rgb(202 138 4 / 0.95);
}

.placeholder-yellow-600\/95::placeholder {
  color: rgb(202 138 4 / 0.95);
}

.placeholder-yellow-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-700\/0::-moz-placeholder {
  color: rgb(161 98 7 / 0);
}

.placeholder-yellow-700\/0::placeholder {
  color: rgb(161 98 7 / 0);
}

.placeholder-yellow-700\/10::-moz-placeholder {
  color: rgb(161 98 7 / 0.1);
}

.placeholder-yellow-700\/10::placeholder {
  color: rgb(161 98 7 / 0.1);
}

.placeholder-yellow-700\/100::-moz-placeholder {
  color: rgb(161 98 7 / 1);
}

.placeholder-yellow-700\/100::placeholder {
  color: rgb(161 98 7 / 1);
}

.placeholder-yellow-700\/15::-moz-placeholder {
  color: rgb(161 98 7 / 0.15);
}

.placeholder-yellow-700\/15::placeholder {
  color: rgb(161 98 7 / 0.15);
}

.placeholder-yellow-700\/20::-moz-placeholder {
  color: rgb(161 98 7 / 0.2);
}

.placeholder-yellow-700\/20::placeholder {
  color: rgb(161 98 7 / 0.2);
}

.placeholder-yellow-700\/25::-moz-placeholder {
  color: rgb(161 98 7 / 0.25);
}

.placeholder-yellow-700\/25::placeholder {
  color: rgb(161 98 7 / 0.25);
}

.placeholder-yellow-700\/30::-moz-placeholder {
  color: rgb(161 98 7 / 0.3);
}

.placeholder-yellow-700\/30::placeholder {
  color: rgb(161 98 7 / 0.3);
}

.placeholder-yellow-700\/35::-moz-placeholder {
  color: rgb(161 98 7 / 0.35);
}

.placeholder-yellow-700\/35::placeholder {
  color: rgb(161 98 7 / 0.35);
}

.placeholder-yellow-700\/40::-moz-placeholder {
  color: rgb(161 98 7 / 0.4);
}

.placeholder-yellow-700\/40::placeholder {
  color: rgb(161 98 7 / 0.4);
}

.placeholder-yellow-700\/45::-moz-placeholder {
  color: rgb(161 98 7 / 0.45);
}

.placeholder-yellow-700\/45::placeholder {
  color: rgb(161 98 7 / 0.45);
}

.placeholder-yellow-700\/5::-moz-placeholder {
  color: rgb(161 98 7 / 0.05);
}

.placeholder-yellow-700\/5::placeholder {
  color: rgb(161 98 7 / 0.05);
}

.placeholder-yellow-700\/50::-moz-placeholder {
  color: rgb(161 98 7 / 0.5);
}

.placeholder-yellow-700\/50::placeholder {
  color: rgb(161 98 7 / 0.5);
}

.placeholder-yellow-700\/55::-moz-placeholder {
  color: rgb(161 98 7 / 0.55);
}

.placeholder-yellow-700\/55::placeholder {
  color: rgb(161 98 7 / 0.55);
}

.placeholder-yellow-700\/60::-moz-placeholder {
  color: rgb(161 98 7 / 0.6);
}

.placeholder-yellow-700\/60::placeholder {
  color: rgb(161 98 7 / 0.6);
}

.placeholder-yellow-700\/65::-moz-placeholder {
  color: rgb(161 98 7 / 0.65);
}

.placeholder-yellow-700\/65::placeholder {
  color: rgb(161 98 7 / 0.65);
}

.placeholder-yellow-700\/70::-moz-placeholder {
  color: rgb(161 98 7 / 0.7);
}

.placeholder-yellow-700\/70::placeholder {
  color: rgb(161 98 7 / 0.7);
}

.placeholder-yellow-700\/75::-moz-placeholder {
  color: rgb(161 98 7 / 0.75);
}

.placeholder-yellow-700\/75::placeholder {
  color: rgb(161 98 7 / 0.75);
}

.placeholder-yellow-700\/80::-moz-placeholder {
  color: rgb(161 98 7 / 0.8);
}

.placeholder-yellow-700\/80::placeholder {
  color: rgb(161 98 7 / 0.8);
}

.placeholder-yellow-700\/85::-moz-placeholder {
  color: rgb(161 98 7 / 0.85);
}

.placeholder-yellow-700\/85::placeholder {
  color: rgb(161 98 7 / 0.85);
}

.placeholder-yellow-700\/90::-moz-placeholder {
  color: rgb(161 98 7 / 0.9);
}

.placeholder-yellow-700\/90::placeholder {
  color: rgb(161 98 7 / 0.9);
}

.placeholder-yellow-700\/95::-moz-placeholder {
  color: rgb(161 98 7 / 0.95);
}

.placeholder-yellow-700\/95::placeholder {
  color: rgb(161 98 7 / 0.95);
}

.placeholder-yellow-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-800\/0::-moz-placeholder {
  color: rgb(133 77 14 / 0);
}

.placeholder-yellow-800\/0::placeholder {
  color: rgb(133 77 14 / 0);
}

.placeholder-yellow-800\/10::-moz-placeholder {
  color: rgb(133 77 14 / 0.1);
}

.placeholder-yellow-800\/10::placeholder {
  color: rgb(133 77 14 / 0.1);
}

.placeholder-yellow-800\/100::-moz-placeholder {
  color: rgb(133 77 14 / 1);
}

.placeholder-yellow-800\/100::placeholder {
  color: rgb(133 77 14 / 1);
}

.placeholder-yellow-800\/15::-moz-placeholder {
  color: rgb(133 77 14 / 0.15);
}

.placeholder-yellow-800\/15::placeholder {
  color: rgb(133 77 14 / 0.15);
}

.placeholder-yellow-800\/20::-moz-placeholder {
  color: rgb(133 77 14 / 0.2);
}

.placeholder-yellow-800\/20::placeholder {
  color: rgb(133 77 14 / 0.2);
}

.placeholder-yellow-800\/25::-moz-placeholder {
  color: rgb(133 77 14 / 0.25);
}

.placeholder-yellow-800\/25::placeholder {
  color: rgb(133 77 14 / 0.25);
}

.placeholder-yellow-800\/30::-moz-placeholder {
  color: rgb(133 77 14 / 0.3);
}

.placeholder-yellow-800\/30::placeholder {
  color: rgb(133 77 14 / 0.3);
}

.placeholder-yellow-800\/35::-moz-placeholder {
  color: rgb(133 77 14 / 0.35);
}

.placeholder-yellow-800\/35::placeholder {
  color: rgb(133 77 14 / 0.35);
}

.placeholder-yellow-800\/40::-moz-placeholder {
  color: rgb(133 77 14 / 0.4);
}

.placeholder-yellow-800\/40::placeholder {
  color: rgb(133 77 14 / 0.4);
}

.placeholder-yellow-800\/45::-moz-placeholder {
  color: rgb(133 77 14 / 0.45);
}

.placeholder-yellow-800\/45::placeholder {
  color: rgb(133 77 14 / 0.45);
}

.placeholder-yellow-800\/5::-moz-placeholder {
  color: rgb(133 77 14 / 0.05);
}

.placeholder-yellow-800\/5::placeholder {
  color: rgb(133 77 14 / 0.05);
}

.placeholder-yellow-800\/50::-moz-placeholder {
  color: rgb(133 77 14 / 0.5);
}

.placeholder-yellow-800\/50::placeholder {
  color: rgb(133 77 14 / 0.5);
}

.placeholder-yellow-800\/55::-moz-placeholder {
  color: rgb(133 77 14 / 0.55);
}

.placeholder-yellow-800\/55::placeholder {
  color: rgb(133 77 14 / 0.55);
}

.placeholder-yellow-800\/60::-moz-placeholder {
  color: rgb(133 77 14 / 0.6);
}

.placeholder-yellow-800\/60::placeholder {
  color: rgb(133 77 14 / 0.6);
}

.placeholder-yellow-800\/65::-moz-placeholder {
  color: rgb(133 77 14 / 0.65);
}

.placeholder-yellow-800\/65::placeholder {
  color: rgb(133 77 14 / 0.65);
}

.placeholder-yellow-800\/70::-moz-placeholder {
  color: rgb(133 77 14 / 0.7);
}

.placeholder-yellow-800\/70::placeholder {
  color: rgb(133 77 14 / 0.7);
}

.placeholder-yellow-800\/75::-moz-placeholder {
  color: rgb(133 77 14 / 0.75);
}

.placeholder-yellow-800\/75::placeholder {
  color: rgb(133 77 14 / 0.75);
}

.placeholder-yellow-800\/80::-moz-placeholder {
  color: rgb(133 77 14 / 0.8);
}

.placeholder-yellow-800\/80::placeholder {
  color: rgb(133 77 14 / 0.8);
}

.placeholder-yellow-800\/85::-moz-placeholder {
  color: rgb(133 77 14 / 0.85);
}

.placeholder-yellow-800\/85::placeholder {
  color: rgb(133 77 14 / 0.85);
}

.placeholder-yellow-800\/90::-moz-placeholder {
  color: rgb(133 77 14 / 0.9);
}

.placeholder-yellow-800\/90::placeholder {
  color: rgb(133 77 14 / 0.9);
}

.placeholder-yellow-800\/95::-moz-placeholder {
  color: rgb(133 77 14 / 0.95);
}

.placeholder-yellow-800\/95::placeholder {
  color: rgb(133 77 14 / 0.95);
}

.placeholder-yellow-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-900\/0::-moz-placeholder {
  color: rgb(113 63 18 / 0);
}

.placeholder-yellow-900\/0::placeholder {
  color: rgb(113 63 18 / 0);
}

.placeholder-yellow-900\/10::-moz-placeholder {
  color: rgb(113 63 18 / 0.1);
}

.placeholder-yellow-900\/10::placeholder {
  color: rgb(113 63 18 / 0.1);
}

.placeholder-yellow-900\/100::-moz-placeholder {
  color: rgb(113 63 18 / 1);
}

.placeholder-yellow-900\/100::placeholder {
  color: rgb(113 63 18 / 1);
}

.placeholder-yellow-900\/15::-moz-placeholder {
  color: rgb(113 63 18 / 0.15);
}

.placeholder-yellow-900\/15::placeholder {
  color: rgb(113 63 18 / 0.15);
}

.placeholder-yellow-900\/20::-moz-placeholder {
  color: rgb(113 63 18 / 0.2);
}

.placeholder-yellow-900\/20::placeholder {
  color: rgb(113 63 18 / 0.2);
}

.placeholder-yellow-900\/25::-moz-placeholder {
  color: rgb(113 63 18 / 0.25);
}

.placeholder-yellow-900\/25::placeholder {
  color: rgb(113 63 18 / 0.25);
}

.placeholder-yellow-900\/30::-moz-placeholder {
  color: rgb(113 63 18 / 0.3);
}

.placeholder-yellow-900\/30::placeholder {
  color: rgb(113 63 18 / 0.3);
}

.placeholder-yellow-900\/35::-moz-placeholder {
  color: rgb(113 63 18 / 0.35);
}

.placeholder-yellow-900\/35::placeholder {
  color: rgb(113 63 18 / 0.35);
}

.placeholder-yellow-900\/40::-moz-placeholder {
  color: rgb(113 63 18 / 0.4);
}

.placeholder-yellow-900\/40::placeholder {
  color: rgb(113 63 18 / 0.4);
}

.placeholder-yellow-900\/45::-moz-placeholder {
  color: rgb(113 63 18 / 0.45);
}

.placeholder-yellow-900\/45::placeholder {
  color: rgb(113 63 18 / 0.45);
}

.placeholder-yellow-900\/5::-moz-placeholder {
  color: rgb(113 63 18 / 0.05);
}

.placeholder-yellow-900\/5::placeholder {
  color: rgb(113 63 18 / 0.05);
}

.placeholder-yellow-900\/50::-moz-placeholder {
  color: rgb(113 63 18 / 0.5);
}

.placeholder-yellow-900\/50::placeholder {
  color: rgb(113 63 18 / 0.5);
}

.placeholder-yellow-900\/55::-moz-placeholder {
  color: rgb(113 63 18 / 0.55);
}

.placeholder-yellow-900\/55::placeholder {
  color: rgb(113 63 18 / 0.55);
}

.placeholder-yellow-900\/60::-moz-placeholder {
  color: rgb(113 63 18 / 0.6);
}

.placeholder-yellow-900\/60::placeholder {
  color: rgb(113 63 18 / 0.6);
}

.placeholder-yellow-900\/65::-moz-placeholder {
  color: rgb(113 63 18 / 0.65);
}

.placeholder-yellow-900\/65::placeholder {
  color: rgb(113 63 18 / 0.65);
}

.placeholder-yellow-900\/70::-moz-placeholder {
  color: rgb(113 63 18 / 0.7);
}

.placeholder-yellow-900\/70::placeholder {
  color: rgb(113 63 18 / 0.7);
}

.placeholder-yellow-900\/75::-moz-placeholder {
  color: rgb(113 63 18 / 0.75);
}

.placeholder-yellow-900\/75::placeholder {
  color: rgb(113 63 18 / 0.75);
}

.placeholder-yellow-900\/80::-moz-placeholder {
  color: rgb(113 63 18 / 0.8);
}

.placeholder-yellow-900\/80::placeholder {
  color: rgb(113 63 18 / 0.8);
}

.placeholder-yellow-900\/85::-moz-placeholder {
  color: rgb(113 63 18 / 0.85);
}

.placeholder-yellow-900\/85::placeholder {
  color: rgb(113 63 18 / 0.85);
}

.placeholder-yellow-900\/90::-moz-placeholder {
  color: rgb(113 63 18 / 0.9);
}

.placeholder-yellow-900\/90::placeholder {
  color: rgb(113 63 18 / 0.9);
}

.placeholder-yellow-900\/95::-moz-placeholder {
  color: rgb(113 63 18 / 0.95);
}

.placeholder-yellow-900\/95::placeholder {
  color: rgb(113 63 18 / 0.95);
}

.placeholder-yellow-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-950\/0::-moz-placeholder {
  color: rgb(66 32 6 / 0);
}

.placeholder-yellow-950\/0::placeholder {
  color: rgb(66 32 6 / 0);
}

.placeholder-yellow-950\/10::-moz-placeholder {
  color: rgb(66 32 6 / 0.1);
}

.placeholder-yellow-950\/10::placeholder {
  color: rgb(66 32 6 / 0.1);
}

.placeholder-yellow-950\/100::-moz-placeholder {
  color: rgb(66 32 6 / 1);
}

.placeholder-yellow-950\/100::placeholder {
  color: rgb(66 32 6 / 1);
}

.placeholder-yellow-950\/15::-moz-placeholder {
  color: rgb(66 32 6 / 0.15);
}

.placeholder-yellow-950\/15::placeholder {
  color: rgb(66 32 6 / 0.15);
}

.placeholder-yellow-950\/20::-moz-placeholder {
  color: rgb(66 32 6 / 0.2);
}

.placeholder-yellow-950\/20::placeholder {
  color: rgb(66 32 6 / 0.2);
}

.placeholder-yellow-950\/25::-moz-placeholder {
  color: rgb(66 32 6 / 0.25);
}

.placeholder-yellow-950\/25::placeholder {
  color: rgb(66 32 6 / 0.25);
}

.placeholder-yellow-950\/30::-moz-placeholder {
  color: rgb(66 32 6 / 0.3);
}

.placeholder-yellow-950\/30::placeholder {
  color: rgb(66 32 6 / 0.3);
}

.placeholder-yellow-950\/35::-moz-placeholder {
  color: rgb(66 32 6 / 0.35);
}

.placeholder-yellow-950\/35::placeholder {
  color: rgb(66 32 6 / 0.35);
}

.placeholder-yellow-950\/40::-moz-placeholder {
  color: rgb(66 32 6 / 0.4);
}

.placeholder-yellow-950\/40::placeholder {
  color: rgb(66 32 6 / 0.4);
}

.placeholder-yellow-950\/45::-moz-placeholder {
  color: rgb(66 32 6 / 0.45);
}

.placeholder-yellow-950\/45::placeholder {
  color: rgb(66 32 6 / 0.45);
}

.placeholder-yellow-950\/5::-moz-placeholder {
  color: rgb(66 32 6 / 0.05);
}

.placeholder-yellow-950\/5::placeholder {
  color: rgb(66 32 6 / 0.05);
}

.placeholder-yellow-950\/50::-moz-placeholder {
  color: rgb(66 32 6 / 0.5);
}

.placeholder-yellow-950\/50::placeholder {
  color: rgb(66 32 6 / 0.5);
}

.placeholder-yellow-950\/55::-moz-placeholder {
  color: rgb(66 32 6 / 0.55);
}

.placeholder-yellow-950\/55::placeholder {
  color: rgb(66 32 6 / 0.55);
}

.placeholder-yellow-950\/60::-moz-placeholder {
  color: rgb(66 32 6 / 0.6);
}

.placeholder-yellow-950\/60::placeholder {
  color: rgb(66 32 6 / 0.6);
}

.placeholder-yellow-950\/65::-moz-placeholder {
  color: rgb(66 32 6 / 0.65);
}

.placeholder-yellow-950\/65::placeholder {
  color: rgb(66 32 6 / 0.65);
}

.placeholder-yellow-950\/70::-moz-placeholder {
  color: rgb(66 32 6 / 0.7);
}

.placeholder-yellow-950\/70::placeholder {
  color: rgb(66 32 6 / 0.7);
}

.placeholder-yellow-950\/75::-moz-placeholder {
  color: rgb(66 32 6 / 0.75);
}

.placeholder-yellow-950\/75::placeholder {
  color: rgb(66 32 6 / 0.75);
}

.placeholder-yellow-950\/80::-moz-placeholder {
  color: rgb(66 32 6 / 0.8);
}

.placeholder-yellow-950\/80::placeholder {
  color: rgb(66 32 6 / 0.8);
}

.placeholder-yellow-950\/85::-moz-placeholder {
  color: rgb(66 32 6 / 0.85);
}

.placeholder-yellow-950\/85::placeholder {
  color: rgb(66 32 6 / 0.85);
}

.placeholder-yellow-950\/90::-moz-placeholder {
  color: rgb(66 32 6 / 0.9);
}

.placeholder-yellow-950\/90::placeholder {
  color: rgb(66 32 6 / 0.9);
}

.placeholder-yellow-950\/95::-moz-placeholder {
  color: rgb(66 32 6 / 0.95);
}

.placeholder-yellow-950\/95::placeholder {
  color: rgb(66 32 6 / 0.95);
}

.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-55::-moz-placeholder {
  --tw-placeholder-opacity: 0.55;
}

.placeholder-opacity-55::placeholder {
  --tw-placeholder-opacity: 0.55;
}

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.caret-yellow-100 {
  caret-color: #fef9c3;
}

.caret-yellow-100\/0 {
  caret-color: rgb(254 249 195 / 0);
}

.caret-yellow-100\/10 {
  caret-color: rgb(254 249 195 / 0.1);
}

.caret-yellow-100\/100 {
  caret-color: rgb(254 249 195 / 1);
}

.caret-yellow-100\/15 {
  caret-color: rgb(254 249 195 / 0.15);
}

.caret-yellow-100\/20 {
  caret-color: rgb(254 249 195 / 0.2);
}

.caret-yellow-100\/25 {
  caret-color: rgb(254 249 195 / 0.25);
}

.caret-yellow-100\/30 {
  caret-color: rgb(254 249 195 / 0.3);
}

.caret-yellow-100\/35 {
  caret-color: rgb(254 249 195 / 0.35);
}

.caret-yellow-100\/40 {
  caret-color: rgb(254 249 195 / 0.4);
}

.caret-yellow-100\/45 {
  caret-color: rgb(254 249 195 / 0.45);
}

.caret-yellow-100\/5 {
  caret-color: rgb(254 249 195 / 0.05);
}

.caret-yellow-100\/50 {
  caret-color: rgb(254 249 195 / 0.5);
}

.caret-yellow-100\/55 {
  caret-color: rgb(254 249 195 / 0.55);
}

.caret-yellow-100\/60 {
  caret-color: rgb(254 249 195 / 0.6);
}

.caret-yellow-100\/65 {
  caret-color: rgb(254 249 195 / 0.65);
}

.caret-yellow-100\/70 {
  caret-color: rgb(254 249 195 / 0.7);
}

.caret-yellow-100\/75 {
  caret-color: rgb(254 249 195 / 0.75);
}

.caret-yellow-100\/80 {
  caret-color: rgb(254 249 195 / 0.8);
}

.caret-yellow-100\/85 {
  caret-color: rgb(254 249 195 / 0.85);
}

.caret-yellow-100\/90 {
  caret-color: rgb(254 249 195 / 0.9);
}

.caret-yellow-100\/95 {
  caret-color: rgb(254 249 195 / 0.95);
}

.caret-yellow-200 {
  caret-color: #fef08a;
}

.caret-yellow-200\/0 {
  caret-color: rgb(254 240 138 / 0);
}

.caret-yellow-200\/10 {
  caret-color: rgb(254 240 138 / 0.1);
}

.caret-yellow-200\/100 {
  caret-color: rgb(254 240 138 / 1);
}

.caret-yellow-200\/15 {
  caret-color: rgb(254 240 138 / 0.15);
}

.caret-yellow-200\/20 {
  caret-color: rgb(254 240 138 / 0.2);
}

.caret-yellow-200\/25 {
  caret-color: rgb(254 240 138 / 0.25);
}

.caret-yellow-200\/30 {
  caret-color: rgb(254 240 138 / 0.3);
}

.caret-yellow-200\/35 {
  caret-color: rgb(254 240 138 / 0.35);
}

.caret-yellow-200\/40 {
  caret-color: rgb(254 240 138 / 0.4);
}

.caret-yellow-200\/45 {
  caret-color: rgb(254 240 138 / 0.45);
}

.caret-yellow-200\/5 {
  caret-color: rgb(254 240 138 / 0.05);
}

.caret-yellow-200\/50 {
  caret-color: rgb(254 240 138 / 0.5);
}

.caret-yellow-200\/55 {
  caret-color: rgb(254 240 138 / 0.55);
}

.caret-yellow-200\/60 {
  caret-color: rgb(254 240 138 / 0.6);
}

.caret-yellow-200\/65 {
  caret-color: rgb(254 240 138 / 0.65);
}

.caret-yellow-200\/70 {
  caret-color: rgb(254 240 138 / 0.7);
}

.caret-yellow-200\/75 {
  caret-color: rgb(254 240 138 / 0.75);
}

.caret-yellow-200\/80 {
  caret-color: rgb(254 240 138 / 0.8);
}

.caret-yellow-200\/85 {
  caret-color: rgb(254 240 138 / 0.85);
}

.caret-yellow-200\/90 {
  caret-color: rgb(254 240 138 / 0.9);
}

.caret-yellow-200\/95 {
  caret-color: rgb(254 240 138 / 0.95);
}

.caret-yellow-300 {
  caret-color: #fde047;
}

.caret-yellow-300\/0 {
  caret-color: rgb(253 224 71 / 0);
}

.caret-yellow-300\/10 {
  caret-color: rgb(253 224 71 / 0.1);
}

.caret-yellow-300\/100 {
  caret-color: rgb(253 224 71 / 1);
}

.caret-yellow-300\/15 {
  caret-color: rgb(253 224 71 / 0.15);
}

.caret-yellow-300\/20 {
  caret-color: rgb(253 224 71 / 0.2);
}

.caret-yellow-300\/25 {
  caret-color: rgb(253 224 71 / 0.25);
}

.caret-yellow-300\/30 {
  caret-color: rgb(253 224 71 / 0.3);
}

.caret-yellow-300\/35 {
  caret-color: rgb(253 224 71 / 0.35);
}

.caret-yellow-300\/40 {
  caret-color: rgb(253 224 71 / 0.4);
}

.caret-yellow-300\/45 {
  caret-color: rgb(253 224 71 / 0.45);
}

.caret-yellow-300\/5 {
  caret-color: rgb(253 224 71 / 0.05);
}

.caret-yellow-300\/50 {
  caret-color: rgb(253 224 71 / 0.5);
}

.caret-yellow-300\/55 {
  caret-color: rgb(253 224 71 / 0.55);
}

.caret-yellow-300\/60 {
  caret-color: rgb(253 224 71 / 0.6);
}

.caret-yellow-300\/65 {
  caret-color: rgb(253 224 71 / 0.65);
}

.caret-yellow-300\/70 {
  caret-color: rgb(253 224 71 / 0.7);
}

.caret-yellow-300\/75 {
  caret-color: rgb(253 224 71 / 0.75);
}

.caret-yellow-300\/80 {
  caret-color: rgb(253 224 71 / 0.8);
}

.caret-yellow-300\/85 {
  caret-color: rgb(253 224 71 / 0.85);
}

.caret-yellow-300\/90 {
  caret-color: rgb(253 224 71 / 0.9);
}

.caret-yellow-300\/95 {
  caret-color: rgb(253 224 71 / 0.95);
}

.caret-yellow-400 {
  caret-color: #facc15;
}

.caret-yellow-400\/0 {
  caret-color: rgb(250 204 21 / 0);
}

.caret-yellow-400\/10 {
  caret-color: rgb(250 204 21 / 0.1);
}

.caret-yellow-400\/100 {
  caret-color: rgb(250 204 21 / 1);
}

.caret-yellow-400\/15 {
  caret-color: rgb(250 204 21 / 0.15);
}

.caret-yellow-400\/20 {
  caret-color: rgb(250 204 21 / 0.2);
}

.caret-yellow-400\/25 {
  caret-color: rgb(250 204 21 / 0.25);
}

.caret-yellow-400\/30 {
  caret-color: rgb(250 204 21 / 0.3);
}

.caret-yellow-400\/35 {
  caret-color: rgb(250 204 21 / 0.35);
}

.caret-yellow-400\/40 {
  caret-color: rgb(250 204 21 / 0.4);
}

.caret-yellow-400\/45 {
  caret-color: rgb(250 204 21 / 0.45);
}

.caret-yellow-400\/5 {
  caret-color: rgb(250 204 21 / 0.05);
}

.caret-yellow-400\/50 {
  caret-color: rgb(250 204 21 / 0.5);
}

.caret-yellow-400\/55 {
  caret-color: rgb(250 204 21 / 0.55);
}

.caret-yellow-400\/60 {
  caret-color: rgb(250 204 21 / 0.6);
}

.caret-yellow-400\/65 {
  caret-color: rgb(250 204 21 / 0.65);
}

.caret-yellow-400\/70 {
  caret-color: rgb(250 204 21 / 0.7);
}

.caret-yellow-400\/75 {
  caret-color: rgb(250 204 21 / 0.75);
}

.caret-yellow-400\/80 {
  caret-color: rgb(250 204 21 / 0.8);
}

.caret-yellow-400\/85 {
  caret-color: rgb(250 204 21 / 0.85);
}

.caret-yellow-400\/90 {
  caret-color: rgb(250 204 21 / 0.9);
}

.caret-yellow-400\/95 {
  caret-color: rgb(250 204 21 / 0.95);
}

.caret-yellow-50 {
  caret-color: #fefce8;
}

.caret-yellow-50\/0 {
  caret-color: rgb(254 252 232 / 0);
}

.caret-yellow-50\/10 {
  caret-color: rgb(254 252 232 / 0.1);
}

.caret-yellow-50\/100 {
  caret-color: rgb(254 252 232 / 1);
}

.caret-yellow-50\/15 {
  caret-color: rgb(254 252 232 / 0.15);
}

.caret-yellow-50\/20 {
  caret-color: rgb(254 252 232 / 0.2);
}

.caret-yellow-50\/25 {
  caret-color: rgb(254 252 232 / 0.25);
}

.caret-yellow-50\/30 {
  caret-color: rgb(254 252 232 / 0.3);
}

.caret-yellow-50\/35 {
  caret-color: rgb(254 252 232 / 0.35);
}

.caret-yellow-50\/40 {
  caret-color: rgb(254 252 232 / 0.4);
}

.caret-yellow-50\/45 {
  caret-color: rgb(254 252 232 / 0.45);
}

.caret-yellow-50\/5 {
  caret-color: rgb(254 252 232 / 0.05);
}

.caret-yellow-50\/50 {
  caret-color: rgb(254 252 232 / 0.5);
}

.caret-yellow-50\/55 {
  caret-color: rgb(254 252 232 / 0.55);
}

.caret-yellow-50\/60 {
  caret-color: rgb(254 252 232 / 0.6);
}

.caret-yellow-50\/65 {
  caret-color: rgb(254 252 232 / 0.65);
}

.caret-yellow-50\/70 {
  caret-color: rgb(254 252 232 / 0.7);
}

.caret-yellow-50\/75 {
  caret-color: rgb(254 252 232 / 0.75);
}

.caret-yellow-50\/80 {
  caret-color: rgb(254 252 232 / 0.8);
}

.caret-yellow-50\/85 {
  caret-color: rgb(254 252 232 / 0.85);
}

.caret-yellow-50\/90 {
  caret-color: rgb(254 252 232 / 0.9);
}

.caret-yellow-50\/95 {
  caret-color: rgb(254 252 232 / 0.95);
}

.caret-yellow-500 {
  caret-color: #eab308;
}

.caret-yellow-500\/0 {
  caret-color: rgb(234 179 8 / 0);
}

.caret-yellow-500\/10 {
  caret-color: rgb(234 179 8 / 0.1);
}

.caret-yellow-500\/100 {
  caret-color: rgb(234 179 8 / 1);
}

.caret-yellow-500\/15 {
  caret-color: rgb(234 179 8 / 0.15);
}

.caret-yellow-500\/20 {
  caret-color: rgb(234 179 8 / 0.2);
}

.caret-yellow-500\/25 {
  caret-color: rgb(234 179 8 / 0.25);
}

.caret-yellow-500\/30 {
  caret-color: rgb(234 179 8 / 0.3);
}

.caret-yellow-500\/35 {
  caret-color: rgb(234 179 8 / 0.35);
}

.caret-yellow-500\/40 {
  caret-color: rgb(234 179 8 / 0.4);
}

.caret-yellow-500\/45 {
  caret-color: rgb(234 179 8 / 0.45);
}

.caret-yellow-500\/5 {
  caret-color: rgb(234 179 8 / 0.05);
}

.caret-yellow-500\/50 {
  caret-color: rgb(234 179 8 / 0.5);
}

.caret-yellow-500\/55 {
  caret-color: rgb(234 179 8 / 0.55);
}

.caret-yellow-500\/60 {
  caret-color: rgb(234 179 8 / 0.6);
}

.caret-yellow-500\/65 {
  caret-color: rgb(234 179 8 / 0.65);
}

.caret-yellow-500\/70 {
  caret-color: rgb(234 179 8 / 0.7);
}

.caret-yellow-500\/75 {
  caret-color: rgb(234 179 8 / 0.75);
}

.caret-yellow-500\/80 {
  caret-color: rgb(234 179 8 / 0.8);
}

.caret-yellow-500\/85 {
  caret-color: rgb(234 179 8 / 0.85);
}

.caret-yellow-500\/90 {
  caret-color: rgb(234 179 8 / 0.9);
}

.caret-yellow-500\/95 {
  caret-color: rgb(234 179 8 / 0.95);
}

.caret-yellow-600 {
  caret-color: #ca8a04;
}

.caret-yellow-600\/0 {
  caret-color: rgb(202 138 4 / 0);
}

.caret-yellow-600\/10 {
  caret-color: rgb(202 138 4 / 0.1);
}

.caret-yellow-600\/100 {
  caret-color: rgb(202 138 4 / 1);
}

.caret-yellow-600\/15 {
  caret-color: rgb(202 138 4 / 0.15);
}

.caret-yellow-600\/20 {
  caret-color: rgb(202 138 4 / 0.2);
}

.caret-yellow-600\/25 {
  caret-color: rgb(202 138 4 / 0.25);
}

.caret-yellow-600\/30 {
  caret-color: rgb(202 138 4 / 0.3);
}

.caret-yellow-600\/35 {
  caret-color: rgb(202 138 4 / 0.35);
}

.caret-yellow-600\/40 {
  caret-color: rgb(202 138 4 / 0.4);
}

.caret-yellow-600\/45 {
  caret-color: rgb(202 138 4 / 0.45);
}

.caret-yellow-600\/5 {
  caret-color: rgb(202 138 4 / 0.05);
}

.caret-yellow-600\/50 {
  caret-color: rgb(202 138 4 / 0.5);
}

.caret-yellow-600\/55 {
  caret-color: rgb(202 138 4 / 0.55);
}

.caret-yellow-600\/60 {
  caret-color: rgb(202 138 4 / 0.6);
}

.caret-yellow-600\/65 {
  caret-color: rgb(202 138 4 / 0.65);
}

.caret-yellow-600\/70 {
  caret-color: rgb(202 138 4 / 0.7);
}

.caret-yellow-600\/75 {
  caret-color: rgb(202 138 4 / 0.75);
}

.caret-yellow-600\/80 {
  caret-color: rgb(202 138 4 / 0.8);
}

.caret-yellow-600\/85 {
  caret-color: rgb(202 138 4 / 0.85);
}

.caret-yellow-600\/90 {
  caret-color: rgb(202 138 4 / 0.9);
}

.caret-yellow-600\/95 {
  caret-color: rgb(202 138 4 / 0.95);
}

.caret-yellow-700 {
  caret-color: #a16207;
}

.caret-yellow-700\/0 {
  caret-color: rgb(161 98 7 / 0);
}

.caret-yellow-700\/10 {
  caret-color: rgb(161 98 7 / 0.1);
}

.caret-yellow-700\/100 {
  caret-color: rgb(161 98 7 / 1);
}

.caret-yellow-700\/15 {
  caret-color: rgb(161 98 7 / 0.15);
}

.caret-yellow-700\/20 {
  caret-color: rgb(161 98 7 / 0.2);
}

.caret-yellow-700\/25 {
  caret-color: rgb(161 98 7 / 0.25);
}

.caret-yellow-700\/30 {
  caret-color: rgb(161 98 7 / 0.3);
}

.caret-yellow-700\/35 {
  caret-color: rgb(161 98 7 / 0.35);
}

.caret-yellow-700\/40 {
  caret-color: rgb(161 98 7 / 0.4);
}

.caret-yellow-700\/45 {
  caret-color: rgb(161 98 7 / 0.45);
}

.caret-yellow-700\/5 {
  caret-color: rgb(161 98 7 / 0.05);
}

.caret-yellow-700\/50 {
  caret-color: rgb(161 98 7 / 0.5);
}

.caret-yellow-700\/55 {
  caret-color: rgb(161 98 7 / 0.55);
}

.caret-yellow-700\/60 {
  caret-color: rgb(161 98 7 / 0.6);
}

.caret-yellow-700\/65 {
  caret-color: rgb(161 98 7 / 0.65);
}

.caret-yellow-700\/70 {
  caret-color: rgb(161 98 7 / 0.7);
}

.caret-yellow-700\/75 {
  caret-color: rgb(161 98 7 / 0.75);
}

.caret-yellow-700\/80 {
  caret-color: rgb(161 98 7 / 0.8);
}

.caret-yellow-700\/85 {
  caret-color: rgb(161 98 7 / 0.85);
}

.caret-yellow-700\/90 {
  caret-color: rgb(161 98 7 / 0.9);
}

.caret-yellow-700\/95 {
  caret-color: rgb(161 98 7 / 0.95);
}

.caret-yellow-800 {
  caret-color: #854d0e;
}

.caret-yellow-800\/0 {
  caret-color: rgb(133 77 14 / 0);
}

.caret-yellow-800\/10 {
  caret-color: rgb(133 77 14 / 0.1);
}

.caret-yellow-800\/100 {
  caret-color: rgb(133 77 14 / 1);
}

.caret-yellow-800\/15 {
  caret-color: rgb(133 77 14 / 0.15);
}

.caret-yellow-800\/20 {
  caret-color: rgb(133 77 14 / 0.2);
}

.caret-yellow-800\/25 {
  caret-color: rgb(133 77 14 / 0.25);
}

.caret-yellow-800\/30 {
  caret-color: rgb(133 77 14 / 0.3);
}

.caret-yellow-800\/35 {
  caret-color: rgb(133 77 14 / 0.35);
}

.caret-yellow-800\/40 {
  caret-color: rgb(133 77 14 / 0.4);
}

.caret-yellow-800\/45 {
  caret-color: rgb(133 77 14 / 0.45);
}

.caret-yellow-800\/5 {
  caret-color: rgb(133 77 14 / 0.05);
}

.caret-yellow-800\/50 {
  caret-color: rgb(133 77 14 / 0.5);
}

.caret-yellow-800\/55 {
  caret-color: rgb(133 77 14 / 0.55);
}

.caret-yellow-800\/60 {
  caret-color: rgb(133 77 14 / 0.6);
}

.caret-yellow-800\/65 {
  caret-color: rgb(133 77 14 / 0.65);
}

.caret-yellow-800\/70 {
  caret-color: rgb(133 77 14 / 0.7);
}

.caret-yellow-800\/75 {
  caret-color: rgb(133 77 14 / 0.75);
}

.caret-yellow-800\/80 {
  caret-color: rgb(133 77 14 / 0.8);
}

.caret-yellow-800\/85 {
  caret-color: rgb(133 77 14 / 0.85);
}

.caret-yellow-800\/90 {
  caret-color: rgb(133 77 14 / 0.9);
}

.caret-yellow-800\/95 {
  caret-color: rgb(133 77 14 / 0.95);
}

.caret-yellow-900 {
  caret-color: #713f12;
}

.caret-yellow-900\/0 {
  caret-color: rgb(113 63 18 / 0);
}

.caret-yellow-900\/10 {
  caret-color: rgb(113 63 18 / 0.1);
}

.caret-yellow-900\/100 {
  caret-color: rgb(113 63 18 / 1);
}

.caret-yellow-900\/15 {
  caret-color: rgb(113 63 18 / 0.15);
}

.caret-yellow-900\/20 {
  caret-color: rgb(113 63 18 / 0.2);
}

.caret-yellow-900\/25 {
  caret-color: rgb(113 63 18 / 0.25);
}

.caret-yellow-900\/30 {
  caret-color: rgb(113 63 18 / 0.3);
}

.caret-yellow-900\/35 {
  caret-color: rgb(113 63 18 / 0.35);
}

.caret-yellow-900\/40 {
  caret-color: rgb(113 63 18 / 0.4);
}

.caret-yellow-900\/45 {
  caret-color: rgb(113 63 18 / 0.45);
}

.caret-yellow-900\/5 {
  caret-color: rgb(113 63 18 / 0.05);
}

.caret-yellow-900\/50 {
  caret-color: rgb(113 63 18 / 0.5);
}

.caret-yellow-900\/55 {
  caret-color: rgb(113 63 18 / 0.55);
}

.caret-yellow-900\/60 {
  caret-color: rgb(113 63 18 / 0.6);
}

.caret-yellow-900\/65 {
  caret-color: rgb(113 63 18 / 0.65);
}

.caret-yellow-900\/70 {
  caret-color: rgb(113 63 18 / 0.7);
}

.caret-yellow-900\/75 {
  caret-color: rgb(113 63 18 / 0.75);
}

.caret-yellow-900\/80 {
  caret-color: rgb(113 63 18 / 0.8);
}

.caret-yellow-900\/85 {
  caret-color: rgb(113 63 18 / 0.85);
}

.caret-yellow-900\/90 {
  caret-color: rgb(113 63 18 / 0.9);
}

.caret-yellow-900\/95 {
  caret-color: rgb(113 63 18 / 0.95);
}

.caret-yellow-950 {
  caret-color: #422006;
}

.caret-yellow-950\/0 {
  caret-color: rgb(66 32 6 / 0);
}

.caret-yellow-950\/10 {
  caret-color: rgb(66 32 6 / 0.1);
}

.caret-yellow-950\/100 {
  caret-color: rgb(66 32 6 / 1);
}

.caret-yellow-950\/15 {
  caret-color: rgb(66 32 6 / 0.15);
}

.caret-yellow-950\/20 {
  caret-color: rgb(66 32 6 / 0.2);
}

.caret-yellow-950\/25 {
  caret-color: rgb(66 32 6 / 0.25);
}

.caret-yellow-950\/30 {
  caret-color: rgb(66 32 6 / 0.3);
}

.caret-yellow-950\/35 {
  caret-color: rgb(66 32 6 / 0.35);
}

.caret-yellow-950\/40 {
  caret-color: rgb(66 32 6 / 0.4);
}

.caret-yellow-950\/45 {
  caret-color: rgb(66 32 6 / 0.45);
}

.caret-yellow-950\/5 {
  caret-color: rgb(66 32 6 / 0.05);
}

.caret-yellow-950\/50 {
  caret-color: rgb(66 32 6 / 0.5);
}

.caret-yellow-950\/55 {
  caret-color: rgb(66 32 6 / 0.55);
}

.caret-yellow-950\/60 {
  caret-color: rgb(66 32 6 / 0.6);
}

.caret-yellow-950\/65 {
  caret-color: rgb(66 32 6 / 0.65);
}

.caret-yellow-950\/70 {
  caret-color: rgb(66 32 6 / 0.7);
}

.caret-yellow-950\/75 {
  caret-color: rgb(66 32 6 / 0.75);
}

.caret-yellow-950\/80 {
  caret-color: rgb(66 32 6 / 0.8);
}

.caret-yellow-950\/85 {
  caret-color: rgb(66 32 6 / 0.85);
}

.caret-yellow-950\/90 {
  caret-color: rgb(66 32 6 / 0.9);
}

.caret-yellow-950\/95 {
  caret-color: rgb(66 32 6 / 0.95);
}

.accent-yellow-100 {
  accent-color: #fef9c3;
}

.accent-yellow-100\/0 {
  accent-color: rgb(254 249 195 / 0);
}

.accent-yellow-100\/10 {
  accent-color: rgb(254 249 195 / 0.1);
}

.accent-yellow-100\/100 {
  accent-color: rgb(254 249 195 / 1);
}

.accent-yellow-100\/15 {
  accent-color: rgb(254 249 195 / 0.15);
}

.accent-yellow-100\/20 {
  accent-color: rgb(254 249 195 / 0.2);
}

.accent-yellow-100\/25 {
  accent-color: rgb(254 249 195 / 0.25);
}

.accent-yellow-100\/30 {
  accent-color: rgb(254 249 195 / 0.3);
}

.accent-yellow-100\/35 {
  accent-color: rgb(254 249 195 / 0.35);
}

.accent-yellow-100\/40 {
  accent-color: rgb(254 249 195 / 0.4);
}

.accent-yellow-100\/45 {
  accent-color: rgb(254 249 195 / 0.45);
}

.accent-yellow-100\/5 {
  accent-color: rgb(254 249 195 / 0.05);
}

.accent-yellow-100\/50 {
  accent-color: rgb(254 249 195 / 0.5);
}

.accent-yellow-100\/55 {
  accent-color: rgb(254 249 195 / 0.55);
}

.accent-yellow-100\/60 {
  accent-color: rgb(254 249 195 / 0.6);
}

.accent-yellow-100\/65 {
  accent-color: rgb(254 249 195 / 0.65);
}

.accent-yellow-100\/70 {
  accent-color: rgb(254 249 195 / 0.7);
}

.accent-yellow-100\/75 {
  accent-color: rgb(254 249 195 / 0.75);
}

.accent-yellow-100\/80 {
  accent-color: rgb(254 249 195 / 0.8);
}

.accent-yellow-100\/85 {
  accent-color: rgb(254 249 195 / 0.85);
}

.accent-yellow-100\/90 {
  accent-color: rgb(254 249 195 / 0.9);
}

.accent-yellow-100\/95 {
  accent-color: rgb(254 249 195 / 0.95);
}

.accent-yellow-200 {
  accent-color: #fef08a;
}

.accent-yellow-200\/0 {
  accent-color: rgb(254 240 138 / 0);
}

.accent-yellow-200\/10 {
  accent-color: rgb(254 240 138 / 0.1);
}

.accent-yellow-200\/100 {
  accent-color: rgb(254 240 138 / 1);
}

.accent-yellow-200\/15 {
  accent-color: rgb(254 240 138 / 0.15);
}

.accent-yellow-200\/20 {
  accent-color: rgb(254 240 138 / 0.2);
}

.accent-yellow-200\/25 {
  accent-color: rgb(254 240 138 / 0.25);
}

.accent-yellow-200\/30 {
  accent-color: rgb(254 240 138 / 0.3);
}

.accent-yellow-200\/35 {
  accent-color: rgb(254 240 138 / 0.35);
}

.accent-yellow-200\/40 {
  accent-color: rgb(254 240 138 / 0.4);
}

.accent-yellow-200\/45 {
  accent-color: rgb(254 240 138 / 0.45);
}

.accent-yellow-200\/5 {
  accent-color: rgb(254 240 138 / 0.05);
}

.accent-yellow-200\/50 {
  accent-color: rgb(254 240 138 / 0.5);
}

.accent-yellow-200\/55 {
  accent-color: rgb(254 240 138 / 0.55);
}

.accent-yellow-200\/60 {
  accent-color: rgb(254 240 138 / 0.6);
}

.accent-yellow-200\/65 {
  accent-color: rgb(254 240 138 / 0.65);
}

.accent-yellow-200\/70 {
  accent-color: rgb(254 240 138 / 0.7);
}

.accent-yellow-200\/75 {
  accent-color: rgb(254 240 138 / 0.75);
}

.accent-yellow-200\/80 {
  accent-color: rgb(254 240 138 / 0.8);
}

.accent-yellow-200\/85 {
  accent-color: rgb(254 240 138 / 0.85);
}

.accent-yellow-200\/90 {
  accent-color: rgb(254 240 138 / 0.9);
}

.accent-yellow-200\/95 {
  accent-color: rgb(254 240 138 / 0.95);
}

.accent-yellow-300 {
  accent-color: #fde047;
}

.accent-yellow-300\/0 {
  accent-color: rgb(253 224 71 / 0);
}

.accent-yellow-300\/10 {
  accent-color: rgb(253 224 71 / 0.1);
}

.accent-yellow-300\/100 {
  accent-color: rgb(253 224 71 / 1);
}

.accent-yellow-300\/15 {
  accent-color: rgb(253 224 71 / 0.15);
}

.accent-yellow-300\/20 {
  accent-color: rgb(253 224 71 / 0.2);
}

.accent-yellow-300\/25 {
  accent-color: rgb(253 224 71 / 0.25);
}

.accent-yellow-300\/30 {
  accent-color: rgb(253 224 71 / 0.3);
}

.accent-yellow-300\/35 {
  accent-color: rgb(253 224 71 / 0.35);
}

.accent-yellow-300\/40 {
  accent-color: rgb(253 224 71 / 0.4);
}

.accent-yellow-300\/45 {
  accent-color: rgb(253 224 71 / 0.45);
}

.accent-yellow-300\/5 {
  accent-color: rgb(253 224 71 / 0.05);
}

.accent-yellow-300\/50 {
  accent-color: rgb(253 224 71 / 0.5);
}

.accent-yellow-300\/55 {
  accent-color: rgb(253 224 71 / 0.55);
}

.accent-yellow-300\/60 {
  accent-color: rgb(253 224 71 / 0.6);
}

.accent-yellow-300\/65 {
  accent-color: rgb(253 224 71 / 0.65);
}

.accent-yellow-300\/70 {
  accent-color: rgb(253 224 71 / 0.7);
}

.accent-yellow-300\/75 {
  accent-color: rgb(253 224 71 / 0.75);
}

.accent-yellow-300\/80 {
  accent-color: rgb(253 224 71 / 0.8);
}

.accent-yellow-300\/85 {
  accent-color: rgb(253 224 71 / 0.85);
}

.accent-yellow-300\/90 {
  accent-color: rgb(253 224 71 / 0.9);
}

.accent-yellow-300\/95 {
  accent-color: rgb(253 224 71 / 0.95);
}

.accent-yellow-400 {
  accent-color: #facc15;
}

.accent-yellow-400\/0 {
  accent-color: rgb(250 204 21 / 0);
}

.accent-yellow-400\/10 {
  accent-color: rgb(250 204 21 / 0.1);
}

.accent-yellow-400\/100 {
  accent-color: rgb(250 204 21 / 1);
}

.accent-yellow-400\/15 {
  accent-color: rgb(250 204 21 / 0.15);
}

.accent-yellow-400\/20 {
  accent-color: rgb(250 204 21 / 0.2);
}

.accent-yellow-400\/25 {
  accent-color: rgb(250 204 21 / 0.25);
}

.accent-yellow-400\/30 {
  accent-color: rgb(250 204 21 / 0.3);
}

.accent-yellow-400\/35 {
  accent-color: rgb(250 204 21 / 0.35);
}

.accent-yellow-400\/40 {
  accent-color: rgb(250 204 21 / 0.4);
}

.accent-yellow-400\/45 {
  accent-color: rgb(250 204 21 / 0.45);
}

.accent-yellow-400\/5 {
  accent-color: rgb(250 204 21 / 0.05);
}

.accent-yellow-400\/50 {
  accent-color: rgb(250 204 21 / 0.5);
}

.accent-yellow-400\/55 {
  accent-color: rgb(250 204 21 / 0.55);
}

.accent-yellow-400\/60 {
  accent-color: rgb(250 204 21 / 0.6);
}

.accent-yellow-400\/65 {
  accent-color: rgb(250 204 21 / 0.65);
}

.accent-yellow-400\/70 {
  accent-color: rgb(250 204 21 / 0.7);
}

.accent-yellow-400\/75 {
  accent-color: rgb(250 204 21 / 0.75);
}

.accent-yellow-400\/80 {
  accent-color: rgb(250 204 21 / 0.8);
}

.accent-yellow-400\/85 {
  accent-color: rgb(250 204 21 / 0.85);
}

.accent-yellow-400\/90 {
  accent-color: rgb(250 204 21 / 0.9);
}

.accent-yellow-400\/95 {
  accent-color: rgb(250 204 21 / 0.95);
}

.accent-yellow-50 {
  accent-color: #fefce8;
}

.accent-yellow-50\/0 {
  accent-color: rgb(254 252 232 / 0);
}

.accent-yellow-50\/10 {
  accent-color: rgb(254 252 232 / 0.1);
}

.accent-yellow-50\/100 {
  accent-color: rgb(254 252 232 / 1);
}

.accent-yellow-50\/15 {
  accent-color: rgb(254 252 232 / 0.15);
}

.accent-yellow-50\/20 {
  accent-color: rgb(254 252 232 / 0.2);
}

.accent-yellow-50\/25 {
  accent-color: rgb(254 252 232 / 0.25);
}

.accent-yellow-50\/30 {
  accent-color: rgb(254 252 232 / 0.3);
}

.accent-yellow-50\/35 {
  accent-color: rgb(254 252 232 / 0.35);
}

.accent-yellow-50\/40 {
  accent-color: rgb(254 252 232 / 0.4);
}

.accent-yellow-50\/45 {
  accent-color: rgb(254 252 232 / 0.45);
}

.accent-yellow-50\/5 {
  accent-color: rgb(254 252 232 / 0.05);
}

.accent-yellow-50\/50 {
  accent-color: rgb(254 252 232 / 0.5);
}

.accent-yellow-50\/55 {
  accent-color: rgb(254 252 232 / 0.55);
}

.accent-yellow-50\/60 {
  accent-color: rgb(254 252 232 / 0.6);
}

.accent-yellow-50\/65 {
  accent-color: rgb(254 252 232 / 0.65);
}

.accent-yellow-50\/70 {
  accent-color: rgb(254 252 232 / 0.7);
}

.accent-yellow-50\/75 {
  accent-color: rgb(254 252 232 / 0.75);
}

.accent-yellow-50\/80 {
  accent-color: rgb(254 252 232 / 0.8);
}

.accent-yellow-50\/85 {
  accent-color: rgb(254 252 232 / 0.85);
}

.accent-yellow-50\/90 {
  accent-color: rgb(254 252 232 / 0.9);
}

.accent-yellow-50\/95 {
  accent-color: rgb(254 252 232 / 0.95);
}

.accent-yellow-500 {
  accent-color: #eab308;
}

.accent-yellow-500\/0 {
  accent-color: rgb(234 179 8 / 0);
}

.accent-yellow-500\/10 {
  accent-color: rgb(234 179 8 / 0.1);
}

.accent-yellow-500\/100 {
  accent-color: rgb(234 179 8 / 1);
}

.accent-yellow-500\/15 {
  accent-color: rgb(234 179 8 / 0.15);
}

.accent-yellow-500\/20 {
  accent-color: rgb(234 179 8 / 0.2);
}

.accent-yellow-500\/25 {
  accent-color: rgb(234 179 8 / 0.25);
}

.accent-yellow-500\/30 {
  accent-color: rgb(234 179 8 / 0.3);
}

.accent-yellow-500\/35 {
  accent-color: rgb(234 179 8 / 0.35);
}

.accent-yellow-500\/40 {
  accent-color: rgb(234 179 8 / 0.4);
}

.accent-yellow-500\/45 {
  accent-color: rgb(234 179 8 / 0.45);
}

.accent-yellow-500\/5 {
  accent-color: rgb(234 179 8 / 0.05);
}

.accent-yellow-500\/50 {
  accent-color: rgb(234 179 8 / 0.5);
}

.accent-yellow-500\/55 {
  accent-color: rgb(234 179 8 / 0.55);
}

.accent-yellow-500\/60 {
  accent-color: rgb(234 179 8 / 0.6);
}

.accent-yellow-500\/65 {
  accent-color: rgb(234 179 8 / 0.65);
}

.accent-yellow-500\/70 {
  accent-color: rgb(234 179 8 / 0.7);
}

.accent-yellow-500\/75 {
  accent-color: rgb(234 179 8 / 0.75);
}

.accent-yellow-500\/80 {
  accent-color: rgb(234 179 8 / 0.8);
}

.accent-yellow-500\/85 {
  accent-color: rgb(234 179 8 / 0.85);
}

.accent-yellow-500\/90 {
  accent-color: rgb(234 179 8 / 0.9);
}

.accent-yellow-500\/95 {
  accent-color: rgb(234 179 8 / 0.95);
}

.accent-yellow-600 {
  accent-color: #ca8a04;
}

.accent-yellow-600\/0 {
  accent-color: rgb(202 138 4 / 0);
}

.accent-yellow-600\/10 {
  accent-color: rgb(202 138 4 / 0.1);
}

.accent-yellow-600\/100 {
  accent-color: rgb(202 138 4 / 1);
}

.accent-yellow-600\/15 {
  accent-color: rgb(202 138 4 / 0.15);
}

.accent-yellow-600\/20 {
  accent-color: rgb(202 138 4 / 0.2);
}

.accent-yellow-600\/25 {
  accent-color: rgb(202 138 4 / 0.25);
}

.accent-yellow-600\/30 {
  accent-color: rgb(202 138 4 / 0.3);
}

.accent-yellow-600\/35 {
  accent-color: rgb(202 138 4 / 0.35);
}

.accent-yellow-600\/40 {
  accent-color: rgb(202 138 4 / 0.4);
}

.accent-yellow-600\/45 {
  accent-color: rgb(202 138 4 / 0.45);
}

.accent-yellow-600\/5 {
  accent-color: rgb(202 138 4 / 0.05);
}

.accent-yellow-600\/50 {
  accent-color: rgb(202 138 4 / 0.5);
}

.accent-yellow-600\/55 {
  accent-color: rgb(202 138 4 / 0.55);
}

.accent-yellow-600\/60 {
  accent-color: rgb(202 138 4 / 0.6);
}

.accent-yellow-600\/65 {
  accent-color: rgb(202 138 4 / 0.65);
}

.accent-yellow-600\/70 {
  accent-color: rgb(202 138 4 / 0.7);
}

.accent-yellow-600\/75 {
  accent-color: rgb(202 138 4 / 0.75);
}

.accent-yellow-600\/80 {
  accent-color: rgb(202 138 4 / 0.8);
}

.accent-yellow-600\/85 {
  accent-color: rgb(202 138 4 / 0.85);
}

.accent-yellow-600\/90 {
  accent-color: rgb(202 138 4 / 0.9);
}

.accent-yellow-600\/95 {
  accent-color: rgb(202 138 4 / 0.95);
}

.accent-yellow-700 {
  accent-color: #a16207;
}

.accent-yellow-700\/0 {
  accent-color: rgb(161 98 7 / 0);
}

.accent-yellow-700\/10 {
  accent-color: rgb(161 98 7 / 0.1);
}

.accent-yellow-700\/100 {
  accent-color: rgb(161 98 7 / 1);
}

.accent-yellow-700\/15 {
  accent-color: rgb(161 98 7 / 0.15);
}

.accent-yellow-700\/20 {
  accent-color: rgb(161 98 7 / 0.2);
}

.accent-yellow-700\/25 {
  accent-color: rgb(161 98 7 / 0.25);
}

.accent-yellow-700\/30 {
  accent-color: rgb(161 98 7 / 0.3);
}

.accent-yellow-700\/35 {
  accent-color: rgb(161 98 7 / 0.35);
}

.accent-yellow-700\/40 {
  accent-color: rgb(161 98 7 / 0.4);
}

.accent-yellow-700\/45 {
  accent-color: rgb(161 98 7 / 0.45);
}

.accent-yellow-700\/5 {
  accent-color: rgb(161 98 7 / 0.05);
}

.accent-yellow-700\/50 {
  accent-color: rgb(161 98 7 / 0.5);
}

.accent-yellow-700\/55 {
  accent-color: rgb(161 98 7 / 0.55);
}

.accent-yellow-700\/60 {
  accent-color: rgb(161 98 7 / 0.6);
}

.accent-yellow-700\/65 {
  accent-color: rgb(161 98 7 / 0.65);
}

.accent-yellow-700\/70 {
  accent-color: rgb(161 98 7 / 0.7);
}

.accent-yellow-700\/75 {
  accent-color: rgb(161 98 7 / 0.75);
}

.accent-yellow-700\/80 {
  accent-color: rgb(161 98 7 / 0.8);
}

.accent-yellow-700\/85 {
  accent-color: rgb(161 98 7 / 0.85);
}

.accent-yellow-700\/90 {
  accent-color: rgb(161 98 7 / 0.9);
}

.accent-yellow-700\/95 {
  accent-color: rgb(161 98 7 / 0.95);
}

.accent-yellow-800 {
  accent-color: #854d0e;
}

.accent-yellow-800\/0 {
  accent-color: rgb(133 77 14 / 0);
}

.accent-yellow-800\/10 {
  accent-color: rgb(133 77 14 / 0.1);
}

.accent-yellow-800\/100 {
  accent-color: rgb(133 77 14 / 1);
}

.accent-yellow-800\/15 {
  accent-color: rgb(133 77 14 / 0.15);
}

.accent-yellow-800\/20 {
  accent-color: rgb(133 77 14 / 0.2);
}

.accent-yellow-800\/25 {
  accent-color: rgb(133 77 14 / 0.25);
}

.accent-yellow-800\/30 {
  accent-color: rgb(133 77 14 / 0.3);
}

.accent-yellow-800\/35 {
  accent-color: rgb(133 77 14 / 0.35);
}

.accent-yellow-800\/40 {
  accent-color: rgb(133 77 14 / 0.4);
}

.accent-yellow-800\/45 {
  accent-color: rgb(133 77 14 / 0.45);
}

.accent-yellow-800\/5 {
  accent-color: rgb(133 77 14 / 0.05);
}

.accent-yellow-800\/50 {
  accent-color: rgb(133 77 14 / 0.5);
}

.accent-yellow-800\/55 {
  accent-color: rgb(133 77 14 / 0.55);
}

.accent-yellow-800\/60 {
  accent-color: rgb(133 77 14 / 0.6);
}

.accent-yellow-800\/65 {
  accent-color: rgb(133 77 14 / 0.65);
}

.accent-yellow-800\/70 {
  accent-color: rgb(133 77 14 / 0.7);
}

.accent-yellow-800\/75 {
  accent-color: rgb(133 77 14 / 0.75);
}

.accent-yellow-800\/80 {
  accent-color: rgb(133 77 14 / 0.8);
}

.accent-yellow-800\/85 {
  accent-color: rgb(133 77 14 / 0.85);
}

.accent-yellow-800\/90 {
  accent-color: rgb(133 77 14 / 0.9);
}

.accent-yellow-800\/95 {
  accent-color: rgb(133 77 14 / 0.95);
}

.accent-yellow-900 {
  accent-color: #713f12;
}

.accent-yellow-900\/0 {
  accent-color: rgb(113 63 18 / 0);
}

.accent-yellow-900\/10 {
  accent-color: rgb(113 63 18 / 0.1);
}

.accent-yellow-900\/100 {
  accent-color: rgb(113 63 18 / 1);
}

.accent-yellow-900\/15 {
  accent-color: rgb(113 63 18 / 0.15);
}

.accent-yellow-900\/20 {
  accent-color: rgb(113 63 18 / 0.2);
}

.accent-yellow-900\/25 {
  accent-color: rgb(113 63 18 / 0.25);
}

.accent-yellow-900\/30 {
  accent-color: rgb(113 63 18 / 0.3);
}

.accent-yellow-900\/35 {
  accent-color: rgb(113 63 18 / 0.35);
}

.accent-yellow-900\/40 {
  accent-color: rgb(113 63 18 / 0.4);
}

.accent-yellow-900\/45 {
  accent-color: rgb(113 63 18 / 0.45);
}

.accent-yellow-900\/5 {
  accent-color: rgb(113 63 18 / 0.05);
}

.accent-yellow-900\/50 {
  accent-color: rgb(113 63 18 / 0.5);
}

.accent-yellow-900\/55 {
  accent-color: rgb(113 63 18 / 0.55);
}

.accent-yellow-900\/60 {
  accent-color: rgb(113 63 18 / 0.6);
}

.accent-yellow-900\/65 {
  accent-color: rgb(113 63 18 / 0.65);
}

.accent-yellow-900\/70 {
  accent-color: rgb(113 63 18 / 0.7);
}

.accent-yellow-900\/75 {
  accent-color: rgb(113 63 18 / 0.75);
}

.accent-yellow-900\/80 {
  accent-color: rgb(113 63 18 / 0.8);
}

.accent-yellow-900\/85 {
  accent-color: rgb(113 63 18 / 0.85);
}

.accent-yellow-900\/90 {
  accent-color: rgb(113 63 18 / 0.9);
}

.accent-yellow-900\/95 {
  accent-color: rgb(113 63 18 / 0.95);
}

.accent-yellow-950 {
  accent-color: #422006;
}

.accent-yellow-950\/0 {
  accent-color: rgb(66 32 6 / 0);
}

.accent-yellow-950\/10 {
  accent-color: rgb(66 32 6 / 0.1);
}

.accent-yellow-950\/100 {
  accent-color: rgb(66 32 6 / 1);
}

.accent-yellow-950\/15 {
  accent-color: rgb(66 32 6 / 0.15);
}

.accent-yellow-950\/20 {
  accent-color: rgb(66 32 6 / 0.2);
}

.accent-yellow-950\/25 {
  accent-color: rgb(66 32 6 / 0.25);
}

.accent-yellow-950\/30 {
  accent-color: rgb(66 32 6 / 0.3);
}

.accent-yellow-950\/35 {
  accent-color: rgb(66 32 6 / 0.35);
}

.accent-yellow-950\/40 {
  accent-color: rgb(66 32 6 / 0.4);
}

.accent-yellow-950\/45 {
  accent-color: rgb(66 32 6 / 0.45);
}

.accent-yellow-950\/5 {
  accent-color: rgb(66 32 6 / 0.05);
}

.accent-yellow-950\/50 {
  accent-color: rgb(66 32 6 / 0.5);
}

.accent-yellow-950\/55 {
  accent-color: rgb(66 32 6 / 0.55);
}

.accent-yellow-950\/60 {
  accent-color: rgb(66 32 6 / 0.6);
}

.accent-yellow-950\/65 {
  accent-color: rgb(66 32 6 / 0.65);
}

.accent-yellow-950\/70 {
  accent-color: rgb(66 32 6 / 0.7);
}

.accent-yellow-950\/75 {
  accent-color: rgb(66 32 6 / 0.75);
}

.accent-yellow-950\/80 {
  accent-color: rgb(66 32 6 / 0.8);
}

.accent-yellow-950\/85 {
  accent-color: rgb(66 32 6 / 0.85);
}

.accent-yellow-950\/90 {
  accent-color: rgb(66 32 6 / 0.9);
}

.accent-yellow-950\/95 {
  accent-color: rgb(66 32 6 / 0.95);
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.mix-blend-normal {
  mix-blend-mode: normal;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-hue {
  mix-blend-mode: hue;
}

.mix-blend-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-color {
  mix-blend-mode: color;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

.mix-blend-plus-darker {
  mix-blend-mode: plus-darker;
}

.mix-blend-plus-lighter {
  mix-blend-mode: plus-lighter;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --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);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-amber-100 {
  --tw-shadow-color: #fef3c7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/0 {
  --tw-shadow-color: rgb(254 243 199 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/10 {
  --tw-shadow-color: rgb(254 243 199 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/100 {
  --tw-shadow-color: rgb(254 243 199 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/15 {
  --tw-shadow-color: rgb(254 243 199 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/20 {
  --tw-shadow-color: rgb(254 243 199 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/25 {
  --tw-shadow-color: rgb(254 243 199 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/30 {
  --tw-shadow-color: rgb(254 243 199 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/35 {
  --tw-shadow-color: rgb(254 243 199 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/40 {
  --tw-shadow-color: rgb(254 243 199 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/45 {
  --tw-shadow-color: rgb(254 243 199 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/5 {
  --tw-shadow-color: rgb(254 243 199 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/50 {
  --tw-shadow-color: rgb(254 243 199 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/55 {
  --tw-shadow-color: rgb(254 243 199 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/60 {
  --tw-shadow-color: rgb(254 243 199 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/65 {
  --tw-shadow-color: rgb(254 243 199 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/70 {
  --tw-shadow-color: rgb(254 243 199 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/75 {
  --tw-shadow-color: rgb(254 243 199 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/80 {
  --tw-shadow-color: rgb(254 243 199 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/85 {
  --tw-shadow-color: rgb(254 243 199 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/90 {
  --tw-shadow-color: rgb(254 243 199 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/95 {
  --tw-shadow-color: rgb(254 243 199 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200 {
  --tw-shadow-color: #fde68a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/0 {
  --tw-shadow-color: rgb(253 230 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/10 {
  --tw-shadow-color: rgb(253 230 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/100 {
  --tw-shadow-color: rgb(253 230 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/15 {
  --tw-shadow-color: rgb(253 230 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/20 {
  --tw-shadow-color: rgb(253 230 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/25 {
  --tw-shadow-color: rgb(253 230 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/30 {
  --tw-shadow-color: rgb(253 230 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/35 {
  --tw-shadow-color: rgb(253 230 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/40 {
  --tw-shadow-color: rgb(253 230 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/45 {
  --tw-shadow-color: rgb(253 230 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/5 {
  --tw-shadow-color: rgb(253 230 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/50 {
  --tw-shadow-color: rgb(253 230 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/55 {
  --tw-shadow-color: rgb(253 230 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/60 {
  --tw-shadow-color: rgb(253 230 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/65 {
  --tw-shadow-color: rgb(253 230 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/70 {
  --tw-shadow-color: rgb(253 230 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/75 {
  --tw-shadow-color: rgb(253 230 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/80 {
  --tw-shadow-color: rgb(253 230 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/85 {
  --tw-shadow-color: rgb(253 230 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/90 {
  --tw-shadow-color: rgb(253 230 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/95 {
  --tw-shadow-color: rgb(253 230 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300 {
  --tw-shadow-color: #fcd34d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/0 {
  --tw-shadow-color: rgb(252 211 77 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/10 {
  --tw-shadow-color: rgb(252 211 77 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/100 {
  --tw-shadow-color: rgb(252 211 77 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/15 {
  --tw-shadow-color: rgb(252 211 77 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/20 {
  --tw-shadow-color: rgb(252 211 77 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/25 {
  --tw-shadow-color: rgb(252 211 77 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/30 {
  --tw-shadow-color: rgb(252 211 77 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/35 {
  --tw-shadow-color: rgb(252 211 77 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/40 {
  --tw-shadow-color: rgb(252 211 77 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/45 {
  --tw-shadow-color: rgb(252 211 77 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/5 {
  --tw-shadow-color: rgb(252 211 77 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/50 {
  --tw-shadow-color: rgb(252 211 77 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/55 {
  --tw-shadow-color: rgb(252 211 77 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/60 {
  --tw-shadow-color: rgb(252 211 77 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/65 {
  --tw-shadow-color: rgb(252 211 77 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/70 {
  --tw-shadow-color: rgb(252 211 77 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/75 {
  --tw-shadow-color: rgb(252 211 77 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/80 {
  --tw-shadow-color: rgb(252 211 77 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/85 {
  --tw-shadow-color: rgb(252 211 77 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/90 {
  --tw-shadow-color: rgb(252 211 77 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/95 {
  --tw-shadow-color: rgb(252 211 77 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400 {
  --tw-shadow-color: #fbbf24;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/0 {
  --tw-shadow-color: rgb(251 191 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/10 {
  --tw-shadow-color: rgb(251 191 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/100 {
  --tw-shadow-color: rgb(251 191 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/15 {
  --tw-shadow-color: rgb(251 191 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/20 {
  --tw-shadow-color: rgb(251 191 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/25 {
  --tw-shadow-color: rgb(251 191 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/30 {
  --tw-shadow-color: rgb(251 191 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/35 {
  --tw-shadow-color: rgb(251 191 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/40 {
  --tw-shadow-color: rgb(251 191 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/45 {
  --tw-shadow-color: rgb(251 191 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/5 {
  --tw-shadow-color: rgb(251 191 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/50 {
  --tw-shadow-color: rgb(251 191 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/55 {
  --tw-shadow-color: rgb(251 191 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/60 {
  --tw-shadow-color: rgb(251 191 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/65 {
  --tw-shadow-color: rgb(251 191 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/70 {
  --tw-shadow-color: rgb(251 191 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/75 {
  --tw-shadow-color: rgb(251 191 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/80 {
  --tw-shadow-color: rgb(251 191 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/85 {
  --tw-shadow-color: rgb(251 191 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/90 {
  --tw-shadow-color: rgb(251 191 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/95 {
  --tw-shadow-color: rgb(251 191 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50 {
  --tw-shadow-color: #fffbeb;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/0 {
  --tw-shadow-color: rgb(255 251 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/10 {
  --tw-shadow-color: rgb(255 251 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/100 {
  --tw-shadow-color: rgb(255 251 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/15 {
  --tw-shadow-color: rgb(255 251 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/20 {
  --tw-shadow-color: rgb(255 251 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/25 {
  --tw-shadow-color: rgb(255 251 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/30 {
  --tw-shadow-color: rgb(255 251 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/35 {
  --tw-shadow-color: rgb(255 251 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/40 {
  --tw-shadow-color: rgb(255 251 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/45 {
  --tw-shadow-color: rgb(255 251 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/5 {
  --tw-shadow-color: rgb(255 251 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/50 {
  --tw-shadow-color: rgb(255 251 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/55 {
  --tw-shadow-color: rgb(255 251 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/60 {
  --tw-shadow-color: rgb(255 251 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/65 {
  --tw-shadow-color: rgb(255 251 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/70 {
  --tw-shadow-color: rgb(255 251 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/75 {
  --tw-shadow-color: rgb(255 251 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/80 {
  --tw-shadow-color: rgb(255 251 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/85 {
  --tw-shadow-color: rgb(255 251 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/90 {
  --tw-shadow-color: rgb(255 251 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/95 {
  --tw-shadow-color: rgb(255 251 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500 {
  --tw-shadow-color: #f59e0b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/0 {
  --tw-shadow-color: rgb(245 158 11 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/10 {
  --tw-shadow-color: rgb(245 158 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/100 {
  --tw-shadow-color: rgb(245 158 11 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/15 {
  --tw-shadow-color: rgb(245 158 11 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/20 {
  --tw-shadow-color: rgb(245 158 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/25 {
  --tw-shadow-color: rgb(245 158 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/30 {
  --tw-shadow-color: rgb(245 158 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/35 {
  --tw-shadow-color: rgb(245 158 11 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/40 {
  --tw-shadow-color: rgb(245 158 11 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/45 {
  --tw-shadow-color: rgb(245 158 11 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/5 {
  --tw-shadow-color: rgb(245 158 11 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/50 {
  --tw-shadow-color: rgb(245 158 11 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/55 {
  --tw-shadow-color: rgb(245 158 11 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/60 {
  --tw-shadow-color: rgb(245 158 11 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/65 {
  --tw-shadow-color: rgb(245 158 11 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/70 {
  --tw-shadow-color: rgb(245 158 11 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/75 {
  --tw-shadow-color: rgb(245 158 11 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/80 {
  --tw-shadow-color: rgb(245 158 11 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/85 {
  --tw-shadow-color: rgb(245 158 11 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/90 {
  --tw-shadow-color: rgb(245 158 11 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/95 {
  --tw-shadow-color: rgb(245 158 11 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600 {
  --tw-shadow-color: #d97706;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/0 {
  --tw-shadow-color: rgb(217 119 6 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/10 {
  --tw-shadow-color: rgb(217 119 6 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/100 {
  --tw-shadow-color: rgb(217 119 6 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/15 {
  --tw-shadow-color: rgb(217 119 6 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/20 {
  --tw-shadow-color: rgb(217 119 6 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/25 {
  --tw-shadow-color: rgb(217 119 6 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/30 {
  --tw-shadow-color: rgb(217 119 6 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/35 {
  --tw-shadow-color: rgb(217 119 6 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/40 {
  --tw-shadow-color: rgb(217 119 6 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/45 {
  --tw-shadow-color: rgb(217 119 6 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/5 {
  --tw-shadow-color: rgb(217 119 6 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/50 {
  --tw-shadow-color: rgb(217 119 6 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/55 {
  --tw-shadow-color: rgb(217 119 6 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/60 {
  --tw-shadow-color: rgb(217 119 6 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/65 {
  --tw-shadow-color: rgb(217 119 6 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/70 {
  --tw-shadow-color: rgb(217 119 6 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/75 {
  --tw-shadow-color: rgb(217 119 6 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/80 {
  --tw-shadow-color: rgb(217 119 6 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/85 {
  --tw-shadow-color: rgb(217 119 6 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/90 {
  --tw-shadow-color: rgb(217 119 6 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/95 {
  --tw-shadow-color: rgb(217 119 6 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700 {
  --tw-shadow-color: #b45309;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/0 {
  --tw-shadow-color: rgb(180 83 9 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/10 {
  --tw-shadow-color: rgb(180 83 9 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/100 {
  --tw-shadow-color: rgb(180 83 9 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/15 {
  --tw-shadow-color: rgb(180 83 9 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/20 {
  --tw-shadow-color: rgb(180 83 9 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/25 {
  --tw-shadow-color: rgb(180 83 9 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/30 {
  --tw-shadow-color: rgb(180 83 9 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/35 {
  --tw-shadow-color: rgb(180 83 9 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/40 {
  --tw-shadow-color: rgb(180 83 9 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/45 {
  --tw-shadow-color: rgb(180 83 9 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/5 {
  --tw-shadow-color: rgb(180 83 9 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/50 {
  --tw-shadow-color: rgb(180 83 9 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/55 {
  --tw-shadow-color: rgb(180 83 9 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/60 {
  --tw-shadow-color: rgb(180 83 9 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/65 {
  --tw-shadow-color: rgb(180 83 9 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/70 {
  --tw-shadow-color: rgb(180 83 9 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/75 {
  --tw-shadow-color: rgb(180 83 9 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/80 {
  --tw-shadow-color: rgb(180 83 9 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/85 {
  --tw-shadow-color: rgb(180 83 9 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/90 {
  --tw-shadow-color: rgb(180 83 9 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/95 {
  --tw-shadow-color: rgb(180 83 9 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800 {
  --tw-shadow-color: #92400e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/0 {
  --tw-shadow-color: rgb(146 64 14 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/10 {
  --tw-shadow-color: rgb(146 64 14 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/100 {
  --tw-shadow-color: rgb(146 64 14 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/15 {
  --tw-shadow-color: rgb(146 64 14 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/20 {
  --tw-shadow-color: rgb(146 64 14 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/25 {
  --tw-shadow-color: rgb(146 64 14 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/30 {
  --tw-shadow-color: rgb(146 64 14 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/35 {
  --tw-shadow-color: rgb(146 64 14 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/40 {
  --tw-shadow-color: rgb(146 64 14 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/45 {
  --tw-shadow-color: rgb(146 64 14 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/5 {
  --tw-shadow-color: rgb(146 64 14 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/50 {
  --tw-shadow-color: rgb(146 64 14 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/55 {
  --tw-shadow-color: rgb(146 64 14 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/60 {
  --tw-shadow-color: rgb(146 64 14 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/65 {
  --tw-shadow-color: rgb(146 64 14 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/70 {
  --tw-shadow-color: rgb(146 64 14 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/75 {
  --tw-shadow-color: rgb(146 64 14 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/80 {
  --tw-shadow-color: rgb(146 64 14 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/85 {
  --tw-shadow-color: rgb(146 64 14 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/90 {
  --tw-shadow-color: rgb(146 64 14 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/95 {
  --tw-shadow-color: rgb(146 64 14 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900 {
  --tw-shadow-color: #78350f;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/0 {
  --tw-shadow-color: rgb(120 53 15 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/10 {
  --tw-shadow-color: rgb(120 53 15 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/100 {
  --tw-shadow-color: rgb(120 53 15 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/15 {
  --tw-shadow-color: rgb(120 53 15 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/20 {
  --tw-shadow-color: rgb(120 53 15 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/25 {
  --tw-shadow-color: rgb(120 53 15 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/30 {
  --tw-shadow-color: rgb(120 53 15 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/35 {
  --tw-shadow-color: rgb(120 53 15 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/40 {
  --tw-shadow-color: rgb(120 53 15 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/45 {
  --tw-shadow-color: rgb(120 53 15 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/5 {
  --tw-shadow-color: rgb(120 53 15 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/50 {
  --tw-shadow-color: rgb(120 53 15 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/55 {
  --tw-shadow-color: rgb(120 53 15 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/60 {
  --tw-shadow-color: rgb(120 53 15 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/65 {
  --tw-shadow-color: rgb(120 53 15 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/70 {
  --tw-shadow-color: rgb(120 53 15 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/75 {
  --tw-shadow-color: rgb(120 53 15 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/80 {
  --tw-shadow-color: rgb(120 53 15 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/85 {
  --tw-shadow-color: rgb(120 53 15 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/90 {
  --tw-shadow-color: rgb(120 53 15 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/95 {
  --tw-shadow-color: rgb(120 53 15 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950 {
  --tw-shadow-color: #451a03;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/0 {
  --tw-shadow-color: rgb(69 26 3 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/10 {
  --tw-shadow-color: rgb(69 26 3 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/100 {
  --tw-shadow-color: rgb(69 26 3 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/15 {
  --tw-shadow-color: rgb(69 26 3 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/20 {
  --tw-shadow-color: rgb(69 26 3 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/25 {
  --tw-shadow-color: rgb(69 26 3 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/30 {
  --tw-shadow-color: rgb(69 26 3 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/35 {
  --tw-shadow-color: rgb(69 26 3 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/40 {
  --tw-shadow-color: rgb(69 26 3 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/45 {
  --tw-shadow-color: rgb(69 26 3 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/5 {
  --tw-shadow-color: rgb(69 26 3 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/50 {
  --tw-shadow-color: rgb(69 26 3 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/55 {
  --tw-shadow-color: rgb(69 26 3 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/60 {
  --tw-shadow-color: rgb(69 26 3 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/65 {
  --tw-shadow-color: rgb(69 26 3 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/70 {
  --tw-shadow-color: rgb(69 26 3 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/75 {
  --tw-shadow-color: rgb(69 26 3 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/80 {
  --tw-shadow-color: rgb(69 26 3 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/85 {
  --tw-shadow-color: rgb(69 26 3 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/90 {
  --tw-shadow-color: rgb(69 26 3 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/95 {
  --tw-shadow-color: rgb(69 26 3 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/15 {
  --tw-shadow-color: rgb(0 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/35 {
  --tw-shadow-color: rgb(0 0 0 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/45 {
  --tw-shadow-color: rgb(0 0 0 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/55 {
  --tw-shadow-color: rgb(0 0 0 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/65 {
  --tw-shadow-color: rgb(0 0 0 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/85 {
  --tw-shadow-color: rgb(0 0 0 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100 {
  --tw-shadow-color: #dbeafe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/0 {
  --tw-shadow-color: rgb(219 234 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/10 {
  --tw-shadow-color: rgb(219 234 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/100 {
  --tw-shadow-color: rgb(219 234 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/15 {
  --tw-shadow-color: rgb(219 234 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/20 {
  --tw-shadow-color: rgb(219 234 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/25 {
  --tw-shadow-color: rgb(219 234 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/30 {
  --tw-shadow-color: rgb(219 234 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/35 {
  --tw-shadow-color: rgb(219 234 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/40 {
  --tw-shadow-color: rgb(219 234 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/45 {
  --tw-shadow-color: rgb(219 234 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/5 {
  --tw-shadow-color: rgb(219 234 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/50 {
  --tw-shadow-color: rgb(219 234 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/55 {
  --tw-shadow-color: rgb(219 234 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/60 {
  --tw-shadow-color: rgb(219 234 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/65 {
  --tw-shadow-color: rgb(219 234 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/70 {
  --tw-shadow-color: rgb(219 234 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/75 {
  --tw-shadow-color: rgb(219 234 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/80 {
  --tw-shadow-color: rgb(219 234 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/85 {
  --tw-shadow-color: rgb(219 234 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/90 {
  --tw-shadow-color: rgb(219 234 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/95 {
  --tw-shadow-color: rgb(219 234 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200 {
  --tw-shadow-color: #bfdbfe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/0 {
  --tw-shadow-color: rgb(191 219 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/10 {
  --tw-shadow-color: rgb(191 219 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/100 {
  --tw-shadow-color: rgb(191 219 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/15 {
  --tw-shadow-color: rgb(191 219 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/20 {
  --tw-shadow-color: rgb(191 219 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/25 {
  --tw-shadow-color: rgb(191 219 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/30 {
  --tw-shadow-color: rgb(191 219 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/35 {
  --tw-shadow-color: rgb(191 219 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/40 {
  --tw-shadow-color: rgb(191 219 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/45 {
  --tw-shadow-color: rgb(191 219 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/5 {
  --tw-shadow-color: rgb(191 219 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/50 {
  --tw-shadow-color: rgb(191 219 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/55 {
  --tw-shadow-color: rgb(191 219 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/60 {
  --tw-shadow-color: rgb(191 219 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/65 {
  --tw-shadow-color: rgb(191 219 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/70 {
  --tw-shadow-color: rgb(191 219 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/75 {
  --tw-shadow-color: rgb(191 219 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/80 {
  --tw-shadow-color: rgb(191 219 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/85 {
  --tw-shadow-color: rgb(191 219 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/90 {
  --tw-shadow-color: rgb(191 219 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/95 {
  --tw-shadow-color: rgb(191 219 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300 {
  --tw-shadow-color: #93c5fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/0 {
  --tw-shadow-color: rgb(147 197 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/10 {
  --tw-shadow-color: rgb(147 197 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/100 {
  --tw-shadow-color: rgb(147 197 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/15 {
  --tw-shadow-color: rgb(147 197 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/20 {
  --tw-shadow-color: rgb(147 197 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/25 {
  --tw-shadow-color: rgb(147 197 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/30 {
  --tw-shadow-color: rgb(147 197 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/35 {
  --tw-shadow-color: rgb(147 197 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/40 {
  --tw-shadow-color: rgb(147 197 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/45 {
  --tw-shadow-color: rgb(147 197 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/5 {
  --tw-shadow-color: rgb(147 197 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/50 {
  --tw-shadow-color: rgb(147 197 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/55 {
  --tw-shadow-color: rgb(147 197 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/60 {
  --tw-shadow-color: rgb(147 197 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/65 {
  --tw-shadow-color: rgb(147 197 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/70 {
  --tw-shadow-color: rgb(147 197 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/75 {
  --tw-shadow-color: rgb(147 197 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/80 {
  --tw-shadow-color: rgb(147 197 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/85 {
  --tw-shadow-color: rgb(147 197 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/90 {
  --tw-shadow-color: rgb(147 197 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/95 {
  --tw-shadow-color: rgb(147 197 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400 {
  --tw-shadow-color: #60a5fa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/0 {
  --tw-shadow-color: rgb(96 165 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/10 {
  --tw-shadow-color: rgb(96 165 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/100 {
  --tw-shadow-color: rgb(96 165 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/15 {
  --tw-shadow-color: rgb(96 165 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/20 {
  --tw-shadow-color: rgb(96 165 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/25 {
  --tw-shadow-color: rgb(96 165 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/30 {
  --tw-shadow-color: rgb(96 165 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/35 {
  --tw-shadow-color: rgb(96 165 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/40 {
  --tw-shadow-color: rgb(96 165 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/45 {
  --tw-shadow-color: rgb(96 165 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/5 {
  --tw-shadow-color: rgb(96 165 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/50 {
  --tw-shadow-color: rgb(96 165 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/55 {
  --tw-shadow-color: rgb(96 165 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/60 {
  --tw-shadow-color: rgb(96 165 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/65 {
  --tw-shadow-color: rgb(96 165 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/70 {
  --tw-shadow-color: rgb(96 165 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/75 {
  --tw-shadow-color: rgb(96 165 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/80 {
  --tw-shadow-color: rgb(96 165 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/85 {
  --tw-shadow-color: rgb(96 165 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/90 {
  --tw-shadow-color: rgb(96 165 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/95 {
  --tw-shadow-color: rgb(96 165 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50 {
  --tw-shadow-color: #eff6ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/0 {
  --tw-shadow-color: rgb(239 246 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/10 {
  --tw-shadow-color: rgb(239 246 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/100 {
  --tw-shadow-color: rgb(239 246 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/15 {
  --tw-shadow-color: rgb(239 246 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/20 {
  --tw-shadow-color: rgb(239 246 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/25 {
  --tw-shadow-color: rgb(239 246 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/30 {
  --tw-shadow-color: rgb(239 246 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/35 {
  --tw-shadow-color: rgb(239 246 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/40 {
  --tw-shadow-color: rgb(239 246 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/45 {
  --tw-shadow-color: rgb(239 246 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/5 {
  --tw-shadow-color: rgb(239 246 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/50 {
  --tw-shadow-color: rgb(239 246 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/55 {
  --tw-shadow-color: rgb(239 246 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/60 {
  --tw-shadow-color: rgb(239 246 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/65 {
  --tw-shadow-color: rgb(239 246 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/70 {
  --tw-shadow-color: rgb(239 246 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/75 {
  --tw-shadow-color: rgb(239 246 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/80 {
  --tw-shadow-color: rgb(239 246 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/85 {
  --tw-shadow-color: rgb(239 246 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/90 {
  --tw-shadow-color: rgb(239 246 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/95 {
  --tw-shadow-color: rgb(239 246 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500 {
  --tw-shadow-color: #3b82f6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/0 {
  --tw-shadow-color: rgb(59 130 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/10 {
  --tw-shadow-color: rgb(59 130 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/100 {
  --tw-shadow-color: rgb(59 130 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/15 {
  --tw-shadow-color: rgb(59 130 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/20 {
  --tw-shadow-color: rgb(59 130 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/25 {
  --tw-shadow-color: rgb(59 130 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/30 {
  --tw-shadow-color: rgb(59 130 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/35 {
  --tw-shadow-color: rgb(59 130 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/40 {
  --tw-shadow-color: rgb(59 130 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/45 {
  --tw-shadow-color: rgb(59 130 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/5 {
  --tw-shadow-color: rgb(59 130 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/50 {
  --tw-shadow-color: rgb(59 130 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/55 {
  --tw-shadow-color: rgb(59 130 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/60 {
  --tw-shadow-color: rgb(59 130 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/65 {
  --tw-shadow-color: rgb(59 130 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/70 {
  --tw-shadow-color: rgb(59 130 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/75 {
  --tw-shadow-color: rgb(59 130 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/80 {
  --tw-shadow-color: rgb(59 130 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/85 {
  --tw-shadow-color: rgb(59 130 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/90 {
  --tw-shadow-color: rgb(59 130 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/95 {
  --tw-shadow-color: rgb(59 130 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600 {
  --tw-shadow-color: #2563eb;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/0 {
  --tw-shadow-color: rgb(37 99 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/10 {
  --tw-shadow-color: rgb(37 99 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/100 {
  --tw-shadow-color: rgb(37 99 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/15 {
  --tw-shadow-color: rgb(37 99 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/20 {
  --tw-shadow-color: rgb(37 99 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/25 {
  --tw-shadow-color: rgb(37 99 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/30 {
  --tw-shadow-color: rgb(37 99 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/35 {
  --tw-shadow-color: rgb(37 99 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/40 {
  --tw-shadow-color: rgb(37 99 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/45 {
  --tw-shadow-color: rgb(37 99 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/5 {
  --tw-shadow-color: rgb(37 99 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/50 {
  --tw-shadow-color: rgb(37 99 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/55 {
  --tw-shadow-color: rgb(37 99 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/60 {
  --tw-shadow-color: rgb(37 99 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/65 {
  --tw-shadow-color: rgb(37 99 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/70 {
  --tw-shadow-color: rgb(37 99 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/75 {
  --tw-shadow-color: rgb(37 99 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/80 {
  --tw-shadow-color: rgb(37 99 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/85 {
  --tw-shadow-color: rgb(37 99 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/90 {
  --tw-shadow-color: rgb(37 99 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/95 {
  --tw-shadow-color: rgb(37 99 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700 {
  --tw-shadow-color: #1d4ed8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/0 {
  --tw-shadow-color: rgb(29 78 216 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/10 {
  --tw-shadow-color: rgb(29 78 216 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/100 {
  --tw-shadow-color: rgb(29 78 216 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/15 {
  --tw-shadow-color: rgb(29 78 216 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/20 {
  --tw-shadow-color: rgb(29 78 216 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/25 {
  --tw-shadow-color: rgb(29 78 216 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/30 {
  --tw-shadow-color: rgb(29 78 216 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/35 {
  --tw-shadow-color: rgb(29 78 216 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/40 {
  --tw-shadow-color: rgb(29 78 216 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/45 {
  --tw-shadow-color: rgb(29 78 216 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/5 {
  --tw-shadow-color: rgb(29 78 216 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/50 {
  --tw-shadow-color: rgb(29 78 216 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/55 {
  --tw-shadow-color: rgb(29 78 216 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/60 {
  --tw-shadow-color: rgb(29 78 216 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/65 {
  --tw-shadow-color: rgb(29 78 216 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/70 {
  --tw-shadow-color: rgb(29 78 216 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/75 {
  --tw-shadow-color: rgb(29 78 216 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/80 {
  --tw-shadow-color: rgb(29 78 216 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/85 {
  --tw-shadow-color: rgb(29 78 216 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/90 {
  --tw-shadow-color: rgb(29 78 216 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/95 {
  --tw-shadow-color: rgb(29 78 216 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800 {
  --tw-shadow-color: #1e40af;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/0 {
  --tw-shadow-color: rgb(30 64 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/10 {
  --tw-shadow-color: rgb(30 64 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/100 {
  --tw-shadow-color: rgb(30 64 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/15 {
  --tw-shadow-color: rgb(30 64 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/20 {
  --tw-shadow-color: rgb(30 64 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/25 {
  --tw-shadow-color: rgb(30 64 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/30 {
  --tw-shadow-color: rgb(30 64 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/35 {
  --tw-shadow-color: rgb(30 64 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/40 {
  --tw-shadow-color: rgb(30 64 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/45 {
  --tw-shadow-color: rgb(30 64 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/5 {
  --tw-shadow-color: rgb(30 64 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/50 {
  --tw-shadow-color: rgb(30 64 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/55 {
  --tw-shadow-color: rgb(30 64 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/60 {
  --tw-shadow-color: rgb(30 64 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/65 {
  --tw-shadow-color: rgb(30 64 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/70 {
  --tw-shadow-color: rgb(30 64 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/75 {
  --tw-shadow-color: rgb(30 64 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/80 {
  --tw-shadow-color: rgb(30 64 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/85 {
  --tw-shadow-color: rgb(30 64 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/90 {
  --tw-shadow-color: rgb(30 64 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/95 {
  --tw-shadow-color: rgb(30 64 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900 {
  --tw-shadow-color: #1e3a8a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/0 {
  --tw-shadow-color: rgb(30 58 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/10 {
  --tw-shadow-color: rgb(30 58 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/100 {
  --tw-shadow-color: rgb(30 58 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/15 {
  --tw-shadow-color: rgb(30 58 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/20 {
  --tw-shadow-color: rgb(30 58 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/25 {
  --tw-shadow-color: rgb(30 58 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/30 {
  --tw-shadow-color: rgb(30 58 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/35 {
  --tw-shadow-color: rgb(30 58 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/40 {
  --tw-shadow-color: rgb(30 58 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/45 {
  --tw-shadow-color: rgb(30 58 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/5 {
  --tw-shadow-color: rgb(30 58 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/50 {
  --tw-shadow-color: rgb(30 58 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/55 {
  --tw-shadow-color: rgb(30 58 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/60 {
  --tw-shadow-color: rgb(30 58 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/65 {
  --tw-shadow-color: rgb(30 58 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/70 {
  --tw-shadow-color: rgb(30 58 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/75 {
  --tw-shadow-color: rgb(30 58 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/80 {
  --tw-shadow-color: rgb(30 58 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/85 {
  --tw-shadow-color: rgb(30 58 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/90 {
  --tw-shadow-color: rgb(30 58 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/95 {
  --tw-shadow-color: rgb(30 58 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950 {
  --tw-shadow-color: #172554;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/0 {
  --tw-shadow-color: rgb(23 37 84 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/10 {
  --tw-shadow-color: rgb(23 37 84 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/100 {
  --tw-shadow-color: rgb(23 37 84 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/15 {
  --tw-shadow-color: rgb(23 37 84 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/20 {
  --tw-shadow-color: rgb(23 37 84 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/25 {
  --tw-shadow-color: rgb(23 37 84 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/30 {
  --tw-shadow-color: rgb(23 37 84 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/35 {
  --tw-shadow-color: rgb(23 37 84 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/40 {
  --tw-shadow-color: rgb(23 37 84 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/45 {
  --tw-shadow-color: rgb(23 37 84 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/5 {
  --tw-shadow-color: rgb(23 37 84 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/50 {
  --tw-shadow-color: rgb(23 37 84 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/55 {
  --tw-shadow-color: rgb(23 37 84 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/60 {
  --tw-shadow-color: rgb(23 37 84 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/65 {
  --tw-shadow-color: rgb(23 37 84 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/70 {
  --tw-shadow-color: rgb(23 37 84 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/75 {
  --tw-shadow-color: rgb(23 37 84 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/80 {
  --tw-shadow-color: rgb(23 37 84 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/85 {
  --tw-shadow-color: rgb(23 37 84 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/90 {
  --tw-shadow-color: rgb(23 37 84 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/95 {
  --tw-shadow-color: rgb(23 37 84 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-current {
  --tw-shadow-color: currentColor;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100 {
  --tw-shadow-color: #cffafe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/0 {
  --tw-shadow-color: rgb(207 250 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/10 {
  --tw-shadow-color: rgb(207 250 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/100 {
  --tw-shadow-color: rgb(207 250 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/15 {
  --tw-shadow-color: rgb(207 250 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/20 {
  --tw-shadow-color: rgb(207 250 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/25 {
  --tw-shadow-color: rgb(207 250 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/30 {
  --tw-shadow-color: rgb(207 250 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/35 {
  --tw-shadow-color: rgb(207 250 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/40 {
  --tw-shadow-color: rgb(207 250 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/45 {
  --tw-shadow-color: rgb(207 250 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/5 {
  --tw-shadow-color: rgb(207 250 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/50 {
  --tw-shadow-color: rgb(207 250 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/55 {
  --tw-shadow-color: rgb(207 250 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/60 {
  --tw-shadow-color: rgb(207 250 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/65 {
  --tw-shadow-color: rgb(207 250 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/70 {
  --tw-shadow-color: rgb(207 250 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/75 {
  --tw-shadow-color: rgb(207 250 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/80 {
  --tw-shadow-color: rgb(207 250 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/85 {
  --tw-shadow-color: rgb(207 250 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/90 {
  --tw-shadow-color: rgb(207 250 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/95 {
  --tw-shadow-color: rgb(207 250 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200 {
  --tw-shadow-color: #a5f3fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/0 {
  --tw-shadow-color: rgb(165 243 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/10 {
  --tw-shadow-color: rgb(165 243 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/100 {
  --tw-shadow-color: rgb(165 243 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/15 {
  --tw-shadow-color: rgb(165 243 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/20 {
  --tw-shadow-color: rgb(165 243 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/25 {
  --tw-shadow-color: rgb(165 243 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/30 {
  --tw-shadow-color: rgb(165 243 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/35 {
  --tw-shadow-color: rgb(165 243 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/40 {
  --tw-shadow-color: rgb(165 243 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/45 {
  --tw-shadow-color: rgb(165 243 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/5 {
  --tw-shadow-color: rgb(165 243 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/50 {
  --tw-shadow-color: rgb(165 243 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/55 {
  --tw-shadow-color: rgb(165 243 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/60 {
  --tw-shadow-color: rgb(165 243 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/65 {
  --tw-shadow-color: rgb(165 243 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/70 {
  --tw-shadow-color: rgb(165 243 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/75 {
  --tw-shadow-color: rgb(165 243 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/80 {
  --tw-shadow-color: rgb(165 243 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/85 {
  --tw-shadow-color: rgb(165 243 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/90 {
  --tw-shadow-color: rgb(165 243 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/95 {
  --tw-shadow-color: rgb(165 243 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300 {
  --tw-shadow-color: #67e8f9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/0 {
  --tw-shadow-color: rgb(103 232 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/10 {
  --tw-shadow-color: rgb(103 232 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/100 {
  --tw-shadow-color: rgb(103 232 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/15 {
  --tw-shadow-color: rgb(103 232 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/20 {
  --tw-shadow-color: rgb(103 232 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/25 {
  --tw-shadow-color: rgb(103 232 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/30 {
  --tw-shadow-color: rgb(103 232 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/35 {
  --tw-shadow-color: rgb(103 232 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/40 {
  --tw-shadow-color: rgb(103 232 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/45 {
  --tw-shadow-color: rgb(103 232 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/5 {
  --tw-shadow-color: rgb(103 232 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/50 {
  --tw-shadow-color: rgb(103 232 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/55 {
  --tw-shadow-color: rgb(103 232 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/60 {
  --tw-shadow-color: rgb(103 232 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/65 {
  --tw-shadow-color: rgb(103 232 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/70 {
  --tw-shadow-color: rgb(103 232 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/75 {
  --tw-shadow-color: rgb(103 232 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/80 {
  --tw-shadow-color: rgb(103 232 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/85 {
  --tw-shadow-color: rgb(103 232 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/90 {
  --tw-shadow-color: rgb(103 232 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/95 {
  --tw-shadow-color: rgb(103 232 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400 {
  --tw-shadow-color: #22d3ee;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/0 {
  --tw-shadow-color: rgb(34 211 238 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/10 {
  --tw-shadow-color: rgb(34 211 238 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/100 {
  --tw-shadow-color: rgb(34 211 238 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/15 {
  --tw-shadow-color: rgb(34 211 238 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/20 {
  --tw-shadow-color: rgb(34 211 238 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/25 {
  --tw-shadow-color: rgb(34 211 238 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/30 {
  --tw-shadow-color: rgb(34 211 238 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/35 {
  --tw-shadow-color: rgb(34 211 238 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/40 {
  --tw-shadow-color: rgb(34 211 238 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/45 {
  --tw-shadow-color: rgb(34 211 238 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/5 {
  --tw-shadow-color: rgb(34 211 238 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/50 {
  --tw-shadow-color: rgb(34 211 238 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/55 {
  --tw-shadow-color: rgb(34 211 238 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/60 {
  --tw-shadow-color: rgb(34 211 238 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/65 {
  --tw-shadow-color: rgb(34 211 238 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/70 {
  --tw-shadow-color: rgb(34 211 238 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/75 {
  --tw-shadow-color: rgb(34 211 238 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/80 {
  --tw-shadow-color: rgb(34 211 238 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/85 {
  --tw-shadow-color: rgb(34 211 238 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/90 {
  --tw-shadow-color: rgb(34 211 238 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/95 {
  --tw-shadow-color: rgb(34 211 238 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50 {
  --tw-shadow-color: #ecfeff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/0 {
  --tw-shadow-color: rgb(236 254 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/10 {
  --tw-shadow-color: rgb(236 254 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/100 {
  --tw-shadow-color: rgb(236 254 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/15 {
  --tw-shadow-color: rgb(236 254 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/20 {
  --tw-shadow-color: rgb(236 254 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/25 {
  --tw-shadow-color: rgb(236 254 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/30 {
  --tw-shadow-color: rgb(236 254 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/35 {
  --tw-shadow-color: rgb(236 254 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/40 {
  --tw-shadow-color: rgb(236 254 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/45 {
  --tw-shadow-color: rgb(236 254 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/5 {
  --tw-shadow-color: rgb(236 254 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/50 {
  --tw-shadow-color: rgb(236 254 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/55 {
  --tw-shadow-color: rgb(236 254 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/60 {
  --tw-shadow-color: rgb(236 254 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/65 {
  --tw-shadow-color: rgb(236 254 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/70 {
  --tw-shadow-color: rgb(236 254 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/75 {
  --tw-shadow-color: rgb(236 254 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/80 {
  --tw-shadow-color: rgb(236 254 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/85 {
  --tw-shadow-color: rgb(236 254 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/90 {
  --tw-shadow-color: rgb(236 254 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/95 {
  --tw-shadow-color: rgb(236 254 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500 {
  --tw-shadow-color: #06b6d4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/0 {
  --tw-shadow-color: rgb(6 182 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/10 {
  --tw-shadow-color: rgb(6 182 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/100 {
  --tw-shadow-color: rgb(6 182 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/15 {
  --tw-shadow-color: rgb(6 182 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/20 {
  --tw-shadow-color: rgb(6 182 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/25 {
  --tw-shadow-color: rgb(6 182 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/30 {
  --tw-shadow-color: rgb(6 182 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/35 {
  --tw-shadow-color: rgb(6 182 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/40 {
  --tw-shadow-color: rgb(6 182 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/45 {
  --tw-shadow-color: rgb(6 182 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/5 {
  --tw-shadow-color: rgb(6 182 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/50 {
  --tw-shadow-color: rgb(6 182 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/55 {
  --tw-shadow-color: rgb(6 182 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/60 {
  --tw-shadow-color: rgb(6 182 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/65 {
  --tw-shadow-color: rgb(6 182 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/70 {
  --tw-shadow-color: rgb(6 182 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/75 {
  --tw-shadow-color: rgb(6 182 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/80 {
  --tw-shadow-color: rgb(6 182 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/85 {
  --tw-shadow-color: rgb(6 182 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/90 {
  --tw-shadow-color: rgb(6 182 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/95 {
  --tw-shadow-color: rgb(6 182 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600 {
  --tw-shadow-color: #0891b2;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/0 {
  --tw-shadow-color: rgb(8 145 178 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/10 {
  --tw-shadow-color: rgb(8 145 178 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/100 {
  --tw-shadow-color: rgb(8 145 178 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/15 {
  --tw-shadow-color: rgb(8 145 178 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/20 {
  --tw-shadow-color: rgb(8 145 178 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/25 {
  --tw-shadow-color: rgb(8 145 178 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/30 {
  --tw-shadow-color: rgb(8 145 178 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/35 {
  --tw-shadow-color: rgb(8 145 178 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/40 {
  --tw-shadow-color: rgb(8 145 178 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/45 {
  --tw-shadow-color: rgb(8 145 178 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/5 {
  --tw-shadow-color: rgb(8 145 178 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/50 {
  --tw-shadow-color: rgb(8 145 178 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/55 {
  --tw-shadow-color: rgb(8 145 178 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/60 {
  --tw-shadow-color: rgb(8 145 178 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/65 {
  --tw-shadow-color: rgb(8 145 178 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/70 {
  --tw-shadow-color: rgb(8 145 178 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/75 {
  --tw-shadow-color: rgb(8 145 178 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/80 {
  --tw-shadow-color: rgb(8 145 178 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/85 {
  --tw-shadow-color: rgb(8 145 178 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/90 {
  --tw-shadow-color: rgb(8 145 178 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/95 {
  --tw-shadow-color: rgb(8 145 178 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700 {
  --tw-shadow-color: #0e7490;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/0 {
  --tw-shadow-color: rgb(14 116 144 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/10 {
  --tw-shadow-color: rgb(14 116 144 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/100 {
  --tw-shadow-color: rgb(14 116 144 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/15 {
  --tw-shadow-color: rgb(14 116 144 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/20 {
  --tw-shadow-color: rgb(14 116 144 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/25 {
  --tw-shadow-color: rgb(14 116 144 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/30 {
  --tw-shadow-color: rgb(14 116 144 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/35 {
  --tw-shadow-color: rgb(14 116 144 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/40 {
  --tw-shadow-color: rgb(14 116 144 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/45 {
  --tw-shadow-color: rgb(14 116 144 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/5 {
  --tw-shadow-color: rgb(14 116 144 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/50 {
  --tw-shadow-color: rgb(14 116 144 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/55 {
  --tw-shadow-color: rgb(14 116 144 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/60 {
  --tw-shadow-color: rgb(14 116 144 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/65 {
  --tw-shadow-color: rgb(14 116 144 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/70 {
  --tw-shadow-color: rgb(14 116 144 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/75 {
  --tw-shadow-color: rgb(14 116 144 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/80 {
  --tw-shadow-color: rgb(14 116 144 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/85 {
  --tw-shadow-color: rgb(14 116 144 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/90 {
  --tw-shadow-color: rgb(14 116 144 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/95 {
  --tw-shadow-color: rgb(14 116 144 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800 {
  --tw-shadow-color: #155e75;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/0 {
  --tw-shadow-color: rgb(21 94 117 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/10 {
  --tw-shadow-color: rgb(21 94 117 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/100 {
  --tw-shadow-color: rgb(21 94 117 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/15 {
  --tw-shadow-color: rgb(21 94 117 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/20 {
  --tw-shadow-color: rgb(21 94 117 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/25 {
  --tw-shadow-color: rgb(21 94 117 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/30 {
  --tw-shadow-color: rgb(21 94 117 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/35 {
  --tw-shadow-color: rgb(21 94 117 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/40 {
  --tw-shadow-color: rgb(21 94 117 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/45 {
  --tw-shadow-color: rgb(21 94 117 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/5 {
  --tw-shadow-color: rgb(21 94 117 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/50 {
  --tw-shadow-color: rgb(21 94 117 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/55 {
  --tw-shadow-color: rgb(21 94 117 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/60 {
  --tw-shadow-color: rgb(21 94 117 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/65 {
  --tw-shadow-color: rgb(21 94 117 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/70 {
  --tw-shadow-color: rgb(21 94 117 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/75 {
  --tw-shadow-color: rgb(21 94 117 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/80 {
  --tw-shadow-color: rgb(21 94 117 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/85 {
  --tw-shadow-color: rgb(21 94 117 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/90 {
  --tw-shadow-color: rgb(21 94 117 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/95 {
  --tw-shadow-color: rgb(21 94 117 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900 {
  --tw-shadow-color: #164e63;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/0 {
  --tw-shadow-color: rgb(22 78 99 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/10 {
  --tw-shadow-color: rgb(22 78 99 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/100 {
  --tw-shadow-color: rgb(22 78 99 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/15 {
  --tw-shadow-color: rgb(22 78 99 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/20 {
  --tw-shadow-color: rgb(22 78 99 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/25 {
  --tw-shadow-color: rgb(22 78 99 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/30 {
  --tw-shadow-color: rgb(22 78 99 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/35 {
  --tw-shadow-color: rgb(22 78 99 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/40 {
  --tw-shadow-color: rgb(22 78 99 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/45 {
  --tw-shadow-color: rgb(22 78 99 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/5 {
  --tw-shadow-color: rgb(22 78 99 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/50 {
  --tw-shadow-color: rgb(22 78 99 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/55 {
  --tw-shadow-color: rgb(22 78 99 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/60 {
  --tw-shadow-color: rgb(22 78 99 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/65 {
  --tw-shadow-color: rgb(22 78 99 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/70 {
  --tw-shadow-color: rgb(22 78 99 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/75 {
  --tw-shadow-color: rgb(22 78 99 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/80 {
  --tw-shadow-color: rgb(22 78 99 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/85 {
  --tw-shadow-color: rgb(22 78 99 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/90 {
  --tw-shadow-color: rgb(22 78 99 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/95 {
  --tw-shadow-color: rgb(22 78 99 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950 {
  --tw-shadow-color: #083344;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/0 {
  --tw-shadow-color: rgb(8 51 68 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/10 {
  --tw-shadow-color: rgb(8 51 68 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/100 {
  --tw-shadow-color: rgb(8 51 68 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/15 {
  --tw-shadow-color: rgb(8 51 68 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/20 {
  --tw-shadow-color: rgb(8 51 68 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/25 {
  --tw-shadow-color: rgb(8 51 68 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/30 {
  --tw-shadow-color: rgb(8 51 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/35 {
  --tw-shadow-color: rgb(8 51 68 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/40 {
  --tw-shadow-color: rgb(8 51 68 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/45 {
  --tw-shadow-color: rgb(8 51 68 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/5 {
  --tw-shadow-color: rgb(8 51 68 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/50 {
  --tw-shadow-color: rgb(8 51 68 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/55 {
  --tw-shadow-color: rgb(8 51 68 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/60 {
  --tw-shadow-color: rgb(8 51 68 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/65 {
  --tw-shadow-color: rgb(8 51 68 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/70 {
  --tw-shadow-color: rgb(8 51 68 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/75 {
  --tw-shadow-color: rgb(8 51 68 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/80 {
  --tw-shadow-color: rgb(8 51 68 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/85 {
  --tw-shadow-color: rgb(8 51 68 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/90 {
  --tw-shadow-color: rgb(8 51 68 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/95 {
  --tw-shadow-color: rgb(8 51 68 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100 {
  --tw-shadow-color: #d1fae5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/0 {
  --tw-shadow-color: rgb(209 250 229 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/10 {
  --tw-shadow-color: rgb(209 250 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/100 {
  --tw-shadow-color: rgb(209 250 229 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/15 {
  --tw-shadow-color: rgb(209 250 229 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/20 {
  --tw-shadow-color: rgb(209 250 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/25 {
  --tw-shadow-color: rgb(209 250 229 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/30 {
  --tw-shadow-color: rgb(209 250 229 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/35 {
  --tw-shadow-color: rgb(209 250 229 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/40 {
  --tw-shadow-color: rgb(209 250 229 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/45 {
  --tw-shadow-color: rgb(209 250 229 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/5 {
  --tw-shadow-color: rgb(209 250 229 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/50 {
  --tw-shadow-color: rgb(209 250 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/55 {
  --tw-shadow-color: rgb(209 250 229 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/60 {
  --tw-shadow-color: rgb(209 250 229 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/65 {
  --tw-shadow-color: rgb(209 250 229 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/70 {
  --tw-shadow-color: rgb(209 250 229 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/75 {
  --tw-shadow-color: rgb(209 250 229 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/80 {
  --tw-shadow-color: rgb(209 250 229 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/85 {
  --tw-shadow-color: rgb(209 250 229 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/90 {
  --tw-shadow-color: rgb(209 250 229 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/95 {
  --tw-shadow-color: rgb(209 250 229 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200 {
  --tw-shadow-color: #a7f3d0;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/0 {
  --tw-shadow-color: rgb(167 243 208 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/10 {
  --tw-shadow-color: rgb(167 243 208 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/100 {
  --tw-shadow-color: rgb(167 243 208 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/15 {
  --tw-shadow-color: rgb(167 243 208 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/20 {
  --tw-shadow-color: rgb(167 243 208 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/25 {
  --tw-shadow-color: rgb(167 243 208 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/30 {
  --tw-shadow-color: rgb(167 243 208 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/35 {
  --tw-shadow-color: rgb(167 243 208 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/40 {
  --tw-shadow-color: rgb(167 243 208 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/45 {
  --tw-shadow-color: rgb(167 243 208 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/5 {
  --tw-shadow-color: rgb(167 243 208 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/50 {
  --tw-shadow-color: rgb(167 243 208 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/55 {
  --tw-shadow-color: rgb(167 243 208 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/60 {
  --tw-shadow-color: rgb(167 243 208 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/65 {
  --tw-shadow-color: rgb(167 243 208 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/70 {
  --tw-shadow-color: rgb(167 243 208 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/75 {
  --tw-shadow-color: rgb(167 243 208 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/80 {
  --tw-shadow-color: rgb(167 243 208 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/85 {
  --tw-shadow-color: rgb(167 243 208 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/90 {
  --tw-shadow-color: rgb(167 243 208 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/95 {
  --tw-shadow-color: rgb(167 243 208 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300 {
  --tw-shadow-color: #6ee7b7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/0 {
  --tw-shadow-color: rgb(110 231 183 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/10 {
  --tw-shadow-color: rgb(110 231 183 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/100 {
  --tw-shadow-color: rgb(110 231 183 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/15 {
  --tw-shadow-color: rgb(110 231 183 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/20 {
  --tw-shadow-color: rgb(110 231 183 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/25 {
  --tw-shadow-color: rgb(110 231 183 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/30 {
  --tw-shadow-color: rgb(110 231 183 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/35 {
  --tw-shadow-color: rgb(110 231 183 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/40 {
  --tw-shadow-color: rgb(110 231 183 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/45 {
  --tw-shadow-color: rgb(110 231 183 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/5 {
  --tw-shadow-color: rgb(110 231 183 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/50 {
  --tw-shadow-color: rgb(110 231 183 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/55 {
  --tw-shadow-color: rgb(110 231 183 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/60 {
  --tw-shadow-color: rgb(110 231 183 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/65 {
  --tw-shadow-color: rgb(110 231 183 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/70 {
  --tw-shadow-color: rgb(110 231 183 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/75 {
  --tw-shadow-color: rgb(110 231 183 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/80 {
  --tw-shadow-color: rgb(110 231 183 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/85 {
  --tw-shadow-color: rgb(110 231 183 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/90 {
  --tw-shadow-color: rgb(110 231 183 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/95 {
  --tw-shadow-color: rgb(110 231 183 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400 {
  --tw-shadow-color: #34d399;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/0 {
  --tw-shadow-color: rgb(52 211 153 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/10 {
  --tw-shadow-color: rgb(52 211 153 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/100 {
  --tw-shadow-color: rgb(52 211 153 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/15 {
  --tw-shadow-color: rgb(52 211 153 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/20 {
  --tw-shadow-color: rgb(52 211 153 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/25 {
  --tw-shadow-color: rgb(52 211 153 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/30 {
  --tw-shadow-color: rgb(52 211 153 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/35 {
  --tw-shadow-color: rgb(52 211 153 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/40 {
  --tw-shadow-color: rgb(52 211 153 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/45 {
  --tw-shadow-color: rgb(52 211 153 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/5 {
  --tw-shadow-color: rgb(52 211 153 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/50 {
  --tw-shadow-color: rgb(52 211 153 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/55 {
  --tw-shadow-color: rgb(52 211 153 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/60 {
  --tw-shadow-color: rgb(52 211 153 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/65 {
  --tw-shadow-color: rgb(52 211 153 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/70 {
  --tw-shadow-color: rgb(52 211 153 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/75 {
  --tw-shadow-color: rgb(52 211 153 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/80 {
  --tw-shadow-color: rgb(52 211 153 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/85 {
  --tw-shadow-color: rgb(52 211 153 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/90 {
  --tw-shadow-color: rgb(52 211 153 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/95 {
  --tw-shadow-color: rgb(52 211 153 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50 {
  --tw-shadow-color: #ecfdf5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/0 {
  --tw-shadow-color: rgb(236 253 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/10 {
  --tw-shadow-color: rgb(236 253 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/100 {
  --tw-shadow-color: rgb(236 253 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/15 {
  --tw-shadow-color: rgb(236 253 245 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/20 {
  --tw-shadow-color: rgb(236 253 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/25 {
  --tw-shadow-color: rgb(236 253 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/30 {
  --tw-shadow-color: rgb(236 253 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/35 {
  --tw-shadow-color: rgb(236 253 245 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/40 {
  --tw-shadow-color: rgb(236 253 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/45 {
  --tw-shadow-color: rgb(236 253 245 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/5 {
  --tw-shadow-color: rgb(236 253 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/50 {
  --tw-shadow-color: rgb(236 253 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/55 {
  --tw-shadow-color: rgb(236 253 245 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/60 {
  --tw-shadow-color: rgb(236 253 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/65 {
  --tw-shadow-color: rgb(236 253 245 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/70 {
  --tw-shadow-color: rgb(236 253 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/75 {
  --tw-shadow-color: rgb(236 253 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/80 {
  --tw-shadow-color: rgb(236 253 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/85 {
  --tw-shadow-color: rgb(236 253 245 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/90 {
  --tw-shadow-color: rgb(236 253 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/95 {
  --tw-shadow-color: rgb(236 253 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500 {
  --tw-shadow-color: #10b981;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/0 {
  --tw-shadow-color: rgb(16 185 129 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/10 {
  --tw-shadow-color: rgb(16 185 129 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/100 {
  --tw-shadow-color: rgb(16 185 129 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/15 {
  --tw-shadow-color: rgb(16 185 129 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/20 {
  --tw-shadow-color: rgb(16 185 129 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/25 {
  --tw-shadow-color: rgb(16 185 129 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/30 {
  --tw-shadow-color: rgb(16 185 129 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/35 {
  --tw-shadow-color: rgb(16 185 129 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/40 {
  --tw-shadow-color: rgb(16 185 129 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/45 {
  --tw-shadow-color: rgb(16 185 129 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/5 {
  --tw-shadow-color: rgb(16 185 129 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/50 {
  --tw-shadow-color: rgb(16 185 129 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/55 {
  --tw-shadow-color: rgb(16 185 129 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/60 {
  --tw-shadow-color: rgb(16 185 129 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/65 {
  --tw-shadow-color: rgb(16 185 129 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/70 {
  --tw-shadow-color: rgb(16 185 129 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/75 {
  --tw-shadow-color: rgb(16 185 129 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/80 {
  --tw-shadow-color: rgb(16 185 129 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/85 {
  --tw-shadow-color: rgb(16 185 129 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/90 {
  --tw-shadow-color: rgb(16 185 129 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/95 {
  --tw-shadow-color: rgb(16 185 129 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600 {
  --tw-shadow-color: #059669;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/0 {
  --tw-shadow-color: rgb(5 150 105 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/10 {
  --tw-shadow-color: rgb(5 150 105 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/100 {
  --tw-shadow-color: rgb(5 150 105 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/15 {
  --tw-shadow-color: rgb(5 150 105 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/20 {
  --tw-shadow-color: rgb(5 150 105 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/25 {
  --tw-shadow-color: rgb(5 150 105 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/30 {
  --tw-shadow-color: rgb(5 150 105 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/35 {
  --tw-shadow-color: rgb(5 150 105 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/40 {
  --tw-shadow-color: rgb(5 150 105 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/45 {
  --tw-shadow-color: rgb(5 150 105 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/5 {
  --tw-shadow-color: rgb(5 150 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/50 {
  --tw-shadow-color: rgb(5 150 105 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/55 {
  --tw-shadow-color: rgb(5 150 105 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/60 {
  --tw-shadow-color: rgb(5 150 105 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/65 {
  --tw-shadow-color: rgb(5 150 105 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/70 {
  --tw-shadow-color: rgb(5 150 105 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/75 {
  --tw-shadow-color: rgb(5 150 105 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/80 {
  --tw-shadow-color: rgb(5 150 105 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/85 {
  --tw-shadow-color: rgb(5 150 105 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/90 {
  --tw-shadow-color: rgb(5 150 105 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/95 {
  --tw-shadow-color: rgb(5 150 105 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700 {
  --tw-shadow-color: #047857;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/0 {
  --tw-shadow-color: rgb(4 120 87 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/10 {
  --tw-shadow-color: rgb(4 120 87 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/100 {
  --tw-shadow-color: rgb(4 120 87 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/15 {
  --tw-shadow-color: rgb(4 120 87 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/20 {
  --tw-shadow-color: rgb(4 120 87 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/25 {
  --tw-shadow-color: rgb(4 120 87 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/30 {
  --tw-shadow-color: rgb(4 120 87 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/35 {
  --tw-shadow-color: rgb(4 120 87 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/40 {
  --tw-shadow-color: rgb(4 120 87 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/45 {
  --tw-shadow-color: rgb(4 120 87 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/5 {
  --tw-shadow-color: rgb(4 120 87 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/50 {
  --tw-shadow-color: rgb(4 120 87 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/55 {
  --tw-shadow-color: rgb(4 120 87 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/60 {
  --tw-shadow-color: rgb(4 120 87 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/65 {
  --tw-shadow-color: rgb(4 120 87 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/70 {
  --tw-shadow-color: rgb(4 120 87 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/75 {
  --tw-shadow-color: rgb(4 120 87 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/80 {
  --tw-shadow-color: rgb(4 120 87 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/85 {
  --tw-shadow-color: rgb(4 120 87 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/90 {
  --tw-shadow-color: rgb(4 120 87 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/95 {
  --tw-shadow-color: rgb(4 120 87 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800 {
  --tw-shadow-color: #065f46;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/0 {
  --tw-shadow-color: rgb(6 95 70 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/10 {
  --tw-shadow-color: rgb(6 95 70 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/100 {
  --tw-shadow-color: rgb(6 95 70 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/15 {
  --tw-shadow-color: rgb(6 95 70 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/20 {
  --tw-shadow-color: rgb(6 95 70 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/25 {
  --tw-shadow-color: rgb(6 95 70 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/30 {
  --tw-shadow-color: rgb(6 95 70 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/35 {
  --tw-shadow-color: rgb(6 95 70 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/40 {
  --tw-shadow-color: rgb(6 95 70 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/45 {
  --tw-shadow-color: rgb(6 95 70 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/5 {
  --tw-shadow-color: rgb(6 95 70 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/50 {
  --tw-shadow-color: rgb(6 95 70 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/55 {
  --tw-shadow-color: rgb(6 95 70 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/60 {
  --tw-shadow-color: rgb(6 95 70 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/65 {
  --tw-shadow-color: rgb(6 95 70 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/70 {
  --tw-shadow-color: rgb(6 95 70 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/75 {
  --tw-shadow-color: rgb(6 95 70 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/80 {
  --tw-shadow-color: rgb(6 95 70 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/85 {
  --tw-shadow-color: rgb(6 95 70 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/90 {
  --tw-shadow-color: rgb(6 95 70 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/95 {
  --tw-shadow-color: rgb(6 95 70 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900 {
  --tw-shadow-color: #064e3b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/0 {
  --tw-shadow-color: rgb(6 78 59 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/10 {
  --tw-shadow-color: rgb(6 78 59 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/100 {
  --tw-shadow-color: rgb(6 78 59 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/15 {
  --tw-shadow-color: rgb(6 78 59 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/20 {
  --tw-shadow-color: rgb(6 78 59 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/25 {
  --tw-shadow-color: rgb(6 78 59 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/30 {
  --tw-shadow-color: rgb(6 78 59 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/35 {
  --tw-shadow-color: rgb(6 78 59 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/40 {
  --tw-shadow-color: rgb(6 78 59 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/45 {
  --tw-shadow-color: rgb(6 78 59 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/5 {
  --tw-shadow-color: rgb(6 78 59 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/50 {
  --tw-shadow-color: rgb(6 78 59 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/55 {
  --tw-shadow-color: rgb(6 78 59 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/60 {
  --tw-shadow-color: rgb(6 78 59 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/65 {
  --tw-shadow-color: rgb(6 78 59 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/70 {
  --tw-shadow-color: rgb(6 78 59 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/75 {
  --tw-shadow-color: rgb(6 78 59 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/80 {
  --tw-shadow-color: rgb(6 78 59 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/85 {
  --tw-shadow-color: rgb(6 78 59 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/90 {
  --tw-shadow-color: rgb(6 78 59 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/95 {
  --tw-shadow-color: rgb(6 78 59 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950 {
  --tw-shadow-color: #022c22;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/0 {
  --tw-shadow-color: rgb(2 44 34 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/10 {
  --tw-shadow-color: rgb(2 44 34 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/100 {
  --tw-shadow-color: rgb(2 44 34 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/15 {
  --tw-shadow-color: rgb(2 44 34 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/20 {
  --tw-shadow-color: rgb(2 44 34 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/25 {
  --tw-shadow-color: rgb(2 44 34 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/30 {
  --tw-shadow-color: rgb(2 44 34 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/35 {
  --tw-shadow-color: rgb(2 44 34 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/40 {
  --tw-shadow-color: rgb(2 44 34 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/45 {
  --tw-shadow-color: rgb(2 44 34 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/5 {
  --tw-shadow-color: rgb(2 44 34 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/50 {
  --tw-shadow-color: rgb(2 44 34 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/55 {
  --tw-shadow-color: rgb(2 44 34 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/60 {
  --tw-shadow-color: rgb(2 44 34 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/65 {
  --tw-shadow-color: rgb(2 44 34 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/70 {
  --tw-shadow-color: rgb(2 44 34 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/75 {
  --tw-shadow-color: rgb(2 44 34 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/80 {
  --tw-shadow-color: rgb(2 44 34 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/85 {
  --tw-shadow-color: rgb(2 44 34 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/90 {
  --tw-shadow-color: rgb(2 44 34 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/95 {
  --tw-shadow-color: rgb(2 44 34 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100 {
  --tw-shadow-color: #fae8ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/0 {
  --tw-shadow-color: rgb(250 232 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/10 {
  --tw-shadow-color: rgb(250 232 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/100 {
  --tw-shadow-color: rgb(250 232 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/15 {
  --tw-shadow-color: rgb(250 232 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/20 {
  --tw-shadow-color: rgb(250 232 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/25 {
  --tw-shadow-color: rgb(250 232 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/30 {
  --tw-shadow-color: rgb(250 232 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/35 {
  --tw-shadow-color: rgb(250 232 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/40 {
  --tw-shadow-color: rgb(250 232 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/45 {
  --tw-shadow-color: rgb(250 232 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/5 {
  --tw-shadow-color: rgb(250 232 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/50 {
  --tw-shadow-color: rgb(250 232 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/55 {
  --tw-shadow-color: rgb(250 232 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/60 {
  --tw-shadow-color: rgb(250 232 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/65 {
  --tw-shadow-color: rgb(250 232 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/70 {
  --tw-shadow-color: rgb(250 232 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/75 {
  --tw-shadow-color: rgb(250 232 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/80 {
  --tw-shadow-color: rgb(250 232 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/85 {
  --tw-shadow-color: rgb(250 232 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/90 {
  --tw-shadow-color: rgb(250 232 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/95 {
  --tw-shadow-color: rgb(250 232 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200 {
  --tw-shadow-color: #f5d0fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/0 {
  --tw-shadow-color: rgb(245 208 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/10 {
  --tw-shadow-color: rgb(245 208 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/100 {
  --tw-shadow-color: rgb(245 208 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/15 {
  --tw-shadow-color: rgb(245 208 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/20 {
  --tw-shadow-color: rgb(245 208 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/25 {
  --tw-shadow-color: rgb(245 208 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/30 {
  --tw-shadow-color: rgb(245 208 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/35 {
  --tw-shadow-color: rgb(245 208 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/40 {
  --tw-shadow-color: rgb(245 208 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/45 {
  --tw-shadow-color: rgb(245 208 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/5 {
  --tw-shadow-color: rgb(245 208 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/50 {
  --tw-shadow-color: rgb(245 208 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/55 {
  --tw-shadow-color: rgb(245 208 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/60 {
  --tw-shadow-color: rgb(245 208 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/65 {
  --tw-shadow-color: rgb(245 208 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/70 {
  --tw-shadow-color: rgb(245 208 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/75 {
  --tw-shadow-color: rgb(245 208 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/80 {
  --tw-shadow-color: rgb(245 208 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/85 {
  --tw-shadow-color: rgb(245 208 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/90 {
  --tw-shadow-color: rgb(245 208 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/95 {
  --tw-shadow-color: rgb(245 208 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300 {
  --tw-shadow-color: #f0abfc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/0 {
  --tw-shadow-color: rgb(240 171 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/10 {
  --tw-shadow-color: rgb(240 171 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/100 {
  --tw-shadow-color: rgb(240 171 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/15 {
  --tw-shadow-color: rgb(240 171 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/20 {
  --tw-shadow-color: rgb(240 171 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/25 {
  --tw-shadow-color: rgb(240 171 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/30 {
  --tw-shadow-color: rgb(240 171 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/35 {
  --tw-shadow-color: rgb(240 171 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/40 {
  --tw-shadow-color: rgb(240 171 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/45 {
  --tw-shadow-color: rgb(240 171 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/5 {
  --tw-shadow-color: rgb(240 171 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/50 {
  --tw-shadow-color: rgb(240 171 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/55 {
  --tw-shadow-color: rgb(240 171 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/60 {
  --tw-shadow-color: rgb(240 171 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/65 {
  --tw-shadow-color: rgb(240 171 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/70 {
  --tw-shadow-color: rgb(240 171 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/75 {
  --tw-shadow-color: rgb(240 171 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/80 {
  --tw-shadow-color: rgb(240 171 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/85 {
  --tw-shadow-color: rgb(240 171 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/90 {
  --tw-shadow-color: rgb(240 171 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/95 {
  --tw-shadow-color: rgb(240 171 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400 {
  --tw-shadow-color: #e879f9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/0 {
  --tw-shadow-color: rgb(232 121 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/10 {
  --tw-shadow-color: rgb(232 121 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/100 {
  --tw-shadow-color: rgb(232 121 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/15 {
  --tw-shadow-color: rgb(232 121 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/20 {
  --tw-shadow-color: rgb(232 121 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/25 {
  --tw-shadow-color: rgb(232 121 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/30 {
  --tw-shadow-color: rgb(232 121 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/35 {
  --tw-shadow-color: rgb(232 121 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/40 {
  --tw-shadow-color: rgb(232 121 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/45 {
  --tw-shadow-color: rgb(232 121 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/5 {
  --tw-shadow-color: rgb(232 121 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/50 {
  --tw-shadow-color: rgb(232 121 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/55 {
  --tw-shadow-color: rgb(232 121 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/60 {
  --tw-shadow-color: rgb(232 121 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/65 {
  --tw-shadow-color: rgb(232 121 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/70 {
  --tw-shadow-color: rgb(232 121 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/75 {
  --tw-shadow-color: rgb(232 121 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/80 {
  --tw-shadow-color: rgb(232 121 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/85 {
  --tw-shadow-color: rgb(232 121 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/90 {
  --tw-shadow-color: rgb(232 121 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/95 {
  --tw-shadow-color: rgb(232 121 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50 {
  --tw-shadow-color: #fdf4ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/0 {
  --tw-shadow-color: rgb(253 244 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/10 {
  --tw-shadow-color: rgb(253 244 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/100 {
  --tw-shadow-color: rgb(253 244 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/15 {
  --tw-shadow-color: rgb(253 244 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/20 {
  --tw-shadow-color: rgb(253 244 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/25 {
  --tw-shadow-color: rgb(253 244 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/30 {
  --tw-shadow-color: rgb(253 244 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/35 {
  --tw-shadow-color: rgb(253 244 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/40 {
  --tw-shadow-color: rgb(253 244 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/45 {
  --tw-shadow-color: rgb(253 244 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/5 {
  --tw-shadow-color: rgb(253 244 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/50 {
  --tw-shadow-color: rgb(253 244 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/55 {
  --tw-shadow-color: rgb(253 244 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/60 {
  --tw-shadow-color: rgb(253 244 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/65 {
  --tw-shadow-color: rgb(253 244 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/70 {
  --tw-shadow-color: rgb(253 244 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/75 {
  --tw-shadow-color: rgb(253 244 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/80 {
  --tw-shadow-color: rgb(253 244 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/85 {
  --tw-shadow-color: rgb(253 244 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/90 {
  --tw-shadow-color: rgb(253 244 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/95 {
  --tw-shadow-color: rgb(253 244 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500 {
  --tw-shadow-color: #d946ef;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/0 {
  --tw-shadow-color: rgb(217 70 239 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/10 {
  --tw-shadow-color: rgb(217 70 239 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/100 {
  --tw-shadow-color: rgb(217 70 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/15 {
  --tw-shadow-color: rgb(217 70 239 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/20 {
  --tw-shadow-color: rgb(217 70 239 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/25 {
  --tw-shadow-color: rgb(217 70 239 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/30 {
  --tw-shadow-color: rgb(217 70 239 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/35 {
  --tw-shadow-color: rgb(217 70 239 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/40 {
  --tw-shadow-color: rgb(217 70 239 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/45 {
  --tw-shadow-color: rgb(217 70 239 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/5 {
  --tw-shadow-color: rgb(217 70 239 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/50 {
  --tw-shadow-color: rgb(217 70 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/55 {
  --tw-shadow-color: rgb(217 70 239 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/60 {
  --tw-shadow-color: rgb(217 70 239 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/65 {
  --tw-shadow-color: rgb(217 70 239 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/70 {
  --tw-shadow-color: rgb(217 70 239 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/75 {
  --tw-shadow-color: rgb(217 70 239 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/80 {
  --tw-shadow-color: rgb(217 70 239 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/85 {
  --tw-shadow-color: rgb(217 70 239 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/90 {
  --tw-shadow-color: rgb(217 70 239 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/95 {
  --tw-shadow-color: rgb(217 70 239 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600 {
  --tw-shadow-color: #c026d3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/0 {
  --tw-shadow-color: rgb(192 38 211 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/10 {
  --tw-shadow-color: rgb(192 38 211 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/100 {
  --tw-shadow-color: rgb(192 38 211 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/15 {
  --tw-shadow-color: rgb(192 38 211 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/20 {
  --tw-shadow-color: rgb(192 38 211 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/25 {
  --tw-shadow-color: rgb(192 38 211 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/30 {
  --tw-shadow-color: rgb(192 38 211 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/35 {
  --tw-shadow-color: rgb(192 38 211 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/40 {
  --tw-shadow-color: rgb(192 38 211 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/45 {
  --tw-shadow-color: rgb(192 38 211 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/5 {
  --tw-shadow-color: rgb(192 38 211 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/50 {
  --tw-shadow-color: rgb(192 38 211 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/55 {
  --tw-shadow-color: rgb(192 38 211 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/60 {
  --tw-shadow-color: rgb(192 38 211 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/65 {
  --tw-shadow-color: rgb(192 38 211 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/70 {
  --tw-shadow-color: rgb(192 38 211 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/75 {
  --tw-shadow-color: rgb(192 38 211 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/80 {
  --tw-shadow-color: rgb(192 38 211 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/85 {
  --tw-shadow-color: rgb(192 38 211 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/90 {
  --tw-shadow-color: rgb(192 38 211 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/95 {
  --tw-shadow-color: rgb(192 38 211 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700 {
  --tw-shadow-color: #a21caf;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/0 {
  --tw-shadow-color: rgb(162 28 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/10 {
  --tw-shadow-color: rgb(162 28 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/100 {
  --tw-shadow-color: rgb(162 28 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/15 {
  --tw-shadow-color: rgb(162 28 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/20 {
  --tw-shadow-color: rgb(162 28 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/25 {
  --tw-shadow-color: rgb(162 28 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/30 {
  --tw-shadow-color: rgb(162 28 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/35 {
  --tw-shadow-color: rgb(162 28 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/40 {
  --tw-shadow-color: rgb(162 28 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/45 {
  --tw-shadow-color: rgb(162 28 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/5 {
  --tw-shadow-color: rgb(162 28 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/50 {
  --tw-shadow-color: rgb(162 28 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/55 {
  --tw-shadow-color: rgb(162 28 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/60 {
  --tw-shadow-color: rgb(162 28 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/65 {
  --tw-shadow-color: rgb(162 28 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/70 {
  --tw-shadow-color: rgb(162 28 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/75 {
  --tw-shadow-color: rgb(162 28 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/80 {
  --tw-shadow-color: rgb(162 28 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/85 {
  --tw-shadow-color: rgb(162 28 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/90 {
  --tw-shadow-color: rgb(162 28 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/95 {
  --tw-shadow-color: rgb(162 28 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800 {
  --tw-shadow-color: #86198f;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/0 {
  --tw-shadow-color: rgb(134 25 143 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/10 {
  --tw-shadow-color: rgb(134 25 143 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/100 {
  --tw-shadow-color: rgb(134 25 143 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/15 {
  --tw-shadow-color: rgb(134 25 143 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/20 {
  --tw-shadow-color: rgb(134 25 143 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/25 {
  --tw-shadow-color: rgb(134 25 143 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/30 {
  --tw-shadow-color: rgb(134 25 143 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/35 {
  --tw-shadow-color: rgb(134 25 143 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/40 {
  --tw-shadow-color: rgb(134 25 143 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/45 {
  --tw-shadow-color: rgb(134 25 143 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/5 {
  --tw-shadow-color: rgb(134 25 143 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/50 {
  --tw-shadow-color: rgb(134 25 143 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/55 {
  --tw-shadow-color: rgb(134 25 143 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/60 {
  --tw-shadow-color: rgb(134 25 143 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/65 {
  --tw-shadow-color: rgb(134 25 143 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/70 {
  --tw-shadow-color: rgb(134 25 143 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/75 {
  --tw-shadow-color: rgb(134 25 143 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/80 {
  --tw-shadow-color: rgb(134 25 143 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/85 {
  --tw-shadow-color: rgb(134 25 143 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/90 {
  --tw-shadow-color: rgb(134 25 143 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/95 {
  --tw-shadow-color: rgb(134 25 143 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900 {
  --tw-shadow-color: #701a75;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/0 {
  --tw-shadow-color: rgb(112 26 117 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/10 {
  --tw-shadow-color: rgb(112 26 117 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/100 {
  --tw-shadow-color: rgb(112 26 117 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/15 {
  --tw-shadow-color: rgb(112 26 117 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/20 {
  --tw-shadow-color: rgb(112 26 117 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/25 {
  --tw-shadow-color: rgb(112 26 117 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/30 {
  --tw-shadow-color: rgb(112 26 117 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/35 {
  --tw-shadow-color: rgb(112 26 117 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/40 {
  --tw-shadow-color: rgb(112 26 117 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/45 {
  --tw-shadow-color: rgb(112 26 117 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/5 {
  --tw-shadow-color: rgb(112 26 117 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/50 {
  --tw-shadow-color: rgb(112 26 117 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/55 {
  --tw-shadow-color: rgb(112 26 117 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/60 {
  --tw-shadow-color: rgb(112 26 117 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/65 {
  --tw-shadow-color: rgb(112 26 117 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/70 {
  --tw-shadow-color: rgb(112 26 117 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/75 {
  --tw-shadow-color: rgb(112 26 117 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/80 {
  --tw-shadow-color: rgb(112 26 117 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/85 {
  --tw-shadow-color: rgb(112 26 117 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/90 {
  --tw-shadow-color: rgb(112 26 117 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/95 {
  --tw-shadow-color: rgb(112 26 117 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950 {
  --tw-shadow-color: #4a044e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/0 {
  --tw-shadow-color: rgb(74 4 78 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/10 {
  --tw-shadow-color: rgb(74 4 78 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/100 {
  --tw-shadow-color: rgb(74 4 78 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/15 {
  --tw-shadow-color: rgb(74 4 78 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/20 {
  --tw-shadow-color: rgb(74 4 78 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/25 {
  --tw-shadow-color: rgb(74 4 78 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/30 {
  --tw-shadow-color: rgb(74 4 78 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/35 {
  --tw-shadow-color: rgb(74 4 78 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/40 {
  --tw-shadow-color: rgb(74 4 78 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/45 {
  --tw-shadow-color: rgb(74 4 78 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/5 {
  --tw-shadow-color: rgb(74 4 78 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/50 {
  --tw-shadow-color: rgb(74 4 78 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/55 {
  --tw-shadow-color: rgb(74 4 78 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/60 {
  --tw-shadow-color: rgb(74 4 78 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/65 {
  --tw-shadow-color: rgb(74 4 78 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/70 {
  --tw-shadow-color: rgb(74 4 78 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/75 {
  --tw-shadow-color: rgb(74 4 78 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/80 {
  --tw-shadow-color: rgb(74 4 78 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/85 {
  --tw-shadow-color: rgb(74 4 78 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/90 {
  --tw-shadow-color: rgb(74 4 78 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/95 {
  --tw-shadow-color: rgb(74 4 78 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100 {
  --tw-shadow-color: #f3f4f6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/0 {
  --tw-shadow-color: rgb(243 244 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/10 {
  --tw-shadow-color: rgb(243 244 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/100 {
  --tw-shadow-color: rgb(243 244 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/15 {
  --tw-shadow-color: rgb(243 244 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/20 {
  --tw-shadow-color: rgb(243 244 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/25 {
  --tw-shadow-color: rgb(243 244 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/30 {
  --tw-shadow-color: rgb(243 244 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/35 {
  --tw-shadow-color: rgb(243 244 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/40 {
  --tw-shadow-color: rgb(243 244 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/45 {
  --tw-shadow-color: rgb(243 244 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/5 {
  --tw-shadow-color: rgb(243 244 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/50 {
  --tw-shadow-color: rgb(243 244 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/55 {
  --tw-shadow-color: rgb(243 244 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/60 {
  --tw-shadow-color: rgb(243 244 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/65 {
  --tw-shadow-color: rgb(243 244 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/70 {
  --tw-shadow-color: rgb(243 244 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/75 {
  --tw-shadow-color: rgb(243 244 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/80 {
  --tw-shadow-color: rgb(243 244 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/85 {
  --tw-shadow-color: rgb(243 244 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/90 {
  --tw-shadow-color: rgb(243 244 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/95 {
  --tw-shadow-color: rgb(243 244 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200 {
  --tw-shadow-color: #e5e7eb;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/0 {
  --tw-shadow-color: rgb(229 231 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/10 {
  --tw-shadow-color: rgb(229 231 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/100 {
  --tw-shadow-color: rgb(229 231 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/15 {
  --tw-shadow-color: rgb(229 231 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/20 {
  --tw-shadow-color: rgb(229 231 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/25 {
  --tw-shadow-color: rgb(229 231 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/30 {
  --tw-shadow-color: rgb(229 231 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/35 {
  --tw-shadow-color: rgb(229 231 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/40 {
  --tw-shadow-color: rgb(229 231 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/45 {
  --tw-shadow-color: rgb(229 231 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/5 {
  --tw-shadow-color: rgb(229 231 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/50 {
  --tw-shadow-color: rgb(229 231 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/55 {
  --tw-shadow-color: rgb(229 231 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/60 {
  --tw-shadow-color: rgb(229 231 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/65 {
  --tw-shadow-color: rgb(229 231 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/70 {
  --tw-shadow-color: rgb(229 231 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/75 {
  --tw-shadow-color: rgb(229 231 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/80 {
  --tw-shadow-color: rgb(229 231 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/85 {
  --tw-shadow-color: rgb(229 231 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/90 {
  --tw-shadow-color: rgb(229 231 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/95 {
  --tw-shadow-color: rgb(229 231 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300 {
  --tw-shadow-color: #d1d5db;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/0 {
  --tw-shadow-color: rgb(209 213 219 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/10 {
  --tw-shadow-color: rgb(209 213 219 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/100 {
  --tw-shadow-color: rgb(209 213 219 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/15 {
  --tw-shadow-color: rgb(209 213 219 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/20 {
  --tw-shadow-color: rgb(209 213 219 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/25 {
  --tw-shadow-color: rgb(209 213 219 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/30 {
  --tw-shadow-color: rgb(209 213 219 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/35 {
  --tw-shadow-color: rgb(209 213 219 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/40 {
  --tw-shadow-color: rgb(209 213 219 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/45 {
  --tw-shadow-color: rgb(209 213 219 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/5 {
  --tw-shadow-color: rgb(209 213 219 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/50 {
  --tw-shadow-color: rgb(209 213 219 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/55 {
  --tw-shadow-color: rgb(209 213 219 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/60 {
  --tw-shadow-color: rgb(209 213 219 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/65 {
  --tw-shadow-color: rgb(209 213 219 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/70 {
  --tw-shadow-color: rgb(209 213 219 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/75 {
  --tw-shadow-color: rgb(209 213 219 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/80 {
  --tw-shadow-color: rgb(209 213 219 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/85 {
  --tw-shadow-color: rgb(209 213 219 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/90 {
  --tw-shadow-color: rgb(209 213 219 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/95 {
  --tw-shadow-color: rgb(209 213 219 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400 {
  --tw-shadow-color: #9ca3af;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/0 {
  --tw-shadow-color: rgb(156 163 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/10 {
  --tw-shadow-color: rgb(156 163 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/100 {
  --tw-shadow-color: rgb(156 163 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/15 {
  --tw-shadow-color: rgb(156 163 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/20 {
  --tw-shadow-color: rgb(156 163 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/25 {
  --tw-shadow-color: rgb(156 163 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/30 {
  --tw-shadow-color: rgb(156 163 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/35 {
  --tw-shadow-color: rgb(156 163 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/40 {
  --tw-shadow-color: rgb(156 163 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/45 {
  --tw-shadow-color: rgb(156 163 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/5 {
  --tw-shadow-color: rgb(156 163 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/50 {
  --tw-shadow-color: rgb(156 163 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/55 {
  --tw-shadow-color: rgb(156 163 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/60 {
  --tw-shadow-color: rgb(156 163 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/65 {
  --tw-shadow-color: rgb(156 163 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/70 {
  --tw-shadow-color: rgb(156 163 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/75 {
  --tw-shadow-color: rgb(156 163 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/80 {
  --tw-shadow-color: rgb(156 163 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/85 {
  --tw-shadow-color: rgb(156 163 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/90 {
  --tw-shadow-color: rgb(156 163 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/95 {
  --tw-shadow-color: rgb(156 163 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50 {
  --tw-shadow-color: #f9fafb;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/0 {
  --tw-shadow-color: rgb(249 250 251 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/10 {
  --tw-shadow-color: rgb(249 250 251 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/100 {
  --tw-shadow-color: rgb(249 250 251 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/15 {
  --tw-shadow-color: rgb(249 250 251 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/20 {
  --tw-shadow-color: rgb(249 250 251 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/25 {
  --tw-shadow-color: rgb(249 250 251 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/30 {
  --tw-shadow-color: rgb(249 250 251 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/35 {
  --tw-shadow-color: rgb(249 250 251 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/40 {
  --tw-shadow-color: rgb(249 250 251 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/45 {
  --tw-shadow-color: rgb(249 250 251 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/5 {
  --tw-shadow-color: rgb(249 250 251 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/50 {
  --tw-shadow-color: rgb(249 250 251 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/55 {
  --tw-shadow-color: rgb(249 250 251 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/60 {
  --tw-shadow-color: rgb(249 250 251 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/65 {
  --tw-shadow-color: rgb(249 250 251 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/70 {
  --tw-shadow-color: rgb(249 250 251 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/75 {
  --tw-shadow-color: rgb(249 250 251 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/80 {
  --tw-shadow-color: rgb(249 250 251 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/85 {
  --tw-shadow-color: rgb(249 250 251 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/90 {
  --tw-shadow-color: rgb(249 250 251 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/95 {
  --tw-shadow-color: rgb(249 250 251 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500 {
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/0 {
  --tw-shadow-color: rgb(107 114 128 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/10 {
  --tw-shadow-color: rgb(107 114 128 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/100 {
  --tw-shadow-color: rgb(107 114 128 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/15 {
  --tw-shadow-color: rgb(107 114 128 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/20 {
  --tw-shadow-color: rgb(107 114 128 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/25 {
  --tw-shadow-color: rgb(107 114 128 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/30 {
  --tw-shadow-color: rgb(107 114 128 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/35 {
  --tw-shadow-color: rgb(107 114 128 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/40 {
  --tw-shadow-color: rgb(107 114 128 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/45 {
  --tw-shadow-color: rgb(107 114 128 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/5 {
  --tw-shadow-color: rgb(107 114 128 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/50 {
  --tw-shadow-color: rgb(107 114 128 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/55 {
  --tw-shadow-color: rgb(107 114 128 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/60 {
  --tw-shadow-color: rgb(107 114 128 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/65 {
  --tw-shadow-color: rgb(107 114 128 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/70 {
  --tw-shadow-color: rgb(107 114 128 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/75 {
  --tw-shadow-color: rgb(107 114 128 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/80 {
  --tw-shadow-color: rgb(107 114 128 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/85 {
  --tw-shadow-color: rgb(107 114 128 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/90 {
  --tw-shadow-color: rgb(107 114 128 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/95 {
  --tw-shadow-color: rgb(107 114 128 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600 {
  --tw-shadow-color: #4b5563;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/0 {
  --tw-shadow-color: rgb(75 85 99 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/10 {
  --tw-shadow-color: rgb(75 85 99 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/100 {
  --tw-shadow-color: rgb(75 85 99 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/15 {
  --tw-shadow-color: rgb(75 85 99 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/20 {
  --tw-shadow-color: rgb(75 85 99 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/25 {
  --tw-shadow-color: rgb(75 85 99 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/30 {
  --tw-shadow-color: rgb(75 85 99 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/35 {
  --tw-shadow-color: rgb(75 85 99 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/40 {
  --tw-shadow-color: rgb(75 85 99 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/45 {
  --tw-shadow-color: rgb(75 85 99 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/5 {
  --tw-shadow-color: rgb(75 85 99 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/50 {
  --tw-shadow-color: rgb(75 85 99 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/55 {
  --tw-shadow-color: rgb(75 85 99 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/60 {
  --tw-shadow-color: rgb(75 85 99 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/65 {
  --tw-shadow-color: rgb(75 85 99 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/70 {
  --tw-shadow-color: rgb(75 85 99 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/75 {
  --tw-shadow-color: rgb(75 85 99 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/80 {
  --tw-shadow-color: rgb(75 85 99 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/85 {
  --tw-shadow-color: rgb(75 85 99 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/90 {
  --tw-shadow-color: rgb(75 85 99 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/95 {
  --tw-shadow-color: rgb(75 85 99 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700 {
  --tw-shadow-color: #374151;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/0 {
  --tw-shadow-color: rgb(55 65 81 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/10 {
  --tw-shadow-color: rgb(55 65 81 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/100 {
  --tw-shadow-color: rgb(55 65 81 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/15 {
  --tw-shadow-color: rgb(55 65 81 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/20 {
  --tw-shadow-color: rgb(55 65 81 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/25 {
  --tw-shadow-color: rgb(55 65 81 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/30 {
  --tw-shadow-color: rgb(55 65 81 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/35 {
  --tw-shadow-color: rgb(55 65 81 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/40 {
  --tw-shadow-color: rgb(55 65 81 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/45 {
  --tw-shadow-color: rgb(55 65 81 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/5 {
  --tw-shadow-color: rgb(55 65 81 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/50 {
  --tw-shadow-color: rgb(55 65 81 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/55 {
  --tw-shadow-color: rgb(55 65 81 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/60 {
  --tw-shadow-color: rgb(55 65 81 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/65 {
  --tw-shadow-color: rgb(55 65 81 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/70 {
  --tw-shadow-color: rgb(55 65 81 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/75 {
  --tw-shadow-color: rgb(55 65 81 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/80 {
  --tw-shadow-color: rgb(55 65 81 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/85 {
  --tw-shadow-color: rgb(55 65 81 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/90 {
  --tw-shadow-color: rgb(55 65 81 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/95 {
  --tw-shadow-color: rgb(55 65 81 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800 {
  --tw-shadow-color: #1f2937;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/0 {
  --tw-shadow-color: rgb(31 41 55 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/10 {
  --tw-shadow-color: rgb(31 41 55 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/100 {
  --tw-shadow-color: rgb(31 41 55 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/15 {
  --tw-shadow-color: rgb(31 41 55 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/20 {
  --tw-shadow-color: rgb(31 41 55 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/25 {
  --tw-shadow-color: rgb(31 41 55 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/30 {
  --tw-shadow-color: rgb(31 41 55 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/35 {
  --tw-shadow-color: rgb(31 41 55 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/40 {
  --tw-shadow-color: rgb(31 41 55 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/45 {
  --tw-shadow-color: rgb(31 41 55 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/5 {
  --tw-shadow-color: rgb(31 41 55 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/50 {
  --tw-shadow-color: rgb(31 41 55 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/55 {
  --tw-shadow-color: rgb(31 41 55 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/60 {
  --tw-shadow-color: rgb(31 41 55 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/65 {
  --tw-shadow-color: rgb(31 41 55 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/70 {
  --tw-shadow-color: rgb(31 41 55 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/75 {
  --tw-shadow-color: rgb(31 41 55 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/80 {
  --tw-shadow-color: rgb(31 41 55 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/85 {
  --tw-shadow-color: rgb(31 41 55 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/90 {
  --tw-shadow-color: rgb(31 41 55 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/95 {
  --tw-shadow-color: rgb(31 41 55 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900 {
  --tw-shadow-color: #111827;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/0 {
  --tw-shadow-color: rgb(17 24 39 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/10 {
  --tw-shadow-color: rgb(17 24 39 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/100 {
  --tw-shadow-color: rgb(17 24 39 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/15 {
  --tw-shadow-color: rgb(17 24 39 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/20 {
  --tw-shadow-color: rgb(17 24 39 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/25 {
  --tw-shadow-color: rgb(17 24 39 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/30 {
  --tw-shadow-color: rgb(17 24 39 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/35 {
  --tw-shadow-color: rgb(17 24 39 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/40 {
  --tw-shadow-color: rgb(17 24 39 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/45 {
  --tw-shadow-color: rgb(17 24 39 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/5 {
  --tw-shadow-color: rgb(17 24 39 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/50 {
  --tw-shadow-color: rgb(17 24 39 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/55 {
  --tw-shadow-color: rgb(17 24 39 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/60 {
  --tw-shadow-color: rgb(17 24 39 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/65 {
  --tw-shadow-color: rgb(17 24 39 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/70 {
  --tw-shadow-color: rgb(17 24 39 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/75 {
  --tw-shadow-color: rgb(17 24 39 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/80 {
  --tw-shadow-color: rgb(17 24 39 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/85 {
  --tw-shadow-color: rgb(17 24 39 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/90 {
  --tw-shadow-color: rgb(17 24 39 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/95 {
  --tw-shadow-color: rgb(17 24 39 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950 {
  --tw-shadow-color: #030712;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/0 {
  --tw-shadow-color: rgb(3 7 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/10 {
  --tw-shadow-color: rgb(3 7 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/100 {
  --tw-shadow-color: rgb(3 7 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/15 {
  --tw-shadow-color: rgb(3 7 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/20 {
  --tw-shadow-color: rgb(3 7 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/25 {
  --tw-shadow-color: rgb(3 7 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/30 {
  --tw-shadow-color: rgb(3 7 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/35 {
  --tw-shadow-color: rgb(3 7 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/40 {
  --tw-shadow-color: rgb(3 7 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/45 {
  --tw-shadow-color: rgb(3 7 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/5 {
  --tw-shadow-color: rgb(3 7 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/50 {
  --tw-shadow-color: rgb(3 7 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/55 {
  --tw-shadow-color: rgb(3 7 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/60 {
  --tw-shadow-color: rgb(3 7 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/65 {
  --tw-shadow-color: rgb(3 7 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/70 {
  --tw-shadow-color: rgb(3 7 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/75 {
  --tw-shadow-color: rgb(3 7 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/80 {
  --tw-shadow-color: rgb(3 7 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/85 {
  --tw-shadow-color: rgb(3 7 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/90 {
  --tw-shadow-color: rgb(3 7 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/95 {
  --tw-shadow-color: rgb(3 7 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100 {
  --tw-shadow-color: #dcfce7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/0 {
  --tw-shadow-color: rgb(220 252 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/10 {
  --tw-shadow-color: rgb(220 252 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/100 {
  --tw-shadow-color: rgb(220 252 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/15 {
  --tw-shadow-color: rgb(220 252 231 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/20 {
  --tw-shadow-color: rgb(220 252 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/25 {
  --tw-shadow-color: rgb(220 252 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/30 {
  --tw-shadow-color: rgb(220 252 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/35 {
  --tw-shadow-color: rgb(220 252 231 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/40 {
  --tw-shadow-color: rgb(220 252 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/45 {
  --tw-shadow-color: rgb(220 252 231 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/5 {
  --tw-shadow-color: rgb(220 252 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/50 {
  --tw-shadow-color: rgb(220 252 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/55 {
  --tw-shadow-color: rgb(220 252 231 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/60 {
  --tw-shadow-color: rgb(220 252 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/65 {
  --tw-shadow-color: rgb(220 252 231 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/70 {
  --tw-shadow-color: rgb(220 252 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/75 {
  --tw-shadow-color: rgb(220 252 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/80 {
  --tw-shadow-color: rgb(220 252 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/85 {
  --tw-shadow-color: rgb(220 252 231 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/90 {
  --tw-shadow-color: rgb(220 252 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/95 {
  --tw-shadow-color: rgb(220 252 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200 {
  --tw-shadow-color: #bbf7d0;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/0 {
  --tw-shadow-color: rgb(187 247 208 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/10 {
  --tw-shadow-color: rgb(187 247 208 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/100 {
  --tw-shadow-color: rgb(187 247 208 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/15 {
  --tw-shadow-color: rgb(187 247 208 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/20 {
  --tw-shadow-color: rgb(187 247 208 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/25 {
  --tw-shadow-color: rgb(187 247 208 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/30 {
  --tw-shadow-color: rgb(187 247 208 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/35 {
  --tw-shadow-color: rgb(187 247 208 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/40 {
  --tw-shadow-color: rgb(187 247 208 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/45 {
  --tw-shadow-color: rgb(187 247 208 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/5 {
  --tw-shadow-color: rgb(187 247 208 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/50 {
  --tw-shadow-color: rgb(187 247 208 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/55 {
  --tw-shadow-color: rgb(187 247 208 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/60 {
  --tw-shadow-color: rgb(187 247 208 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/65 {
  --tw-shadow-color: rgb(187 247 208 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/70 {
  --tw-shadow-color: rgb(187 247 208 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/75 {
  --tw-shadow-color: rgb(187 247 208 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/80 {
  --tw-shadow-color: rgb(187 247 208 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/85 {
  --tw-shadow-color: rgb(187 247 208 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/90 {
  --tw-shadow-color: rgb(187 247 208 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/95 {
  --tw-shadow-color: rgb(187 247 208 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300 {
  --tw-shadow-color: #86efac;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/0 {
  --tw-shadow-color: rgb(134 239 172 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/10 {
  --tw-shadow-color: rgb(134 239 172 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/100 {
  --tw-shadow-color: rgb(134 239 172 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/15 {
  --tw-shadow-color: rgb(134 239 172 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/20 {
  --tw-shadow-color: rgb(134 239 172 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/25 {
  --tw-shadow-color: rgb(134 239 172 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/30 {
  --tw-shadow-color: rgb(134 239 172 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/35 {
  --tw-shadow-color: rgb(134 239 172 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/40 {
  --tw-shadow-color: rgb(134 239 172 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/45 {
  --tw-shadow-color: rgb(134 239 172 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/5 {
  --tw-shadow-color: rgb(134 239 172 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/50 {
  --tw-shadow-color: rgb(134 239 172 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/55 {
  --tw-shadow-color: rgb(134 239 172 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/60 {
  --tw-shadow-color: rgb(134 239 172 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/65 {
  --tw-shadow-color: rgb(134 239 172 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/70 {
  --tw-shadow-color: rgb(134 239 172 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/75 {
  --tw-shadow-color: rgb(134 239 172 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/80 {
  --tw-shadow-color: rgb(134 239 172 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/85 {
  --tw-shadow-color: rgb(134 239 172 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/90 {
  --tw-shadow-color: rgb(134 239 172 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/95 {
  --tw-shadow-color: rgb(134 239 172 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400 {
  --tw-shadow-color: #4ade80;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/0 {
  --tw-shadow-color: rgb(74 222 128 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/10 {
  --tw-shadow-color: rgb(74 222 128 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/100 {
  --tw-shadow-color: rgb(74 222 128 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/15 {
  --tw-shadow-color: rgb(74 222 128 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/20 {
  --tw-shadow-color: rgb(74 222 128 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/25 {
  --tw-shadow-color: rgb(74 222 128 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/30 {
  --tw-shadow-color: rgb(74 222 128 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/35 {
  --tw-shadow-color: rgb(74 222 128 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/40 {
  --tw-shadow-color: rgb(74 222 128 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/45 {
  --tw-shadow-color: rgb(74 222 128 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/5 {
  --tw-shadow-color: rgb(74 222 128 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/50 {
  --tw-shadow-color: rgb(74 222 128 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/55 {
  --tw-shadow-color: rgb(74 222 128 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/60 {
  --tw-shadow-color: rgb(74 222 128 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/65 {
  --tw-shadow-color: rgb(74 222 128 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/70 {
  --tw-shadow-color: rgb(74 222 128 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/75 {
  --tw-shadow-color: rgb(74 222 128 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/80 {
  --tw-shadow-color: rgb(74 222 128 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/85 {
  --tw-shadow-color: rgb(74 222 128 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/90 {
  --tw-shadow-color: rgb(74 222 128 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/95 {
  --tw-shadow-color: rgb(74 222 128 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50 {
  --tw-shadow-color: #f0fdf4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/0 {
  --tw-shadow-color: rgb(240 253 244 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/10 {
  --tw-shadow-color: rgb(240 253 244 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/100 {
  --tw-shadow-color: rgb(240 253 244 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/15 {
  --tw-shadow-color: rgb(240 253 244 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/20 {
  --tw-shadow-color: rgb(240 253 244 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/25 {
  --tw-shadow-color: rgb(240 253 244 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/30 {
  --tw-shadow-color: rgb(240 253 244 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/35 {
  --tw-shadow-color: rgb(240 253 244 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/40 {
  --tw-shadow-color: rgb(240 253 244 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/45 {
  --tw-shadow-color: rgb(240 253 244 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/5 {
  --tw-shadow-color: rgb(240 253 244 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/50 {
  --tw-shadow-color: rgb(240 253 244 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/55 {
  --tw-shadow-color: rgb(240 253 244 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/60 {
  --tw-shadow-color: rgb(240 253 244 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/65 {
  --tw-shadow-color: rgb(240 253 244 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/70 {
  --tw-shadow-color: rgb(240 253 244 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/75 {
  --tw-shadow-color: rgb(240 253 244 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/80 {
  --tw-shadow-color: rgb(240 253 244 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/85 {
  --tw-shadow-color: rgb(240 253 244 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/90 {
  --tw-shadow-color: rgb(240 253 244 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/95 {
  --tw-shadow-color: rgb(240 253 244 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500 {
  --tw-shadow-color: #22c55e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/0 {
  --tw-shadow-color: rgb(34 197 94 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/10 {
  --tw-shadow-color: rgb(34 197 94 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/100 {
  --tw-shadow-color: rgb(34 197 94 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/15 {
  --tw-shadow-color: rgb(34 197 94 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/20 {
  --tw-shadow-color: rgb(34 197 94 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/25 {
  --tw-shadow-color: rgb(34 197 94 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/30 {
  --tw-shadow-color: rgb(34 197 94 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/35 {
  --tw-shadow-color: rgb(34 197 94 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/40 {
  --tw-shadow-color: rgb(34 197 94 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/45 {
  --tw-shadow-color: rgb(34 197 94 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/5 {
  --tw-shadow-color: rgb(34 197 94 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/50 {
  --tw-shadow-color: rgb(34 197 94 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/55 {
  --tw-shadow-color: rgb(34 197 94 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/60 {
  --tw-shadow-color: rgb(34 197 94 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/65 {
  --tw-shadow-color: rgb(34 197 94 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/70 {
  --tw-shadow-color: rgb(34 197 94 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/75 {
  --tw-shadow-color: rgb(34 197 94 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/80 {
  --tw-shadow-color: rgb(34 197 94 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/85 {
  --tw-shadow-color: rgb(34 197 94 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/90 {
  --tw-shadow-color: rgb(34 197 94 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/95 {
  --tw-shadow-color: rgb(34 197 94 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600 {
  --tw-shadow-color: #16a34a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/0 {
  --tw-shadow-color: rgb(22 163 74 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/10 {
  --tw-shadow-color: rgb(22 163 74 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/100 {
  --tw-shadow-color: rgb(22 163 74 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/15 {
  --tw-shadow-color: rgb(22 163 74 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/20 {
  --tw-shadow-color: rgb(22 163 74 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/25 {
  --tw-shadow-color: rgb(22 163 74 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/30 {
  --tw-shadow-color: rgb(22 163 74 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/35 {
  --tw-shadow-color: rgb(22 163 74 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/40 {
  --tw-shadow-color: rgb(22 163 74 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/45 {
  --tw-shadow-color: rgb(22 163 74 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/5 {
  --tw-shadow-color: rgb(22 163 74 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/50 {
  --tw-shadow-color: rgb(22 163 74 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/55 {
  --tw-shadow-color: rgb(22 163 74 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/60 {
  --tw-shadow-color: rgb(22 163 74 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/65 {
  --tw-shadow-color: rgb(22 163 74 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/70 {
  --tw-shadow-color: rgb(22 163 74 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/75 {
  --tw-shadow-color: rgb(22 163 74 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/80 {
  --tw-shadow-color: rgb(22 163 74 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/85 {
  --tw-shadow-color: rgb(22 163 74 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/90 {
  --tw-shadow-color: rgb(22 163 74 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/95 {
  --tw-shadow-color: rgb(22 163 74 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700 {
  --tw-shadow-color: #15803d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/0 {
  --tw-shadow-color: rgb(21 128 61 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/10 {
  --tw-shadow-color: rgb(21 128 61 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/100 {
  --tw-shadow-color: rgb(21 128 61 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/15 {
  --tw-shadow-color: rgb(21 128 61 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/20 {
  --tw-shadow-color: rgb(21 128 61 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/25 {
  --tw-shadow-color: rgb(21 128 61 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/30 {
  --tw-shadow-color: rgb(21 128 61 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/35 {
  --tw-shadow-color: rgb(21 128 61 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/40 {
  --tw-shadow-color: rgb(21 128 61 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/45 {
  --tw-shadow-color: rgb(21 128 61 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/5 {
  --tw-shadow-color: rgb(21 128 61 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/50 {
  --tw-shadow-color: rgb(21 128 61 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/55 {
  --tw-shadow-color: rgb(21 128 61 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/60 {
  --tw-shadow-color: rgb(21 128 61 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/65 {
  --tw-shadow-color: rgb(21 128 61 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/70 {
  --tw-shadow-color: rgb(21 128 61 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/75 {
  --tw-shadow-color: rgb(21 128 61 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/80 {
  --tw-shadow-color: rgb(21 128 61 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/85 {
  --tw-shadow-color: rgb(21 128 61 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/90 {
  --tw-shadow-color: rgb(21 128 61 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/95 {
  --tw-shadow-color: rgb(21 128 61 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800 {
  --tw-shadow-color: #166534;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/0 {
  --tw-shadow-color: rgb(22 101 52 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/10 {
  --tw-shadow-color: rgb(22 101 52 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/100 {
  --tw-shadow-color: rgb(22 101 52 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/15 {
  --tw-shadow-color: rgb(22 101 52 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/20 {
  --tw-shadow-color: rgb(22 101 52 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/25 {
  --tw-shadow-color: rgb(22 101 52 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/30 {
  --tw-shadow-color: rgb(22 101 52 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/35 {
  --tw-shadow-color: rgb(22 101 52 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/40 {
  --tw-shadow-color: rgb(22 101 52 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/45 {
  --tw-shadow-color: rgb(22 101 52 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/5 {
  --tw-shadow-color: rgb(22 101 52 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/50 {
  --tw-shadow-color: rgb(22 101 52 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/55 {
  --tw-shadow-color: rgb(22 101 52 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/60 {
  --tw-shadow-color: rgb(22 101 52 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/65 {
  --tw-shadow-color: rgb(22 101 52 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/70 {
  --tw-shadow-color: rgb(22 101 52 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/75 {
  --tw-shadow-color: rgb(22 101 52 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/80 {
  --tw-shadow-color: rgb(22 101 52 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/85 {
  --tw-shadow-color: rgb(22 101 52 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/90 {
  --tw-shadow-color: rgb(22 101 52 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/95 {
  --tw-shadow-color: rgb(22 101 52 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900 {
  --tw-shadow-color: #14532d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/0 {
  --tw-shadow-color: rgb(20 83 45 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/10 {
  --tw-shadow-color: rgb(20 83 45 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/100 {
  --tw-shadow-color: rgb(20 83 45 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/15 {
  --tw-shadow-color: rgb(20 83 45 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/20 {
  --tw-shadow-color: rgb(20 83 45 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/25 {
  --tw-shadow-color: rgb(20 83 45 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/30 {
  --tw-shadow-color: rgb(20 83 45 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/35 {
  --tw-shadow-color: rgb(20 83 45 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/40 {
  --tw-shadow-color: rgb(20 83 45 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/45 {
  --tw-shadow-color: rgb(20 83 45 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/5 {
  --tw-shadow-color: rgb(20 83 45 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/50 {
  --tw-shadow-color: rgb(20 83 45 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/55 {
  --tw-shadow-color: rgb(20 83 45 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/60 {
  --tw-shadow-color: rgb(20 83 45 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/65 {
  --tw-shadow-color: rgb(20 83 45 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/70 {
  --tw-shadow-color: rgb(20 83 45 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/75 {
  --tw-shadow-color: rgb(20 83 45 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/80 {
  --tw-shadow-color: rgb(20 83 45 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/85 {
  --tw-shadow-color: rgb(20 83 45 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/90 {
  --tw-shadow-color: rgb(20 83 45 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/95 {
  --tw-shadow-color: rgb(20 83 45 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950 {
  --tw-shadow-color: #052e16;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/0 {
  --tw-shadow-color: rgb(5 46 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/10 {
  --tw-shadow-color: rgb(5 46 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/100 {
  --tw-shadow-color: rgb(5 46 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/15 {
  --tw-shadow-color: rgb(5 46 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/20 {
  --tw-shadow-color: rgb(5 46 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/25 {
  --tw-shadow-color: rgb(5 46 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/30 {
  --tw-shadow-color: rgb(5 46 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/35 {
  --tw-shadow-color: rgb(5 46 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/40 {
  --tw-shadow-color: rgb(5 46 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/45 {
  --tw-shadow-color: rgb(5 46 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/5 {
  --tw-shadow-color: rgb(5 46 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/50 {
  --tw-shadow-color: rgb(5 46 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/55 {
  --tw-shadow-color: rgb(5 46 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/60 {
  --tw-shadow-color: rgb(5 46 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/65 {
  --tw-shadow-color: rgb(5 46 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/70 {
  --tw-shadow-color: rgb(5 46 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/75 {
  --tw-shadow-color: rgb(5 46 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/80 {
  --tw-shadow-color: rgb(5 46 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/85 {
  --tw-shadow-color: rgb(5 46 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/90 {
  --tw-shadow-color: rgb(5 46 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/95 {
  --tw-shadow-color: rgb(5 46 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100 {
  --tw-shadow-color: #e0e7ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/0 {
  --tw-shadow-color: rgb(224 231 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/10 {
  --tw-shadow-color: rgb(224 231 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/100 {
  --tw-shadow-color: rgb(224 231 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/15 {
  --tw-shadow-color: rgb(224 231 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/20 {
  --tw-shadow-color: rgb(224 231 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/25 {
  --tw-shadow-color: rgb(224 231 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/30 {
  --tw-shadow-color: rgb(224 231 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/35 {
  --tw-shadow-color: rgb(224 231 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/40 {
  --tw-shadow-color: rgb(224 231 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/45 {
  --tw-shadow-color: rgb(224 231 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/5 {
  --tw-shadow-color: rgb(224 231 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/50 {
  --tw-shadow-color: rgb(224 231 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/55 {
  --tw-shadow-color: rgb(224 231 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/60 {
  --tw-shadow-color: rgb(224 231 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/65 {
  --tw-shadow-color: rgb(224 231 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/70 {
  --tw-shadow-color: rgb(224 231 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/75 {
  --tw-shadow-color: rgb(224 231 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/80 {
  --tw-shadow-color: rgb(224 231 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/85 {
  --tw-shadow-color: rgb(224 231 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/90 {
  --tw-shadow-color: rgb(224 231 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/95 {
  --tw-shadow-color: rgb(224 231 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200 {
  --tw-shadow-color: #c7d2fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/0 {
  --tw-shadow-color: rgb(199 210 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/10 {
  --tw-shadow-color: rgb(199 210 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/100 {
  --tw-shadow-color: rgb(199 210 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/15 {
  --tw-shadow-color: rgb(199 210 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/20 {
  --tw-shadow-color: rgb(199 210 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/25 {
  --tw-shadow-color: rgb(199 210 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/30 {
  --tw-shadow-color: rgb(199 210 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/35 {
  --tw-shadow-color: rgb(199 210 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/40 {
  --tw-shadow-color: rgb(199 210 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/45 {
  --tw-shadow-color: rgb(199 210 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/5 {
  --tw-shadow-color: rgb(199 210 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/50 {
  --tw-shadow-color: rgb(199 210 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/55 {
  --tw-shadow-color: rgb(199 210 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/60 {
  --tw-shadow-color: rgb(199 210 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/65 {
  --tw-shadow-color: rgb(199 210 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/70 {
  --tw-shadow-color: rgb(199 210 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/75 {
  --tw-shadow-color: rgb(199 210 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/80 {
  --tw-shadow-color: rgb(199 210 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/85 {
  --tw-shadow-color: rgb(199 210 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/90 {
  --tw-shadow-color: rgb(199 210 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/95 {
  --tw-shadow-color: rgb(199 210 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300 {
  --tw-shadow-color: #a5b4fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/0 {
  --tw-shadow-color: rgb(165 180 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/10 {
  --tw-shadow-color: rgb(165 180 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/100 {
  --tw-shadow-color: rgb(165 180 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/15 {
  --tw-shadow-color: rgb(165 180 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/20 {
  --tw-shadow-color: rgb(165 180 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/25 {
  --tw-shadow-color: rgb(165 180 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/30 {
  --tw-shadow-color: rgb(165 180 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/35 {
  --tw-shadow-color: rgb(165 180 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/40 {
  --tw-shadow-color: rgb(165 180 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/45 {
  --tw-shadow-color: rgb(165 180 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/5 {
  --tw-shadow-color: rgb(165 180 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/50 {
  --tw-shadow-color: rgb(165 180 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/55 {
  --tw-shadow-color: rgb(165 180 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/60 {
  --tw-shadow-color: rgb(165 180 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/65 {
  --tw-shadow-color: rgb(165 180 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/70 {
  --tw-shadow-color: rgb(165 180 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/75 {
  --tw-shadow-color: rgb(165 180 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/80 {
  --tw-shadow-color: rgb(165 180 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/85 {
  --tw-shadow-color: rgb(165 180 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/90 {
  --tw-shadow-color: rgb(165 180 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/95 {
  --tw-shadow-color: rgb(165 180 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400 {
  --tw-shadow-color: #818cf8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/0 {
  --tw-shadow-color: rgb(129 140 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/10 {
  --tw-shadow-color: rgb(129 140 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/100 {
  --tw-shadow-color: rgb(129 140 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/15 {
  --tw-shadow-color: rgb(129 140 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/20 {
  --tw-shadow-color: rgb(129 140 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/25 {
  --tw-shadow-color: rgb(129 140 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/30 {
  --tw-shadow-color: rgb(129 140 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/35 {
  --tw-shadow-color: rgb(129 140 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/40 {
  --tw-shadow-color: rgb(129 140 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/45 {
  --tw-shadow-color: rgb(129 140 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/5 {
  --tw-shadow-color: rgb(129 140 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/50 {
  --tw-shadow-color: rgb(129 140 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/55 {
  --tw-shadow-color: rgb(129 140 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/60 {
  --tw-shadow-color: rgb(129 140 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/65 {
  --tw-shadow-color: rgb(129 140 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/70 {
  --tw-shadow-color: rgb(129 140 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/75 {
  --tw-shadow-color: rgb(129 140 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/80 {
  --tw-shadow-color: rgb(129 140 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/85 {
  --tw-shadow-color: rgb(129 140 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/90 {
  --tw-shadow-color: rgb(129 140 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/95 {
  --tw-shadow-color: rgb(129 140 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50 {
  --tw-shadow-color: #eef2ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/0 {
  --tw-shadow-color: rgb(238 242 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/10 {
  --tw-shadow-color: rgb(238 242 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/100 {
  --tw-shadow-color: rgb(238 242 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/15 {
  --tw-shadow-color: rgb(238 242 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/20 {
  --tw-shadow-color: rgb(238 242 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/25 {
  --tw-shadow-color: rgb(238 242 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/30 {
  --tw-shadow-color: rgb(238 242 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/35 {
  --tw-shadow-color: rgb(238 242 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/40 {
  --tw-shadow-color: rgb(238 242 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/45 {
  --tw-shadow-color: rgb(238 242 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/5 {
  --tw-shadow-color: rgb(238 242 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/50 {
  --tw-shadow-color: rgb(238 242 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/55 {
  --tw-shadow-color: rgb(238 242 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/60 {
  --tw-shadow-color: rgb(238 242 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/65 {
  --tw-shadow-color: rgb(238 242 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/70 {
  --tw-shadow-color: rgb(238 242 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/75 {
  --tw-shadow-color: rgb(238 242 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/80 {
  --tw-shadow-color: rgb(238 242 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/85 {
  --tw-shadow-color: rgb(238 242 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/90 {
  --tw-shadow-color: rgb(238 242 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/95 {
  --tw-shadow-color: rgb(238 242 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500 {
  --tw-shadow-color: #6366f1;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/0 {
  --tw-shadow-color: rgb(99 102 241 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/10 {
  --tw-shadow-color: rgb(99 102 241 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/100 {
  --tw-shadow-color: rgb(99 102 241 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/15 {
  --tw-shadow-color: rgb(99 102 241 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/20 {
  --tw-shadow-color: rgb(99 102 241 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/25 {
  --tw-shadow-color: rgb(99 102 241 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/30 {
  --tw-shadow-color: rgb(99 102 241 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/35 {
  --tw-shadow-color: rgb(99 102 241 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/40 {
  --tw-shadow-color: rgb(99 102 241 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/45 {
  --tw-shadow-color: rgb(99 102 241 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/5 {
  --tw-shadow-color: rgb(99 102 241 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/50 {
  --tw-shadow-color: rgb(99 102 241 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/55 {
  --tw-shadow-color: rgb(99 102 241 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/60 {
  --tw-shadow-color: rgb(99 102 241 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/65 {
  --tw-shadow-color: rgb(99 102 241 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/70 {
  --tw-shadow-color: rgb(99 102 241 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/75 {
  --tw-shadow-color: rgb(99 102 241 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/80 {
  --tw-shadow-color: rgb(99 102 241 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/85 {
  --tw-shadow-color: rgb(99 102 241 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/90 {
  --tw-shadow-color: rgb(99 102 241 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/95 {
  --tw-shadow-color: rgb(99 102 241 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600 {
  --tw-shadow-color: #4f46e5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/0 {
  --tw-shadow-color: rgb(79 70 229 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/10 {
  --tw-shadow-color: rgb(79 70 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/100 {
  --tw-shadow-color: rgb(79 70 229 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/15 {
  --tw-shadow-color: rgb(79 70 229 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/20 {
  --tw-shadow-color: rgb(79 70 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/25 {
  --tw-shadow-color: rgb(79 70 229 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/30 {
  --tw-shadow-color: rgb(79 70 229 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/35 {
  --tw-shadow-color: rgb(79 70 229 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/40 {
  --tw-shadow-color: rgb(79 70 229 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/45 {
  --tw-shadow-color: rgb(79 70 229 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/5 {
  --tw-shadow-color: rgb(79 70 229 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/50 {
  --tw-shadow-color: rgb(79 70 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/55 {
  --tw-shadow-color: rgb(79 70 229 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/60 {
  --tw-shadow-color: rgb(79 70 229 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/65 {
  --tw-shadow-color: rgb(79 70 229 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/70 {
  --tw-shadow-color: rgb(79 70 229 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/75 {
  --tw-shadow-color: rgb(79 70 229 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/80 {
  --tw-shadow-color: rgb(79 70 229 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/85 {
  --tw-shadow-color: rgb(79 70 229 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/90 {
  --tw-shadow-color: rgb(79 70 229 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/95 {
  --tw-shadow-color: rgb(79 70 229 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700 {
  --tw-shadow-color: #4338ca;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/0 {
  --tw-shadow-color: rgb(67 56 202 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/10 {
  --tw-shadow-color: rgb(67 56 202 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/100 {
  --tw-shadow-color: rgb(67 56 202 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/15 {
  --tw-shadow-color: rgb(67 56 202 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/20 {
  --tw-shadow-color: rgb(67 56 202 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/25 {
  --tw-shadow-color: rgb(67 56 202 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/30 {
  --tw-shadow-color: rgb(67 56 202 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/35 {
  --tw-shadow-color: rgb(67 56 202 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/40 {
  --tw-shadow-color: rgb(67 56 202 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/45 {
  --tw-shadow-color: rgb(67 56 202 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/5 {
  --tw-shadow-color: rgb(67 56 202 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/50 {
  --tw-shadow-color: rgb(67 56 202 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/55 {
  --tw-shadow-color: rgb(67 56 202 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/60 {
  --tw-shadow-color: rgb(67 56 202 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/65 {
  --tw-shadow-color: rgb(67 56 202 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/70 {
  --tw-shadow-color: rgb(67 56 202 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/75 {
  --tw-shadow-color: rgb(67 56 202 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/80 {
  --tw-shadow-color: rgb(67 56 202 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/85 {
  --tw-shadow-color: rgb(67 56 202 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/90 {
  --tw-shadow-color: rgb(67 56 202 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/95 {
  --tw-shadow-color: rgb(67 56 202 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800 {
  --tw-shadow-color: #3730a3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/0 {
  --tw-shadow-color: rgb(55 48 163 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/10 {
  --tw-shadow-color: rgb(55 48 163 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/100 {
  --tw-shadow-color: rgb(55 48 163 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/15 {
  --tw-shadow-color: rgb(55 48 163 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/20 {
  --tw-shadow-color: rgb(55 48 163 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/25 {
  --tw-shadow-color: rgb(55 48 163 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/30 {
  --tw-shadow-color: rgb(55 48 163 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/35 {
  --tw-shadow-color: rgb(55 48 163 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/40 {
  --tw-shadow-color: rgb(55 48 163 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/45 {
  --tw-shadow-color: rgb(55 48 163 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/5 {
  --tw-shadow-color: rgb(55 48 163 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/50 {
  --tw-shadow-color: rgb(55 48 163 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/55 {
  --tw-shadow-color: rgb(55 48 163 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/60 {
  --tw-shadow-color: rgb(55 48 163 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/65 {
  --tw-shadow-color: rgb(55 48 163 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/70 {
  --tw-shadow-color: rgb(55 48 163 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/75 {
  --tw-shadow-color: rgb(55 48 163 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/80 {
  --tw-shadow-color: rgb(55 48 163 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/85 {
  --tw-shadow-color: rgb(55 48 163 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/90 {
  --tw-shadow-color: rgb(55 48 163 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/95 {
  --tw-shadow-color: rgb(55 48 163 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900 {
  --tw-shadow-color: #312e81;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/0 {
  --tw-shadow-color: rgb(49 46 129 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/10 {
  --tw-shadow-color: rgb(49 46 129 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/100 {
  --tw-shadow-color: rgb(49 46 129 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/15 {
  --tw-shadow-color: rgb(49 46 129 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/20 {
  --tw-shadow-color: rgb(49 46 129 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/25 {
  --tw-shadow-color: rgb(49 46 129 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/30 {
  --tw-shadow-color: rgb(49 46 129 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/35 {
  --tw-shadow-color: rgb(49 46 129 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/40 {
  --tw-shadow-color: rgb(49 46 129 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/45 {
  --tw-shadow-color: rgb(49 46 129 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/5 {
  --tw-shadow-color: rgb(49 46 129 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/50 {
  --tw-shadow-color: rgb(49 46 129 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/55 {
  --tw-shadow-color: rgb(49 46 129 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/60 {
  --tw-shadow-color: rgb(49 46 129 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/65 {
  --tw-shadow-color: rgb(49 46 129 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/70 {
  --tw-shadow-color: rgb(49 46 129 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/75 {
  --tw-shadow-color: rgb(49 46 129 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/80 {
  --tw-shadow-color: rgb(49 46 129 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/85 {
  --tw-shadow-color: rgb(49 46 129 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/90 {
  --tw-shadow-color: rgb(49 46 129 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/95 {
  --tw-shadow-color: rgb(49 46 129 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950 {
  --tw-shadow-color: #1e1b4b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/0 {
  --tw-shadow-color: rgb(30 27 75 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/10 {
  --tw-shadow-color: rgb(30 27 75 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/100 {
  --tw-shadow-color: rgb(30 27 75 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/15 {
  --tw-shadow-color: rgb(30 27 75 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/20 {
  --tw-shadow-color: rgb(30 27 75 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/25 {
  --tw-shadow-color: rgb(30 27 75 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/30 {
  --tw-shadow-color: rgb(30 27 75 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/35 {
  --tw-shadow-color: rgb(30 27 75 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/40 {
  --tw-shadow-color: rgb(30 27 75 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/45 {
  --tw-shadow-color: rgb(30 27 75 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/5 {
  --tw-shadow-color: rgb(30 27 75 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/50 {
  --tw-shadow-color: rgb(30 27 75 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/55 {
  --tw-shadow-color: rgb(30 27 75 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/60 {
  --tw-shadow-color: rgb(30 27 75 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/65 {
  --tw-shadow-color: rgb(30 27 75 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/70 {
  --tw-shadow-color: rgb(30 27 75 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/75 {
  --tw-shadow-color: rgb(30 27 75 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/80 {
  --tw-shadow-color: rgb(30 27 75 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/85 {
  --tw-shadow-color: rgb(30 27 75 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/90 {
  --tw-shadow-color: rgb(30 27 75 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/95 {
  --tw-shadow-color: rgb(30 27 75 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-inherit {
  --tw-shadow-color: inherit;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100 {
  --tw-shadow-color: #ecfccb;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/0 {
  --tw-shadow-color: rgb(236 252 203 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/10 {
  --tw-shadow-color: rgb(236 252 203 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/100 {
  --tw-shadow-color: rgb(236 252 203 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/15 {
  --tw-shadow-color: rgb(236 252 203 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/20 {
  --tw-shadow-color: rgb(236 252 203 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/25 {
  --tw-shadow-color: rgb(236 252 203 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/30 {
  --tw-shadow-color: rgb(236 252 203 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/35 {
  --tw-shadow-color: rgb(236 252 203 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/40 {
  --tw-shadow-color: rgb(236 252 203 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/45 {
  --tw-shadow-color: rgb(236 252 203 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/5 {
  --tw-shadow-color: rgb(236 252 203 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/50 {
  --tw-shadow-color: rgb(236 252 203 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/55 {
  --tw-shadow-color: rgb(236 252 203 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/60 {
  --tw-shadow-color: rgb(236 252 203 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/65 {
  --tw-shadow-color: rgb(236 252 203 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/70 {
  --tw-shadow-color: rgb(236 252 203 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/75 {
  --tw-shadow-color: rgb(236 252 203 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/80 {
  --tw-shadow-color: rgb(236 252 203 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/85 {
  --tw-shadow-color: rgb(236 252 203 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/90 {
  --tw-shadow-color: rgb(236 252 203 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/95 {
  --tw-shadow-color: rgb(236 252 203 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200 {
  --tw-shadow-color: #d9f99d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/0 {
  --tw-shadow-color: rgb(217 249 157 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/10 {
  --tw-shadow-color: rgb(217 249 157 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/100 {
  --tw-shadow-color: rgb(217 249 157 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/15 {
  --tw-shadow-color: rgb(217 249 157 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/20 {
  --tw-shadow-color: rgb(217 249 157 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/25 {
  --tw-shadow-color: rgb(217 249 157 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/30 {
  --tw-shadow-color: rgb(217 249 157 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/35 {
  --tw-shadow-color: rgb(217 249 157 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/40 {
  --tw-shadow-color: rgb(217 249 157 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/45 {
  --tw-shadow-color: rgb(217 249 157 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/5 {
  --tw-shadow-color: rgb(217 249 157 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/50 {
  --tw-shadow-color: rgb(217 249 157 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/55 {
  --tw-shadow-color: rgb(217 249 157 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/60 {
  --tw-shadow-color: rgb(217 249 157 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/65 {
  --tw-shadow-color: rgb(217 249 157 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/70 {
  --tw-shadow-color: rgb(217 249 157 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/75 {
  --tw-shadow-color: rgb(217 249 157 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/80 {
  --tw-shadow-color: rgb(217 249 157 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/85 {
  --tw-shadow-color: rgb(217 249 157 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/90 {
  --tw-shadow-color: rgb(217 249 157 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/95 {
  --tw-shadow-color: rgb(217 249 157 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300 {
  --tw-shadow-color: #bef264;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/0 {
  --tw-shadow-color: rgb(190 242 100 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/10 {
  --tw-shadow-color: rgb(190 242 100 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/100 {
  --tw-shadow-color: rgb(190 242 100 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/15 {
  --tw-shadow-color: rgb(190 242 100 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/20 {
  --tw-shadow-color: rgb(190 242 100 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/25 {
  --tw-shadow-color: rgb(190 242 100 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/30 {
  --tw-shadow-color: rgb(190 242 100 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/35 {
  --tw-shadow-color: rgb(190 242 100 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/40 {
  --tw-shadow-color: rgb(190 242 100 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/45 {
  --tw-shadow-color: rgb(190 242 100 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/5 {
  --tw-shadow-color: rgb(190 242 100 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/50 {
  --tw-shadow-color: rgb(190 242 100 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/55 {
  --tw-shadow-color: rgb(190 242 100 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/60 {
  --tw-shadow-color: rgb(190 242 100 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/65 {
  --tw-shadow-color: rgb(190 242 100 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/70 {
  --tw-shadow-color: rgb(190 242 100 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/75 {
  --tw-shadow-color: rgb(190 242 100 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/80 {
  --tw-shadow-color: rgb(190 242 100 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/85 {
  --tw-shadow-color: rgb(190 242 100 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/90 {
  --tw-shadow-color: rgb(190 242 100 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/95 {
  --tw-shadow-color: rgb(190 242 100 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400 {
  --tw-shadow-color: #a3e635;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/0 {
  --tw-shadow-color: rgb(163 230 53 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/10 {
  --tw-shadow-color: rgb(163 230 53 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/100 {
  --tw-shadow-color: rgb(163 230 53 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/15 {
  --tw-shadow-color: rgb(163 230 53 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/20 {
  --tw-shadow-color: rgb(163 230 53 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/25 {
  --tw-shadow-color: rgb(163 230 53 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/30 {
  --tw-shadow-color: rgb(163 230 53 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/35 {
  --tw-shadow-color: rgb(163 230 53 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/40 {
  --tw-shadow-color: rgb(163 230 53 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/45 {
  --tw-shadow-color: rgb(163 230 53 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/5 {
  --tw-shadow-color: rgb(163 230 53 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/50 {
  --tw-shadow-color: rgb(163 230 53 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/55 {
  --tw-shadow-color: rgb(163 230 53 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/60 {
  --tw-shadow-color: rgb(163 230 53 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/65 {
  --tw-shadow-color: rgb(163 230 53 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/70 {
  --tw-shadow-color: rgb(163 230 53 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/75 {
  --tw-shadow-color: rgb(163 230 53 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/80 {
  --tw-shadow-color: rgb(163 230 53 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/85 {
  --tw-shadow-color: rgb(163 230 53 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/90 {
  --tw-shadow-color: rgb(163 230 53 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/95 {
  --tw-shadow-color: rgb(163 230 53 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50 {
  --tw-shadow-color: #f7fee7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/0 {
  --tw-shadow-color: rgb(247 254 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/10 {
  --tw-shadow-color: rgb(247 254 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/100 {
  --tw-shadow-color: rgb(247 254 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/15 {
  --tw-shadow-color: rgb(247 254 231 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/20 {
  --tw-shadow-color: rgb(247 254 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/25 {
  --tw-shadow-color: rgb(247 254 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/30 {
  --tw-shadow-color: rgb(247 254 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/35 {
  --tw-shadow-color: rgb(247 254 231 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/40 {
  --tw-shadow-color: rgb(247 254 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/45 {
  --tw-shadow-color: rgb(247 254 231 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/5 {
  --tw-shadow-color: rgb(247 254 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/50 {
  --tw-shadow-color: rgb(247 254 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/55 {
  --tw-shadow-color: rgb(247 254 231 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/60 {
  --tw-shadow-color: rgb(247 254 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/65 {
  --tw-shadow-color: rgb(247 254 231 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/70 {
  --tw-shadow-color: rgb(247 254 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/75 {
  --tw-shadow-color: rgb(247 254 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/80 {
  --tw-shadow-color: rgb(247 254 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/85 {
  --tw-shadow-color: rgb(247 254 231 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/90 {
  --tw-shadow-color: rgb(247 254 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/95 {
  --tw-shadow-color: rgb(247 254 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500 {
  --tw-shadow-color: #84cc16;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/0 {
  --tw-shadow-color: rgb(132 204 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/10 {
  --tw-shadow-color: rgb(132 204 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/100 {
  --tw-shadow-color: rgb(132 204 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/15 {
  --tw-shadow-color: rgb(132 204 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/20 {
  --tw-shadow-color: rgb(132 204 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/25 {
  --tw-shadow-color: rgb(132 204 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/30 {
  --tw-shadow-color: rgb(132 204 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/35 {
  --tw-shadow-color: rgb(132 204 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/40 {
  --tw-shadow-color: rgb(132 204 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/45 {
  --tw-shadow-color: rgb(132 204 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/5 {
  --tw-shadow-color: rgb(132 204 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/50 {
  --tw-shadow-color: rgb(132 204 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/55 {
  --tw-shadow-color: rgb(132 204 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/60 {
  --tw-shadow-color: rgb(132 204 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/65 {
  --tw-shadow-color: rgb(132 204 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/70 {
  --tw-shadow-color: rgb(132 204 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/75 {
  --tw-shadow-color: rgb(132 204 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/80 {
  --tw-shadow-color: rgb(132 204 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/85 {
  --tw-shadow-color: rgb(132 204 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/90 {
  --tw-shadow-color: rgb(132 204 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/95 {
  --tw-shadow-color: rgb(132 204 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600 {
  --tw-shadow-color: #65a30d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/0 {
  --tw-shadow-color: rgb(101 163 13 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/10 {
  --tw-shadow-color: rgb(101 163 13 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/100 {
  --tw-shadow-color: rgb(101 163 13 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/15 {
  --tw-shadow-color: rgb(101 163 13 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/20 {
  --tw-shadow-color: rgb(101 163 13 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/25 {
  --tw-shadow-color: rgb(101 163 13 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/30 {
  --tw-shadow-color: rgb(101 163 13 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/35 {
  --tw-shadow-color: rgb(101 163 13 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/40 {
  --tw-shadow-color: rgb(101 163 13 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/45 {
  --tw-shadow-color: rgb(101 163 13 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/5 {
  --tw-shadow-color: rgb(101 163 13 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/50 {
  --tw-shadow-color: rgb(101 163 13 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/55 {
  --tw-shadow-color: rgb(101 163 13 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/60 {
  --tw-shadow-color: rgb(101 163 13 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/65 {
  --tw-shadow-color: rgb(101 163 13 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/70 {
  --tw-shadow-color: rgb(101 163 13 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/75 {
  --tw-shadow-color: rgb(101 163 13 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/80 {
  --tw-shadow-color: rgb(101 163 13 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/85 {
  --tw-shadow-color: rgb(101 163 13 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/90 {
  --tw-shadow-color: rgb(101 163 13 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/95 {
  --tw-shadow-color: rgb(101 163 13 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700 {
  --tw-shadow-color: #4d7c0f;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/0 {
  --tw-shadow-color: rgb(77 124 15 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/10 {
  --tw-shadow-color: rgb(77 124 15 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/100 {
  --tw-shadow-color: rgb(77 124 15 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/15 {
  --tw-shadow-color: rgb(77 124 15 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/20 {
  --tw-shadow-color: rgb(77 124 15 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/25 {
  --tw-shadow-color: rgb(77 124 15 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/30 {
  --tw-shadow-color: rgb(77 124 15 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/35 {
  --tw-shadow-color: rgb(77 124 15 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/40 {
  --tw-shadow-color: rgb(77 124 15 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/45 {
  --tw-shadow-color: rgb(77 124 15 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/5 {
  --tw-shadow-color: rgb(77 124 15 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/50 {
  --tw-shadow-color: rgb(77 124 15 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/55 {
  --tw-shadow-color: rgb(77 124 15 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/60 {
  --tw-shadow-color: rgb(77 124 15 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/65 {
  --tw-shadow-color: rgb(77 124 15 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/70 {
  --tw-shadow-color: rgb(77 124 15 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/75 {
  --tw-shadow-color: rgb(77 124 15 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/80 {
  --tw-shadow-color: rgb(77 124 15 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/85 {
  --tw-shadow-color: rgb(77 124 15 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/90 {
  --tw-shadow-color: rgb(77 124 15 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/95 {
  --tw-shadow-color: rgb(77 124 15 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800 {
  --tw-shadow-color: #3f6212;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/0 {
  --tw-shadow-color: rgb(63 98 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/10 {
  --tw-shadow-color: rgb(63 98 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/100 {
  --tw-shadow-color: rgb(63 98 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/15 {
  --tw-shadow-color: rgb(63 98 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/20 {
  --tw-shadow-color: rgb(63 98 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/25 {
  --tw-shadow-color: rgb(63 98 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/30 {
  --tw-shadow-color: rgb(63 98 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/35 {
  --tw-shadow-color: rgb(63 98 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/40 {
  --tw-shadow-color: rgb(63 98 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/45 {
  --tw-shadow-color: rgb(63 98 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/5 {
  --tw-shadow-color: rgb(63 98 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/50 {
  --tw-shadow-color: rgb(63 98 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/55 {
  --tw-shadow-color: rgb(63 98 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/60 {
  --tw-shadow-color: rgb(63 98 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/65 {
  --tw-shadow-color: rgb(63 98 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/70 {
  --tw-shadow-color: rgb(63 98 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/75 {
  --tw-shadow-color: rgb(63 98 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/80 {
  --tw-shadow-color: rgb(63 98 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/85 {
  --tw-shadow-color: rgb(63 98 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/90 {
  --tw-shadow-color: rgb(63 98 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/95 {
  --tw-shadow-color: rgb(63 98 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900 {
  --tw-shadow-color: #365314;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/0 {
  --tw-shadow-color: rgb(54 83 20 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/10 {
  --tw-shadow-color: rgb(54 83 20 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/100 {
  --tw-shadow-color: rgb(54 83 20 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/15 {
  --tw-shadow-color: rgb(54 83 20 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/20 {
  --tw-shadow-color: rgb(54 83 20 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/25 {
  --tw-shadow-color: rgb(54 83 20 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/30 {
  --tw-shadow-color: rgb(54 83 20 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/35 {
  --tw-shadow-color: rgb(54 83 20 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/40 {
  --tw-shadow-color: rgb(54 83 20 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/45 {
  --tw-shadow-color: rgb(54 83 20 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/5 {
  --tw-shadow-color: rgb(54 83 20 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/50 {
  --tw-shadow-color: rgb(54 83 20 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/55 {
  --tw-shadow-color: rgb(54 83 20 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/60 {
  --tw-shadow-color: rgb(54 83 20 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/65 {
  --tw-shadow-color: rgb(54 83 20 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/70 {
  --tw-shadow-color: rgb(54 83 20 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/75 {
  --tw-shadow-color: rgb(54 83 20 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/80 {
  --tw-shadow-color: rgb(54 83 20 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/85 {
  --tw-shadow-color: rgb(54 83 20 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/90 {
  --tw-shadow-color: rgb(54 83 20 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/95 {
  --tw-shadow-color: rgb(54 83 20 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950 {
  --tw-shadow-color: #1a2e05;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/0 {
  --tw-shadow-color: rgb(26 46 5 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/10 {
  --tw-shadow-color: rgb(26 46 5 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/100 {
  --tw-shadow-color: rgb(26 46 5 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/15 {
  --tw-shadow-color: rgb(26 46 5 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/20 {
  --tw-shadow-color: rgb(26 46 5 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/25 {
  --tw-shadow-color: rgb(26 46 5 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/30 {
  --tw-shadow-color: rgb(26 46 5 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/35 {
  --tw-shadow-color: rgb(26 46 5 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/40 {
  --tw-shadow-color: rgb(26 46 5 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/45 {
  --tw-shadow-color: rgb(26 46 5 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/5 {
  --tw-shadow-color: rgb(26 46 5 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/50 {
  --tw-shadow-color: rgb(26 46 5 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/55 {
  --tw-shadow-color: rgb(26 46 5 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/60 {
  --tw-shadow-color: rgb(26 46 5 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/65 {
  --tw-shadow-color: rgb(26 46 5 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/70 {
  --tw-shadow-color: rgb(26 46 5 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/75 {
  --tw-shadow-color: rgb(26 46 5 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/80 {
  --tw-shadow-color: rgb(26 46 5 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/85 {
  --tw-shadow-color: rgb(26 46 5 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/90 {
  --tw-shadow-color: rgb(26 46 5 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/95 {
  --tw-shadow-color: rgb(26 46 5 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100 {
  --tw-shadow-color: #f5f5f5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/0 {
  --tw-shadow-color: rgb(245 245 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/10 {
  --tw-shadow-color: rgb(245 245 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/100 {
  --tw-shadow-color: rgb(245 245 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/15 {
  --tw-shadow-color: rgb(245 245 245 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/20 {
  --tw-shadow-color: rgb(245 245 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/25 {
  --tw-shadow-color: rgb(245 245 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/30 {
  --tw-shadow-color: rgb(245 245 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/35 {
  --tw-shadow-color: rgb(245 245 245 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/40 {
  --tw-shadow-color: rgb(245 245 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/45 {
  --tw-shadow-color: rgb(245 245 245 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/5 {
  --tw-shadow-color: rgb(245 245 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/50 {
  --tw-shadow-color: rgb(245 245 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/55 {
  --tw-shadow-color: rgb(245 245 245 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/60 {
  --tw-shadow-color: rgb(245 245 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/65 {
  --tw-shadow-color: rgb(245 245 245 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/70 {
  --tw-shadow-color: rgb(245 245 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/75 {
  --tw-shadow-color: rgb(245 245 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/80 {
  --tw-shadow-color: rgb(245 245 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/85 {
  --tw-shadow-color: rgb(245 245 245 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/90 {
  --tw-shadow-color: rgb(245 245 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/95 {
  --tw-shadow-color: rgb(245 245 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200 {
  --tw-shadow-color: #e5e5e5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/0 {
  --tw-shadow-color: rgb(229 229 229 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/10 {
  --tw-shadow-color: rgb(229 229 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/100 {
  --tw-shadow-color: rgb(229 229 229 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/15 {
  --tw-shadow-color: rgb(229 229 229 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/20 {
  --tw-shadow-color: rgb(229 229 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/25 {
  --tw-shadow-color: rgb(229 229 229 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/30 {
  --tw-shadow-color: rgb(229 229 229 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/35 {
  --tw-shadow-color: rgb(229 229 229 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/40 {
  --tw-shadow-color: rgb(229 229 229 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/45 {
  --tw-shadow-color: rgb(229 229 229 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/5 {
  --tw-shadow-color: rgb(229 229 229 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/50 {
  --tw-shadow-color: rgb(229 229 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/55 {
  --tw-shadow-color: rgb(229 229 229 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/60 {
  --tw-shadow-color: rgb(229 229 229 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/65 {
  --tw-shadow-color: rgb(229 229 229 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/70 {
  --tw-shadow-color: rgb(229 229 229 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/75 {
  --tw-shadow-color: rgb(229 229 229 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/80 {
  --tw-shadow-color: rgb(229 229 229 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/85 {
  --tw-shadow-color: rgb(229 229 229 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/90 {
  --tw-shadow-color: rgb(229 229 229 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/95 {
  --tw-shadow-color: rgb(229 229 229 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300 {
  --tw-shadow-color: #d4d4d4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/0 {
  --tw-shadow-color: rgb(212 212 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/10 {
  --tw-shadow-color: rgb(212 212 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/100 {
  --tw-shadow-color: rgb(212 212 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/15 {
  --tw-shadow-color: rgb(212 212 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/20 {
  --tw-shadow-color: rgb(212 212 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/25 {
  --tw-shadow-color: rgb(212 212 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/30 {
  --tw-shadow-color: rgb(212 212 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/35 {
  --tw-shadow-color: rgb(212 212 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/40 {
  --tw-shadow-color: rgb(212 212 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/45 {
  --tw-shadow-color: rgb(212 212 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/5 {
  --tw-shadow-color: rgb(212 212 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/50 {
  --tw-shadow-color: rgb(212 212 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/55 {
  --tw-shadow-color: rgb(212 212 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/60 {
  --tw-shadow-color: rgb(212 212 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/65 {
  --tw-shadow-color: rgb(212 212 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/70 {
  --tw-shadow-color: rgb(212 212 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/75 {
  --tw-shadow-color: rgb(212 212 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/80 {
  --tw-shadow-color: rgb(212 212 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/85 {
  --tw-shadow-color: rgb(212 212 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/90 {
  --tw-shadow-color: rgb(212 212 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/95 {
  --tw-shadow-color: rgb(212 212 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400 {
  --tw-shadow-color: #a3a3a3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/0 {
  --tw-shadow-color: rgb(163 163 163 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/10 {
  --tw-shadow-color: rgb(163 163 163 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/100 {
  --tw-shadow-color: rgb(163 163 163 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/15 {
  --tw-shadow-color: rgb(163 163 163 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/20 {
  --tw-shadow-color: rgb(163 163 163 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/25 {
  --tw-shadow-color: rgb(163 163 163 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/30 {
  --tw-shadow-color: rgb(163 163 163 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/35 {
  --tw-shadow-color: rgb(163 163 163 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/40 {
  --tw-shadow-color: rgb(163 163 163 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/45 {
  --tw-shadow-color: rgb(163 163 163 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/5 {
  --tw-shadow-color: rgb(163 163 163 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/50 {
  --tw-shadow-color: rgb(163 163 163 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/55 {
  --tw-shadow-color: rgb(163 163 163 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/60 {
  --tw-shadow-color: rgb(163 163 163 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/65 {
  --tw-shadow-color: rgb(163 163 163 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/70 {
  --tw-shadow-color: rgb(163 163 163 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/75 {
  --tw-shadow-color: rgb(163 163 163 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/80 {
  --tw-shadow-color: rgb(163 163 163 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/85 {
  --tw-shadow-color: rgb(163 163 163 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/90 {
  --tw-shadow-color: rgb(163 163 163 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/95 {
  --tw-shadow-color: rgb(163 163 163 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50 {
  --tw-shadow-color: #fafafa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/0 {
  --tw-shadow-color: rgb(250 250 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/10 {
  --tw-shadow-color: rgb(250 250 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/100 {
  --tw-shadow-color: rgb(250 250 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/15 {
  --tw-shadow-color: rgb(250 250 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/20 {
  --tw-shadow-color: rgb(250 250 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/25 {
  --tw-shadow-color: rgb(250 250 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/30 {
  --tw-shadow-color: rgb(250 250 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/35 {
  --tw-shadow-color: rgb(250 250 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/40 {
  --tw-shadow-color: rgb(250 250 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/45 {
  --tw-shadow-color: rgb(250 250 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/5 {
  --tw-shadow-color: rgb(250 250 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/50 {
  --tw-shadow-color: rgb(250 250 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/55 {
  --tw-shadow-color: rgb(250 250 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/60 {
  --tw-shadow-color: rgb(250 250 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/65 {
  --tw-shadow-color: rgb(250 250 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/70 {
  --tw-shadow-color: rgb(250 250 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/75 {
  --tw-shadow-color: rgb(250 250 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/80 {
  --tw-shadow-color: rgb(250 250 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/85 {
  --tw-shadow-color: rgb(250 250 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/90 {
  --tw-shadow-color: rgb(250 250 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/95 {
  --tw-shadow-color: rgb(250 250 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500 {
  --tw-shadow-color: #737373;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/0 {
  --tw-shadow-color: rgb(115 115 115 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/10 {
  --tw-shadow-color: rgb(115 115 115 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/100 {
  --tw-shadow-color: rgb(115 115 115 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/15 {
  --tw-shadow-color: rgb(115 115 115 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/20 {
  --tw-shadow-color: rgb(115 115 115 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/25 {
  --tw-shadow-color: rgb(115 115 115 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/30 {
  --tw-shadow-color: rgb(115 115 115 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/35 {
  --tw-shadow-color: rgb(115 115 115 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/40 {
  --tw-shadow-color: rgb(115 115 115 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/45 {
  --tw-shadow-color: rgb(115 115 115 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/5 {
  --tw-shadow-color: rgb(115 115 115 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/50 {
  --tw-shadow-color: rgb(115 115 115 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/55 {
  --tw-shadow-color: rgb(115 115 115 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/60 {
  --tw-shadow-color: rgb(115 115 115 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/65 {
  --tw-shadow-color: rgb(115 115 115 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/70 {
  --tw-shadow-color: rgb(115 115 115 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/75 {
  --tw-shadow-color: rgb(115 115 115 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/80 {
  --tw-shadow-color: rgb(115 115 115 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/85 {
  --tw-shadow-color: rgb(115 115 115 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/90 {
  --tw-shadow-color: rgb(115 115 115 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/95 {
  --tw-shadow-color: rgb(115 115 115 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600 {
  --tw-shadow-color: #525252;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/0 {
  --tw-shadow-color: rgb(82 82 82 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/10 {
  --tw-shadow-color: rgb(82 82 82 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/100 {
  --tw-shadow-color: rgb(82 82 82 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/15 {
  --tw-shadow-color: rgb(82 82 82 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/20 {
  --tw-shadow-color: rgb(82 82 82 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/25 {
  --tw-shadow-color: rgb(82 82 82 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/30 {
  --tw-shadow-color: rgb(82 82 82 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/35 {
  --tw-shadow-color: rgb(82 82 82 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/40 {
  --tw-shadow-color: rgb(82 82 82 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/45 {
  --tw-shadow-color: rgb(82 82 82 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/5 {
  --tw-shadow-color: rgb(82 82 82 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/50 {
  --tw-shadow-color: rgb(82 82 82 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/55 {
  --tw-shadow-color: rgb(82 82 82 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/60 {
  --tw-shadow-color: rgb(82 82 82 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/65 {
  --tw-shadow-color: rgb(82 82 82 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/70 {
  --tw-shadow-color: rgb(82 82 82 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/75 {
  --tw-shadow-color: rgb(82 82 82 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/80 {
  --tw-shadow-color: rgb(82 82 82 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/85 {
  --tw-shadow-color: rgb(82 82 82 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/90 {
  --tw-shadow-color: rgb(82 82 82 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/95 {
  --tw-shadow-color: rgb(82 82 82 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700 {
  --tw-shadow-color: #404040;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/0 {
  --tw-shadow-color: rgb(64 64 64 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/10 {
  --tw-shadow-color: rgb(64 64 64 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/100 {
  --tw-shadow-color: rgb(64 64 64 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/15 {
  --tw-shadow-color: rgb(64 64 64 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/20 {
  --tw-shadow-color: rgb(64 64 64 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/25 {
  --tw-shadow-color: rgb(64 64 64 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/30 {
  --tw-shadow-color: rgb(64 64 64 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/35 {
  --tw-shadow-color: rgb(64 64 64 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/40 {
  --tw-shadow-color: rgb(64 64 64 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/45 {
  --tw-shadow-color: rgb(64 64 64 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/5 {
  --tw-shadow-color: rgb(64 64 64 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/50 {
  --tw-shadow-color: rgb(64 64 64 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/55 {
  --tw-shadow-color: rgb(64 64 64 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/60 {
  --tw-shadow-color: rgb(64 64 64 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/65 {
  --tw-shadow-color: rgb(64 64 64 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/70 {
  --tw-shadow-color: rgb(64 64 64 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/75 {
  --tw-shadow-color: rgb(64 64 64 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/80 {
  --tw-shadow-color: rgb(64 64 64 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/85 {
  --tw-shadow-color: rgb(64 64 64 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/90 {
  --tw-shadow-color: rgb(64 64 64 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/95 {
  --tw-shadow-color: rgb(64 64 64 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800 {
  --tw-shadow-color: #262626;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/0 {
  --tw-shadow-color: rgb(38 38 38 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/10 {
  --tw-shadow-color: rgb(38 38 38 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/100 {
  --tw-shadow-color: rgb(38 38 38 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/15 {
  --tw-shadow-color: rgb(38 38 38 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/20 {
  --tw-shadow-color: rgb(38 38 38 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/25 {
  --tw-shadow-color: rgb(38 38 38 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/30 {
  --tw-shadow-color: rgb(38 38 38 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/35 {
  --tw-shadow-color: rgb(38 38 38 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/40 {
  --tw-shadow-color: rgb(38 38 38 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/45 {
  --tw-shadow-color: rgb(38 38 38 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/5 {
  --tw-shadow-color: rgb(38 38 38 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/50 {
  --tw-shadow-color: rgb(38 38 38 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/55 {
  --tw-shadow-color: rgb(38 38 38 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/60 {
  --tw-shadow-color: rgb(38 38 38 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/65 {
  --tw-shadow-color: rgb(38 38 38 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/70 {
  --tw-shadow-color: rgb(38 38 38 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/75 {
  --tw-shadow-color: rgb(38 38 38 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/80 {
  --tw-shadow-color: rgb(38 38 38 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/85 {
  --tw-shadow-color: rgb(38 38 38 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/90 {
  --tw-shadow-color: rgb(38 38 38 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/95 {
  --tw-shadow-color: rgb(38 38 38 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900 {
  --tw-shadow-color: #171717;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/0 {
  --tw-shadow-color: rgb(23 23 23 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/10 {
  --tw-shadow-color: rgb(23 23 23 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/100 {
  --tw-shadow-color: rgb(23 23 23 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/15 {
  --tw-shadow-color: rgb(23 23 23 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/20 {
  --tw-shadow-color: rgb(23 23 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/25 {
  --tw-shadow-color: rgb(23 23 23 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/30 {
  --tw-shadow-color: rgb(23 23 23 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/35 {
  --tw-shadow-color: rgb(23 23 23 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/40 {
  --tw-shadow-color: rgb(23 23 23 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/45 {
  --tw-shadow-color: rgb(23 23 23 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/5 {
  --tw-shadow-color: rgb(23 23 23 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/50 {
  --tw-shadow-color: rgb(23 23 23 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/55 {
  --tw-shadow-color: rgb(23 23 23 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/60 {
  --tw-shadow-color: rgb(23 23 23 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/65 {
  --tw-shadow-color: rgb(23 23 23 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/70 {
  --tw-shadow-color: rgb(23 23 23 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/75 {
  --tw-shadow-color: rgb(23 23 23 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/80 {
  --tw-shadow-color: rgb(23 23 23 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/85 {
  --tw-shadow-color: rgb(23 23 23 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/90 {
  --tw-shadow-color: rgb(23 23 23 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/95 {
  --tw-shadow-color: rgb(23 23 23 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950 {
  --tw-shadow-color: #0a0a0a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/0 {
  --tw-shadow-color: rgb(10 10 10 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/10 {
  --tw-shadow-color: rgb(10 10 10 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/100 {
  --tw-shadow-color: rgb(10 10 10 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/15 {
  --tw-shadow-color: rgb(10 10 10 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/20 {
  --tw-shadow-color: rgb(10 10 10 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/25 {
  --tw-shadow-color: rgb(10 10 10 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/30 {
  --tw-shadow-color: rgb(10 10 10 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/35 {
  --tw-shadow-color: rgb(10 10 10 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/40 {
  --tw-shadow-color: rgb(10 10 10 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/45 {
  --tw-shadow-color: rgb(10 10 10 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/5 {
  --tw-shadow-color: rgb(10 10 10 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/50 {
  --tw-shadow-color: rgb(10 10 10 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/55 {
  --tw-shadow-color: rgb(10 10 10 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/60 {
  --tw-shadow-color: rgb(10 10 10 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/65 {
  --tw-shadow-color: rgb(10 10 10 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/70 {
  --tw-shadow-color: rgb(10 10 10 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/75 {
  --tw-shadow-color: rgb(10 10 10 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/80 {
  --tw-shadow-color: rgb(10 10 10 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/85 {
  --tw-shadow-color: rgb(10 10 10 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/90 {
  --tw-shadow-color: rgb(10 10 10 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/95 {
  --tw-shadow-color: rgb(10 10 10 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100 {
  --tw-shadow-color: #ffedd5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/0 {
  --tw-shadow-color: rgb(255 237 213 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/10 {
  --tw-shadow-color: rgb(255 237 213 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/100 {
  --tw-shadow-color: rgb(255 237 213 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/15 {
  --tw-shadow-color: rgb(255 237 213 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/20 {
  --tw-shadow-color: rgb(255 237 213 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/25 {
  --tw-shadow-color: rgb(255 237 213 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/30 {
  --tw-shadow-color: rgb(255 237 213 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/35 {
  --tw-shadow-color: rgb(255 237 213 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/40 {
  --tw-shadow-color: rgb(255 237 213 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/45 {
  --tw-shadow-color: rgb(255 237 213 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/5 {
  --tw-shadow-color: rgb(255 237 213 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/50 {
  --tw-shadow-color: rgb(255 237 213 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/55 {
  --tw-shadow-color: rgb(255 237 213 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/60 {
  --tw-shadow-color: rgb(255 237 213 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/65 {
  --tw-shadow-color: rgb(255 237 213 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/70 {
  --tw-shadow-color: rgb(255 237 213 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/75 {
  --tw-shadow-color: rgb(255 237 213 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/80 {
  --tw-shadow-color: rgb(255 237 213 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/85 {
  --tw-shadow-color: rgb(255 237 213 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/90 {
  --tw-shadow-color: rgb(255 237 213 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/95 {
  --tw-shadow-color: rgb(255 237 213 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200 {
  --tw-shadow-color: #fed7aa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/0 {
  --tw-shadow-color: rgb(254 215 170 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/10 {
  --tw-shadow-color: rgb(254 215 170 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/100 {
  --tw-shadow-color: rgb(254 215 170 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/15 {
  --tw-shadow-color: rgb(254 215 170 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/20 {
  --tw-shadow-color: rgb(254 215 170 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/25 {
  --tw-shadow-color: rgb(254 215 170 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/30 {
  --tw-shadow-color: rgb(254 215 170 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/35 {
  --tw-shadow-color: rgb(254 215 170 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/40 {
  --tw-shadow-color: rgb(254 215 170 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/45 {
  --tw-shadow-color: rgb(254 215 170 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/5 {
  --tw-shadow-color: rgb(254 215 170 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/50 {
  --tw-shadow-color: rgb(254 215 170 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/55 {
  --tw-shadow-color: rgb(254 215 170 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/60 {
  --tw-shadow-color: rgb(254 215 170 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/65 {
  --tw-shadow-color: rgb(254 215 170 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/70 {
  --tw-shadow-color: rgb(254 215 170 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/75 {
  --tw-shadow-color: rgb(254 215 170 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/80 {
  --tw-shadow-color: rgb(254 215 170 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/85 {
  --tw-shadow-color: rgb(254 215 170 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/90 {
  --tw-shadow-color: rgb(254 215 170 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/95 {
  --tw-shadow-color: rgb(254 215 170 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300 {
  --tw-shadow-color: #fdba74;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/0 {
  --tw-shadow-color: rgb(253 186 116 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/10 {
  --tw-shadow-color: rgb(253 186 116 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/100 {
  --tw-shadow-color: rgb(253 186 116 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/15 {
  --tw-shadow-color: rgb(253 186 116 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/20 {
  --tw-shadow-color: rgb(253 186 116 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/25 {
  --tw-shadow-color: rgb(253 186 116 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/30 {
  --tw-shadow-color: rgb(253 186 116 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/35 {
  --tw-shadow-color: rgb(253 186 116 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/40 {
  --tw-shadow-color: rgb(253 186 116 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/45 {
  --tw-shadow-color: rgb(253 186 116 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/5 {
  --tw-shadow-color: rgb(253 186 116 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/50 {
  --tw-shadow-color: rgb(253 186 116 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/55 {
  --tw-shadow-color: rgb(253 186 116 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/60 {
  --tw-shadow-color: rgb(253 186 116 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/65 {
  --tw-shadow-color: rgb(253 186 116 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/70 {
  --tw-shadow-color: rgb(253 186 116 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/75 {
  --tw-shadow-color: rgb(253 186 116 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/80 {
  --tw-shadow-color: rgb(253 186 116 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/85 {
  --tw-shadow-color: rgb(253 186 116 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/90 {
  --tw-shadow-color: rgb(253 186 116 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/95 {
  --tw-shadow-color: rgb(253 186 116 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400 {
  --tw-shadow-color: #fb923c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/0 {
  --tw-shadow-color: rgb(251 146 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/10 {
  --tw-shadow-color: rgb(251 146 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/100 {
  --tw-shadow-color: rgb(251 146 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/15 {
  --tw-shadow-color: rgb(251 146 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/20 {
  --tw-shadow-color: rgb(251 146 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/25 {
  --tw-shadow-color: rgb(251 146 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/30 {
  --tw-shadow-color: rgb(251 146 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/35 {
  --tw-shadow-color: rgb(251 146 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/40 {
  --tw-shadow-color: rgb(251 146 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/45 {
  --tw-shadow-color: rgb(251 146 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/5 {
  --tw-shadow-color: rgb(251 146 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/50 {
  --tw-shadow-color: rgb(251 146 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/55 {
  --tw-shadow-color: rgb(251 146 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/60 {
  --tw-shadow-color: rgb(251 146 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/65 {
  --tw-shadow-color: rgb(251 146 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/70 {
  --tw-shadow-color: rgb(251 146 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/75 {
  --tw-shadow-color: rgb(251 146 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/80 {
  --tw-shadow-color: rgb(251 146 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/85 {
  --tw-shadow-color: rgb(251 146 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/90 {
  --tw-shadow-color: rgb(251 146 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/95 {
  --tw-shadow-color: rgb(251 146 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50 {
  --tw-shadow-color: #fff7ed;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/0 {
  --tw-shadow-color: rgb(255 247 237 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/10 {
  --tw-shadow-color: rgb(255 247 237 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/100 {
  --tw-shadow-color: rgb(255 247 237 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/15 {
  --tw-shadow-color: rgb(255 247 237 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/20 {
  --tw-shadow-color: rgb(255 247 237 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/25 {
  --tw-shadow-color: rgb(255 247 237 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/30 {
  --tw-shadow-color: rgb(255 247 237 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/35 {
  --tw-shadow-color: rgb(255 247 237 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/40 {
  --tw-shadow-color: rgb(255 247 237 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/45 {
  --tw-shadow-color: rgb(255 247 237 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/5 {
  --tw-shadow-color: rgb(255 247 237 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/50 {
  --tw-shadow-color: rgb(255 247 237 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/55 {
  --tw-shadow-color: rgb(255 247 237 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/60 {
  --tw-shadow-color: rgb(255 247 237 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/65 {
  --tw-shadow-color: rgb(255 247 237 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/70 {
  --tw-shadow-color: rgb(255 247 237 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/75 {
  --tw-shadow-color: rgb(255 247 237 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/80 {
  --tw-shadow-color: rgb(255 247 237 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/85 {
  --tw-shadow-color: rgb(255 247 237 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/90 {
  --tw-shadow-color: rgb(255 247 237 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/95 {
  --tw-shadow-color: rgb(255 247 237 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500 {
  --tw-shadow-color: #f97316;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/0 {
  --tw-shadow-color: rgb(249 115 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/10 {
  --tw-shadow-color: rgb(249 115 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/100 {
  --tw-shadow-color: rgb(249 115 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/15 {
  --tw-shadow-color: rgb(249 115 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/20 {
  --tw-shadow-color: rgb(249 115 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/25 {
  --tw-shadow-color: rgb(249 115 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/30 {
  --tw-shadow-color: rgb(249 115 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/35 {
  --tw-shadow-color: rgb(249 115 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/40 {
  --tw-shadow-color: rgb(249 115 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/45 {
  --tw-shadow-color: rgb(249 115 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/5 {
  --tw-shadow-color: rgb(249 115 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/50 {
  --tw-shadow-color: rgb(249 115 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/55 {
  --tw-shadow-color: rgb(249 115 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/60 {
  --tw-shadow-color: rgb(249 115 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/65 {
  --tw-shadow-color: rgb(249 115 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/70 {
  --tw-shadow-color: rgb(249 115 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/75 {
  --tw-shadow-color: rgb(249 115 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/80 {
  --tw-shadow-color: rgb(249 115 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/85 {
  --tw-shadow-color: rgb(249 115 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/90 {
  --tw-shadow-color: rgb(249 115 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/95 {
  --tw-shadow-color: rgb(249 115 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600 {
  --tw-shadow-color: #ea580c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/0 {
  --tw-shadow-color: rgb(234 88 12 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/10 {
  --tw-shadow-color: rgb(234 88 12 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/100 {
  --tw-shadow-color: rgb(234 88 12 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/15 {
  --tw-shadow-color: rgb(234 88 12 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/20 {
  --tw-shadow-color: rgb(234 88 12 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/25 {
  --tw-shadow-color: rgb(234 88 12 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/30 {
  --tw-shadow-color: rgb(234 88 12 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/35 {
  --tw-shadow-color: rgb(234 88 12 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/40 {
  --tw-shadow-color: rgb(234 88 12 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/45 {
  --tw-shadow-color: rgb(234 88 12 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/5 {
  --tw-shadow-color: rgb(234 88 12 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/50 {
  --tw-shadow-color: rgb(234 88 12 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/55 {
  --tw-shadow-color: rgb(234 88 12 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/60 {
  --tw-shadow-color: rgb(234 88 12 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/65 {
  --tw-shadow-color: rgb(234 88 12 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/70 {
  --tw-shadow-color: rgb(234 88 12 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/75 {
  --tw-shadow-color: rgb(234 88 12 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/80 {
  --tw-shadow-color: rgb(234 88 12 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/85 {
  --tw-shadow-color: rgb(234 88 12 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/90 {
  --tw-shadow-color: rgb(234 88 12 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/95 {
  --tw-shadow-color: rgb(234 88 12 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700 {
  --tw-shadow-color: #c2410c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/0 {
  --tw-shadow-color: rgb(194 65 12 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/10 {
  --tw-shadow-color: rgb(194 65 12 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/100 {
  --tw-shadow-color: rgb(194 65 12 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/15 {
  --tw-shadow-color: rgb(194 65 12 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/20 {
  --tw-shadow-color: rgb(194 65 12 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/25 {
  --tw-shadow-color: rgb(194 65 12 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/30 {
  --tw-shadow-color: rgb(194 65 12 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/35 {
  --tw-shadow-color: rgb(194 65 12 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/40 {
  --tw-shadow-color: rgb(194 65 12 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/45 {
  --tw-shadow-color: rgb(194 65 12 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/5 {
  --tw-shadow-color: rgb(194 65 12 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/50 {
  --tw-shadow-color: rgb(194 65 12 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/55 {
  --tw-shadow-color: rgb(194 65 12 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/60 {
  --tw-shadow-color: rgb(194 65 12 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/65 {
  --tw-shadow-color: rgb(194 65 12 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/70 {
  --tw-shadow-color: rgb(194 65 12 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/75 {
  --tw-shadow-color: rgb(194 65 12 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/80 {
  --tw-shadow-color: rgb(194 65 12 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/85 {
  --tw-shadow-color: rgb(194 65 12 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/90 {
  --tw-shadow-color: rgb(194 65 12 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/95 {
  --tw-shadow-color: rgb(194 65 12 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800 {
  --tw-shadow-color: #9a3412;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/0 {
  --tw-shadow-color: rgb(154 52 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/10 {
  --tw-shadow-color: rgb(154 52 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/100 {
  --tw-shadow-color: rgb(154 52 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/15 {
  --tw-shadow-color: rgb(154 52 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/20 {
  --tw-shadow-color: rgb(154 52 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/25 {
  --tw-shadow-color: rgb(154 52 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/30 {
  --tw-shadow-color: rgb(154 52 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/35 {
  --tw-shadow-color: rgb(154 52 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/40 {
  --tw-shadow-color: rgb(154 52 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/45 {
  --tw-shadow-color: rgb(154 52 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/5 {
  --tw-shadow-color: rgb(154 52 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/50 {
  --tw-shadow-color: rgb(154 52 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/55 {
  --tw-shadow-color: rgb(154 52 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/60 {
  --tw-shadow-color: rgb(154 52 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/65 {
  --tw-shadow-color: rgb(154 52 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/70 {
  --tw-shadow-color: rgb(154 52 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/75 {
  --tw-shadow-color: rgb(154 52 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/80 {
  --tw-shadow-color: rgb(154 52 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/85 {
  --tw-shadow-color: rgb(154 52 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/90 {
  --tw-shadow-color: rgb(154 52 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/95 {
  --tw-shadow-color: rgb(154 52 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900 {
  --tw-shadow-color: #7c2d12;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/0 {
  --tw-shadow-color: rgb(124 45 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/10 {
  --tw-shadow-color: rgb(124 45 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/100 {
  --tw-shadow-color: rgb(124 45 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/15 {
  --tw-shadow-color: rgb(124 45 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/20 {
  --tw-shadow-color: rgb(124 45 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/25 {
  --tw-shadow-color: rgb(124 45 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/30 {
  --tw-shadow-color: rgb(124 45 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/35 {
  --tw-shadow-color: rgb(124 45 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/40 {
  --tw-shadow-color: rgb(124 45 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/45 {
  --tw-shadow-color: rgb(124 45 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/5 {
  --tw-shadow-color: rgb(124 45 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/50 {
  --tw-shadow-color: rgb(124 45 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/55 {
  --tw-shadow-color: rgb(124 45 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/60 {
  --tw-shadow-color: rgb(124 45 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/65 {
  --tw-shadow-color: rgb(124 45 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/70 {
  --tw-shadow-color: rgb(124 45 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/75 {
  --tw-shadow-color: rgb(124 45 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/80 {
  --tw-shadow-color: rgb(124 45 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/85 {
  --tw-shadow-color: rgb(124 45 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/90 {
  --tw-shadow-color: rgb(124 45 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/95 {
  --tw-shadow-color: rgb(124 45 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950 {
  --tw-shadow-color: #431407;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/0 {
  --tw-shadow-color: rgb(67 20 7 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/10 {
  --tw-shadow-color: rgb(67 20 7 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/100 {
  --tw-shadow-color: rgb(67 20 7 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/15 {
  --tw-shadow-color: rgb(67 20 7 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/20 {
  --tw-shadow-color: rgb(67 20 7 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/25 {
  --tw-shadow-color: rgb(67 20 7 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/30 {
  --tw-shadow-color: rgb(67 20 7 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/35 {
  --tw-shadow-color: rgb(67 20 7 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/40 {
  --tw-shadow-color: rgb(67 20 7 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/45 {
  --tw-shadow-color: rgb(67 20 7 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/5 {
  --tw-shadow-color: rgb(67 20 7 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/50 {
  --tw-shadow-color: rgb(67 20 7 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/55 {
  --tw-shadow-color: rgb(67 20 7 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/60 {
  --tw-shadow-color: rgb(67 20 7 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/65 {
  --tw-shadow-color: rgb(67 20 7 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/70 {
  --tw-shadow-color: rgb(67 20 7 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/75 {
  --tw-shadow-color: rgb(67 20 7 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/80 {
  --tw-shadow-color: rgb(67 20 7 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/85 {
  --tw-shadow-color: rgb(67 20 7 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/90 {
  --tw-shadow-color: rgb(67 20 7 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/95 {
  --tw-shadow-color: rgb(67 20 7 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100 {
  --tw-shadow-color: #fce7f3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/0 {
  --tw-shadow-color: rgb(252 231 243 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/10 {
  --tw-shadow-color: rgb(252 231 243 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/100 {
  --tw-shadow-color: rgb(252 231 243 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/15 {
  --tw-shadow-color: rgb(252 231 243 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/20 {
  --tw-shadow-color: rgb(252 231 243 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/25 {
  --tw-shadow-color: rgb(252 231 243 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/30 {
  --tw-shadow-color: rgb(252 231 243 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/35 {
  --tw-shadow-color: rgb(252 231 243 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/40 {
  --tw-shadow-color: rgb(252 231 243 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/45 {
  --tw-shadow-color: rgb(252 231 243 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/5 {
  --tw-shadow-color: rgb(252 231 243 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/50 {
  --tw-shadow-color: rgb(252 231 243 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/55 {
  --tw-shadow-color: rgb(252 231 243 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/60 {
  --tw-shadow-color: rgb(252 231 243 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/65 {
  --tw-shadow-color: rgb(252 231 243 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/70 {
  --tw-shadow-color: rgb(252 231 243 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/75 {
  --tw-shadow-color: rgb(252 231 243 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/80 {
  --tw-shadow-color: rgb(252 231 243 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/85 {
  --tw-shadow-color: rgb(252 231 243 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/90 {
  --tw-shadow-color: rgb(252 231 243 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/95 {
  --tw-shadow-color: rgb(252 231 243 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200 {
  --tw-shadow-color: #fbcfe8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/0 {
  --tw-shadow-color: rgb(251 207 232 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/10 {
  --tw-shadow-color: rgb(251 207 232 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/100 {
  --tw-shadow-color: rgb(251 207 232 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/15 {
  --tw-shadow-color: rgb(251 207 232 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/20 {
  --tw-shadow-color: rgb(251 207 232 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/25 {
  --tw-shadow-color: rgb(251 207 232 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/30 {
  --tw-shadow-color: rgb(251 207 232 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/35 {
  --tw-shadow-color: rgb(251 207 232 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/40 {
  --tw-shadow-color: rgb(251 207 232 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/45 {
  --tw-shadow-color: rgb(251 207 232 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/5 {
  --tw-shadow-color: rgb(251 207 232 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/50 {
  --tw-shadow-color: rgb(251 207 232 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/55 {
  --tw-shadow-color: rgb(251 207 232 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/60 {
  --tw-shadow-color: rgb(251 207 232 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/65 {
  --tw-shadow-color: rgb(251 207 232 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/70 {
  --tw-shadow-color: rgb(251 207 232 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/75 {
  --tw-shadow-color: rgb(251 207 232 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/80 {
  --tw-shadow-color: rgb(251 207 232 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/85 {
  --tw-shadow-color: rgb(251 207 232 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/90 {
  --tw-shadow-color: rgb(251 207 232 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/95 {
  --tw-shadow-color: rgb(251 207 232 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300 {
  --tw-shadow-color: #f9a8d4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/0 {
  --tw-shadow-color: rgb(249 168 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/10 {
  --tw-shadow-color: rgb(249 168 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/100 {
  --tw-shadow-color: rgb(249 168 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/15 {
  --tw-shadow-color: rgb(249 168 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/20 {
  --tw-shadow-color: rgb(249 168 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/25 {
  --tw-shadow-color: rgb(249 168 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/30 {
  --tw-shadow-color: rgb(249 168 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/35 {
  --tw-shadow-color: rgb(249 168 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/40 {
  --tw-shadow-color: rgb(249 168 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/45 {
  --tw-shadow-color: rgb(249 168 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/5 {
  --tw-shadow-color: rgb(249 168 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/50 {
  --tw-shadow-color: rgb(249 168 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/55 {
  --tw-shadow-color: rgb(249 168 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/60 {
  --tw-shadow-color: rgb(249 168 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/65 {
  --tw-shadow-color: rgb(249 168 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/70 {
  --tw-shadow-color: rgb(249 168 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/75 {
  --tw-shadow-color: rgb(249 168 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/80 {
  --tw-shadow-color: rgb(249 168 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/85 {
  --tw-shadow-color: rgb(249 168 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/90 {
  --tw-shadow-color: rgb(249 168 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/95 {
  --tw-shadow-color: rgb(249 168 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400 {
  --tw-shadow-color: #f472b6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/0 {
  --tw-shadow-color: rgb(244 114 182 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/10 {
  --tw-shadow-color: rgb(244 114 182 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/100 {
  --tw-shadow-color: rgb(244 114 182 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/15 {
  --tw-shadow-color: rgb(244 114 182 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/20 {
  --tw-shadow-color: rgb(244 114 182 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/25 {
  --tw-shadow-color: rgb(244 114 182 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/30 {
  --tw-shadow-color: rgb(244 114 182 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/35 {
  --tw-shadow-color: rgb(244 114 182 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/40 {
  --tw-shadow-color: rgb(244 114 182 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/45 {
  --tw-shadow-color: rgb(244 114 182 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/5 {
  --tw-shadow-color: rgb(244 114 182 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/50 {
  --tw-shadow-color: rgb(244 114 182 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/55 {
  --tw-shadow-color: rgb(244 114 182 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/60 {
  --tw-shadow-color: rgb(244 114 182 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/65 {
  --tw-shadow-color: rgb(244 114 182 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/70 {
  --tw-shadow-color: rgb(244 114 182 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/75 {
  --tw-shadow-color: rgb(244 114 182 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/80 {
  --tw-shadow-color: rgb(244 114 182 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/85 {
  --tw-shadow-color: rgb(244 114 182 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/90 {
  --tw-shadow-color: rgb(244 114 182 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/95 {
  --tw-shadow-color: rgb(244 114 182 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50 {
  --tw-shadow-color: #fdf2f8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/0 {
  --tw-shadow-color: rgb(253 242 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/10 {
  --tw-shadow-color: rgb(253 242 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/100 {
  --tw-shadow-color: rgb(253 242 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/15 {
  --tw-shadow-color: rgb(253 242 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/20 {
  --tw-shadow-color: rgb(253 242 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/25 {
  --tw-shadow-color: rgb(253 242 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/30 {
  --tw-shadow-color: rgb(253 242 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/35 {
  --tw-shadow-color: rgb(253 242 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/40 {
  --tw-shadow-color: rgb(253 242 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/45 {
  --tw-shadow-color: rgb(253 242 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/5 {
  --tw-shadow-color: rgb(253 242 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/50 {
  --tw-shadow-color: rgb(253 242 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/55 {
  --tw-shadow-color: rgb(253 242 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/60 {
  --tw-shadow-color: rgb(253 242 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/65 {
  --tw-shadow-color: rgb(253 242 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/70 {
  --tw-shadow-color: rgb(253 242 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/75 {
  --tw-shadow-color: rgb(253 242 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/80 {
  --tw-shadow-color: rgb(253 242 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/85 {
  --tw-shadow-color: rgb(253 242 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/90 {
  --tw-shadow-color: rgb(253 242 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/95 {
  --tw-shadow-color: rgb(253 242 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500 {
  --tw-shadow-color: #ec4899;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/0 {
  --tw-shadow-color: rgb(236 72 153 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/10 {
  --tw-shadow-color: rgb(236 72 153 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/100 {
  --tw-shadow-color: rgb(236 72 153 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/15 {
  --tw-shadow-color: rgb(236 72 153 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/20 {
  --tw-shadow-color: rgb(236 72 153 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/25 {
  --tw-shadow-color: rgb(236 72 153 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/30 {
  --tw-shadow-color: rgb(236 72 153 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/35 {
  --tw-shadow-color: rgb(236 72 153 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/40 {
  --tw-shadow-color: rgb(236 72 153 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/45 {
  --tw-shadow-color: rgb(236 72 153 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/5 {
  --tw-shadow-color: rgb(236 72 153 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/50 {
  --tw-shadow-color: rgb(236 72 153 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/55 {
  --tw-shadow-color: rgb(236 72 153 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/60 {
  --tw-shadow-color: rgb(236 72 153 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/65 {
  --tw-shadow-color: rgb(236 72 153 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/70 {
  --tw-shadow-color: rgb(236 72 153 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/75 {
  --tw-shadow-color: rgb(236 72 153 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/80 {
  --tw-shadow-color: rgb(236 72 153 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/85 {
  --tw-shadow-color: rgb(236 72 153 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/90 {
  --tw-shadow-color: rgb(236 72 153 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/95 {
  --tw-shadow-color: rgb(236 72 153 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600 {
  --tw-shadow-color: #db2777;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/0 {
  --tw-shadow-color: rgb(219 39 119 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/10 {
  --tw-shadow-color: rgb(219 39 119 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/100 {
  --tw-shadow-color: rgb(219 39 119 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/15 {
  --tw-shadow-color: rgb(219 39 119 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/20 {
  --tw-shadow-color: rgb(219 39 119 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/25 {
  --tw-shadow-color: rgb(219 39 119 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/30 {
  --tw-shadow-color: rgb(219 39 119 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/35 {
  --tw-shadow-color: rgb(219 39 119 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/40 {
  --tw-shadow-color: rgb(219 39 119 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/45 {
  --tw-shadow-color: rgb(219 39 119 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/5 {
  --tw-shadow-color: rgb(219 39 119 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/50 {
  --tw-shadow-color: rgb(219 39 119 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/55 {
  --tw-shadow-color: rgb(219 39 119 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/60 {
  --tw-shadow-color: rgb(219 39 119 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/65 {
  --tw-shadow-color: rgb(219 39 119 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/70 {
  --tw-shadow-color: rgb(219 39 119 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/75 {
  --tw-shadow-color: rgb(219 39 119 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/80 {
  --tw-shadow-color: rgb(219 39 119 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/85 {
  --tw-shadow-color: rgb(219 39 119 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/90 {
  --tw-shadow-color: rgb(219 39 119 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/95 {
  --tw-shadow-color: rgb(219 39 119 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700 {
  --tw-shadow-color: #be185d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/0 {
  --tw-shadow-color: rgb(190 24 93 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/10 {
  --tw-shadow-color: rgb(190 24 93 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/100 {
  --tw-shadow-color: rgb(190 24 93 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/15 {
  --tw-shadow-color: rgb(190 24 93 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/20 {
  --tw-shadow-color: rgb(190 24 93 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/25 {
  --tw-shadow-color: rgb(190 24 93 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/30 {
  --tw-shadow-color: rgb(190 24 93 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/35 {
  --tw-shadow-color: rgb(190 24 93 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/40 {
  --tw-shadow-color: rgb(190 24 93 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/45 {
  --tw-shadow-color: rgb(190 24 93 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/5 {
  --tw-shadow-color: rgb(190 24 93 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/50 {
  --tw-shadow-color: rgb(190 24 93 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/55 {
  --tw-shadow-color: rgb(190 24 93 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/60 {
  --tw-shadow-color: rgb(190 24 93 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/65 {
  --tw-shadow-color: rgb(190 24 93 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/70 {
  --tw-shadow-color: rgb(190 24 93 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/75 {
  --tw-shadow-color: rgb(190 24 93 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/80 {
  --tw-shadow-color: rgb(190 24 93 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/85 {
  --tw-shadow-color: rgb(190 24 93 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/90 {
  --tw-shadow-color: rgb(190 24 93 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/95 {
  --tw-shadow-color: rgb(190 24 93 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800 {
  --tw-shadow-color: #9d174d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/0 {
  --tw-shadow-color: rgb(157 23 77 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/10 {
  --tw-shadow-color: rgb(157 23 77 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/100 {
  --tw-shadow-color: rgb(157 23 77 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/15 {
  --tw-shadow-color: rgb(157 23 77 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/20 {
  --tw-shadow-color: rgb(157 23 77 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/25 {
  --tw-shadow-color: rgb(157 23 77 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/30 {
  --tw-shadow-color: rgb(157 23 77 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/35 {
  --tw-shadow-color: rgb(157 23 77 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/40 {
  --tw-shadow-color: rgb(157 23 77 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/45 {
  --tw-shadow-color: rgb(157 23 77 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/5 {
  --tw-shadow-color: rgb(157 23 77 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/50 {
  --tw-shadow-color: rgb(157 23 77 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/55 {
  --tw-shadow-color: rgb(157 23 77 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/60 {
  --tw-shadow-color: rgb(157 23 77 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/65 {
  --tw-shadow-color: rgb(157 23 77 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/70 {
  --tw-shadow-color: rgb(157 23 77 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/75 {
  --tw-shadow-color: rgb(157 23 77 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/80 {
  --tw-shadow-color: rgb(157 23 77 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/85 {
  --tw-shadow-color: rgb(157 23 77 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/90 {
  --tw-shadow-color: rgb(157 23 77 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/95 {
  --tw-shadow-color: rgb(157 23 77 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900 {
  --tw-shadow-color: #831843;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/0 {
  --tw-shadow-color: rgb(131 24 67 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/10 {
  --tw-shadow-color: rgb(131 24 67 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/100 {
  --tw-shadow-color: rgb(131 24 67 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/15 {
  --tw-shadow-color: rgb(131 24 67 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/20 {
  --tw-shadow-color: rgb(131 24 67 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/25 {
  --tw-shadow-color: rgb(131 24 67 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/30 {
  --tw-shadow-color: rgb(131 24 67 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/35 {
  --tw-shadow-color: rgb(131 24 67 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/40 {
  --tw-shadow-color: rgb(131 24 67 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/45 {
  --tw-shadow-color: rgb(131 24 67 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/5 {
  --tw-shadow-color: rgb(131 24 67 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/50 {
  --tw-shadow-color: rgb(131 24 67 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/55 {
  --tw-shadow-color: rgb(131 24 67 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/60 {
  --tw-shadow-color: rgb(131 24 67 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/65 {
  --tw-shadow-color: rgb(131 24 67 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/70 {
  --tw-shadow-color: rgb(131 24 67 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/75 {
  --tw-shadow-color: rgb(131 24 67 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/80 {
  --tw-shadow-color: rgb(131 24 67 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/85 {
  --tw-shadow-color: rgb(131 24 67 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/90 {
  --tw-shadow-color: rgb(131 24 67 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/95 {
  --tw-shadow-color: rgb(131 24 67 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950 {
  --tw-shadow-color: #500724;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/0 {
  --tw-shadow-color: rgb(80 7 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/10 {
  --tw-shadow-color: rgb(80 7 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/100 {
  --tw-shadow-color: rgb(80 7 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/15 {
  --tw-shadow-color: rgb(80 7 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/20 {
  --tw-shadow-color: rgb(80 7 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/25 {
  --tw-shadow-color: rgb(80 7 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/30 {
  --tw-shadow-color: rgb(80 7 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/35 {
  --tw-shadow-color: rgb(80 7 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/40 {
  --tw-shadow-color: rgb(80 7 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/45 {
  --tw-shadow-color: rgb(80 7 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/5 {
  --tw-shadow-color: rgb(80 7 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/50 {
  --tw-shadow-color: rgb(80 7 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/55 {
  --tw-shadow-color: rgb(80 7 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/60 {
  --tw-shadow-color: rgb(80 7 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/65 {
  --tw-shadow-color: rgb(80 7 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/70 {
  --tw-shadow-color: rgb(80 7 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/75 {
  --tw-shadow-color: rgb(80 7 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/80 {
  --tw-shadow-color: rgb(80 7 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/85 {
  --tw-shadow-color: rgb(80 7 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/90 {
  --tw-shadow-color: rgb(80 7 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/95 {
  --tw-shadow-color: rgb(80 7 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100 {
  --tw-shadow-color: #f3e8ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/0 {
  --tw-shadow-color: rgb(243 232 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/10 {
  --tw-shadow-color: rgb(243 232 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/100 {
  --tw-shadow-color: rgb(243 232 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/15 {
  --tw-shadow-color: rgb(243 232 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/20 {
  --tw-shadow-color: rgb(243 232 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/25 {
  --tw-shadow-color: rgb(243 232 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/30 {
  --tw-shadow-color: rgb(243 232 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/35 {
  --tw-shadow-color: rgb(243 232 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/40 {
  --tw-shadow-color: rgb(243 232 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/45 {
  --tw-shadow-color: rgb(243 232 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/5 {
  --tw-shadow-color: rgb(243 232 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/50 {
  --tw-shadow-color: rgb(243 232 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/55 {
  --tw-shadow-color: rgb(243 232 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/60 {
  --tw-shadow-color: rgb(243 232 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/65 {
  --tw-shadow-color: rgb(243 232 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/70 {
  --tw-shadow-color: rgb(243 232 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/75 {
  --tw-shadow-color: rgb(243 232 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/80 {
  --tw-shadow-color: rgb(243 232 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/85 {
  --tw-shadow-color: rgb(243 232 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/90 {
  --tw-shadow-color: rgb(243 232 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/95 {
  --tw-shadow-color: rgb(243 232 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200 {
  --tw-shadow-color: #e9d5ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/0 {
  --tw-shadow-color: rgb(233 213 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/10 {
  --tw-shadow-color: rgb(233 213 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/100 {
  --tw-shadow-color: rgb(233 213 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/15 {
  --tw-shadow-color: rgb(233 213 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/20 {
  --tw-shadow-color: rgb(233 213 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/25 {
  --tw-shadow-color: rgb(233 213 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/30 {
  --tw-shadow-color: rgb(233 213 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/35 {
  --tw-shadow-color: rgb(233 213 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/40 {
  --tw-shadow-color: rgb(233 213 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/45 {
  --tw-shadow-color: rgb(233 213 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/5 {
  --tw-shadow-color: rgb(233 213 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/50 {
  --tw-shadow-color: rgb(233 213 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/55 {
  --tw-shadow-color: rgb(233 213 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/60 {
  --tw-shadow-color: rgb(233 213 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/65 {
  --tw-shadow-color: rgb(233 213 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/70 {
  --tw-shadow-color: rgb(233 213 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/75 {
  --tw-shadow-color: rgb(233 213 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/80 {
  --tw-shadow-color: rgb(233 213 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/85 {
  --tw-shadow-color: rgb(233 213 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/90 {
  --tw-shadow-color: rgb(233 213 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/95 {
  --tw-shadow-color: rgb(233 213 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300 {
  --tw-shadow-color: #d8b4fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/0 {
  --tw-shadow-color: rgb(216 180 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/10 {
  --tw-shadow-color: rgb(216 180 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/100 {
  --tw-shadow-color: rgb(216 180 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/15 {
  --tw-shadow-color: rgb(216 180 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/20 {
  --tw-shadow-color: rgb(216 180 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/25 {
  --tw-shadow-color: rgb(216 180 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/30 {
  --tw-shadow-color: rgb(216 180 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/35 {
  --tw-shadow-color: rgb(216 180 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/40 {
  --tw-shadow-color: rgb(216 180 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/45 {
  --tw-shadow-color: rgb(216 180 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/5 {
  --tw-shadow-color: rgb(216 180 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/50 {
  --tw-shadow-color: rgb(216 180 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/55 {
  --tw-shadow-color: rgb(216 180 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/60 {
  --tw-shadow-color: rgb(216 180 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/65 {
  --tw-shadow-color: rgb(216 180 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/70 {
  --tw-shadow-color: rgb(216 180 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/75 {
  --tw-shadow-color: rgb(216 180 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/80 {
  --tw-shadow-color: rgb(216 180 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/85 {
  --tw-shadow-color: rgb(216 180 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/90 {
  --tw-shadow-color: rgb(216 180 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/95 {
  --tw-shadow-color: rgb(216 180 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400 {
  --tw-shadow-color: #c084fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/0 {
  --tw-shadow-color: rgb(192 132 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/10 {
  --tw-shadow-color: rgb(192 132 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/100 {
  --tw-shadow-color: rgb(192 132 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/15 {
  --tw-shadow-color: rgb(192 132 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/20 {
  --tw-shadow-color: rgb(192 132 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/25 {
  --tw-shadow-color: rgb(192 132 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/30 {
  --tw-shadow-color: rgb(192 132 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/35 {
  --tw-shadow-color: rgb(192 132 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/40 {
  --tw-shadow-color: rgb(192 132 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/45 {
  --tw-shadow-color: rgb(192 132 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/5 {
  --tw-shadow-color: rgb(192 132 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/50 {
  --tw-shadow-color: rgb(192 132 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/55 {
  --tw-shadow-color: rgb(192 132 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/60 {
  --tw-shadow-color: rgb(192 132 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/65 {
  --tw-shadow-color: rgb(192 132 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/70 {
  --tw-shadow-color: rgb(192 132 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/75 {
  --tw-shadow-color: rgb(192 132 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/80 {
  --tw-shadow-color: rgb(192 132 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/85 {
  --tw-shadow-color: rgb(192 132 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/90 {
  --tw-shadow-color: rgb(192 132 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/95 {
  --tw-shadow-color: rgb(192 132 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50 {
  --tw-shadow-color: #faf5ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/0 {
  --tw-shadow-color: rgb(250 245 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/10 {
  --tw-shadow-color: rgb(250 245 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/100 {
  --tw-shadow-color: rgb(250 245 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/15 {
  --tw-shadow-color: rgb(250 245 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/20 {
  --tw-shadow-color: rgb(250 245 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/25 {
  --tw-shadow-color: rgb(250 245 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/30 {
  --tw-shadow-color: rgb(250 245 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/35 {
  --tw-shadow-color: rgb(250 245 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/40 {
  --tw-shadow-color: rgb(250 245 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/45 {
  --tw-shadow-color: rgb(250 245 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/5 {
  --tw-shadow-color: rgb(250 245 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/50 {
  --tw-shadow-color: rgb(250 245 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/55 {
  --tw-shadow-color: rgb(250 245 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/60 {
  --tw-shadow-color: rgb(250 245 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/65 {
  --tw-shadow-color: rgb(250 245 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/70 {
  --tw-shadow-color: rgb(250 245 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/75 {
  --tw-shadow-color: rgb(250 245 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/80 {
  --tw-shadow-color: rgb(250 245 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/85 {
  --tw-shadow-color: rgb(250 245 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/90 {
  --tw-shadow-color: rgb(250 245 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/95 {
  --tw-shadow-color: rgb(250 245 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500 {
  --tw-shadow-color: #a855f7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/0 {
  --tw-shadow-color: rgb(168 85 247 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/10 {
  --tw-shadow-color: rgb(168 85 247 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/100 {
  --tw-shadow-color: rgb(168 85 247 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/15 {
  --tw-shadow-color: rgb(168 85 247 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/20 {
  --tw-shadow-color: rgb(168 85 247 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/25 {
  --tw-shadow-color: rgb(168 85 247 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/30 {
  --tw-shadow-color: rgb(168 85 247 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/35 {
  --tw-shadow-color: rgb(168 85 247 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/40 {
  --tw-shadow-color: rgb(168 85 247 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/45 {
  --tw-shadow-color: rgb(168 85 247 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/5 {
  --tw-shadow-color: rgb(168 85 247 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/50 {
  --tw-shadow-color: rgb(168 85 247 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/55 {
  --tw-shadow-color: rgb(168 85 247 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/60 {
  --tw-shadow-color: rgb(168 85 247 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/65 {
  --tw-shadow-color: rgb(168 85 247 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/70 {
  --tw-shadow-color: rgb(168 85 247 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/75 {
  --tw-shadow-color: rgb(168 85 247 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/80 {
  --tw-shadow-color: rgb(168 85 247 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/85 {
  --tw-shadow-color: rgb(168 85 247 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/90 {
  --tw-shadow-color: rgb(168 85 247 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/95 {
  --tw-shadow-color: rgb(168 85 247 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600 {
  --tw-shadow-color: #9333ea;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/0 {
  --tw-shadow-color: rgb(147 51 234 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/10 {
  --tw-shadow-color: rgb(147 51 234 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/100 {
  --tw-shadow-color: rgb(147 51 234 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/15 {
  --tw-shadow-color: rgb(147 51 234 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/20 {
  --tw-shadow-color: rgb(147 51 234 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/25 {
  --tw-shadow-color: rgb(147 51 234 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/30 {
  --tw-shadow-color: rgb(147 51 234 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/35 {
  --tw-shadow-color: rgb(147 51 234 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/40 {
  --tw-shadow-color: rgb(147 51 234 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/45 {
  --tw-shadow-color: rgb(147 51 234 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/5 {
  --tw-shadow-color: rgb(147 51 234 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/50 {
  --tw-shadow-color: rgb(147 51 234 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/55 {
  --tw-shadow-color: rgb(147 51 234 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/60 {
  --tw-shadow-color: rgb(147 51 234 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/65 {
  --tw-shadow-color: rgb(147 51 234 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/70 {
  --tw-shadow-color: rgb(147 51 234 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/75 {
  --tw-shadow-color: rgb(147 51 234 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/80 {
  --tw-shadow-color: rgb(147 51 234 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/85 {
  --tw-shadow-color: rgb(147 51 234 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/90 {
  --tw-shadow-color: rgb(147 51 234 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/95 {
  --tw-shadow-color: rgb(147 51 234 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700 {
  --tw-shadow-color: #7e22ce;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/0 {
  --tw-shadow-color: rgb(126 34 206 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/10 {
  --tw-shadow-color: rgb(126 34 206 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/100 {
  --tw-shadow-color: rgb(126 34 206 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/15 {
  --tw-shadow-color: rgb(126 34 206 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/20 {
  --tw-shadow-color: rgb(126 34 206 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/25 {
  --tw-shadow-color: rgb(126 34 206 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/30 {
  --tw-shadow-color: rgb(126 34 206 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/35 {
  --tw-shadow-color: rgb(126 34 206 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/40 {
  --tw-shadow-color: rgb(126 34 206 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/45 {
  --tw-shadow-color: rgb(126 34 206 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/5 {
  --tw-shadow-color: rgb(126 34 206 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/50 {
  --tw-shadow-color: rgb(126 34 206 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/55 {
  --tw-shadow-color: rgb(126 34 206 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/60 {
  --tw-shadow-color: rgb(126 34 206 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/65 {
  --tw-shadow-color: rgb(126 34 206 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/70 {
  --tw-shadow-color: rgb(126 34 206 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/75 {
  --tw-shadow-color: rgb(126 34 206 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/80 {
  --tw-shadow-color: rgb(126 34 206 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/85 {
  --tw-shadow-color: rgb(126 34 206 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/90 {
  --tw-shadow-color: rgb(126 34 206 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/95 {
  --tw-shadow-color: rgb(126 34 206 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800 {
  --tw-shadow-color: #6b21a8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/0 {
  --tw-shadow-color: rgb(107 33 168 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/10 {
  --tw-shadow-color: rgb(107 33 168 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/100 {
  --tw-shadow-color: rgb(107 33 168 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/15 {
  --tw-shadow-color: rgb(107 33 168 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/20 {
  --tw-shadow-color: rgb(107 33 168 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/25 {
  --tw-shadow-color: rgb(107 33 168 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/30 {
  --tw-shadow-color: rgb(107 33 168 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/35 {
  --tw-shadow-color: rgb(107 33 168 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/40 {
  --tw-shadow-color: rgb(107 33 168 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/45 {
  --tw-shadow-color: rgb(107 33 168 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/5 {
  --tw-shadow-color: rgb(107 33 168 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/50 {
  --tw-shadow-color: rgb(107 33 168 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/55 {
  --tw-shadow-color: rgb(107 33 168 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/60 {
  --tw-shadow-color: rgb(107 33 168 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/65 {
  --tw-shadow-color: rgb(107 33 168 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/70 {
  --tw-shadow-color: rgb(107 33 168 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/75 {
  --tw-shadow-color: rgb(107 33 168 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/80 {
  --tw-shadow-color: rgb(107 33 168 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/85 {
  --tw-shadow-color: rgb(107 33 168 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/90 {
  --tw-shadow-color: rgb(107 33 168 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/95 {
  --tw-shadow-color: rgb(107 33 168 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900 {
  --tw-shadow-color: #581c87;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/0 {
  --tw-shadow-color: rgb(88 28 135 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/10 {
  --tw-shadow-color: rgb(88 28 135 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/100 {
  --tw-shadow-color: rgb(88 28 135 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/15 {
  --tw-shadow-color: rgb(88 28 135 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/20 {
  --tw-shadow-color: rgb(88 28 135 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/25 {
  --tw-shadow-color: rgb(88 28 135 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/30 {
  --tw-shadow-color: rgb(88 28 135 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/35 {
  --tw-shadow-color: rgb(88 28 135 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/40 {
  --tw-shadow-color: rgb(88 28 135 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/45 {
  --tw-shadow-color: rgb(88 28 135 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/5 {
  --tw-shadow-color: rgb(88 28 135 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/50 {
  --tw-shadow-color: rgb(88 28 135 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/55 {
  --tw-shadow-color: rgb(88 28 135 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/60 {
  --tw-shadow-color: rgb(88 28 135 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/65 {
  --tw-shadow-color: rgb(88 28 135 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/70 {
  --tw-shadow-color: rgb(88 28 135 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/75 {
  --tw-shadow-color: rgb(88 28 135 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/80 {
  --tw-shadow-color: rgb(88 28 135 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/85 {
  --tw-shadow-color: rgb(88 28 135 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/90 {
  --tw-shadow-color: rgb(88 28 135 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/95 {
  --tw-shadow-color: rgb(88 28 135 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950 {
  --tw-shadow-color: #3b0764;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/0 {
  --tw-shadow-color: rgb(59 7 100 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/10 {
  --tw-shadow-color: rgb(59 7 100 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/100 {
  --tw-shadow-color: rgb(59 7 100 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/15 {
  --tw-shadow-color: rgb(59 7 100 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/20 {
  --tw-shadow-color: rgb(59 7 100 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/25 {
  --tw-shadow-color: rgb(59 7 100 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/30 {
  --tw-shadow-color: rgb(59 7 100 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/35 {
  --tw-shadow-color: rgb(59 7 100 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/40 {
  --tw-shadow-color: rgb(59 7 100 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/45 {
  --tw-shadow-color: rgb(59 7 100 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/5 {
  --tw-shadow-color: rgb(59 7 100 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/50 {
  --tw-shadow-color: rgb(59 7 100 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/55 {
  --tw-shadow-color: rgb(59 7 100 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/60 {
  --tw-shadow-color: rgb(59 7 100 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/65 {
  --tw-shadow-color: rgb(59 7 100 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/70 {
  --tw-shadow-color: rgb(59 7 100 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/75 {
  --tw-shadow-color: rgb(59 7 100 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/80 {
  --tw-shadow-color: rgb(59 7 100 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/85 {
  --tw-shadow-color: rgb(59 7 100 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/90 {
  --tw-shadow-color: rgb(59 7 100 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/95 {
  --tw-shadow-color: rgb(59 7 100 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100 {
  --tw-shadow-color: #fee2e2;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/0 {
  --tw-shadow-color: rgb(254 226 226 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/10 {
  --tw-shadow-color: rgb(254 226 226 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/100 {
  --tw-shadow-color: rgb(254 226 226 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/15 {
  --tw-shadow-color: rgb(254 226 226 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/20 {
  --tw-shadow-color: rgb(254 226 226 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/25 {
  --tw-shadow-color: rgb(254 226 226 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/30 {
  --tw-shadow-color: rgb(254 226 226 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/35 {
  --tw-shadow-color: rgb(254 226 226 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/40 {
  --tw-shadow-color: rgb(254 226 226 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/45 {
  --tw-shadow-color: rgb(254 226 226 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/5 {
  --tw-shadow-color: rgb(254 226 226 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/50 {
  --tw-shadow-color: rgb(254 226 226 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/55 {
  --tw-shadow-color: rgb(254 226 226 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/60 {
  --tw-shadow-color: rgb(254 226 226 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/65 {
  --tw-shadow-color: rgb(254 226 226 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/70 {
  --tw-shadow-color: rgb(254 226 226 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/75 {
  --tw-shadow-color: rgb(254 226 226 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/80 {
  --tw-shadow-color: rgb(254 226 226 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/85 {
  --tw-shadow-color: rgb(254 226 226 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/90 {
  --tw-shadow-color: rgb(254 226 226 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/95 {
  --tw-shadow-color: rgb(254 226 226 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200 {
  --tw-shadow-color: #fecaca;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/0 {
  --tw-shadow-color: rgb(254 202 202 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/10 {
  --tw-shadow-color: rgb(254 202 202 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/100 {
  --tw-shadow-color: rgb(254 202 202 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/15 {
  --tw-shadow-color: rgb(254 202 202 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/20 {
  --tw-shadow-color: rgb(254 202 202 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/25 {
  --tw-shadow-color: rgb(254 202 202 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/30 {
  --tw-shadow-color: rgb(254 202 202 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/35 {
  --tw-shadow-color: rgb(254 202 202 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/40 {
  --tw-shadow-color: rgb(254 202 202 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/45 {
  --tw-shadow-color: rgb(254 202 202 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/5 {
  --tw-shadow-color: rgb(254 202 202 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/50 {
  --tw-shadow-color: rgb(254 202 202 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/55 {
  --tw-shadow-color: rgb(254 202 202 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/60 {
  --tw-shadow-color: rgb(254 202 202 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/65 {
  --tw-shadow-color: rgb(254 202 202 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/70 {
  --tw-shadow-color: rgb(254 202 202 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/75 {
  --tw-shadow-color: rgb(254 202 202 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/80 {
  --tw-shadow-color: rgb(254 202 202 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/85 {
  --tw-shadow-color: rgb(254 202 202 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/90 {
  --tw-shadow-color: rgb(254 202 202 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/95 {
  --tw-shadow-color: rgb(254 202 202 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300 {
  --tw-shadow-color: #fca5a5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/0 {
  --tw-shadow-color: rgb(252 165 165 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/10 {
  --tw-shadow-color: rgb(252 165 165 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/100 {
  --tw-shadow-color: rgb(252 165 165 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/15 {
  --tw-shadow-color: rgb(252 165 165 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/20 {
  --tw-shadow-color: rgb(252 165 165 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/25 {
  --tw-shadow-color: rgb(252 165 165 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/30 {
  --tw-shadow-color: rgb(252 165 165 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/35 {
  --tw-shadow-color: rgb(252 165 165 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/40 {
  --tw-shadow-color: rgb(252 165 165 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/45 {
  --tw-shadow-color: rgb(252 165 165 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/5 {
  --tw-shadow-color: rgb(252 165 165 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/50 {
  --tw-shadow-color: rgb(252 165 165 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/55 {
  --tw-shadow-color: rgb(252 165 165 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/60 {
  --tw-shadow-color: rgb(252 165 165 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/65 {
  --tw-shadow-color: rgb(252 165 165 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/70 {
  --tw-shadow-color: rgb(252 165 165 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/75 {
  --tw-shadow-color: rgb(252 165 165 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/80 {
  --tw-shadow-color: rgb(252 165 165 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/85 {
  --tw-shadow-color: rgb(252 165 165 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/90 {
  --tw-shadow-color: rgb(252 165 165 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/95 {
  --tw-shadow-color: rgb(252 165 165 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400 {
  --tw-shadow-color: #f87171;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/0 {
  --tw-shadow-color: rgb(248 113 113 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/10 {
  --tw-shadow-color: rgb(248 113 113 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/100 {
  --tw-shadow-color: rgb(248 113 113 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/15 {
  --tw-shadow-color: rgb(248 113 113 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/20 {
  --tw-shadow-color: rgb(248 113 113 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/25 {
  --tw-shadow-color: rgb(248 113 113 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/30 {
  --tw-shadow-color: rgb(248 113 113 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/35 {
  --tw-shadow-color: rgb(248 113 113 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/40 {
  --tw-shadow-color: rgb(248 113 113 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/45 {
  --tw-shadow-color: rgb(248 113 113 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/5 {
  --tw-shadow-color: rgb(248 113 113 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/50 {
  --tw-shadow-color: rgb(248 113 113 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/55 {
  --tw-shadow-color: rgb(248 113 113 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/60 {
  --tw-shadow-color: rgb(248 113 113 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/65 {
  --tw-shadow-color: rgb(248 113 113 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/70 {
  --tw-shadow-color: rgb(248 113 113 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/75 {
  --tw-shadow-color: rgb(248 113 113 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/80 {
  --tw-shadow-color: rgb(248 113 113 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/85 {
  --tw-shadow-color: rgb(248 113 113 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/90 {
  --tw-shadow-color: rgb(248 113 113 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/95 {
  --tw-shadow-color: rgb(248 113 113 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50 {
  --tw-shadow-color: #fef2f2;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/0 {
  --tw-shadow-color: rgb(254 242 242 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/10 {
  --tw-shadow-color: rgb(254 242 242 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/100 {
  --tw-shadow-color: rgb(254 242 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/15 {
  --tw-shadow-color: rgb(254 242 242 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/20 {
  --tw-shadow-color: rgb(254 242 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/25 {
  --tw-shadow-color: rgb(254 242 242 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/30 {
  --tw-shadow-color: rgb(254 242 242 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/35 {
  --tw-shadow-color: rgb(254 242 242 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/40 {
  --tw-shadow-color: rgb(254 242 242 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/45 {
  --tw-shadow-color: rgb(254 242 242 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/5 {
  --tw-shadow-color: rgb(254 242 242 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/50 {
  --tw-shadow-color: rgb(254 242 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/55 {
  --tw-shadow-color: rgb(254 242 242 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/60 {
  --tw-shadow-color: rgb(254 242 242 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/65 {
  --tw-shadow-color: rgb(254 242 242 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/70 {
  --tw-shadow-color: rgb(254 242 242 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/75 {
  --tw-shadow-color: rgb(254 242 242 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/80 {
  --tw-shadow-color: rgb(254 242 242 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/85 {
  --tw-shadow-color: rgb(254 242 242 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/90 {
  --tw-shadow-color: rgb(254 242 242 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/95 {
  --tw-shadow-color: rgb(254 242 242 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500 {
  --tw-shadow-color: #ef4444;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/0 {
  --tw-shadow-color: rgb(239 68 68 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/10 {
  --tw-shadow-color: rgb(239 68 68 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/100 {
  --tw-shadow-color: rgb(239 68 68 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/15 {
  --tw-shadow-color: rgb(239 68 68 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/20 {
  --tw-shadow-color: rgb(239 68 68 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/25 {
  --tw-shadow-color: rgb(239 68 68 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/30 {
  --tw-shadow-color: rgb(239 68 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/35 {
  --tw-shadow-color: rgb(239 68 68 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/40 {
  --tw-shadow-color: rgb(239 68 68 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/45 {
  --tw-shadow-color: rgb(239 68 68 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/5 {
  --tw-shadow-color: rgb(239 68 68 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/50 {
  --tw-shadow-color: rgb(239 68 68 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/55 {
  --tw-shadow-color: rgb(239 68 68 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/60 {
  --tw-shadow-color: rgb(239 68 68 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/65 {
  --tw-shadow-color: rgb(239 68 68 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/70 {
  --tw-shadow-color: rgb(239 68 68 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/75 {
  --tw-shadow-color: rgb(239 68 68 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/80 {
  --tw-shadow-color: rgb(239 68 68 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/85 {
  --tw-shadow-color: rgb(239 68 68 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/90 {
  --tw-shadow-color: rgb(239 68 68 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/95 {
  --tw-shadow-color: rgb(239 68 68 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600 {
  --tw-shadow-color: #dc2626;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/0 {
  --tw-shadow-color: rgb(220 38 38 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/10 {
  --tw-shadow-color: rgb(220 38 38 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/100 {
  --tw-shadow-color: rgb(220 38 38 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/15 {
  --tw-shadow-color: rgb(220 38 38 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/20 {
  --tw-shadow-color: rgb(220 38 38 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/25 {
  --tw-shadow-color: rgb(220 38 38 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/30 {
  --tw-shadow-color: rgb(220 38 38 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/35 {
  --tw-shadow-color: rgb(220 38 38 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/40 {
  --tw-shadow-color: rgb(220 38 38 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/45 {
  --tw-shadow-color: rgb(220 38 38 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/5 {
  --tw-shadow-color: rgb(220 38 38 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/50 {
  --tw-shadow-color: rgb(220 38 38 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/55 {
  --tw-shadow-color: rgb(220 38 38 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/60 {
  --tw-shadow-color: rgb(220 38 38 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/65 {
  --tw-shadow-color: rgb(220 38 38 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/70 {
  --tw-shadow-color: rgb(220 38 38 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/75 {
  --tw-shadow-color: rgb(220 38 38 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/80 {
  --tw-shadow-color: rgb(220 38 38 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/85 {
  --tw-shadow-color: rgb(220 38 38 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/90 {
  --tw-shadow-color: rgb(220 38 38 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/95 {
  --tw-shadow-color: rgb(220 38 38 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700 {
  --tw-shadow-color: #b91c1c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/0 {
  --tw-shadow-color: rgb(185 28 28 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/10 {
  --tw-shadow-color: rgb(185 28 28 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/100 {
  --tw-shadow-color: rgb(185 28 28 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/15 {
  --tw-shadow-color: rgb(185 28 28 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/20 {
  --tw-shadow-color: rgb(185 28 28 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/25 {
  --tw-shadow-color: rgb(185 28 28 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/30 {
  --tw-shadow-color: rgb(185 28 28 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/35 {
  --tw-shadow-color: rgb(185 28 28 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/40 {
  --tw-shadow-color: rgb(185 28 28 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/45 {
  --tw-shadow-color: rgb(185 28 28 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/5 {
  --tw-shadow-color: rgb(185 28 28 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/50 {
  --tw-shadow-color: rgb(185 28 28 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/55 {
  --tw-shadow-color: rgb(185 28 28 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/60 {
  --tw-shadow-color: rgb(185 28 28 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/65 {
  --tw-shadow-color: rgb(185 28 28 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/70 {
  --tw-shadow-color: rgb(185 28 28 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/75 {
  --tw-shadow-color: rgb(185 28 28 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/80 {
  --tw-shadow-color: rgb(185 28 28 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/85 {
  --tw-shadow-color: rgb(185 28 28 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/90 {
  --tw-shadow-color: rgb(185 28 28 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/95 {
  --tw-shadow-color: rgb(185 28 28 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800 {
  --tw-shadow-color: #991b1b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/0 {
  --tw-shadow-color: rgb(153 27 27 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/10 {
  --tw-shadow-color: rgb(153 27 27 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/100 {
  --tw-shadow-color: rgb(153 27 27 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/15 {
  --tw-shadow-color: rgb(153 27 27 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/20 {
  --tw-shadow-color: rgb(153 27 27 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/25 {
  --tw-shadow-color: rgb(153 27 27 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/30 {
  --tw-shadow-color: rgb(153 27 27 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/35 {
  --tw-shadow-color: rgb(153 27 27 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/40 {
  --tw-shadow-color: rgb(153 27 27 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/45 {
  --tw-shadow-color: rgb(153 27 27 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/5 {
  --tw-shadow-color: rgb(153 27 27 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/50 {
  --tw-shadow-color: rgb(153 27 27 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/55 {
  --tw-shadow-color: rgb(153 27 27 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/60 {
  --tw-shadow-color: rgb(153 27 27 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/65 {
  --tw-shadow-color: rgb(153 27 27 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/70 {
  --tw-shadow-color: rgb(153 27 27 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/75 {
  --tw-shadow-color: rgb(153 27 27 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/80 {
  --tw-shadow-color: rgb(153 27 27 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/85 {
  --tw-shadow-color: rgb(153 27 27 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/90 {
  --tw-shadow-color: rgb(153 27 27 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/95 {
  --tw-shadow-color: rgb(153 27 27 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900 {
  --tw-shadow-color: #7f1d1d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/0 {
  --tw-shadow-color: rgb(127 29 29 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/10 {
  --tw-shadow-color: rgb(127 29 29 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/100 {
  --tw-shadow-color: rgb(127 29 29 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/15 {
  --tw-shadow-color: rgb(127 29 29 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/20 {
  --tw-shadow-color: rgb(127 29 29 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/25 {
  --tw-shadow-color: rgb(127 29 29 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/30 {
  --tw-shadow-color: rgb(127 29 29 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/35 {
  --tw-shadow-color: rgb(127 29 29 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/40 {
  --tw-shadow-color: rgb(127 29 29 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/45 {
  --tw-shadow-color: rgb(127 29 29 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/5 {
  --tw-shadow-color: rgb(127 29 29 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/50 {
  --tw-shadow-color: rgb(127 29 29 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/55 {
  --tw-shadow-color: rgb(127 29 29 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/60 {
  --tw-shadow-color: rgb(127 29 29 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/65 {
  --tw-shadow-color: rgb(127 29 29 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/70 {
  --tw-shadow-color: rgb(127 29 29 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/75 {
  --tw-shadow-color: rgb(127 29 29 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/80 {
  --tw-shadow-color: rgb(127 29 29 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/85 {
  --tw-shadow-color: rgb(127 29 29 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/90 {
  --tw-shadow-color: rgb(127 29 29 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/95 {
  --tw-shadow-color: rgb(127 29 29 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950 {
  --tw-shadow-color: #450a0a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/0 {
  --tw-shadow-color: rgb(69 10 10 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/10 {
  --tw-shadow-color: rgb(69 10 10 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/100 {
  --tw-shadow-color: rgb(69 10 10 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/15 {
  --tw-shadow-color: rgb(69 10 10 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/20 {
  --tw-shadow-color: rgb(69 10 10 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/25 {
  --tw-shadow-color: rgb(69 10 10 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/30 {
  --tw-shadow-color: rgb(69 10 10 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/35 {
  --tw-shadow-color: rgb(69 10 10 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/40 {
  --tw-shadow-color: rgb(69 10 10 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/45 {
  --tw-shadow-color: rgb(69 10 10 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/5 {
  --tw-shadow-color: rgb(69 10 10 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/50 {
  --tw-shadow-color: rgb(69 10 10 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/55 {
  --tw-shadow-color: rgb(69 10 10 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/60 {
  --tw-shadow-color: rgb(69 10 10 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/65 {
  --tw-shadow-color: rgb(69 10 10 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/70 {
  --tw-shadow-color: rgb(69 10 10 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/75 {
  --tw-shadow-color: rgb(69 10 10 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/80 {
  --tw-shadow-color: rgb(69 10 10 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/85 {
  --tw-shadow-color: rgb(69 10 10 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/90 {
  --tw-shadow-color: rgb(69 10 10 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/95 {
  --tw-shadow-color: rgb(69 10 10 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100 {
  --tw-shadow-color: #ffe4e6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/0 {
  --tw-shadow-color: rgb(255 228 230 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/10 {
  --tw-shadow-color: rgb(255 228 230 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/100 {
  --tw-shadow-color: rgb(255 228 230 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/15 {
  --tw-shadow-color: rgb(255 228 230 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/20 {
  --tw-shadow-color: rgb(255 228 230 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/25 {
  --tw-shadow-color: rgb(255 228 230 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/30 {
  --tw-shadow-color: rgb(255 228 230 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/35 {
  --tw-shadow-color: rgb(255 228 230 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/40 {
  --tw-shadow-color: rgb(255 228 230 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/45 {
  --tw-shadow-color: rgb(255 228 230 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/5 {
  --tw-shadow-color: rgb(255 228 230 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/50 {
  --tw-shadow-color: rgb(255 228 230 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/55 {
  --tw-shadow-color: rgb(255 228 230 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/60 {
  --tw-shadow-color: rgb(255 228 230 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/65 {
  --tw-shadow-color: rgb(255 228 230 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/70 {
  --tw-shadow-color: rgb(255 228 230 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/75 {
  --tw-shadow-color: rgb(255 228 230 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/80 {
  --tw-shadow-color: rgb(255 228 230 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/85 {
  --tw-shadow-color: rgb(255 228 230 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/90 {
  --tw-shadow-color: rgb(255 228 230 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/95 {
  --tw-shadow-color: rgb(255 228 230 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200 {
  --tw-shadow-color: #fecdd3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/0 {
  --tw-shadow-color: rgb(254 205 211 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/10 {
  --tw-shadow-color: rgb(254 205 211 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/100 {
  --tw-shadow-color: rgb(254 205 211 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/15 {
  --tw-shadow-color: rgb(254 205 211 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/20 {
  --tw-shadow-color: rgb(254 205 211 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/25 {
  --tw-shadow-color: rgb(254 205 211 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/30 {
  --tw-shadow-color: rgb(254 205 211 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/35 {
  --tw-shadow-color: rgb(254 205 211 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/40 {
  --tw-shadow-color: rgb(254 205 211 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/45 {
  --tw-shadow-color: rgb(254 205 211 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/5 {
  --tw-shadow-color: rgb(254 205 211 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/50 {
  --tw-shadow-color: rgb(254 205 211 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/55 {
  --tw-shadow-color: rgb(254 205 211 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/60 {
  --tw-shadow-color: rgb(254 205 211 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/65 {
  --tw-shadow-color: rgb(254 205 211 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/70 {
  --tw-shadow-color: rgb(254 205 211 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/75 {
  --tw-shadow-color: rgb(254 205 211 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/80 {
  --tw-shadow-color: rgb(254 205 211 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/85 {
  --tw-shadow-color: rgb(254 205 211 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/90 {
  --tw-shadow-color: rgb(254 205 211 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/95 {
  --tw-shadow-color: rgb(254 205 211 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300 {
  --tw-shadow-color: #fda4af;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/0 {
  --tw-shadow-color: rgb(253 164 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/10 {
  --tw-shadow-color: rgb(253 164 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/100 {
  --tw-shadow-color: rgb(253 164 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/15 {
  --tw-shadow-color: rgb(253 164 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/20 {
  --tw-shadow-color: rgb(253 164 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/25 {
  --tw-shadow-color: rgb(253 164 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/30 {
  --tw-shadow-color: rgb(253 164 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/35 {
  --tw-shadow-color: rgb(253 164 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/40 {
  --tw-shadow-color: rgb(253 164 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/45 {
  --tw-shadow-color: rgb(253 164 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/5 {
  --tw-shadow-color: rgb(253 164 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/50 {
  --tw-shadow-color: rgb(253 164 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/55 {
  --tw-shadow-color: rgb(253 164 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/60 {
  --tw-shadow-color: rgb(253 164 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/65 {
  --tw-shadow-color: rgb(253 164 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/70 {
  --tw-shadow-color: rgb(253 164 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/75 {
  --tw-shadow-color: rgb(253 164 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/80 {
  --tw-shadow-color: rgb(253 164 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/85 {
  --tw-shadow-color: rgb(253 164 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/90 {
  --tw-shadow-color: rgb(253 164 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/95 {
  --tw-shadow-color: rgb(253 164 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400 {
  --tw-shadow-color: #fb7185;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/0 {
  --tw-shadow-color: rgb(251 113 133 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/10 {
  --tw-shadow-color: rgb(251 113 133 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/100 {
  --tw-shadow-color: rgb(251 113 133 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/15 {
  --tw-shadow-color: rgb(251 113 133 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/20 {
  --tw-shadow-color: rgb(251 113 133 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/25 {
  --tw-shadow-color: rgb(251 113 133 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/30 {
  --tw-shadow-color: rgb(251 113 133 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/35 {
  --tw-shadow-color: rgb(251 113 133 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/40 {
  --tw-shadow-color: rgb(251 113 133 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/45 {
  --tw-shadow-color: rgb(251 113 133 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/5 {
  --tw-shadow-color: rgb(251 113 133 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/50 {
  --tw-shadow-color: rgb(251 113 133 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/55 {
  --tw-shadow-color: rgb(251 113 133 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/60 {
  --tw-shadow-color: rgb(251 113 133 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/65 {
  --tw-shadow-color: rgb(251 113 133 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/70 {
  --tw-shadow-color: rgb(251 113 133 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/75 {
  --tw-shadow-color: rgb(251 113 133 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/80 {
  --tw-shadow-color: rgb(251 113 133 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/85 {
  --tw-shadow-color: rgb(251 113 133 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/90 {
  --tw-shadow-color: rgb(251 113 133 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/95 {
  --tw-shadow-color: rgb(251 113 133 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50 {
  --tw-shadow-color: #fff1f2;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/0 {
  --tw-shadow-color: rgb(255 241 242 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/10 {
  --tw-shadow-color: rgb(255 241 242 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/100 {
  --tw-shadow-color: rgb(255 241 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/15 {
  --tw-shadow-color: rgb(255 241 242 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/20 {
  --tw-shadow-color: rgb(255 241 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/25 {
  --tw-shadow-color: rgb(255 241 242 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/30 {
  --tw-shadow-color: rgb(255 241 242 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/35 {
  --tw-shadow-color: rgb(255 241 242 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/40 {
  --tw-shadow-color: rgb(255 241 242 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/45 {
  --tw-shadow-color: rgb(255 241 242 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/5 {
  --tw-shadow-color: rgb(255 241 242 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/50 {
  --tw-shadow-color: rgb(255 241 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/55 {
  --tw-shadow-color: rgb(255 241 242 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/60 {
  --tw-shadow-color: rgb(255 241 242 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/65 {
  --tw-shadow-color: rgb(255 241 242 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/70 {
  --tw-shadow-color: rgb(255 241 242 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/75 {
  --tw-shadow-color: rgb(255 241 242 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/80 {
  --tw-shadow-color: rgb(255 241 242 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/85 {
  --tw-shadow-color: rgb(255 241 242 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/90 {
  --tw-shadow-color: rgb(255 241 242 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/95 {
  --tw-shadow-color: rgb(255 241 242 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500 {
  --tw-shadow-color: #f43f5e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/0 {
  --tw-shadow-color: rgb(244 63 94 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/10 {
  --tw-shadow-color: rgb(244 63 94 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/100 {
  --tw-shadow-color: rgb(244 63 94 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/15 {
  --tw-shadow-color: rgb(244 63 94 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/20 {
  --tw-shadow-color: rgb(244 63 94 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/25 {
  --tw-shadow-color: rgb(244 63 94 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/30 {
  --tw-shadow-color: rgb(244 63 94 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/35 {
  --tw-shadow-color: rgb(244 63 94 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/40 {
  --tw-shadow-color: rgb(244 63 94 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/45 {
  --tw-shadow-color: rgb(244 63 94 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/5 {
  --tw-shadow-color: rgb(244 63 94 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/50 {
  --tw-shadow-color: rgb(244 63 94 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/55 {
  --tw-shadow-color: rgb(244 63 94 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/60 {
  --tw-shadow-color: rgb(244 63 94 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/65 {
  --tw-shadow-color: rgb(244 63 94 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/70 {
  --tw-shadow-color: rgb(244 63 94 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/75 {
  --tw-shadow-color: rgb(244 63 94 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/80 {
  --tw-shadow-color: rgb(244 63 94 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/85 {
  --tw-shadow-color: rgb(244 63 94 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/90 {
  --tw-shadow-color: rgb(244 63 94 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/95 {
  --tw-shadow-color: rgb(244 63 94 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600 {
  --tw-shadow-color: #e11d48;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/0 {
  --tw-shadow-color: rgb(225 29 72 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/10 {
  --tw-shadow-color: rgb(225 29 72 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/100 {
  --tw-shadow-color: rgb(225 29 72 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/15 {
  --tw-shadow-color: rgb(225 29 72 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/20 {
  --tw-shadow-color: rgb(225 29 72 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/25 {
  --tw-shadow-color: rgb(225 29 72 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/30 {
  --tw-shadow-color: rgb(225 29 72 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/35 {
  --tw-shadow-color: rgb(225 29 72 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/40 {
  --tw-shadow-color: rgb(225 29 72 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/45 {
  --tw-shadow-color: rgb(225 29 72 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/5 {
  --tw-shadow-color: rgb(225 29 72 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/50 {
  --tw-shadow-color: rgb(225 29 72 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/55 {
  --tw-shadow-color: rgb(225 29 72 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/60 {
  --tw-shadow-color: rgb(225 29 72 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/65 {
  --tw-shadow-color: rgb(225 29 72 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/70 {
  --tw-shadow-color: rgb(225 29 72 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/75 {
  --tw-shadow-color: rgb(225 29 72 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/80 {
  --tw-shadow-color: rgb(225 29 72 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/85 {
  --tw-shadow-color: rgb(225 29 72 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/90 {
  --tw-shadow-color: rgb(225 29 72 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/95 {
  --tw-shadow-color: rgb(225 29 72 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700 {
  --tw-shadow-color: #be123c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/0 {
  --tw-shadow-color: rgb(190 18 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/10 {
  --tw-shadow-color: rgb(190 18 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/100 {
  --tw-shadow-color: rgb(190 18 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/15 {
  --tw-shadow-color: rgb(190 18 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/20 {
  --tw-shadow-color: rgb(190 18 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/25 {
  --tw-shadow-color: rgb(190 18 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/30 {
  --tw-shadow-color: rgb(190 18 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/35 {
  --tw-shadow-color: rgb(190 18 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/40 {
  --tw-shadow-color: rgb(190 18 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/45 {
  --tw-shadow-color: rgb(190 18 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/5 {
  --tw-shadow-color: rgb(190 18 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/50 {
  --tw-shadow-color: rgb(190 18 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/55 {
  --tw-shadow-color: rgb(190 18 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/60 {
  --tw-shadow-color: rgb(190 18 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/65 {
  --tw-shadow-color: rgb(190 18 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/70 {
  --tw-shadow-color: rgb(190 18 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/75 {
  --tw-shadow-color: rgb(190 18 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/80 {
  --tw-shadow-color: rgb(190 18 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/85 {
  --tw-shadow-color: rgb(190 18 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/90 {
  --tw-shadow-color: rgb(190 18 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/95 {
  --tw-shadow-color: rgb(190 18 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800 {
  --tw-shadow-color: #9f1239;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/0 {
  --tw-shadow-color: rgb(159 18 57 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/10 {
  --tw-shadow-color: rgb(159 18 57 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/100 {
  --tw-shadow-color: rgb(159 18 57 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/15 {
  --tw-shadow-color: rgb(159 18 57 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/20 {
  --tw-shadow-color: rgb(159 18 57 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/25 {
  --tw-shadow-color: rgb(159 18 57 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/30 {
  --tw-shadow-color: rgb(159 18 57 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/35 {
  --tw-shadow-color: rgb(159 18 57 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/40 {
  --tw-shadow-color: rgb(159 18 57 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/45 {
  --tw-shadow-color: rgb(159 18 57 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/5 {
  --tw-shadow-color: rgb(159 18 57 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/50 {
  --tw-shadow-color: rgb(159 18 57 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/55 {
  --tw-shadow-color: rgb(159 18 57 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/60 {
  --tw-shadow-color: rgb(159 18 57 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/65 {
  --tw-shadow-color: rgb(159 18 57 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/70 {
  --tw-shadow-color: rgb(159 18 57 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/75 {
  --tw-shadow-color: rgb(159 18 57 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/80 {
  --tw-shadow-color: rgb(159 18 57 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/85 {
  --tw-shadow-color: rgb(159 18 57 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/90 {
  --tw-shadow-color: rgb(159 18 57 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/95 {
  --tw-shadow-color: rgb(159 18 57 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900 {
  --tw-shadow-color: #881337;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/0 {
  --tw-shadow-color: rgb(136 19 55 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/10 {
  --tw-shadow-color: rgb(136 19 55 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/100 {
  --tw-shadow-color: rgb(136 19 55 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/15 {
  --tw-shadow-color: rgb(136 19 55 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/20 {
  --tw-shadow-color: rgb(136 19 55 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/25 {
  --tw-shadow-color: rgb(136 19 55 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/30 {
  --tw-shadow-color: rgb(136 19 55 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/35 {
  --tw-shadow-color: rgb(136 19 55 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/40 {
  --tw-shadow-color: rgb(136 19 55 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/45 {
  --tw-shadow-color: rgb(136 19 55 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/5 {
  --tw-shadow-color: rgb(136 19 55 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/50 {
  --tw-shadow-color: rgb(136 19 55 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/55 {
  --tw-shadow-color: rgb(136 19 55 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/60 {
  --tw-shadow-color: rgb(136 19 55 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/65 {
  --tw-shadow-color: rgb(136 19 55 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/70 {
  --tw-shadow-color: rgb(136 19 55 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/75 {
  --tw-shadow-color: rgb(136 19 55 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/80 {
  --tw-shadow-color: rgb(136 19 55 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/85 {
  --tw-shadow-color: rgb(136 19 55 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/90 {
  --tw-shadow-color: rgb(136 19 55 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/95 {
  --tw-shadow-color: rgb(136 19 55 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950 {
  --tw-shadow-color: #4c0519;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/0 {
  --tw-shadow-color: rgb(76 5 25 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/10 {
  --tw-shadow-color: rgb(76 5 25 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/100 {
  --tw-shadow-color: rgb(76 5 25 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/15 {
  --tw-shadow-color: rgb(76 5 25 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/20 {
  --tw-shadow-color: rgb(76 5 25 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/25 {
  --tw-shadow-color: rgb(76 5 25 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/30 {
  --tw-shadow-color: rgb(76 5 25 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/35 {
  --tw-shadow-color: rgb(76 5 25 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/40 {
  --tw-shadow-color: rgb(76 5 25 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/45 {
  --tw-shadow-color: rgb(76 5 25 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/5 {
  --tw-shadow-color: rgb(76 5 25 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/50 {
  --tw-shadow-color: rgb(76 5 25 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/55 {
  --tw-shadow-color: rgb(76 5 25 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/60 {
  --tw-shadow-color: rgb(76 5 25 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/65 {
  --tw-shadow-color: rgb(76 5 25 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/70 {
  --tw-shadow-color: rgb(76 5 25 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/75 {
  --tw-shadow-color: rgb(76 5 25 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/80 {
  --tw-shadow-color: rgb(76 5 25 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/85 {
  --tw-shadow-color: rgb(76 5 25 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/90 {
  --tw-shadow-color: rgb(76 5 25 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/95 {
  --tw-shadow-color: rgb(76 5 25 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100 {
  --tw-shadow-color: #e0f2fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/0 {
  --tw-shadow-color: rgb(224 242 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/10 {
  --tw-shadow-color: rgb(224 242 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/100 {
  --tw-shadow-color: rgb(224 242 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/15 {
  --tw-shadow-color: rgb(224 242 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/20 {
  --tw-shadow-color: rgb(224 242 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/25 {
  --tw-shadow-color: rgb(224 242 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/30 {
  --tw-shadow-color: rgb(224 242 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/35 {
  --tw-shadow-color: rgb(224 242 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/40 {
  --tw-shadow-color: rgb(224 242 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/45 {
  --tw-shadow-color: rgb(224 242 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/5 {
  --tw-shadow-color: rgb(224 242 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/50 {
  --tw-shadow-color: rgb(224 242 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/55 {
  --tw-shadow-color: rgb(224 242 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/60 {
  --tw-shadow-color: rgb(224 242 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/65 {
  --tw-shadow-color: rgb(224 242 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/70 {
  --tw-shadow-color: rgb(224 242 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/75 {
  --tw-shadow-color: rgb(224 242 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/80 {
  --tw-shadow-color: rgb(224 242 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/85 {
  --tw-shadow-color: rgb(224 242 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/90 {
  --tw-shadow-color: rgb(224 242 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/95 {
  --tw-shadow-color: rgb(224 242 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200 {
  --tw-shadow-color: #bae6fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/0 {
  --tw-shadow-color: rgb(186 230 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/10 {
  --tw-shadow-color: rgb(186 230 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/100 {
  --tw-shadow-color: rgb(186 230 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/15 {
  --tw-shadow-color: rgb(186 230 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/20 {
  --tw-shadow-color: rgb(186 230 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/25 {
  --tw-shadow-color: rgb(186 230 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/30 {
  --tw-shadow-color: rgb(186 230 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/35 {
  --tw-shadow-color: rgb(186 230 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/40 {
  --tw-shadow-color: rgb(186 230 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/45 {
  --tw-shadow-color: rgb(186 230 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/5 {
  --tw-shadow-color: rgb(186 230 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/50 {
  --tw-shadow-color: rgb(186 230 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/55 {
  --tw-shadow-color: rgb(186 230 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/60 {
  --tw-shadow-color: rgb(186 230 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/65 {
  --tw-shadow-color: rgb(186 230 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/70 {
  --tw-shadow-color: rgb(186 230 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/75 {
  --tw-shadow-color: rgb(186 230 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/80 {
  --tw-shadow-color: rgb(186 230 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/85 {
  --tw-shadow-color: rgb(186 230 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/90 {
  --tw-shadow-color: rgb(186 230 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/95 {
  --tw-shadow-color: rgb(186 230 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300 {
  --tw-shadow-color: #7dd3fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/0 {
  --tw-shadow-color: rgb(125 211 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/10 {
  --tw-shadow-color: rgb(125 211 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/100 {
  --tw-shadow-color: rgb(125 211 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/15 {
  --tw-shadow-color: rgb(125 211 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/20 {
  --tw-shadow-color: rgb(125 211 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/25 {
  --tw-shadow-color: rgb(125 211 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/30 {
  --tw-shadow-color: rgb(125 211 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/35 {
  --tw-shadow-color: rgb(125 211 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/40 {
  --tw-shadow-color: rgb(125 211 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/45 {
  --tw-shadow-color: rgb(125 211 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/5 {
  --tw-shadow-color: rgb(125 211 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/50 {
  --tw-shadow-color: rgb(125 211 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/55 {
  --tw-shadow-color: rgb(125 211 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/60 {
  --tw-shadow-color: rgb(125 211 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/65 {
  --tw-shadow-color: rgb(125 211 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/70 {
  --tw-shadow-color: rgb(125 211 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/75 {
  --tw-shadow-color: rgb(125 211 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/80 {
  --tw-shadow-color: rgb(125 211 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/85 {
  --tw-shadow-color: rgb(125 211 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/90 {
  --tw-shadow-color: rgb(125 211 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/95 {
  --tw-shadow-color: rgb(125 211 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400 {
  --tw-shadow-color: #38bdf8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/0 {
  --tw-shadow-color: rgb(56 189 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/10 {
  --tw-shadow-color: rgb(56 189 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/100 {
  --tw-shadow-color: rgb(56 189 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/15 {
  --tw-shadow-color: rgb(56 189 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/20 {
  --tw-shadow-color: rgb(56 189 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/25 {
  --tw-shadow-color: rgb(56 189 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/30 {
  --tw-shadow-color: rgb(56 189 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/35 {
  --tw-shadow-color: rgb(56 189 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/40 {
  --tw-shadow-color: rgb(56 189 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/45 {
  --tw-shadow-color: rgb(56 189 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/5 {
  --tw-shadow-color: rgb(56 189 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/50 {
  --tw-shadow-color: rgb(56 189 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/55 {
  --tw-shadow-color: rgb(56 189 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/60 {
  --tw-shadow-color: rgb(56 189 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/65 {
  --tw-shadow-color: rgb(56 189 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/70 {
  --tw-shadow-color: rgb(56 189 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/75 {
  --tw-shadow-color: rgb(56 189 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/80 {
  --tw-shadow-color: rgb(56 189 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/85 {
  --tw-shadow-color: rgb(56 189 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/90 {
  --tw-shadow-color: rgb(56 189 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/95 {
  --tw-shadow-color: rgb(56 189 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50 {
  --tw-shadow-color: #f0f9ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/0 {
  --tw-shadow-color: rgb(240 249 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/10 {
  --tw-shadow-color: rgb(240 249 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/100 {
  --tw-shadow-color: rgb(240 249 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/15 {
  --tw-shadow-color: rgb(240 249 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/20 {
  --tw-shadow-color: rgb(240 249 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/25 {
  --tw-shadow-color: rgb(240 249 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/30 {
  --tw-shadow-color: rgb(240 249 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/35 {
  --tw-shadow-color: rgb(240 249 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/40 {
  --tw-shadow-color: rgb(240 249 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/45 {
  --tw-shadow-color: rgb(240 249 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/5 {
  --tw-shadow-color: rgb(240 249 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/50 {
  --tw-shadow-color: rgb(240 249 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/55 {
  --tw-shadow-color: rgb(240 249 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/60 {
  --tw-shadow-color: rgb(240 249 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/65 {
  --tw-shadow-color: rgb(240 249 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/70 {
  --tw-shadow-color: rgb(240 249 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/75 {
  --tw-shadow-color: rgb(240 249 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/80 {
  --tw-shadow-color: rgb(240 249 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/85 {
  --tw-shadow-color: rgb(240 249 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/90 {
  --tw-shadow-color: rgb(240 249 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/95 {
  --tw-shadow-color: rgb(240 249 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500 {
  --tw-shadow-color: #0ea5e9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/0 {
  --tw-shadow-color: rgb(14 165 233 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/10 {
  --tw-shadow-color: rgb(14 165 233 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/100 {
  --tw-shadow-color: rgb(14 165 233 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/15 {
  --tw-shadow-color: rgb(14 165 233 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/20 {
  --tw-shadow-color: rgb(14 165 233 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/25 {
  --tw-shadow-color: rgb(14 165 233 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/30 {
  --tw-shadow-color: rgb(14 165 233 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/35 {
  --tw-shadow-color: rgb(14 165 233 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/40 {
  --tw-shadow-color: rgb(14 165 233 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/45 {
  --tw-shadow-color: rgb(14 165 233 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/5 {
  --tw-shadow-color: rgb(14 165 233 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/50 {
  --tw-shadow-color: rgb(14 165 233 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/55 {
  --tw-shadow-color: rgb(14 165 233 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/60 {
  --tw-shadow-color: rgb(14 165 233 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/65 {
  --tw-shadow-color: rgb(14 165 233 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/70 {
  --tw-shadow-color: rgb(14 165 233 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/75 {
  --tw-shadow-color: rgb(14 165 233 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/80 {
  --tw-shadow-color: rgb(14 165 233 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/85 {
  --tw-shadow-color: rgb(14 165 233 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/90 {
  --tw-shadow-color: rgb(14 165 233 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/95 {
  --tw-shadow-color: rgb(14 165 233 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600 {
  --tw-shadow-color: #0284c7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/0 {
  --tw-shadow-color: rgb(2 132 199 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/10 {
  --tw-shadow-color: rgb(2 132 199 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/100 {
  --tw-shadow-color: rgb(2 132 199 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/15 {
  --tw-shadow-color: rgb(2 132 199 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/20 {
  --tw-shadow-color: rgb(2 132 199 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/25 {
  --tw-shadow-color: rgb(2 132 199 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/30 {
  --tw-shadow-color: rgb(2 132 199 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/35 {
  --tw-shadow-color: rgb(2 132 199 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/40 {
  --tw-shadow-color: rgb(2 132 199 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/45 {
  --tw-shadow-color: rgb(2 132 199 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/5 {
  --tw-shadow-color: rgb(2 132 199 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/50 {
  --tw-shadow-color: rgb(2 132 199 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/55 {
  --tw-shadow-color: rgb(2 132 199 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/60 {
  --tw-shadow-color: rgb(2 132 199 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/65 {
  --tw-shadow-color: rgb(2 132 199 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/70 {
  --tw-shadow-color: rgb(2 132 199 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/75 {
  --tw-shadow-color: rgb(2 132 199 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/80 {
  --tw-shadow-color: rgb(2 132 199 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/85 {
  --tw-shadow-color: rgb(2 132 199 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/90 {
  --tw-shadow-color: rgb(2 132 199 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/95 {
  --tw-shadow-color: rgb(2 132 199 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700 {
  --tw-shadow-color: #0369a1;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/0 {
  --tw-shadow-color: rgb(3 105 161 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/10 {
  --tw-shadow-color: rgb(3 105 161 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/100 {
  --tw-shadow-color: rgb(3 105 161 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/15 {
  --tw-shadow-color: rgb(3 105 161 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/20 {
  --tw-shadow-color: rgb(3 105 161 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/25 {
  --tw-shadow-color: rgb(3 105 161 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/30 {
  --tw-shadow-color: rgb(3 105 161 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/35 {
  --tw-shadow-color: rgb(3 105 161 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/40 {
  --tw-shadow-color: rgb(3 105 161 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/45 {
  --tw-shadow-color: rgb(3 105 161 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/5 {
  --tw-shadow-color: rgb(3 105 161 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/50 {
  --tw-shadow-color: rgb(3 105 161 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/55 {
  --tw-shadow-color: rgb(3 105 161 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/60 {
  --tw-shadow-color: rgb(3 105 161 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/65 {
  --tw-shadow-color: rgb(3 105 161 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/70 {
  --tw-shadow-color: rgb(3 105 161 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/75 {
  --tw-shadow-color: rgb(3 105 161 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/80 {
  --tw-shadow-color: rgb(3 105 161 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/85 {
  --tw-shadow-color: rgb(3 105 161 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/90 {
  --tw-shadow-color: rgb(3 105 161 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/95 {
  --tw-shadow-color: rgb(3 105 161 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800 {
  --tw-shadow-color: #075985;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/0 {
  --tw-shadow-color: rgb(7 89 133 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/10 {
  --tw-shadow-color: rgb(7 89 133 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/100 {
  --tw-shadow-color: rgb(7 89 133 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/15 {
  --tw-shadow-color: rgb(7 89 133 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/20 {
  --tw-shadow-color: rgb(7 89 133 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/25 {
  --tw-shadow-color: rgb(7 89 133 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/30 {
  --tw-shadow-color: rgb(7 89 133 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/35 {
  --tw-shadow-color: rgb(7 89 133 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/40 {
  --tw-shadow-color: rgb(7 89 133 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/45 {
  --tw-shadow-color: rgb(7 89 133 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/5 {
  --tw-shadow-color: rgb(7 89 133 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/50 {
  --tw-shadow-color: rgb(7 89 133 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/55 {
  --tw-shadow-color: rgb(7 89 133 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/60 {
  --tw-shadow-color: rgb(7 89 133 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/65 {
  --tw-shadow-color: rgb(7 89 133 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/70 {
  --tw-shadow-color: rgb(7 89 133 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/75 {
  --tw-shadow-color: rgb(7 89 133 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/80 {
  --tw-shadow-color: rgb(7 89 133 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/85 {
  --tw-shadow-color: rgb(7 89 133 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/90 {
  --tw-shadow-color: rgb(7 89 133 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/95 {
  --tw-shadow-color: rgb(7 89 133 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900 {
  --tw-shadow-color: #0c4a6e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/0 {
  --tw-shadow-color: rgb(12 74 110 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/10 {
  --tw-shadow-color: rgb(12 74 110 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/100 {
  --tw-shadow-color: rgb(12 74 110 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/15 {
  --tw-shadow-color: rgb(12 74 110 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/20 {
  --tw-shadow-color: rgb(12 74 110 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/25 {
  --tw-shadow-color: rgb(12 74 110 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/30 {
  --tw-shadow-color: rgb(12 74 110 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/35 {
  --tw-shadow-color: rgb(12 74 110 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/40 {
  --tw-shadow-color: rgb(12 74 110 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/45 {
  --tw-shadow-color: rgb(12 74 110 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/5 {
  --tw-shadow-color: rgb(12 74 110 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/50 {
  --tw-shadow-color: rgb(12 74 110 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/55 {
  --tw-shadow-color: rgb(12 74 110 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/60 {
  --tw-shadow-color: rgb(12 74 110 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/65 {
  --tw-shadow-color: rgb(12 74 110 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/70 {
  --tw-shadow-color: rgb(12 74 110 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/75 {
  --tw-shadow-color: rgb(12 74 110 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/80 {
  --tw-shadow-color: rgb(12 74 110 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/85 {
  --tw-shadow-color: rgb(12 74 110 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/90 {
  --tw-shadow-color: rgb(12 74 110 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/95 {
  --tw-shadow-color: rgb(12 74 110 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950 {
  --tw-shadow-color: #082f49;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/0 {
  --tw-shadow-color: rgb(8 47 73 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/10 {
  --tw-shadow-color: rgb(8 47 73 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/100 {
  --tw-shadow-color: rgb(8 47 73 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/15 {
  --tw-shadow-color: rgb(8 47 73 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/20 {
  --tw-shadow-color: rgb(8 47 73 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/25 {
  --tw-shadow-color: rgb(8 47 73 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/30 {
  --tw-shadow-color: rgb(8 47 73 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/35 {
  --tw-shadow-color: rgb(8 47 73 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/40 {
  --tw-shadow-color: rgb(8 47 73 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/45 {
  --tw-shadow-color: rgb(8 47 73 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/5 {
  --tw-shadow-color: rgb(8 47 73 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/50 {
  --tw-shadow-color: rgb(8 47 73 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/55 {
  --tw-shadow-color: rgb(8 47 73 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/60 {
  --tw-shadow-color: rgb(8 47 73 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/65 {
  --tw-shadow-color: rgb(8 47 73 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/70 {
  --tw-shadow-color: rgb(8 47 73 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/75 {
  --tw-shadow-color: rgb(8 47 73 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/80 {
  --tw-shadow-color: rgb(8 47 73 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/85 {
  --tw-shadow-color: rgb(8 47 73 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/90 {
  --tw-shadow-color: rgb(8 47 73 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/95 {
  --tw-shadow-color: rgb(8 47 73 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100 {
  --tw-shadow-color: #f1f5f9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/0 {
  --tw-shadow-color: rgb(241 245 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/10 {
  --tw-shadow-color: rgb(241 245 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/100 {
  --tw-shadow-color: rgb(241 245 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/15 {
  --tw-shadow-color: rgb(241 245 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/20 {
  --tw-shadow-color: rgb(241 245 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/25 {
  --tw-shadow-color: rgb(241 245 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/30 {
  --tw-shadow-color: rgb(241 245 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/35 {
  --tw-shadow-color: rgb(241 245 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/40 {
  --tw-shadow-color: rgb(241 245 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/45 {
  --tw-shadow-color: rgb(241 245 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/5 {
  --tw-shadow-color: rgb(241 245 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/50 {
  --tw-shadow-color: rgb(241 245 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/55 {
  --tw-shadow-color: rgb(241 245 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/60 {
  --tw-shadow-color: rgb(241 245 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/65 {
  --tw-shadow-color: rgb(241 245 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/70 {
  --tw-shadow-color: rgb(241 245 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/75 {
  --tw-shadow-color: rgb(241 245 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/80 {
  --tw-shadow-color: rgb(241 245 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/85 {
  --tw-shadow-color: rgb(241 245 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/90 {
  --tw-shadow-color: rgb(241 245 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/95 {
  --tw-shadow-color: rgb(241 245 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200 {
  --tw-shadow-color: #e2e8f0;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/0 {
  --tw-shadow-color: rgb(226 232 240 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/10 {
  --tw-shadow-color: rgb(226 232 240 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/100 {
  --tw-shadow-color: rgb(226 232 240 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/15 {
  --tw-shadow-color: rgb(226 232 240 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/20 {
  --tw-shadow-color: rgb(226 232 240 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/25 {
  --tw-shadow-color: rgb(226 232 240 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/30 {
  --tw-shadow-color: rgb(226 232 240 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/35 {
  --tw-shadow-color: rgb(226 232 240 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/40 {
  --tw-shadow-color: rgb(226 232 240 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/45 {
  --tw-shadow-color: rgb(226 232 240 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/5 {
  --tw-shadow-color: rgb(226 232 240 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/50 {
  --tw-shadow-color: rgb(226 232 240 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/55 {
  --tw-shadow-color: rgb(226 232 240 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/60 {
  --tw-shadow-color: rgb(226 232 240 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/65 {
  --tw-shadow-color: rgb(226 232 240 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/70 {
  --tw-shadow-color: rgb(226 232 240 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/75 {
  --tw-shadow-color: rgb(226 232 240 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/80 {
  --tw-shadow-color: rgb(226 232 240 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/85 {
  --tw-shadow-color: rgb(226 232 240 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/90 {
  --tw-shadow-color: rgb(226 232 240 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/95 {
  --tw-shadow-color: rgb(226 232 240 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300 {
  --tw-shadow-color: #cbd5e1;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/0 {
  --tw-shadow-color: rgb(203 213 225 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/10 {
  --tw-shadow-color: rgb(203 213 225 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/100 {
  --tw-shadow-color: rgb(203 213 225 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/15 {
  --tw-shadow-color: rgb(203 213 225 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/20 {
  --tw-shadow-color: rgb(203 213 225 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/25 {
  --tw-shadow-color: rgb(203 213 225 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/30 {
  --tw-shadow-color: rgb(203 213 225 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/35 {
  --tw-shadow-color: rgb(203 213 225 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/40 {
  --tw-shadow-color: rgb(203 213 225 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/45 {
  --tw-shadow-color: rgb(203 213 225 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/5 {
  --tw-shadow-color: rgb(203 213 225 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/50 {
  --tw-shadow-color: rgb(203 213 225 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/55 {
  --tw-shadow-color: rgb(203 213 225 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/60 {
  --tw-shadow-color: rgb(203 213 225 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/65 {
  --tw-shadow-color: rgb(203 213 225 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/70 {
  --tw-shadow-color: rgb(203 213 225 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/75 {
  --tw-shadow-color: rgb(203 213 225 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/80 {
  --tw-shadow-color: rgb(203 213 225 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/85 {
  --tw-shadow-color: rgb(203 213 225 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/90 {
  --tw-shadow-color: rgb(203 213 225 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/95 {
  --tw-shadow-color: rgb(203 213 225 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400 {
  --tw-shadow-color: #94a3b8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/0 {
  --tw-shadow-color: rgb(148 163 184 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/10 {
  --tw-shadow-color: rgb(148 163 184 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/100 {
  --tw-shadow-color: rgb(148 163 184 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/15 {
  --tw-shadow-color: rgb(148 163 184 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/20 {
  --tw-shadow-color: rgb(148 163 184 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/25 {
  --tw-shadow-color: rgb(148 163 184 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/30 {
  --tw-shadow-color: rgb(148 163 184 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/35 {
  --tw-shadow-color: rgb(148 163 184 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/40 {
  --tw-shadow-color: rgb(148 163 184 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/45 {
  --tw-shadow-color: rgb(148 163 184 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/5 {
  --tw-shadow-color: rgb(148 163 184 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/50 {
  --tw-shadow-color: rgb(148 163 184 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/55 {
  --tw-shadow-color: rgb(148 163 184 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/60 {
  --tw-shadow-color: rgb(148 163 184 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/65 {
  --tw-shadow-color: rgb(148 163 184 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/70 {
  --tw-shadow-color: rgb(148 163 184 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/75 {
  --tw-shadow-color: rgb(148 163 184 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/80 {
  --tw-shadow-color: rgb(148 163 184 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/85 {
  --tw-shadow-color: rgb(148 163 184 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/90 {
  --tw-shadow-color: rgb(148 163 184 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/95 {
  --tw-shadow-color: rgb(148 163 184 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50 {
  --tw-shadow-color: #f8fafc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/0 {
  --tw-shadow-color: rgb(248 250 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/10 {
  --tw-shadow-color: rgb(248 250 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/100 {
  --tw-shadow-color: rgb(248 250 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/15 {
  --tw-shadow-color: rgb(248 250 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/20 {
  --tw-shadow-color: rgb(248 250 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/25 {
  --tw-shadow-color: rgb(248 250 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/30 {
  --tw-shadow-color: rgb(248 250 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/35 {
  --tw-shadow-color: rgb(248 250 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/40 {
  --tw-shadow-color: rgb(248 250 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/45 {
  --tw-shadow-color: rgb(248 250 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/5 {
  --tw-shadow-color: rgb(248 250 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/50 {
  --tw-shadow-color: rgb(248 250 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/55 {
  --tw-shadow-color: rgb(248 250 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/60 {
  --tw-shadow-color: rgb(248 250 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/65 {
  --tw-shadow-color: rgb(248 250 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/70 {
  --tw-shadow-color: rgb(248 250 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/75 {
  --tw-shadow-color: rgb(248 250 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/80 {
  --tw-shadow-color: rgb(248 250 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/85 {
  --tw-shadow-color: rgb(248 250 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/90 {
  --tw-shadow-color: rgb(248 250 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/95 {
  --tw-shadow-color: rgb(248 250 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500 {
  --tw-shadow-color: #64748b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/0 {
  --tw-shadow-color: rgb(100 116 139 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/10 {
  --tw-shadow-color: rgb(100 116 139 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/100 {
  --tw-shadow-color: rgb(100 116 139 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/15 {
  --tw-shadow-color: rgb(100 116 139 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/20 {
  --tw-shadow-color: rgb(100 116 139 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/25 {
  --tw-shadow-color: rgb(100 116 139 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/30 {
  --tw-shadow-color: rgb(100 116 139 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/35 {
  --tw-shadow-color: rgb(100 116 139 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/40 {
  --tw-shadow-color: rgb(100 116 139 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/45 {
  --tw-shadow-color: rgb(100 116 139 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/5 {
  --tw-shadow-color: rgb(100 116 139 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/50 {
  --tw-shadow-color: rgb(100 116 139 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/55 {
  --tw-shadow-color: rgb(100 116 139 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/60 {
  --tw-shadow-color: rgb(100 116 139 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/65 {
  --tw-shadow-color: rgb(100 116 139 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/70 {
  --tw-shadow-color: rgb(100 116 139 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/75 {
  --tw-shadow-color: rgb(100 116 139 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/80 {
  --tw-shadow-color: rgb(100 116 139 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/85 {
  --tw-shadow-color: rgb(100 116 139 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/90 {
  --tw-shadow-color: rgb(100 116 139 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/95 {
  --tw-shadow-color: rgb(100 116 139 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600 {
  --tw-shadow-color: #475569;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/0 {
  --tw-shadow-color: rgb(71 85 105 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/10 {
  --tw-shadow-color: rgb(71 85 105 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/100 {
  --tw-shadow-color: rgb(71 85 105 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/15 {
  --tw-shadow-color: rgb(71 85 105 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/20 {
  --tw-shadow-color: rgb(71 85 105 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/25 {
  --tw-shadow-color: rgb(71 85 105 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/30 {
  --tw-shadow-color: rgb(71 85 105 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/35 {
  --tw-shadow-color: rgb(71 85 105 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/40 {
  --tw-shadow-color: rgb(71 85 105 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/45 {
  --tw-shadow-color: rgb(71 85 105 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/5 {
  --tw-shadow-color: rgb(71 85 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/50 {
  --tw-shadow-color: rgb(71 85 105 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/55 {
  --tw-shadow-color: rgb(71 85 105 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/60 {
  --tw-shadow-color: rgb(71 85 105 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/65 {
  --tw-shadow-color: rgb(71 85 105 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/70 {
  --tw-shadow-color: rgb(71 85 105 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/75 {
  --tw-shadow-color: rgb(71 85 105 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/80 {
  --tw-shadow-color: rgb(71 85 105 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/85 {
  --tw-shadow-color: rgb(71 85 105 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/90 {
  --tw-shadow-color: rgb(71 85 105 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/95 {
  --tw-shadow-color: rgb(71 85 105 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700 {
  --tw-shadow-color: #334155;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/0 {
  --tw-shadow-color: rgb(51 65 85 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/10 {
  --tw-shadow-color: rgb(51 65 85 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/100 {
  --tw-shadow-color: rgb(51 65 85 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/15 {
  --tw-shadow-color: rgb(51 65 85 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/20 {
  --tw-shadow-color: rgb(51 65 85 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/25 {
  --tw-shadow-color: rgb(51 65 85 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/30 {
  --tw-shadow-color: rgb(51 65 85 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/35 {
  --tw-shadow-color: rgb(51 65 85 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/40 {
  --tw-shadow-color: rgb(51 65 85 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/45 {
  --tw-shadow-color: rgb(51 65 85 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/5 {
  --tw-shadow-color: rgb(51 65 85 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/50 {
  --tw-shadow-color: rgb(51 65 85 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/55 {
  --tw-shadow-color: rgb(51 65 85 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/60 {
  --tw-shadow-color: rgb(51 65 85 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/65 {
  --tw-shadow-color: rgb(51 65 85 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/70 {
  --tw-shadow-color: rgb(51 65 85 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/75 {
  --tw-shadow-color: rgb(51 65 85 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/80 {
  --tw-shadow-color: rgb(51 65 85 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/85 {
  --tw-shadow-color: rgb(51 65 85 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/90 {
  --tw-shadow-color: rgb(51 65 85 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/95 {
  --tw-shadow-color: rgb(51 65 85 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800 {
  --tw-shadow-color: #1e293b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/0 {
  --tw-shadow-color: rgb(30 41 59 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/10 {
  --tw-shadow-color: rgb(30 41 59 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/100 {
  --tw-shadow-color: rgb(30 41 59 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/15 {
  --tw-shadow-color: rgb(30 41 59 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/20 {
  --tw-shadow-color: rgb(30 41 59 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/25 {
  --tw-shadow-color: rgb(30 41 59 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/30 {
  --tw-shadow-color: rgb(30 41 59 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/35 {
  --tw-shadow-color: rgb(30 41 59 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/40 {
  --tw-shadow-color: rgb(30 41 59 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/45 {
  --tw-shadow-color: rgb(30 41 59 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/5 {
  --tw-shadow-color: rgb(30 41 59 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/50 {
  --tw-shadow-color: rgb(30 41 59 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/55 {
  --tw-shadow-color: rgb(30 41 59 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/60 {
  --tw-shadow-color: rgb(30 41 59 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/65 {
  --tw-shadow-color: rgb(30 41 59 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/70 {
  --tw-shadow-color: rgb(30 41 59 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/75 {
  --tw-shadow-color: rgb(30 41 59 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/80 {
  --tw-shadow-color: rgb(30 41 59 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/85 {
  --tw-shadow-color: rgb(30 41 59 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/90 {
  --tw-shadow-color: rgb(30 41 59 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/95 {
  --tw-shadow-color: rgb(30 41 59 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900 {
  --tw-shadow-color: #0f172a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/0 {
  --tw-shadow-color: rgb(15 23 42 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/10 {
  --tw-shadow-color: rgb(15 23 42 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/100 {
  --tw-shadow-color: rgb(15 23 42 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/15 {
  --tw-shadow-color: rgb(15 23 42 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/20 {
  --tw-shadow-color: rgb(15 23 42 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/25 {
  --tw-shadow-color: rgb(15 23 42 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/30 {
  --tw-shadow-color: rgb(15 23 42 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/35 {
  --tw-shadow-color: rgb(15 23 42 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/40 {
  --tw-shadow-color: rgb(15 23 42 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/45 {
  --tw-shadow-color: rgb(15 23 42 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/5 {
  --tw-shadow-color: rgb(15 23 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/50 {
  --tw-shadow-color: rgb(15 23 42 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/55 {
  --tw-shadow-color: rgb(15 23 42 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/60 {
  --tw-shadow-color: rgb(15 23 42 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/65 {
  --tw-shadow-color: rgb(15 23 42 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/70 {
  --tw-shadow-color: rgb(15 23 42 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/75 {
  --tw-shadow-color: rgb(15 23 42 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/80 {
  --tw-shadow-color: rgb(15 23 42 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/85 {
  --tw-shadow-color: rgb(15 23 42 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/90 {
  --tw-shadow-color: rgb(15 23 42 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/95 {
  --tw-shadow-color: rgb(15 23 42 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950 {
  --tw-shadow-color: #020617;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/0 {
  --tw-shadow-color: rgb(2 6 23 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/10 {
  --tw-shadow-color: rgb(2 6 23 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/100 {
  --tw-shadow-color: rgb(2 6 23 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/15 {
  --tw-shadow-color: rgb(2 6 23 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/20 {
  --tw-shadow-color: rgb(2 6 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/25 {
  --tw-shadow-color: rgb(2 6 23 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/30 {
  --tw-shadow-color: rgb(2 6 23 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/35 {
  --tw-shadow-color: rgb(2 6 23 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/40 {
  --tw-shadow-color: rgb(2 6 23 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/45 {
  --tw-shadow-color: rgb(2 6 23 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/5 {
  --tw-shadow-color: rgb(2 6 23 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/50 {
  --tw-shadow-color: rgb(2 6 23 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/55 {
  --tw-shadow-color: rgb(2 6 23 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/60 {
  --tw-shadow-color: rgb(2 6 23 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/65 {
  --tw-shadow-color: rgb(2 6 23 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/70 {
  --tw-shadow-color: rgb(2 6 23 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/75 {
  --tw-shadow-color: rgb(2 6 23 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/80 {
  --tw-shadow-color: rgb(2 6 23 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/85 {
  --tw-shadow-color: rgb(2 6 23 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/90 {
  --tw-shadow-color: rgb(2 6 23 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/95 {
  --tw-shadow-color: rgb(2 6 23 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100 {
  --tw-shadow-color: #f5f5f4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/0 {
  --tw-shadow-color: rgb(245 245 244 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/10 {
  --tw-shadow-color: rgb(245 245 244 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/100 {
  --tw-shadow-color: rgb(245 245 244 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/15 {
  --tw-shadow-color: rgb(245 245 244 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/20 {
  --tw-shadow-color: rgb(245 245 244 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/25 {
  --tw-shadow-color: rgb(245 245 244 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/30 {
  --tw-shadow-color: rgb(245 245 244 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/35 {
  --tw-shadow-color: rgb(245 245 244 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/40 {
  --tw-shadow-color: rgb(245 245 244 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/45 {
  --tw-shadow-color: rgb(245 245 244 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/5 {
  --tw-shadow-color: rgb(245 245 244 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/50 {
  --tw-shadow-color: rgb(245 245 244 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/55 {
  --tw-shadow-color: rgb(245 245 244 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/60 {
  --tw-shadow-color: rgb(245 245 244 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/65 {
  --tw-shadow-color: rgb(245 245 244 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/70 {
  --tw-shadow-color: rgb(245 245 244 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/75 {
  --tw-shadow-color: rgb(245 245 244 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/80 {
  --tw-shadow-color: rgb(245 245 244 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/85 {
  --tw-shadow-color: rgb(245 245 244 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/90 {
  --tw-shadow-color: rgb(245 245 244 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/95 {
  --tw-shadow-color: rgb(245 245 244 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200 {
  --tw-shadow-color: #e7e5e4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/0 {
  --tw-shadow-color: rgb(231 229 228 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/10 {
  --tw-shadow-color: rgb(231 229 228 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/100 {
  --tw-shadow-color: rgb(231 229 228 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/15 {
  --tw-shadow-color: rgb(231 229 228 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/20 {
  --tw-shadow-color: rgb(231 229 228 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/25 {
  --tw-shadow-color: rgb(231 229 228 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/30 {
  --tw-shadow-color: rgb(231 229 228 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/35 {
  --tw-shadow-color: rgb(231 229 228 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/40 {
  --tw-shadow-color: rgb(231 229 228 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/45 {
  --tw-shadow-color: rgb(231 229 228 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/5 {
  --tw-shadow-color: rgb(231 229 228 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/50 {
  --tw-shadow-color: rgb(231 229 228 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/55 {
  --tw-shadow-color: rgb(231 229 228 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/60 {
  --tw-shadow-color: rgb(231 229 228 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/65 {
  --tw-shadow-color: rgb(231 229 228 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/70 {
  --tw-shadow-color: rgb(231 229 228 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/75 {
  --tw-shadow-color: rgb(231 229 228 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/80 {
  --tw-shadow-color: rgb(231 229 228 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/85 {
  --tw-shadow-color: rgb(231 229 228 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/90 {
  --tw-shadow-color: rgb(231 229 228 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/95 {
  --tw-shadow-color: rgb(231 229 228 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300 {
  --tw-shadow-color: #d6d3d1;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/0 {
  --tw-shadow-color: rgb(214 211 209 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/10 {
  --tw-shadow-color: rgb(214 211 209 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/100 {
  --tw-shadow-color: rgb(214 211 209 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/15 {
  --tw-shadow-color: rgb(214 211 209 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/20 {
  --tw-shadow-color: rgb(214 211 209 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/25 {
  --tw-shadow-color: rgb(214 211 209 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/30 {
  --tw-shadow-color: rgb(214 211 209 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/35 {
  --tw-shadow-color: rgb(214 211 209 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/40 {
  --tw-shadow-color: rgb(214 211 209 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/45 {
  --tw-shadow-color: rgb(214 211 209 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/5 {
  --tw-shadow-color: rgb(214 211 209 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/50 {
  --tw-shadow-color: rgb(214 211 209 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/55 {
  --tw-shadow-color: rgb(214 211 209 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/60 {
  --tw-shadow-color: rgb(214 211 209 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/65 {
  --tw-shadow-color: rgb(214 211 209 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/70 {
  --tw-shadow-color: rgb(214 211 209 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/75 {
  --tw-shadow-color: rgb(214 211 209 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/80 {
  --tw-shadow-color: rgb(214 211 209 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/85 {
  --tw-shadow-color: rgb(214 211 209 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/90 {
  --tw-shadow-color: rgb(214 211 209 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/95 {
  --tw-shadow-color: rgb(214 211 209 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400 {
  --tw-shadow-color: #a8a29e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/0 {
  --tw-shadow-color: rgb(168 162 158 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/10 {
  --tw-shadow-color: rgb(168 162 158 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/100 {
  --tw-shadow-color: rgb(168 162 158 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/15 {
  --tw-shadow-color: rgb(168 162 158 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/20 {
  --tw-shadow-color: rgb(168 162 158 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/25 {
  --tw-shadow-color: rgb(168 162 158 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/30 {
  --tw-shadow-color: rgb(168 162 158 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/35 {
  --tw-shadow-color: rgb(168 162 158 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/40 {
  --tw-shadow-color: rgb(168 162 158 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/45 {
  --tw-shadow-color: rgb(168 162 158 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/5 {
  --tw-shadow-color: rgb(168 162 158 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/50 {
  --tw-shadow-color: rgb(168 162 158 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/55 {
  --tw-shadow-color: rgb(168 162 158 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/60 {
  --tw-shadow-color: rgb(168 162 158 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/65 {
  --tw-shadow-color: rgb(168 162 158 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/70 {
  --tw-shadow-color: rgb(168 162 158 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/75 {
  --tw-shadow-color: rgb(168 162 158 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/80 {
  --tw-shadow-color: rgb(168 162 158 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/85 {
  --tw-shadow-color: rgb(168 162 158 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/90 {
  --tw-shadow-color: rgb(168 162 158 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/95 {
  --tw-shadow-color: rgb(168 162 158 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50 {
  --tw-shadow-color: #fafaf9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/0 {
  --tw-shadow-color: rgb(250 250 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/10 {
  --tw-shadow-color: rgb(250 250 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/100 {
  --tw-shadow-color: rgb(250 250 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/15 {
  --tw-shadow-color: rgb(250 250 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/20 {
  --tw-shadow-color: rgb(250 250 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/25 {
  --tw-shadow-color: rgb(250 250 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/30 {
  --tw-shadow-color: rgb(250 250 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/35 {
  --tw-shadow-color: rgb(250 250 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/40 {
  --tw-shadow-color: rgb(250 250 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/45 {
  --tw-shadow-color: rgb(250 250 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/5 {
  --tw-shadow-color: rgb(250 250 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/50 {
  --tw-shadow-color: rgb(250 250 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/55 {
  --tw-shadow-color: rgb(250 250 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/60 {
  --tw-shadow-color: rgb(250 250 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/65 {
  --tw-shadow-color: rgb(250 250 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/70 {
  --tw-shadow-color: rgb(250 250 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/75 {
  --tw-shadow-color: rgb(250 250 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/80 {
  --tw-shadow-color: rgb(250 250 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/85 {
  --tw-shadow-color: rgb(250 250 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/90 {
  --tw-shadow-color: rgb(250 250 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/95 {
  --tw-shadow-color: rgb(250 250 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500 {
  --tw-shadow-color: #78716c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/0 {
  --tw-shadow-color: rgb(120 113 108 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/10 {
  --tw-shadow-color: rgb(120 113 108 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/100 {
  --tw-shadow-color: rgb(120 113 108 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/15 {
  --tw-shadow-color: rgb(120 113 108 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/20 {
  --tw-shadow-color: rgb(120 113 108 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/25 {
  --tw-shadow-color: rgb(120 113 108 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/30 {
  --tw-shadow-color: rgb(120 113 108 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/35 {
  --tw-shadow-color: rgb(120 113 108 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/40 {
  --tw-shadow-color: rgb(120 113 108 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/45 {
  --tw-shadow-color: rgb(120 113 108 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/5 {
  --tw-shadow-color: rgb(120 113 108 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/50 {
  --tw-shadow-color: rgb(120 113 108 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/55 {
  --tw-shadow-color: rgb(120 113 108 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/60 {
  --tw-shadow-color: rgb(120 113 108 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/65 {
  --tw-shadow-color: rgb(120 113 108 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/70 {
  --tw-shadow-color: rgb(120 113 108 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/75 {
  --tw-shadow-color: rgb(120 113 108 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/80 {
  --tw-shadow-color: rgb(120 113 108 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/85 {
  --tw-shadow-color: rgb(120 113 108 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/90 {
  --tw-shadow-color: rgb(120 113 108 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/95 {
  --tw-shadow-color: rgb(120 113 108 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600 {
  --tw-shadow-color: #57534e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/0 {
  --tw-shadow-color: rgb(87 83 78 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/10 {
  --tw-shadow-color: rgb(87 83 78 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/100 {
  --tw-shadow-color: rgb(87 83 78 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/15 {
  --tw-shadow-color: rgb(87 83 78 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/20 {
  --tw-shadow-color: rgb(87 83 78 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/25 {
  --tw-shadow-color: rgb(87 83 78 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/30 {
  --tw-shadow-color: rgb(87 83 78 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/35 {
  --tw-shadow-color: rgb(87 83 78 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/40 {
  --tw-shadow-color: rgb(87 83 78 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/45 {
  --tw-shadow-color: rgb(87 83 78 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/5 {
  --tw-shadow-color: rgb(87 83 78 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/50 {
  --tw-shadow-color: rgb(87 83 78 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/55 {
  --tw-shadow-color: rgb(87 83 78 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/60 {
  --tw-shadow-color: rgb(87 83 78 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/65 {
  --tw-shadow-color: rgb(87 83 78 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/70 {
  --tw-shadow-color: rgb(87 83 78 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/75 {
  --tw-shadow-color: rgb(87 83 78 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/80 {
  --tw-shadow-color: rgb(87 83 78 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/85 {
  --tw-shadow-color: rgb(87 83 78 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/90 {
  --tw-shadow-color: rgb(87 83 78 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/95 {
  --tw-shadow-color: rgb(87 83 78 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700 {
  --tw-shadow-color: #44403c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/0 {
  --tw-shadow-color: rgb(68 64 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/10 {
  --tw-shadow-color: rgb(68 64 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/100 {
  --tw-shadow-color: rgb(68 64 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/15 {
  --tw-shadow-color: rgb(68 64 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/20 {
  --tw-shadow-color: rgb(68 64 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/25 {
  --tw-shadow-color: rgb(68 64 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/30 {
  --tw-shadow-color: rgb(68 64 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/35 {
  --tw-shadow-color: rgb(68 64 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/40 {
  --tw-shadow-color: rgb(68 64 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/45 {
  --tw-shadow-color: rgb(68 64 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/5 {
  --tw-shadow-color: rgb(68 64 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/50 {
  --tw-shadow-color: rgb(68 64 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/55 {
  --tw-shadow-color: rgb(68 64 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/60 {
  --tw-shadow-color: rgb(68 64 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/65 {
  --tw-shadow-color: rgb(68 64 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/70 {
  --tw-shadow-color: rgb(68 64 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/75 {
  --tw-shadow-color: rgb(68 64 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/80 {
  --tw-shadow-color: rgb(68 64 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/85 {
  --tw-shadow-color: rgb(68 64 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/90 {
  --tw-shadow-color: rgb(68 64 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/95 {
  --tw-shadow-color: rgb(68 64 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800 {
  --tw-shadow-color: #292524;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/0 {
  --tw-shadow-color: rgb(41 37 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/10 {
  --tw-shadow-color: rgb(41 37 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/100 {
  --tw-shadow-color: rgb(41 37 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/15 {
  --tw-shadow-color: rgb(41 37 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/20 {
  --tw-shadow-color: rgb(41 37 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/25 {
  --tw-shadow-color: rgb(41 37 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/30 {
  --tw-shadow-color: rgb(41 37 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/35 {
  --tw-shadow-color: rgb(41 37 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/40 {
  --tw-shadow-color: rgb(41 37 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/45 {
  --tw-shadow-color: rgb(41 37 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/5 {
  --tw-shadow-color: rgb(41 37 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/50 {
  --tw-shadow-color: rgb(41 37 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/55 {
  --tw-shadow-color: rgb(41 37 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/60 {
  --tw-shadow-color: rgb(41 37 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/65 {
  --tw-shadow-color: rgb(41 37 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/70 {
  --tw-shadow-color: rgb(41 37 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/75 {
  --tw-shadow-color: rgb(41 37 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/80 {
  --tw-shadow-color: rgb(41 37 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/85 {
  --tw-shadow-color: rgb(41 37 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/90 {
  --tw-shadow-color: rgb(41 37 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/95 {
  --tw-shadow-color: rgb(41 37 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900 {
  --tw-shadow-color: #1c1917;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/0 {
  --tw-shadow-color: rgb(28 25 23 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/10 {
  --tw-shadow-color: rgb(28 25 23 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/100 {
  --tw-shadow-color: rgb(28 25 23 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/15 {
  --tw-shadow-color: rgb(28 25 23 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/20 {
  --tw-shadow-color: rgb(28 25 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/25 {
  --tw-shadow-color: rgb(28 25 23 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/30 {
  --tw-shadow-color: rgb(28 25 23 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/35 {
  --tw-shadow-color: rgb(28 25 23 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/40 {
  --tw-shadow-color: rgb(28 25 23 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/45 {
  --tw-shadow-color: rgb(28 25 23 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/5 {
  --tw-shadow-color: rgb(28 25 23 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/50 {
  --tw-shadow-color: rgb(28 25 23 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/55 {
  --tw-shadow-color: rgb(28 25 23 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/60 {
  --tw-shadow-color: rgb(28 25 23 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/65 {
  --tw-shadow-color: rgb(28 25 23 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/70 {
  --tw-shadow-color: rgb(28 25 23 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/75 {
  --tw-shadow-color: rgb(28 25 23 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/80 {
  --tw-shadow-color: rgb(28 25 23 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/85 {
  --tw-shadow-color: rgb(28 25 23 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/90 {
  --tw-shadow-color: rgb(28 25 23 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/95 {
  --tw-shadow-color: rgb(28 25 23 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950 {
  --tw-shadow-color: #0c0a09;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/0 {
  --tw-shadow-color: rgb(12 10 9 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/10 {
  --tw-shadow-color: rgb(12 10 9 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/100 {
  --tw-shadow-color: rgb(12 10 9 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/15 {
  --tw-shadow-color: rgb(12 10 9 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/20 {
  --tw-shadow-color: rgb(12 10 9 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/25 {
  --tw-shadow-color: rgb(12 10 9 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/30 {
  --tw-shadow-color: rgb(12 10 9 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/35 {
  --tw-shadow-color: rgb(12 10 9 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/40 {
  --tw-shadow-color: rgb(12 10 9 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/45 {
  --tw-shadow-color: rgb(12 10 9 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/5 {
  --tw-shadow-color: rgb(12 10 9 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/50 {
  --tw-shadow-color: rgb(12 10 9 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/55 {
  --tw-shadow-color: rgb(12 10 9 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/60 {
  --tw-shadow-color: rgb(12 10 9 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/65 {
  --tw-shadow-color: rgb(12 10 9 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/70 {
  --tw-shadow-color: rgb(12 10 9 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/75 {
  --tw-shadow-color: rgb(12 10 9 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/80 {
  --tw-shadow-color: rgb(12 10 9 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/85 {
  --tw-shadow-color: rgb(12 10 9 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/90 {
  --tw-shadow-color: rgb(12 10 9 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/95 {
  --tw-shadow-color: rgb(12 10 9 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100 {
  --tw-shadow-color: #ccfbf1;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/0 {
  --tw-shadow-color: rgb(204 251 241 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/10 {
  --tw-shadow-color: rgb(204 251 241 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/100 {
  --tw-shadow-color: rgb(204 251 241 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/15 {
  --tw-shadow-color: rgb(204 251 241 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/20 {
  --tw-shadow-color: rgb(204 251 241 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/25 {
  --tw-shadow-color: rgb(204 251 241 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/30 {
  --tw-shadow-color: rgb(204 251 241 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/35 {
  --tw-shadow-color: rgb(204 251 241 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/40 {
  --tw-shadow-color: rgb(204 251 241 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/45 {
  --tw-shadow-color: rgb(204 251 241 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/5 {
  --tw-shadow-color: rgb(204 251 241 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/50 {
  --tw-shadow-color: rgb(204 251 241 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/55 {
  --tw-shadow-color: rgb(204 251 241 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/60 {
  --tw-shadow-color: rgb(204 251 241 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/65 {
  --tw-shadow-color: rgb(204 251 241 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/70 {
  --tw-shadow-color: rgb(204 251 241 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/75 {
  --tw-shadow-color: rgb(204 251 241 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/80 {
  --tw-shadow-color: rgb(204 251 241 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/85 {
  --tw-shadow-color: rgb(204 251 241 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/90 {
  --tw-shadow-color: rgb(204 251 241 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/95 {
  --tw-shadow-color: rgb(204 251 241 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200 {
  --tw-shadow-color: #99f6e4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/0 {
  --tw-shadow-color: rgb(153 246 228 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/10 {
  --tw-shadow-color: rgb(153 246 228 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/100 {
  --tw-shadow-color: rgb(153 246 228 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/15 {
  --tw-shadow-color: rgb(153 246 228 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/20 {
  --tw-shadow-color: rgb(153 246 228 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/25 {
  --tw-shadow-color: rgb(153 246 228 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/30 {
  --tw-shadow-color: rgb(153 246 228 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/35 {
  --tw-shadow-color: rgb(153 246 228 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/40 {
  --tw-shadow-color: rgb(153 246 228 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/45 {
  --tw-shadow-color: rgb(153 246 228 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/5 {
  --tw-shadow-color: rgb(153 246 228 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/50 {
  --tw-shadow-color: rgb(153 246 228 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/55 {
  --tw-shadow-color: rgb(153 246 228 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/60 {
  --tw-shadow-color: rgb(153 246 228 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/65 {
  --tw-shadow-color: rgb(153 246 228 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/70 {
  --tw-shadow-color: rgb(153 246 228 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/75 {
  --tw-shadow-color: rgb(153 246 228 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/80 {
  --tw-shadow-color: rgb(153 246 228 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/85 {
  --tw-shadow-color: rgb(153 246 228 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/90 {
  --tw-shadow-color: rgb(153 246 228 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/95 {
  --tw-shadow-color: rgb(153 246 228 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300 {
  --tw-shadow-color: #5eead4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/0 {
  --tw-shadow-color: rgb(94 234 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/10 {
  --tw-shadow-color: rgb(94 234 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/100 {
  --tw-shadow-color: rgb(94 234 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/15 {
  --tw-shadow-color: rgb(94 234 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/20 {
  --tw-shadow-color: rgb(94 234 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/25 {
  --tw-shadow-color: rgb(94 234 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/30 {
  --tw-shadow-color: rgb(94 234 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/35 {
  --tw-shadow-color: rgb(94 234 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/40 {
  --tw-shadow-color: rgb(94 234 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/45 {
  --tw-shadow-color: rgb(94 234 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/5 {
  --tw-shadow-color: rgb(94 234 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/50 {
  --tw-shadow-color: rgb(94 234 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/55 {
  --tw-shadow-color: rgb(94 234 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/60 {
  --tw-shadow-color: rgb(94 234 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/65 {
  --tw-shadow-color: rgb(94 234 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/70 {
  --tw-shadow-color: rgb(94 234 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/75 {
  --tw-shadow-color: rgb(94 234 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/80 {
  --tw-shadow-color: rgb(94 234 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/85 {
  --tw-shadow-color: rgb(94 234 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/90 {
  --tw-shadow-color: rgb(94 234 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/95 {
  --tw-shadow-color: rgb(94 234 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400 {
  --tw-shadow-color: #2dd4bf;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/0 {
  --tw-shadow-color: rgb(45 212 191 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/10 {
  --tw-shadow-color: rgb(45 212 191 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/100 {
  --tw-shadow-color: rgb(45 212 191 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/15 {
  --tw-shadow-color: rgb(45 212 191 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/20 {
  --tw-shadow-color: rgb(45 212 191 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/25 {
  --tw-shadow-color: rgb(45 212 191 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/30 {
  --tw-shadow-color: rgb(45 212 191 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/35 {
  --tw-shadow-color: rgb(45 212 191 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/40 {
  --tw-shadow-color: rgb(45 212 191 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/45 {
  --tw-shadow-color: rgb(45 212 191 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/5 {
  --tw-shadow-color: rgb(45 212 191 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/50 {
  --tw-shadow-color: rgb(45 212 191 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/55 {
  --tw-shadow-color: rgb(45 212 191 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/60 {
  --tw-shadow-color: rgb(45 212 191 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/65 {
  --tw-shadow-color: rgb(45 212 191 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/70 {
  --tw-shadow-color: rgb(45 212 191 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/75 {
  --tw-shadow-color: rgb(45 212 191 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/80 {
  --tw-shadow-color: rgb(45 212 191 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/85 {
  --tw-shadow-color: rgb(45 212 191 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/90 {
  --tw-shadow-color: rgb(45 212 191 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/95 {
  --tw-shadow-color: rgb(45 212 191 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50 {
  --tw-shadow-color: #f0fdfa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/0 {
  --tw-shadow-color: rgb(240 253 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/10 {
  --tw-shadow-color: rgb(240 253 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/100 {
  --tw-shadow-color: rgb(240 253 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/15 {
  --tw-shadow-color: rgb(240 253 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/20 {
  --tw-shadow-color: rgb(240 253 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/25 {
  --tw-shadow-color: rgb(240 253 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/30 {
  --tw-shadow-color: rgb(240 253 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/35 {
  --tw-shadow-color: rgb(240 253 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/40 {
  --tw-shadow-color: rgb(240 253 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/45 {
  --tw-shadow-color: rgb(240 253 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/5 {
  --tw-shadow-color: rgb(240 253 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/50 {
  --tw-shadow-color: rgb(240 253 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/55 {
  --tw-shadow-color: rgb(240 253 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/60 {
  --tw-shadow-color: rgb(240 253 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/65 {
  --tw-shadow-color: rgb(240 253 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/70 {
  --tw-shadow-color: rgb(240 253 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/75 {
  --tw-shadow-color: rgb(240 253 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/80 {
  --tw-shadow-color: rgb(240 253 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/85 {
  --tw-shadow-color: rgb(240 253 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/90 {
  --tw-shadow-color: rgb(240 253 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/95 {
  --tw-shadow-color: rgb(240 253 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500 {
  --tw-shadow-color: #14b8a6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/0 {
  --tw-shadow-color: rgb(20 184 166 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/10 {
  --tw-shadow-color: rgb(20 184 166 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/100 {
  --tw-shadow-color: rgb(20 184 166 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/15 {
  --tw-shadow-color: rgb(20 184 166 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/20 {
  --tw-shadow-color: rgb(20 184 166 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/25 {
  --tw-shadow-color: rgb(20 184 166 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/30 {
  --tw-shadow-color: rgb(20 184 166 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/35 {
  --tw-shadow-color: rgb(20 184 166 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/40 {
  --tw-shadow-color: rgb(20 184 166 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/45 {
  --tw-shadow-color: rgb(20 184 166 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/5 {
  --tw-shadow-color: rgb(20 184 166 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/50 {
  --tw-shadow-color: rgb(20 184 166 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/55 {
  --tw-shadow-color: rgb(20 184 166 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/60 {
  --tw-shadow-color: rgb(20 184 166 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/65 {
  --tw-shadow-color: rgb(20 184 166 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/70 {
  --tw-shadow-color: rgb(20 184 166 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/75 {
  --tw-shadow-color: rgb(20 184 166 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/80 {
  --tw-shadow-color: rgb(20 184 166 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/85 {
  --tw-shadow-color: rgb(20 184 166 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/90 {
  --tw-shadow-color: rgb(20 184 166 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/95 {
  --tw-shadow-color: rgb(20 184 166 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600 {
  --tw-shadow-color: #0d9488;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/0 {
  --tw-shadow-color: rgb(13 148 136 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/10 {
  --tw-shadow-color: rgb(13 148 136 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/100 {
  --tw-shadow-color: rgb(13 148 136 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/15 {
  --tw-shadow-color: rgb(13 148 136 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/20 {
  --tw-shadow-color: rgb(13 148 136 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/25 {
  --tw-shadow-color: rgb(13 148 136 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/30 {
  --tw-shadow-color: rgb(13 148 136 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/35 {
  --tw-shadow-color: rgb(13 148 136 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/40 {
  --tw-shadow-color: rgb(13 148 136 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/45 {
  --tw-shadow-color: rgb(13 148 136 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/5 {
  --tw-shadow-color: rgb(13 148 136 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/50 {
  --tw-shadow-color: rgb(13 148 136 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/55 {
  --tw-shadow-color: rgb(13 148 136 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/60 {
  --tw-shadow-color: rgb(13 148 136 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/65 {
  --tw-shadow-color: rgb(13 148 136 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/70 {
  --tw-shadow-color: rgb(13 148 136 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/75 {
  --tw-shadow-color: rgb(13 148 136 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/80 {
  --tw-shadow-color: rgb(13 148 136 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/85 {
  --tw-shadow-color: rgb(13 148 136 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/90 {
  --tw-shadow-color: rgb(13 148 136 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/95 {
  --tw-shadow-color: rgb(13 148 136 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700 {
  --tw-shadow-color: #0f766e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/0 {
  --tw-shadow-color: rgb(15 118 110 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/10 {
  --tw-shadow-color: rgb(15 118 110 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/100 {
  --tw-shadow-color: rgb(15 118 110 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/15 {
  --tw-shadow-color: rgb(15 118 110 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/20 {
  --tw-shadow-color: rgb(15 118 110 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/25 {
  --tw-shadow-color: rgb(15 118 110 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/30 {
  --tw-shadow-color: rgb(15 118 110 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/35 {
  --tw-shadow-color: rgb(15 118 110 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/40 {
  --tw-shadow-color: rgb(15 118 110 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/45 {
  --tw-shadow-color: rgb(15 118 110 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/5 {
  --tw-shadow-color: rgb(15 118 110 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/50 {
  --tw-shadow-color: rgb(15 118 110 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/55 {
  --tw-shadow-color: rgb(15 118 110 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/60 {
  --tw-shadow-color: rgb(15 118 110 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/65 {
  --tw-shadow-color: rgb(15 118 110 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/70 {
  --tw-shadow-color: rgb(15 118 110 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/75 {
  --tw-shadow-color: rgb(15 118 110 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/80 {
  --tw-shadow-color: rgb(15 118 110 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/85 {
  --tw-shadow-color: rgb(15 118 110 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/90 {
  --tw-shadow-color: rgb(15 118 110 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/95 {
  --tw-shadow-color: rgb(15 118 110 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800 {
  --tw-shadow-color: #115e59;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/0 {
  --tw-shadow-color: rgb(17 94 89 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/10 {
  --tw-shadow-color: rgb(17 94 89 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/100 {
  --tw-shadow-color: rgb(17 94 89 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/15 {
  --tw-shadow-color: rgb(17 94 89 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/20 {
  --tw-shadow-color: rgb(17 94 89 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/25 {
  --tw-shadow-color: rgb(17 94 89 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/30 {
  --tw-shadow-color: rgb(17 94 89 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/35 {
  --tw-shadow-color: rgb(17 94 89 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/40 {
  --tw-shadow-color: rgb(17 94 89 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/45 {
  --tw-shadow-color: rgb(17 94 89 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/5 {
  --tw-shadow-color: rgb(17 94 89 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/50 {
  --tw-shadow-color: rgb(17 94 89 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/55 {
  --tw-shadow-color: rgb(17 94 89 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/60 {
  --tw-shadow-color: rgb(17 94 89 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/65 {
  --tw-shadow-color: rgb(17 94 89 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/70 {
  --tw-shadow-color: rgb(17 94 89 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/75 {
  --tw-shadow-color: rgb(17 94 89 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/80 {
  --tw-shadow-color: rgb(17 94 89 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/85 {
  --tw-shadow-color: rgb(17 94 89 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/90 {
  --tw-shadow-color: rgb(17 94 89 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/95 {
  --tw-shadow-color: rgb(17 94 89 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900 {
  --tw-shadow-color: #134e4a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/0 {
  --tw-shadow-color: rgb(19 78 74 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/10 {
  --tw-shadow-color: rgb(19 78 74 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/100 {
  --tw-shadow-color: rgb(19 78 74 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/15 {
  --tw-shadow-color: rgb(19 78 74 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/20 {
  --tw-shadow-color: rgb(19 78 74 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/25 {
  --tw-shadow-color: rgb(19 78 74 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/30 {
  --tw-shadow-color: rgb(19 78 74 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/35 {
  --tw-shadow-color: rgb(19 78 74 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/40 {
  --tw-shadow-color: rgb(19 78 74 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/45 {
  --tw-shadow-color: rgb(19 78 74 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/5 {
  --tw-shadow-color: rgb(19 78 74 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/50 {
  --tw-shadow-color: rgb(19 78 74 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/55 {
  --tw-shadow-color: rgb(19 78 74 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/60 {
  --tw-shadow-color: rgb(19 78 74 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/65 {
  --tw-shadow-color: rgb(19 78 74 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/70 {
  --tw-shadow-color: rgb(19 78 74 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/75 {
  --tw-shadow-color: rgb(19 78 74 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/80 {
  --tw-shadow-color: rgb(19 78 74 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/85 {
  --tw-shadow-color: rgb(19 78 74 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/90 {
  --tw-shadow-color: rgb(19 78 74 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/95 {
  --tw-shadow-color: rgb(19 78 74 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950 {
  --tw-shadow-color: #042f2e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/0 {
  --tw-shadow-color: rgb(4 47 46 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/10 {
  --tw-shadow-color: rgb(4 47 46 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/100 {
  --tw-shadow-color: rgb(4 47 46 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/15 {
  --tw-shadow-color: rgb(4 47 46 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/20 {
  --tw-shadow-color: rgb(4 47 46 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/25 {
  --tw-shadow-color: rgb(4 47 46 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/30 {
  --tw-shadow-color: rgb(4 47 46 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/35 {
  --tw-shadow-color: rgb(4 47 46 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/40 {
  --tw-shadow-color: rgb(4 47 46 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/45 {
  --tw-shadow-color: rgb(4 47 46 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/5 {
  --tw-shadow-color: rgb(4 47 46 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/50 {
  --tw-shadow-color: rgb(4 47 46 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/55 {
  --tw-shadow-color: rgb(4 47 46 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/60 {
  --tw-shadow-color: rgb(4 47 46 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/65 {
  --tw-shadow-color: rgb(4 47 46 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/70 {
  --tw-shadow-color: rgb(4 47 46 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/75 {
  --tw-shadow-color: rgb(4 47 46 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/80 {
  --tw-shadow-color: rgb(4 47 46 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/85 {
  --tw-shadow-color: rgb(4 47 46 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/90 {
  --tw-shadow-color: rgb(4 47 46 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/95 {
  --tw-shadow-color: rgb(4 47 46 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/15 {
  --tw-shadow-color: rgb(0 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/35 {
  --tw-shadow-color: rgb(0 0 0 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/45 {
  --tw-shadow-color: rgb(0 0 0 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/55 {
  --tw-shadow-color: rgb(0 0 0 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/65 {
  --tw-shadow-color: rgb(0 0 0 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/85 {
  --tw-shadow-color: rgb(0 0 0 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100 {
  --tw-shadow-color: #ede9fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/0 {
  --tw-shadow-color: rgb(237 233 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/10 {
  --tw-shadow-color: rgb(237 233 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/100 {
  --tw-shadow-color: rgb(237 233 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/15 {
  --tw-shadow-color: rgb(237 233 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/20 {
  --tw-shadow-color: rgb(237 233 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/25 {
  --tw-shadow-color: rgb(237 233 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/30 {
  --tw-shadow-color: rgb(237 233 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/35 {
  --tw-shadow-color: rgb(237 233 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/40 {
  --tw-shadow-color: rgb(237 233 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/45 {
  --tw-shadow-color: rgb(237 233 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/5 {
  --tw-shadow-color: rgb(237 233 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/50 {
  --tw-shadow-color: rgb(237 233 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/55 {
  --tw-shadow-color: rgb(237 233 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/60 {
  --tw-shadow-color: rgb(237 233 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/65 {
  --tw-shadow-color: rgb(237 233 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/70 {
  --tw-shadow-color: rgb(237 233 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/75 {
  --tw-shadow-color: rgb(237 233 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/80 {
  --tw-shadow-color: rgb(237 233 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/85 {
  --tw-shadow-color: rgb(237 233 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/90 {
  --tw-shadow-color: rgb(237 233 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/95 {
  --tw-shadow-color: rgb(237 233 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200 {
  --tw-shadow-color: #ddd6fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/0 {
  --tw-shadow-color: rgb(221 214 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/10 {
  --tw-shadow-color: rgb(221 214 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/100 {
  --tw-shadow-color: rgb(221 214 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/15 {
  --tw-shadow-color: rgb(221 214 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/20 {
  --tw-shadow-color: rgb(221 214 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/25 {
  --tw-shadow-color: rgb(221 214 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/30 {
  --tw-shadow-color: rgb(221 214 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/35 {
  --tw-shadow-color: rgb(221 214 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/40 {
  --tw-shadow-color: rgb(221 214 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/45 {
  --tw-shadow-color: rgb(221 214 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/5 {
  --tw-shadow-color: rgb(221 214 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/50 {
  --tw-shadow-color: rgb(221 214 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/55 {
  --tw-shadow-color: rgb(221 214 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/60 {
  --tw-shadow-color: rgb(221 214 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/65 {
  --tw-shadow-color: rgb(221 214 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/70 {
  --tw-shadow-color: rgb(221 214 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/75 {
  --tw-shadow-color: rgb(221 214 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/80 {
  --tw-shadow-color: rgb(221 214 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/85 {
  --tw-shadow-color: rgb(221 214 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/90 {
  --tw-shadow-color: rgb(221 214 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/95 {
  --tw-shadow-color: rgb(221 214 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300 {
  --tw-shadow-color: #c4b5fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/0 {
  --tw-shadow-color: rgb(196 181 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/10 {
  --tw-shadow-color: rgb(196 181 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/100 {
  --tw-shadow-color: rgb(196 181 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/15 {
  --tw-shadow-color: rgb(196 181 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/20 {
  --tw-shadow-color: rgb(196 181 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/25 {
  --tw-shadow-color: rgb(196 181 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/30 {
  --tw-shadow-color: rgb(196 181 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/35 {
  --tw-shadow-color: rgb(196 181 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/40 {
  --tw-shadow-color: rgb(196 181 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/45 {
  --tw-shadow-color: rgb(196 181 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/5 {
  --tw-shadow-color: rgb(196 181 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/50 {
  --tw-shadow-color: rgb(196 181 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/55 {
  --tw-shadow-color: rgb(196 181 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/60 {
  --tw-shadow-color: rgb(196 181 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/65 {
  --tw-shadow-color: rgb(196 181 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/70 {
  --tw-shadow-color: rgb(196 181 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/75 {
  --tw-shadow-color: rgb(196 181 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/80 {
  --tw-shadow-color: rgb(196 181 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/85 {
  --tw-shadow-color: rgb(196 181 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/90 {
  --tw-shadow-color: rgb(196 181 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/95 {
  --tw-shadow-color: rgb(196 181 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400 {
  --tw-shadow-color: #a78bfa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/0 {
  --tw-shadow-color: rgb(167 139 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/10 {
  --tw-shadow-color: rgb(167 139 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/100 {
  --tw-shadow-color: rgb(167 139 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/15 {
  --tw-shadow-color: rgb(167 139 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/20 {
  --tw-shadow-color: rgb(167 139 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/25 {
  --tw-shadow-color: rgb(167 139 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/30 {
  --tw-shadow-color: rgb(167 139 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/35 {
  --tw-shadow-color: rgb(167 139 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/40 {
  --tw-shadow-color: rgb(167 139 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/45 {
  --tw-shadow-color: rgb(167 139 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/5 {
  --tw-shadow-color: rgb(167 139 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/50 {
  --tw-shadow-color: rgb(167 139 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/55 {
  --tw-shadow-color: rgb(167 139 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/60 {
  --tw-shadow-color: rgb(167 139 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/65 {
  --tw-shadow-color: rgb(167 139 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/70 {
  --tw-shadow-color: rgb(167 139 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/75 {
  --tw-shadow-color: rgb(167 139 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/80 {
  --tw-shadow-color: rgb(167 139 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/85 {
  --tw-shadow-color: rgb(167 139 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/90 {
  --tw-shadow-color: rgb(167 139 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/95 {
  --tw-shadow-color: rgb(167 139 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50 {
  --tw-shadow-color: #f5f3ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/0 {
  --tw-shadow-color: rgb(245 243 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/10 {
  --tw-shadow-color: rgb(245 243 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/100 {
  --tw-shadow-color: rgb(245 243 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/15 {
  --tw-shadow-color: rgb(245 243 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/20 {
  --tw-shadow-color: rgb(245 243 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/25 {
  --tw-shadow-color: rgb(245 243 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/30 {
  --tw-shadow-color: rgb(245 243 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/35 {
  --tw-shadow-color: rgb(245 243 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/40 {
  --tw-shadow-color: rgb(245 243 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/45 {
  --tw-shadow-color: rgb(245 243 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/5 {
  --tw-shadow-color: rgb(245 243 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/50 {
  --tw-shadow-color: rgb(245 243 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/55 {
  --tw-shadow-color: rgb(245 243 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/60 {
  --tw-shadow-color: rgb(245 243 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/65 {
  --tw-shadow-color: rgb(245 243 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/70 {
  --tw-shadow-color: rgb(245 243 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/75 {
  --tw-shadow-color: rgb(245 243 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/80 {
  --tw-shadow-color: rgb(245 243 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/85 {
  --tw-shadow-color: rgb(245 243 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/90 {
  --tw-shadow-color: rgb(245 243 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/95 {
  --tw-shadow-color: rgb(245 243 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500 {
  --tw-shadow-color: #8b5cf6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/0 {
  --tw-shadow-color: rgb(139 92 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/10 {
  --tw-shadow-color: rgb(139 92 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/100 {
  --tw-shadow-color: rgb(139 92 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/15 {
  --tw-shadow-color: rgb(139 92 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/20 {
  --tw-shadow-color: rgb(139 92 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/25 {
  --tw-shadow-color: rgb(139 92 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/30 {
  --tw-shadow-color: rgb(139 92 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/35 {
  --tw-shadow-color: rgb(139 92 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/40 {
  --tw-shadow-color: rgb(139 92 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/45 {
  --tw-shadow-color: rgb(139 92 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/5 {
  --tw-shadow-color: rgb(139 92 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/50 {
  --tw-shadow-color: rgb(139 92 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/55 {
  --tw-shadow-color: rgb(139 92 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/60 {
  --tw-shadow-color: rgb(139 92 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/65 {
  --tw-shadow-color: rgb(139 92 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/70 {
  --tw-shadow-color: rgb(139 92 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/75 {
  --tw-shadow-color: rgb(139 92 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/80 {
  --tw-shadow-color: rgb(139 92 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/85 {
  --tw-shadow-color: rgb(139 92 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/90 {
  --tw-shadow-color: rgb(139 92 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/95 {
  --tw-shadow-color: rgb(139 92 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600 {
  --tw-shadow-color: #7c3aed;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/0 {
  --tw-shadow-color: rgb(124 58 237 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/10 {
  --tw-shadow-color: rgb(124 58 237 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/100 {
  --tw-shadow-color: rgb(124 58 237 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/15 {
  --tw-shadow-color: rgb(124 58 237 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/20 {
  --tw-shadow-color: rgb(124 58 237 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/25 {
  --tw-shadow-color: rgb(124 58 237 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/30 {
  --tw-shadow-color: rgb(124 58 237 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/35 {
  --tw-shadow-color: rgb(124 58 237 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/40 {
  --tw-shadow-color: rgb(124 58 237 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/45 {
  --tw-shadow-color: rgb(124 58 237 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/5 {
  --tw-shadow-color: rgb(124 58 237 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/50 {
  --tw-shadow-color: rgb(124 58 237 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/55 {
  --tw-shadow-color: rgb(124 58 237 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/60 {
  --tw-shadow-color: rgb(124 58 237 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/65 {
  --tw-shadow-color: rgb(124 58 237 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/70 {
  --tw-shadow-color: rgb(124 58 237 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/75 {
  --tw-shadow-color: rgb(124 58 237 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/80 {
  --tw-shadow-color: rgb(124 58 237 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/85 {
  --tw-shadow-color: rgb(124 58 237 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/90 {
  --tw-shadow-color: rgb(124 58 237 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/95 {
  --tw-shadow-color: rgb(124 58 237 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700 {
  --tw-shadow-color: #6d28d9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/0 {
  --tw-shadow-color: rgb(109 40 217 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/10 {
  --tw-shadow-color: rgb(109 40 217 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/100 {
  --tw-shadow-color: rgb(109 40 217 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/15 {
  --tw-shadow-color: rgb(109 40 217 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/20 {
  --tw-shadow-color: rgb(109 40 217 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/25 {
  --tw-shadow-color: rgb(109 40 217 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/30 {
  --tw-shadow-color: rgb(109 40 217 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/35 {
  --tw-shadow-color: rgb(109 40 217 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/40 {
  --tw-shadow-color: rgb(109 40 217 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/45 {
  --tw-shadow-color: rgb(109 40 217 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/5 {
  --tw-shadow-color: rgb(109 40 217 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/50 {
  --tw-shadow-color: rgb(109 40 217 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/55 {
  --tw-shadow-color: rgb(109 40 217 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/60 {
  --tw-shadow-color: rgb(109 40 217 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/65 {
  --tw-shadow-color: rgb(109 40 217 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/70 {
  --tw-shadow-color: rgb(109 40 217 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/75 {
  --tw-shadow-color: rgb(109 40 217 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/80 {
  --tw-shadow-color: rgb(109 40 217 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/85 {
  --tw-shadow-color: rgb(109 40 217 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/90 {
  --tw-shadow-color: rgb(109 40 217 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/95 {
  --tw-shadow-color: rgb(109 40 217 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800 {
  --tw-shadow-color: #5b21b6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/0 {
  --tw-shadow-color: rgb(91 33 182 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/10 {
  --tw-shadow-color: rgb(91 33 182 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/100 {
  --tw-shadow-color: rgb(91 33 182 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/15 {
  --tw-shadow-color: rgb(91 33 182 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/20 {
  --tw-shadow-color: rgb(91 33 182 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/25 {
  --tw-shadow-color: rgb(91 33 182 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/30 {
  --tw-shadow-color: rgb(91 33 182 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/35 {
  --tw-shadow-color: rgb(91 33 182 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/40 {
  --tw-shadow-color: rgb(91 33 182 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/45 {
  --tw-shadow-color: rgb(91 33 182 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/5 {
  --tw-shadow-color: rgb(91 33 182 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/50 {
  --tw-shadow-color: rgb(91 33 182 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/55 {
  --tw-shadow-color: rgb(91 33 182 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/60 {
  --tw-shadow-color: rgb(91 33 182 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/65 {
  --tw-shadow-color: rgb(91 33 182 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/70 {
  --tw-shadow-color: rgb(91 33 182 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/75 {
  --tw-shadow-color: rgb(91 33 182 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/80 {
  --tw-shadow-color: rgb(91 33 182 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/85 {
  --tw-shadow-color: rgb(91 33 182 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/90 {
  --tw-shadow-color: rgb(91 33 182 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/95 {
  --tw-shadow-color: rgb(91 33 182 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900 {
  --tw-shadow-color: #4c1d95;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/0 {
  --tw-shadow-color: rgb(76 29 149 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/10 {
  --tw-shadow-color: rgb(76 29 149 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/100 {
  --tw-shadow-color: rgb(76 29 149 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/15 {
  --tw-shadow-color: rgb(76 29 149 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/20 {
  --tw-shadow-color: rgb(76 29 149 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/25 {
  --tw-shadow-color: rgb(76 29 149 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/30 {
  --tw-shadow-color: rgb(76 29 149 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/35 {
  --tw-shadow-color: rgb(76 29 149 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/40 {
  --tw-shadow-color: rgb(76 29 149 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/45 {
  --tw-shadow-color: rgb(76 29 149 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/5 {
  --tw-shadow-color: rgb(76 29 149 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/50 {
  --tw-shadow-color: rgb(76 29 149 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/55 {
  --tw-shadow-color: rgb(76 29 149 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/60 {
  --tw-shadow-color: rgb(76 29 149 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/65 {
  --tw-shadow-color: rgb(76 29 149 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/70 {
  --tw-shadow-color: rgb(76 29 149 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/75 {
  --tw-shadow-color: rgb(76 29 149 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/80 {
  --tw-shadow-color: rgb(76 29 149 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/85 {
  --tw-shadow-color: rgb(76 29 149 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/90 {
  --tw-shadow-color: rgb(76 29 149 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/95 {
  --tw-shadow-color: rgb(76 29 149 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950 {
  --tw-shadow-color: #2e1065;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/0 {
  --tw-shadow-color: rgb(46 16 101 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/10 {
  --tw-shadow-color: rgb(46 16 101 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/100 {
  --tw-shadow-color: rgb(46 16 101 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/15 {
  --tw-shadow-color: rgb(46 16 101 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/20 {
  --tw-shadow-color: rgb(46 16 101 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/25 {
  --tw-shadow-color: rgb(46 16 101 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/30 {
  --tw-shadow-color: rgb(46 16 101 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/35 {
  --tw-shadow-color: rgb(46 16 101 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/40 {
  --tw-shadow-color: rgb(46 16 101 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/45 {
  --tw-shadow-color: rgb(46 16 101 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/5 {
  --tw-shadow-color: rgb(46 16 101 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/50 {
  --tw-shadow-color: rgb(46 16 101 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/55 {
  --tw-shadow-color: rgb(46 16 101 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/60 {
  --tw-shadow-color: rgb(46 16 101 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/65 {
  --tw-shadow-color: rgb(46 16 101 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/70 {
  --tw-shadow-color: rgb(46 16 101 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/75 {
  --tw-shadow-color: rgb(46 16 101 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/80 {
  --tw-shadow-color: rgb(46 16 101 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/85 {
  --tw-shadow-color: rgb(46 16 101 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/90 {
  --tw-shadow-color: rgb(46 16 101 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/95 {
  --tw-shadow-color: rgb(46 16 101 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white {
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/15 {
  --tw-shadow-color: rgb(255 255 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/35 {
  --tw-shadow-color: rgb(255 255 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/45 {
  --tw-shadow-color: rgb(255 255 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/55 {
  --tw-shadow-color: rgb(255 255 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/65 {
  --tw-shadow-color: rgb(255 255 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/85 {
  --tw-shadow-color: rgb(255 255 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100 {
  --tw-shadow-color: #fef9c3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/0 {
  --tw-shadow-color: rgb(254 249 195 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/10 {
  --tw-shadow-color: rgb(254 249 195 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/100 {
  --tw-shadow-color: rgb(254 249 195 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/15 {
  --tw-shadow-color: rgb(254 249 195 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/20 {
  --tw-shadow-color: rgb(254 249 195 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/25 {
  --tw-shadow-color: rgb(254 249 195 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/30 {
  --tw-shadow-color: rgb(254 249 195 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/35 {
  --tw-shadow-color: rgb(254 249 195 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/40 {
  --tw-shadow-color: rgb(254 249 195 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/45 {
  --tw-shadow-color: rgb(254 249 195 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/5 {
  --tw-shadow-color: rgb(254 249 195 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/50 {
  --tw-shadow-color: rgb(254 249 195 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/55 {
  --tw-shadow-color: rgb(254 249 195 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/60 {
  --tw-shadow-color: rgb(254 249 195 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/65 {
  --tw-shadow-color: rgb(254 249 195 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/70 {
  --tw-shadow-color: rgb(254 249 195 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/75 {
  --tw-shadow-color: rgb(254 249 195 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/80 {
  --tw-shadow-color: rgb(254 249 195 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/85 {
  --tw-shadow-color: rgb(254 249 195 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/90 {
  --tw-shadow-color: rgb(254 249 195 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/95 {
  --tw-shadow-color: rgb(254 249 195 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200 {
  --tw-shadow-color: #fef08a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/0 {
  --tw-shadow-color: rgb(254 240 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/10 {
  --tw-shadow-color: rgb(254 240 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/100 {
  --tw-shadow-color: rgb(254 240 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/15 {
  --tw-shadow-color: rgb(254 240 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/20 {
  --tw-shadow-color: rgb(254 240 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/25 {
  --tw-shadow-color: rgb(254 240 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/30 {
  --tw-shadow-color: rgb(254 240 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/35 {
  --tw-shadow-color: rgb(254 240 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/40 {
  --tw-shadow-color: rgb(254 240 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/45 {
  --tw-shadow-color: rgb(254 240 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/5 {
  --tw-shadow-color: rgb(254 240 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/50 {
  --tw-shadow-color: rgb(254 240 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/55 {
  --tw-shadow-color: rgb(254 240 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/60 {
  --tw-shadow-color: rgb(254 240 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/65 {
  --tw-shadow-color: rgb(254 240 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/70 {
  --tw-shadow-color: rgb(254 240 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/75 {
  --tw-shadow-color: rgb(254 240 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/80 {
  --tw-shadow-color: rgb(254 240 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/85 {
  --tw-shadow-color: rgb(254 240 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/90 {
  --tw-shadow-color: rgb(254 240 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/95 {
  --tw-shadow-color: rgb(254 240 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300 {
  --tw-shadow-color: #fde047;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/0 {
  --tw-shadow-color: rgb(253 224 71 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/10 {
  --tw-shadow-color: rgb(253 224 71 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/100 {
  --tw-shadow-color: rgb(253 224 71 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/15 {
  --tw-shadow-color: rgb(253 224 71 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/20 {
  --tw-shadow-color: rgb(253 224 71 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/25 {
  --tw-shadow-color: rgb(253 224 71 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/30 {
  --tw-shadow-color: rgb(253 224 71 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/35 {
  --tw-shadow-color: rgb(253 224 71 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/40 {
  --tw-shadow-color: rgb(253 224 71 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/45 {
  --tw-shadow-color: rgb(253 224 71 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/5 {
  --tw-shadow-color: rgb(253 224 71 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/50 {
  --tw-shadow-color: rgb(253 224 71 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/55 {
  --tw-shadow-color: rgb(253 224 71 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/60 {
  --tw-shadow-color: rgb(253 224 71 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/65 {
  --tw-shadow-color: rgb(253 224 71 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/70 {
  --tw-shadow-color: rgb(253 224 71 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/75 {
  --tw-shadow-color: rgb(253 224 71 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/80 {
  --tw-shadow-color: rgb(253 224 71 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/85 {
  --tw-shadow-color: rgb(253 224 71 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/90 {
  --tw-shadow-color: rgb(253 224 71 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/95 {
  --tw-shadow-color: rgb(253 224 71 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400 {
  --tw-shadow-color: #facc15;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/0 {
  --tw-shadow-color: rgb(250 204 21 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/10 {
  --tw-shadow-color: rgb(250 204 21 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/100 {
  --tw-shadow-color: rgb(250 204 21 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/15 {
  --tw-shadow-color: rgb(250 204 21 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/20 {
  --tw-shadow-color: rgb(250 204 21 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/25 {
  --tw-shadow-color: rgb(250 204 21 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/30 {
  --tw-shadow-color: rgb(250 204 21 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/35 {
  --tw-shadow-color: rgb(250 204 21 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/40 {
  --tw-shadow-color: rgb(250 204 21 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/45 {
  --tw-shadow-color: rgb(250 204 21 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/5 {
  --tw-shadow-color: rgb(250 204 21 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/50 {
  --tw-shadow-color: rgb(250 204 21 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/55 {
  --tw-shadow-color: rgb(250 204 21 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/60 {
  --tw-shadow-color: rgb(250 204 21 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/65 {
  --tw-shadow-color: rgb(250 204 21 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/70 {
  --tw-shadow-color: rgb(250 204 21 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/75 {
  --tw-shadow-color: rgb(250 204 21 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/80 {
  --tw-shadow-color: rgb(250 204 21 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/85 {
  --tw-shadow-color: rgb(250 204 21 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/90 {
  --tw-shadow-color: rgb(250 204 21 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/95 {
  --tw-shadow-color: rgb(250 204 21 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50 {
  --tw-shadow-color: #fefce8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/0 {
  --tw-shadow-color: rgb(254 252 232 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/10 {
  --tw-shadow-color: rgb(254 252 232 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/100 {
  --tw-shadow-color: rgb(254 252 232 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/15 {
  --tw-shadow-color: rgb(254 252 232 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/20 {
  --tw-shadow-color: rgb(254 252 232 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/25 {
  --tw-shadow-color: rgb(254 252 232 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/30 {
  --tw-shadow-color: rgb(254 252 232 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/35 {
  --tw-shadow-color: rgb(254 252 232 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/40 {
  --tw-shadow-color: rgb(254 252 232 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/45 {
  --tw-shadow-color: rgb(254 252 232 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/5 {
  --tw-shadow-color: rgb(254 252 232 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/50 {
  --tw-shadow-color: rgb(254 252 232 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/55 {
  --tw-shadow-color: rgb(254 252 232 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/60 {
  --tw-shadow-color: rgb(254 252 232 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/65 {
  --tw-shadow-color: rgb(254 252 232 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/70 {
  --tw-shadow-color: rgb(254 252 232 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/75 {
  --tw-shadow-color: rgb(254 252 232 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/80 {
  --tw-shadow-color: rgb(254 252 232 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/85 {
  --tw-shadow-color: rgb(254 252 232 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/90 {
  --tw-shadow-color: rgb(254 252 232 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/95 {
  --tw-shadow-color: rgb(254 252 232 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500 {
  --tw-shadow-color: #eab308;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/0 {
  --tw-shadow-color: rgb(234 179 8 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/10 {
  --tw-shadow-color: rgb(234 179 8 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/100 {
  --tw-shadow-color: rgb(234 179 8 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/15 {
  --tw-shadow-color: rgb(234 179 8 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/20 {
  --tw-shadow-color: rgb(234 179 8 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/25 {
  --tw-shadow-color: rgb(234 179 8 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/30 {
  --tw-shadow-color: rgb(234 179 8 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/35 {
  --tw-shadow-color: rgb(234 179 8 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/40 {
  --tw-shadow-color: rgb(234 179 8 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/45 {
  --tw-shadow-color: rgb(234 179 8 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/5 {
  --tw-shadow-color: rgb(234 179 8 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/50 {
  --tw-shadow-color: rgb(234 179 8 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/55 {
  --tw-shadow-color: rgb(234 179 8 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/60 {
  --tw-shadow-color: rgb(234 179 8 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/65 {
  --tw-shadow-color: rgb(234 179 8 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/70 {
  --tw-shadow-color: rgb(234 179 8 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/75 {
  --tw-shadow-color: rgb(234 179 8 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/80 {
  --tw-shadow-color: rgb(234 179 8 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/85 {
  --tw-shadow-color: rgb(234 179 8 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/90 {
  --tw-shadow-color: rgb(234 179 8 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/95 {
  --tw-shadow-color: rgb(234 179 8 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600 {
  --tw-shadow-color: #ca8a04;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/0 {
  --tw-shadow-color: rgb(202 138 4 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/10 {
  --tw-shadow-color: rgb(202 138 4 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/100 {
  --tw-shadow-color: rgb(202 138 4 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/15 {
  --tw-shadow-color: rgb(202 138 4 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/20 {
  --tw-shadow-color: rgb(202 138 4 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/25 {
  --tw-shadow-color: rgb(202 138 4 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/30 {
  --tw-shadow-color: rgb(202 138 4 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/35 {
  --tw-shadow-color: rgb(202 138 4 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/40 {
  --tw-shadow-color: rgb(202 138 4 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/45 {
  --tw-shadow-color: rgb(202 138 4 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/5 {
  --tw-shadow-color: rgb(202 138 4 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/50 {
  --tw-shadow-color: rgb(202 138 4 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/55 {
  --tw-shadow-color: rgb(202 138 4 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/60 {
  --tw-shadow-color: rgb(202 138 4 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/65 {
  --tw-shadow-color: rgb(202 138 4 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/70 {
  --tw-shadow-color: rgb(202 138 4 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/75 {
  --tw-shadow-color: rgb(202 138 4 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/80 {
  --tw-shadow-color: rgb(202 138 4 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/85 {
  --tw-shadow-color: rgb(202 138 4 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/90 {
  --tw-shadow-color: rgb(202 138 4 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/95 {
  --tw-shadow-color: rgb(202 138 4 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700 {
  --tw-shadow-color: #a16207;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/0 {
  --tw-shadow-color: rgb(161 98 7 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/10 {
  --tw-shadow-color: rgb(161 98 7 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/100 {
  --tw-shadow-color: rgb(161 98 7 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/15 {
  --tw-shadow-color: rgb(161 98 7 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/20 {
  --tw-shadow-color: rgb(161 98 7 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/25 {
  --tw-shadow-color: rgb(161 98 7 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/30 {
  --tw-shadow-color: rgb(161 98 7 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/35 {
  --tw-shadow-color: rgb(161 98 7 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/40 {
  --tw-shadow-color: rgb(161 98 7 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/45 {
  --tw-shadow-color: rgb(161 98 7 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/5 {
  --tw-shadow-color: rgb(161 98 7 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/50 {
  --tw-shadow-color: rgb(161 98 7 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/55 {
  --tw-shadow-color: rgb(161 98 7 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/60 {
  --tw-shadow-color: rgb(161 98 7 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/65 {
  --tw-shadow-color: rgb(161 98 7 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/70 {
  --tw-shadow-color: rgb(161 98 7 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/75 {
  --tw-shadow-color: rgb(161 98 7 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/80 {
  --tw-shadow-color: rgb(161 98 7 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/85 {
  --tw-shadow-color: rgb(161 98 7 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/90 {
  --tw-shadow-color: rgb(161 98 7 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/95 {
  --tw-shadow-color: rgb(161 98 7 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800 {
  --tw-shadow-color: #854d0e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/0 {
  --tw-shadow-color: rgb(133 77 14 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/10 {
  --tw-shadow-color: rgb(133 77 14 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/100 {
  --tw-shadow-color: rgb(133 77 14 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/15 {
  --tw-shadow-color: rgb(133 77 14 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/20 {
  --tw-shadow-color: rgb(133 77 14 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/25 {
  --tw-shadow-color: rgb(133 77 14 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/30 {
  --tw-shadow-color: rgb(133 77 14 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/35 {
  --tw-shadow-color: rgb(133 77 14 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/40 {
  --tw-shadow-color: rgb(133 77 14 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/45 {
  --tw-shadow-color: rgb(133 77 14 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/5 {
  --tw-shadow-color: rgb(133 77 14 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/50 {
  --tw-shadow-color: rgb(133 77 14 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/55 {
  --tw-shadow-color: rgb(133 77 14 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/60 {
  --tw-shadow-color: rgb(133 77 14 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/65 {
  --tw-shadow-color: rgb(133 77 14 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/70 {
  --tw-shadow-color: rgb(133 77 14 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/75 {
  --tw-shadow-color: rgb(133 77 14 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/80 {
  --tw-shadow-color: rgb(133 77 14 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/85 {
  --tw-shadow-color: rgb(133 77 14 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/90 {
  --tw-shadow-color: rgb(133 77 14 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/95 {
  --tw-shadow-color: rgb(133 77 14 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900 {
  --tw-shadow-color: #713f12;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/0 {
  --tw-shadow-color: rgb(113 63 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/10 {
  --tw-shadow-color: rgb(113 63 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/100 {
  --tw-shadow-color: rgb(113 63 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/15 {
  --tw-shadow-color: rgb(113 63 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/20 {
  --tw-shadow-color: rgb(113 63 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/25 {
  --tw-shadow-color: rgb(113 63 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/30 {
  --tw-shadow-color: rgb(113 63 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/35 {
  --tw-shadow-color: rgb(113 63 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/40 {
  --tw-shadow-color: rgb(113 63 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/45 {
  --tw-shadow-color: rgb(113 63 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/5 {
  --tw-shadow-color: rgb(113 63 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/50 {
  --tw-shadow-color: rgb(113 63 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/55 {
  --tw-shadow-color: rgb(113 63 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/60 {
  --tw-shadow-color: rgb(113 63 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/65 {
  --tw-shadow-color: rgb(113 63 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/70 {
  --tw-shadow-color: rgb(113 63 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/75 {
  --tw-shadow-color: rgb(113 63 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/80 {
  --tw-shadow-color: rgb(113 63 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/85 {
  --tw-shadow-color: rgb(113 63 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/90 {
  --tw-shadow-color: rgb(113 63 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/95 {
  --tw-shadow-color: rgb(113 63 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950 {
  --tw-shadow-color: #422006;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/0 {
  --tw-shadow-color: rgb(66 32 6 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/10 {
  --tw-shadow-color: rgb(66 32 6 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/100 {
  --tw-shadow-color: rgb(66 32 6 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/15 {
  --tw-shadow-color: rgb(66 32 6 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/20 {
  --tw-shadow-color: rgb(66 32 6 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/25 {
  --tw-shadow-color: rgb(66 32 6 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/30 {
  --tw-shadow-color: rgb(66 32 6 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/35 {
  --tw-shadow-color: rgb(66 32 6 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/40 {
  --tw-shadow-color: rgb(66 32 6 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/45 {
  --tw-shadow-color: rgb(66 32 6 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/5 {
  --tw-shadow-color: rgb(66 32 6 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/50 {
  --tw-shadow-color: rgb(66 32 6 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/55 {
  --tw-shadow-color: rgb(66 32 6 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/60 {
  --tw-shadow-color: rgb(66 32 6 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/65 {
  --tw-shadow-color: rgb(66 32 6 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/70 {
  --tw-shadow-color: rgb(66 32 6 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/75 {
  --tw-shadow-color: rgb(66 32 6 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/80 {
  --tw-shadow-color: rgb(66 32 6 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/85 {
  --tw-shadow-color: rgb(66 32 6 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/90 {
  --tw-shadow-color: rgb(66 32 6 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/95 {
  --tw-shadow-color: rgb(66 32 6 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100 {
  --tw-shadow-color: #f4f4f5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/0 {
  --tw-shadow-color: rgb(244 244 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/10 {
  --tw-shadow-color: rgb(244 244 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/100 {
  --tw-shadow-color: rgb(244 244 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/15 {
  --tw-shadow-color: rgb(244 244 245 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/20 {
  --tw-shadow-color: rgb(244 244 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/25 {
  --tw-shadow-color: rgb(244 244 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/30 {
  --tw-shadow-color: rgb(244 244 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/35 {
  --tw-shadow-color: rgb(244 244 245 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/40 {
  --tw-shadow-color: rgb(244 244 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/45 {
  --tw-shadow-color: rgb(244 244 245 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/5 {
  --tw-shadow-color: rgb(244 244 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/50 {
  --tw-shadow-color: rgb(244 244 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/55 {
  --tw-shadow-color: rgb(244 244 245 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/60 {
  --tw-shadow-color: rgb(244 244 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/65 {
  --tw-shadow-color: rgb(244 244 245 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/70 {
  --tw-shadow-color: rgb(244 244 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/75 {
  --tw-shadow-color: rgb(244 244 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/80 {
  --tw-shadow-color: rgb(244 244 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/85 {
  --tw-shadow-color: rgb(244 244 245 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/90 {
  --tw-shadow-color: rgb(244 244 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/95 {
  --tw-shadow-color: rgb(244 244 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200 {
  --tw-shadow-color: #e4e4e7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/0 {
  --tw-shadow-color: rgb(228 228 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/10 {
  --tw-shadow-color: rgb(228 228 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/100 {
  --tw-shadow-color: rgb(228 228 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/15 {
  --tw-shadow-color: rgb(228 228 231 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/20 {
  --tw-shadow-color: rgb(228 228 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/25 {
  --tw-shadow-color: rgb(228 228 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/30 {
  --tw-shadow-color: rgb(228 228 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/35 {
  --tw-shadow-color: rgb(228 228 231 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/40 {
  --tw-shadow-color: rgb(228 228 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/45 {
  --tw-shadow-color: rgb(228 228 231 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/5 {
  --tw-shadow-color: rgb(228 228 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/50 {
  --tw-shadow-color: rgb(228 228 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/55 {
  --tw-shadow-color: rgb(228 228 231 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/60 {
  --tw-shadow-color: rgb(228 228 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/65 {
  --tw-shadow-color: rgb(228 228 231 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/70 {
  --tw-shadow-color: rgb(228 228 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/75 {
  --tw-shadow-color: rgb(228 228 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/80 {
  --tw-shadow-color: rgb(228 228 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/85 {
  --tw-shadow-color: rgb(228 228 231 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/90 {
  --tw-shadow-color: rgb(228 228 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/95 {
  --tw-shadow-color: rgb(228 228 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300 {
  --tw-shadow-color: #d4d4d8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/0 {
  --tw-shadow-color: rgb(212 212 216 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/10 {
  --tw-shadow-color: rgb(212 212 216 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/100 {
  --tw-shadow-color: rgb(212 212 216 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/15 {
  --tw-shadow-color: rgb(212 212 216 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/20 {
  --tw-shadow-color: rgb(212 212 216 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/25 {
  --tw-shadow-color: rgb(212 212 216 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/30 {
  --tw-shadow-color: rgb(212 212 216 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/35 {
  --tw-shadow-color: rgb(212 212 216 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/40 {
  --tw-shadow-color: rgb(212 212 216 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/45 {
  --tw-shadow-color: rgb(212 212 216 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/5 {
  --tw-shadow-color: rgb(212 212 216 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/50 {
  --tw-shadow-color: rgb(212 212 216 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/55 {
  --tw-shadow-color: rgb(212 212 216 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/60 {
  --tw-shadow-color: rgb(212 212 216 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/65 {
  --tw-shadow-color: rgb(212 212 216 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/70 {
  --tw-shadow-color: rgb(212 212 216 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/75 {
  --tw-shadow-color: rgb(212 212 216 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/80 {
  --tw-shadow-color: rgb(212 212 216 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/85 {
  --tw-shadow-color: rgb(212 212 216 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/90 {
  --tw-shadow-color: rgb(212 212 216 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/95 {
  --tw-shadow-color: rgb(212 212 216 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400 {
  --tw-shadow-color: #a1a1aa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/0 {
  --tw-shadow-color: rgb(161 161 170 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/10 {
  --tw-shadow-color: rgb(161 161 170 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/100 {
  --tw-shadow-color: rgb(161 161 170 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/15 {
  --tw-shadow-color: rgb(161 161 170 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/20 {
  --tw-shadow-color: rgb(161 161 170 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/25 {
  --tw-shadow-color: rgb(161 161 170 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/30 {
  --tw-shadow-color: rgb(161 161 170 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/35 {
  --tw-shadow-color: rgb(161 161 170 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/40 {
  --tw-shadow-color: rgb(161 161 170 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/45 {
  --tw-shadow-color: rgb(161 161 170 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/5 {
  --tw-shadow-color: rgb(161 161 170 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/50 {
  --tw-shadow-color: rgb(161 161 170 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/55 {
  --tw-shadow-color: rgb(161 161 170 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/60 {
  --tw-shadow-color: rgb(161 161 170 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/65 {
  --tw-shadow-color: rgb(161 161 170 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/70 {
  --tw-shadow-color: rgb(161 161 170 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/75 {
  --tw-shadow-color: rgb(161 161 170 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/80 {
  --tw-shadow-color: rgb(161 161 170 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/85 {
  --tw-shadow-color: rgb(161 161 170 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/90 {
  --tw-shadow-color: rgb(161 161 170 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/95 {
  --tw-shadow-color: rgb(161 161 170 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50 {
  --tw-shadow-color: #fafafa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/0 {
  --tw-shadow-color: rgb(250 250 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/10 {
  --tw-shadow-color: rgb(250 250 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/100 {
  --tw-shadow-color: rgb(250 250 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/15 {
  --tw-shadow-color: rgb(250 250 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/20 {
  --tw-shadow-color: rgb(250 250 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/25 {
  --tw-shadow-color: rgb(250 250 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/30 {
  --tw-shadow-color: rgb(250 250 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/35 {
  --tw-shadow-color: rgb(250 250 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/40 {
  --tw-shadow-color: rgb(250 250 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/45 {
  --tw-shadow-color: rgb(250 250 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/5 {
  --tw-shadow-color: rgb(250 250 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/50 {
  --tw-shadow-color: rgb(250 250 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/55 {
  --tw-shadow-color: rgb(250 250 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/60 {
  --tw-shadow-color: rgb(250 250 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/65 {
  --tw-shadow-color: rgb(250 250 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/70 {
  --tw-shadow-color: rgb(250 250 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/75 {
  --tw-shadow-color: rgb(250 250 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/80 {
  --tw-shadow-color: rgb(250 250 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/85 {
  --tw-shadow-color: rgb(250 250 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/90 {
  --tw-shadow-color: rgb(250 250 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/95 {
  --tw-shadow-color: rgb(250 250 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500 {
  --tw-shadow-color: #71717a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/0 {
  --tw-shadow-color: rgb(113 113 122 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/10 {
  --tw-shadow-color: rgb(113 113 122 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/100 {
  --tw-shadow-color: rgb(113 113 122 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/15 {
  --tw-shadow-color: rgb(113 113 122 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/20 {
  --tw-shadow-color: rgb(113 113 122 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/25 {
  --tw-shadow-color: rgb(113 113 122 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/30 {
  --tw-shadow-color: rgb(113 113 122 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/35 {
  --tw-shadow-color: rgb(113 113 122 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/40 {
  --tw-shadow-color: rgb(113 113 122 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/45 {
  --tw-shadow-color: rgb(113 113 122 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/5 {
  --tw-shadow-color: rgb(113 113 122 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/50 {
  --tw-shadow-color: rgb(113 113 122 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/55 {
  --tw-shadow-color: rgb(113 113 122 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/60 {
  --tw-shadow-color: rgb(113 113 122 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/65 {
  --tw-shadow-color: rgb(113 113 122 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/70 {
  --tw-shadow-color: rgb(113 113 122 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/75 {
  --tw-shadow-color: rgb(113 113 122 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/80 {
  --tw-shadow-color: rgb(113 113 122 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/85 {
  --tw-shadow-color: rgb(113 113 122 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/90 {
  --tw-shadow-color: rgb(113 113 122 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/95 {
  --tw-shadow-color: rgb(113 113 122 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600 {
  --tw-shadow-color: #52525b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/0 {
  --tw-shadow-color: rgb(82 82 91 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/10 {
  --tw-shadow-color: rgb(82 82 91 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/100 {
  --tw-shadow-color: rgb(82 82 91 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/15 {
  --tw-shadow-color: rgb(82 82 91 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/20 {
  --tw-shadow-color: rgb(82 82 91 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/25 {
  --tw-shadow-color: rgb(82 82 91 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/30 {
  --tw-shadow-color: rgb(82 82 91 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/35 {
  --tw-shadow-color: rgb(82 82 91 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/40 {
  --tw-shadow-color: rgb(82 82 91 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/45 {
  --tw-shadow-color: rgb(82 82 91 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/5 {
  --tw-shadow-color: rgb(82 82 91 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/50 {
  --tw-shadow-color: rgb(82 82 91 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/55 {
  --tw-shadow-color: rgb(82 82 91 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/60 {
  --tw-shadow-color: rgb(82 82 91 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/65 {
  --tw-shadow-color: rgb(82 82 91 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/70 {
  --tw-shadow-color: rgb(82 82 91 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/75 {
  --tw-shadow-color: rgb(82 82 91 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/80 {
  --tw-shadow-color: rgb(82 82 91 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/85 {
  --tw-shadow-color: rgb(82 82 91 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/90 {
  --tw-shadow-color: rgb(82 82 91 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/95 {
  --tw-shadow-color: rgb(82 82 91 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700 {
  --tw-shadow-color: #3f3f46;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/0 {
  --tw-shadow-color: rgb(63 63 70 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/10 {
  --tw-shadow-color: rgb(63 63 70 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/100 {
  --tw-shadow-color: rgb(63 63 70 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/15 {
  --tw-shadow-color: rgb(63 63 70 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/20 {
  --tw-shadow-color: rgb(63 63 70 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/25 {
  --tw-shadow-color: rgb(63 63 70 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/30 {
  --tw-shadow-color: rgb(63 63 70 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/35 {
  --tw-shadow-color: rgb(63 63 70 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/40 {
  --tw-shadow-color: rgb(63 63 70 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/45 {
  --tw-shadow-color: rgb(63 63 70 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/5 {
  --tw-shadow-color: rgb(63 63 70 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/50 {
  --tw-shadow-color: rgb(63 63 70 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/55 {
  --tw-shadow-color: rgb(63 63 70 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/60 {
  --tw-shadow-color: rgb(63 63 70 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/65 {
  --tw-shadow-color: rgb(63 63 70 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/70 {
  --tw-shadow-color: rgb(63 63 70 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/75 {
  --tw-shadow-color: rgb(63 63 70 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/80 {
  --tw-shadow-color: rgb(63 63 70 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/85 {
  --tw-shadow-color: rgb(63 63 70 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/90 {
  --tw-shadow-color: rgb(63 63 70 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/95 {
  --tw-shadow-color: rgb(63 63 70 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800 {
  --tw-shadow-color: #27272a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/0 {
  --tw-shadow-color: rgb(39 39 42 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/10 {
  --tw-shadow-color: rgb(39 39 42 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/100 {
  --tw-shadow-color: rgb(39 39 42 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/15 {
  --tw-shadow-color: rgb(39 39 42 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/20 {
  --tw-shadow-color: rgb(39 39 42 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/25 {
  --tw-shadow-color: rgb(39 39 42 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/30 {
  --tw-shadow-color: rgb(39 39 42 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/35 {
  --tw-shadow-color: rgb(39 39 42 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/40 {
  --tw-shadow-color: rgb(39 39 42 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/45 {
  --tw-shadow-color: rgb(39 39 42 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/5 {
  --tw-shadow-color: rgb(39 39 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/50 {
  --tw-shadow-color: rgb(39 39 42 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/55 {
  --tw-shadow-color: rgb(39 39 42 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/60 {
  --tw-shadow-color: rgb(39 39 42 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/65 {
  --tw-shadow-color: rgb(39 39 42 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/70 {
  --tw-shadow-color: rgb(39 39 42 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/75 {
  --tw-shadow-color: rgb(39 39 42 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/80 {
  --tw-shadow-color: rgb(39 39 42 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/85 {
  --tw-shadow-color: rgb(39 39 42 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/90 {
  --tw-shadow-color: rgb(39 39 42 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/95 {
  --tw-shadow-color: rgb(39 39 42 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900 {
  --tw-shadow-color: #18181b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/0 {
  --tw-shadow-color: rgb(24 24 27 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/10 {
  --tw-shadow-color: rgb(24 24 27 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/100 {
  --tw-shadow-color: rgb(24 24 27 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/15 {
  --tw-shadow-color: rgb(24 24 27 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/20 {
  --tw-shadow-color: rgb(24 24 27 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/25 {
  --tw-shadow-color: rgb(24 24 27 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/30 {
  --tw-shadow-color: rgb(24 24 27 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/35 {
  --tw-shadow-color: rgb(24 24 27 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/40 {
  --tw-shadow-color: rgb(24 24 27 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/45 {
  --tw-shadow-color: rgb(24 24 27 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/5 {
  --tw-shadow-color: rgb(24 24 27 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/50 {
  --tw-shadow-color: rgb(24 24 27 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/55 {
  --tw-shadow-color: rgb(24 24 27 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/60 {
  --tw-shadow-color: rgb(24 24 27 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/65 {
  --tw-shadow-color: rgb(24 24 27 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/70 {
  --tw-shadow-color: rgb(24 24 27 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/75 {
  --tw-shadow-color: rgb(24 24 27 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/80 {
  --tw-shadow-color: rgb(24 24 27 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/85 {
  --tw-shadow-color: rgb(24 24 27 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/90 {
  --tw-shadow-color: rgb(24 24 27 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/95 {
  --tw-shadow-color: rgb(24 24 27 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950 {
  --tw-shadow-color: #09090b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/0 {
  --tw-shadow-color: rgb(9 9 11 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/10 {
  --tw-shadow-color: rgb(9 9 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/100 {
  --tw-shadow-color: rgb(9 9 11 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/15 {
  --tw-shadow-color: rgb(9 9 11 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/20 {
  --tw-shadow-color: rgb(9 9 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/25 {
  --tw-shadow-color: rgb(9 9 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/30 {
  --tw-shadow-color: rgb(9 9 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/35 {
  --tw-shadow-color: rgb(9 9 11 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/40 {
  --tw-shadow-color: rgb(9 9 11 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/45 {
  --tw-shadow-color: rgb(9 9 11 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/5 {
  --tw-shadow-color: rgb(9 9 11 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/50 {
  --tw-shadow-color: rgb(9 9 11 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/55 {
  --tw-shadow-color: rgb(9 9 11 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/60 {
  --tw-shadow-color: rgb(9 9 11 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/65 {
  --tw-shadow-color: rgb(9 9 11 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/70 {
  --tw-shadow-color: rgb(9 9 11 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/75 {
  --tw-shadow-color: rgb(9 9 11 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/80 {
  --tw-shadow-color: rgb(9 9 11 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/85 {
  --tw-shadow-color: rgb(9 9 11 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/90 {
  --tw-shadow-color: rgb(9 9 11 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/95 {
  --tw-shadow-color: rgb(9 9 11 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-dashed {
  outline-style: dashed;
}

.outline-dotted {
  outline-style: dotted;
}

.outline-double {
  outline-style: double;
}

.outline-yellow-100 {
  outline-color: #fef9c3;
}

.outline-yellow-100\/0 {
  outline-color: rgb(254 249 195 / 0);
}

.outline-yellow-100\/10 {
  outline-color: rgb(254 249 195 / 0.1);
}

.outline-yellow-100\/100 {
  outline-color: rgb(254 249 195 / 1);
}

.outline-yellow-100\/15 {
  outline-color: rgb(254 249 195 / 0.15);
}

.outline-yellow-100\/20 {
  outline-color: rgb(254 249 195 / 0.2);
}

.outline-yellow-100\/25 {
  outline-color: rgb(254 249 195 / 0.25);
}

.outline-yellow-100\/30 {
  outline-color: rgb(254 249 195 / 0.3);
}

.outline-yellow-100\/35 {
  outline-color: rgb(254 249 195 / 0.35);
}

.outline-yellow-100\/40 {
  outline-color: rgb(254 249 195 / 0.4);
}

.outline-yellow-100\/45 {
  outline-color: rgb(254 249 195 / 0.45);
}

.outline-yellow-100\/5 {
  outline-color: rgb(254 249 195 / 0.05);
}

.outline-yellow-100\/50 {
  outline-color: rgb(254 249 195 / 0.5);
}

.outline-yellow-100\/55 {
  outline-color: rgb(254 249 195 / 0.55);
}

.outline-yellow-100\/60 {
  outline-color: rgb(254 249 195 / 0.6);
}

.outline-yellow-100\/65 {
  outline-color: rgb(254 249 195 / 0.65);
}

.outline-yellow-100\/70 {
  outline-color: rgb(254 249 195 / 0.7);
}

.outline-yellow-100\/75 {
  outline-color: rgb(254 249 195 / 0.75);
}

.outline-yellow-100\/80 {
  outline-color: rgb(254 249 195 / 0.8);
}

.outline-yellow-100\/85 {
  outline-color: rgb(254 249 195 / 0.85);
}

.outline-yellow-100\/90 {
  outline-color: rgb(254 249 195 / 0.9);
}

.outline-yellow-100\/95 {
  outline-color: rgb(254 249 195 / 0.95);
}

.outline-yellow-200 {
  outline-color: #fef08a;
}

.outline-yellow-200\/0 {
  outline-color: rgb(254 240 138 / 0);
}

.outline-yellow-200\/10 {
  outline-color: rgb(254 240 138 / 0.1);
}

.outline-yellow-200\/100 {
  outline-color: rgb(254 240 138 / 1);
}

.outline-yellow-200\/15 {
  outline-color: rgb(254 240 138 / 0.15);
}

.outline-yellow-200\/20 {
  outline-color: rgb(254 240 138 / 0.2);
}

.outline-yellow-200\/25 {
  outline-color: rgb(254 240 138 / 0.25);
}

.outline-yellow-200\/30 {
  outline-color: rgb(254 240 138 / 0.3);
}

.outline-yellow-200\/35 {
  outline-color: rgb(254 240 138 / 0.35);
}

.outline-yellow-200\/40 {
  outline-color: rgb(254 240 138 / 0.4);
}

.outline-yellow-200\/45 {
  outline-color: rgb(254 240 138 / 0.45);
}

.outline-yellow-200\/5 {
  outline-color: rgb(254 240 138 / 0.05);
}

.outline-yellow-200\/50 {
  outline-color: rgb(254 240 138 / 0.5);
}

.outline-yellow-200\/55 {
  outline-color: rgb(254 240 138 / 0.55);
}

.outline-yellow-200\/60 {
  outline-color: rgb(254 240 138 / 0.6);
}

.outline-yellow-200\/65 {
  outline-color: rgb(254 240 138 / 0.65);
}

.outline-yellow-200\/70 {
  outline-color: rgb(254 240 138 / 0.7);
}

.outline-yellow-200\/75 {
  outline-color: rgb(254 240 138 / 0.75);
}

.outline-yellow-200\/80 {
  outline-color: rgb(254 240 138 / 0.8);
}

.outline-yellow-200\/85 {
  outline-color: rgb(254 240 138 / 0.85);
}

.outline-yellow-200\/90 {
  outline-color: rgb(254 240 138 / 0.9);
}

.outline-yellow-200\/95 {
  outline-color: rgb(254 240 138 / 0.95);
}

.outline-yellow-300 {
  outline-color: #fde047;
}

.outline-yellow-300\/0 {
  outline-color: rgb(253 224 71 / 0);
}

.outline-yellow-300\/10 {
  outline-color: rgb(253 224 71 / 0.1);
}

.outline-yellow-300\/100 {
  outline-color: rgb(253 224 71 / 1);
}

.outline-yellow-300\/15 {
  outline-color: rgb(253 224 71 / 0.15);
}

.outline-yellow-300\/20 {
  outline-color: rgb(253 224 71 / 0.2);
}

.outline-yellow-300\/25 {
  outline-color: rgb(253 224 71 / 0.25);
}

.outline-yellow-300\/30 {
  outline-color: rgb(253 224 71 / 0.3);
}

.outline-yellow-300\/35 {
  outline-color: rgb(253 224 71 / 0.35);
}

.outline-yellow-300\/40 {
  outline-color: rgb(253 224 71 / 0.4);
}

.outline-yellow-300\/45 {
  outline-color: rgb(253 224 71 / 0.45);
}

.outline-yellow-300\/5 {
  outline-color: rgb(253 224 71 / 0.05);
}

.outline-yellow-300\/50 {
  outline-color: rgb(253 224 71 / 0.5);
}

.outline-yellow-300\/55 {
  outline-color: rgb(253 224 71 / 0.55);
}

.outline-yellow-300\/60 {
  outline-color: rgb(253 224 71 / 0.6);
}

.outline-yellow-300\/65 {
  outline-color: rgb(253 224 71 / 0.65);
}

.outline-yellow-300\/70 {
  outline-color: rgb(253 224 71 / 0.7);
}

.outline-yellow-300\/75 {
  outline-color: rgb(253 224 71 / 0.75);
}

.outline-yellow-300\/80 {
  outline-color: rgb(253 224 71 / 0.8);
}

.outline-yellow-300\/85 {
  outline-color: rgb(253 224 71 / 0.85);
}

.outline-yellow-300\/90 {
  outline-color: rgb(253 224 71 / 0.9);
}

.outline-yellow-300\/95 {
  outline-color: rgb(253 224 71 / 0.95);
}

.outline-yellow-400 {
  outline-color: #facc15;
}

.outline-yellow-400\/0 {
  outline-color: rgb(250 204 21 / 0);
}

.outline-yellow-400\/10 {
  outline-color: rgb(250 204 21 / 0.1);
}

.outline-yellow-400\/100 {
  outline-color: rgb(250 204 21 / 1);
}

.outline-yellow-400\/15 {
  outline-color: rgb(250 204 21 / 0.15);
}

.outline-yellow-400\/20 {
  outline-color: rgb(250 204 21 / 0.2);
}

.outline-yellow-400\/25 {
  outline-color: rgb(250 204 21 / 0.25);
}

.outline-yellow-400\/30 {
  outline-color: rgb(250 204 21 / 0.3);
}

.outline-yellow-400\/35 {
  outline-color: rgb(250 204 21 / 0.35);
}

.outline-yellow-400\/40 {
  outline-color: rgb(250 204 21 / 0.4);
}

.outline-yellow-400\/45 {
  outline-color: rgb(250 204 21 / 0.45);
}

.outline-yellow-400\/5 {
  outline-color: rgb(250 204 21 / 0.05);
}

.outline-yellow-400\/50 {
  outline-color: rgb(250 204 21 / 0.5);
}

.outline-yellow-400\/55 {
  outline-color: rgb(250 204 21 / 0.55);
}

.outline-yellow-400\/60 {
  outline-color: rgb(250 204 21 / 0.6);
}

.outline-yellow-400\/65 {
  outline-color: rgb(250 204 21 / 0.65);
}

.outline-yellow-400\/70 {
  outline-color: rgb(250 204 21 / 0.7);
}

.outline-yellow-400\/75 {
  outline-color: rgb(250 204 21 / 0.75);
}

.outline-yellow-400\/80 {
  outline-color: rgb(250 204 21 / 0.8);
}

.outline-yellow-400\/85 {
  outline-color: rgb(250 204 21 / 0.85);
}

.outline-yellow-400\/90 {
  outline-color: rgb(250 204 21 / 0.9);
}

.outline-yellow-400\/95 {
  outline-color: rgb(250 204 21 / 0.95);
}

.outline-yellow-50 {
  outline-color: #fefce8;
}

.outline-yellow-50\/0 {
  outline-color: rgb(254 252 232 / 0);
}

.outline-yellow-50\/10 {
  outline-color: rgb(254 252 232 / 0.1);
}

.outline-yellow-50\/100 {
  outline-color: rgb(254 252 232 / 1);
}

.outline-yellow-50\/15 {
  outline-color: rgb(254 252 232 / 0.15);
}

.outline-yellow-50\/20 {
  outline-color: rgb(254 252 232 / 0.2);
}

.outline-yellow-50\/25 {
  outline-color: rgb(254 252 232 / 0.25);
}

.outline-yellow-50\/30 {
  outline-color: rgb(254 252 232 / 0.3);
}

.outline-yellow-50\/35 {
  outline-color: rgb(254 252 232 / 0.35);
}

.outline-yellow-50\/40 {
  outline-color: rgb(254 252 232 / 0.4);
}

.outline-yellow-50\/45 {
  outline-color: rgb(254 252 232 / 0.45);
}

.outline-yellow-50\/5 {
  outline-color: rgb(254 252 232 / 0.05);
}

.outline-yellow-50\/50 {
  outline-color: rgb(254 252 232 / 0.5);
}

.outline-yellow-50\/55 {
  outline-color: rgb(254 252 232 / 0.55);
}

.outline-yellow-50\/60 {
  outline-color: rgb(254 252 232 / 0.6);
}

.outline-yellow-50\/65 {
  outline-color: rgb(254 252 232 / 0.65);
}

.outline-yellow-50\/70 {
  outline-color: rgb(254 252 232 / 0.7);
}

.outline-yellow-50\/75 {
  outline-color: rgb(254 252 232 / 0.75);
}

.outline-yellow-50\/80 {
  outline-color: rgb(254 252 232 / 0.8);
}

.outline-yellow-50\/85 {
  outline-color: rgb(254 252 232 / 0.85);
}

.outline-yellow-50\/90 {
  outline-color: rgb(254 252 232 / 0.9);
}

.outline-yellow-50\/95 {
  outline-color: rgb(254 252 232 / 0.95);
}

.outline-yellow-500 {
  outline-color: #eab308;
}

.outline-yellow-500\/0 {
  outline-color: rgb(234 179 8 / 0);
}

.outline-yellow-500\/10 {
  outline-color: rgb(234 179 8 / 0.1);
}

.outline-yellow-500\/100 {
  outline-color: rgb(234 179 8 / 1);
}

.outline-yellow-500\/15 {
  outline-color: rgb(234 179 8 / 0.15);
}

.outline-yellow-500\/20 {
  outline-color: rgb(234 179 8 / 0.2);
}

.outline-yellow-500\/25 {
  outline-color: rgb(234 179 8 / 0.25);
}

.outline-yellow-500\/30 {
  outline-color: rgb(234 179 8 / 0.3);
}

.outline-yellow-500\/35 {
  outline-color: rgb(234 179 8 / 0.35);
}

.outline-yellow-500\/40 {
  outline-color: rgb(234 179 8 / 0.4);
}

.outline-yellow-500\/45 {
  outline-color: rgb(234 179 8 / 0.45);
}

.outline-yellow-500\/5 {
  outline-color: rgb(234 179 8 / 0.05);
}

.outline-yellow-500\/50 {
  outline-color: rgb(234 179 8 / 0.5);
}

.outline-yellow-500\/55 {
  outline-color: rgb(234 179 8 / 0.55);
}

.outline-yellow-500\/60 {
  outline-color: rgb(234 179 8 / 0.6);
}

.outline-yellow-500\/65 {
  outline-color: rgb(234 179 8 / 0.65);
}

.outline-yellow-500\/70 {
  outline-color: rgb(234 179 8 / 0.7);
}

.outline-yellow-500\/75 {
  outline-color: rgb(234 179 8 / 0.75);
}

.outline-yellow-500\/80 {
  outline-color: rgb(234 179 8 / 0.8);
}

.outline-yellow-500\/85 {
  outline-color: rgb(234 179 8 / 0.85);
}

.outline-yellow-500\/90 {
  outline-color: rgb(234 179 8 / 0.9);
}

.outline-yellow-500\/95 {
  outline-color: rgb(234 179 8 / 0.95);
}

.outline-yellow-600 {
  outline-color: #ca8a04;
}

.outline-yellow-600\/0 {
  outline-color: rgb(202 138 4 / 0);
}

.outline-yellow-600\/10 {
  outline-color: rgb(202 138 4 / 0.1);
}

.outline-yellow-600\/100 {
  outline-color: rgb(202 138 4 / 1);
}

.outline-yellow-600\/15 {
  outline-color: rgb(202 138 4 / 0.15);
}

.outline-yellow-600\/20 {
  outline-color: rgb(202 138 4 / 0.2);
}

.outline-yellow-600\/25 {
  outline-color: rgb(202 138 4 / 0.25);
}

.outline-yellow-600\/30 {
  outline-color: rgb(202 138 4 / 0.3);
}

.outline-yellow-600\/35 {
  outline-color: rgb(202 138 4 / 0.35);
}

.outline-yellow-600\/40 {
  outline-color: rgb(202 138 4 / 0.4);
}

.outline-yellow-600\/45 {
  outline-color: rgb(202 138 4 / 0.45);
}

.outline-yellow-600\/5 {
  outline-color: rgb(202 138 4 / 0.05);
}

.outline-yellow-600\/50 {
  outline-color: rgb(202 138 4 / 0.5);
}

.outline-yellow-600\/55 {
  outline-color: rgb(202 138 4 / 0.55);
}

.outline-yellow-600\/60 {
  outline-color: rgb(202 138 4 / 0.6);
}

.outline-yellow-600\/65 {
  outline-color: rgb(202 138 4 / 0.65);
}

.outline-yellow-600\/70 {
  outline-color: rgb(202 138 4 / 0.7);
}

.outline-yellow-600\/75 {
  outline-color: rgb(202 138 4 / 0.75);
}

.outline-yellow-600\/80 {
  outline-color: rgb(202 138 4 / 0.8);
}

.outline-yellow-600\/85 {
  outline-color: rgb(202 138 4 / 0.85);
}

.outline-yellow-600\/90 {
  outline-color: rgb(202 138 4 / 0.9);
}

.outline-yellow-600\/95 {
  outline-color: rgb(202 138 4 / 0.95);
}

.outline-yellow-700 {
  outline-color: #a16207;
}

.outline-yellow-700\/0 {
  outline-color: rgb(161 98 7 / 0);
}

.outline-yellow-700\/10 {
  outline-color: rgb(161 98 7 / 0.1);
}

.outline-yellow-700\/100 {
  outline-color: rgb(161 98 7 / 1);
}

.outline-yellow-700\/15 {
  outline-color: rgb(161 98 7 / 0.15);
}

.outline-yellow-700\/20 {
  outline-color: rgb(161 98 7 / 0.2);
}

.outline-yellow-700\/25 {
  outline-color: rgb(161 98 7 / 0.25);
}

.outline-yellow-700\/30 {
  outline-color: rgb(161 98 7 / 0.3);
}

.outline-yellow-700\/35 {
  outline-color: rgb(161 98 7 / 0.35);
}

.outline-yellow-700\/40 {
  outline-color: rgb(161 98 7 / 0.4);
}

.outline-yellow-700\/45 {
  outline-color: rgb(161 98 7 / 0.45);
}

.outline-yellow-700\/5 {
  outline-color: rgb(161 98 7 / 0.05);
}

.outline-yellow-700\/50 {
  outline-color: rgb(161 98 7 / 0.5);
}

.outline-yellow-700\/55 {
  outline-color: rgb(161 98 7 / 0.55);
}

.outline-yellow-700\/60 {
  outline-color: rgb(161 98 7 / 0.6);
}

.outline-yellow-700\/65 {
  outline-color: rgb(161 98 7 / 0.65);
}

.outline-yellow-700\/70 {
  outline-color: rgb(161 98 7 / 0.7);
}

.outline-yellow-700\/75 {
  outline-color: rgb(161 98 7 / 0.75);
}

.outline-yellow-700\/80 {
  outline-color: rgb(161 98 7 / 0.8);
}

.outline-yellow-700\/85 {
  outline-color: rgb(161 98 7 / 0.85);
}

.outline-yellow-700\/90 {
  outline-color: rgb(161 98 7 / 0.9);
}

.outline-yellow-700\/95 {
  outline-color: rgb(161 98 7 / 0.95);
}

.outline-yellow-800 {
  outline-color: #854d0e;
}

.outline-yellow-800\/0 {
  outline-color: rgb(133 77 14 / 0);
}

.outline-yellow-800\/10 {
  outline-color: rgb(133 77 14 / 0.1);
}

.outline-yellow-800\/100 {
  outline-color: rgb(133 77 14 / 1);
}

.outline-yellow-800\/15 {
  outline-color: rgb(133 77 14 / 0.15);
}

.outline-yellow-800\/20 {
  outline-color: rgb(133 77 14 / 0.2);
}

.outline-yellow-800\/25 {
  outline-color: rgb(133 77 14 / 0.25);
}

.outline-yellow-800\/30 {
  outline-color: rgb(133 77 14 / 0.3);
}

.outline-yellow-800\/35 {
  outline-color: rgb(133 77 14 / 0.35);
}

.outline-yellow-800\/40 {
  outline-color: rgb(133 77 14 / 0.4);
}

.outline-yellow-800\/45 {
  outline-color: rgb(133 77 14 / 0.45);
}

.outline-yellow-800\/5 {
  outline-color: rgb(133 77 14 / 0.05);
}

.outline-yellow-800\/50 {
  outline-color: rgb(133 77 14 / 0.5);
}

.outline-yellow-800\/55 {
  outline-color: rgb(133 77 14 / 0.55);
}

.outline-yellow-800\/60 {
  outline-color: rgb(133 77 14 / 0.6);
}

.outline-yellow-800\/65 {
  outline-color: rgb(133 77 14 / 0.65);
}

.outline-yellow-800\/70 {
  outline-color: rgb(133 77 14 / 0.7);
}

.outline-yellow-800\/75 {
  outline-color: rgb(133 77 14 / 0.75);
}

.outline-yellow-800\/80 {
  outline-color: rgb(133 77 14 / 0.8);
}

.outline-yellow-800\/85 {
  outline-color: rgb(133 77 14 / 0.85);
}

.outline-yellow-800\/90 {
  outline-color: rgb(133 77 14 / 0.9);
}

.outline-yellow-800\/95 {
  outline-color: rgb(133 77 14 / 0.95);
}

.outline-yellow-900 {
  outline-color: #713f12;
}

.outline-yellow-900\/0 {
  outline-color: rgb(113 63 18 / 0);
}

.outline-yellow-900\/10 {
  outline-color: rgb(113 63 18 / 0.1);
}

.outline-yellow-900\/100 {
  outline-color: rgb(113 63 18 / 1);
}

.outline-yellow-900\/15 {
  outline-color: rgb(113 63 18 / 0.15);
}

.outline-yellow-900\/20 {
  outline-color: rgb(113 63 18 / 0.2);
}

.outline-yellow-900\/25 {
  outline-color: rgb(113 63 18 / 0.25);
}

.outline-yellow-900\/30 {
  outline-color: rgb(113 63 18 / 0.3);
}

.outline-yellow-900\/35 {
  outline-color: rgb(113 63 18 / 0.35);
}

.outline-yellow-900\/40 {
  outline-color: rgb(113 63 18 / 0.4);
}

.outline-yellow-900\/45 {
  outline-color: rgb(113 63 18 / 0.45);
}

.outline-yellow-900\/5 {
  outline-color: rgb(113 63 18 / 0.05);
}

.outline-yellow-900\/50 {
  outline-color: rgb(113 63 18 / 0.5);
}

.outline-yellow-900\/55 {
  outline-color: rgb(113 63 18 / 0.55);
}

.outline-yellow-900\/60 {
  outline-color: rgb(113 63 18 / 0.6);
}

.outline-yellow-900\/65 {
  outline-color: rgb(113 63 18 / 0.65);
}

.outline-yellow-900\/70 {
  outline-color: rgb(113 63 18 / 0.7);
}

.outline-yellow-900\/75 {
  outline-color: rgb(113 63 18 / 0.75);
}

.outline-yellow-900\/80 {
  outline-color: rgb(113 63 18 / 0.8);
}

.outline-yellow-900\/85 {
  outline-color: rgb(113 63 18 / 0.85);
}

.outline-yellow-900\/90 {
  outline-color: rgb(113 63 18 / 0.9);
}

.outline-yellow-900\/95 {
  outline-color: rgb(113 63 18 / 0.95);
}

.outline-yellow-950 {
  outline-color: #422006;
}

.outline-yellow-950\/0 {
  outline-color: rgb(66 32 6 / 0);
}

.outline-yellow-950\/10 {
  outline-color: rgb(66 32 6 / 0.1);
}

.outline-yellow-950\/100 {
  outline-color: rgb(66 32 6 / 1);
}

.outline-yellow-950\/15 {
  outline-color: rgb(66 32 6 / 0.15);
}

.outline-yellow-950\/20 {
  outline-color: rgb(66 32 6 / 0.2);
}

.outline-yellow-950\/25 {
  outline-color: rgb(66 32 6 / 0.25);
}

.outline-yellow-950\/30 {
  outline-color: rgb(66 32 6 / 0.3);
}

.outline-yellow-950\/35 {
  outline-color: rgb(66 32 6 / 0.35);
}

.outline-yellow-950\/40 {
  outline-color: rgb(66 32 6 / 0.4);
}

.outline-yellow-950\/45 {
  outline-color: rgb(66 32 6 / 0.45);
}

.outline-yellow-950\/5 {
  outline-color: rgb(66 32 6 / 0.05);
}

.outline-yellow-950\/50 {
  outline-color: rgb(66 32 6 / 0.5);
}

.outline-yellow-950\/55 {
  outline-color: rgb(66 32 6 / 0.55);
}

.outline-yellow-950\/60 {
  outline-color: rgb(66 32 6 / 0.6);
}

.outline-yellow-950\/65 {
  outline-color: rgb(66 32 6 / 0.65);
}

.outline-yellow-950\/70 {
  outline-color: rgb(66 32 6 / 0.7);
}

.outline-yellow-950\/75 {
  outline-color: rgb(66 32 6 / 0.75);
}

.outline-yellow-950\/80 {
  outline-color: rgb(66 32 6 / 0.8);
}

.outline-yellow-950\/85 {
  outline-color: rgb(66 32 6 / 0.85);
}

.outline-yellow-950\/90 {
  outline-color: rgb(66 32 6 / 0.9);
}

.outline-yellow-950\/95 {
  outline-color: rgb(66 32 6 / 0.95);
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.ring-amber-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity, 1));
}

.ring-amber-100\/0 {
  --tw-ring-color: rgb(254 243 199 / 0);
}

.ring-amber-100\/10 {
  --tw-ring-color: rgb(254 243 199 / 0.1);
}

.ring-amber-100\/100 {
  --tw-ring-color: rgb(254 243 199 / 1);
}

.ring-amber-100\/15 {
  --tw-ring-color: rgb(254 243 199 / 0.15);
}

.ring-amber-100\/20 {
  --tw-ring-color: rgb(254 243 199 / 0.2);
}

.ring-amber-100\/25 {
  --tw-ring-color: rgb(254 243 199 / 0.25);
}

.ring-amber-100\/30 {
  --tw-ring-color: rgb(254 243 199 / 0.3);
}

.ring-amber-100\/35 {
  --tw-ring-color: rgb(254 243 199 / 0.35);
}

.ring-amber-100\/40 {
  --tw-ring-color: rgb(254 243 199 / 0.4);
}

.ring-amber-100\/45 {
  --tw-ring-color: rgb(254 243 199 / 0.45);
}

.ring-amber-100\/5 {
  --tw-ring-color: rgb(254 243 199 / 0.05);
}

.ring-amber-100\/50 {
  --tw-ring-color: rgb(254 243 199 / 0.5);
}

.ring-amber-100\/55 {
  --tw-ring-color: rgb(254 243 199 / 0.55);
}

.ring-amber-100\/60 {
  --tw-ring-color: rgb(254 243 199 / 0.6);
}

.ring-amber-100\/65 {
  --tw-ring-color: rgb(254 243 199 / 0.65);
}

.ring-amber-100\/70 {
  --tw-ring-color: rgb(254 243 199 / 0.7);
}

.ring-amber-100\/75 {
  --tw-ring-color: rgb(254 243 199 / 0.75);
}

.ring-amber-100\/80 {
  --tw-ring-color: rgb(254 243 199 / 0.8);
}

.ring-amber-100\/85 {
  --tw-ring-color: rgb(254 243 199 / 0.85);
}

.ring-amber-100\/90 {
  --tw-ring-color: rgb(254 243 199 / 0.9);
}

.ring-amber-100\/95 {
  --tw-ring-color: rgb(254 243 199 / 0.95);
}

.ring-amber-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}

.ring-amber-200\/0 {
  --tw-ring-color: rgb(253 230 138 / 0);
}

.ring-amber-200\/10 {
  --tw-ring-color: rgb(253 230 138 / 0.1);
}

.ring-amber-200\/100 {
  --tw-ring-color: rgb(253 230 138 / 1);
}

.ring-amber-200\/15 {
  --tw-ring-color: rgb(253 230 138 / 0.15);
}

.ring-amber-200\/20 {
  --tw-ring-color: rgb(253 230 138 / 0.2);
}

.ring-amber-200\/25 {
  --tw-ring-color: rgb(253 230 138 / 0.25);
}

.ring-amber-200\/30 {
  --tw-ring-color: rgb(253 230 138 / 0.3);
}

.ring-amber-200\/35 {
  --tw-ring-color: rgb(253 230 138 / 0.35);
}

.ring-amber-200\/40 {
  --tw-ring-color: rgb(253 230 138 / 0.4);
}

.ring-amber-200\/45 {
  --tw-ring-color: rgb(253 230 138 / 0.45);
}

.ring-amber-200\/5 {
  --tw-ring-color: rgb(253 230 138 / 0.05);
}

.ring-amber-200\/50 {
  --tw-ring-color: rgb(253 230 138 / 0.5);
}

.ring-amber-200\/55 {
  --tw-ring-color: rgb(253 230 138 / 0.55);
}

.ring-amber-200\/60 {
  --tw-ring-color: rgb(253 230 138 / 0.6);
}

.ring-amber-200\/65 {
  --tw-ring-color: rgb(253 230 138 / 0.65);
}

.ring-amber-200\/70 {
  --tw-ring-color: rgb(253 230 138 / 0.7);
}

.ring-amber-200\/75 {
  --tw-ring-color: rgb(253 230 138 / 0.75);
}

.ring-amber-200\/80 {
  --tw-ring-color: rgb(253 230 138 / 0.8);
}

.ring-amber-200\/85 {
  --tw-ring-color: rgb(253 230 138 / 0.85);
}

.ring-amber-200\/90 {
  --tw-ring-color: rgb(253 230 138 / 0.9);
}

.ring-amber-200\/95 {
  --tw-ring-color: rgb(253 230 138 / 0.95);
}

.ring-amber-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}

.ring-amber-300\/0 {
  --tw-ring-color: rgb(252 211 77 / 0);
}

.ring-amber-300\/10 {
  --tw-ring-color: rgb(252 211 77 / 0.1);
}

.ring-amber-300\/100 {
  --tw-ring-color: rgb(252 211 77 / 1);
}

.ring-amber-300\/15 {
  --tw-ring-color: rgb(252 211 77 / 0.15);
}

.ring-amber-300\/20 {
  --tw-ring-color: rgb(252 211 77 / 0.2);
}

.ring-amber-300\/25 {
  --tw-ring-color: rgb(252 211 77 / 0.25);
}

.ring-amber-300\/30 {
  --tw-ring-color: rgb(252 211 77 / 0.3);
}

.ring-amber-300\/35 {
  --tw-ring-color: rgb(252 211 77 / 0.35);
}

.ring-amber-300\/40 {
  --tw-ring-color: rgb(252 211 77 / 0.4);
}

.ring-amber-300\/45 {
  --tw-ring-color: rgb(252 211 77 / 0.45);
}

.ring-amber-300\/5 {
  --tw-ring-color: rgb(252 211 77 / 0.05);
}

.ring-amber-300\/50 {
  --tw-ring-color: rgb(252 211 77 / 0.5);
}

.ring-amber-300\/55 {
  --tw-ring-color: rgb(252 211 77 / 0.55);
}

.ring-amber-300\/60 {
  --tw-ring-color: rgb(252 211 77 / 0.6);
}

.ring-amber-300\/65 {
  --tw-ring-color: rgb(252 211 77 / 0.65);
}

.ring-amber-300\/70 {
  --tw-ring-color: rgb(252 211 77 / 0.7);
}

.ring-amber-300\/75 {
  --tw-ring-color: rgb(252 211 77 / 0.75);
}

.ring-amber-300\/80 {
  --tw-ring-color: rgb(252 211 77 / 0.8);
}

.ring-amber-300\/85 {
  --tw-ring-color: rgb(252 211 77 / 0.85);
}

.ring-amber-300\/90 {
  --tw-ring-color: rgb(252 211 77 / 0.9);
}

.ring-amber-300\/95 {
  --tw-ring-color: rgb(252 211 77 / 0.95);
}

.ring-amber-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}

.ring-amber-400\/0 {
  --tw-ring-color: rgb(251 191 36 / 0);
}

.ring-amber-400\/10 {
  --tw-ring-color: rgb(251 191 36 / 0.1);
}

.ring-amber-400\/100 {
  --tw-ring-color: rgb(251 191 36 / 1);
}

.ring-amber-400\/15 {
  --tw-ring-color: rgb(251 191 36 / 0.15);
}

.ring-amber-400\/20 {
  --tw-ring-color: rgb(251 191 36 / 0.2);
}

.ring-amber-400\/25 {
  --tw-ring-color: rgb(251 191 36 / 0.25);
}

.ring-amber-400\/30 {
  --tw-ring-color: rgb(251 191 36 / 0.3);
}

.ring-amber-400\/35 {
  --tw-ring-color: rgb(251 191 36 / 0.35);
}

.ring-amber-400\/40 {
  --tw-ring-color: rgb(251 191 36 / 0.4);
}

.ring-amber-400\/45 {
  --tw-ring-color: rgb(251 191 36 / 0.45);
}

.ring-amber-400\/5 {
  --tw-ring-color: rgb(251 191 36 / 0.05);
}

.ring-amber-400\/50 {
  --tw-ring-color: rgb(251 191 36 / 0.5);
}

.ring-amber-400\/55 {
  --tw-ring-color: rgb(251 191 36 / 0.55);
}

.ring-amber-400\/60 {
  --tw-ring-color: rgb(251 191 36 / 0.6);
}

.ring-amber-400\/65 {
  --tw-ring-color: rgb(251 191 36 / 0.65);
}

.ring-amber-400\/70 {
  --tw-ring-color: rgb(251 191 36 / 0.7);
}

.ring-amber-400\/75 {
  --tw-ring-color: rgb(251 191 36 / 0.75);
}

.ring-amber-400\/80 {
  --tw-ring-color: rgb(251 191 36 / 0.8);
}

.ring-amber-400\/85 {
  --tw-ring-color: rgb(251 191 36 / 0.85);
}

.ring-amber-400\/90 {
  --tw-ring-color: rgb(251 191 36 / 0.9);
}

.ring-amber-400\/95 {
  --tw-ring-color: rgb(251 191 36 / 0.95);
}

.ring-amber-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 251 235 / var(--tw-ring-opacity, 1));
}

.ring-amber-50\/0 {
  --tw-ring-color: rgb(255 251 235 / 0);
}

.ring-amber-50\/10 {
  --tw-ring-color: rgb(255 251 235 / 0.1);
}

.ring-amber-50\/100 {
  --tw-ring-color: rgb(255 251 235 / 1);
}

.ring-amber-50\/15 {
  --tw-ring-color: rgb(255 251 235 / 0.15);
}

.ring-amber-50\/20 {
  --tw-ring-color: rgb(255 251 235 / 0.2);
}

.ring-amber-50\/25 {
  --tw-ring-color: rgb(255 251 235 / 0.25);
}

.ring-amber-50\/30 {
  --tw-ring-color: rgb(255 251 235 / 0.3);
}

.ring-amber-50\/35 {
  --tw-ring-color: rgb(255 251 235 / 0.35);
}

.ring-amber-50\/40 {
  --tw-ring-color: rgb(255 251 235 / 0.4);
}

.ring-amber-50\/45 {
  --tw-ring-color: rgb(255 251 235 / 0.45);
}

.ring-amber-50\/5 {
  --tw-ring-color: rgb(255 251 235 / 0.05);
}

.ring-amber-50\/50 {
  --tw-ring-color: rgb(255 251 235 / 0.5);
}

.ring-amber-50\/55 {
  --tw-ring-color: rgb(255 251 235 / 0.55);
}

.ring-amber-50\/60 {
  --tw-ring-color: rgb(255 251 235 / 0.6);
}

.ring-amber-50\/65 {
  --tw-ring-color: rgb(255 251 235 / 0.65);
}

.ring-amber-50\/70 {
  --tw-ring-color: rgb(255 251 235 / 0.7);
}

.ring-amber-50\/75 {
  --tw-ring-color: rgb(255 251 235 / 0.75);
}

.ring-amber-50\/80 {
  --tw-ring-color: rgb(255 251 235 / 0.8);
}

.ring-amber-50\/85 {
  --tw-ring-color: rgb(255 251 235 / 0.85);
}

.ring-amber-50\/90 {
  --tw-ring-color: rgb(255 251 235 / 0.9);
}

.ring-amber-50\/95 {
  --tw-ring-color: rgb(255 251 235 / 0.95);
}

.ring-amber-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}

.ring-amber-500\/0 {
  --tw-ring-color: rgb(245 158 11 / 0);
}

.ring-amber-500\/10 {
  --tw-ring-color: rgb(245 158 11 / 0.1);
}

.ring-amber-500\/100 {
  --tw-ring-color: rgb(245 158 11 / 1);
}

.ring-amber-500\/15 {
  --tw-ring-color: rgb(245 158 11 / 0.15);
}

.ring-amber-500\/20 {
  --tw-ring-color: rgb(245 158 11 / 0.2);
}

.ring-amber-500\/25 {
  --tw-ring-color: rgb(245 158 11 / 0.25);
}

.ring-amber-500\/30 {
  --tw-ring-color: rgb(245 158 11 / 0.3);
}

.ring-amber-500\/35 {
  --tw-ring-color: rgb(245 158 11 / 0.35);
}

.ring-amber-500\/40 {
  --tw-ring-color: rgb(245 158 11 / 0.4);
}

.ring-amber-500\/45 {
  --tw-ring-color: rgb(245 158 11 / 0.45);
}

.ring-amber-500\/5 {
  --tw-ring-color: rgb(245 158 11 / 0.05);
}

.ring-amber-500\/50 {
  --tw-ring-color: rgb(245 158 11 / 0.5);
}

.ring-amber-500\/55 {
  --tw-ring-color: rgb(245 158 11 / 0.55);
}

.ring-amber-500\/60 {
  --tw-ring-color: rgb(245 158 11 / 0.6);
}

.ring-amber-500\/65 {
  --tw-ring-color: rgb(245 158 11 / 0.65);
}

.ring-amber-500\/70 {
  --tw-ring-color: rgb(245 158 11 / 0.7);
}

.ring-amber-500\/75 {
  --tw-ring-color: rgb(245 158 11 / 0.75);
}

.ring-amber-500\/80 {
  --tw-ring-color: rgb(245 158 11 / 0.8);
}

.ring-amber-500\/85 {
  --tw-ring-color: rgb(245 158 11 / 0.85);
}

.ring-amber-500\/90 {
  --tw-ring-color: rgb(245 158 11 / 0.9);
}

.ring-amber-500\/95 {
  --tw-ring-color: rgb(245 158 11 / 0.95);
}

.ring-amber-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}

.ring-amber-600\/0 {
  --tw-ring-color: rgb(217 119 6 / 0);
}

.ring-amber-600\/10 {
  --tw-ring-color: rgb(217 119 6 / 0.1);
}

.ring-amber-600\/100 {
  --tw-ring-color: rgb(217 119 6 / 1);
}

.ring-amber-600\/15 {
  --tw-ring-color: rgb(217 119 6 / 0.15);
}

.ring-amber-600\/20 {
  --tw-ring-color: rgb(217 119 6 / 0.2);
}

.ring-amber-600\/25 {
  --tw-ring-color: rgb(217 119 6 / 0.25);
}

.ring-amber-600\/30 {
  --tw-ring-color: rgb(217 119 6 / 0.3);
}

.ring-amber-600\/35 {
  --tw-ring-color: rgb(217 119 6 / 0.35);
}

.ring-amber-600\/40 {
  --tw-ring-color: rgb(217 119 6 / 0.4);
}

.ring-amber-600\/45 {
  --tw-ring-color: rgb(217 119 6 / 0.45);
}

.ring-amber-600\/5 {
  --tw-ring-color: rgb(217 119 6 / 0.05);
}

.ring-amber-600\/50 {
  --tw-ring-color: rgb(217 119 6 / 0.5);
}

.ring-amber-600\/55 {
  --tw-ring-color: rgb(217 119 6 / 0.55);
}

.ring-amber-600\/60 {
  --tw-ring-color: rgb(217 119 6 / 0.6);
}

.ring-amber-600\/65 {
  --tw-ring-color: rgb(217 119 6 / 0.65);
}

.ring-amber-600\/70 {
  --tw-ring-color: rgb(217 119 6 / 0.7);
}

.ring-amber-600\/75 {
  --tw-ring-color: rgb(217 119 6 / 0.75);
}

.ring-amber-600\/80 {
  --tw-ring-color: rgb(217 119 6 / 0.8);
}

.ring-amber-600\/85 {
  --tw-ring-color: rgb(217 119 6 / 0.85);
}

.ring-amber-600\/90 {
  --tw-ring-color: rgb(217 119 6 / 0.9);
}

.ring-amber-600\/95 {
  --tw-ring-color: rgb(217 119 6 / 0.95);
}

.ring-amber-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
}

.ring-amber-700\/0 {
  --tw-ring-color: rgb(180 83 9 / 0);
}

.ring-amber-700\/10 {
  --tw-ring-color: rgb(180 83 9 / 0.1);
}

.ring-amber-700\/100 {
  --tw-ring-color: rgb(180 83 9 / 1);
}

.ring-amber-700\/15 {
  --tw-ring-color: rgb(180 83 9 / 0.15);
}

.ring-amber-700\/20 {
  --tw-ring-color: rgb(180 83 9 / 0.2);
}

.ring-amber-700\/25 {
  --tw-ring-color: rgb(180 83 9 / 0.25);
}

.ring-amber-700\/30 {
  --tw-ring-color: rgb(180 83 9 / 0.3);
}

.ring-amber-700\/35 {
  --tw-ring-color: rgb(180 83 9 / 0.35);
}

.ring-amber-700\/40 {
  --tw-ring-color: rgb(180 83 9 / 0.4);
}

.ring-amber-700\/45 {
  --tw-ring-color: rgb(180 83 9 / 0.45);
}

.ring-amber-700\/5 {
  --tw-ring-color: rgb(180 83 9 / 0.05);
}

.ring-amber-700\/50 {
  --tw-ring-color: rgb(180 83 9 / 0.5);
}

.ring-amber-700\/55 {
  --tw-ring-color: rgb(180 83 9 / 0.55);
}

.ring-amber-700\/60 {
  --tw-ring-color: rgb(180 83 9 / 0.6);
}

.ring-amber-700\/65 {
  --tw-ring-color: rgb(180 83 9 / 0.65);
}

.ring-amber-700\/70 {
  --tw-ring-color: rgb(180 83 9 / 0.7);
}

.ring-amber-700\/75 {
  --tw-ring-color: rgb(180 83 9 / 0.75);
}

.ring-amber-700\/80 {
  --tw-ring-color: rgb(180 83 9 / 0.8);
}

.ring-amber-700\/85 {
  --tw-ring-color: rgb(180 83 9 / 0.85);
}

.ring-amber-700\/90 {
  --tw-ring-color: rgb(180 83 9 / 0.9);
}

.ring-amber-700\/95 {
  --tw-ring-color: rgb(180 83 9 / 0.95);
}

.ring-amber-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity, 1));
}

.ring-amber-800\/0 {
  --tw-ring-color: rgb(146 64 14 / 0);
}

.ring-amber-800\/10 {
  --tw-ring-color: rgb(146 64 14 / 0.1);
}

.ring-amber-800\/100 {
  --tw-ring-color: rgb(146 64 14 / 1);
}

.ring-amber-800\/15 {
  --tw-ring-color: rgb(146 64 14 / 0.15);
}

.ring-amber-800\/20 {
  --tw-ring-color: rgb(146 64 14 / 0.2);
}

.ring-amber-800\/25 {
  --tw-ring-color: rgb(146 64 14 / 0.25);
}

.ring-amber-800\/30 {
  --tw-ring-color: rgb(146 64 14 / 0.3);
}

.ring-amber-800\/35 {
  --tw-ring-color: rgb(146 64 14 / 0.35);
}

.ring-amber-800\/40 {
  --tw-ring-color: rgb(146 64 14 / 0.4);
}

.ring-amber-800\/45 {
  --tw-ring-color: rgb(146 64 14 / 0.45);
}

.ring-amber-800\/5 {
  --tw-ring-color: rgb(146 64 14 / 0.05);
}

.ring-amber-800\/50 {
  --tw-ring-color: rgb(146 64 14 / 0.5);
}

.ring-amber-800\/55 {
  --tw-ring-color: rgb(146 64 14 / 0.55);
}

.ring-amber-800\/60 {
  --tw-ring-color: rgb(146 64 14 / 0.6);
}

.ring-amber-800\/65 {
  --tw-ring-color: rgb(146 64 14 / 0.65);
}

.ring-amber-800\/70 {
  --tw-ring-color: rgb(146 64 14 / 0.7);
}

.ring-amber-800\/75 {
  --tw-ring-color: rgb(146 64 14 / 0.75);
}

.ring-amber-800\/80 {
  --tw-ring-color: rgb(146 64 14 / 0.8);
}

.ring-amber-800\/85 {
  --tw-ring-color: rgb(146 64 14 / 0.85);
}

.ring-amber-800\/90 {
  --tw-ring-color: rgb(146 64 14 / 0.9);
}

.ring-amber-800\/95 {
  --tw-ring-color: rgb(146 64 14 / 0.95);
}

.ring-amber-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity, 1));
}

.ring-amber-900\/0 {
  --tw-ring-color: rgb(120 53 15 / 0);
}

.ring-amber-900\/10 {
  --tw-ring-color: rgb(120 53 15 / 0.1);
}

.ring-amber-900\/100 {
  --tw-ring-color: rgb(120 53 15 / 1);
}

.ring-amber-900\/15 {
  --tw-ring-color: rgb(120 53 15 / 0.15);
}

.ring-amber-900\/20 {
  --tw-ring-color: rgb(120 53 15 / 0.2);
}

.ring-amber-900\/25 {
  --tw-ring-color: rgb(120 53 15 / 0.25);
}

.ring-amber-900\/30 {
  --tw-ring-color: rgb(120 53 15 / 0.3);
}

.ring-amber-900\/35 {
  --tw-ring-color: rgb(120 53 15 / 0.35);
}

.ring-amber-900\/40 {
  --tw-ring-color: rgb(120 53 15 / 0.4);
}

.ring-amber-900\/45 {
  --tw-ring-color: rgb(120 53 15 / 0.45);
}

.ring-amber-900\/5 {
  --tw-ring-color: rgb(120 53 15 / 0.05);
}

.ring-amber-900\/50 {
  --tw-ring-color: rgb(120 53 15 / 0.5);
}

.ring-amber-900\/55 {
  --tw-ring-color: rgb(120 53 15 / 0.55);
}

.ring-amber-900\/60 {
  --tw-ring-color: rgb(120 53 15 / 0.6);
}

.ring-amber-900\/65 {
  --tw-ring-color: rgb(120 53 15 / 0.65);
}

.ring-amber-900\/70 {
  --tw-ring-color: rgb(120 53 15 / 0.7);
}

.ring-amber-900\/75 {
  --tw-ring-color: rgb(120 53 15 / 0.75);
}

.ring-amber-900\/80 {
  --tw-ring-color: rgb(120 53 15 / 0.8);
}

.ring-amber-900\/85 {
  --tw-ring-color: rgb(120 53 15 / 0.85);
}

.ring-amber-900\/90 {
  --tw-ring-color: rgb(120 53 15 / 0.9);
}

.ring-amber-900\/95 {
  --tw-ring-color: rgb(120 53 15 / 0.95);
}

.ring-amber-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 26 3 / var(--tw-ring-opacity, 1));
}

.ring-amber-950\/0 {
  --tw-ring-color: rgb(69 26 3 / 0);
}

.ring-amber-950\/10 {
  --tw-ring-color: rgb(69 26 3 / 0.1);
}

.ring-amber-950\/100 {
  --tw-ring-color: rgb(69 26 3 / 1);
}

.ring-amber-950\/15 {
  --tw-ring-color: rgb(69 26 3 / 0.15);
}

.ring-amber-950\/20 {
  --tw-ring-color: rgb(69 26 3 / 0.2);
}

.ring-amber-950\/25 {
  --tw-ring-color: rgb(69 26 3 / 0.25);
}

.ring-amber-950\/30 {
  --tw-ring-color: rgb(69 26 3 / 0.3);
}

.ring-amber-950\/35 {
  --tw-ring-color: rgb(69 26 3 / 0.35);
}

.ring-amber-950\/40 {
  --tw-ring-color: rgb(69 26 3 / 0.4);
}

.ring-amber-950\/45 {
  --tw-ring-color: rgb(69 26 3 / 0.45);
}

.ring-amber-950\/5 {
  --tw-ring-color: rgb(69 26 3 / 0.05);
}

.ring-amber-950\/50 {
  --tw-ring-color: rgb(69 26 3 / 0.5);
}

.ring-amber-950\/55 {
  --tw-ring-color: rgb(69 26 3 / 0.55);
}

.ring-amber-950\/60 {
  --tw-ring-color: rgb(69 26 3 / 0.6);
}

.ring-amber-950\/65 {
  --tw-ring-color: rgb(69 26 3 / 0.65);
}

.ring-amber-950\/70 {
  --tw-ring-color: rgb(69 26 3 / 0.7);
}

.ring-amber-950\/75 {
  --tw-ring-color: rgb(69 26 3 / 0.75);
}

.ring-amber-950\/80 {
  --tw-ring-color: rgb(69 26 3 / 0.8);
}

.ring-amber-950\/85 {
  --tw-ring-color: rgb(69 26 3 / 0.85);
}

.ring-amber-950\/90 {
  --tw-ring-color: rgb(69 26 3 / 0.9);
}

.ring-amber-950\/95 {
  --tw-ring-color: rgb(69 26 3 / 0.95);
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.ring-black\/0 {
  --tw-ring-color: rgb(0 0 0 / 0);
}

.ring-black\/10 {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}

.ring-black\/100 {
  --tw-ring-color: rgb(0 0 0 / 1);
}

.ring-black\/15 {
  --tw-ring-color: rgb(0 0 0 / 0.15);
}

.ring-black\/20 {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}

.ring-black\/25 {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}

.ring-black\/30 {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}

.ring-black\/35 {
  --tw-ring-color: rgb(0 0 0 / 0.35);
}

.ring-black\/40 {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}

.ring-black\/45 {
  --tw-ring-color: rgb(0 0 0 / 0.45);
}

.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.ring-black\/50 {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}

.ring-black\/55 {
  --tw-ring-color: rgb(0 0 0 / 0.55);
}

.ring-black\/60 {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}

.ring-black\/65 {
  --tw-ring-color: rgb(0 0 0 / 0.65);
}

.ring-black\/70 {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}

.ring-black\/75 {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}

.ring-black\/80 {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}

.ring-black\/85 {
  --tw-ring-color: rgb(0 0 0 / 0.85);
}

.ring-black\/90 {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}

.ring-black\/95 {
  --tw-ring-color: rgb(0 0 0 / 0.95);
}

.ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}

.ring-blue-100\/0 {
  --tw-ring-color: rgb(219 234 254 / 0);
}

.ring-blue-100\/10 {
  --tw-ring-color: rgb(219 234 254 / 0.1);
}

.ring-blue-100\/100 {
  --tw-ring-color: rgb(219 234 254 / 1);
}

.ring-blue-100\/15 {
  --tw-ring-color: rgb(219 234 254 / 0.15);
}

.ring-blue-100\/20 {
  --tw-ring-color: rgb(219 234 254 / 0.2);
}

.ring-blue-100\/25 {
  --tw-ring-color: rgb(219 234 254 / 0.25);
}

.ring-blue-100\/30 {
  --tw-ring-color: rgb(219 234 254 / 0.3);
}

.ring-blue-100\/35 {
  --tw-ring-color: rgb(219 234 254 / 0.35);
}

.ring-blue-100\/40 {
  --tw-ring-color: rgb(219 234 254 / 0.4);
}

.ring-blue-100\/45 {
  --tw-ring-color: rgb(219 234 254 / 0.45);
}

.ring-blue-100\/5 {
  --tw-ring-color: rgb(219 234 254 / 0.05);
}

.ring-blue-100\/50 {
  --tw-ring-color: rgb(219 234 254 / 0.5);
}

.ring-blue-100\/55 {
  --tw-ring-color: rgb(219 234 254 / 0.55);
}

.ring-blue-100\/60 {
  --tw-ring-color: rgb(219 234 254 / 0.6);
}

.ring-blue-100\/65 {
  --tw-ring-color: rgb(219 234 254 / 0.65);
}

.ring-blue-100\/70 {
  --tw-ring-color: rgb(219 234 254 / 0.7);
}

.ring-blue-100\/75 {
  --tw-ring-color: rgb(219 234 254 / 0.75);
}

.ring-blue-100\/80 {
  --tw-ring-color: rgb(219 234 254 / 0.8);
}

.ring-blue-100\/85 {
  --tw-ring-color: rgb(219 234 254 / 0.85);
}

.ring-blue-100\/90 {
  --tw-ring-color: rgb(219 234 254 / 0.9);
}

.ring-blue-100\/95 {
  --tw-ring-color: rgb(219 234 254 / 0.95);
}

.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}

.ring-blue-200\/0 {
  --tw-ring-color: rgb(191 219 254 / 0);
}

.ring-blue-200\/10 {
  --tw-ring-color: rgb(191 219 254 / 0.1);
}

.ring-blue-200\/100 {
  --tw-ring-color: rgb(191 219 254 / 1);
}

.ring-blue-200\/15 {
  --tw-ring-color: rgb(191 219 254 / 0.15);
}

.ring-blue-200\/20 {
  --tw-ring-color: rgb(191 219 254 / 0.2);
}

.ring-blue-200\/25 {
  --tw-ring-color: rgb(191 219 254 / 0.25);
}

.ring-blue-200\/30 {
  --tw-ring-color: rgb(191 219 254 / 0.3);
}

.ring-blue-200\/35 {
  --tw-ring-color: rgb(191 219 254 / 0.35);
}

.ring-blue-200\/40 {
  --tw-ring-color: rgb(191 219 254 / 0.4);
}

.ring-blue-200\/45 {
  --tw-ring-color: rgb(191 219 254 / 0.45);
}

.ring-blue-200\/5 {
  --tw-ring-color: rgb(191 219 254 / 0.05);
}

.ring-blue-200\/50 {
  --tw-ring-color: rgb(191 219 254 / 0.5);
}

.ring-blue-200\/55 {
  --tw-ring-color: rgb(191 219 254 / 0.55);
}

.ring-blue-200\/60 {
  --tw-ring-color: rgb(191 219 254 / 0.6);
}

.ring-blue-200\/65 {
  --tw-ring-color: rgb(191 219 254 / 0.65);
}

.ring-blue-200\/70 {
  --tw-ring-color: rgb(191 219 254 / 0.7);
}

.ring-blue-200\/75 {
  --tw-ring-color: rgb(191 219 254 / 0.75);
}

.ring-blue-200\/80 {
  --tw-ring-color: rgb(191 219 254 / 0.8);
}

.ring-blue-200\/85 {
  --tw-ring-color: rgb(191 219 254 / 0.85);
}

.ring-blue-200\/90 {
  --tw-ring-color: rgb(191 219 254 / 0.9);
}

.ring-blue-200\/95 {
  --tw-ring-color: rgb(191 219 254 / 0.95);
}

.ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.ring-blue-300\/0 {
  --tw-ring-color: rgb(147 197 253 / 0);
}

.ring-blue-300\/10 {
  --tw-ring-color: rgb(147 197 253 / 0.1);
}

.ring-blue-300\/100 {
  --tw-ring-color: rgb(147 197 253 / 1);
}

.ring-blue-300\/15 {
  --tw-ring-color: rgb(147 197 253 / 0.15);
}

.ring-blue-300\/20 {
  --tw-ring-color: rgb(147 197 253 / 0.2);
}

.ring-blue-300\/25 {
  --tw-ring-color: rgb(147 197 253 / 0.25);
}

.ring-blue-300\/30 {
  --tw-ring-color: rgb(147 197 253 / 0.3);
}

.ring-blue-300\/35 {
  --tw-ring-color: rgb(147 197 253 / 0.35);
}

.ring-blue-300\/40 {
  --tw-ring-color: rgb(147 197 253 / 0.4);
}

.ring-blue-300\/45 {
  --tw-ring-color: rgb(147 197 253 / 0.45);
}

.ring-blue-300\/5 {
  --tw-ring-color: rgb(147 197 253 / 0.05);
}

.ring-blue-300\/50 {
  --tw-ring-color: rgb(147 197 253 / 0.5);
}

.ring-blue-300\/55 {
  --tw-ring-color: rgb(147 197 253 / 0.55);
}

.ring-blue-300\/60 {
  --tw-ring-color: rgb(147 197 253 / 0.6);
}

.ring-blue-300\/65 {
  --tw-ring-color: rgb(147 197 253 / 0.65);
}

.ring-blue-300\/70 {
  --tw-ring-color: rgb(147 197 253 / 0.7);
}

.ring-blue-300\/75 {
  --tw-ring-color: rgb(147 197 253 / 0.75);
}

.ring-blue-300\/80 {
  --tw-ring-color: rgb(147 197 253 / 0.8);
}

.ring-blue-300\/85 {
  --tw-ring-color: rgb(147 197 253 / 0.85);
}

.ring-blue-300\/90 {
  --tw-ring-color: rgb(147 197 253 / 0.9);
}

.ring-blue-300\/95 {
  --tw-ring-color: rgb(147 197 253 / 0.95);
}

.ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

.ring-blue-400\/0 {
  --tw-ring-color: rgb(96 165 250 / 0);
}

.ring-blue-400\/10 {
  --tw-ring-color: rgb(96 165 250 / 0.1);
}

.ring-blue-400\/100 {
  --tw-ring-color: rgb(96 165 250 / 1);
}

.ring-blue-400\/15 {
  --tw-ring-color: rgb(96 165 250 / 0.15);
}

.ring-blue-400\/20 {
  --tw-ring-color: rgb(96 165 250 / 0.2);
}

.ring-blue-400\/25 {
  --tw-ring-color: rgb(96 165 250 / 0.25);
}

.ring-blue-400\/30 {
  --tw-ring-color: rgb(96 165 250 / 0.3);
}

.ring-blue-400\/35 {
  --tw-ring-color: rgb(96 165 250 / 0.35);
}

.ring-blue-400\/40 {
  --tw-ring-color: rgb(96 165 250 / 0.4);
}

.ring-blue-400\/45 {
  --tw-ring-color: rgb(96 165 250 / 0.45);
}

.ring-blue-400\/5 {
  --tw-ring-color: rgb(96 165 250 / 0.05);
}

.ring-blue-400\/50 {
  --tw-ring-color: rgb(96 165 250 / 0.5);
}

.ring-blue-400\/55 {
  --tw-ring-color: rgb(96 165 250 / 0.55);
}

.ring-blue-400\/60 {
  --tw-ring-color: rgb(96 165 250 / 0.6);
}

.ring-blue-400\/65 {
  --tw-ring-color: rgb(96 165 250 / 0.65);
}

.ring-blue-400\/70 {
  --tw-ring-color: rgb(96 165 250 / 0.7);
}

.ring-blue-400\/75 {
  --tw-ring-color: rgb(96 165 250 / 0.75);
}

.ring-blue-400\/80 {
  --tw-ring-color: rgb(96 165 250 / 0.8);
}

.ring-blue-400\/85 {
  --tw-ring-color: rgb(96 165 250 / 0.85);
}

.ring-blue-400\/90 {
  --tw-ring-color: rgb(96 165 250 / 0.9);
}

.ring-blue-400\/95 {
  --tw-ring-color: rgb(96 165 250 / 0.95);
}

.ring-blue-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity, 1));
}

.ring-blue-50\/0 {
  --tw-ring-color: rgb(239 246 255 / 0);
}

.ring-blue-50\/10 {
  --tw-ring-color: rgb(239 246 255 / 0.1);
}

.ring-blue-50\/100 {
  --tw-ring-color: rgb(239 246 255 / 1);
}

.ring-blue-50\/15 {
  --tw-ring-color: rgb(239 246 255 / 0.15);
}

.ring-blue-50\/20 {
  --tw-ring-color: rgb(239 246 255 / 0.2);
}

.ring-blue-50\/25 {
  --tw-ring-color: rgb(239 246 255 / 0.25);
}

.ring-blue-50\/30 {
  --tw-ring-color: rgb(239 246 255 / 0.3);
}

.ring-blue-50\/35 {
  --tw-ring-color: rgb(239 246 255 / 0.35);
}

.ring-blue-50\/40 {
  --tw-ring-color: rgb(239 246 255 / 0.4);
}

.ring-blue-50\/45 {
  --tw-ring-color: rgb(239 246 255 / 0.45);
}

.ring-blue-50\/5 {
  --tw-ring-color: rgb(239 246 255 / 0.05);
}

.ring-blue-50\/50 {
  --tw-ring-color: rgb(239 246 255 / 0.5);
}

.ring-blue-50\/55 {
  --tw-ring-color: rgb(239 246 255 / 0.55);
}

.ring-blue-50\/60 {
  --tw-ring-color: rgb(239 246 255 / 0.6);
}

.ring-blue-50\/65 {
  --tw-ring-color: rgb(239 246 255 / 0.65);
}

.ring-blue-50\/70 {
  --tw-ring-color: rgb(239 246 255 / 0.7);
}

.ring-blue-50\/75 {
  --tw-ring-color: rgb(239 246 255 / 0.75);
}

.ring-blue-50\/80 {
  --tw-ring-color: rgb(239 246 255 / 0.8);
}

.ring-blue-50\/85 {
  --tw-ring-color: rgb(239 246 255 / 0.85);
}

.ring-blue-50\/90 {
  --tw-ring-color: rgb(239 246 255 / 0.9);
}

.ring-blue-50\/95 {
  --tw-ring-color: rgb(239 246 255 / 0.95);
}

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.ring-blue-500\/0 {
  --tw-ring-color: rgb(59 130 246 / 0);
}

.ring-blue-500\/10 {
  --tw-ring-color: rgb(59 130 246 / 0.1);
}

.ring-blue-500\/100 {
  --tw-ring-color: rgb(59 130 246 / 1);
}

.ring-blue-500\/15 {
  --tw-ring-color: rgb(59 130 246 / 0.15);
}

.ring-blue-500\/20 {
  --tw-ring-color: rgb(59 130 246 / 0.2);
}

.ring-blue-500\/25 {
  --tw-ring-color: rgb(59 130 246 / 0.25);
}

.ring-blue-500\/30 {
  --tw-ring-color: rgb(59 130 246 / 0.3);
}

.ring-blue-500\/35 {
  --tw-ring-color: rgb(59 130 246 / 0.35);
}

.ring-blue-500\/40 {
  --tw-ring-color: rgb(59 130 246 / 0.4);
}

.ring-blue-500\/45 {
  --tw-ring-color: rgb(59 130 246 / 0.45);
}

.ring-blue-500\/5 {
  --tw-ring-color: rgb(59 130 246 / 0.05);
}

.ring-blue-500\/50 {
  --tw-ring-color: rgb(59 130 246 / 0.5);
}

.ring-blue-500\/55 {
  --tw-ring-color: rgb(59 130 246 / 0.55);
}

.ring-blue-500\/60 {
  --tw-ring-color: rgb(59 130 246 / 0.6);
}

.ring-blue-500\/65 {
  --tw-ring-color: rgb(59 130 246 / 0.65);
}

.ring-blue-500\/70 {
  --tw-ring-color: rgb(59 130 246 / 0.7);
}

.ring-blue-500\/75 {
  --tw-ring-color: rgb(59 130 246 / 0.75);
}

.ring-blue-500\/80 {
  --tw-ring-color: rgb(59 130 246 / 0.8);
}

.ring-blue-500\/85 {
  --tw-ring-color: rgb(59 130 246 / 0.85);
}

.ring-blue-500\/90 {
  --tw-ring-color: rgb(59 130 246 / 0.9);
}

.ring-blue-500\/95 {
  --tw-ring-color: rgb(59 130 246 / 0.95);
}

.ring-blue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}

.ring-blue-600\/0 {
  --tw-ring-color: rgb(37 99 235 / 0);
}

.ring-blue-600\/10 {
  --tw-ring-color: rgb(37 99 235 / 0.1);
}

.ring-blue-600\/100 {
  --tw-ring-color: rgb(37 99 235 / 1);
}

.ring-blue-600\/15 {
  --tw-ring-color: rgb(37 99 235 / 0.15);
}

.ring-blue-600\/20 {
  --tw-ring-color: rgb(37 99 235 / 0.2);
}

.ring-blue-600\/25 {
  --tw-ring-color: rgb(37 99 235 / 0.25);
}

.ring-blue-600\/30 {
  --tw-ring-color: rgb(37 99 235 / 0.3);
}

.ring-blue-600\/35 {
  --tw-ring-color: rgb(37 99 235 / 0.35);
}

.ring-blue-600\/40 {
  --tw-ring-color: rgb(37 99 235 / 0.4);
}

.ring-blue-600\/45 {
  --tw-ring-color: rgb(37 99 235 / 0.45);
}

.ring-blue-600\/5 {
  --tw-ring-color: rgb(37 99 235 / 0.05);
}

.ring-blue-600\/50 {
  --tw-ring-color: rgb(37 99 235 / 0.5);
}

.ring-blue-600\/55 {
  --tw-ring-color: rgb(37 99 235 / 0.55);
}

.ring-blue-600\/60 {
  --tw-ring-color: rgb(37 99 235 / 0.6);
}

.ring-blue-600\/65 {
  --tw-ring-color: rgb(37 99 235 / 0.65);
}

.ring-blue-600\/70 {
  --tw-ring-color: rgb(37 99 235 / 0.7);
}

.ring-blue-600\/75 {
  --tw-ring-color: rgb(37 99 235 / 0.75);
}

.ring-blue-600\/80 {
  --tw-ring-color: rgb(37 99 235 / 0.8);
}

.ring-blue-600\/85 {
  --tw-ring-color: rgb(37 99 235 / 0.85);
}

.ring-blue-600\/90 {
  --tw-ring-color: rgb(37 99 235 / 0.9);
}

.ring-blue-600\/95 {
  --tw-ring-color: rgb(37 99 235 / 0.95);
}

.ring-blue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1));
}

.ring-blue-700\/0 {
  --tw-ring-color: rgb(29 78 216 / 0);
}

.ring-blue-700\/10 {
  --tw-ring-color: rgb(29 78 216 / 0.1);
}

.ring-blue-700\/100 {
  --tw-ring-color: rgb(29 78 216 / 1);
}

.ring-blue-700\/15 {
  --tw-ring-color: rgb(29 78 216 / 0.15);
}

.ring-blue-700\/20 {
  --tw-ring-color: rgb(29 78 216 / 0.2);
}

.ring-blue-700\/25 {
  --tw-ring-color: rgb(29 78 216 / 0.25);
}

.ring-blue-700\/30 {
  --tw-ring-color: rgb(29 78 216 / 0.3);
}

.ring-blue-700\/35 {
  --tw-ring-color: rgb(29 78 216 / 0.35);
}

.ring-blue-700\/40 {
  --tw-ring-color: rgb(29 78 216 / 0.4);
}

.ring-blue-700\/45 {
  --tw-ring-color: rgb(29 78 216 / 0.45);
}

.ring-blue-700\/5 {
  --tw-ring-color: rgb(29 78 216 / 0.05);
}

.ring-blue-700\/50 {
  --tw-ring-color: rgb(29 78 216 / 0.5);
}

.ring-blue-700\/55 {
  --tw-ring-color: rgb(29 78 216 / 0.55);
}

.ring-blue-700\/60 {
  --tw-ring-color: rgb(29 78 216 / 0.6);
}

.ring-blue-700\/65 {
  --tw-ring-color: rgb(29 78 216 / 0.65);
}

.ring-blue-700\/70 {
  --tw-ring-color: rgb(29 78 216 / 0.7);
}

.ring-blue-700\/75 {
  --tw-ring-color: rgb(29 78 216 / 0.75);
}

.ring-blue-700\/80 {
  --tw-ring-color: rgb(29 78 216 / 0.8);
}

.ring-blue-700\/85 {
  --tw-ring-color: rgb(29 78 216 / 0.85);
}

.ring-blue-700\/90 {
  --tw-ring-color: rgb(29 78 216 / 0.9);
}

.ring-blue-700\/95 {
  --tw-ring-color: rgb(29 78 216 / 0.95);
}

.ring-blue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}

.ring-blue-800\/0 {
  --tw-ring-color: rgb(30 64 175 / 0);
}

.ring-blue-800\/10 {
  --tw-ring-color: rgb(30 64 175 / 0.1);
}

.ring-blue-800\/100 {
  --tw-ring-color: rgb(30 64 175 / 1);
}

.ring-blue-800\/15 {
  --tw-ring-color: rgb(30 64 175 / 0.15);
}

.ring-blue-800\/20 {
  --tw-ring-color: rgb(30 64 175 / 0.2);
}

.ring-blue-800\/25 {
  --tw-ring-color: rgb(30 64 175 / 0.25);
}

.ring-blue-800\/30 {
  --tw-ring-color: rgb(30 64 175 / 0.3);
}

.ring-blue-800\/35 {
  --tw-ring-color: rgb(30 64 175 / 0.35);
}

.ring-blue-800\/40 {
  --tw-ring-color: rgb(30 64 175 / 0.4);
}

.ring-blue-800\/45 {
  --tw-ring-color: rgb(30 64 175 / 0.45);
}

.ring-blue-800\/5 {
  --tw-ring-color: rgb(30 64 175 / 0.05);
}

.ring-blue-800\/50 {
  --tw-ring-color: rgb(30 64 175 / 0.5);
}

.ring-blue-800\/55 {
  --tw-ring-color: rgb(30 64 175 / 0.55);
}

.ring-blue-800\/60 {
  --tw-ring-color: rgb(30 64 175 / 0.6);
}

.ring-blue-800\/65 {
  --tw-ring-color: rgb(30 64 175 / 0.65);
}

.ring-blue-800\/70 {
  --tw-ring-color: rgb(30 64 175 / 0.7);
}

.ring-blue-800\/75 {
  --tw-ring-color: rgb(30 64 175 / 0.75);
}

.ring-blue-800\/80 {
  --tw-ring-color: rgb(30 64 175 / 0.8);
}

.ring-blue-800\/85 {
  --tw-ring-color: rgb(30 64 175 / 0.85);
}

.ring-blue-800\/90 {
  --tw-ring-color: rgb(30 64 175 / 0.9);
}

.ring-blue-800\/95 {
  --tw-ring-color: rgb(30 64 175 / 0.95);
}

.ring-blue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1));
}

.ring-blue-900\/0 {
  --tw-ring-color: rgb(30 58 138 / 0);
}

.ring-blue-900\/10 {
  --tw-ring-color: rgb(30 58 138 / 0.1);
}

.ring-blue-900\/100 {
  --tw-ring-color: rgb(30 58 138 / 1);
}

.ring-blue-900\/15 {
  --tw-ring-color: rgb(30 58 138 / 0.15);
}

.ring-blue-900\/20 {
  --tw-ring-color: rgb(30 58 138 / 0.2);
}

.ring-blue-900\/25 {
  --tw-ring-color: rgb(30 58 138 / 0.25);
}

.ring-blue-900\/30 {
  --tw-ring-color: rgb(30 58 138 / 0.3);
}

.ring-blue-900\/35 {
  --tw-ring-color: rgb(30 58 138 / 0.35);
}

.ring-blue-900\/40 {
  --tw-ring-color: rgb(30 58 138 / 0.4);
}

.ring-blue-900\/45 {
  --tw-ring-color: rgb(30 58 138 / 0.45);
}

.ring-blue-900\/5 {
  --tw-ring-color: rgb(30 58 138 / 0.05);
}

.ring-blue-900\/50 {
  --tw-ring-color: rgb(30 58 138 / 0.5);
}

.ring-blue-900\/55 {
  --tw-ring-color: rgb(30 58 138 / 0.55);
}

.ring-blue-900\/60 {
  --tw-ring-color: rgb(30 58 138 / 0.6);
}

.ring-blue-900\/65 {
  --tw-ring-color: rgb(30 58 138 / 0.65);
}

.ring-blue-900\/70 {
  --tw-ring-color: rgb(30 58 138 / 0.7);
}

.ring-blue-900\/75 {
  --tw-ring-color: rgb(30 58 138 / 0.75);
}

.ring-blue-900\/80 {
  --tw-ring-color: rgb(30 58 138 / 0.8);
}

.ring-blue-900\/85 {
  --tw-ring-color: rgb(30 58 138 / 0.85);
}

.ring-blue-900\/90 {
  --tw-ring-color: rgb(30 58 138 / 0.9);
}

.ring-blue-900\/95 {
  --tw-ring-color: rgb(30 58 138 / 0.95);
}

.ring-blue-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 37 84 / var(--tw-ring-opacity, 1));
}

.ring-blue-950\/0 {
  --tw-ring-color: rgb(23 37 84 / 0);
}

.ring-blue-950\/10 {
  --tw-ring-color: rgb(23 37 84 / 0.1);
}

.ring-blue-950\/100 {
  --tw-ring-color: rgb(23 37 84 / 1);
}

.ring-blue-950\/15 {
  --tw-ring-color: rgb(23 37 84 / 0.15);
}

.ring-blue-950\/20 {
  --tw-ring-color: rgb(23 37 84 / 0.2);
}

.ring-blue-950\/25 {
  --tw-ring-color: rgb(23 37 84 / 0.25);
}

.ring-blue-950\/30 {
  --tw-ring-color: rgb(23 37 84 / 0.3);
}

.ring-blue-950\/35 {
  --tw-ring-color: rgb(23 37 84 / 0.35);
}

.ring-blue-950\/40 {
  --tw-ring-color: rgb(23 37 84 / 0.4);
}

.ring-blue-950\/45 {
  --tw-ring-color: rgb(23 37 84 / 0.45);
}

.ring-blue-950\/5 {
  --tw-ring-color: rgb(23 37 84 / 0.05);
}

.ring-blue-950\/50 {
  --tw-ring-color: rgb(23 37 84 / 0.5);
}

.ring-blue-950\/55 {
  --tw-ring-color: rgb(23 37 84 / 0.55);
}

.ring-blue-950\/60 {
  --tw-ring-color: rgb(23 37 84 / 0.6);
}

.ring-blue-950\/65 {
  --tw-ring-color: rgb(23 37 84 / 0.65);
}

.ring-blue-950\/70 {
  --tw-ring-color: rgb(23 37 84 / 0.7);
}

.ring-blue-950\/75 {
  --tw-ring-color: rgb(23 37 84 / 0.75);
}

.ring-blue-950\/80 {
  --tw-ring-color: rgb(23 37 84 / 0.8);
}

.ring-blue-950\/85 {
  --tw-ring-color: rgb(23 37 84 / 0.85);
}

.ring-blue-950\/90 {
  --tw-ring-color: rgb(23 37 84 / 0.9);
}

.ring-blue-950\/95 {
  --tw-ring-color: rgb(23 37 84 / 0.95);
}

.ring-current {
  --tw-ring-color: currentColor;
}

.ring-cyan-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(207 250 254 / var(--tw-ring-opacity, 1));
}

.ring-cyan-100\/0 {
  --tw-ring-color: rgb(207 250 254 / 0);
}

.ring-cyan-100\/10 {
  --tw-ring-color: rgb(207 250 254 / 0.1);
}

.ring-cyan-100\/100 {
  --tw-ring-color: rgb(207 250 254 / 1);
}

.ring-cyan-100\/15 {
  --tw-ring-color: rgb(207 250 254 / 0.15);
}

.ring-cyan-100\/20 {
  --tw-ring-color: rgb(207 250 254 / 0.2);
}

.ring-cyan-100\/25 {
  --tw-ring-color: rgb(207 250 254 / 0.25);
}

.ring-cyan-100\/30 {
  --tw-ring-color: rgb(207 250 254 / 0.3);
}

.ring-cyan-100\/35 {
  --tw-ring-color: rgb(207 250 254 / 0.35);
}

.ring-cyan-100\/40 {
  --tw-ring-color: rgb(207 250 254 / 0.4);
}

.ring-cyan-100\/45 {
  --tw-ring-color: rgb(207 250 254 / 0.45);
}

.ring-cyan-100\/5 {
  --tw-ring-color: rgb(207 250 254 / 0.05);
}

.ring-cyan-100\/50 {
  --tw-ring-color: rgb(207 250 254 / 0.5);
}

.ring-cyan-100\/55 {
  --tw-ring-color: rgb(207 250 254 / 0.55);
}

.ring-cyan-100\/60 {
  --tw-ring-color: rgb(207 250 254 / 0.6);
}

.ring-cyan-100\/65 {
  --tw-ring-color: rgb(207 250 254 / 0.65);
}

.ring-cyan-100\/70 {
  --tw-ring-color: rgb(207 250 254 / 0.7);
}

.ring-cyan-100\/75 {
  --tw-ring-color: rgb(207 250 254 / 0.75);
}

.ring-cyan-100\/80 {
  --tw-ring-color: rgb(207 250 254 / 0.8);
}

.ring-cyan-100\/85 {
  --tw-ring-color: rgb(207 250 254 / 0.85);
}

.ring-cyan-100\/90 {
  --tw-ring-color: rgb(207 250 254 / 0.9);
}

.ring-cyan-100\/95 {
  --tw-ring-color: rgb(207 250 254 / 0.95);
}

.ring-cyan-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity, 1));
}

.ring-cyan-200\/0 {
  --tw-ring-color: rgb(165 243 252 / 0);
}

.ring-cyan-200\/10 {
  --tw-ring-color: rgb(165 243 252 / 0.1);
}

.ring-cyan-200\/100 {
  --tw-ring-color: rgb(165 243 252 / 1);
}

.ring-cyan-200\/15 {
  --tw-ring-color: rgb(165 243 252 / 0.15);
}

.ring-cyan-200\/20 {
  --tw-ring-color: rgb(165 243 252 / 0.2);
}

.ring-cyan-200\/25 {
  --tw-ring-color: rgb(165 243 252 / 0.25);
}

.ring-cyan-200\/30 {
  --tw-ring-color: rgb(165 243 252 / 0.3);
}

.ring-cyan-200\/35 {
  --tw-ring-color: rgb(165 243 252 / 0.35);
}

.ring-cyan-200\/40 {
  --tw-ring-color: rgb(165 243 252 / 0.4);
}

.ring-cyan-200\/45 {
  --tw-ring-color: rgb(165 243 252 / 0.45);
}

.ring-cyan-200\/5 {
  --tw-ring-color: rgb(165 243 252 / 0.05);
}

.ring-cyan-200\/50 {
  --tw-ring-color: rgb(165 243 252 / 0.5);
}

.ring-cyan-200\/55 {
  --tw-ring-color: rgb(165 243 252 / 0.55);
}

.ring-cyan-200\/60 {
  --tw-ring-color: rgb(165 243 252 / 0.6);
}

.ring-cyan-200\/65 {
  --tw-ring-color: rgb(165 243 252 / 0.65);
}

.ring-cyan-200\/70 {
  --tw-ring-color: rgb(165 243 252 / 0.7);
}

.ring-cyan-200\/75 {
  --tw-ring-color: rgb(165 243 252 / 0.75);
}

.ring-cyan-200\/80 {
  --tw-ring-color: rgb(165 243 252 / 0.8);
}

.ring-cyan-200\/85 {
  --tw-ring-color: rgb(165 243 252 / 0.85);
}

.ring-cyan-200\/90 {
  --tw-ring-color: rgb(165 243 252 / 0.9);
}

.ring-cyan-200\/95 {
  --tw-ring-color: rgb(165 243 252 / 0.95);
}

.ring-cyan-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity, 1));
}

.ring-cyan-300\/0 {
  --tw-ring-color: rgb(103 232 249 / 0);
}

.ring-cyan-300\/10 {
  --tw-ring-color: rgb(103 232 249 / 0.1);
}

.ring-cyan-300\/100 {
  --tw-ring-color: rgb(103 232 249 / 1);
}

.ring-cyan-300\/15 {
  --tw-ring-color: rgb(103 232 249 / 0.15);
}

.ring-cyan-300\/20 {
  --tw-ring-color: rgb(103 232 249 / 0.2);
}

.ring-cyan-300\/25 {
  --tw-ring-color: rgb(103 232 249 / 0.25);
}

.ring-cyan-300\/30 {
  --tw-ring-color: rgb(103 232 249 / 0.3);
}

.ring-cyan-300\/35 {
  --tw-ring-color: rgb(103 232 249 / 0.35);
}

.ring-cyan-300\/40 {
  --tw-ring-color: rgb(103 232 249 / 0.4);
}

.ring-cyan-300\/45 {
  --tw-ring-color: rgb(103 232 249 / 0.45);
}

.ring-cyan-300\/5 {
  --tw-ring-color: rgb(103 232 249 / 0.05);
}

.ring-cyan-300\/50 {
  --tw-ring-color: rgb(103 232 249 / 0.5);
}

.ring-cyan-300\/55 {
  --tw-ring-color: rgb(103 232 249 / 0.55);
}

.ring-cyan-300\/60 {
  --tw-ring-color: rgb(103 232 249 / 0.6);
}

.ring-cyan-300\/65 {
  --tw-ring-color: rgb(103 232 249 / 0.65);
}

.ring-cyan-300\/70 {
  --tw-ring-color: rgb(103 232 249 / 0.7);
}

.ring-cyan-300\/75 {
  --tw-ring-color: rgb(103 232 249 / 0.75);
}

.ring-cyan-300\/80 {
  --tw-ring-color: rgb(103 232 249 / 0.8);
}

.ring-cyan-300\/85 {
  --tw-ring-color: rgb(103 232 249 / 0.85);
}

.ring-cyan-300\/90 {
  --tw-ring-color: rgb(103 232 249 / 0.9);
}

.ring-cyan-300\/95 {
  --tw-ring-color: rgb(103 232 249 / 0.95);
}

.ring-cyan-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1));
}

.ring-cyan-400\/0 {
  --tw-ring-color: rgb(34 211 238 / 0);
}

.ring-cyan-400\/10 {
  --tw-ring-color: rgb(34 211 238 / 0.1);
}

.ring-cyan-400\/100 {
  --tw-ring-color: rgb(34 211 238 / 1);
}

.ring-cyan-400\/15 {
  --tw-ring-color: rgb(34 211 238 / 0.15);
}

.ring-cyan-400\/20 {
  --tw-ring-color: rgb(34 211 238 / 0.2);
}

.ring-cyan-400\/25 {
  --tw-ring-color: rgb(34 211 238 / 0.25);
}

.ring-cyan-400\/30 {
  --tw-ring-color: rgb(34 211 238 / 0.3);
}

.ring-cyan-400\/35 {
  --tw-ring-color: rgb(34 211 238 / 0.35);
}

.ring-cyan-400\/40 {
  --tw-ring-color: rgb(34 211 238 / 0.4);
}

.ring-cyan-400\/45 {
  --tw-ring-color: rgb(34 211 238 / 0.45);
}

.ring-cyan-400\/5 {
  --tw-ring-color: rgb(34 211 238 / 0.05);
}

.ring-cyan-400\/50 {
  --tw-ring-color: rgb(34 211 238 / 0.5);
}

.ring-cyan-400\/55 {
  --tw-ring-color: rgb(34 211 238 / 0.55);
}

.ring-cyan-400\/60 {
  --tw-ring-color: rgb(34 211 238 / 0.6);
}

.ring-cyan-400\/65 {
  --tw-ring-color: rgb(34 211 238 / 0.65);
}

.ring-cyan-400\/70 {
  --tw-ring-color: rgb(34 211 238 / 0.7);
}

.ring-cyan-400\/75 {
  --tw-ring-color: rgb(34 211 238 / 0.75);
}

.ring-cyan-400\/80 {
  --tw-ring-color: rgb(34 211 238 / 0.8);
}

.ring-cyan-400\/85 {
  --tw-ring-color: rgb(34 211 238 / 0.85);
}

.ring-cyan-400\/90 {
  --tw-ring-color: rgb(34 211 238 / 0.9);
}

.ring-cyan-400\/95 {
  --tw-ring-color: rgb(34 211 238 / 0.95);
}

.ring-cyan-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 254 255 / var(--tw-ring-opacity, 1));
}

.ring-cyan-50\/0 {
  --tw-ring-color: rgb(236 254 255 / 0);
}

.ring-cyan-50\/10 {
  --tw-ring-color: rgb(236 254 255 / 0.1);
}

.ring-cyan-50\/100 {
  --tw-ring-color: rgb(236 254 255 / 1);
}

.ring-cyan-50\/15 {
  --tw-ring-color: rgb(236 254 255 / 0.15);
}

.ring-cyan-50\/20 {
  --tw-ring-color: rgb(236 254 255 / 0.2);
}

.ring-cyan-50\/25 {
  --tw-ring-color: rgb(236 254 255 / 0.25);
}

.ring-cyan-50\/30 {
  --tw-ring-color: rgb(236 254 255 / 0.3);
}

.ring-cyan-50\/35 {
  --tw-ring-color: rgb(236 254 255 / 0.35);
}

.ring-cyan-50\/40 {
  --tw-ring-color: rgb(236 254 255 / 0.4);
}

.ring-cyan-50\/45 {
  --tw-ring-color: rgb(236 254 255 / 0.45);
}

.ring-cyan-50\/5 {
  --tw-ring-color: rgb(236 254 255 / 0.05);
}

.ring-cyan-50\/50 {
  --tw-ring-color: rgb(236 254 255 / 0.5);
}

.ring-cyan-50\/55 {
  --tw-ring-color: rgb(236 254 255 / 0.55);
}

.ring-cyan-50\/60 {
  --tw-ring-color: rgb(236 254 255 / 0.6);
}

.ring-cyan-50\/65 {
  --tw-ring-color: rgb(236 254 255 / 0.65);
}

.ring-cyan-50\/70 {
  --tw-ring-color: rgb(236 254 255 / 0.7);
}

.ring-cyan-50\/75 {
  --tw-ring-color: rgb(236 254 255 / 0.75);
}

.ring-cyan-50\/80 {
  --tw-ring-color: rgb(236 254 255 / 0.8);
}

.ring-cyan-50\/85 {
  --tw-ring-color: rgb(236 254 255 / 0.85);
}

.ring-cyan-50\/90 {
  --tw-ring-color: rgb(236 254 255 / 0.9);
}

.ring-cyan-50\/95 {
  --tw-ring-color: rgb(236 254 255 / 0.95);
}

.ring-cyan-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1));
}

.ring-cyan-500\/0 {
  --tw-ring-color: rgb(6 182 212 / 0);
}

.ring-cyan-500\/10 {
  --tw-ring-color: rgb(6 182 212 / 0.1);
}

.ring-cyan-500\/100 {
  --tw-ring-color: rgb(6 182 212 / 1);
}

.ring-cyan-500\/15 {
  --tw-ring-color: rgb(6 182 212 / 0.15);
}

.ring-cyan-500\/20 {
  --tw-ring-color: rgb(6 182 212 / 0.2);
}

.ring-cyan-500\/25 {
  --tw-ring-color: rgb(6 182 212 / 0.25);
}

.ring-cyan-500\/30 {
  --tw-ring-color: rgb(6 182 212 / 0.3);
}

.ring-cyan-500\/35 {
  --tw-ring-color: rgb(6 182 212 / 0.35);
}

.ring-cyan-500\/40 {
  --tw-ring-color: rgb(6 182 212 / 0.4);
}

.ring-cyan-500\/45 {
  --tw-ring-color: rgb(6 182 212 / 0.45);
}

.ring-cyan-500\/5 {
  --tw-ring-color: rgb(6 182 212 / 0.05);
}

.ring-cyan-500\/50 {
  --tw-ring-color: rgb(6 182 212 / 0.5);
}

.ring-cyan-500\/55 {
  --tw-ring-color: rgb(6 182 212 / 0.55);
}

.ring-cyan-500\/60 {
  --tw-ring-color: rgb(6 182 212 / 0.6);
}

.ring-cyan-500\/65 {
  --tw-ring-color: rgb(6 182 212 / 0.65);
}

.ring-cyan-500\/70 {
  --tw-ring-color: rgb(6 182 212 / 0.7);
}

.ring-cyan-500\/75 {
  --tw-ring-color: rgb(6 182 212 / 0.75);
}

.ring-cyan-500\/80 {
  --tw-ring-color: rgb(6 182 212 / 0.8);
}

.ring-cyan-500\/85 {
  --tw-ring-color: rgb(6 182 212 / 0.85);
}

.ring-cyan-500\/90 {
  --tw-ring-color: rgb(6 182 212 / 0.9);
}

.ring-cyan-500\/95 {
  --tw-ring-color: rgb(6 182 212 / 0.95);
}

.ring-cyan-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1));
}

.ring-cyan-600\/0 {
  --tw-ring-color: rgb(8 145 178 / 0);
}

.ring-cyan-600\/10 {
  --tw-ring-color: rgb(8 145 178 / 0.1);
}

.ring-cyan-600\/100 {
  --tw-ring-color: rgb(8 145 178 / 1);
}

.ring-cyan-600\/15 {
  --tw-ring-color: rgb(8 145 178 / 0.15);
}

.ring-cyan-600\/20 {
  --tw-ring-color: rgb(8 145 178 / 0.2);
}

.ring-cyan-600\/25 {
  --tw-ring-color: rgb(8 145 178 / 0.25);
}

.ring-cyan-600\/30 {
  --tw-ring-color: rgb(8 145 178 / 0.3);
}

.ring-cyan-600\/35 {
  --tw-ring-color: rgb(8 145 178 / 0.35);
}

.ring-cyan-600\/40 {
  --tw-ring-color: rgb(8 145 178 / 0.4);
}

.ring-cyan-600\/45 {
  --tw-ring-color: rgb(8 145 178 / 0.45);
}

.ring-cyan-600\/5 {
  --tw-ring-color: rgb(8 145 178 / 0.05);
}

.ring-cyan-600\/50 {
  --tw-ring-color: rgb(8 145 178 / 0.5);
}

.ring-cyan-600\/55 {
  --tw-ring-color: rgb(8 145 178 / 0.55);
}

.ring-cyan-600\/60 {
  --tw-ring-color: rgb(8 145 178 / 0.6);
}

.ring-cyan-600\/65 {
  --tw-ring-color: rgb(8 145 178 / 0.65);
}

.ring-cyan-600\/70 {
  --tw-ring-color: rgb(8 145 178 / 0.7);
}

.ring-cyan-600\/75 {
  --tw-ring-color: rgb(8 145 178 / 0.75);
}

.ring-cyan-600\/80 {
  --tw-ring-color: rgb(8 145 178 / 0.8);
}

.ring-cyan-600\/85 {
  --tw-ring-color: rgb(8 145 178 / 0.85);
}

.ring-cyan-600\/90 {
  --tw-ring-color: rgb(8 145 178 / 0.9);
}

.ring-cyan-600\/95 {
  --tw-ring-color: rgb(8 145 178 / 0.95);
}

.ring-cyan-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity, 1));
}

.ring-cyan-700\/0 {
  --tw-ring-color: rgb(14 116 144 / 0);
}

.ring-cyan-700\/10 {
  --tw-ring-color: rgb(14 116 144 / 0.1);
}

.ring-cyan-700\/100 {
  --tw-ring-color: rgb(14 116 144 / 1);
}

.ring-cyan-700\/15 {
  --tw-ring-color: rgb(14 116 144 / 0.15);
}

.ring-cyan-700\/20 {
  --tw-ring-color: rgb(14 116 144 / 0.2);
}

.ring-cyan-700\/25 {
  --tw-ring-color: rgb(14 116 144 / 0.25);
}

.ring-cyan-700\/30 {
  --tw-ring-color: rgb(14 116 144 / 0.3);
}

.ring-cyan-700\/35 {
  --tw-ring-color: rgb(14 116 144 / 0.35);
}

.ring-cyan-700\/40 {
  --tw-ring-color: rgb(14 116 144 / 0.4);
}

.ring-cyan-700\/45 {
  --tw-ring-color: rgb(14 116 144 / 0.45);
}

.ring-cyan-700\/5 {
  --tw-ring-color: rgb(14 116 144 / 0.05);
}

.ring-cyan-700\/50 {
  --tw-ring-color: rgb(14 116 144 / 0.5);
}

.ring-cyan-700\/55 {
  --tw-ring-color: rgb(14 116 144 / 0.55);
}

.ring-cyan-700\/60 {
  --tw-ring-color: rgb(14 116 144 / 0.6);
}

.ring-cyan-700\/65 {
  --tw-ring-color: rgb(14 116 144 / 0.65);
}

.ring-cyan-700\/70 {
  --tw-ring-color: rgb(14 116 144 / 0.7);
}

.ring-cyan-700\/75 {
  --tw-ring-color: rgb(14 116 144 / 0.75);
}

.ring-cyan-700\/80 {
  --tw-ring-color: rgb(14 116 144 / 0.8);
}

.ring-cyan-700\/85 {
  --tw-ring-color: rgb(14 116 144 / 0.85);
}

.ring-cyan-700\/90 {
  --tw-ring-color: rgb(14 116 144 / 0.9);
}

.ring-cyan-700\/95 {
  --tw-ring-color: rgb(14 116 144 / 0.95);
}

.ring-cyan-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity, 1));
}

.ring-cyan-800\/0 {
  --tw-ring-color: rgb(21 94 117 / 0);
}

.ring-cyan-800\/10 {
  --tw-ring-color: rgb(21 94 117 / 0.1);
}

.ring-cyan-800\/100 {
  --tw-ring-color: rgb(21 94 117 / 1);
}

.ring-cyan-800\/15 {
  --tw-ring-color: rgb(21 94 117 / 0.15);
}

.ring-cyan-800\/20 {
  --tw-ring-color: rgb(21 94 117 / 0.2);
}

.ring-cyan-800\/25 {
  --tw-ring-color: rgb(21 94 117 / 0.25);
}

.ring-cyan-800\/30 {
  --tw-ring-color: rgb(21 94 117 / 0.3);
}

.ring-cyan-800\/35 {
  --tw-ring-color: rgb(21 94 117 / 0.35);
}

.ring-cyan-800\/40 {
  --tw-ring-color: rgb(21 94 117 / 0.4);
}

.ring-cyan-800\/45 {
  --tw-ring-color: rgb(21 94 117 / 0.45);
}

.ring-cyan-800\/5 {
  --tw-ring-color: rgb(21 94 117 / 0.05);
}

.ring-cyan-800\/50 {
  --tw-ring-color: rgb(21 94 117 / 0.5);
}

.ring-cyan-800\/55 {
  --tw-ring-color: rgb(21 94 117 / 0.55);
}

.ring-cyan-800\/60 {
  --tw-ring-color: rgb(21 94 117 / 0.6);
}

.ring-cyan-800\/65 {
  --tw-ring-color: rgb(21 94 117 / 0.65);
}

.ring-cyan-800\/70 {
  --tw-ring-color: rgb(21 94 117 / 0.7);
}

.ring-cyan-800\/75 {
  --tw-ring-color: rgb(21 94 117 / 0.75);
}

.ring-cyan-800\/80 {
  --tw-ring-color: rgb(21 94 117 / 0.8);
}

.ring-cyan-800\/85 {
  --tw-ring-color: rgb(21 94 117 / 0.85);
}

.ring-cyan-800\/90 {
  --tw-ring-color: rgb(21 94 117 / 0.9);
}

.ring-cyan-800\/95 {
  --tw-ring-color: rgb(21 94 117 / 0.95);
}

.ring-cyan-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 78 99 / var(--tw-ring-opacity, 1));
}

.ring-cyan-900\/0 {
  --tw-ring-color: rgb(22 78 99 / 0);
}

.ring-cyan-900\/10 {
  --tw-ring-color: rgb(22 78 99 / 0.1);
}

.ring-cyan-900\/100 {
  --tw-ring-color: rgb(22 78 99 / 1);
}

.ring-cyan-900\/15 {
  --tw-ring-color: rgb(22 78 99 / 0.15);
}

.ring-cyan-900\/20 {
  --tw-ring-color: rgb(22 78 99 / 0.2);
}

.ring-cyan-900\/25 {
  --tw-ring-color: rgb(22 78 99 / 0.25);
}

.ring-cyan-900\/30 {
  --tw-ring-color: rgb(22 78 99 / 0.3);
}

.ring-cyan-900\/35 {
  --tw-ring-color: rgb(22 78 99 / 0.35);
}

.ring-cyan-900\/40 {
  --tw-ring-color: rgb(22 78 99 / 0.4);
}

.ring-cyan-900\/45 {
  --tw-ring-color: rgb(22 78 99 / 0.45);
}

.ring-cyan-900\/5 {
  --tw-ring-color: rgb(22 78 99 / 0.05);
}

.ring-cyan-900\/50 {
  --tw-ring-color: rgb(22 78 99 / 0.5);
}

.ring-cyan-900\/55 {
  --tw-ring-color: rgb(22 78 99 / 0.55);
}

.ring-cyan-900\/60 {
  --tw-ring-color: rgb(22 78 99 / 0.6);
}

.ring-cyan-900\/65 {
  --tw-ring-color: rgb(22 78 99 / 0.65);
}

.ring-cyan-900\/70 {
  --tw-ring-color: rgb(22 78 99 / 0.7);
}

.ring-cyan-900\/75 {
  --tw-ring-color: rgb(22 78 99 / 0.75);
}

.ring-cyan-900\/80 {
  --tw-ring-color: rgb(22 78 99 / 0.8);
}

.ring-cyan-900\/85 {
  --tw-ring-color: rgb(22 78 99 / 0.85);
}

.ring-cyan-900\/90 {
  --tw-ring-color: rgb(22 78 99 / 0.9);
}

.ring-cyan-900\/95 {
  --tw-ring-color: rgb(22 78 99 / 0.95);
}

.ring-cyan-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 51 68 / var(--tw-ring-opacity, 1));
}

.ring-cyan-950\/0 {
  --tw-ring-color: rgb(8 51 68 / 0);
}

.ring-cyan-950\/10 {
  --tw-ring-color: rgb(8 51 68 / 0.1);
}

.ring-cyan-950\/100 {
  --tw-ring-color: rgb(8 51 68 / 1);
}

.ring-cyan-950\/15 {
  --tw-ring-color: rgb(8 51 68 / 0.15);
}

.ring-cyan-950\/20 {
  --tw-ring-color: rgb(8 51 68 / 0.2);
}

.ring-cyan-950\/25 {
  --tw-ring-color: rgb(8 51 68 / 0.25);
}

.ring-cyan-950\/30 {
  --tw-ring-color: rgb(8 51 68 / 0.3);
}

.ring-cyan-950\/35 {
  --tw-ring-color: rgb(8 51 68 / 0.35);
}

.ring-cyan-950\/40 {
  --tw-ring-color: rgb(8 51 68 / 0.4);
}

.ring-cyan-950\/45 {
  --tw-ring-color: rgb(8 51 68 / 0.45);
}

.ring-cyan-950\/5 {
  --tw-ring-color: rgb(8 51 68 / 0.05);
}

.ring-cyan-950\/50 {
  --tw-ring-color: rgb(8 51 68 / 0.5);
}

.ring-cyan-950\/55 {
  --tw-ring-color: rgb(8 51 68 / 0.55);
}

.ring-cyan-950\/60 {
  --tw-ring-color: rgb(8 51 68 / 0.6);
}

.ring-cyan-950\/65 {
  --tw-ring-color: rgb(8 51 68 / 0.65);
}

.ring-cyan-950\/70 {
  --tw-ring-color: rgb(8 51 68 / 0.7);
}

.ring-cyan-950\/75 {
  --tw-ring-color: rgb(8 51 68 / 0.75);
}

.ring-cyan-950\/80 {
  --tw-ring-color: rgb(8 51 68 / 0.8);
}

.ring-cyan-950\/85 {
  --tw-ring-color: rgb(8 51 68 / 0.85);
}

.ring-cyan-950\/90 {
  --tw-ring-color: rgb(8 51 68 / 0.9);
}

.ring-cyan-950\/95 {
  --tw-ring-color: rgb(8 51 68 / 0.95);
}

.ring-emerald-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1));
}

.ring-emerald-100\/0 {
  --tw-ring-color: rgb(209 250 229 / 0);
}

.ring-emerald-100\/10 {
  --tw-ring-color: rgb(209 250 229 / 0.1);
}

.ring-emerald-100\/100 {
  --tw-ring-color: rgb(209 250 229 / 1);
}

.ring-emerald-100\/15 {
  --tw-ring-color: rgb(209 250 229 / 0.15);
}

.ring-emerald-100\/20 {
  --tw-ring-color: rgb(209 250 229 / 0.2);
}

.ring-emerald-100\/25 {
  --tw-ring-color: rgb(209 250 229 / 0.25);
}

.ring-emerald-100\/30 {
  --tw-ring-color: rgb(209 250 229 / 0.3);
}

.ring-emerald-100\/35 {
  --tw-ring-color: rgb(209 250 229 / 0.35);
}

.ring-emerald-100\/40 {
  --tw-ring-color: rgb(209 250 229 / 0.4);
}

.ring-emerald-100\/45 {
  --tw-ring-color: rgb(209 250 229 / 0.45);
}

.ring-emerald-100\/5 {
  --tw-ring-color: rgb(209 250 229 / 0.05);
}

.ring-emerald-100\/50 {
  --tw-ring-color: rgb(209 250 229 / 0.5);
}

.ring-emerald-100\/55 {
  --tw-ring-color: rgb(209 250 229 / 0.55);
}

.ring-emerald-100\/60 {
  --tw-ring-color: rgb(209 250 229 / 0.6);
}

.ring-emerald-100\/65 {
  --tw-ring-color: rgb(209 250 229 / 0.65);
}

.ring-emerald-100\/70 {
  --tw-ring-color: rgb(209 250 229 / 0.7);
}

.ring-emerald-100\/75 {
  --tw-ring-color: rgb(209 250 229 / 0.75);
}

.ring-emerald-100\/80 {
  --tw-ring-color: rgb(209 250 229 / 0.8);
}

.ring-emerald-100\/85 {
  --tw-ring-color: rgb(209 250 229 / 0.85);
}

.ring-emerald-100\/90 {
  --tw-ring-color: rgb(209 250 229 / 0.9);
}

.ring-emerald-100\/95 {
  --tw-ring-color: rgb(209 250 229 / 0.95);
}

.ring-emerald-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}

.ring-emerald-200\/0 {
  --tw-ring-color: rgb(167 243 208 / 0);
}

.ring-emerald-200\/10 {
  --tw-ring-color: rgb(167 243 208 / 0.1);
}

.ring-emerald-200\/100 {
  --tw-ring-color: rgb(167 243 208 / 1);
}

.ring-emerald-200\/15 {
  --tw-ring-color: rgb(167 243 208 / 0.15);
}

.ring-emerald-200\/20 {
  --tw-ring-color: rgb(167 243 208 / 0.2);
}

.ring-emerald-200\/25 {
  --tw-ring-color: rgb(167 243 208 / 0.25);
}

.ring-emerald-200\/30 {
  --tw-ring-color: rgb(167 243 208 / 0.3);
}

.ring-emerald-200\/35 {
  --tw-ring-color: rgb(167 243 208 / 0.35);
}

.ring-emerald-200\/40 {
  --tw-ring-color: rgb(167 243 208 / 0.4);
}

.ring-emerald-200\/45 {
  --tw-ring-color: rgb(167 243 208 / 0.45);
}

.ring-emerald-200\/5 {
  --tw-ring-color: rgb(167 243 208 / 0.05);
}

.ring-emerald-200\/50 {
  --tw-ring-color: rgb(167 243 208 / 0.5);
}

.ring-emerald-200\/55 {
  --tw-ring-color: rgb(167 243 208 / 0.55);
}

.ring-emerald-200\/60 {
  --tw-ring-color: rgb(167 243 208 / 0.6);
}

.ring-emerald-200\/65 {
  --tw-ring-color: rgb(167 243 208 / 0.65);
}

.ring-emerald-200\/70 {
  --tw-ring-color: rgb(167 243 208 / 0.7);
}

.ring-emerald-200\/75 {
  --tw-ring-color: rgb(167 243 208 / 0.75);
}

.ring-emerald-200\/80 {
  --tw-ring-color: rgb(167 243 208 / 0.8);
}

.ring-emerald-200\/85 {
  --tw-ring-color: rgb(167 243 208 / 0.85);
}

.ring-emerald-200\/90 {
  --tw-ring-color: rgb(167 243 208 / 0.9);
}

.ring-emerald-200\/95 {
  --tw-ring-color: rgb(167 243 208 / 0.95);
}

.ring-emerald-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}

.ring-emerald-300\/0 {
  --tw-ring-color: rgb(110 231 183 / 0);
}

.ring-emerald-300\/10 {
  --tw-ring-color: rgb(110 231 183 / 0.1);
}

.ring-emerald-300\/100 {
  --tw-ring-color: rgb(110 231 183 / 1);
}

.ring-emerald-300\/15 {
  --tw-ring-color: rgb(110 231 183 / 0.15);
}

.ring-emerald-300\/20 {
  --tw-ring-color: rgb(110 231 183 / 0.2);
}

.ring-emerald-300\/25 {
  --tw-ring-color: rgb(110 231 183 / 0.25);
}

.ring-emerald-300\/30 {
  --tw-ring-color: rgb(110 231 183 / 0.3);
}

.ring-emerald-300\/35 {
  --tw-ring-color: rgb(110 231 183 / 0.35);
}

.ring-emerald-300\/40 {
  --tw-ring-color: rgb(110 231 183 / 0.4);
}

.ring-emerald-300\/45 {
  --tw-ring-color: rgb(110 231 183 / 0.45);
}

.ring-emerald-300\/5 {
  --tw-ring-color: rgb(110 231 183 / 0.05);
}

.ring-emerald-300\/50 {
  --tw-ring-color: rgb(110 231 183 / 0.5);
}

.ring-emerald-300\/55 {
  --tw-ring-color: rgb(110 231 183 / 0.55);
}

.ring-emerald-300\/60 {
  --tw-ring-color: rgb(110 231 183 / 0.6);
}

.ring-emerald-300\/65 {
  --tw-ring-color: rgb(110 231 183 / 0.65);
}

.ring-emerald-300\/70 {
  --tw-ring-color: rgb(110 231 183 / 0.7);
}

.ring-emerald-300\/75 {
  --tw-ring-color: rgb(110 231 183 / 0.75);
}

.ring-emerald-300\/80 {
  --tw-ring-color: rgb(110 231 183 / 0.8);
}

.ring-emerald-300\/85 {
  --tw-ring-color: rgb(110 231 183 / 0.85);
}

.ring-emerald-300\/90 {
  --tw-ring-color: rgb(110 231 183 / 0.9);
}

.ring-emerald-300\/95 {
  --tw-ring-color: rgb(110 231 183 / 0.95);
}

.ring-emerald-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1));
}

.ring-emerald-400\/0 {
  --tw-ring-color: rgb(52 211 153 / 0);
}

.ring-emerald-400\/10 {
  --tw-ring-color: rgb(52 211 153 / 0.1);
}

.ring-emerald-400\/100 {
  --tw-ring-color: rgb(52 211 153 / 1);
}

.ring-emerald-400\/15 {
  --tw-ring-color: rgb(52 211 153 / 0.15);
}

.ring-emerald-400\/20 {
  --tw-ring-color: rgb(52 211 153 / 0.2);
}

.ring-emerald-400\/25 {
  --tw-ring-color: rgb(52 211 153 / 0.25);
}

.ring-emerald-400\/30 {
  --tw-ring-color: rgb(52 211 153 / 0.3);
}

.ring-emerald-400\/35 {
  --tw-ring-color: rgb(52 211 153 / 0.35);
}

.ring-emerald-400\/40 {
  --tw-ring-color: rgb(52 211 153 / 0.4);
}

.ring-emerald-400\/45 {
  --tw-ring-color: rgb(52 211 153 / 0.45);
}

.ring-emerald-400\/5 {
  --tw-ring-color: rgb(52 211 153 / 0.05);
}

.ring-emerald-400\/50 {
  --tw-ring-color: rgb(52 211 153 / 0.5);
}

.ring-emerald-400\/55 {
  --tw-ring-color: rgb(52 211 153 / 0.55);
}

.ring-emerald-400\/60 {
  --tw-ring-color: rgb(52 211 153 / 0.6);
}

.ring-emerald-400\/65 {
  --tw-ring-color: rgb(52 211 153 / 0.65);
}

.ring-emerald-400\/70 {
  --tw-ring-color: rgb(52 211 153 / 0.7);
}

.ring-emerald-400\/75 {
  --tw-ring-color: rgb(52 211 153 / 0.75);
}

.ring-emerald-400\/80 {
  --tw-ring-color: rgb(52 211 153 / 0.8);
}

.ring-emerald-400\/85 {
  --tw-ring-color: rgb(52 211 153 / 0.85);
}

.ring-emerald-400\/90 {
  --tw-ring-color: rgb(52 211 153 / 0.9);
}

.ring-emerald-400\/95 {
  --tw-ring-color: rgb(52 211 153 / 0.95);
}

.ring-emerald-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity, 1));
}

.ring-emerald-50\/0 {
  --tw-ring-color: rgb(236 253 245 / 0);
}

.ring-emerald-50\/10 {
  --tw-ring-color: rgb(236 253 245 / 0.1);
}

.ring-emerald-50\/100 {
  --tw-ring-color: rgb(236 253 245 / 1);
}

.ring-emerald-50\/15 {
  --tw-ring-color: rgb(236 253 245 / 0.15);
}

.ring-emerald-50\/20 {
  --tw-ring-color: rgb(236 253 245 / 0.2);
}

.ring-emerald-50\/25 {
  --tw-ring-color: rgb(236 253 245 / 0.25);
}

.ring-emerald-50\/30 {
  --tw-ring-color: rgb(236 253 245 / 0.3);
}

.ring-emerald-50\/35 {
  --tw-ring-color: rgb(236 253 245 / 0.35);
}

.ring-emerald-50\/40 {
  --tw-ring-color: rgb(236 253 245 / 0.4);
}

.ring-emerald-50\/45 {
  --tw-ring-color: rgb(236 253 245 / 0.45);
}

.ring-emerald-50\/5 {
  --tw-ring-color: rgb(236 253 245 / 0.05);
}

.ring-emerald-50\/50 {
  --tw-ring-color: rgb(236 253 245 / 0.5);
}

.ring-emerald-50\/55 {
  --tw-ring-color: rgb(236 253 245 / 0.55);
}

.ring-emerald-50\/60 {
  --tw-ring-color: rgb(236 253 245 / 0.6);
}

.ring-emerald-50\/65 {
  --tw-ring-color: rgb(236 253 245 / 0.65);
}

.ring-emerald-50\/70 {
  --tw-ring-color: rgb(236 253 245 / 0.7);
}

.ring-emerald-50\/75 {
  --tw-ring-color: rgb(236 253 245 / 0.75);
}

.ring-emerald-50\/80 {
  --tw-ring-color: rgb(236 253 245 / 0.8);
}

.ring-emerald-50\/85 {
  --tw-ring-color: rgb(236 253 245 / 0.85);
}

.ring-emerald-50\/90 {
  --tw-ring-color: rgb(236 253 245 / 0.9);
}

.ring-emerald-50\/95 {
  --tw-ring-color: rgb(236 253 245 / 0.95);
}

.ring-emerald-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}

.ring-emerald-500\/0 {
  --tw-ring-color: rgb(16 185 129 / 0);
}

.ring-emerald-500\/10 {
  --tw-ring-color: rgb(16 185 129 / 0.1);
}

.ring-emerald-500\/100 {
  --tw-ring-color: rgb(16 185 129 / 1);
}

.ring-emerald-500\/15 {
  --tw-ring-color: rgb(16 185 129 / 0.15);
}

.ring-emerald-500\/20 {
  --tw-ring-color: rgb(16 185 129 / 0.2);
}

.ring-emerald-500\/25 {
  --tw-ring-color: rgb(16 185 129 / 0.25);
}

.ring-emerald-500\/30 {
  --tw-ring-color: rgb(16 185 129 / 0.3);
}

.ring-emerald-500\/35 {
  --tw-ring-color: rgb(16 185 129 / 0.35);
}

.ring-emerald-500\/40 {
  --tw-ring-color: rgb(16 185 129 / 0.4);
}

.ring-emerald-500\/45 {
  --tw-ring-color: rgb(16 185 129 / 0.45);
}

.ring-emerald-500\/5 {
  --tw-ring-color: rgb(16 185 129 / 0.05);
}

.ring-emerald-500\/50 {
  --tw-ring-color: rgb(16 185 129 / 0.5);
}

.ring-emerald-500\/55 {
  --tw-ring-color: rgb(16 185 129 / 0.55);
}

.ring-emerald-500\/60 {
  --tw-ring-color: rgb(16 185 129 / 0.6);
}

.ring-emerald-500\/65 {
  --tw-ring-color: rgb(16 185 129 / 0.65);
}

.ring-emerald-500\/70 {
  --tw-ring-color: rgb(16 185 129 / 0.7);
}

.ring-emerald-500\/75 {
  --tw-ring-color: rgb(16 185 129 / 0.75);
}

.ring-emerald-500\/80 {
  --tw-ring-color: rgb(16 185 129 / 0.8);
}

.ring-emerald-500\/85 {
  --tw-ring-color: rgb(16 185 129 / 0.85);
}

.ring-emerald-500\/90 {
  --tw-ring-color: rgb(16 185 129 / 0.9);
}

.ring-emerald-500\/95 {
  --tw-ring-color: rgb(16 185 129 / 0.95);
}

.ring-emerald-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}

.ring-emerald-600\/0 {
  --tw-ring-color: rgb(5 150 105 / 0);
}

.ring-emerald-600\/10 {
  --tw-ring-color: rgb(5 150 105 / 0.1);
}

.ring-emerald-600\/100 {
  --tw-ring-color: rgb(5 150 105 / 1);
}

.ring-emerald-600\/15 {
  --tw-ring-color: rgb(5 150 105 / 0.15);
}

.ring-emerald-600\/20 {
  --tw-ring-color: rgb(5 150 105 / 0.2);
}

.ring-emerald-600\/25 {
  --tw-ring-color: rgb(5 150 105 / 0.25);
}

.ring-emerald-600\/30 {
  --tw-ring-color: rgb(5 150 105 / 0.3);
}

.ring-emerald-600\/35 {
  --tw-ring-color: rgb(5 150 105 / 0.35);
}

.ring-emerald-600\/40 {
  --tw-ring-color: rgb(5 150 105 / 0.4);
}

.ring-emerald-600\/45 {
  --tw-ring-color: rgb(5 150 105 / 0.45);
}

.ring-emerald-600\/5 {
  --tw-ring-color: rgb(5 150 105 / 0.05);
}

.ring-emerald-600\/50 {
  --tw-ring-color: rgb(5 150 105 / 0.5);
}

.ring-emerald-600\/55 {
  --tw-ring-color: rgb(5 150 105 / 0.55);
}

.ring-emerald-600\/60 {
  --tw-ring-color: rgb(5 150 105 / 0.6);
}

.ring-emerald-600\/65 {
  --tw-ring-color: rgb(5 150 105 / 0.65);
}

.ring-emerald-600\/70 {
  --tw-ring-color: rgb(5 150 105 / 0.7);
}

.ring-emerald-600\/75 {
  --tw-ring-color: rgb(5 150 105 / 0.75);
}

.ring-emerald-600\/80 {
  --tw-ring-color: rgb(5 150 105 / 0.8);
}

.ring-emerald-600\/85 {
  --tw-ring-color: rgb(5 150 105 / 0.85);
}

.ring-emerald-600\/90 {
  --tw-ring-color: rgb(5 150 105 / 0.9);
}

.ring-emerald-600\/95 {
  --tw-ring-color: rgb(5 150 105 / 0.95);
}

.ring-emerald-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
}

.ring-emerald-700\/0 {
  --tw-ring-color: rgb(4 120 87 / 0);
}

.ring-emerald-700\/10 {
  --tw-ring-color: rgb(4 120 87 / 0.1);
}

.ring-emerald-700\/100 {
  --tw-ring-color: rgb(4 120 87 / 1);
}

.ring-emerald-700\/15 {
  --tw-ring-color: rgb(4 120 87 / 0.15);
}

.ring-emerald-700\/20 {
  --tw-ring-color: rgb(4 120 87 / 0.2);
}

.ring-emerald-700\/25 {
  --tw-ring-color: rgb(4 120 87 / 0.25);
}

.ring-emerald-700\/30 {
  --tw-ring-color: rgb(4 120 87 / 0.3);
}

.ring-emerald-700\/35 {
  --tw-ring-color: rgb(4 120 87 / 0.35);
}

.ring-emerald-700\/40 {
  --tw-ring-color: rgb(4 120 87 / 0.4);
}

.ring-emerald-700\/45 {
  --tw-ring-color: rgb(4 120 87 / 0.45);
}

.ring-emerald-700\/5 {
  --tw-ring-color: rgb(4 120 87 / 0.05);
}

.ring-emerald-700\/50 {
  --tw-ring-color: rgb(4 120 87 / 0.5);
}

.ring-emerald-700\/55 {
  --tw-ring-color: rgb(4 120 87 / 0.55);
}

.ring-emerald-700\/60 {
  --tw-ring-color: rgb(4 120 87 / 0.6);
}

.ring-emerald-700\/65 {
  --tw-ring-color: rgb(4 120 87 / 0.65);
}

.ring-emerald-700\/70 {
  --tw-ring-color: rgb(4 120 87 / 0.7);
}

.ring-emerald-700\/75 {
  --tw-ring-color: rgb(4 120 87 / 0.75);
}

.ring-emerald-700\/80 {
  --tw-ring-color: rgb(4 120 87 / 0.8);
}

.ring-emerald-700\/85 {
  --tw-ring-color: rgb(4 120 87 / 0.85);
}

.ring-emerald-700\/90 {
  --tw-ring-color: rgb(4 120 87 / 0.9);
}

.ring-emerald-700\/95 {
  --tw-ring-color: rgb(4 120 87 / 0.95);
}

.ring-emerald-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity, 1));
}

.ring-emerald-800\/0 {
  --tw-ring-color: rgb(6 95 70 / 0);
}

.ring-emerald-800\/10 {
  --tw-ring-color: rgb(6 95 70 / 0.1);
}

.ring-emerald-800\/100 {
  --tw-ring-color: rgb(6 95 70 / 1);
}

.ring-emerald-800\/15 {
  --tw-ring-color: rgb(6 95 70 / 0.15);
}

.ring-emerald-800\/20 {
  --tw-ring-color: rgb(6 95 70 / 0.2);
}

.ring-emerald-800\/25 {
  --tw-ring-color: rgb(6 95 70 / 0.25);
}

.ring-emerald-800\/30 {
  --tw-ring-color: rgb(6 95 70 / 0.3);
}

.ring-emerald-800\/35 {
  --tw-ring-color: rgb(6 95 70 / 0.35);
}

.ring-emerald-800\/40 {
  --tw-ring-color: rgb(6 95 70 / 0.4);
}

.ring-emerald-800\/45 {
  --tw-ring-color: rgb(6 95 70 / 0.45);
}

.ring-emerald-800\/5 {
  --tw-ring-color: rgb(6 95 70 / 0.05);
}

.ring-emerald-800\/50 {
  --tw-ring-color: rgb(6 95 70 / 0.5);
}

.ring-emerald-800\/55 {
  --tw-ring-color: rgb(6 95 70 / 0.55);
}

.ring-emerald-800\/60 {
  --tw-ring-color: rgb(6 95 70 / 0.6);
}

.ring-emerald-800\/65 {
  --tw-ring-color: rgb(6 95 70 / 0.65);
}

.ring-emerald-800\/70 {
  --tw-ring-color: rgb(6 95 70 / 0.7);
}

.ring-emerald-800\/75 {
  --tw-ring-color: rgb(6 95 70 / 0.75);
}

.ring-emerald-800\/80 {
  --tw-ring-color: rgb(6 95 70 / 0.8);
}

.ring-emerald-800\/85 {
  --tw-ring-color: rgb(6 95 70 / 0.85);
}

.ring-emerald-800\/90 {
  --tw-ring-color: rgb(6 95 70 / 0.9);
}

.ring-emerald-800\/95 {
  --tw-ring-color: rgb(6 95 70 / 0.95);
}

.ring-emerald-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity, 1));
}

.ring-emerald-900\/0 {
  --tw-ring-color: rgb(6 78 59 / 0);
}

.ring-emerald-900\/10 {
  --tw-ring-color: rgb(6 78 59 / 0.1);
}

.ring-emerald-900\/100 {
  --tw-ring-color: rgb(6 78 59 / 1);
}

.ring-emerald-900\/15 {
  --tw-ring-color: rgb(6 78 59 / 0.15);
}

.ring-emerald-900\/20 {
  --tw-ring-color: rgb(6 78 59 / 0.2);
}

.ring-emerald-900\/25 {
  --tw-ring-color: rgb(6 78 59 / 0.25);
}

.ring-emerald-900\/30 {
  --tw-ring-color: rgb(6 78 59 / 0.3);
}

.ring-emerald-900\/35 {
  --tw-ring-color: rgb(6 78 59 / 0.35);
}

.ring-emerald-900\/40 {
  --tw-ring-color: rgb(6 78 59 / 0.4);
}

.ring-emerald-900\/45 {
  --tw-ring-color: rgb(6 78 59 / 0.45);
}

.ring-emerald-900\/5 {
  --tw-ring-color: rgb(6 78 59 / 0.05);
}

.ring-emerald-900\/50 {
  --tw-ring-color: rgb(6 78 59 / 0.5);
}

.ring-emerald-900\/55 {
  --tw-ring-color: rgb(6 78 59 / 0.55);
}

.ring-emerald-900\/60 {
  --tw-ring-color: rgb(6 78 59 / 0.6);
}

.ring-emerald-900\/65 {
  --tw-ring-color: rgb(6 78 59 / 0.65);
}

.ring-emerald-900\/70 {
  --tw-ring-color: rgb(6 78 59 / 0.7);
}

.ring-emerald-900\/75 {
  --tw-ring-color: rgb(6 78 59 / 0.75);
}

.ring-emerald-900\/80 {
  --tw-ring-color: rgb(6 78 59 / 0.8);
}

.ring-emerald-900\/85 {
  --tw-ring-color: rgb(6 78 59 / 0.85);
}

.ring-emerald-900\/90 {
  --tw-ring-color: rgb(6 78 59 / 0.9);
}

.ring-emerald-900\/95 {
  --tw-ring-color: rgb(6 78 59 / 0.95);
}

.ring-emerald-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 44 34 / var(--tw-ring-opacity, 1));
}

.ring-emerald-950\/0 {
  --tw-ring-color: rgb(2 44 34 / 0);
}

.ring-emerald-950\/10 {
  --tw-ring-color: rgb(2 44 34 / 0.1);
}

.ring-emerald-950\/100 {
  --tw-ring-color: rgb(2 44 34 / 1);
}

.ring-emerald-950\/15 {
  --tw-ring-color: rgb(2 44 34 / 0.15);
}

.ring-emerald-950\/20 {
  --tw-ring-color: rgb(2 44 34 / 0.2);
}

.ring-emerald-950\/25 {
  --tw-ring-color: rgb(2 44 34 / 0.25);
}

.ring-emerald-950\/30 {
  --tw-ring-color: rgb(2 44 34 / 0.3);
}

.ring-emerald-950\/35 {
  --tw-ring-color: rgb(2 44 34 / 0.35);
}

.ring-emerald-950\/40 {
  --tw-ring-color: rgb(2 44 34 / 0.4);
}

.ring-emerald-950\/45 {
  --tw-ring-color: rgb(2 44 34 / 0.45);
}

.ring-emerald-950\/5 {
  --tw-ring-color: rgb(2 44 34 / 0.05);
}

.ring-emerald-950\/50 {
  --tw-ring-color: rgb(2 44 34 / 0.5);
}

.ring-emerald-950\/55 {
  --tw-ring-color: rgb(2 44 34 / 0.55);
}

.ring-emerald-950\/60 {
  --tw-ring-color: rgb(2 44 34 / 0.6);
}

.ring-emerald-950\/65 {
  --tw-ring-color: rgb(2 44 34 / 0.65);
}

.ring-emerald-950\/70 {
  --tw-ring-color: rgb(2 44 34 / 0.7);
}

.ring-emerald-950\/75 {
  --tw-ring-color: rgb(2 44 34 / 0.75);
}

.ring-emerald-950\/80 {
  --tw-ring-color: rgb(2 44 34 / 0.8);
}

.ring-emerald-950\/85 {
  --tw-ring-color: rgb(2 44 34 / 0.85);
}

.ring-emerald-950\/90 {
  --tw-ring-color: rgb(2 44 34 / 0.9);
}

.ring-emerald-950\/95 {
  --tw-ring-color: rgb(2 44 34 / 0.95);
}

.ring-fuchsia-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-100\/0 {
  --tw-ring-color: rgb(250 232 255 / 0);
}

.ring-fuchsia-100\/10 {
  --tw-ring-color: rgb(250 232 255 / 0.1);
}

.ring-fuchsia-100\/100 {
  --tw-ring-color: rgb(250 232 255 / 1);
}

.ring-fuchsia-100\/15 {
  --tw-ring-color: rgb(250 232 255 / 0.15);
}

.ring-fuchsia-100\/20 {
  --tw-ring-color: rgb(250 232 255 / 0.2);
}

.ring-fuchsia-100\/25 {
  --tw-ring-color: rgb(250 232 255 / 0.25);
}

.ring-fuchsia-100\/30 {
  --tw-ring-color: rgb(250 232 255 / 0.3);
}

.ring-fuchsia-100\/35 {
  --tw-ring-color: rgb(250 232 255 / 0.35);
}

.ring-fuchsia-100\/40 {
  --tw-ring-color: rgb(250 232 255 / 0.4);
}

.ring-fuchsia-100\/45 {
  --tw-ring-color: rgb(250 232 255 / 0.45);
}

.ring-fuchsia-100\/5 {
  --tw-ring-color: rgb(250 232 255 / 0.05);
}

.ring-fuchsia-100\/50 {
  --tw-ring-color: rgb(250 232 255 / 0.5);
}

.ring-fuchsia-100\/55 {
  --tw-ring-color: rgb(250 232 255 / 0.55);
}

.ring-fuchsia-100\/60 {
  --tw-ring-color: rgb(250 232 255 / 0.6);
}

.ring-fuchsia-100\/65 {
  --tw-ring-color: rgb(250 232 255 / 0.65);
}

.ring-fuchsia-100\/70 {
  --tw-ring-color: rgb(250 232 255 / 0.7);
}

.ring-fuchsia-100\/75 {
  --tw-ring-color: rgb(250 232 255 / 0.75);
}

.ring-fuchsia-100\/80 {
  --tw-ring-color: rgb(250 232 255 / 0.8);
}

.ring-fuchsia-100\/85 {
  --tw-ring-color: rgb(250 232 255 / 0.85);
}

.ring-fuchsia-100\/90 {
  --tw-ring-color: rgb(250 232 255 / 0.9);
}

.ring-fuchsia-100\/95 {
  --tw-ring-color: rgb(250 232 255 / 0.95);
}

.ring-fuchsia-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-200\/0 {
  --tw-ring-color: rgb(245 208 254 / 0);
}

.ring-fuchsia-200\/10 {
  --tw-ring-color: rgb(245 208 254 / 0.1);
}

.ring-fuchsia-200\/100 {
  --tw-ring-color: rgb(245 208 254 / 1);
}

.ring-fuchsia-200\/15 {
  --tw-ring-color: rgb(245 208 254 / 0.15);
}

.ring-fuchsia-200\/20 {
  --tw-ring-color: rgb(245 208 254 / 0.2);
}

.ring-fuchsia-200\/25 {
  --tw-ring-color: rgb(245 208 254 / 0.25);
}

.ring-fuchsia-200\/30 {
  --tw-ring-color: rgb(245 208 254 / 0.3);
}

.ring-fuchsia-200\/35 {
  --tw-ring-color: rgb(245 208 254 / 0.35);
}

.ring-fuchsia-200\/40 {
  --tw-ring-color: rgb(245 208 254 / 0.4);
}

.ring-fuchsia-200\/45 {
  --tw-ring-color: rgb(245 208 254 / 0.45);
}

.ring-fuchsia-200\/5 {
  --tw-ring-color: rgb(245 208 254 / 0.05);
}

.ring-fuchsia-200\/50 {
  --tw-ring-color: rgb(245 208 254 / 0.5);
}

.ring-fuchsia-200\/55 {
  --tw-ring-color: rgb(245 208 254 / 0.55);
}

.ring-fuchsia-200\/60 {
  --tw-ring-color: rgb(245 208 254 / 0.6);
}

.ring-fuchsia-200\/65 {
  --tw-ring-color: rgb(245 208 254 / 0.65);
}

.ring-fuchsia-200\/70 {
  --tw-ring-color: rgb(245 208 254 / 0.7);
}

.ring-fuchsia-200\/75 {
  --tw-ring-color: rgb(245 208 254 / 0.75);
}

.ring-fuchsia-200\/80 {
  --tw-ring-color: rgb(245 208 254 / 0.8);
}

.ring-fuchsia-200\/85 {
  --tw-ring-color: rgb(245 208 254 / 0.85);
}

.ring-fuchsia-200\/90 {
  --tw-ring-color: rgb(245 208 254 / 0.9);
}

.ring-fuchsia-200\/95 {
  --tw-ring-color: rgb(245 208 254 / 0.95);
}

.ring-fuchsia-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-300\/0 {
  --tw-ring-color: rgb(240 171 252 / 0);
}

.ring-fuchsia-300\/10 {
  --tw-ring-color: rgb(240 171 252 / 0.1);
}

.ring-fuchsia-300\/100 {
  --tw-ring-color: rgb(240 171 252 / 1);
}

.ring-fuchsia-300\/15 {
  --tw-ring-color: rgb(240 171 252 / 0.15);
}

.ring-fuchsia-300\/20 {
  --tw-ring-color: rgb(240 171 252 / 0.2);
}

.ring-fuchsia-300\/25 {
  --tw-ring-color: rgb(240 171 252 / 0.25);
}

.ring-fuchsia-300\/30 {
  --tw-ring-color: rgb(240 171 252 / 0.3);
}

.ring-fuchsia-300\/35 {
  --tw-ring-color: rgb(240 171 252 / 0.35);
}

.ring-fuchsia-300\/40 {
  --tw-ring-color: rgb(240 171 252 / 0.4);
}

.ring-fuchsia-300\/45 {
  --tw-ring-color: rgb(240 171 252 / 0.45);
}

.ring-fuchsia-300\/5 {
  --tw-ring-color: rgb(240 171 252 / 0.05);
}

.ring-fuchsia-300\/50 {
  --tw-ring-color: rgb(240 171 252 / 0.5);
}

.ring-fuchsia-300\/55 {
  --tw-ring-color: rgb(240 171 252 / 0.55);
}

.ring-fuchsia-300\/60 {
  --tw-ring-color: rgb(240 171 252 / 0.6);
}

.ring-fuchsia-300\/65 {
  --tw-ring-color: rgb(240 171 252 / 0.65);
}

.ring-fuchsia-300\/70 {
  --tw-ring-color: rgb(240 171 252 / 0.7);
}

.ring-fuchsia-300\/75 {
  --tw-ring-color: rgb(240 171 252 / 0.75);
}

.ring-fuchsia-300\/80 {
  --tw-ring-color: rgb(240 171 252 / 0.8);
}

.ring-fuchsia-300\/85 {
  --tw-ring-color: rgb(240 171 252 / 0.85);
}

.ring-fuchsia-300\/90 {
  --tw-ring-color: rgb(240 171 252 / 0.9);
}

.ring-fuchsia-300\/95 {
  --tw-ring-color: rgb(240 171 252 / 0.95);
}

.ring-fuchsia-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-400\/0 {
  --tw-ring-color: rgb(232 121 249 / 0);
}

.ring-fuchsia-400\/10 {
  --tw-ring-color: rgb(232 121 249 / 0.1);
}

.ring-fuchsia-400\/100 {
  --tw-ring-color: rgb(232 121 249 / 1);
}

.ring-fuchsia-400\/15 {
  --tw-ring-color: rgb(232 121 249 / 0.15);
}

.ring-fuchsia-400\/20 {
  --tw-ring-color: rgb(232 121 249 / 0.2);
}

.ring-fuchsia-400\/25 {
  --tw-ring-color: rgb(232 121 249 / 0.25);
}

.ring-fuchsia-400\/30 {
  --tw-ring-color: rgb(232 121 249 / 0.3);
}

.ring-fuchsia-400\/35 {
  --tw-ring-color: rgb(232 121 249 / 0.35);
}

.ring-fuchsia-400\/40 {
  --tw-ring-color: rgb(232 121 249 / 0.4);
}

.ring-fuchsia-400\/45 {
  --tw-ring-color: rgb(232 121 249 / 0.45);
}

.ring-fuchsia-400\/5 {
  --tw-ring-color: rgb(232 121 249 / 0.05);
}

.ring-fuchsia-400\/50 {
  --tw-ring-color: rgb(232 121 249 / 0.5);
}

.ring-fuchsia-400\/55 {
  --tw-ring-color: rgb(232 121 249 / 0.55);
}

.ring-fuchsia-400\/60 {
  --tw-ring-color: rgb(232 121 249 / 0.6);
}

.ring-fuchsia-400\/65 {
  --tw-ring-color: rgb(232 121 249 / 0.65);
}

.ring-fuchsia-400\/70 {
  --tw-ring-color: rgb(232 121 249 / 0.7);
}

.ring-fuchsia-400\/75 {
  --tw-ring-color: rgb(232 121 249 / 0.75);
}

.ring-fuchsia-400\/80 {
  --tw-ring-color: rgb(232 121 249 / 0.8);
}

.ring-fuchsia-400\/85 {
  --tw-ring-color: rgb(232 121 249 / 0.85);
}

.ring-fuchsia-400\/90 {
  --tw-ring-color: rgb(232 121 249 / 0.9);
}

.ring-fuchsia-400\/95 {
  --tw-ring-color: rgb(232 121 249 / 0.95);
}

.ring-fuchsia-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 244 255 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-50\/0 {
  --tw-ring-color: rgb(253 244 255 / 0);
}

.ring-fuchsia-50\/10 {
  --tw-ring-color: rgb(253 244 255 / 0.1);
}

.ring-fuchsia-50\/100 {
  --tw-ring-color: rgb(253 244 255 / 1);
}

.ring-fuchsia-50\/15 {
  --tw-ring-color: rgb(253 244 255 / 0.15);
}

.ring-fuchsia-50\/20 {
  --tw-ring-color: rgb(253 244 255 / 0.2);
}

.ring-fuchsia-50\/25 {
  --tw-ring-color: rgb(253 244 255 / 0.25);
}

.ring-fuchsia-50\/30 {
  --tw-ring-color: rgb(253 244 255 / 0.3);
}

.ring-fuchsia-50\/35 {
  --tw-ring-color: rgb(253 244 255 / 0.35);
}

.ring-fuchsia-50\/40 {
  --tw-ring-color: rgb(253 244 255 / 0.4);
}

.ring-fuchsia-50\/45 {
  --tw-ring-color: rgb(253 244 255 / 0.45);
}

.ring-fuchsia-50\/5 {
  --tw-ring-color: rgb(253 244 255 / 0.05);
}

.ring-fuchsia-50\/50 {
  --tw-ring-color: rgb(253 244 255 / 0.5);
}

.ring-fuchsia-50\/55 {
  --tw-ring-color: rgb(253 244 255 / 0.55);
}

.ring-fuchsia-50\/60 {
  --tw-ring-color: rgb(253 244 255 / 0.6);
}

.ring-fuchsia-50\/65 {
  --tw-ring-color: rgb(253 244 255 / 0.65);
}

.ring-fuchsia-50\/70 {
  --tw-ring-color: rgb(253 244 255 / 0.7);
}

.ring-fuchsia-50\/75 {
  --tw-ring-color: rgb(253 244 255 / 0.75);
}

.ring-fuchsia-50\/80 {
  --tw-ring-color: rgb(253 244 255 / 0.8);
}

.ring-fuchsia-50\/85 {
  --tw-ring-color: rgb(253 244 255 / 0.85);
}

.ring-fuchsia-50\/90 {
  --tw-ring-color: rgb(253 244 255 / 0.9);
}

.ring-fuchsia-50\/95 {
  --tw-ring-color: rgb(253 244 255 / 0.95);
}

.ring-fuchsia-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-500\/0 {
  --tw-ring-color: rgb(217 70 239 / 0);
}

.ring-fuchsia-500\/10 {
  --tw-ring-color: rgb(217 70 239 / 0.1);
}

.ring-fuchsia-500\/100 {
  --tw-ring-color: rgb(217 70 239 / 1);
}

.ring-fuchsia-500\/15 {
  --tw-ring-color: rgb(217 70 239 / 0.15);
}

.ring-fuchsia-500\/20 {
  --tw-ring-color: rgb(217 70 239 / 0.2);
}

.ring-fuchsia-500\/25 {
  --tw-ring-color: rgb(217 70 239 / 0.25);
}

.ring-fuchsia-500\/30 {
  --tw-ring-color: rgb(217 70 239 / 0.3);
}

.ring-fuchsia-500\/35 {
  --tw-ring-color: rgb(217 70 239 / 0.35);
}

.ring-fuchsia-500\/40 {
  --tw-ring-color: rgb(217 70 239 / 0.4);
}

.ring-fuchsia-500\/45 {
  --tw-ring-color: rgb(217 70 239 / 0.45);
}

.ring-fuchsia-500\/5 {
  --tw-ring-color: rgb(217 70 239 / 0.05);
}

.ring-fuchsia-500\/50 {
  --tw-ring-color: rgb(217 70 239 / 0.5);
}

.ring-fuchsia-500\/55 {
  --tw-ring-color: rgb(217 70 239 / 0.55);
}

.ring-fuchsia-500\/60 {
  --tw-ring-color: rgb(217 70 239 / 0.6);
}

.ring-fuchsia-500\/65 {
  --tw-ring-color: rgb(217 70 239 / 0.65);
}

.ring-fuchsia-500\/70 {
  --tw-ring-color: rgb(217 70 239 / 0.7);
}

.ring-fuchsia-500\/75 {
  --tw-ring-color: rgb(217 70 239 / 0.75);
}

.ring-fuchsia-500\/80 {
  --tw-ring-color: rgb(217 70 239 / 0.8);
}

.ring-fuchsia-500\/85 {
  --tw-ring-color: rgb(217 70 239 / 0.85);
}

.ring-fuchsia-500\/90 {
  --tw-ring-color: rgb(217 70 239 / 0.9);
}

.ring-fuchsia-500\/95 {
  --tw-ring-color: rgb(217 70 239 / 0.95);
}

.ring-fuchsia-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-600\/0 {
  --tw-ring-color: rgb(192 38 211 / 0);
}

.ring-fuchsia-600\/10 {
  --tw-ring-color: rgb(192 38 211 / 0.1);
}

.ring-fuchsia-600\/100 {
  --tw-ring-color: rgb(192 38 211 / 1);
}

.ring-fuchsia-600\/15 {
  --tw-ring-color: rgb(192 38 211 / 0.15);
}

.ring-fuchsia-600\/20 {
  --tw-ring-color: rgb(192 38 211 / 0.2);
}

.ring-fuchsia-600\/25 {
  --tw-ring-color: rgb(192 38 211 / 0.25);
}

.ring-fuchsia-600\/30 {
  --tw-ring-color: rgb(192 38 211 / 0.3);
}

.ring-fuchsia-600\/35 {
  --tw-ring-color: rgb(192 38 211 / 0.35);
}

.ring-fuchsia-600\/40 {
  --tw-ring-color: rgb(192 38 211 / 0.4);
}

.ring-fuchsia-600\/45 {
  --tw-ring-color: rgb(192 38 211 / 0.45);
}

.ring-fuchsia-600\/5 {
  --tw-ring-color: rgb(192 38 211 / 0.05);
}

.ring-fuchsia-600\/50 {
  --tw-ring-color: rgb(192 38 211 / 0.5);
}

.ring-fuchsia-600\/55 {
  --tw-ring-color: rgb(192 38 211 / 0.55);
}

.ring-fuchsia-600\/60 {
  --tw-ring-color: rgb(192 38 211 / 0.6);
}

.ring-fuchsia-600\/65 {
  --tw-ring-color: rgb(192 38 211 / 0.65);
}

.ring-fuchsia-600\/70 {
  --tw-ring-color: rgb(192 38 211 / 0.7);
}

.ring-fuchsia-600\/75 {
  --tw-ring-color: rgb(192 38 211 / 0.75);
}

.ring-fuchsia-600\/80 {
  --tw-ring-color: rgb(192 38 211 / 0.8);
}

.ring-fuchsia-600\/85 {
  --tw-ring-color: rgb(192 38 211 / 0.85);
}

.ring-fuchsia-600\/90 {
  --tw-ring-color: rgb(192 38 211 / 0.9);
}

.ring-fuchsia-600\/95 {
  --tw-ring-color: rgb(192 38 211 / 0.95);
}

.ring-fuchsia-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-700\/0 {
  --tw-ring-color: rgb(162 28 175 / 0);
}

.ring-fuchsia-700\/10 {
  --tw-ring-color: rgb(162 28 175 / 0.1);
}

.ring-fuchsia-700\/100 {
  --tw-ring-color: rgb(162 28 175 / 1);
}

.ring-fuchsia-700\/15 {
  --tw-ring-color: rgb(162 28 175 / 0.15);
}

.ring-fuchsia-700\/20 {
  --tw-ring-color: rgb(162 28 175 / 0.2);
}

.ring-fuchsia-700\/25 {
  --tw-ring-color: rgb(162 28 175 / 0.25);
}

.ring-fuchsia-700\/30 {
  --tw-ring-color: rgb(162 28 175 / 0.3);
}

.ring-fuchsia-700\/35 {
  --tw-ring-color: rgb(162 28 175 / 0.35);
}

.ring-fuchsia-700\/40 {
  --tw-ring-color: rgb(162 28 175 / 0.4);
}

.ring-fuchsia-700\/45 {
  --tw-ring-color: rgb(162 28 175 / 0.45);
}

.ring-fuchsia-700\/5 {
  --tw-ring-color: rgb(162 28 175 / 0.05);
}

.ring-fuchsia-700\/50 {
  --tw-ring-color: rgb(162 28 175 / 0.5);
}

.ring-fuchsia-700\/55 {
  --tw-ring-color: rgb(162 28 175 / 0.55);
}

.ring-fuchsia-700\/60 {
  --tw-ring-color: rgb(162 28 175 / 0.6);
}

.ring-fuchsia-700\/65 {
  --tw-ring-color: rgb(162 28 175 / 0.65);
}

.ring-fuchsia-700\/70 {
  --tw-ring-color: rgb(162 28 175 / 0.7);
}

.ring-fuchsia-700\/75 {
  --tw-ring-color: rgb(162 28 175 / 0.75);
}

.ring-fuchsia-700\/80 {
  --tw-ring-color: rgb(162 28 175 / 0.8);
}

.ring-fuchsia-700\/85 {
  --tw-ring-color: rgb(162 28 175 / 0.85);
}

.ring-fuchsia-700\/90 {
  --tw-ring-color: rgb(162 28 175 / 0.9);
}

.ring-fuchsia-700\/95 {
  --tw-ring-color: rgb(162 28 175 / 0.95);
}

.ring-fuchsia-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-800\/0 {
  --tw-ring-color: rgb(134 25 143 / 0);
}

.ring-fuchsia-800\/10 {
  --tw-ring-color: rgb(134 25 143 / 0.1);
}

.ring-fuchsia-800\/100 {
  --tw-ring-color: rgb(134 25 143 / 1);
}

.ring-fuchsia-800\/15 {
  --tw-ring-color: rgb(134 25 143 / 0.15);
}

.ring-fuchsia-800\/20 {
  --tw-ring-color: rgb(134 25 143 / 0.2);
}

.ring-fuchsia-800\/25 {
  --tw-ring-color: rgb(134 25 143 / 0.25);
}

.ring-fuchsia-800\/30 {
  --tw-ring-color: rgb(134 25 143 / 0.3);
}

.ring-fuchsia-800\/35 {
  --tw-ring-color: rgb(134 25 143 / 0.35);
}

.ring-fuchsia-800\/40 {
  --tw-ring-color: rgb(134 25 143 / 0.4);
}

.ring-fuchsia-800\/45 {
  --tw-ring-color: rgb(134 25 143 / 0.45);
}

.ring-fuchsia-800\/5 {
  --tw-ring-color: rgb(134 25 143 / 0.05);
}

.ring-fuchsia-800\/50 {
  --tw-ring-color: rgb(134 25 143 / 0.5);
}

.ring-fuchsia-800\/55 {
  --tw-ring-color: rgb(134 25 143 / 0.55);
}

.ring-fuchsia-800\/60 {
  --tw-ring-color: rgb(134 25 143 / 0.6);
}

.ring-fuchsia-800\/65 {
  --tw-ring-color: rgb(134 25 143 / 0.65);
}

.ring-fuchsia-800\/70 {
  --tw-ring-color: rgb(134 25 143 / 0.7);
}

.ring-fuchsia-800\/75 {
  --tw-ring-color: rgb(134 25 143 / 0.75);
}

.ring-fuchsia-800\/80 {
  --tw-ring-color: rgb(134 25 143 / 0.8);
}

.ring-fuchsia-800\/85 {
  --tw-ring-color: rgb(134 25 143 / 0.85);
}

.ring-fuchsia-800\/90 {
  --tw-ring-color: rgb(134 25 143 / 0.9);
}

.ring-fuchsia-800\/95 {
  --tw-ring-color: rgb(134 25 143 / 0.95);
}

.ring-fuchsia-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-900\/0 {
  --tw-ring-color: rgb(112 26 117 / 0);
}

.ring-fuchsia-900\/10 {
  --tw-ring-color: rgb(112 26 117 / 0.1);
}

.ring-fuchsia-900\/100 {
  --tw-ring-color: rgb(112 26 117 / 1);
}

.ring-fuchsia-900\/15 {
  --tw-ring-color: rgb(112 26 117 / 0.15);
}

.ring-fuchsia-900\/20 {
  --tw-ring-color: rgb(112 26 117 / 0.2);
}

.ring-fuchsia-900\/25 {
  --tw-ring-color: rgb(112 26 117 / 0.25);
}

.ring-fuchsia-900\/30 {
  --tw-ring-color: rgb(112 26 117 / 0.3);
}

.ring-fuchsia-900\/35 {
  --tw-ring-color: rgb(112 26 117 / 0.35);
}

.ring-fuchsia-900\/40 {
  --tw-ring-color: rgb(112 26 117 / 0.4);
}

.ring-fuchsia-900\/45 {
  --tw-ring-color: rgb(112 26 117 / 0.45);
}

.ring-fuchsia-900\/5 {
  --tw-ring-color: rgb(112 26 117 / 0.05);
}

.ring-fuchsia-900\/50 {
  --tw-ring-color: rgb(112 26 117 / 0.5);
}

.ring-fuchsia-900\/55 {
  --tw-ring-color: rgb(112 26 117 / 0.55);
}

.ring-fuchsia-900\/60 {
  --tw-ring-color: rgb(112 26 117 / 0.6);
}

.ring-fuchsia-900\/65 {
  --tw-ring-color: rgb(112 26 117 / 0.65);
}

.ring-fuchsia-900\/70 {
  --tw-ring-color: rgb(112 26 117 / 0.7);
}

.ring-fuchsia-900\/75 {
  --tw-ring-color: rgb(112 26 117 / 0.75);
}

.ring-fuchsia-900\/80 {
  --tw-ring-color: rgb(112 26 117 / 0.8);
}

.ring-fuchsia-900\/85 {
  --tw-ring-color: rgb(112 26 117 / 0.85);
}

.ring-fuchsia-900\/90 {
  --tw-ring-color: rgb(112 26 117 / 0.9);
}

.ring-fuchsia-900\/95 {
  --tw-ring-color: rgb(112 26 117 / 0.95);
}

.ring-fuchsia-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 4 78 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-950\/0 {
  --tw-ring-color: rgb(74 4 78 / 0);
}

.ring-fuchsia-950\/10 {
  --tw-ring-color: rgb(74 4 78 / 0.1);
}

.ring-fuchsia-950\/100 {
  --tw-ring-color: rgb(74 4 78 / 1);
}

.ring-fuchsia-950\/15 {
  --tw-ring-color: rgb(74 4 78 / 0.15);
}

.ring-fuchsia-950\/20 {
  --tw-ring-color: rgb(74 4 78 / 0.2);
}

.ring-fuchsia-950\/25 {
  --tw-ring-color: rgb(74 4 78 / 0.25);
}

.ring-fuchsia-950\/30 {
  --tw-ring-color: rgb(74 4 78 / 0.3);
}

.ring-fuchsia-950\/35 {
  --tw-ring-color: rgb(74 4 78 / 0.35);
}

.ring-fuchsia-950\/40 {
  --tw-ring-color: rgb(74 4 78 / 0.4);
}

.ring-fuchsia-950\/45 {
  --tw-ring-color: rgb(74 4 78 / 0.45);
}

.ring-fuchsia-950\/5 {
  --tw-ring-color: rgb(74 4 78 / 0.05);
}

.ring-fuchsia-950\/50 {
  --tw-ring-color: rgb(74 4 78 / 0.5);
}

.ring-fuchsia-950\/55 {
  --tw-ring-color: rgb(74 4 78 / 0.55);
}

.ring-fuchsia-950\/60 {
  --tw-ring-color: rgb(74 4 78 / 0.6);
}

.ring-fuchsia-950\/65 {
  --tw-ring-color: rgb(74 4 78 / 0.65);
}

.ring-fuchsia-950\/70 {
  --tw-ring-color: rgb(74 4 78 / 0.7);
}

.ring-fuchsia-950\/75 {
  --tw-ring-color: rgb(74 4 78 / 0.75);
}

.ring-fuchsia-950\/80 {
  --tw-ring-color: rgb(74 4 78 / 0.8);
}

.ring-fuchsia-950\/85 {
  --tw-ring-color: rgb(74 4 78 / 0.85);
}

.ring-fuchsia-950\/90 {
  --tw-ring-color: rgb(74 4 78 / 0.9);
}

.ring-fuchsia-950\/95 {
  --tw-ring-color: rgb(74 4 78 / 0.95);
}

.ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}

.ring-gray-100\/0 {
  --tw-ring-color: rgb(243 244 246 / 0);
}

.ring-gray-100\/10 {
  --tw-ring-color: rgb(243 244 246 / 0.1);
}

.ring-gray-100\/100 {
  --tw-ring-color: rgb(243 244 246 / 1);
}

.ring-gray-100\/15 {
  --tw-ring-color: rgb(243 244 246 / 0.15);
}

.ring-gray-100\/20 {
  --tw-ring-color: rgb(243 244 246 / 0.2);
}

.ring-gray-100\/25 {
  --tw-ring-color: rgb(243 244 246 / 0.25);
}

.ring-gray-100\/30 {
  --tw-ring-color: rgb(243 244 246 / 0.3);
}

.ring-gray-100\/35 {
  --tw-ring-color: rgb(243 244 246 / 0.35);
}

.ring-gray-100\/40 {
  --tw-ring-color: rgb(243 244 246 / 0.4);
}

.ring-gray-100\/45 {
  --tw-ring-color: rgb(243 244 246 / 0.45);
}

.ring-gray-100\/5 {
  --tw-ring-color: rgb(243 244 246 / 0.05);
}

.ring-gray-100\/50 {
  --tw-ring-color: rgb(243 244 246 / 0.5);
}

.ring-gray-100\/55 {
  --tw-ring-color: rgb(243 244 246 / 0.55);
}

.ring-gray-100\/60 {
  --tw-ring-color: rgb(243 244 246 / 0.6);
}

.ring-gray-100\/65 {
  --tw-ring-color: rgb(243 244 246 / 0.65);
}

.ring-gray-100\/70 {
  --tw-ring-color: rgb(243 244 246 / 0.7);
}

.ring-gray-100\/75 {
  --tw-ring-color: rgb(243 244 246 / 0.75);
}

.ring-gray-100\/80 {
  --tw-ring-color: rgb(243 244 246 / 0.8);
}

.ring-gray-100\/85 {
  --tw-ring-color: rgb(243 244 246 / 0.85);
}

.ring-gray-100\/90 {
  --tw-ring-color: rgb(243 244 246 / 0.9);
}

.ring-gray-100\/95 {
  --tw-ring-color: rgb(243 244 246 / 0.95);
}

.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}

.ring-gray-200\/0 {
  --tw-ring-color: rgb(229 231 235 / 0);
}

.ring-gray-200\/10 {
  --tw-ring-color: rgb(229 231 235 / 0.1);
}

.ring-gray-200\/100 {
  --tw-ring-color: rgb(229 231 235 / 1);
}

.ring-gray-200\/15 {
  --tw-ring-color: rgb(229 231 235 / 0.15);
}

.ring-gray-200\/20 {
  --tw-ring-color: rgb(229 231 235 / 0.2);
}

.ring-gray-200\/25 {
  --tw-ring-color: rgb(229 231 235 / 0.25);
}

.ring-gray-200\/30 {
  --tw-ring-color: rgb(229 231 235 / 0.3);
}

.ring-gray-200\/35 {
  --tw-ring-color: rgb(229 231 235 / 0.35);
}

.ring-gray-200\/40 {
  --tw-ring-color: rgb(229 231 235 / 0.4);
}

.ring-gray-200\/45 {
  --tw-ring-color: rgb(229 231 235 / 0.45);
}

.ring-gray-200\/5 {
  --tw-ring-color: rgb(229 231 235 / 0.05);
}

.ring-gray-200\/50 {
  --tw-ring-color: rgb(229 231 235 / 0.5);
}

.ring-gray-200\/55 {
  --tw-ring-color: rgb(229 231 235 / 0.55);
}

.ring-gray-200\/60 {
  --tw-ring-color: rgb(229 231 235 / 0.6);
}

.ring-gray-200\/65 {
  --tw-ring-color: rgb(229 231 235 / 0.65);
}

.ring-gray-200\/70 {
  --tw-ring-color: rgb(229 231 235 / 0.7);
}

.ring-gray-200\/75 {
  --tw-ring-color: rgb(229 231 235 / 0.75);
}

.ring-gray-200\/80 {
  --tw-ring-color: rgb(229 231 235 / 0.8);
}

.ring-gray-200\/85 {
  --tw-ring-color: rgb(229 231 235 / 0.85);
}

.ring-gray-200\/90 {
  --tw-ring-color: rgb(229 231 235 / 0.9);
}

.ring-gray-200\/95 {
  --tw-ring-color: rgb(229 231 235 / 0.95);
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}

.ring-gray-300\/0 {
  --tw-ring-color: rgb(209 213 219 / 0);
}

.ring-gray-300\/10 {
  --tw-ring-color: rgb(209 213 219 / 0.1);
}

.ring-gray-300\/100 {
  --tw-ring-color: rgb(209 213 219 / 1);
}

.ring-gray-300\/15 {
  --tw-ring-color: rgb(209 213 219 / 0.15);
}

.ring-gray-300\/20 {
  --tw-ring-color: rgb(209 213 219 / 0.2);
}

.ring-gray-300\/25 {
  --tw-ring-color: rgb(209 213 219 / 0.25);
}

.ring-gray-300\/30 {
  --tw-ring-color: rgb(209 213 219 / 0.3);
}

.ring-gray-300\/35 {
  --tw-ring-color: rgb(209 213 219 / 0.35);
}

.ring-gray-300\/40 {
  --tw-ring-color: rgb(209 213 219 / 0.4);
}

.ring-gray-300\/45 {
  --tw-ring-color: rgb(209 213 219 / 0.45);
}

.ring-gray-300\/5 {
  --tw-ring-color: rgb(209 213 219 / 0.05);
}

.ring-gray-300\/50 {
  --tw-ring-color: rgb(209 213 219 / 0.5);
}

.ring-gray-300\/55 {
  --tw-ring-color: rgb(209 213 219 / 0.55);
}

.ring-gray-300\/60 {
  --tw-ring-color: rgb(209 213 219 / 0.6);
}

.ring-gray-300\/65 {
  --tw-ring-color: rgb(209 213 219 / 0.65);
}

.ring-gray-300\/70 {
  --tw-ring-color: rgb(209 213 219 / 0.7);
}

.ring-gray-300\/75 {
  --tw-ring-color: rgb(209 213 219 / 0.75);
}

.ring-gray-300\/80 {
  --tw-ring-color: rgb(209 213 219 / 0.8);
}

.ring-gray-300\/85 {
  --tw-ring-color: rgb(209 213 219 / 0.85);
}

.ring-gray-300\/90 {
  --tw-ring-color: rgb(209 213 219 / 0.9);
}

.ring-gray-300\/95 {
  --tw-ring-color: rgb(209 213 219 / 0.95);
}

.ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}

.ring-gray-400\/0 {
  --tw-ring-color: rgb(156 163 175 / 0);
}

.ring-gray-400\/10 {
  --tw-ring-color: rgb(156 163 175 / 0.1);
}

.ring-gray-400\/100 {
  --tw-ring-color: rgb(156 163 175 / 1);
}

.ring-gray-400\/15 {
  --tw-ring-color: rgb(156 163 175 / 0.15);
}

.ring-gray-400\/20 {
  --tw-ring-color: rgb(156 163 175 / 0.2);
}

.ring-gray-400\/25 {
  --tw-ring-color: rgb(156 163 175 / 0.25);
}

.ring-gray-400\/30 {
  --tw-ring-color: rgb(156 163 175 / 0.3);
}

.ring-gray-400\/35 {
  --tw-ring-color: rgb(156 163 175 / 0.35);
}

.ring-gray-400\/40 {
  --tw-ring-color: rgb(156 163 175 / 0.4);
}

.ring-gray-400\/45 {
  --tw-ring-color: rgb(156 163 175 / 0.45);
}

.ring-gray-400\/5 {
  --tw-ring-color: rgb(156 163 175 / 0.05);
}

.ring-gray-400\/50 {
  --tw-ring-color: rgb(156 163 175 / 0.5);
}

.ring-gray-400\/55 {
  --tw-ring-color: rgb(156 163 175 / 0.55);
}

.ring-gray-400\/60 {
  --tw-ring-color: rgb(156 163 175 / 0.6);
}

.ring-gray-400\/65 {
  --tw-ring-color: rgb(156 163 175 / 0.65);
}

.ring-gray-400\/70 {
  --tw-ring-color: rgb(156 163 175 / 0.7);
}

.ring-gray-400\/75 {
  --tw-ring-color: rgb(156 163 175 / 0.75);
}

.ring-gray-400\/80 {
  --tw-ring-color: rgb(156 163 175 / 0.8);
}

.ring-gray-400\/85 {
  --tw-ring-color: rgb(156 163 175 / 0.85);
}

.ring-gray-400\/90 {
  --tw-ring-color: rgb(156 163 175 / 0.9);
}

.ring-gray-400\/95 {
  --tw-ring-color: rgb(156 163 175 / 0.95);
}

.ring-gray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1));
}

.ring-gray-50\/0 {
  --tw-ring-color: rgb(249 250 251 / 0);
}

.ring-gray-50\/10 {
  --tw-ring-color: rgb(249 250 251 / 0.1);
}

.ring-gray-50\/100 {
  --tw-ring-color: rgb(249 250 251 / 1);
}

.ring-gray-50\/15 {
  --tw-ring-color: rgb(249 250 251 / 0.15);
}

.ring-gray-50\/20 {
  --tw-ring-color: rgb(249 250 251 / 0.2);
}

.ring-gray-50\/25 {
  --tw-ring-color: rgb(249 250 251 / 0.25);
}

.ring-gray-50\/30 {
  --tw-ring-color: rgb(249 250 251 / 0.3);
}

.ring-gray-50\/35 {
  --tw-ring-color: rgb(249 250 251 / 0.35);
}

.ring-gray-50\/40 {
  --tw-ring-color: rgb(249 250 251 / 0.4);
}

.ring-gray-50\/45 {
  --tw-ring-color: rgb(249 250 251 / 0.45);
}

.ring-gray-50\/5 {
  --tw-ring-color: rgb(249 250 251 / 0.05);
}

.ring-gray-50\/50 {
  --tw-ring-color: rgb(249 250 251 / 0.5);
}

.ring-gray-50\/55 {
  --tw-ring-color: rgb(249 250 251 / 0.55);
}

.ring-gray-50\/60 {
  --tw-ring-color: rgb(249 250 251 / 0.6);
}

.ring-gray-50\/65 {
  --tw-ring-color: rgb(249 250 251 / 0.65);
}

.ring-gray-50\/70 {
  --tw-ring-color: rgb(249 250 251 / 0.7);
}

.ring-gray-50\/75 {
  --tw-ring-color: rgb(249 250 251 / 0.75);
}

.ring-gray-50\/80 {
  --tw-ring-color: rgb(249 250 251 / 0.8);
}

.ring-gray-50\/85 {
  --tw-ring-color: rgb(249 250 251 / 0.85);
}

.ring-gray-50\/90 {
  --tw-ring-color: rgb(249 250 251 / 0.9);
}

.ring-gray-50\/95 {
  --tw-ring-color: rgb(249 250 251 / 0.95);
}

.ring-gray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}

.ring-gray-500\/0 {
  --tw-ring-color: rgb(107 114 128 / 0);
}

.ring-gray-500\/10 {
  --tw-ring-color: rgb(107 114 128 / 0.1);
}

.ring-gray-500\/100 {
  --tw-ring-color: rgb(107 114 128 / 1);
}

.ring-gray-500\/15 {
  --tw-ring-color: rgb(107 114 128 / 0.15);
}

.ring-gray-500\/20 {
  --tw-ring-color: rgb(107 114 128 / 0.2);
}

.ring-gray-500\/25 {
  --tw-ring-color: rgb(107 114 128 / 0.25);
}

.ring-gray-500\/30 {
  --tw-ring-color: rgb(107 114 128 / 0.3);
}

.ring-gray-500\/35 {
  --tw-ring-color: rgb(107 114 128 / 0.35);
}

.ring-gray-500\/40 {
  --tw-ring-color: rgb(107 114 128 / 0.4);
}

.ring-gray-500\/45 {
  --tw-ring-color: rgb(107 114 128 / 0.45);
}

.ring-gray-500\/5 {
  --tw-ring-color: rgb(107 114 128 / 0.05);
}

.ring-gray-500\/50 {
  --tw-ring-color: rgb(107 114 128 / 0.5);
}

.ring-gray-500\/55 {
  --tw-ring-color: rgb(107 114 128 / 0.55);
}

.ring-gray-500\/60 {
  --tw-ring-color: rgb(107 114 128 / 0.6);
}

.ring-gray-500\/65 {
  --tw-ring-color: rgb(107 114 128 / 0.65);
}

.ring-gray-500\/70 {
  --tw-ring-color: rgb(107 114 128 / 0.7);
}

.ring-gray-500\/75 {
  --tw-ring-color: rgb(107 114 128 / 0.75);
}

.ring-gray-500\/80 {
  --tw-ring-color: rgb(107 114 128 / 0.8);
}

.ring-gray-500\/85 {
  --tw-ring-color: rgb(107 114 128 / 0.85);
}

.ring-gray-500\/90 {
  --tw-ring-color: rgb(107 114 128 / 0.9);
}

.ring-gray-500\/95 {
  --tw-ring-color: rgb(107 114 128 / 0.95);
}

.ring-gray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}

.ring-gray-600\/0 {
  --tw-ring-color: rgb(75 85 99 / 0);
}

.ring-gray-600\/10 {
  --tw-ring-color: rgb(75 85 99 / 0.1);
}

.ring-gray-600\/100 {
  --tw-ring-color: rgb(75 85 99 / 1);
}

.ring-gray-600\/15 {
  --tw-ring-color: rgb(75 85 99 / 0.15);
}

.ring-gray-600\/20 {
  --tw-ring-color: rgb(75 85 99 / 0.2);
}

.ring-gray-600\/25 {
  --tw-ring-color: rgb(75 85 99 / 0.25);
}

.ring-gray-600\/30 {
  --tw-ring-color: rgb(75 85 99 / 0.3);
}

.ring-gray-600\/35 {
  --tw-ring-color: rgb(75 85 99 / 0.35);
}

.ring-gray-600\/40 {
  --tw-ring-color: rgb(75 85 99 / 0.4);
}

.ring-gray-600\/45 {
  --tw-ring-color: rgb(75 85 99 / 0.45);
}

.ring-gray-600\/5 {
  --tw-ring-color: rgb(75 85 99 / 0.05);
}

.ring-gray-600\/50 {
  --tw-ring-color: rgb(75 85 99 / 0.5);
}

.ring-gray-600\/55 {
  --tw-ring-color: rgb(75 85 99 / 0.55);
}

.ring-gray-600\/60 {
  --tw-ring-color: rgb(75 85 99 / 0.6);
}

.ring-gray-600\/65 {
  --tw-ring-color: rgb(75 85 99 / 0.65);
}

.ring-gray-600\/70 {
  --tw-ring-color: rgb(75 85 99 / 0.7);
}

.ring-gray-600\/75 {
  --tw-ring-color: rgb(75 85 99 / 0.75);
}

.ring-gray-600\/80 {
  --tw-ring-color: rgb(75 85 99 / 0.8);
}

.ring-gray-600\/85 {
  --tw-ring-color: rgb(75 85 99 / 0.85);
}

.ring-gray-600\/90 {
  --tw-ring-color: rgb(75 85 99 / 0.9);
}

.ring-gray-600\/95 {
  --tw-ring-color: rgb(75 85 99 / 0.95);
}

.ring-gray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}

.ring-gray-700\/0 {
  --tw-ring-color: rgb(55 65 81 / 0);
}

.ring-gray-700\/10 {
  --tw-ring-color: rgb(55 65 81 / 0.1);
}

.ring-gray-700\/100 {
  --tw-ring-color: rgb(55 65 81 / 1);
}

.ring-gray-700\/15 {
  --tw-ring-color: rgb(55 65 81 / 0.15);
}

.ring-gray-700\/20 {
  --tw-ring-color: rgb(55 65 81 / 0.2);
}

.ring-gray-700\/25 {
  --tw-ring-color: rgb(55 65 81 / 0.25);
}

.ring-gray-700\/30 {
  --tw-ring-color: rgb(55 65 81 / 0.3);
}

.ring-gray-700\/35 {
  --tw-ring-color: rgb(55 65 81 / 0.35);
}

.ring-gray-700\/40 {
  --tw-ring-color: rgb(55 65 81 / 0.4);
}

.ring-gray-700\/45 {
  --tw-ring-color: rgb(55 65 81 / 0.45);
}

.ring-gray-700\/5 {
  --tw-ring-color: rgb(55 65 81 / 0.05);
}

.ring-gray-700\/50 {
  --tw-ring-color: rgb(55 65 81 / 0.5);
}

.ring-gray-700\/55 {
  --tw-ring-color: rgb(55 65 81 / 0.55);
}

.ring-gray-700\/60 {
  --tw-ring-color: rgb(55 65 81 / 0.6);
}

.ring-gray-700\/65 {
  --tw-ring-color: rgb(55 65 81 / 0.65);
}

.ring-gray-700\/70 {
  --tw-ring-color: rgb(55 65 81 / 0.7);
}

.ring-gray-700\/75 {
  --tw-ring-color: rgb(55 65 81 / 0.75);
}

.ring-gray-700\/80 {
  --tw-ring-color: rgb(55 65 81 / 0.8);
}

.ring-gray-700\/85 {
  --tw-ring-color: rgb(55 65 81 / 0.85);
}

.ring-gray-700\/90 {
  --tw-ring-color: rgb(55 65 81 / 0.9);
}

.ring-gray-700\/95 {
  --tw-ring-color: rgb(55 65 81 / 0.95);
}

.ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1));
}

.ring-gray-800\/0 {
  --tw-ring-color: rgb(31 41 55 / 0);
}

.ring-gray-800\/10 {
  --tw-ring-color: rgb(31 41 55 / 0.1);
}

.ring-gray-800\/100 {
  --tw-ring-color: rgb(31 41 55 / 1);
}

.ring-gray-800\/15 {
  --tw-ring-color: rgb(31 41 55 / 0.15);
}

.ring-gray-800\/20 {
  --tw-ring-color: rgb(31 41 55 / 0.2);
}

.ring-gray-800\/25 {
  --tw-ring-color: rgb(31 41 55 / 0.25);
}

.ring-gray-800\/30 {
  --tw-ring-color: rgb(31 41 55 / 0.3);
}

.ring-gray-800\/35 {
  --tw-ring-color: rgb(31 41 55 / 0.35);
}

.ring-gray-800\/40 {
  --tw-ring-color: rgb(31 41 55 / 0.4);
}

.ring-gray-800\/45 {
  --tw-ring-color: rgb(31 41 55 / 0.45);
}

.ring-gray-800\/5 {
  --tw-ring-color: rgb(31 41 55 / 0.05);
}

.ring-gray-800\/50 {
  --tw-ring-color: rgb(31 41 55 / 0.5);
}

.ring-gray-800\/55 {
  --tw-ring-color: rgb(31 41 55 / 0.55);
}

.ring-gray-800\/60 {
  --tw-ring-color: rgb(31 41 55 / 0.6);
}

.ring-gray-800\/65 {
  --tw-ring-color: rgb(31 41 55 / 0.65);
}

.ring-gray-800\/70 {
  --tw-ring-color: rgb(31 41 55 / 0.7);
}

.ring-gray-800\/75 {
  --tw-ring-color: rgb(31 41 55 / 0.75);
}

.ring-gray-800\/80 {
  --tw-ring-color: rgb(31 41 55 / 0.8);
}

.ring-gray-800\/85 {
  --tw-ring-color: rgb(31 41 55 / 0.85);
}

.ring-gray-800\/90 {
  --tw-ring-color: rgb(31 41 55 / 0.9);
}

.ring-gray-800\/95 {
  --tw-ring-color: rgb(31 41 55 / 0.95);
}

.ring-gray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}

.ring-gray-900\/0 {
  --tw-ring-color: rgb(17 24 39 / 0);
}

.ring-gray-900\/10 {
  --tw-ring-color: rgb(17 24 39 / 0.1);
}

.ring-gray-900\/100 {
  --tw-ring-color: rgb(17 24 39 / 1);
}

.ring-gray-900\/15 {
  --tw-ring-color: rgb(17 24 39 / 0.15);
}

.ring-gray-900\/20 {
  --tw-ring-color: rgb(17 24 39 / 0.2);
}

.ring-gray-900\/25 {
  --tw-ring-color: rgb(17 24 39 / 0.25);
}

.ring-gray-900\/30 {
  --tw-ring-color: rgb(17 24 39 / 0.3);
}

.ring-gray-900\/35 {
  --tw-ring-color: rgb(17 24 39 / 0.35);
}

.ring-gray-900\/40 {
  --tw-ring-color: rgb(17 24 39 / 0.4);
}

.ring-gray-900\/45 {
  --tw-ring-color: rgb(17 24 39 / 0.45);
}

.ring-gray-900\/5 {
  --tw-ring-color: rgb(17 24 39 / 0.05);
}

.ring-gray-900\/50 {
  --tw-ring-color: rgb(17 24 39 / 0.5);
}

.ring-gray-900\/55 {
  --tw-ring-color: rgb(17 24 39 / 0.55);
}

.ring-gray-900\/60 {
  --tw-ring-color: rgb(17 24 39 / 0.6);
}

.ring-gray-900\/65 {
  --tw-ring-color: rgb(17 24 39 / 0.65);
}

.ring-gray-900\/70 {
  --tw-ring-color: rgb(17 24 39 / 0.7);
}

.ring-gray-900\/75 {
  --tw-ring-color: rgb(17 24 39 / 0.75);
}

.ring-gray-900\/80 {
  --tw-ring-color: rgb(17 24 39 / 0.8);
}

.ring-gray-900\/85 {
  --tw-ring-color: rgb(17 24 39 / 0.85);
}

.ring-gray-900\/90 {
  --tw-ring-color: rgb(17 24 39 / 0.9);
}

.ring-gray-900\/95 {
  --tw-ring-color: rgb(17 24 39 / 0.95);
}

.ring-gray-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 7 18 / var(--tw-ring-opacity, 1));
}

.ring-gray-950\/0 {
  --tw-ring-color: rgb(3 7 18 / 0);
}

.ring-gray-950\/10 {
  --tw-ring-color: rgb(3 7 18 / 0.1);
}

.ring-gray-950\/100 {
  --tw-ring-color: rgb(3 7 18 / 1);
}

.ring-gray-950\/15 {
  --tw-ring-color: rgb(3 7 18 / 0.15);
}

.ring-gray-950\/20 {
  --tw-ring-color: rgb(3 7 18 / 0.2);
}

.ring-gray-950\/25 {
  --tw-ring-color: rgb(3 7 18 / 0.25);
}

.ring-gray-950\/30 {
  --tw-ring-color: rgb(3 7 18 / 0.3);
}

.ring-gray-950\/35 {
  --tw-ring-color: rgb(3 7 18 / 0.35);
}

.ring-gray-950\/40 {
  --tw-ring-color: rgb(3 7 18 / 0.4);
}

.ring-gray-950\/45 {
  --tw-ring-color: rgb(3 7 18 / 0.45);
}

.ring-gray-950\/5 {
  --tw-ring-color: rgb(3 7 18 / 0.05);
}

.ring-gray-950\/50 {
  --tw-ring-color: rgb(3 7 18 / 0.5);
}

.ring-gray-950\/55 {
  --tw-ring-color: rgb(3 7 18 / 0.55);
}

.ring-gray-950\/60 {
  --tw-ring-color: rgb(3 7 18 / 0.6);
}

.ring-gray-950\/65 {
  --tw-ring-color: rgb(3 7 18 / 0.65);
}

.ring-gray-950\/70 {
  --tw-ring-color: rgb(3 7 18 / 0.7);
}

.ring-gray-950\/75 {
  --tw-ring-color: rgb(3 7 18 / 0.75);
}

.ring-gray-950\/80 {
  --tw-ring-color: rgb(3 7 18 / 0.8);
}

.ring-gray-950\/85 {
  --tw-ring-color: rgb(3 7 18 / 0.85);
}

.ring-gray-950\/90 {
  --tw-ring-color: rgb(3 7 18 / 0.9);
}

.ring-gray-950\/95 {
  --tw-ring-color: rgb(3 7 18 / 0.95);
}

.ring-green-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 252 231 / var(--tw-ring-opacity, 1));
}

.ring-green-100\/0 {
  --tw-ring-color: rgb(220 252 231 / 0);
}

.ring-green-100\/10 {
  --tw-ring-color: rgb(220 252 231 / 0.1);
}

.ring-green-100\/100 {
  --tw-ring-color: rgb(220 252 231 / 1);
}

.ring-green-100\/15 {
  --tw-ring-color: rgb(220 252 231 / 0.15);
}

.ring-green-100\/20 {
  --tw-ring-color: rgb(220 252 231 / 0.2);
}

.ring-green-100\/25 {
  --tw-ring-color: rgb(220 252 231 / 0.25);
}

.ring-green-100\/30 {
  --tw-ring-color: rgb(220 252 231 / 0.3);
}

.ring-green-100\/35 {
  --tw-ring-color: rgb(220 252 231 / 0.35);
}

.ring-green-100\/40 {
  --tw-ring-color: rgb(220 252 231 / 0.4);
}

.ring-green-100\/45 {
  --tw-ring-color: rgb(220 252 231 / 0.45);
}

.ring-green-100\/5 {
  --tw-ring-color: rgb(220 252 231 / 0.05);
}

.ring-green-100\/50 {
  --tw-ring-color: rgb(220 252 231 / 0.5);
}

.ring-green-100\/55 {
  --tw-ring-color: rgb(220 252 231 / 0.55);
}

.ring-green-100\/60 {
  --tw-ring-color: rgb(220 252 231 / 0.6);
}

.ring-green-100\/65 {
  --tw-ring-color: rgb(220 252 231 / 0.65);
}

.ring-green-100\/70 {
  --tw-ring-color: rgb(220 252 231 / 0.7);
}

.ring-green-100\/75 {
  --tw-ring-color: rgb(220 252 231 / 0.75);
}

.ring-green-100\/80 {
  --tw-ring-color: rgb(220 252 231 / 0.8);
}

.ring-green-100\/85 {
  --tw-ring-color: rgb(220 252 231 / 0.85);
}

.ring-green-100\/90 {
  --tw-ring-color: rgb(220 252 231 / 0.9);
}

.ring-green-100\/95 {
  --tw-ring-color: rgb(220 252 231 / 0.95);
}

.ring-green-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1));
}

.ring-green-200\/0 {
  --tw-ring-color: rgb(187 247 208 / 0);
}

.ring-green-200\/10 {
  --tw-ring-color: rgb(187 247 208 / 0.1);
}

.ring-green-200\/100 {
  --tw-ring-color: rgb(187 247 208 / 1);
}

.ring-green-200\/15 {
  --tw-ring-color: rgb(187 247 208 / 0.15);
}

.ring-green-200\/20 {
  --tw-ring-color: rgb(187 247 208 / 0.2);
}

.ring-green-200\/25 {
  --tw-ring-color: rgb(187 247 208 / 0.25);
}

.ring-green-200\/30 {
  --tw-ring-color: rgb(187 247 208 / 0.3);
}

.ring-green-200\/35 {
  --tw-ring-color: rgb(187 247 208 / 0.35);
}

.ring-green-200\/40 {
  --tw-ring-color: rgb(187 247 208 / 0.4);
}

.ring-green-200\/45 {
  --tw-ring-color: rgb(187 247 208 / 0.45);
}

.ring-green-200\/5 {
  --tw-ring-color: rgb(187 247 208 / 0.05);
}

.ring-green-200\/50 {
  --tw-ring-color: rgb(187 247 208 / 0.5);
}

.ring-green-200\/55 {
  --tw-ring-color: rgb(187 247 208 / 0.55);
}

.ring-green-200\/60 {
  --tw-ring-color: rgb(187 247 208 / 0.6);
}

.ring-green-200\/65 {
  --tw-ring-color: rgb(187 247 208 / 0.65);
}

.ring-green-200\/70 {
  --tw-ring-color: rgb(187 247 208 / 0.7);
}

.ring-green-200\/75 {
  --tw-ring-color: rgb(187 247 208 / 0.75);
}

.ring-green-200\/80 {
  --tw-ring-color: rgb(187 247 208 / 0.8);
}

.ring-green-200\/85 {
  --tw-ring-color: rgb(187 247 208 / 0.85);
}

.ring-green-200\/90 {
  --tw-ring-color: rgb(187 247 208 / 0.9);
}

.ring-green-200\/95 {
  --tw-ring-color: rgb(187 247 208 / 0.95);
}

.ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
}

.ring-green-300\/0 {
  --tw-ring-color: rgb(134 239 172 / 0);
}

.ring-green-300\/10 {
  --tw-ring-color: rgb(134 239 172 / 0.1);
}

.ring-green-300\/100 {
  --tw-ring-color: rgb(134 239 172 / 1);
}

.ring-green-300\/15 {
  --tw-ring-color: rgb(134 239 172 / 0.15);
}

.ring-green-300\/20 {
  --tw-ring-color: rgb(134 239 172 / 0.2);
}

.ring-green-300\/25 {
  --tw-ring-color: rgb(134 239 172 / 0.25);
}

.ring-green-300\/30 {
  --tw-ring-color: rgb(134 239 172 / 0.3);
}

.ring-green-300\/35 {
  --tw-ring-color: rgb(134 239 172 / 0.35);
}

.ring-green-300\/40 {
  --tw-ring-color: rgb(134 239 172 / 0.4);
}

.ring-green-300\/45 {
  --tw-ring-color: rgb(134 239 172 / 0.45);
}

.ring-green-300\/5 {
  --tw-ring-color: rgb(134 239 172 / 0.05);
}

.ring-green-300\/50 {
  --tw-ring-color: rgb(134 239 172 / 0.5);
}

.ring-green-300\/55 {
  --tw-ring-color: rgb(134 239 172 / 0.55);
}

.ring-green-300\/60 {
  --tw-ring-color: rgb(134 239 172 / 0.6);
}

.ring-green-300\/65 {
  --tw-ring-color: rgb(134 239 172 / 0.65);
}

.ring-green-300\/70 {
  --tw-ring-color: rgb(134 239 172 / 0.7);
}

.ring-green-300\/75 {
  --tw-ring-color: rgb(134 239 172 / 0.75);
}

.ring-green-300\/80 {
  --tw-ring-color: rgb(134 239 172 / 0.8);
}

.ring-green-300\/85 {
  --tw-ring-color: rgb(134 239 172 / 0.85);
}

.ring-green-300\/90 {
  --tw-ring-color: rgb(134 239 172 / 0.9);
}

.ring-green-300\/95 {
  --tw-ring-color: rgb(134 239 172 / 0.95);
}

.ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1));
}

.ring-green-400\/0 {
  --tw-ring-color: rgb(74 222 128 / 0);
}

.ring-green-400\/10 {
  --tw-ring-color: rgb(74 222 128 / 0.1);
}

.ring-green-400\/100 {
  --tw-ring-color: rgb(74 222 128 / 1);
}

.ring-green-400\/15 {
  --tw-ring-color: rgb(74 222 128 / 0.15);
}

.ring-green-400\/20 {
  --tw-ring-color: rgb(74 222 128 / 0.2);
}

.ring-green-400\/25 {
  --tw-ring-color: rgb(74 222 128 / 0.25);
}

.ring-green-400\/30 {
  --tw-ring-color: rgb(74 222 128 / 0.3);
}

.ring-green-400\/35 {
  --tw-ring-color: rgb(74 222 128 / 0.35);
}

.ring-green-400\/40 {
  --tw-ring-color: rgb(74 222 128 / 0.4);
}

.ring-green-400\/45 {
  --tw-ring-color: rgb(74 222 128 / 0.45);
}

.ring-green-400\/5 {
  --tw-ring-color: rgb(74 222 128 / 0.05);
}

.ring-green-400\/50 {
  --tw-ring-color: rgb(74 222 128 / 0.5);
}

.ring-green-400\/55 {
  --tw-ring-color: rgb(74 222 128 / 0.55);
}

.ring-green-400\/60 {
  --tw-ring-color: rgb(74 222 128 / 0.6);
}

.ring-green-400\/65 {
  --tw-ring-color: rgb(74 222 128 / 0.65);
}

.ring-green-400\/70 {
  --tw-ring-color: rgb(74 222 128 / 0.7);
}

.ring-green-400\/75 {
  --tw-ring-color: rgb(74 222 128 / 0.75);
}

.ring-green-400\/80 {
  --tw-ring-color: rgb(74 222 128 / 0.8);
}

.ring-green-400\/85 {
  --tw-ring-color: rgb(74 222 128 / 0.85);
}

.ring-green-400\/90 {
  --tw-ring-color: rgb(74 222 128 / 0.9);
}

.ring-green-400\/95 {
  --tw-ring-color: rgb(74 222 128 / 0.95);
}

.ring-green-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 253 244 / var(--tw-ring-opacity, 1));
}

.ring-green-50\/0 {
  --tw-ring-color: rgb(240 253 244 / 0);
}

.ring-green-50\/10 {
  --tw-ring-color: rgb(240 253 244 / 0.1);
}

.ring-green-50\/100 {
  --tw-ring-color: rgb(240 253 244 / 1);
}

.ring-green-50\/15 {
  --tw-ring-color: rgb(240 253 244 / 0.15);
}

.ring-green-50\/20 {
  --tw-ring-color: rgb(240 253 244 / 0.2);
}

.ring-green-50\/25 {
  --tw-ring-color: rgb(240 253 244 / 0.25);
}

.ring-green-50\/30 {
  --tw-ring-color: rgb(240 253 244 / 0.3);
}

.ring-green-50\/35 {
  --tw-ring-color: rgb(240 253 244 / 0.35);
}

.ring-green-50\/40 {
  --tw-ring-color: rgb(240 253 244 / 0.4);
}

.ring-green-50\/45 {
  --tw-ring-color: rgb(240 253 244 / 0.45);
}

.ring-green-50\/5 {
  --tw-ring-color: rgb(240 253 244 / 0.05);
}

.ring-green-50\/50 {
  --tw-ring-color: rgb(240 253 244 / 0.5);
}

.ring-green-50\/55 {
  --tw-ring-color: rgb(240 253 244 / 0.55);
}

.ring-green-50\/60 {
  --tw-ring-color: rgb(240 253 244 / 0.6);
}

.ring-green-50\/65 {
  --tw-ring-color: rgb(240 253 244 / 0.65);
}

.ring-green-50\/70 {
  --tw-ring-color: rgb(240 253 244 / 0.7);
}

.ring-green-50\/75 {
  --tw-ring-color: rgb(240 253 244 / 0.75);
}

.ring-green-50\/80 {
  --tw-ring-color: rgb(240 253 244 / 0.8);
}

.ring-green-50\/85 {
  --tw-ring-color: rgb(240 253 244 / 0.85);
}

.ring-green-50\/90 {
  --tw-ring-color: rgb(240 253 244 / 0.9);
}

.ring-green-50\/95 {
  --tw-ring-color: rgb(240 253 244 / 0.95);
}

.ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.ring-green-500\/0 {
  --tw-ring-color: rgb(34 197 94 / 0);
}

.ring-green-500\/10 {
  --tw-ring-color: rgb(34 197 94 / 0.1);
}

.ring-green-500\/100 {
  --tw-ring-color: rgb(34 197 94 / 1);
}

.ring-green-500\/15 {
  --tw-ring-color: rgb(34 197 94 / 0.15);
}

.ring-green-500\/20 {
  --tw-ring-color: rgb(34 197 94 / 0.2);
}

.ring-green-500\/25 {
  --tw-ring-color: rgb(34 197 94 / 0.25);
}

.ring-green-500\/30 {
  --tw-ring-color: rgb(34 197 94 / 0.3);
}

.ring-green-500\/35 {
  --tw-ring-color: rgb(34 197 94 / 0.35);
}

.ring-green-500\/40 {
  --tw-ring-color: rgb(34 197 94 / 0.4);
}

.ring-green-500\/45 {
  --tw-ring-color: rgb(34 197 94 / 0.45);
}

.ring-green-500\/5 {
  --tw-ring-color: rgb(34 197 94 / 0.05);
}

.ring-green-500\/50 {
  --tw-ring-color: rgb(34 197 94 / 0.5);
}

.ring-green-500\/55 {
  --tw-ring-color: rgb(34 197 94 / 0.55);
}

.ring-green-500\/60 {
  --tw-ring-color: rgb(34 197 94 / 0.6);
}

.ring-green-500\/65 {
  --tw-ring-color: rgb(34 197 94 / 0.65);
}

.ring-green-500\/70 {
  --tw-ring-color: rgb(34 197 94 / 0.7);
}

.ring-green-500\/75 {
  --tw-ring-color: rgb(34 197 94 / 0.75);
}

.ring-green-500\/80 {
  --tw-ring-color: rgb(34 197 94 / 0.8);
}

.ring-green-500\/85 {
  --tw-ring-color: rgb(34 197 94 / 0.85);
}

.ring-green-500\/90 {
  --tw-ring-color: rgb(34 197 94 / 0.9);
}

.ring-green-500\/95 {
  --tw-ring-color: rgb(34 197 94 / 0.95);
}

.ring-green-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1));
}

.ring-green-600\/0 {
  --tw-ring-color: rgb(22 163 74 / 0);
}

.ring-green-600\/10 {
  --tw-ring-color: rgb(22 163 74 / 0.1);
}

.ring-green-600\/100 {
  --tw-ring-color: rgb(22 163 74 / 1);
}

.ring-green-600\/15 {
  --tw-ring-color: rgb(22 163 74 / 0.15);
}

.ring-green-600\/20 {
  --tw-ring-color: rgb(22 163 74 / 0.2);
}

.ring-green-600\/25 {
  --tw-ring-color: rgb(22 163 74 / 0.25);
}

.ring-green-600\/30 {
  --tw-ring-color: rgb(22 163 74 / 0.3);
}

.ring-green-600\/35 {
  --tw-ring-color: rgb(22 163 74 / 0.35);
}

.ring-green-600\/40 {
  --tw-ring-color: rgb(22 163 74 / 0.4);
}

.ring-green-600\/45 {
  --tw-ring-color: rgb(22 163 74 / 0.45);
}

.ring-green-600\/5 {
  --tw-ring-color: rgb(22 163 74 / 0.05);
}

.ring-green-600\/50 {
  --tw-ring-color: rgb(22 163 74 / 0.5);
}

.ring-green-600\/55 {
  --tw-ring-color: rgb(22 163 74 / 0.55);
}

.ring-green-600\/60 {
  --tw-ring-color: rgb(22 163 74 / 0.6);
}

.ring-green-600\/65 {
  --tw-ring-color: rgb(22 163 74 / 0.65);
}

.ring-green-600\/70 {
  --tw-ring-color: rgb(22 163 74 / 0.7);
}

.ring-green-600\/75 {
  --tw-ring-color: rgb(22 163 74 / 0.75);
}

.ring-green-600\/80 {
  --tw-ring-color: rgb(22 163 74 / 0.8);
}

.ring-green-600\/85 {
  --tw-ring-color: rgb(22 163 74 / 0.85);
}

.ring-green-600\/90 {
  --tw-ring-color: rgb(22 163 74 / 0.9);
}

.ring-green-600\/95 {
  --tw-ring-color: rgb(22 163 74 / 0.95);
}

.ring-green-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 128 61 / var(--tw-ring-opacity, 1));
}

.ring-green-700\/0 {
  --tw-ring-color: rgb(21 128 61 / 0);
}

.ring-green-700\/10 {
  --tw-ring-color: rgb(21 128 61 / 0.1);
}

.ring-green-700\/100 {
  --tw-ring-color: rgb(21 128 61 / 1);
}

.ring-green-700\/15 {
  --tw-ring-color: rgb(21 128 61 / 0.15);
}

.ring-green-700\/20 {
  --tw-ring-color: rgb(21 128 61 / 0.2);
}

.ring-green-700\/25 {
  --tw-ring-color: rgb(21 128 61 / 0.25);
}

.ring-green-700\/30 {
  --tw-ring-color: rgb(21 128 61 / 0.3);
}

.ring-green-700\/35 {
  --tw-ring-color: rgb(21 128 61 / 0.35);
}

.ring-green-700\/40 {
  --tw-ring-color: rgb(21 128 61 / 0.4);
}

.ring-green-700\/45 {
  --tw-ring-color: rgb(21 128 61 / 0.45);
}

.ring-green-700\/5 {
  --tw-ring-color: rgb(21 128 61 / 0.05);
}

.ring-green-700\/50 {
  --tw-ring-color: rgb(21 128 61 / 0.5);
}

.ring-green-700\/55 {
  --tw-ring-color: rgb(21 128 61 / 0.55);
}

.ring-green-700\/60 {
  --tw-ring-color: rgb(21 128 61 / 0.6);
}

.ring-green-700\/65 {
  --tw-ring-color: rgb(21 128 61 / 0.65);
}

.ring-green-700\/70 {
  --tw-ring-color: rgb(21 128 61 / 0.7);
}

.ring-green-700\/75 {
  --tw-ring-color: rgb(21 128 61 / 0.75);
}

.ring-green-700\/80 {
  --tw-ring-color: rgb(21 128 61 / 0.8);
}

.ring-green-700\/85 {
  --tw-ring-color: rgb(21 128 61 / 0.85);
}

.ring-green-700\/90 {
  --tw-ring-color: rgb(21 128 61 / 0.9);
}

.ring-green-700\/95 {
  --tw-ring-color: rgb(21 128 61 / 0.95);
}

.ring-green-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity, 1));
}

.ring-green-800\/0 {
  --tw-ring-color: rgb(22 101 52 / 0);
}

.ring-green-800\/10 {
  --tw-ring-color: rgb(22 101 52 / 0.1);
}

.ring-green-800\/100 {
  --tw-ring-color: rgb(22 101 52 / 1);
}

.ring-green-800\/15 {
  --tw-ring-color: rgb(22 101 52 / 0.15);
}

.ring-green-800\/20 {
  --tw-ring-color: rgb(22 101 52 / 0.2);
}

.ring-green-800\/25 {
  --tw-ring-color: rgb(22 101 52 / 0.25);
}

.ring-green-800\/30 {
  --tw-ring-color: rgb(22 101 52 / 0.3);
}

.ring-green-800\/35 {
  --tw-ring-color: rgb(22 101 52 / 0.35);
}

.ring-green-800\/40 {
  --tw-ring-color: rgb(22 101 52 / 0.4);
}

.ring-green-800\/45 {
  --tw-ring-color: rgb(22 101 52 / 0.45);
}

.ring-green-800\/5 {
  --tw-ring-color: rgb(22 101 52 / 0.05);
}

.ring-green-800\/50 {
  --tw-ring-color: rgb(22 101 52 / 0.5);
}

.ring-green-800\/55 {
  --tw-ring-color: rgb(22 101 52 / 0.55);
}

.ring-green-800\/60 {
  --tw-ring-color: rgb(22 101 52 / 0.6);
}

.ring-green-800\/65 {
  --tw-ring-color: rgb(22 101 52 / 0.65);
}

.ring-green-800\/70 {
  --tw-ring-color: rgb(22 101 52 / 0.7);
}

.ring-green-800\/75 {
  --tw-ring-color: rgb(22 101 52 / 0.75);
}

.ring-green-800\/80 {
  --tw-ring-color: rgb(22 101 52 / 0.8);
}

.ring-green-800\/85 {
  --tw-ring-color: rgb(22 101 52 / 0.85);
}

.ring-green-800\/90 {
  --tw-ring-color: rgb(22 101 52 / 0.9);
}

.ring-green-800\/95 {
  --tw-ring-color: rgb(22 101 52 / 0.95);
}

.ring-green-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 83 45 / var(--tw-ring-opacity, 1));
}

.ring-green-900\/0 {
  --tw-ring-color: rgb(20 83 45 / 0);
}

.ring-green-900\/10 {
  --tw-ring-color: rgb(20 83 45 / 0.1);
}

.ring-green-900\/100 {
  --tw-ring-color: rgb(20 83 45 / 1);
}

.ring-green-900\/15 {
  --tw-ring-color: rgb(20 83 45 / 0.15);
}

.ring-green-900\/20 {
  --tw-ring-color: rgb(20 83 45 / 0.2);
}

.ring-green-900\/25 {
  --tw-ring-color: rgb(20 83 45 / 0.25);
}

.ring-green-900\/30 {
  --tw-ring-color: rgb(20 83 45 / 0.3);
}

.ring-green-900\/35 {
  --tw-ring-color: rgb(20 83 45 / 0.35);
}

.ring-green-900\/40 {
  --tw-ring-color: rgb(20 83 45 / 0.4);
}

.ring-green-900\/45 {
  --tw-ring-color: rgb(20 83 45 / 0.45);
}

.ring-green-900\/5 {
  --tw-ring-color: rgb(20 83 45 / 0.05);
}

.ring-green-900\/50 {
  --tw-ring-color: rgb(20 83 45 / 0.5);
}

.ring-green-900\/55 {
  --tw-ring-color: rgb(20 83 45 / 0.55);
}

.ring-green-900\/60 {
  --tw-ring-color: rgb(20 83 45 / 0.6);
}

.ring-green-900\/65 {
  --tw-ring-color: rgb(20 83 45 / 0.65);
}

.ring-green-900\/70 {
  --tw-ring-color: rgb(20 83 45 / 0.7);
}

.ring-green-900\/75 {
  --tw-ring-color: rgb(20 83 45 / 0.75);
}

.ring-green-900\/80 {
  --tw-ring-color: rgb(20 83 45 / 0.8);
}

.ring-green-900\/85 {
  --tw-ring-color: rgb(20 83 45 / 0.85);
}

.ring-green-900\/90 {
  --tw-ring-color: rgb(20 83 45 / 0.9);
}

.ring-green-900\/95 {
  --tw-ring-color: rgb(20 83 45 / 0.95);
}

.ring-green-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 46 22 / var(--tw-ring-opacity, 1));
}

.ring-green-950\/0 {
  --tw-ring-color: rgb(5 46 22 / 0);
}

.ring-green-950\/10 {
  --tw-ring-color: rgb(5 46 22 / 0.1);
}

.ring-green-950\/100 {
  --tw-ring-color: rgb(5 46 22 / 1);
}

.ring-green-950\/15 {
  --tw-ring-color: rgb(5 46 22 / 0.15);
}

.ring-green-950\/20 {
  --tw-ring-color: rgb(5 46 22 / 0.2);
}

.ring-green-950\/25 {
  --tw-ring-color: rgb(5 46 22 / 0.25);
}

.ring-green-950\/30 {
  --tw-ring-color: rgb(5 46 22 / 0.3);
}

.ring-green-950\/35 {
  --tw-ring-color: rgb(5 46 22 / 0.35);
}

.ring-green-950\/40 {
  --tw-ring-color: rgb(5 46 22 / 0.4);
}

.ring-green-950\/45 {
  --tw-ring-color: rgb(5 46 22 / 0.45);
}

.ring-green-950\/5 {
  --tw-ring-color: rgb(5 46 22 / 0.05);
}

.ring-green-950\/50 {
  --tw-ring-color: rgb(5 46 22 / 0.5);
}

.ring-green-950\/55 {
  --tw-ring-color: rgb(5 46 22 / 0.55);
}

.ring-green-950\/60 {
  --tw-ring-color: rgb(5 46 22 / 0.6);
}

.ring-green-950\/65 {
  --tw-ring-color: rgb(5 46 22 / 0.65);
}

.ring-green-950\/70 {
  --tw-ring-color: rgb(5 46 22 / 0.7);
}

.ring-green-950\/75 {
  --tw-ring-color: rgb(5 46 22 / 0.75);
}

.ring-green-950\/80 {
  --tw-ring-color: rgb(5 46 22 / 0.8);
}

.ring-green-950\/85 {
  --tw-ring-color: rgb(5 46 22 / 0.85);
}

.ring-green-950\/90 {
  --tw-ring-color: rgb(5 46 22 / 0.9);
}

.ring-green-950\/95 {
  --tw-ring-color: rgb(5 46 22 / 0.95);
}

.ring-indigo-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1));
}

.ring-indigo-100\/0 {
  --tw-ring-color: rgb(224 231 255 / 0);
}

.ring-indigo-100\/10 {
  --tw-ring-color: rgb(224 231 255 / 0.1);
}

.ring-indigo-100\/100 {
  --tw-ring-color: rgb(224 231 255 / 1);
}

.ring-indigo-100\/15 {
  --tw-ring-color: rgb(224 231 255 / 0.15);
}

.ring-indigo-100\/20 {
  --tw-ring-color: rgb(224 231 255 / 0.2);
}

.ring-indigo-100\/25 {
  --tw-ring-color: rgb(224 231 255 / 0.25);
}

.ring-indigo-100\/30 {
  --tw-ring-color: rgb(224 231 255 / 0.3);
}

.ring-indigo-100\/35 {
  --tw-ring-color: rgb(224 231 255 / 0.35);
}

.ring-indigo-100\/40 {
  --tw-ring-color: rgb(224 231 255 / 0.4);
}

.ring-indigo-100\/45 {
  --tw-ring-color: rgb(224 231 255 / 0.45);
}

.ring-indigo-100\/5 {
  --tw-ring-color: rgb(224 231 255 / 0.05);
}

.ring-indigo-100\/50 {
  --tw-ring-color: rgb(224 231 255 / 0.5);
}

.ring-indigo-100\/55 {
  --tw-ring-color: rgb(224 231 255 / 0.55);
}

.ring-indigo-100\/60 {
  --tw-ring-color: rgb(224 231 255 / 0.6);
}

.ring-indigo-100\/65 {
  --tw-ring-color: rgb(224 231 255 / 0.65);
}

.ring-indigo-100\/70 {
  --tw-ring-color: rgb(224 231 255 / 0.7);
}

.ring-indigo-100\/75 {
  --tw-ring-color: rgb(224 231 255 / 0.75);
}

.ring-indigo-100\/80 {
  --tw-ring-color: rgb(224 231 255 / 0.8);
}

.ring-indigo-100\/85 {
  --tw-ring-color: rgb(224 231 255 / 0.85);
}

.ring-indigo-100\/90 {
  --tw-ring-color: rgb(224 231 255 / 0.9);
}

.ring-indigo-100\/95 {
  --tw-ring-color: rgb(224 231 255 / 0.95);
}

.ring-indigo-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}

.ring-indigo-200\/0 {
  --tw-ring-color: rgb(199 210 254 / 0);
}

.ring-indigo-200\/10 {
  --tw-ring-color: rgb(199 210 254 / 0.1);
}

.ring-indigo-200\/100 {
  --tw-ring-color: rgb(199 210 254 / 1);
}

.ring-indigo-200\/15 {
  --tw-ring-color: rgb(199 210 254 / 0.15);
}

.ring-indigo-200\/20 {
  --tw-ring-color: rgb(199 210 254 / 0.2);
}

.ring-indigo-200\/25 {
  --tw-ring-color: rgb(199 210 254 / 0.25);
}

.ring-indigo-200\/30 {
  --tw-ring-color: rgb(199 210 254 / 0.3);
}

.ring-indigo-200\/35 {
  --tw-ring-color: rgb(199 210 254 / 0.35);
}

.ring-indigo-200\/40 {
  --tw-ring-color: rgb(199 210 254 / 0.4);
}

.ring-indigo-200\/45 {
  --tw-ring-color: rgb(199 210 254 / 0.45);
}

.ring-indigo-200\/5 {
  --tw-ring-color: rgb(199 210 254 / 0.05);
}

.ring-indigo-200\/50 {
  --tw-ring-color: rgb(199 210 254 / 0.5);
}

.ring-indigo-200\/55 {
  --tw-ring-color: rgb(199 210 254 / 0.55);
}

.ring-indigo-200\/60 {
  --tw-ring-color: rgb(199 210 254 / 0.6);
}

.ring-indigo-200\/65 {
  --tw-ring-color: rgb(199 210 254 / 0.65);
}

.ring-indigo-200\/70 {
  --tw-ring-color: rgb(199 210 254 / 0.7);
}

.ring-indigo-200\/75 {
  --tw-ring-color: rgb(199 210 254 / 0.75);
}

.ring-indigo-200\/80 {
  --tw-ring-color: rgb(199 210 254 / 0.8);
}

.ring-indigo-200\/85 {
  --tw-ring-color: rgb(199 210 254 / 0.85);
}

.ring-indigo-200\/90 {
  --tw-ring-color: rgb(199 210 254 / 0.9);
}

.ring-indigo-200\/95 {
  --tw-ring-color: rgb(199 210 254 / 0.95);
}

.ring-indigo-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1));
}

.ring-indigo-300\/0 {
  --tw-ring-color: rgb(165 180 252 / 0);
}

.ring-indigo-300\/10 {
  --tw-ring-color: rgb(165 180 252 / 0.1);
}

.ring-indigo-300\/100 {
  --tw-ring-color: rgb(165 180 252 / 1);
}

.ring-indigo-300\/15 {
  --tw-ring-color: rgb(165 180 252 / 0.15);
}

.ring-indigo-300\/20 {
  --tw-ring-color: rgb(165 180 252 / 0.2);
}

.ring-indigo-300\/25 {
  --tw-ring-color: rgb(165 180 252 / 0.25);
}

.ring-indigo-300\/30 {
  --tw-ring-color: rgb(165 180 252 / 0.3);
}

.ring-indigo-300\/35 {
  --tw-ring-color: rgb(165 180 252 / 0.35);
}

.ring-indigo-300\/40 {
  --tw-ring-color: rgb(165 180 252 / 0.4);
}

.ring-indigo-300\/45 {
  --tw-ring-color: rgb(165 180 252 / 0.45);
}

.ring-indigo-300\/5 {
  --tw-ring-color: rgb(165 180 252 / 0.05);
}

.ring-indigo-300\/50 {
  --tw-ring-color: rgb(165 180 252 / 0.5);
}

.ring-indigo-300\/55 {
  --tw-ring-color: rgb(165 180 252 / 0.55);
}

.ring-indigo-300\/60 {
  --tw-ring-color: rgb(165 180 252 / 0.6);
}

.ring-indigo-300\/65 {
  --tw-ring-color: rgb(165 180 252 / 0.65);
}

.ring-indigo-300\/70 {
  --tw-ring-color: rgb(165 180 252 / 0.7);
}

.ring-indigo-300\/75 {
  --tw-ring-color: rgb(165 180 252 / 0.75);
}

.ring-indigo-300\/80 {
  --tw-ring-color: rgb(165 180 252 / 0.8);
}

.ring-indigo-300\/85 {
  --tw-ring-color: rgb(165 180 252 / 0.85);
}

.ring-indigo-300\/90 {
  --tw-ring-color: rgb(165 180 252 / 0.9);
}

.ring-indigo-300\/95 {
  --tw-ring-color: rgb(165 180 252 / 0.95);
}

.ring-indigo-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}

.ring-indigo-400\/0 {
  --tw-ring-color: rgb(129 140 248 / 0);
}

.ring-indigo-400\/10 {
  --tw-ring-color: rgb(129 140 248 / 0.1);
}

.ring-indigo-400\/100 {
  --tw-ring-color: rgb(129 140 248 / 1);
}

.ring-indigo-400\/15 {
  --tw-ring-color: rgb(129 140 248 / 0.15);
}

.ring-indigo-400\/20 {
  --tw-ring-color: rgb(129 140 248 / 0.2);
}

.ring-indigo-400\/25 {
  --tw-ring-color: rgb(129 140 248 / 0.25);
}

.ring-indigo-400\/30 {
  --tw-ring-color: rgb(129 140 248 / 0.3);
}

.ring-indigo-400\/35 {
  --tw-ring-color: rgb(129 140 248 / 0.35);
}

.ring-indigo-400\/40 {
  --tw-ring-color: rgb(129 140 248 / 0.4);
}

.ring-indigo-400\/45 {
  --tw-ring-color: rgb(129 140 248 / 0.45);
}

.ring-indigo-400\/5 {
  --tw-ring-color: rgb(129 140 248 / 0.05);
}

.ring-indigo-400\/50 {
  --tw-ring-color: rgb(129 140 248 / 0.5);
}

.ring-indigo-400\/55 {
  --tw-ring-color: rgb(129 140 248 / 0.55);
}

.ring-indigo-400\/60 {
  --tw-ring-color: rgb(129 140 248 / 0.6);
}

.ring-indigo-400\/65 {
  --tw-ring-color: rgb(129 140 248 / 0.65);
}

.ring-indigo-400\/70 {
  --tw-ring-color: rgb(129 140 248 / 0.7);
}

.ring-indigo-400\/75 {
  --tw-ring-color: rgb(129 140 248 / 0.75);
}

.ring-indigo-400\/80 {
  --tw-ring-color: rgb(129 140 248 / 0.8);
}

.ring-indigo-400\/85 {
  --tw-ring-color: rgb(129 140 248 / 0.85);
}

.ring-indigo-400\/90 {
  --tw-ring-color: rgb(129 140 248 / 0.9);
}

.ring-indigo-400\/95 {
  --tw-ring-color: rgb(129 140 248 / 0.95);
}

.ring-indigo-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity, 1));
}

.ring-indigo-50\/0 {
  --tw-ring-color: rgb(238 242 255 / 0);
}

.ring-indigo-50\/10 {
  --tw-ring-color: rgb(238 242 255 / 0.1);
}

.ring-indigo-50\/100 {
  --tw-ring-color: rgb(238 242 255 / 1);
}

.ring-indigo-50\/15 {
  --tw-ring-color: rgb(238 242 255 / 0.15);
}

.ring-indigo-50\/20 {
  --tw-ring-color: rgb(238 242 255 / 0.2);
}

.ring-indigo-50\/25 {
  --tw-ring-color: rgb(238 242 255 / 0.25);
}

.ring-indigo-50\/30 {
  --tw-ring-color: rgb(238 242 255 / 0.3);
}

.ring-indigo-50\/35 {
  --tw-ring-color: rgb(238 242 255 / 0.35);
}

.ring-indigo-50\/40 {
  --tw-ring-color: rgb(238 242 255 / 0.4);
}

.ring-indigo-50\/45 {
  --tw-ring-color: rgb(238 242 255 / 0.45);
}

.ring-indigo-50\/5 {
  --tw-ring-color: rgb(238 242 255 / 0.05);
}

.ring-indigo-50\/50 {
  --tw-ring-color: rgb(238 242 255 / 0.5);
}

.ring-indigo-50\/55 {
  --tw-ring-color: rgb(238 242 255 / 0.55);
}

.ring-indigo-50\/60 {
  --tw-ring-color: rgb(238 242 255 / 0.6);
}

.ring-indigo-50\/65 {
  --tw-ring-color: rgb(238 242 255 / 0.65);
}

.ring-indigo-50\/70 {
  --tw-ring-color: rgb(238 242 255 / 0.7);
}

.ring-indigo-50\/75 {
  --tw-ring-color: rgb(238 242 255 / 0.75);
}

.ring-indigo-50\/80 {
  --tw-ring-color: rgb(238 242 255 / 0.8);
}

.ring-indigo-50\/85 {
  --tw-ring-color: rgb(238 242 255 / 0.85);
}

.ring-indigo-50\/90 {
  --tw-ring-color: rgb(238 242 255 / 0.9);
}

.ring-indigo-50\/95 {
  --tw-ring-color: rgb(238 242 255 / 0.95);
}

.ring-indigo-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.ring-indigo-500\/0 {
  --tw-ring-color: rgb(99 102 241 / 0);
}

.ring-indigo-500\/10 {
  --tw-ring-color: rgb(99 102 241 / 0.1);
}

.ring-indigo-500\/100 {
  --tw-ring-color: rgb(99 102 241 / 1);
}

.ring-indigo-500\/15 {
  --tw-ring-color: rgb(99 102 241 / 0.15);
}

.ring-indigo-500\/20 {
  --tw-ring-color: rgb(99 102 241 / 0.2);
}

.ring-indigo-500\/25 {
  --tw-ring-color: rgb(99 102 241 / 0.25);
}

.ring-indigo-500\/30 {
  --tw-ring-color: rgb(99 102 241 / 0.3);
}

.ring-indigo-500\/35 {
  --tw-ring-color: rgb(99 102 241 / 0.35);
}

.ring-indigo-500\/40 {
  --tw-ring-color: rgb(99 102 241 / 0.4);
}

.ring-indigo-500\/45 {
  --tw-ring-color: rgb(99 102 241 / 0.45);
}

.ring-indigo-500\/5 {
  --tw-ring-color: rgb(99 102 241 / 0.05);
}

.ring-indigo-500\/50 {
  --tw-ring-color: rgb(99 102 241 / 0.5);
}

.ring-indigo-500\/55 {
  --tw-ring-color: rgb(99 102 241 / 0.55);
}

.ring-indigo-500\/60 {
  --tw-ring-color: rgb(99 102 241 / 0.6);
}

.ring-indigo-500\/65 {
  --tw-ring-color: rgb(99 102 241 / 0.65);
}

.ring-indigo-500\/70 {
  --tw-ring-color: rgb(99 102 241 / 0.7);
}

.ring-indigo-500\/75 {
  --tw-ring-color: rgb(99 102 241 / 0.75);
}

.ring-indigo-500\/80 {
  --tw-ring-color: rgb(99 102 241 / 0.8);
}

.ring-indigo-500\/85 {
  --tw-ring-color: rgb(99 102 241 / 0.85);
}

.ring-indigo-500\/90 {
  --tw-ring-color: rgb(99 102 241 / 0.9);
}

.ring-indigo-500\/95 {
  --tw-ring-color: rgb(99 102 241 / 0.95);
}

.ring-indigo-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}

.ring-indigo-600\/0 {
  --tw-ring-color: rgb(79 70 229 / 0);
}

.ring-indigo-600\/10 {
  --tw-ring-color: rgb(79 70 229 / 0.1);
}

.ring-indigo-600\/100 {
  --tw-ring-color: rgb(79 70 229 / 1);
}

.ring-indigo-600\/15 {
  --tw-ring-color: rgb(79 70 229 / 0.15);
}

.ring-indigo-600\/20 {
  --tw-ring-color: rgb(79 70 229 / 0.2);
}

.ring-indigo-600\/25 {
  --tw-ring-color: rgb(79 70 229 / 0.25);
}

.ring-indigo-600\/30 {
  --tw-ring-color: rgb(79 70 229 / 0.3);
}

.ring-indigo-600\/35 {
  --tw-ring-color: rgb(79 70 229 / 0.35);
}

.ring-indigo-600\/40 {
  --tw-ring-color: rgb(79 70 229 / 0.4);
}

.ring-indigo-600\/45 {
  --tw-ring-color: rgb(79 70 229 / 0.45);
}

.ring-indigo-600\/5 {
  --tw-ring-color: rgb(79 70 229 / 0.05);
}

.ring-indigo-600\/50 {
  --tw-ring-color: rgb(79 70 229 / 0.5);
}

.ring-indigo-600\/55 {
  --tw-ring-color: rgb(79 70 229 / 0.55);
}

.ring-indigo-600\/60 {
  --tw-ring-color: rgb(79 70 229 / 0.6);
}

.ring-indigo-600\/65 {
  --tw-ring-color: rgb(79 70 229 / 0.65);
}

.ring-indigo-600\/70 {
  --tw-ring-color: rgb(79 70 229 / 0.7);
}

.ring-indigo-600\/75 {
  --tw-ring-color: rgb(79 70 229 / 0.75);
}

.ring-indigo-600\/80 {
  --tw-ring-color: rgb(79 70 229 / 0.8);
}

.ring-indigo-600\/85 {
  --tw-ring-color: rgb(79 70 229 / 0.85);
}

.ring-indigo-600\/90 {
  --tw-ring-color: rgb(79 70 229 / 0.9);
}

.ring-indigo-600\/95 {
  --tw-ring-color: rgb(79 70 229 / 0.95);
}

.ring-indigo-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1));
}

.ring-indigo-700\/0 {
  --tw-ring-color: rgb(67 56 202 / 0);
}

.ring-indigo-700\/10 {
  --tw-ring-color: rgb(67 56 202 / 0.1);
}

.ring-indigo-700\/100 {
  --tw-ring-color: rgb(67 56 202 / 1);
}

.ring-indigo-700\/15 {
  --tw-ring-color: rgb(67 56 202 / 0.15);
}

.ring-indigo-700\/20 {
  --tw-ring-color: rgb(67 56 202 / 0.2);
}

.ring-indigo-700\/25 {
  --tw-ring-color: rgb(67 56 202 / 0.25);
}

.ring-indigo-700\/30 {
  --tw-ring-color: rgb(67 56 202 / 0.3);
}

.ring-indigo-700\/35 {
  --tw-ring-color: rgb(67 56 202 / 0.35);
}

.ring-indigo-700\/40 {
  --tw-ring-color: rgb(67 56 202 / 0.4);
}

.ring-indigo-700\/45 {
  --tw-ring-color: rgb(67 56 202 / 0.45);
}

.ring-indigo-700\/5 {
  --tw-ring-color: rgb(67 56 202 / 0.05);
}

.ring-indigo-700\/50 {
  --tw-ring-color: rgb(67 56 202 / 0.5);
}

.ring-indigo-700\/55 {
  --tw-ring-color: rgb(67 56 202 / 0.55);
}

.ring-indigo-700\/60 {
  --tw-ring-color: rgb(67 56 202 / 0.6);
}

.ring-indigo-700\/65 {
  --tw-ring-color: rgb(67 56 202 / 0.65);
}

.ring-indigo-700\/70 {
  --tw-ring-color: rgb(67 56 202 / 0.7);
}

.ring-indigo-700\/75 {
  --tw-ring-color: rgb(67 56 202 / 0.75);
}

.ring-indigo-700\/80 {
  --tw-ring-color: rgb(67 56 202 / 0.8);
}

.ring-indigo-700\/85 {
  --tw-ring-color: rgb(67 56 202 / 0.85);
}

.ring-indigo-700\/90 {
  --tw-ring-color: rgb(67 56 202 / 0.9);
}

.ring-indigo-700\/95 {
  --tw-ring-color: rgb(67 56 202 / 0.95);
}

.ring-indigo-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity, 1));
}

.ring-indigo-800\/0 {
  --tw-ring-color: rgb(55 48 163 / 0);
}

.ring-indigo-800\/10 {
  --tw-ring-color: rgb(55 48 163 / 0.1);
}

.ring-indigo-800\/100 {
  --tw-ring-color: rgb(55 48 163 / 1);
}

.ring-indigo-800\/15 {
  --tw-ring-color: rgb(55 48 163 / 0.15);
}

.ring-indigo-800\/20 {
  --tw-ring-color: rgb(55 48 163 / 0.2);
}

.ring-indigo-800\/25 {
  --tw-ring-color: rgb(55 48 163 / 0.25);
}

.ring-indigo-800\/30 {
  --tw-ring-color: rgb(55 48 163 / 0.3);
}

.ring-indigo-800\/35 {
  --tw-ring-color: rgb(55 48 163 / 0.35);
}

.ring-indigo-800\/40 {
  --tw-ring-color: rgb(55 48 163 / 0.4);
}

.ring-indigo-800\/45 {
  --tw-ring-color: rgb(55 48 163 / 0.45);
}

.ring-indigo-800\/5 {
  --tw-ring-color: rgb(55 48 163 / 0.05);
}

.ring-indigo-800\/50 {
  --tw-ring-color: rgb(55 48 163 / 0.5);
}

.ring-indigo-800\/55 {
  --tw-ring-color: rgb(55 48 163 / 0.55);
}

.ring-indigo-800\/60 {
  --tw-ring-color: rgb(55 48 163 / 0.6);
}

.ring-indigo-800\/65 {
  --tw-ring-color: rgb(55 48 163 / 0.65);
}

.ring-indigo-800\/70 {
  --tw-ring-color: rgb(55 48 163 / 0.7);
}

.ring-indigo-800\/75 {
  --tw-ring-color: rgb(55 48 163 / 0.75);
}

.ring-indigo-800\/80 {
  --tw-ring-color: rgb(55 48 163 / 0.8);
}

.ring-indigo-800\/85 {
  --tw-ring-color: rgb(55 48 163 / 0.85);
}

.ring-indigo-800\/90 {
  --tw-ring-color: rgb(55 48 163 / 0.9);
}

.ring-indigo-800\/95 {
  --tw-ring-color: rgb(55 48 163 / 0.95);
}

.ring-indigo-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity, 1));
}

.ring-indigo-900\/0 {
  --tw-ring-color: rgb(49 46 129 / 0);
}

.ring-indigo-900\/10 {
  --tw-ring-color: rgb(49 46 129 / 0.1);
}

.ring-indigo-900\/100 {
  --tw-ring-color: rgb(49 46 129 / 1);
}

.ring-indigo-900\/15 {
  --tw-ring-color: rgb(49 46 129 / 0.15);
}

.ring-indigo-900\/20 {
  --tw-ring-color: rgb(49 46 129 / 0.2);
}

.ring-indigo-900\/25 {
  --tw-ring-color: rgb(49 46 129 / 0.25);
}

.ring-indigo-900\/30 {
  --tw-ring-color: rgb(49 46 129 / 0.3);
}

.ring-indigo-900\/35 {
  --tw-ring-color: rgb(49 46 129 / 0.35);
}

.ring-indigo-900\/40 {
  --tw-ring-color: rgb(49 46 129 / 0.4);
}

.ring-indigo-900\/45 {
  --tw-ring-color: rgb(49 46 129 / 0.45);
}

.ring-indigo-900\/5 {
  --tw-ring-color: rgb(49 46 129 / 0.05);
}

.ring-indigo-900\/50 {
  --tw-ring-color: rgb(49 46 129 / 0.5);
}

.ring-indigo-900\/55 {
  --tw-ring-color: rgb(49 46 129 / 0.55);
}

.ring-indigo-900\/60 {
  --tw-ring-color: rgb(49 46 129 / 0.6);
}

.ring-indigo-900\/65 {
  --tw-ring-color: rgb(49 46 129 / 0.65);
}

.ring-indigo-900\/70 {
  --tw-ring-color: rgb(49 46 129 / 0.7);
}

.ring-indigo-900\/75 {
  --tw-ring-color: rgb(49 46 129 / 0.75);
}

.ring-indigo-900\/80 {
  --tw-ring-color: rgb(49 46 129 / 0.8);
}

.ring-indigo-900\/85 {
  --tw-ring-color: rgb(49 46 129 / 0.85);
}

.ring-indigo-900\/90 {
  --tw-ring-color: rgb(49 46 129 / 0.9);
}

.ring-indigo-900\/95 {
  --tw-ring-color: rgb(49 46 129 / 0.95);
}

.ring-indigo-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 27 75 / var(--tw-ring-opacity, 1));
}

.ring-indigo-950\/0 {
  --tw-ring-color: rgb(30 27 75 / 0);
}

.ring-indigo-950\/10 {
  --tw-ring-color: rgb(30 27 75 / 0.1);
}

.ring-indigo-950\/100 {
  --tw-ring-color: rgb(30 27 75 / 1);
}

.ring-indigo-950\/15 {
  --tw-ring-color: rgb(30 27 75 / 0.15);
}

.ring-indigo-950\/20 {
  --tw-ring-color: rgb(30 27 75 / 0.2);
}

.ring-indigo-950\/25 {
  --tw-ring-color: rgb(30 27 75 / 0.25);
}

.ring-indigo-950\/30 {
  --tw-ring-color: rgb(30 27 75 / 0.3);
}

.ring-indigo-950\/35 {
  --tw-ring-color: rgb(30 27 75 / 0.35);
}

.ring-indigo-950\/40 {
  --tw-ring-color: rgb(30 27 75 / 0.4);
}

.ring-indigo-950\/45 {
  --tw-ring-color: rgb(30 27 75 / 0.45);
}

.ring-indigo-950\/5 {
  --tw-ring-color: rgb(30 27 75 / 0.05);
}

.ring-indigo-950\/50 {
  --tw-ring-color: rgb(30 27 75 / 0.5);
}

.ring-indigo-950\/55 {
  --tw-ring-color: rgb(30 27 75 / 0.55);
}

.ring-indigo-950\/60 {
  --tw-ring-color: rgb(30 27 75 / 0.6);
}

.ring-indigo-950\/65 {
  --tw-ring-color: rgb(30 27 75 / 0.65);
}

.ring-indigo-950\/70 {
  --tw-ring-color: rgb(30 27 75 / 0.7);
}

.ring-indigo-950\/75 {
  --tw-ring-color: rgb(30 27 75 / 0.75);
}

.ring-indigo-950\/80 {
  --tw-ring-color: rgb(30 27 75 / 0.8);
}

.ring-indigo-950\/85 {
  --tw-ring-color: rgb(30 27 75 / 0.85);
}

.ring-indigo-950\/90 {
  --tw-ring-color: rgb(30 27 75 / 0.9);
}

.ring-indigo-950\/95 {
  --tw-ring-color: rgb(30 27 75 / 0.95);
}

.ring-inherit {
  --tw-ring-color: inherit;
}

.ring-lime-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 252 203 / var(--tw-ring-opacity, 1));
}

.ring-lime-100\/0 {
  --tw-ring-color: rgb(236 252 203 / 0);
}

.ring-lime-100\/10 {
  --tw-ring-color: rgb(236 252 203 / 0.1);
}

.ring-lime-100\/100 {
  --tw-ring-color: rgb(236 252 203 / 1);
}

.ring-lime-100\/15 {
  --tw-ring-color: rgb(236 252 203 / 0.15);
}

.ring-lime-100\/20 {
  --tw-ring-color: rgb(236 252 203 / 0.2);
}

.ring-lime-100\/25 {
  --tw-ring-color: rgb(236 252 203 / 0.25);
}

.ring-lime-100\/30 {
  --tw-ring-color: rgb(236 252 203 / 0.3);
}

.ring-lime-100\/35 {
  --tw-ring-color: rgb(236 252 203 / 0.35);
}

.ring-lime-100\/40 {
  --tw-ring-color: rgb(236 252 203 / 0.4);
}

.ring-lime-100\/45 {
  --tw-ring-color: rgb(236 252 203 / 0.45);
}

.ring-lime-100\/5 {
  --tw-ring-color: rgb(236 252 203 / 0.05);
}

.ring-lime-100\/50 {
  --tw-ring-color: rgb(236 252 203 / 0.5);
}

.ring-lime-100\/55 {
  --tw-ring-color: rgb(236 252 203 / 0.55);
}

.ring-lime-100\/60 {
  --tw-ring-color: rgb(236 252 203 / 0.6);
}

.ring-lime-100\/65 {
  --tw-ring-color: rgb(236 252 203 / 0.65);
}

.ring-lime-100\/70 {
  --tw-ring-color: rgb(236 252 203 / 0.7);
}

.ring-lime-100\/75 {
  --tw-ring-color: rgb(236 252 203 / 0.75);
}

.ring-lime-100\/80 {
  --tw-ring-color: rgb(236 252 203 / 0.8);
}

.ring-lime-100\/85 {
  --tw-ring-color: rgb(236 252 203 / 0.85);
}

.ring-lime-100\/90 {
  --tw-ring-color: rgb(236 252 203 / 0.9);
}

.ring-lime-100\/95 {
  --tw-ring-color: rgb(236 252 203 / 0.95);
}

.ring-lime-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 249 157 / var(--tw-ring-opacity, 1));
}

.ring-lime-200\/0 {
  --tw-ring-color: rgb(217 249 157 / 0);
}

.ring-lime-200\/10 {
  --tw-ring-color: rgb(217 249 157 / 0.1);
}

.ring-lime-200\/100 {
  --tw-ring-color: rgb(217 249 157 / 1);
}

.ring-lime-200\/15 {
  --tw-ring-color: rgb(217 249 157 / 0.15);
}

.ring-lime-200\/20 {
  --tw-ring-color: rgb(217 249 157 / 0.2);
}

.ring-lime-200\/25 {
  --tw-ring-color: rgb(217 249 157 / 0.25);
}

.ring-lime-200\/30 {
  --tw-ring-color: rgb(217 249 157 / 0.3);
}

.ring-lime-200\/35 {
  --tw-ring-color: rgb(217 249 157 / 0.35);
}

.ring-lime-200\/40 {
  --tw-ring-color: rgb(217 249 157 / 0.4);
}

.ring-lime-200\/45 {
  --tw-ring-color: rgb(217 249 157 / 0.45);
}

.ring-lime-200\/5 {
  --tw-ring-color: rgb(217 249 157 / 0.05);
}

.ring-lime-200\/50 {
  --tw-ring-color: rgb(217 249 157 / 0.5);
}

.ring-lime-200\/55 {
  --tw-ring-color: rgb(217 249 157 / 0.55);
}

.ring-lime-200\/60 {
  --tw-ring-color: rgb(217 249 157 / 0.6);
}

.ring-lime-200\/65 {
  --tw-ring-color: rgb(217 249 157 / 0.65);
}

.ring-lime-200\/70 {
  --tw-ring-color: rgb(217 249 157 / 0.7);
}

.ring-lime-200\/75 {
  --tw-ring-color: rgb(217 249 157 / 0.75);
}

.ring-lime-200\/80 {
  --tw-ring-color: rgb(217 249 157 / 0.8);
}

.ring-lime-200\/85 {
  --tw-ring-color: rgb(217 249 157 / 0.85);
}

.ring-lime-200\/90 {
  --tw-ring-color: rgb(217 249 157 / 0.9);
}

.ring-lime-200\/95 {
  --tw-ring-color: rgb(217 249 157 / 0.95);
}

.ring-lime-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 242 100 / var(--tw-ring-opacity, 1));
}

.ring-lime-300\/0 {
  --tw-ring-color: rgb(190 242 100 / 0);
}

.ring-lime-300\/10 {
  --tw-ring-color: rgb(190 242 100 / 0.1);
}

.ring-lime-300\/100 {
  --tw-ring-color: rgb(190 242 100 / 1);
}

.ring-lime-300\/15 {
  --tw-ring-color: rgb(190 242 100 / 0.15);
}

.ring-lime-300\/20 {
  --tw-ring-color: rgb(190 242 100 / 0.2);
}

.ring-lime-300\/25 {
  --tw-ring-color: rgb(190 242 100 / 0.25);
}

.ring-lime-300\/30 {
  --tw-ring-color: rgb(190 242 100 / 0.3);
}

.ring-lime-300\/35 {
  --tw-ring-color: rgb(190 242 100 / 0.35);
}

.ring-lime-300\/40 {
  --tw-ring-color: rgb(190 242 100 / 0.4);
}

.ring-lime-300\/45 {
  --tw-ring-color: rgb(190 242 100 / 0.45);
}

.ring-lime-300\/5 {
  --tw-ring-color: rgb(190 242 100 / 0.05);
}

.ring-lime-300\/50 {
  --tw-ring-color: rgb(190 242 100 / 0.5);
}

.ring-lime-300\/55 {
  --tw-ring-color: rgb(190 242 100 / 0.55);
}

.ring-lime-300\/60 {
  --tw-ring-color: rgb(190 242 100 / 0.6);
}

.ring-lime-300\/65 {
  --tw-ring-color: rgb(190 242 100 / 0.65);
}

.ring-lime-300\/70 {
  --tw-ring-color: rgb(190 242 100 / 0.7);
}

.ring-lime-300\/75 {
  --tw-ring-color: rgb(190 242 100 / 0.75);
}

.ring-lime-300\/80 {
  --tw-ring-color: rgb(190 242 100 / 0.8);
}

.ring-lime-300\/85 {
  --tw-ring-color: rgb(190 242 100 / 0.85);
}

.ring-lime-300\/90 {
  --tw-ring-color: rgb(190 242 100 / 0.9);
}

.ring-lime-300\/95 {
  --tw-ring-color: rgb(190 242 100 / 0.95);
}

.ring-lime-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1));
}

.ring-lime-400\/0 {
  --tw-ring-color: rgb(163 230 53 / 0);
}

.ring-lime-400\/10 {
  --tw-ring-color: rgb(163 230 53 / 0.1);
}

.ring-lime-400\/100 {
  --tw-ring-color: rgb(163 230 53 / 1);
}

.ring-lime-400\/15 {
  --tw-ring-color: rgb(163 230 53 / 0.15);
}

.ring-lime-400\/20 {
  --tw-ring-color: rgb(163 230 53 / 0.2);
}

.ring-lime-400\/25 {
  --tw-ring-color: rgb(163 230 53 / 0.25);
}

.ring-lime-400\/30 {
  --tw-ring-color: rgb(163 230 53 / 0.3);
}

.ring-lime-400\/35 {
  --tw-ring-color: rgb(163 230 53 / 0.35);
}

.ring-lime-400\/40 {
  --tw-ring-color: rgb(163 230 53 / 0.4);
}

.ring-lime-400\/45 {
  --tw-ring-color: rgb(163 230 53 / 0.45);
}

.ring-lime-400\/5 {
  --tw-ring-color: rgb(163 230 53 / 0.05);
}

.ring-lime-400\/50 {
  --tw-ring-color: rgb(163 230 53 / 0.5);
}

.ring-lime-400\/55 {
  --tw-ring-color: rgb(163 230 53 / 0.55);
}

.ring-lime-400\/60 {
  --tw-ring-color: rgb(163 230 53 / 0.6);
}

.ring-lime-400\/65 {
  --tw-ring-color: rgb(163 230 53 / 0.65);
}

.ring-lime-400\/70 {
  --tw-ring-color: rgb(163 230 53 / 0.7);
}

.ring-lime-400\/75 {
  --tw-ring-color: rgb(163 230 53 / 0.75);
}

.ring-lime-400\/80 {
  --tw-ring-color: rgb(163 230 53 / 0.8);
}

.ring-lime-400\/85 {
  --tw-ring-color: rgb(163 230 53 / 0.85);
}

.ring-lime-400\/90 {
  --tw-ring-color: rgb(163 230 53 / 0.9);
}

.ring-lime-400\/95 {
  --tw-ring-color: rgb(163 230 53 / 0.95);
}

.ring-lime-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 254 231 / var(--tw-ring-opacity, 1));
}

.ring-lime-50\/0 {
  --tw-ring-color: rgb(247 254 231 / 0);
}

.ring-lime-50\/10 {
  --tw-ring-color: rgb(247 254 231 / 0.1);
}

.ring-lime-50\/100 {
  --tw-ring-color: rgb(247 254 231 / 1);
}

.ring-lime-50\/15 {
  --tw-ring-color: rgb(247 254 231 / 0.15);
}

.ring-lime-50\/20 {
  --tw-ring-color: rgb(247 254 231 / 0.2);
}

.ring-lime-50\/25 {
  --tw-ring-color: rgb(247 254 231 / 0.25);
}

.ring-lime-50\/30 {
  --tw-ring-color: rgb(247 254 231 / 0.3);
}

.ring-lime-50\/35 {
  --tw-ring-color: rgb(247 254 231 / 0.35);
}

.ring-lime-50\/40 {
  --tw-ring-color: rgb(247 254 231 / 0.4);
}

.ring-lime-50\/45 {
  --tw-ring-color: rgb(247 254 231 / 0.45);
}

.ring-lime-50\/5 {
  --tw-ring-color: rgb(247 254 231 / 0.05);
}

.ring-lime-50\/50 {
  --tw-ring-color: rgb(247 254 231 / 0.5);
}

.ring-lime-50\/55 {
  --tw-ring-color: rgb(247 254 231 / 0.55);
}

.ring-lime-50\/60 {
  --tw-ring-color: rgb(247 254 231 / 0.6);
}

.ring-lime-50\/65 {
  --tw-ring-color: rgb(247 254 231 / 0.65);
}

.ring-lime-50\/70 {
  --tw-ring-color: rgb(247 254 231 / 0.7);
}

.ring-lime-50\/75 {
  --tw-ring-color: rgb(247 254 231 / 0.75);
}

.ring-lime-50\/80 {
  --tw-ring-color: rgb(247 254 231 / 0.8);
}

.ring-lime-50\/85 {
  --tw-ring-color: rgb(247 254 231 / 0.85);
}

.ring-lime-50\/90 {
  --tw-ring-color: rgb(247 254 231 / 0.9);
}

.ring-lime-50\/95 {
  --tw-ring-color: rgb(247 254 231 / 0.95);
}

.ring-lime-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity, 1));
}

.ring-lime-500\/0 {
  --tw-ring-color: rgb(132 204 22 / 0);
}

.ring-lime-500\/10 {
  --tw-ring-color: rgb(132 204 22 / 0.1);
}

.ring-lime-500\/100 {
  --tw-ring-color: rgb(132 204 22 / 1);
}

.ring-lime-500\/15 {
  --tw-ring-color: rgb(132 204 22 / 0.15);
}

.ring-lime-500\/20 {
  --tw-ring-color: rgb(132 204 22 / 0.2);
}

.ring-lime-500\/25 {
  --tw-ring-color: rgb(132 204 22 / 0.25);
}

.ring-lime-500\/30 {
  --tw-ring-color: rgb(132 204 22 / 0.3);
}

.ring-lime-500\/35 {
  --tw-ring-color: rgb(132 204 22 / 0.35);
}

.ring-lime-500\/40 {
  --tw-ring-color: rgb(132 204 22 / 0.4);
}

.ring-lime-500\/45 {
  --tw-ring-color: rgb(132 204 22 / 0.45);
}

.ring-lime-500\/5 {
  --tw-ring-color: rgb(132 204 22 / 0.05);
}

.ring-lime-500\/50 {
  --tw-ring-color: rgb(132 204 22 / 0.5);
}

.ring-lime-500\/55 {
  --tw-ring-color: rgb(132 204 22 / 0.55);
}

.ring-lime-500\/60 {
  --tw-ring-color: rgb(132 204 22 / 0.6);
}

.ring-lime-500\/65 {
  --tw-ring-color: rgb(132 204 22 / 0.65);
}

.ring-lime-500\/70 {
  --tw-ring-color: rgb(132 204 22 / 0.7);
}

.ring-lime-500\/75 {
  --tw-ring-color: rgb(132 204 22 / 0.75);
}

.ring-lime-500\/80 {
  --tw-ring-color: rgb(132 204 22 / 0.8);
}

.ring-lime-500\/85 {
  --tw-ring-color: rgb(132 204 22 / 0.85);
}

.ring-lime-500\/90 {
  --tw-ring-color: rgb(132 204 22 / 0.9);
}

.ring-lime-500\/95 {
  --tw-ring-color: rgb(132 204 22 / 0.95);
}

.ring-lime-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity, 1));
}

.ring-lime-600\/0 {
  --tw-ring-color: rgb(101 163 13 / 0);
}

.ring-lime-600\/10 {
  --tw-ring-color: rgb(101 163 13 / 0.1);
}

.ring-lime-600\/100 {
  --tw-ring-color: rgb(101 163 13 / 1);
}

.ring-lime-600\/15 {
  --tw-ring-color: rgb(101 163 13 / 0.15);
}

.ring-lime-600\/20 {
  --tw-ring-color: rgb(101 163 13 / 0.2);
}

.ring-lime-600\/25 {
  --tw-ring-color: rgb(101 163 13 / 0.25);
}

.ring-lime-600\/30 {
  --tw-ring-color: rgb(101 163 13 / 0.3);
}

.ring-lime-600\/35 {
  --tw-ring-color: rgb(101 163 13 / 0.35);
}

.ring-lime-600\/40 {
  --tw-ring-color: rgb(101 163 13 / 0.4);
}

.ring-lime-600\/45 {
  --tw-ring-color: rgb(101 163 13 / 0.45);
}

.ring-lime-600\/5 {
  --tw-ring-color: rgb(101 163 13 / 0.05);
}

.ring-lime-600\/50 {
  --tw-ring-color: rgb(101 163 13 / 0.5);
}

.ring-lime-600\/55 {
  --tw-ring-color: rgb(101 163 13 / 0.55);
}

.ring-lime-600\/60 {
  --tw-ring-color: rgb(101 163 13 / 0.6);
}

.ring-lime-600\/65 {
  --tw-ring-color: rgb(101 163 13 / 0.65);
}

.ring-lime-600\/70 {
  --tw-ring-color: rgb(101 163 13 / 0.7);
}

.ring-lime-600\/75 {
  --tw-ring-color: rgb(101 163 13 / 0.75);
}

.ring-lime-600\/80 {
  --tw-ring-color: rgb(101 163 13 / 0.8);
}

.ring-lime-600\/85 {
  --tw-ring-color: rgb(101 163 13 / 0.85);
}

.ring-lime-600\/90 {
  --tw-ring-color: rgb(101 163 13 / 0.9);
}

.ring-lime-600\/95 {
  --tw-ring-color: rgb(101 163 13 / 0.95);
}

.ring-lime-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(77 124 15 / var(--tw-ring-opacity, 1));
}

.ring-lime-700\/0 {
  --tw-ring-color: rgb(77 124 15 / 0);
}

.ring-lime-700\/10 {
  --tw-ring-color: rgb(77 124 15 / 0.1);
}

.ring-lime-700\/100 {
  --tw-ring-color: rgb(77 124 15 / 1);
}

.ring-lime-700\/15 {
  --tw-ring-color: rgb(77 124 15 / 0.15);
}

.ring-lime-700\/20 {
  --tw-ring-color: rgb(77 124 15 / 0.2);
}

.ring-lime-700\/25 {
  --tw-ring-color: rgb(77 124 15 / 0.25);
}

.ring-lime-700\/30 {
  --tw-ring-color: rgb(77 124 15 / 0.3);
}

.ring-lime-700\/35 {
  --tw-ring-color: rgb(77 124 15 / 0.35);
}

.ring-lime-700\/40 {
  --tw-ring-color: rgb(77 124 15 / 0.4);
}

.ring-lime-700\/45 {
  --tw-ring-color: rgb(77 124 15 / 0.45);
}

.ring-lime-700\/5 {
  --tw-ring-color: rgb(77 124 15 / 0.05);
}

.ring-lime-700\/50 {
  --tw-ring-color: rgb(77 124 15 / 0.5);
}

.ring-lime-700\/55 {
  --tw-ring-color: rgb(77 124 15 / 0.55);
}

.ring-lime-700\/60 {
  --tw-ring-color: rgb(77 124 15 / 0.6);
}

.ring-lime-700\/65 {
  --tw-ring-color: rgb(77 124 15 / 0.65);
}

.ring-lime-700\/70 {
  --tw-ring-color: rgb(77 124 15 / 0.7);
}

.ring-lime-700\/75 {
  --tw-ring-color: rgb(77 124 15 / 0.75);
}

.ring-lime-700\/80 {
  --tw-ring-color: rgb(77 124 15 / 0.8);
}

.ring-lime-700\/85 {
  --tw-ring-color: rgb(77 124 15 / 0.85);
}

.ring-lime-700\/90 {
  --tw-ring-color: rgb(77 124 15 / 0.9);
}

.ring-lime-700\/95 {
  --tw-ring-color: rgb(77 124 15 / 0.95);
}

.ring-lime-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity, 1));
}

.ring-lime-800\/0 {
  --tw-ring-color: rgb(63 98 18 / 0);
}

.ring-lime-800\/10 {
  --tw-ring-color: rgb(63 98 18 / 0.1);
}

.ring-lime-800\/100 {
  --tw-ring-color: rgb(63 98 18 / 1);
}

.ring-lime-800\/15 {
  --tw-ring-color: rgb(63 98 18 / 0.15);
}

.ring-lime-800\/20 {
  --tw-ring-color: rgb(63 98 18 / 0.2);
}

.ring-lime-800\/25 {
  --tw-ring-color: rgb(63 98 18 / 0.25);
}

.ring-lime-800\/30 {
  --tw-ring-color: rgb(63 98 18 / 0.3);
}

.ring-lime-800\/35 {
  --tw-ring-color: rgb(63 98 18 / 0.35);
}

.ring-lime-800\/40 {
  --tw-ring-color: rgb(63 98 18 / 0.4);
}

.ring-lime-800\/45 {
  --tw-ring-color: rgb(63 98 18 / 0.45);
}

.ring-lime-800\/5 {
  --tw-ring-color: rgb(63 98 18 / 0.05);
}

.ring-lime-800\/50 {
  --tw-ring-color: rgb(63 98 18 / 0.5);
}

.ring-lime-800\/55 {
  --tw-ring-color: rgb(63 98 18 / 0.55);
}

.ring-lime-800\/60 {
  --tw-ring-color: rgb(63 98 18 / 0.6);
}

.ring-lime-800\/65 {
  --tw-ring-color: rgb(63 98 18 / 0.65);
}

.ring-lime-800\/70 {
  --tw-ring-color: rgb(63 98 18 / 0.7);
}

.ring-lime-800\/75 {
  --tw-ring-color: rgb(63 98 18 / 0.75);
}

.ring-lime-800\/80 {
  --tw-ring-color: rgb(63 98 18 / 0.8);
}

.ring-lime-800\/85 {
  --tw-ring-color: rgb(63 98 18 / 0.85);
}

.ring-lime-800\/90 {
  --tw-ring-color: rgb(63 98 18 / 0.9);
}

.ring-lime-800\/95 {
  --tw-ring-color: rgb(63 98 18 / 0.95);
}

.ring-lime-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 83 20 / var(--tw-ring-opacity, 1));
}

.ring-lime-900\/0 {
  --tw-ring-color: rgb(54 83 20 / 0);
}

.ring-lime-900\/10 {
  --tw-ring-color: rgb(54 83 20 / 0.1);
}

.ring-lime-900\/100 {
  --tw-ring-color: rgb(54 83 20 / 1);
}

.ring-lime-900\/15 {
  --tw-ring-color: rgb(54 83 20 / 0.15);
}

.ring-lime-900\/20 {
  --tw-ring-color: rgb(54 83 20 / 0.2);
}

.ring-lime-900\/25 {
  --tw-ring-color: rgb(54 83 20 / 0.25);
}

.ring-lime-900\/30 {
  --tw-ring-color: rgb(54 83 20 / 0.3);
}

.ring-lime-900\/35 {
  --tw-ring-color: rgb(54 83 20 / 0.35);
}

.ring-lime-900\/40 {
  --tw-ring-color: rgb(54 83 20 / 0.4);
}

.ring-lime-900\/45 {
  --tw-ring-color: rgb(54 83 20 / 0.45);
}

.ring-lime-900\/5 {
  --tw-ring-color: rgb(54 83 20 / 0.05);
}

.ring-lime-900\/50 {
  --tw-ring-color: rgb(54 83 20 / 0.5);
}

.ring-lime-900\/55 {
  --tw-ring-color: rgb(54 83 20 / 0.55);
}

.ring-lime-900\/60 {
  --tw-ring-color: rgb(54 83 20 / 0.6);
}

.ring-lime-900\/65 {
  --tw-ring-color: rgb(54 83 20 / 0.65);
}

.ring-lime-900\/70 {
  --tw-ring-color: rgb(54 83 20 / 0.7);
}

.ring-lime-900\/75 {
  --tw-ring-color: rgb(54 83 20 / 0.75);
}

.ring-lime-900\/80 {
  --tw-ring-color: rgb(54 83 20 / 0.8);
}

.ring-lime-900\/85 {
  --tw-ring-color: rgb(54 83 20 / 0.85);
}

.ring-lime-900\/90 {
  --tw-ring-color: rgb(54 83 20 / 0.9);
}

.ring-lime-900\/95 {
  --tw-ring-color: rgb(54 83 20 / 0.95);
}

.ring-lime-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(26 46 5 / var(--tw-ring-opacity, 1));
}

.ring-lime-950\/0 {
  --tw-ring-color: rgb(26 46 5 / 0);
}

.ring-lime-950\/10 {
  --tw-ring-color: rgb(26 46 5 / 0.1);
}

.ring-lime-950\/100 {
  --tw-ring-color: rgb(26 46 5 / 1);
}

.ring-lime-950\/15 {
  --tw-ring-color: rgb(26 46 5 / 0.15);
}

.ring-lime-950\/20 {
  --tw-ring-color: rgb(26 46 5 / 0.2);
}

.ring-lime-950\/25 {
  --tw-ring-color: rgb(26 46 5 / 0.25);
}

.ring-lime-950\/30 {
  --tw-ring-color: rgb(26 46 5 / 0.3);
}

.ring-lime-950\/35 {
  --tw-ring-color: rgb(26 46 5 / 0.35);
}

.ring-lime-950\/40 {
  --tw-ring-color: rgb(26 46 5 / 0.4);
}

.ring-lime-950\/45 {
  --tw-ring-color: rgb(26 46 5 / 0.45);
}

.ring-lime-950\/5 {
  --tw-ring-color: rgb(26 46 5 / 0.05);
}

.ring-lime-950\/50 {
  --tw-ring-color: rgb(26 46 5 / 0.5);
}

.ring-lime-950\/55 {
  --tw-ring-color: rgb(26 46 5 / 0.55);
}

.ring-lime-950\/60 {
  --tw-ring-color: rgb(26 46 5 / 0.6);
}

.ring-lime-950\/65 {
  --tw-ring-color: rgb(26 46 5 / 0.65);
}

.ring-lime-950\/70 {
  --tw-ring-color: rgb(26 46 5 / 0.7);
}

.ring-lime-950\/75 {
  --tw-ring-color: rgb(26 46 5 / 0.75);
}

.ring-lime-950\/80 {
  --tw-ring-color: rgb(26 46 5 / 0.8);
}

.ring-lime-950\/85 {
  --tw-ring-color: rgb(26 46 5 / 0.85);
}

.ring-lime-950\/90 {
  --tw-ring-color: rgb(26 46 5 / 0.9);
}

.ring-lime-950\/95 {
  --tw-ring-color: rgb(26 46 5 / 0.95);
}

.ring-neutral-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity, 1));
}

.ring-neutral-100\/0 {
  --tw-ring-color: rgb(245 245 245 / 0);
}

.ring-neutral-100\/10 {
  --tw-ring-color: rgb(245 245 245 / 0.1);
}

.ring-neutral-100\/100 {
  --tw-ring-color: rgb(245 245 245 / 1);
}

.ring-neutral-100\/15 {
  --tw-ring-color: rgb(245 245 245 / 0.15);
}

.ring-neutral-100\/20 {
  --tw-ring-color: rgb(245 245 245 / 0.2);
}

.ring-neutral-100\/25 {
  --tw-ring-color: rgb(245 245 245 / 0.25);
}

.ring-neutral-100\/30 {
  --tw-ring-color: rgb(245 245 245 / 0.3);
}

.ring-neutral-100\/35 {
  --tw-ring-color: rgb(245 245 245 / 0.35);
}

.ring-neutral-100\/40 {
  --tw-ring-color: rgb(245 245 245 / 0.4);
}

.ring-neutral-100\/45 {
  --tw-ring-color: rgb(245 245 245 / 0.45);
}

.ring-neutral-100\/5 {
  --tw-ring-color: rgb(245 245 245 / 0.05);
}

.ring-neutral-100\/50 {
  --tw-ring-color: rgb(245 245 245 / 0.5);
}

.ring-neutral-100\/55 {
  --tw-ring-color: rgb(245 245 245 / 0.55);
}

.ring-neutral-100\/60 {
  --tw-ring-color: rgb(245 245 245 / 0.6);
}

.ring-neutral-100\/65 {
  --tw-ring-color: rgb(245 245 245 / 0.65);
}

.ring-neutral-100\/70 {
  --tw-ring-color: rgb(245 245 245 / 0.7);
}

.ring-neutral-100\/75 {
  --tw-ring-color: rgb(245 245 245 / 0.75);
}

.ring-neutral-100\/80 {
  --tw-ring-color: rgb(245 245 245 / 0.8);
}

.ring-neutral-100\/85 {
  --tw-ring-color: rgb(245 245 245 / 0.85);
}

.ring-neutral-100\/90 {
  --tw-ring-color: rgb(245 245 245 / 0.9);
}

.ring-neutral-100\/95 {
  --tw-ring-color: rgb(245 245 245 / 0.95);
}

.ring-neutral-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity, 1));
}

.ring-neutral-200\/0 {
  --tw-ring-color: rgb(229 229 229 / 0);
}

.ring-neutral-200\/10 {
  --tw-ring-color: rgb(229 229 229 / 0.1);
}

.ring-neutral-200\/100 {
  --tw-ring-color: rgb(229 229 229 / 1);
}

.ring-neutral-200\/15 {
  --tw-ring-color: rgb(229 229 229 / 0.15);
}

.ring-neutral-200\/20 {
  --tw-ring-color: rgb(229 229 229 / 0.2);
}

.ring-neutral-200\/25 {
  --tw-ring-color: rgb(229 229 229 / 0.25);
}

.ring-neutral-200\/30 {
  --tw-ring-color: rgb(229 229 229 / 0.3);
}

.ring-neutral-200\/35 {
  --tw-ring-color: rgb(229 229 229 / 0.35);
}

.ring-neutral-200\/40 {
  --tw-ring-color: rgb(229 229 229 / 0.4);
}

.ring-neutral-200\/45 {
  --tw-ring-color: rgb(229 229 229 / 0.45);
}

.ring-neutral-200\/5 {
  --tw-ring-color: rgb(229 229 229 / 0.05);
}

.ring-neutral-200\/50 {
  --tw-ring-color: rgb(229 229 229 / 0.5);
}

.ring-neutral-200\/55 {
  --tw-ring-color: rgb(229 229 229 / 0.55);
}

.ring-neutral-200\/60 {
  --tw-ring-color: rgb(229 229 229 / 0.6);
}

.ring-neutral-200\/65 {
  --tw-ring-color: rgb(229 229 229 / 0.65);
}

.ring-neutral-200\/70 {
  --tw-ring-color: rgb(229 229 229 / 0.7);
}

.ring-neutral-200\/75 {
  --tw-ring-color: rgb(229 229 229 / 0.75);
}

.ring-neutral-200\/80 {
  --tw-ring-color: rgb(229 229 229 / 0.8);
}

.ring-neutral-200\/85 {
  --tw-ring-color: rgb(229 229 229 / 0.85);
}

.ring-neutral-200\/90 {
  --tw-ring-color: rgb(229 229 229 / 0.9);
}

.ring-neutral-200\/95 {
  --tw-ring-color: rgb(229 229 229 / 0.95);
}

.ring-neutral-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity, 1));
}

.ring-neutral-300\/0 {
  --tw-ring-color: rgb(212 212 212 / 0);
}

.ring-neutral-300\/10 {
  --tw-ring-color: rgb(212 212 212 / 0.1);
}

.ring-neutral-300\/100 {
  --tw-ring-color: rgb(212 212 212 / 1);
}

.ring-neutral-300\/15 {
  --tw-ring-color: rgb(212 212 212 / 0.15);
}

.ring-neutral-300\/20 {
  --tw-ring-color: rgb(212 212 212 / 0.2);
}

.ring-neutral-300\/25 {
  --tw-ring-color: rgb(212 212 212 / 0.25);
}

.ring-neutral-300\/30 {
  --tw-ring-color: rgb(212 212 212 / 0.3);
}

.ring-neutral-300\/35 {
  --tw-ring-color: rgb(212 212 212 / 0.35);
}

.ring-neutral-300\/40 {
  --tw-ring-color: rgb(212 212 212 / 0.4);
}

.ring-neutral-300\/45 {
  --tw-ring-color: rgb(212 212 212 / 0.45);
}

.ring-neutral-300\/5 {
  --tw-ring-color: rgb(212 212 212 / 0.05);
}

.ring-neutral-300\/50 {
  --tw-ring-color: rgb(212 212 212 / 0.5);
}

.ring-neutral-300\/55 {
  --tw-ring-color: rgb(212 212 212 / 0.55);
}

.ring-neutral-300\/60 {
  --tw-ring-color: rgb(212 212 212 / 0.6);
}

.ring-neutral-300\/65 {
  --tw-ring-color: rgb(212 212 212 / 0.65);
}

.ring-neutral-300\/70 {
  --tw-ring-color: rgb(212 212 212 / 0.7);
}

.ring-neutral-300\/75 {
  --tw-ring-color: rgb(212 212 212 / 0.75);
}

.ring-neutral-300\/80 {
  --tw-ring-color: rgb(212 212 212 / 0.8);
}

.ring-neutral-300\/85 {
  --tw-ring-color: rgb(212 212 212 / 0.85);
}

.ring-neutral-300\/90 {
  --tw-ring-color: rgb(212 212 212 / 0.9);
}

.ring-neutral-300\/95 {
  --tw-ring-color: rgb(212 212 212 / 0.95);
}

.ring-neutral-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}

.ring-neutral-400\/0 {
  --tw-ring-color: rgb(163 163 163 / 0);
}

.ring-neutral-400\/10 {
  --tw-ring-color: rgb(163 163 163 / 0.1);
}

.ring-neutral-400\/100 {
  --tw-ring-color: rgb(163 163 163 / 1);
}

.ring-neutral-400\/15 {
  --tw-ring-color: rgb(163 163 163 / 0.15);
}

.ring-neutral-400\/20 {
  --tw-ring-color: rgb(163 163 163 / 0.2);
}

.ring-neutral-400\/25 {
  --tw-ring-color: rgb(163 163 163 / 0.25);
}

.ring-neutral-400\/30 {
  --tw-ring-color: rgb(163 163 163 / 0.3);
}

.ring-neutral-400\/35 {
  --tw-ring-color: rgb(163 163 163 / 0.35);
}

.ring-neutral-400\/40 {
  --tw-ring-color: rgb(163 163 163 / 0.4);
}

.ring-neutral-400\/45 {
  --tw-ring-color: rgb(163 163 163 / 0.45);
}

.ring-neutral-400\/5 {
  --tw-ring-color: rgb(163 163 163 / 0.05);
}

.ring-neutral-400\/50 {
  --tw-ring-color: rgb(163 163 163 / 0.5);
}

.ring-neutral-400\/55 {
  --tw-ring-color: rgb(163 163 163 / 0.55);
}

.ring-neutral-400\/60 {
  --tw-ring-color: rgb(163 163 163 / 0.6);
}

.ring-neutral-400\/65 {
  --tw-ring-color: rgb(163 163 163 / 0.65);
}

.ring-neutral-400\/70 {
  --tw-ring-color: rgb(163 163 163 / 0.7);
}

.ring-neutral-400\/75 {
  --tw-ring-color: rgb(163 163 163 / 0.75);
}

.ring-neutral-400\/80 {
  --tw-ring-color: rgb(163 163 163 / 0.8);
}

.ring-neutral-400\/85 {
  --tw-ring-color: rgb(163 163 163 / 0.85);
}

.ring-neutral-400\/90 {
  --tw-ring-color: rgb(163 163 163 / 0.9);
}

.ring-neutral-400\/95 {
  --tw-ring-color: rgb(163 163 163 / 0.95);
}

.ring-neutral-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}

.ring-neutral-50\/0 {
  --tw-ring-color: rgb(250 250 250 / 0);
}

.ring-neutral-50\/10 {
  --tw-ring-color: rgb(250 250 250 / 0.1);
}

.ring-neutral-50\/100 {
  --tw-ring-color: rgb(250 250 250 / 1);
}

.ring-neutral-50\/15 {
  --tw-ring-color: rgb(250 250 250 / 0.15);
}

.ring-neutral-50\/20 {
  --tw-ring-color: rgb(250 250 250 / 0.2);
}

.ring-neutral-50\/25 {
  --tw-ring-color: rgb(250 250 250 / 0.25);
}

.ring-neutral-50\/30 {
  --tw-ring-color: rgb(250 250 250 / 0.3);
}

.ring-neutral-50\/35 {
  --tw-ring-color: rgb(250 250 250 / 0.35);
}

.ring-neutral-50\/40 {
  --tw-ring-color: rgb(250 250 250 / 0.4);
}

.ring-neutral-50\/45 {
  --tw-ring-color: rgb(250 250 250 / 0.45);
}

.ring-neutral-50\/5 {
  --tw-ring-color: rgb(250 250 250 / 0.05);
}

.ring-neutral-50\/50 {
  --tw-ring-color: rgb(250 250 250 / 0.5);
}

.ring-neutral-50\/55 {
  --tw-ring-color: rgb(250 250 250 / 0.55);
}

.ring-neutral-50\/60 {
  --tw-ring-color: rgb(250 250 250 / 0.6);
}

.ring-neutral-50\/65 {
  --tw-ring-color: rgb(250 250 250 / 0.65);
}

.ring-neutral-50\/70 {
  --tw-ring-color: rgb(250 250 250 / 0.7);
}

.ring-neutral-50\/75 {
  --tw-ring-color: rgb(250 250 250 / 0.75);
}

.ring-neutral-50\/80 {
  --tw-ring-color: rgb(250 250 250 / 0.8);
}

.ring-neutral-50\/85 {
  --tw-ring-color: rgb(250 250 250 / 0.85);
}

.ring-neutral-50\/90 {
  --tw-ring-color: rgb(250 250 250 / 0.9);
}

.ring-neutral-50\/95 {
  --tw-ring-color: rgb(250 250 250 / 0.95);
}

.ring-neutral-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(115 115 115 / var(--tw-ring-opacity, 1));
}

.ring-neutral-500\/0 {
  --tw-ring-color: rgb(115 115 115 / 0);
}

.ring-neutral-500\/10 {
  --tw-ring-color: rgb(115 115 115 / 0.1);
}

.ring-neutral-500\/100 {
  --tw-ring-color: rgb(115 115 115 / 1);
}

.ring-neutral-500\/15 {
  --tw-ring-color: rgb(115 115 115 / 0.15);
}

.ring-neutral-500\/20 {
  --tw-ring-color: rgb(115 115 115 / 0.2);
}

.ring-neutral-500\/25 {
  --tw-ring-color: rgb(115 115 115 / 0.25);
}

.ring-neutral-500\/30 {
  --tw-ring-color: rgb(115 115 115 / 0.3);
}

.ring-neutral-500\/35 {
  --tw-ring-color: rgb(115 115 115 / 0.35);
}

.ring-neutral-500\/40 {
  --tw-ring-color: rgb(115 115 115 / 0.4);
}

.ring-neutral-500\/45 {
  --tw-ring-color: rgb(115 115 115 / 0.45);
}

.ring-neutral-500\/5 {
  --tw-ring-color: rgb(115 115 115 / 0.05);
}

.ring-neutral-500\/50 {
  --tw-ring-color: rgb(115 115 115 / 0.5);
}

.ring-neutral-500\/55 {
  --tw-ring-color: rgb(115 115 115 / 0.55);
}

.ring-neutral-500\/60 {
  --tw-ring-color: rgb(115 115 115 / 0.6);
}

.ring-neutral-500\/65 {
  --tw-ring-color: rgb(115 115 115 / 0.65);
}

.ring-neutral-500\/70 {
  --tw-ring-color: rgb(115 115 115 / 0.7);
}

.ring-neutral-500\/75 {
  --tw-ring-color: rgb(115 115 115 / 0.75);
}

.ring-neutral-500\/80 {
  --tw-ring-color: rgb(115 115 115 / 0.8);
}

.ring-neutral-500\/85 {
  --tw-ring-color: rgb(115 115 115 / 0.85);
}

.ring-neutral-500\/90 {
  --tw-ring-color: rgb(115 115 115 / 0.9);
}

.ring-neutral-500\/95 {
  --tw-ring-color: rgb(115 115 115 / 0.95);
}

.ring-neutral-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
}

.ring-neutral-600\/0 {
  --tw-ring-color: rgb(82 82 82 / 0);
}

.ring-neutral-600\/10 {
  --tw-ring-color: rgb(82 82 82 / 0.1);
}

.ring-neutral-600\/100 {
  --tw-ring-color: rgb(82 82 82 / 1);
}

.ring-neutral-600\/15 {
  --tw-ring-color: rgb(82 82 82 / 0.15);
}

.ring-neutral-600\/20 {
  --tw-ring-color: rgb(82 82 82 / 0.2);
}

.ring-neutral-600\/25 {
  --tw-ring-color: rgb(82 82 82 / 0.25);
}

.ring-neutral-600\/30 {
  --tw-ring-color: rgb(82 82 82 / 0.3);
}

.ring-neutral-600\/35 {
  --tw-ring-color: rgb(82 82 82 / 0.35);
}

.ring-neutral-600\/40 {
  --tw-ring-color: rgb(82 82 82 / 0.4);
}

.ring-neutral-600\/45 {
  --tw-ring-color: rgb(82 82 82 / 0.45);
}

.ring-neutral-600\/5 {
  --tw-ring-color: rgb(82 82 82 / 0.05);
}

.ring-neutral-600\/50 {
  --tw-ring-color: rgb(82 82 82 / 0.5);
}

.ring-neutral-600\/55 {
  --tw-ring-color: rgb(82 82 82 / 0.55);
}

.ring-neutral-600\/60 {
  --tw-ring-color: rgb(82 82 82 / 0.6);
}

.ring-neutral-600\/65 {
  --tw-ring-color: rgb(82 82 82 / 0.65);
}

.ring-neutral-600\/70 {
  --tw-ring-color: rgb(82 82 82 / 0.7);
}

.ring-neutral-600\/75 {
  --tw-ring-color: rgb(82 82 82 / 0.75);
}

.ring-neutral-600\/80 {
  --tw-ring-color: rgb(82 82 82 / 0.8);
}

.ring-neutral-600\/85 {
  --tw-ring-color: rgb(82 82 82 / 0.85);
}

.ring-neutral-600\/90 {
  --tw-ring-color: rgb(82 82 82 / 0.9);
}

.ring-neutral-600\/95 {
  --tw-ring-color: rgb(82 82 82 / 0.95);
}

.ring-neutral-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity, 1));
}

.ring-neutral-700\/0 {
  --tw-ring-color: rgb(64 64 64 / 0);
}

.ring-neutral-700\/10 {
  --tw-ring-color: rgb(64 64 64 / 0.1);
}

.ring-neutral-700\/100 {
  --tw-ring-color: rgb(64 64 64 / 1);
}

.ring-neutral-700\/15 {
  --tw-ring-color: rgb(64 64 64 / 0.15);
}

.ring-neutral-700\/20 {
  --tw-ring-color: rgb(64 64 64 / 0.2);
}

.ring-neutral-700\/25 {
  --tw-ring-color: rgb(64 64 64 / 0.25);
}

.ring-neutral-700\/30 {
  --tw-ring-color: rgb(64 64 64 / 0.3);
}

.ring-neutral-700\/35 {
  --tw-ring-color: rgb(64 64 64 / 0.35);
}

.ring-neutral-700\/40 {
  --tw-ring-color: rgb(64 64 64 / 0.4);
}

.ring-neutral-700\/45 {
  --tw-ring-color: rgb(64 64 64 / 0.45);
}

.ring-neutral-700\/5 {
  --tw-ring-color: rgb(64 64 64 / 0.05);
}

.ring-neutral-700\/50 {
  --tw-ring-color: rgb(64 64 64 / 0.5);
}

.ring-neutral-700\/55 {
  --tw-ring-color: rgb(64 64 64 / 0.55);
}

.ring-neutral-700\/60 {
  --tw-ring-color: rgb(64 64 64 / 0.6);
}

.ring-neutral-700\/65 {
  --tw-ring-color: rgb(64 64 64 / 0.65);
}

.ring-neutral-700\/70 {
  --tw-ring-color: rgb(64 64 64 / 0.7);
}

.ring-neutral-700\/75 {
  --tw-ring-color: rgb(64 64 64 / 0.75);
}

.ring-neutral-700\/80 {
  --tw-ring-color: rgb(64 64 64 / 0.8);
}

.ring-neutral-700\/85 {
  --tw-ring-color: rgb(64 64 64 / 0.85);
}

.ring-neutral-700\/90 {
  --tw-ring-color: rgb(64 64 64 / 0.9);
}

.ring-neutral-700\/95 {
  --tw-ring-color: rgb(64 64 64 / 0.95);
}

.ring-neutral-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(38 38 38 / var(--tw-ring-opacity, 1));
}

.ring-neutral-800\/0 {
  --tw-ring-color: rgb(38 38 38 / 0);
}

.ring-neutral-800\/10 {
  --tw-ring-color: rgb(38 38 38 / 0.1);
}

.ring-neutral-800\/100 {
  --tw-ring-color: rgb(38 38 38 / 1);
}

.ring-neutral-800\/15 {
  --tw-ring-color: rgb(38 38 38 / 0.15);
}

.ring-neutral-800\/20 {
  --tw-ring-color: rgb(38 38 38 / 0.2);
}

.ring-neutral-800\/25 {
  --tw-ring-color: rgb(38 38 38 / 0.25);
}

.ring-neutral-800\/30 {
  --tw-ring-color: rgb(38 38 38 / 0.3);
}

.ring-neutral-800\/35 {
  --tw-ring-color: rgb(38 38 38 / 0.35);
}

.ring-neutral-800\/40 {
  --tw-ring-color: rgb(38 38 38 / 0.4);
}

.ring-neutral-800\/45 {
  --tw-ring-color: rgb(38 38 38 / 0.45);
}

.ring-neutral-800\/5 {
  --tw-ring-color: rgb(38 38 38 / 0.05);
}

.ring-neutral-800\/50 {
  --tw-ring-color: rgb(38 38 38 / 0.5);
}

.ring-neutral-800\/55 {
  --tw-ring-color: rgb(38 38 38 / 0.55);
}

.ring-neutral-800\/60 {
  --tw-ring-color: rgb(38 38 38 / 0.6);
}

.ring-neutral-800\/65 {
  --tw-ring-color: rgb(38 38 38 / 0.65);
}

.ring-neutral-800\/70 {
  --tw-ring-color: rgb(38 38 38 / 0.7);
}

.ring-neutral-800\/75 {
  --tw-ring-color: rgb(38 38 38 / 0.75);
}

.ring-neutral-800\/80 {
  --tw-ring-color: rgb(38 38 38 / 0.8);
}

.ring-neutral-800\/85 {
  --tw-ring-color: rgb(38 38 38 / 0.85);
}

.ring-neutral-800\/90 {
  --tw-ring-color: rgb(38 38 38 / 0.9);
}

.ring-neutral-800\/95 {
  --tw-ring-color: rgb(38 38 38 / 0.95);
}

.ring-neutral-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}

.ring-neutral-900\/0 {
  --tw-ring-color: rgb(23 23 23 / 0);
}

.ring-neutral-900\/10 {
  --tw-ring-color: rgb(23 23 23 / 0.1);
}

.ring-neutral-900\/100 {
  --tw-ring-color: rgb(23 23 23 / 1);
}

.ring-neutral-900\/15 {
  --tw-ring-color: rgb(23 23 23 / 0.15);
}

.ring-neutral-900\/20 {
  --tw-ring-color: rgb(23 23 23 / 0.2);
}

.ring-neutral-900\/25 {
  --tw-ring-color: rgb(23 23 23 / 0.25);
}

.ring-neutral-900\/30 {
  --tw-ring-color: rgb(23 23 23 / 0.3);
}

.ring-neutral-900\/35 {
  --tw-ring-color: rgb(23 23 23 / 0.35);
}

.ring-neutral-900\/40 {
  --tw-ring-color: rgb(23 23 23 / 0.4);
}

.ring-neutral-900\/45 {
  --tw-ring-color: rgb(23 23 23 / 0.45);
}

.ring-neutral-900\/5 {
  --tw-ring-color: rgb(23 23 23 / 0.05);
}

.ring-neutral-900\/50 {
  --tw-ring-color: rgb(23 23 23 / 0.5);
}

.ring-neutral-900\/55 {
  --tw-ring-color: rgb(23 23 23 / 0.55);
}

.ring-neutral-900\/60 {
  --tw-ring-color: rgb(23 23 23 / 0.6);
}

.ring-neutral-900\/65 {
  --tw-ring-color: rgb(23 23 23 / 0.65);
}

.ring-neutral-900\/70 {
  --tw-ring-color: rgb(23 23 23 / 0.7);
}

.ring-neutral-900\/75 {
  --tw-ring-color: rgb(23 23 23 / 0.75);
}

.ring-neutral-900\/80 {
  --tw-ring-color: rgb(23 23 23 / 0.8);
}

.ring-neutral-900\/85 {
  --tw-ring-color: rgb(23 23 23 / 0.85);
}

.ring-neutral-900\/90 {
  --tw-ring-color: rgb(23 23 23 / 0.9);
}

.ring-neutral-900\/95 {
  --tw-ring-color: rgb(23 23 23 / 0.95);
}

.ring-neutral-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(10 10 10 / var(--tw-ring-opacity, 1));
}

.ring-neutral-950\/0 {
  --tw-ring-color: rgb(10 10 10 / 0);
}

.ring-neutral-950\/10 {
  --tw-ring-color: rgb(10 10 10 / 0.1);
}

.ring-neutral-950\/100 {
  --tw-ring-color: rgb(10 10 10 / 1);
}

.ring-neutral-950\/15 {
  --tw-ring-color: rgb(10 10 10 / 0.15);
}

.ring-neutral-950\/20 {
  --tw-ring-color: rgb(10 10 10 / 0.2);
}

.ring-neutral-950\/25 {
  --tw-ring-color: rgb(10 10 10 / 0.25);
}

.ring-neutral-950\/30 {
  --tw-ring-color: rgb(10 10 10 / 0.3);
}

.ring-neutral-950\/35 {
  --tw-ring-color: rgb(10 10 10 / 0.35);
}

.ring-neutral-950\/40 {
  --tw-ring-color: rgb(10 10 10 / 0.4);
}

.ring-neutral-950\/45 {
  --tw-ring-color: rgb(10 10 10 / 0.45);
}

.ring-neutral-950\/5 {
  --tw-ring-color: rgb(10 10 10 / 0.05);
}

.ring-neutral-950\/50 {
  --tw-ring-color: rgb(10 10 10 / 0.5);
}

.ring-neutral-950\/55 {
  --tw-ring-color: rgb(10 10 10 / 0.55);
}

.ring-neutral-950\/60 {
  --tw-ring-color: rgb(10 10 10 / 0.6);
}

.ring-neutral-950\/65 {
  --tw-ring-color: rgb(10 10 10 / 0.65);
}

.ring-neutral-950\/70 {
  --tw-ring-color: rgb(10 10 10 / 0.7);
}

.ring-neutral-950\/75 {
  --tw-ring-color: rgb(10 10 10 / 0.75);
}

.ring-neutral-950\/80 {
  --tw-ring-color: rgb(10 10 10 / 0.8);
}

.ring-neutral-950\/85 {
  --tw-ring-color: rgb(10 10 10 / 0.85);
}

.ring-neutral-950\/90 {
  --tw-ring-color: rgb(10 10 10 / 0.9);
}

.ring-neutral-950\/95 {
  --tw-ring-color: rgb(10 10 10 / 0.95);
}

.ring-orange-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1));
}

.ring-orange-100\/0 {
  --tw-ring-color: rgb(255 237 213 / 0);
}

.ring-orange-100\/10 {
  --tw-ring-color: rgb(255 237 213 / 0.1);
}

.ring-orange-100\/100 {
  --tw-ring-color: rgb(255 237 213 / 1);
}

.ring-orange-100\/15 {
  --tw-ring-color: rgb(255 237 213 / 0.15);
}

.ring-orange-100\/20 {
  --tw-ring-color: rgb(255 237 213 / 0.2);
}

.ring-orange-100\/25 {
  --tw-ring-color: rgb(255 237 213 / 0.25);
}

.ring-orange-100\/30 {
  --tw-ring-color: rgb(255 237 213 / 0.3);
}

.ring-orange-100\/35 {
  --tw-ring-color: rgb(255 237 213 / 0.35);
}

.ring-orange-100\/40 {
  --tw-ring-color: rgb(255 237 213 / 0.4);
}

.ring-orange-100\/45 {
  --tw-ring-color: rgb(255 237 213 / 0.45);
}

.ring-orange-100\/5 {
  --tw-ring-color: rgb(255 237 213 / 0.05);
}

.ring-orange-100\/50 {
  --tw-ring-color: rgb(255 237 213 / 0.5);
}

.ring-orange-100\/55 {
  --tw-ring-color: rgb(255 237 213 / 0.55);
}

.ring-orange-100\/60 {
  --tw-ring-color: rgb(255 237 213 / 0.6);
}

.ring-orange-100\/65 {
  --tw-ring-color: rgb(255 237 213 / 0.65);
}

.ring-orange-100\/70 {
  --tw-ring-color: rgb(255 237 213 / 0.7);
}

.ring-orange-100\/75 {
  --tw-ring-color: rgb(255 237 213 / 0.75);
}

.ring-orange-100\/80 {
  --tw-ring-color: rgb(255 237 213 / 0.8);
}

.ring-orange-100\/85 {
  --tw-ring-color: rgb(255 237 213 / 0.85);
}

.ring-orange-100\/90 {
  --tw-ring-color: rgb(255 237 213 / 0.9);
}

.ring-orange-100\/95 {
  --tw-ring-color: rgb(255 237 213 / 0.95);
}

.ring-orange-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1));
}

.ring-orange-200\/0 {
  --tw-ring-color: rgb(254 215 170 / 0);
}

.ring-orange-200\/10 {
  --tw-ring-color: rgb(254 215 170 / 0.1);
}

.ring-orange-200\/100 {
  --tw-ring-color: rgb(254 215 170 / 1);
}

.ring-orange-200\/15 {
  --tw-ring-color: rgb(254 215 170 / 0.15);
}

.ring-orange-200\/20 {
  --tw-ring-color: rgb(254 215 170 / 0.2);
}

.ring-orange-200\/25 {
  --tw-ring-color: rgb(254 215 170 / 0.25);
}

.ring-orange-200\/30 {
  --tw-ring-color: rgb(254 215 170 / 0.3);
}

.ring-orange-200\/35 {
  --tw-ring-color: rgb(254 215 170 / 0.35);
}

.ring-orange-200\/40 {
  --tw-ring-color: rgb(254 215 170 / 0.4);
}

.ring-orange-200\/45 {
  --tw-ring-color: rgb(254 215 170 / 0.45);
}

.ring-orange-200\/5 {
  --tw-ring-color: rgb(254 215 170 / 0.05);
}

.ring-orange-200\/50 {
  --tw-ring-color: rgb(254 215 170 / 0.5);
}

.ring-orange-200\/55 {
  --tw-ring-color: rgb(254 215 170 / 0.55);
}

.ring-orange-200\/60 {
  --tw-ring-color: rgb(254 215 170 / 0.6);
}

.ring-orange-200\/65 {
  --tw-ring-color: rgb(254 215 170 / 0.65);
}

.ring-orange-200\/70 {
  --tw-ring-color: rgb(254 215 170 / 0.7);
}

.ring-orange-200\/75 {
  --tw-ring-color: rgb(254 215 170 / 0.75);
}

.ring-orange-200\/80 {
  --tw-ring-color: rgb(254 215 170 / 0.8);
}

.ring-orange-200\/85 {
  --tw-ring-color: rgb(254 215 170 / 0.85);
}

.ring-orange-200\/90 {
  --tw-ring-color: rgb(254 215 170 / 0.9);
}

.ring-orange-200\/95 {
  --tw-ring-color: rgb(254 215 170 / 0.95);
}

.ring-orange-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1));
}

.ring-orange-300\/0 {
  --tw-ring-color: rgb(253 186 116 / 0);
}

.ring-orange-300\/10 {
  --tw-ring-color: rgb(253 186 116 / 0.1);
}

.ring-orange-300\/100 {
  --tw-ring-color: rgb(253 186 116 / 1);
}

.ring-orange-300\/15 {
  --tw-ring-color: rgb(253 186 116 / 0.15);
}

.ring-orange-300\/20 {
  --tw-ring-color: rgb(253 186 116 / 0.2);
}

.ring-orange-300\/25 {
  --tw-ring-color: rgb(253 186 116 / 0.25);
}

.ring-orange-300\/30 {
  --tw-ring-color: rgb(253 186 116 / 0.3);
}

.ring-orange-300\/35 {
  --tw-ring-color: rgb(253 186 116 / 0.35);
}

.ring-orange-300\/40 {
  --tw-ring-color: rgb(253 186 116 / 0.4);
}

.ring-orange-300\/45 {
  --tw-ring-color: rgb(253 186 116 / 0.45);
}

.ring-orange-300\/5 {
  --tw-ring-color: rgb(253 186 116 / 0.05);
}

.ring-orange-300\/50 {
  --tw-ring-color: rgb(253 186 116 / 0.5);
}

.ring-orange-300\/55 {
  --tw-ring-color: rgb(253 186 116 / 0.55);
}

.ring-orange-300\/60 {
  --tw-ring-color: rgb(253 186 116 / 0.6);
}

.ring-orange-300\/65 {
  --tw-ring-color: rgb(253 186 116 / 0.65);
}

.ring-orange-300\/70 {
  --tw-ring-color: rgb(253 186 116 / 0.7);
}

.ring-orange-300\/75 {
  --tw-ring-color: rgb(253 186 116 / 0.75);
}

.ring-orange-300\/80 {
  --tw-ring-color: rgb(253 186 116 / 0.8);
}

.ring-orange-300\/85 {
  --tw-ring-color: rgb(253 186 116 / 0.85);
}

.ring-orange-300\/90 {
  --tw-ring-color: rgb(253 186 116 / 0.9);
}

.ring-orange-300\/95 {
  --tw-ring-color: rgb(253 186 116 / 0.95);
}

.ring-orange-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1));
}

.ring-orange-400\/0 {
  --tw-ring-color: rgb(251 146 60 / 0);
}

.ring-orange-400\/10 {
  --tw-ring-color: rgb(251 146 60 / 0.1);
}

.ring-orange-400\/100 {
  --tw-ring-color: rgb(251 146 60 / 1);
}

.ring-orange-400\/15 {
  --tw-ring-color: rgb(251 146 60 / 0.15);
}

.ring-orange-400\/20 {
  --tw-ring-color: rgb(251 146 60 / 0.2);
}

.ring-orange-400\/25 {
  --tw-ring-color: rgb(251 146 60 / 0.25);
}

.ring-orange-400\/30 {
  --tw-ring-color: rgb(251 146 60 / 0.3);
}

.ring-orange-400\/35 {
  --tw-ring-color: rgb(251 146 60 / 0.35);
}

.ring-orange-400\/40 {
  --tw-ring-color: rgb(251 146 60 / 0.4);
}

.ring-orange-400\/45 {
  --tw-ring-color: rgb(251 146 60 / 0.45);
}

.ring-orange-400\/5 {
  --tw-ring-color: rgb(251 146 60 / 0.05);
}

.ring-orange-400\/50 {
  --tw-ring-color: rgb(251 146 60 / 0.5);
}

.ring-orange-400\/55 {
  --tw-ring-color: rgb(251 146 60 / 0.55);
}

.ring-orange-400\/60 {
  --tw-ring-color: rgb(251 146 60 / 0.6);
}

.ring-orange-400\/65 {
  --tw-ring-color: rgb(251 146 60 / 0.65);
}

.ring-orange-400\/70 {
  --tw-ring-color: rgb(251 146 60 / 0.7);
}

.ring-orange-400\/75 {
  --tw-ring-color: rgb(251 146 60 / 0.75);
}

.ring-orange-400\/80 {
  --tw-ring-color: rgb(251 146 60 / 0.8);
}

.ring-orange-400\/85 {
  --tw-ring-color: rgb(251 146 60 / 0.85);
}

.ring-orange-400\/90 {
  --tw-ring-color: rgb(251 146 60 / 0.9);
}

.ring-orange-400\/95 {
  --tw-ring-color: rgb(251 146 60 / 0.95);
}

.ring-orange-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity, 1));
}

.ring-orange-50\/0 {
  --tw-ring-color: rgb(255 247 237 / 0);
}

.ring-orange-50\/10 {
  --tw-ring-color: rgb(255 247 237 / 0.1);
}

.ring-orange-50\/100 {
  --tw-ring-color: rgb(255 247 237 / 1);
}

.ring-orange-50\/15 {
  --tw-ring-color: rgb(255 247 237 / 0.15);
}

.ring-orange-50\/20 {
  --tw-ring-color: rgb(255 247 237 / 0.2);
}

.ring-orange-50\/25 {
  --tw-ring-color: rgb(255 247 237 / 0.25);
}

.ring-orange-50\/30 {
  --tw-ring-color: rgb(255 247 237 / 0.3);
}

.ring-orange-50\/35 {
  --tw-ring-color: rgb(255 247 237 / 0.35);
}

.ring-orange-50\/40 {
  --tw-ring-color: rgb(255 247 237 / 0.4);
}

.ring-orange-50\/45 {
  --tw-ring-color: rgb(255 247 237 / 0.45);
}

.ring-orange-50\/5 {
  --tw-ring-color: rgb(255 247 237 / 0.05);
}

.ring-orange-50\/50 {
  --tw-ring-color: rgb(255 247 237 / 0.5);
}

.ring-orange-50\/55 {
  --tw-ring-color: rgb(255 247 237 / 0.55);
}

.ring-orange-50\/60 {
  --tw-ring-color: rgb(255 247 237 / 0.6);
}

.ring-orange-50\/65 {
  --tw-ring-color: rgb(255 247 237 / 0.65);
}

.ring-orange-50\/70 {
  --tw-ring-color: rgb(255 247 237 / 0.7);
}

.ring-orange-50\/75 {
  --tw-ring-color: rgb(255 247 237 / 0.75);
}

.ring-orange-50\/80 {
  --tw-ring-color: rgb(255 247 237 / 0.8);
}

.ring-orange-50\/85 {
  --tw-ring-color: rgb(255 247 237 / 0.85);
}

.ring-orange-50\/90 {
  --tw-ring-color: rgb(255 247 237 / 0.9);
}

.ring-orange-50\/95 {
  --tw-ring-color: rgb(255 247 237 / 0.95);
}

.ring-orange-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}

.ring-orange-500\/0 {
  --tw-ring-color: rgb(249 115 22 / 0);
}

.ring-orange-500\/10 {
  --tw-ring-color: rgb(249 115 22 / 0.1);
}

.ring-orange-500\/100 {
  --tw-ring-color: rgb(249 115 22 / 1);
}

.ring-orange-500\/15 {
  --tw-ring-color: rgb(249 115 22 / 0.15);
}

.ring-orange-500\/20 {
  --tw-ring-color: rgb(249 115 22 / 0.2);
}

.ring-orange-500\/25 {
  --tw-ring-color: rgb(249 115 22 / 0.25);
}

.ring-orange-500\/30 {
  --tw-ring-color: rgb(249 115 22 / 0.3);
}

.ring-orange-500\/35 {
  --tw-ring-color: rgb(249 115 22 / 0.35);
}

.ring-orange-500\/40 {
  --tw-ring-color: rgb(249 115 22 / 0.4);
}

.ring-orange-500\/45 {
  --tw-ring-color: rgb(249 115 22 / 0.45);
}

.ring-orange-500\/5 {
  --tw-ring-color: rgb(249 115 22 / 0.05);
}

.ring-orange-500\/50 {
  --tw-ring-color: rgb(249 115 22 / 0.5);
}

.ring-orange-500\/55 {
  --tw-ring-color: rgb(249 115 22 / 0.55);
}

.ring-orange-500\/60 {
  --tw-ring-color: rgb(249 115 22 / 0.6);
}

.ring-orange-500\/65 {
  --tw-ring-color: rgb(249 115 22 / 0.65);
}

.ring-orange-500\/70 {
  --tw-ring-color: rgb(249 115 22 / 0.7);
}

.ring-orange-500\/75 {
  --tw-ring-color: rgb(249 115 22 / 0.75);
}

.ring-orange-500\/80 {
  --tw-ring-color: rgb(249 115 22 / 0.8);
}

.ring-orange-500\/85 {
  --tw-ring-color: rgb(249 115 22 / 0.85);
}

.ring-orange-500\/90 {
  --tw-ring-color: rgb(249 115 22 / 0.9);
}

.ring-orange-500\/95 {
  --tw-ring-color: rgb(249 115 22 / 0.95);
}

.ring-orange-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1));
}

.ring-orange-600\/0 {
  --tw-ring-color: rgb(234 88 12 / 0);
}

.ring-orange-600\/10 {
  --tw-ring-color: rgb(234 88 12 / 0.1);
}

.ring-orange-600\/100 {
  --tw-ring-color: rgb(234 88 12 / 1);
}

.ring-orange-600\/15 {
  --tw-ring-color: rgb(234 88 12 / 0.15);
}

.ring-orange-600\/20 {
  --tw-ring-color: rgb(234 88 12 / 0.2);
}

.ring-orange-600\/25 {
  --tw-ring-color: rgb(234 88 12 / 0.25);
}

.ring-orange-600\/30 {
  --tw-ring-color: rgb(234 88 12 / 0.3);
}

.ring-orange-600\/35 {
  --tw-ring-color: rgb(234 88 12 / 0.35);
}

.ring-orange-600\/40 {
  --tw-ring-color: rgb(234 88 12 / 0.4);
}

.ring-orange-600\/45 {
  --tw-ring-color: rgb(234 88 12 / 0.45);
}

.ring-orange-600\/5 {
  --tw-ring-color: rgb(234 88 12 / 0.05);
}

.ring-orange-600\/50 {
  --tw-ring-color: rgb(234 88 12 / 0.5);
}

.ring-orange-600\/55 {
  --tw-ring-color: rgb(234 88 12 / 0.55);
}

.ring-orange-600\/60 {
  --tw-ring-color: rgb(234 88 12 / 0.6);
}

.ring-orange-600\/65 {
  --tw-ring-color: rgb(234 88 12 / 0.65);
}

.ring-orange-600\/70 {
  --tw-ring-color: rgb(234 88 12 / 0.7);
}

.ring-orange-600\/75 {
  --tw-ring-color: rgb(234 88 12 / 0.75);
}

.ring-orange-600\/80 {
  --tw-ring-color: rgb(234 88 12 / 0.8);
}

.ring-orange-600\/85 {
  --tw-ring-color: rgb(234 88 12 / 0.85);
}

.ring-orange-600\/90 {
  --tw-ring-color: rgb(234 88 12 / 0.9);
}

.ring-orange-600\/95 {
  --tw-ring-color: rgb(234 88 12 / 0.95);
}

.ring-orange-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1));
}

.ring-orange-700\/0 {
  --tw-ring-color: rgb(194 65 12 / 0);
}

.ring-orange-700\/10 {
  --tw-ring-color: rgb(194 65 12 / 0.1);
}

.ring-orange-700\/100 {
  --tw-ring-color: rgb(194 65 12 / 1);
}

.ring-orange-700\/15 {
  --tw-ring-color: rgb(194 65 12 / 0.15);
}

.ring-orange-700\/20 {
  --tw-ring-color: rgb(194 65 12 / 0.2);
}

.ring-orange-700\/25 {
  --tw-ring-color: rgb(194 65 12 / 0.25);
}

.ring-orange-700\/30 {
  --tw-ring-color: rgb(194 65 12 / 0.3);
}

.ring-orange-700\/35 {
  --tw-ring-color: rgb(194 65 12 / 0.35);
}

.ring-orange-700\/40 {
  --tw-ring-color: rgb(194 65 12 / 0.4);
}

.ring-orange-700\/45 {
  --tw-ring-color: rgb(194 65 12 / 0.45);
}

.ring-orange-700\/5 {
  --tw-ring-color: rgb(194 65 12 / 0.05);
}

.ring-orange-700\/50 {
  --tw-ring-color: rgb(194 65 12 / 0.5);
}

.ring-orange-700\/55 {
  --tw-ring-color: rgb(194 65 12 / 0.55);
}

.ring-orange-700\/60 {
  --tw-ring-color: rgb(194 65 12 / 0.6);
}

.ring-orange-700\/65 {
  --tw-ring-color: rgb(194 65 12 / 0.65);
}

.ring-orange-700\/70 {
  --tw-ring-color: rgb(194 65 12 / 0.7);
}

.ring-orange-700\/75 {
  --tw-ring-color: rgb(194 65 12 / 0.75);
}

.ring-orange-700\/80 {
  --tw-ring-color: rgb(194 65 12 / 0.8);
}

.ring-orange-700\/85 {
  --tw-ring-color: rgb(194 65 12 / 0.85);
}

.ring-orange-700\/90 {
  --tw-ring-color: rgb(194 65 12 / 0.9);
}

.ring-orange-700\/95 {
  --tw-ring-color: rgb(194 65 12 / 0.95);
}

.ring-orange-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(154 52 18 / var(--tw-ring-opacity, 1));
}

.ring-orange-800\/0 {
  --tw-ring-color: rgb(154 52 18 / 0);
}

.ring-orange-800\/10 {
  --tw-ring-color: rgb(154 52 18 / 0.1);
}

.ring-orange-800\/100 {
  --tw-ring-color: rgb(154 52 18 / 1);
}

.ring-orange-800\/15 {
  --tw-ring-color: rgb(154 52 18 / 0.15);
}

.ring-orange-800\/20 {
  --tw-ring-color: rgb(154 52 18 / 0.2);
}

.ring-orange-800\/25 {
  --tw-ring-color: rgb(154 52 18 / 0.25);
}

.ring-orange-800\/30 {
  --tw-ring-color: rgb(154 52 18 / 0.3);
}

.ring-orange-800\/35 {
  --tw-ring-color: rgb(154 52 18 / 0.35);
}

.ring-orange-800\/40 {
  --tw-ring-color: rgb(154 52 18 / 0.4);
}

.ring-orange-800\/45 {
  --tw-ring-color: rgb(154 52 18 / 0.45);
}

.ring-orange-800\/5 {
  --tw-ring-color: rgb(154 52 18 / 0.05);
}

.ring-orange-800\/50 {
  --tw-ring-color: rgb(154 52 18 / 0.5);
}

.ring-orange-800\/55 {
  --tw-ring-color: rgb(154 52 18 / 0.55);
}

.ring-orange-800\/60 {
  --tw-ring-color: rgb(154 52 18 / 0.6);
}

.ring-orange-800\/65 {
  --tw-ring-color: rgb(154 52 18 / 0.65);
}

.ring-orange-800\/70 {
  --tw-ring-color: rgb(154 52 18 / 0.7);
}

.ring-orange-800\/75 {
  --tw-ring-color: rgb(154 52 18 / 0.75);
}

.ring-orange-800\/80 {
  --tw-ring-color: rgb(154 52 18 / 0.8);
}

.ring-orange-800\/85 {
  --tw-ring-color: rgb(154 52 18 / 0.85);
}

.ring-orange-800\/90 {
  --tw-ring-color: rgb(154 52 18 / 0.9);
}

.ring-orange-800\/95 {
  --tw-ring-color: rgb(154 52 18 / 0.95);
}

.ring-orange-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 45 18 / var(--tw-ring-opacity, 1));
}

.ring-orange-900\/0 {
  --tw-ring-color: rgb(124 45 18 / 0);
}

.ring-orange-900\/10 {
  --tw-ring-color: rgb(124 45 18 / 0.1);
}

.ring-orange-900\/100 {
  --tw-ring-color: rgb(124 45 18 / 1);
}

.ring-orange-900\/15 {
  --tw-ring-color: rgb(124 45 18 / 0.15);
}

.ring-orange-900\/20 {
  --tw-ring-color: rgb(124 45 18 / 0.2);
}

.ring-orange-900\/25 {
  --tw-ring-color: rgb(124 45 18 / 0.25);
}

.ring-orange-900\/30 {
  --tw-ring-color: rgb(124 45 18 / 0.3);
}

.ring-orange-900\/35 {
  --tw-ring-color: rgb(124 45 18 / 0.35);
}

.ring-orange-900\/40 {
  --tw-ring-color: rgb(124 45 18 / 0.4);
}

.ring-orange-900\/45 {
  --tw-ring-color: rgb(124 45 18 / 0.45);
}

.ring-orange-900\/5 {
  --tw-ring-color: rgb(124 45 18 / 0.05);
}

.ring-orange-900\/50 {
  --tw-ring-color: rgb(124 45 18 / 0.5);
}

.ring-orange-900\/55 {
  --tw-ring-color: rgb(124 45 18 / 0.55);
}

.ring-orange-900\/60 {
  --tw-ring-color: rgb(124 45 18 / 0.6);
}

.ring-orange-900\/65 {
  --tw-ring-color: rgb(124 45 18 / 0.65);
}

.ring-orange-900\/70 {
  --tw-ring-color: rgb(124 45 18 / 0.7);
}

.ring-orange-900\/75 {
  --tw-ring-color: rgb(124 45 18 / 0.75);
}

.ring-orange-900\/80 {
  --tw-ring-color: rgb(124 45 18 / 0.8);
}

.ring-orange-900\/85 {
  --tw-ring-color: rgb(124 45 18 / 0.85);
}

.ring-orange-900\/90 {
  --tw-ring-color: rgb(124 45 18 / 0.9);
}

.ring-orange-900\/95 {
  --tw-ring-color: rgb(124 45 18 / 0.95);
}

.ring-orange-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 20 7 / var(--tw-ring-opacity, 1));
}

.ring-orange-950\/0 {
  --tw-ring-color: rgb(67 20 7 / 0);
}

.ring-orange-950\/10 {
  --tw-ring-color: rgb(67 20 7 / 0.1);
}

.ring-orange-950\/100 {
  --tw-ring-color: rgb(67 20 7 / 1);
}

.ring-orange-950\/15 {
  --tw-ring-color: rgb(67 20 7 / 0.15);
}

.ring-orange-950\/20 {
  --tw-ring-color: rgb(67 20 7 / 0.2);
}

.ring-orange-950\/25 {
  --tw-ring-color: rgb(67 20 7 / 0.25);
}

.ring-orange-950\/30 {
  --tw-ring-color: rgb(67 20 7 / 0.3);
}

.ring-orange-950\/35 {
  --tw-ring-color: rgb(67 20 7 / 0.35);
}

.ring-orange-950\/40 {
  --tw-ring-color: rgb(67 20 7 / 0.4);
}

.ring-orange-950\/45 {
  --tw-ring-color: rgb(67 20 7 / 0.45);
}

.ring-orange-950\/5 {
  --tw-ring-color: rgb(67 20 7 / 0.05);
}

.ring-orange-950\/50 {
  --tw-ring-color: rgb(67 20 7 / 0.5);
}

.ring-orange-950\/55 {
  --tw-ring-color: rgb(67 20 7 / 0.55);
}

.ring-orange-950\/60 {
  --tw-ring-color: rgb(67 20 7 / 0.6);
}

.ring-orange-950\/65 {
  --tw-ring-color: rgb(67 20 7 / 0.65);
}

.ring-orange-950\/70 {
  --tw-ring-color: rgb(67 20 7 / 0.7);
}

.ring-orange-950\/75 {
  --tw-ring-color: rgb(67 20 7 / 0.75);
}

.ring-orange-950\/80 {
  --tw-ring-color: rgb(67 20 7 / 0.8);
}

.ring-orange-950\/85 {
  --tw-ring-color: rgb(67 20 7 / 0.85);
}

.ring-orange-950\/90 {
  --tw-ring-color: rgb(67 20 7 / 0.9);
}

.ring-orange-950\/95 {
  --tw-ring-color: rgb(67 20 7 / 0.95);
}

.ring-pink-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity, 1));
}

.ring-pink-100\/0 {
  --tw-ring-color: rgb(252 231 243 / 0);
}

.ring-pink-100\/10 {
  --tw-ring-color: rgb(252 231 243 / 0.1);
}

.ring-pink-100\/100 {
  --tw-ring-color: rgb(252 231 243 / 1);
}

.ring-pink-100\/15 {
  --tw-ring-color: rgb(252 231 243 / 0.15);
}

.ring-pink-100\/20 {
  --tw-ring-color: rgb(252 231 243 / 0.2);
}

.ring-pink-100\/25 {
  --tw-ring-color: rgb(252 231 243 / 0.25);
}

.ring-pink-100\/30 {
  --tw-ring-color: rgb(252 231 243 / 0.3);
}

.ring-pink-100\/35 {
  --tw-ring-color: rgb(252 231 243 / 0.35);
}

.ring-pink-100\/40 {
  --tw-ring-color: rgb(252 231 243 / 0.4);
}

.ring-pink-100\/45 {
  --tw-ring-color: rgb(252 231 243 / 0.45);
}

.ring-pink-100\/5 {
  --tw-ring-color: rgb(252 231 243 / 0.05);
}

.ring-pink-100\/50 {
  --tw-ring-color: rgb(252 231 243 / 0.5);
}

.ring-pink-100\/55 {
  --tw-ring-color: rgb(252 231 243 / 0.55);
}

.ring-pink-100\/60 {
  --tw-ring-color: rgb(252 231 243 / 0.6);
}

.ring-pink-100\/65 {
  --tw-ring-color: rgb(252 231 243 / 0.65);
}

.ring-pink-100\/70 {
  --tw-ring-color: rgb(252 231 243 / 0.7);
}

.ring-pink-100\/75 {
  --tw-ring-color: rgb(252 231 243 / 0.75);
}

.ring-pink-100\/80 {
  --tw-ring-color: rgb(252 231 243 / 0.8);
}

.ring-pink-100\/85 {
  --tw-ring-color: rgb(252 231 243 / 0.85);
}

.ring-pink-100\/90 {
  --tw-ring-color: rgb(252 231 243 / 0.9);
}

.ring-pink-100\/95 {
  --tw-ring-color: rgb(252 231 243 / 0.95);
}

.ring-pink-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity, 1));
}

.ring-pink-200\/0 {
  --tw-ring-color: rgb(251 207 232 / 0);
}

.ring-pink-200\/10 {
  --tw-ring-color: rgb(251 207 232 / 0.1);
}

.ring-pink-200\/100 {
  --tw-ring-color: rgb(251 207 232 / 1);
}

.ring-pink-200\/15 {
  --tw-ring-color: rgb(251 207 232 / 0.15);
}

.ring-pink-200\/20 {
  --tw-ring-color: rgb(251 207 232 / 0.2);
}

.ring-pink-200\/25 {
  --tw-ring-color: rgb(251 207 232 / 0.25);
}

.ring-pink-200\/30 {
  --tw-ring-color: rgb(251 207 232 / 0.3);
}

.ring-pink-200\/35 {
  --tw-ring-color: rgb(251 207 232 / 0.35);
}

.ring-pink-200\/40 {
  --tw-ring-color: rgb(251 207 232 / 0.4);
}

.ring-pink-200\/45 {
  --tw-ring-color: rgb(251 207 232 / 0.45);
}

.ring-pink-200\/5 {
  --tw-ring-color: rgb(251 207 232 / 0.05);
}

.ring-pink-200\/50 {
  --tw-ring-color: rgb(251 207 232 / 0.5);
}

.ring-pink-200\/55 {
  --tw-ring-color: rgb(251 207 232 / 0.55);
}

.ring-pink-200\/60 {
  --tw-ring-color: rgb(251 207 232 / 0.6);
}

.ring-pink-200\/65 {
  --tw-ring-color: rgb(251 207 232 / 0.65);
}

.ring-pink-200\/70 {
  --tw-ring-color: rgb(251 207 232 / 0.7);
}

.ring-pink-200\/75 {
  --tw-ring-color: rgb(251 207 232 / 0.75);
}

.ring-pink-200\/80 {
  --tw-ring-color: rgb(251 207 232 / 0.8);
}

.ring-pink-200\/85 {
  --tw-ring-color: rgb(251 207 232 / 0.85);
}

.ring-pink-200\/90 {
  --tw-ring-color: rgb(251 207 232 / 0.9);
}

.ring-pink-200\/95 {
  --tw-ring-color: rgb(251 207 232 / 0.95);
}

.ring-pink-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity, 1));
}

.ring-pink-300\/0 {
  --tw-ring-color: rgb(249 168 212 / 0);
}

.ring-pink-300\/10 {
  --tw-ring-color: rgb(249 168 212 / 0.1);
}

.ring-pink-300\/100 {
  --tw-ring-color: rgb(249 168 212 / 1);
}

.ring-pink-300\/15 {
  --tw-ring-color: rgb(249 168 212 / 0.15);
}

.ring-pink-300\/20 {
  --tw-ring-color: rgb(249 168 212 / 0.2);
}

.ring-pink-300\/25 {
  --tw-ring-color: rgb(249 168 212 / 0.25);
}

.ring-pink-300\/30 {
  --tw-ring-color: rgb(249 168 212 / 0.3);
}

.ring-pink-300\/35 {
  --tw-ring-color: rgb(249 168 212 / 0.35);
}

.ring-pink-300\/40 {
  --tw-ring-color: rgb(249 168 212 / 0.4);
}

.ring-pink-300\/45 {
  --tw-ring-color: rgb(249 168 212 / 0.45);
}

.ring-pink-300\/5 {
  --tw-ring-color: rgb(249 168 212 / 0.05);
}

.ring-pink-300\/50 {
  --tw-ring-color: rgb(249 168 212 / 0.5);
}

.ring-pink-300\/55 {
  --tw-ring-color: rgb(249 168 212 / 0.55);
}

.ring-pink-300\/60 {
  --tw-ring-color: rgb(249 168 212 / 0.6);
}

.ring-pink-300\/65 {
  --tw-ring-color: rgb(249 168 212 / 0.65);
}

.ring-pink-300\/70 {
  --tw-ring-color: rgb(249 168 212 / 0.7);
}

.ring-pink-300\/75 {
  --tw-ring-color: rgb(249 168 212 / 0.75);
}

.ring-pink-300\/80 {
  --tw-ring-color: rgb(249 168 212 / 0.8);
}

.ring-pink-300\/85 {
  --tw-ring-color: rgb(249 168 212 / 0.85);
}

.ring-pink-300\/90 {
  --tw-ring-color: rgb(249 168 212 / 0.9);
}

.ring-pink-300\/95 {
  --tw-ring-color: rgb(249 168 212 / 0.95);
}

.ring-pink-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1));
}

.ring-pink-400\/0 {
  --tw-ring-color: rgb(244 114 182 / 0);
}

.ring-pink-400\/10 {
  --tw-ring-color: rgb(244 114 182 / 0.1);
}

.ring-pink-400\/100 {
  --tw-ring-color: rgb(244 114 182 / 1);
}

.ring-pink-400\/15 {
  --tw-ring-color: rgb(244 114 182 / 0.15);
}

.ring-pink-400\/20 {
  --tw-ring-color: rgb(244 114 182 / 0.2);
}

.ring-pink-400\/25 {
  --tw-ring-color: rgb(244 114 182 / 0.25);
}

.ring-pink-400\/30 {
  --tw-ring-color: rgb(244 114 182 / 0.3);
}

.ring-pink-400\/35 {
  --tw-ring-color: rgb(244 114 182 / 0.35);
}

.ring-pink-400\/40 {
  --tw-ring-color: rgb(244 114 182 / 0.4);
}

.ring-pink-400\/45 {
  --tw-ring-color: rgb(244 114 182 / 0.45);
}

.ring-pink-400\/5 {
  --tw-ring-color: rgb(244 114 182 / 0.05);
}

.ring-pink-400\/50 {
  --tw-ring-color: rgb(244 114 182 / 0.5);
}

.ring-pink-400\/55 {
  --tw-ring-color: rgb(244 114 182 / 0.55);
}

.ring-pink-400\/60 {
  --tw-ring-color: rgb(244 114 182 / 0.6);
}

.ring-pink-400\/65 {
  --tw-ring-color: rgb(244 114 182 / 0.65);
}

.ring-pink-400\/70 {
  --tw-ring-color: rgb(244 114 182 / 0.7);
}

.ring-pink-400\/75 {
  --tw-ring-color: rgb(244 114 182 / 0.75);
}

.ring-pink-400\/80 {
  --tw-ring-color: rgb(244 114 182 / 0.8);
}

.ring-pink-400\/85 {
  --tw-ring-color: rgb(244 114 182 / 0.85);
}

.ring-pink-400\/90 {
  --tw-ring-color: rgb(244 114 182 / 0.9);
}

.ring-pink-400\/95 {
  --tw-ring-color: rgb(244 114 182 / 0.95);
}

.ring-pink-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity, 1));
}

.ring-pink-50\/0 {
  --tw-ring-color: rgb(253 242 248 / 0);
}

.ring-pink-50\/10 {
  --tw-ring-color: rgb(253 242 248 / 0.1);
}

.ring-pink-50\/100 {
  --tw-ring-color: rgb(253 242 248 / 1);
}

.ring-pink-50\/15 {
  --tw-ring-color: rgb(253 242 248 / 0.15);
}

.ring-pink-50\/20 {
  --tw-ring-color: rgb(253 242 248 / 0.2);
}

.ring-pink-50\/25 {
  --tw-ring-color: rgb(253 242 248 / 0.25);
}

.ring-pink-50\/30 {
  --tw-ring-color: rgb(253 242 248 / 0.3);
}

.ring-pink-50\/35 {
  --tw-ring-color: rgb(253 242 248 / 0.35);
}

.ring-pink-50\/40 {
  --tw-ring-color: rgb(253 242 248 / 0.4);
}

.ring-pink-50\/45 {
  --tw-ring-color: rgb(253 242 248 / 0.45);
}

.ring-pink-50\/5 {
  --tw-ring-color: rgb(253 242 248 / 0.05);
}

.ring-pink-50\/50 {
  --tw-ring-color: rgb(253 242 248 / 0.5);
}

.ring-pink-50\/55 {
  --tw-ring-color: rgb(253 242 248 / 0.55);
}

.ring-pink-50\/60 {
  --tw-ring-color: rgb(253 242 248 / 0.6);
}

.ring-pink-50\/65 {
  --tw-ring-color: rgb(253 242 248 / 0.65);
}

.ring-pink-50\/70 {
  --tw-ring-color: rgb(253 242 248 / 0.7);
}

.ring-pink-50\/75 {
  --tw-ring-color: rgb(253 242 248 / 0.75);
}

.ring-pink-50\/80 {
  --tw-ring-color: rgb(253 242 248 / 0.8);
}

.ring-pink-50\/85 {
  --tw-ring-color: rgb(253 242 248 / 0.85);
}

.ring-pink-50\/90 {
  --tw-ring-color: rgb(253 242 248 / 0.9);
}

.ring-pink-50\/95 {
  --tw-ring-color: rgb(253 242 248 / 0.95);
}

.ring-pink-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
}

.ring-pink-500\/0 {
  --tw-ring-color: rgb(236 72 153 / 0);
}

.ring-pink-500\/10 {
  --tw-ring-color: rgb(236 72 153 / 0.1);
}

.ring-pink-500\/100 {
  --tw-ring-color: rgb(236 72 153 / 1);
}

.ring-pink-500\/15 {
  --tw-ring-color: rgb(236 72 153 / 0.15);
}

.ring-pink-500\/20 {
  --tw-ring-color: rgb(236 72 153 / 0.2);
}

.ring-pink-500\/25 {
  --tw-ring-color: rgb(236 72 153 / 0.25);
}

.ring-pink-500\/30 {
  --tw-ring-color: rgb(236 72 153 / 0.3);
}

.ring-pink-500\/35 {
  --tw-ring-color: rgb(236 72 153 / 0.35);
}

.ring-pink-500\/40 {
  --tw-ring-color: rgb(236 72 153 / 0.4);
}

.ring-pink-500\/45 {
  --tw-ring-color: rgb(236 72 153 / 0.45);
}

.ring-pink-500\/5 {
  --tw-ring-color: rgb(236 72 153 / 0.05);
}

.ring-pink-500\/50 {
  --tw-ring-color: rgb(236 72 153 / 0.5);
}

.ring-pink-500\/55 {
  --tw-ring-color: rgb(236 72 153 / 0.55);
}

.ring-pink-500\/60 {
  --tw-ring-color: rgb(236 72 153 / 0.6);
}

.ring-pink-500\/65 {
  --tw-ring-color: rgb(236 72 153 / 0.65);
}

.ring-pink-500\/70 {
  --tw-ring-color: rgb(236 72 153 / 0.7);
}

.ring-pink-500\/75 {
  --tw-ring-color: rgb(236 72 153 / 0.75);
}

.ring-pink-500\/80 {
  --tw-ring-color: rgb(236 72 153 / 0.8);
}

.ring-pink-500\/85 {
  --tw-ring-color: rgb(236 72 153 / 0.85);
}

.ring-pink-500\/90 {
  --tw-ring-color: rgb(236 72 153 / 0.9);
}

.ring-pink-500\/95 {
  --tw-ring-color: rgb(236 72 153 / 0.95);
}

.ring-pink-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity, 1));
}

.ring-pink-600\/0 {
  --tw-ring-color: rgb(219 39 119 / 0);
}

.ring-pink-600\/10 {
  --tw-ring-color: rgb(219 39 119 / 0.1);
}

.ring-pink-600\/100 {
  --tw-ring-color: rgb(219 39 119 / 1);
}

.ring-pink-600\/15 {
  --tw-ring-color: rgb(219 39 119 / 0.15);
}

.ring-pink-600\/20 {
  --tw-ring-color: rgb(219 39 119 / 0.2);
}

.ring-pink-600\/25 {
  --tw-ring-color: rgb(219 39 119 / 0.25);
}

.ring-pink-600\/30 {
  --tw-ring-color: rgb(219 39 119 / 0.3);
}

.ring-pink-600\/35 {
  --tw-ring-color: rgb(219 39 119 / 0.35);
}

.ring-pink-600\/40 {
  --tw-ring-color: rgb(219 39 119 / 0.4);
}

.ring-pink-600\/45 {
  --tw-ring-color: rgb(219 39 119 / 0.45);
}

.ring-pink-600\/5 {
  --tw-ring-color: rgb(219 39 119 / 0.05);
}

.ring-pink-600\/50 {
  --tw-ring-color: rgb(219 39 119 / 0.5);
}

.ring-pink-600\/55 {
  --tw-ring-color: rgb(219 39 119 / 0.55);
}

.ring-pink-600\/60 {
  --tw-ring-color: rgb(219 39 119 / 0.6);
}

.ring-pink-600\/65 {
  --tw-ring-color: rgb(219 39 119 / 0.65);
}

.ring-pink-600\/70 {
  --tw-ring-color: rgb(219 39 119 / 0.7);
}

.ring-pink-600\/75 {
  --tw-ring-color: rgb(219 39 119 / 0.75);
}

.ring-pink-600\/80 {
  --tw-ring-color: rgb(219 39 119 / 0.8);
}

.ring-pink-600\/85 {
  --tw-ring-color: rgb(219 39 119 / 0.85);
}

.ring-pink-600\/90 {
  --tw-ring-color: rgb(219 39 119 / 0.9);
}

.ring-pink-600\/95 {
  --tw-ring-color: rgb(219 39 119 / 0.95);
}

.ring-pink-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity, 1));
}

.ring-pink-700\/0 {
  --tw-ring-color: rgb(190 24 93 / 0);
}

.ring-pink-700\/10 {
  --tw-ring-color: rgb(190 24 93 / 0.1);
}

.ring-pink-700\/100 {
  --tw-ring-color: rgb(190 24 93 / 1);
}

.ring-pink-700\/15 {
  --tw-ring-color: rgb(190 24 93 / 0.15);
}

.ring-pink-700\/20 {
  --tw-ring-color: rgb(190 24 93 / 0.2);
}

.ring-pink-700\/25 {
  --tw-ring-color: rgb(190 24 93 / 0.25);
}

.ring-pink-700\/30 {
  --tw-ring-color: rgb(190 24 93 / 0.3);
}

.ring-pink-700\/35 {
  --tw-ring-color: rgb(190 24 93 / 0.35);
}

.ring-pink-700\/40 {
  --tw-ring-color: rgb(190 24 93 / 0.4);
}

.ring-pink-700\/45 {
  --tw-ring-color: rgb(190 24 93 / 0.45);
}

.ring-pink-700\/5 {
  --tw-ring-color: rgb(190 24 93 / 0.05);
}

.ring-pink-700\/50 {
  --tw-ring-color: rgb(190 24 93 / 0.5);
}

.ring-pink-700\/55 {
  --tw-ring-color: rgb(190 24 93 / 0.55);
}

.ring-pink-700\/60 {
  --tw-ring-color: rgb(190 24 93 / 0.6);
}

.ring-pink-700\/65 {
  --tw-ring-color: rgb(190 24 93 / 0.65);
}

.ring-pink-700\/70 {
  --tw-ring-color: rgb(190 24 93 / 0.7);
}

.ring-pink-700\/75 {
  --tw-ring-color: rgb(190 24 93 / 0.75);
}

.ring-pink-700\/80 {
  --tw-ring-color: rgb(190 24 93 / 0.8);
}

.ring-pink-700\/85 {
  --tw-ring-color: rgb(190 24 93 / 0.85);
}

.ring-pink-700\/90 {
  --tw-ring-color: rgb(190 24 93 / 0.9);
}

.ring-pink-700\/95 {
  --tw-ring-color: rgb(190 24 93 / 0.95);
}

.ring-pink-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity, 1));
}

.ring-pink-800\/0 {
  --tw-ring-color: rgb(157 23 77 / 0);
}

.ring-pink-800\/10 {
  --tw-ring-color: rgb(157 23 77 / 0.1);
}

.ring-pink-800\/100 {
  --tw-ring-color: rgb(157 23 77 / 1);
}

.ring-pink-800\/15 {
  --tw-ring-color: rgb(157 23 77 / 0.15);
}

.ring-pink-800\/20 {
  --tw-ring-color: rgb(157 23 77 / 0.2);
}

.ring-pink-800\/25 {
  --tw-ring-color: rgb(157 23 77 / 0.25);
}

.ring-pink-800\/30 {
  --tw-ring-color: rgb(157 23 77 / 0.3);
}

.ring-pink-800\/35 {
  --tw-ring-color: rgb(157 23 77 / 0.35);
}

.ring-pink-800\/40 {
  --tw-ring-color: rgb(157 23 77 / 0.4);
}

.ring-pink-800\/45 {
  --tw-ring-color: rgb(157 23 77 / 0.45);
}

.ring-pink-800\/5 {
  --tw-ring-color: rgb(157 23 77 / 0.05);
}

.ring-pink-800\/50 {
  --tw-ring-color: rgb(157 23 77 / 0.5);
}

.ring-pink-800\/55 {
  --tw-ring-color: rgb(157 23 77 / 0.55);
}

.ring-pink-800\/60 {
  --tw-ring-color: rgb(157 23 77 / 0.6);
}

.ring-pink-800\/65 {
  --tw-ring-color: rgb(157 23 77 / 0.65);
}

.ring-pink-800\/70 {
  --tw-ring-color: rgb(157 23 77 / 0.7);
}

.ring-pink-800\/75 {
  --tw-ring-color: rgb(157 23 77 / 0.75);
}

.ring-pink-800\/80 {
  --tw-ring-color: rgb(157 23 77 / 0.8);
}

.ring-pink-800\/85 {
  --tw-ring-color: rgb(157 23 77 / 0.85);
}

.ring-pink-800\/90 {
  --tw-ring-color: rgb(157 23 77 / 0.9);
}

.ring-pink-800\/95 {
  --tw-ring-color: rgb(157 23 77 / 0.95);
}

.ring-pink-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity, 1));
}

.ring-pink-900\/0 {
  --tw-ring-color: rgb(131 24 67 / 0);
}

.ring-pink-900\/10 {
  --tw-ring-color: rgb(131 24 67 / 0.1);
}

.ring-pink-900\/100 {
  --tw-ring-color: rgb(131 24 67 / 1);
}

.ring-pink-900\/15 {
  --tw-ring-color: rgb(131 24 67 / 0.15);
}

.ring-pink-900\/20 {
  --tw-ring-color: rgb(131 24 67 / 0.2);
}

.ring-pink-900\/25 {
  --tw-ring-color: rgb(131 24 67 / 0.25);
}

.ring-pink-900\/30 {
  --tw-ring-color: rgb(131 24 67 / 0.3);
}

.ring-pink-900\/35 {
  --tw-ring-color: rgb(131 24 67 / 0.35);
}

.ring-pink-900\/40 {
  --tw-ring-color: rgb(131 24 67 / 0.4);
}

.ring-pink-900\/45 {
  --tw-ring-color: rgb(131 24 67 / 0.45);
}

.ring-pink-900\/5 {
  --tw-ring-color: rgb(131 24 67 / 0.05);
}

.ring-pink-900\/50 {
  --tw-ring-color: rgb(131 24 67 / 0.5);
}

.ring-pink-900\/55 {
  --tw-ring-color: rgb(131 24 67 / 0.55);
}

.ring-pink-900\/60 {
  --tw-ring-color: rgb(131 24 67 / 0.6);
}

.ring-pink-900\/65 {
  --tw-ring-color: rgb(131 24 67 / 0.65);
}

.ring-pink-900\/70 {
  --tw-ring-color: rgb(131 24 67 / 0.7);
}

.ring-pink-900\/75 {
  --tw-ring-color: rgb(131 24 67 / 0.75);
}

.ring-pink-900\/80 {
  --tw-ring-color: rgb(131 24 67 / 0.8);
}

.ring-pink-900\/85 {
  --tw-ring-color: rgb(131 24 67 / 0.85);
}

.ring-pink-900\/90 {
  --tw-ring-color: rgb(131 24 67 / 0.9);
}

.ring-pink-900\/95 {
  --tw-ring-color: rgb(131 24 67 / 0.95);
}

.ring-pink-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(80 7 36 / var(--tw-ring-opacity, 1));
}

.ring-pink-950\/0 {
  --tw-ring-color: rgb(80 7 36 / 0);
}

.ring-pink-950\/10 {
  --tw-ring-color: rgb(80 7 36 / 0.1);
}

.ring-pink-950\/100 {
  --tw-ring-color: rgb(80 7 36 / 1);
}

.ring-pink-950\/15 {
  --tw-ring-color: rgb(80 7 36 / 0.15);
}

.ring-pink-950\/20 {
  --tw-ring-color: rgb(80 7 36 / 0.2);
}

.ring-pink-950\/25 {
  --tw-ring-color: rgb(80 7 36 / 0.25);
}

.ring-pink-950\/30 {
  --tw-ring-color: rgb(80 7 36 / 0.3);
}

.ring-pink-950\/35 {
  --tw-ring-color: rgb(80 7 36 / 0.35);
}

.ring-pink-950\/40 {
  --tw-ring-color: rgb(80 7 36 / 0.4);
}

.ring-pink-950\/45 {
  --tw-ring-color: rgb(80 7 36 / 0.45);
}

.ring-pink-950\/5 {
  --tw-ring-color: rgb(80 7 36 / 0.05);
}

.ring-pink-950\/50 {
  --tw-ring-color: rgb(80 7 36 / 0.5);
}

.ring-pink-950\/55 {
  --tw-ring-color: rgb(80 7 36 / 0.55);
}

.ring-pink-950\/60 {
  --tw-ring-color: rgb(80 7 36 / 0.6);
}

.ring-pink-950\/65 {
  --tw-ring-color: rgb(80 7 36 / 0.65);
}

.ring-pink-950\/70 {
  --tw-ring-color: rgb(80 7 36 / 0.7);
}

.ring-pink-950\/75 {
  --tw-ring-color: rgb(80 7 36 / 0.75);
}

.ring-pink-950\/80 {
  --tw-ring-color: rgb(80 7 36 / 0.8);
}

.ring-pink-950\/85 {
  --tw-ring-color: rgb(80 7 36 / 0.85);
}

.ring-pink-950\/90 {
  --tw-ring-color: rgb(80 7 36 / 0.9);
}

.ring-pink-950\/95 {
  --tw-ring-color: rgb(80 7 36 / 0.95);
}

.ring-purple-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1));
}

.ring-purple-100\/0 {
  --tw-ring-color: rgb(243 232 255 / 0);
}

.ring-purple-100\/10 {
  --tw-ring-color: rgb(243 232 255 / 0.1);
}

.ring-purple-100\/100 {
  --tw-ring-color: rgb(243 232 255 / 1);
}

.ring-purple-100\/15 {
  --tw-ring-color: rgb(243 232 255 / 0.15);
}

.ring-purple-100\/20 {
  --tw-ring-color: rgb(243 232 255 / 0.2);
}

.ring-purple-100\/25 {
  --tw-ring-color: rgb(243 232 255 / 0.25);
}

.ring-purple-100\/30 {
  --tw-ring-color: rgb(243 232 255 / 0.3);
}

.ring-purple-100\/35 {
  --tw-ring-color: rgb(243 232 255 / 0.35);
}

.ring-purple-100\/40 {
  --tw-ring-color: rgb(243 232 255 / 0.4);
}

.ring-purple-100\/45 {
  --tw-ring-color: rgb(243 232 255 / 0.45);
}

.ring-purple-100\/5 {
  --tw-ring-color: rgb(243 232 255 / 0.05);
}

.ring-purple-100\/50 {
  --tw-ring-color: rgb(243 232 255 / 0.5);
}

.ring-purple-100\/55 {
  --tw-ring-color: rgb(243 232 255 / 0.55);
}

.ring-purple-100\/60 {
  --tw-ring-color: rgb(243 232 255 / 0.6);
}

.ring-purple-100\/65 {
  --tw-ring-color: rgb(243 232 255 / 0.65);
}

.ring-purple-100\/70 {
  --tw-ring-color: rgb(243 232 255 / 0.7);
}

.ring-purple-100\/75 {
  --tw-ring-color: rgb(243 232 255 / 0.75);
}

.ring-purple-100\/80 {
  --tw-ring-color: rgb(243 232 255 / 0.8);
}

.ring-purple-100\/85 {
  --tw-ring-color: rgb(243 232 255 / 0.85);
}

.ring-purple-100\/90 {
  --tw-ring-color: rgb(243 232 255 / 0.9);
}

.ring-purple-100\/95 {
  --tw-ring-color: rgb(243 232 255 / 0.95);
}

.ring-purple-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1));
}

.ring-purple-200\/0 {
  --tw-ring-color: rgb(233 213 255 / 0);
}

.ring-purple-200\/10 {
  --tw-ring-color: rgb(233 213 255 / 0.1);
}

.ring-purple-200\/100 {
  --tw-ring-color: rgb(233 213 255 / 1);
}

.ring-purple-200\/15 {
  --tw-ring-color: rgb(233 213 255 / 0.15);
}

.ring-purple-200\/20 {
  --tw-ring-color: rgb(233 213 255 / 0.2);
}

.ring-purple-200\/25 {
  --tw-ring-color: rgb(233 213 255 / 0.25);
}

.ring-purple-200\/30 {
  --tw-ring-color: rgb(233 213 255 / 0.3);
}

.ring-purple-200\/35 {
  --tw-ring-color: rgb(233 213 255 / 0.35);
}

.ring-purple-200\/40 {
  --tw-ring-color: rgb(233 213 255 / 0.4);
}

.ring-purple-200\/45 {
  --tw-ring-color: rgb(233 213 255 / 0.45);
}

.ring-purple-200\/5 {
  --tw-ring-color: rgb(233 213 255 / 0.05);
}

.ring-purple-200\/50 {
  --tw-ring-color: rgb(233 213 255 / 0.5);
}

.ring-purple-200\/55 {
  --tw-ring-color: rgb(233 213 255 / 0.55);
}

.ring-purple-200\/60 {
  --tw-ring-color: rgb(233 213 255 / 0.6);
}

.ring-purple-200\/65 {
  --tw-ring-color: rgb(233 213 255 / 0.65);
}

.ring-purple-200\/70 {
  --tw-ring-color: rgb(233 213 255 / 0.7);
}

.ring-purple-200\/75 {
  --tw-ring-color: rgb(233 213 255 / 0.75);
}

.ring-purple-200\/80 {
  --tw-ring-color: rgb(233 213 255 / 0.8);
}

.ring-purple-200\/85 {
  --tw-ring-color: rgb(233 213 255 / 0.85);
}

.ring-purple-200\/90 {
  --tw-ring-color: rgb(233 213 255 / 0.9);
}

.ring-purple-200\/95 {
  --tw-ring-color: rgb(233 213 255 / 0.95);
}

.ring-purple-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1));
}

.ring-purple-300\/0 {
  --tw-ring-color: rgb(216 180 254 / 0);
}

.ring-purple-300\/10 {
  --tw-ring-color: rgb(216 180 254 / 0.1);
}

.ring-purple-300\/100 {
  --tw-ring-color: rgb(216 180 254 / 1);
}

.ring-purple-300\/15 {
  --tw-ring-color: rgb(216 180 254 / 0.15);
}

.ring-purple-300\/20 {
  --tw-ring-color: rgb(216 180 254 / 0.2);
}

.ring-purple-300\/25 {
  --tw-ring-color: rgb(216 180 254 / 0.25);
}

.ring-purple-300\/30 {
  --tw-ring-color: rgb(216 180 254 / 0.3);
}

.ring-purple-300\/35 {
  --tw-ring-color: rgb(216 180 254 / 0.35);
}

.ring-purple-300\/40 {
  --tw-ring-color: rgb(216 180 254 / 0.4);
}

.ring-purple-300\/45 {
  --tw-ring-color: rgb(216 180 254 / 0.45);
}

.ring-purple-300\/5 {
  --tw-ring-color: rgb(216 180 254 / 0.05);
}

.ring-purple-300\/50 {
  --tw-ring-color: rgb(216 180 254 / 0.5);
}

.ring-purple-300\/55 {
  --tw-ring-color: rgb(216 180 254 / 0.55);
}

.ring-purple-300\/60 {
  --tw-ring-color: rgb(216 180 254 / 0.6);
}

.ring-purple-300\/65 {
  --tw-ring-color: rgb(216 180 254 / 0.65);
}

.ring-purple-300\/70 {
  --tw-ring-color: rgb(216 180 254 / 0.7);
}

.ring-purple-300\/75 {
  --tw-ring-color: rgb(216 180 254 / 0.75);
}

.ring-purple-300\/80 {
  --tw-ring-color: rgb(216 180 254 / 0.8);
}

.ring-purple-300\/85 {
  --tw-ring-color: rgb(216 180 254 / 0.85);
}

.ring-purple-300\/90 {
  --tw-ring-color: rgb(216 180 254 / 0.9);
}

.ring-purple-300\/95 {
  --tw-ring-color: rgb(216 180 254 / 0.95);
}

.ring-purple-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1));
}

.ring-purple-400\/0 {
  --tw-ring-color: rgb(192 132 252 / 0);
}

.ring-purple-400\/10 {
  --tw-ring-color: rgb(192 132 252 / 0.1);
}

.ring-purple-400\/100 {
  --tw-ring-color: rgb(192 132 252 / 1);
}

.ring-purple-400\/15 {
  --tw-ring-color: rgb(192 132 252 / 0.15);
}

.ring-purple-400\/20 {
  --tw-ring-color: rgb(192 132 252 / 0.2);
}

.ring-purple-400\/25 {
  --tw-ring-color: rgb(192 132 252 / 0.25);
}

.ring-purple-400\/30 {
  --tw-ring-color: rgb(192 132 252 / 0.3);
}

.ring-purple-400\/35 {
  --tw-ring-color: rgb(192 132 252 / 0.35);
}

.ring-purple-400\/40 {
  --tw-ring-color: rgb(192 132 252 / 0.4);
}

.ring-purple-400\/45 {
  --tw-ring-color: rgb(192 132 252 / 0.45);
}

.ring-purple-400\/5 {
  --tw-ring-color: rgb(192 132 252 / 0.05);
}

.ring-purple-400\/50 {
  --tw-ring-color: rgb(192 132 252 / 0.5);
}

.ring-purple-400\/55 {
  --tw-ring-color: rgb(192 132 252 / 0.55);
}

.ring-purple-400\/60 {
  --tw-ring-color: rgb(192 132 252 / 0.6);
}

.ring-purple-400\/65 {
  --tw-ring-color: rgb(192 132 252 / 0.65);
}

.ring-purple-400\/70 {
  --tw-ring-color: rgb(192 132 252 / 0.7);
}

.ring-purple-400\/75 {
  --tw-ring-color: rgb(192 132 252 / 0.75);
}

.ring-purple-400\/80 {
  --tw-ring-color: rgb(192 132 252 / 0.8);
}

.ring-purple-400\/85 {
  --tw-ring-color: rgb(192 132 252 / 0.85);
}

.ring-purple-400\/90 {
  --tw-ring-color: rgb(192 132 252 / 0.9);
}

.ring-purple-400\/95 {
  --tw-ring-color: rgb(192 132 252 / 0.95);
}

.ring-purple-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 245 255 / var(--tw-ring-opacity, 1));
}

.ring-purple-50\/0 {
  --tw-ring-color: rgb(250 245 255 / 0);
}

.ring-purple-50\/10 {
  --tw-ring-color: rgb(250 245 255 / 0.1);
}

.ring-purple-50\/100 {
  --tw-ring-color: rgb(250 245 255 / 1);
}

.ring-purple-50\/15 {
  --tw-ring-color: rgb(250 245 255 / 0.15);
}

.ring-purple-50\/20 {
  --tw-ring-color: rgb(250 245 255 / 0.2);
}

.ring-purple-50\/25 {
  --tw-ring-color: rgb(250 245 255 / 0.25);
}

.ring-purple-50\/30 {
  --tw-ring-color: rgb(250 245 255 / 0.3);
}

.ring-purple-50\/35 {
  --tw-ring-color: rgb(250 245 255 / 0.35);
}

.ring-purple-50\/40 {
  --tw-ring-color: rgb(250 245 255 / 0.4);
}

.ring-purple-50\/45 {
  --tw-ring-color: rgb(250 245 255 / 0.45);
}

.ring-purple-50\/5 {
  --tw-ring-color: rgb(250 245 255 / 0.05);
}

.ring-purple-50\/50 {
  --tw-ring-color: rgb(250 245 255 / 0.5);
}

.ring-purple-50\/55 {
  --tw-ring-color: rgb(250 245 255 / 0.55);
}

.ring-purple-50\/60 {
  --tw-ring-color: rgb(250 245 255 / 0.6);
}

.ring-purple-50\/65 {
  --tw-ring-color: rgb(250 245 255 / 0.65);
}

.ring-purple-50\/70 {
  --tw-ring-color: rgb(250 245 255 / 0.7);
}

.ring-purple-50\/75 {
  --tw-ring-color: rgb(250 245 255 / 0.75);
}

.ring-purple-50\/80 {
  --tw-ring-color: rgb(250 245 255 / 0.8);
}

.ring-purple-50\/85 {
  --tw-ring-color: rgb(250 245 255 / 0.85);
}

.ring-purple-50\/90 {
  --tw-ring-color: rgb(250 245 255 / 0.9);
}

.ring-purple-50\/95 {
  --tw-ring-color: rgb(250 245 255 / 0.95);
}

.ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}

.ring-purple-500\/0 {
  --tw-ring-color: rgb(168 85 247 / 0);
}

.ring-purple-500\/10 {
  --tw-ring-color: rgb(168 85 247 / 0.1);
}

.ring-purple-500\/100 {
  --tw-ring-color: rgb(168 85 247 / 1);
}

.ring-purple-500\/15 {
  --tw-ring-color: rgb(168 85 247 / 0.15);
}

.ring-purple-500\/20 {
  --tw-ring-color: rgb(168 85 247 / 0.2);
}

.ring-purple-500\/25 {
  --tw-ring-color: rgb(168 85 247 / 0.25);
}

.ring-purple-500\/30 {
  --tw-ring-color: rgb(168 85 247 / 0.3);
}

.ring-purple-500\/35 {
  --tw-ring-color: rgb(168 85 247 / 0.35);
}

.ring-purple-500\/40 {
  --tw-ring-color: rgb(168 85 247 / 0.4);
}

.ring-purple-500\/45 {
  --tw-ring-color: rgb(168 85 247 / 0.45);
}

.ring-purple-500\/5 {
  --tw-ring-color: rgb(168 85 247 / 0.05);
}

.ring-purple-500\/50 {
  --tw-ring-color: rgb(168 85 247 / 0.5);
}

.ring-purple-500\/55 {
  --tw-ring-color: rgb(168 85 247 / 0.55);
}

.ring-purple-500\/60 {
  --tw-ring-color: rgb(168 85 247 / 0.6);
}

.ring-purple-500\/65 {
  --tw-ring-color: rgb(168 85 247 / 0.65);
}

.ring-purple-500\/70 {
  --tw-ring-color: rgb(168 85 247 / 0.7);
}

.ring-purple-500\/75 {
  --tw-ring-color: rgb(168 85 247 / 0.75);
}

.ring-purple-500\/80 {
  --tw-ring-color: rgb(168 85 247 / 0.8);
}

.ring-purple-500\/85 {
  --tw-ring-color: rgb(168 85 247 / 0.85);
}

.ring-purple-500\/90 {
  --tw-ring-color: rgb(168 85 247 / 0.9);
}

.ring-purple-500\/95 {
  --tw-ring-color: rgb(168 85 247 / 0.95);
}

.ring-purple-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1));
}

.ring-purple-600\/0 {
  --tw-ring-color: rgb(147 51 234 / 0);
}

.ring-purple-600\/10 {
  --tw-ring-color: rgb(147 51 234 / 0.1);
}

.ring-purple-600\/100 {
  --tw-ring-color: rgb(147 51 234 / 1);
}

.ring-purple-600\/15 {
  --tw-ring-color: rgb(147 51 234 / 0.15);
}

.ring-purple-600\/20 {
  --tw-ring-color: rgb(147 51 234 / 0.2);
}

.ring-purple-600\/25 {
  --tw-ring-color: rgb(147 51 234 / 0.25);
}

.ring-purple-600\/30 {
  --tw-ring-color: rgb(147 51 234 / 0.3);
}

.ring-purple-600\/35 {
  --tw-ring-color: rgb(147 51 234 / 0.35);
}

.ring-purple-600\/40 {
  --tw-ring-color: rgb(147 51 234 / 0.4);
}

.ring-purple-600\/45 {
  --tw-ring-color: rgb(147 51 234 / 0.45);
}

.ring-purple-600\/5 {
  --tw-ring-color: rgb(147 51 234 / 0.05);
}

.ring-purple-600\/50 {
  --tw-ring-color: rgb(147 51 234 / 0.5);
}

.ring-purple-600\/55 {
  --tw-ring-color: rgb(147 51 234 / 0.55);
}

.ring-purple-600\/60 {
  --tw-ring-color: rgb(147 51 234 / 0.6);
}

.ring-purple-600\/65 {
  --tw-ring-color: rgb(147 51 234 / 0.65);
}

.ring-purple-600\/70 {
  --tw-ring-color: rgb(147 51 234 / 0.7);
}

.ring-purple-600\/75 {
  --tw-ring-color: rgb(147 51 234 / 0.75);
}

.ring-purple-600\/80 {
  --tw-ring-color: rgb(147 51 234 / 0.8);
}

.ring-purple-600\/85 {
  --tw-ring-color: rgb(147 51 234 / 0.85);
}

.ring-purple-600\/90 {
  --tw-ring-color: rgb(147 51 234 / 0.9);
}

.ring-purple-600\/95 {
  --tw-ring-color: rgb(147 51 234 / 0.95);
}

.ring-purple-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(126 34 206 / var(--tw-ring-opacity, 1));
}

.ring-purple-700\/0 {
  --tw-ring-color: rgb(126 34 206 / 0);
}

.ring-purple-700\/10 {
  --tw-ring-color: rgb(126 34 206 / 0.1);
}

.ring-purple-700\/100 {
  --tw-ring-color: rgb(126 34 206 / 1);
}

.ring-purple-700\/15 {
  --tw-ring-color: rgb(126 34 206 / 0.15);
}

.ring-purple-700\/20 {
  --tw-ring-color: rgb(126 34 206 / 0.2);
}

.ring-purple-700\/25 {
  --tw-ring-color: rgb(126 34 206 / 0.25);
}

.ring-purple-700\/30 {
  --tw-ring-color: rgb(126 34 206 / 0.3);
}

.ring-purple-700\/35 {
  --tw-ring-color: rgb(126 34 206 / 0.35);
}

.ring-purple-700\/40 {
  --tw-ring-color: rgb(126 34 206 / 0.4);
}

.ring-purple-700\/45 {
  --tw-ring-color: rgb(126 34 206 / 0.45);
}

.ring-purple-700\/5 {
  --tw-ring-color: rgb(126 34 206 / 0.05);
}

.ring-purple-700\/50 {
  --tw-ring-color: rgb(126 34 206 / 0.5);
}

.ring-purple-700\/55 {
  --tw-ring-color: rgb(126 34 206 / 0.55);
}

.ring-purple-700\/60 {
  --tw-ring-color: rgb(126 34 206 / 0.6);
}

.ring-purple-700\/65 {
  --tw-ring-color: rgb(126 34 206 / 0.65);
}

.ring-purple-700\/70 {
  --tw-ring-color: rgb(126 34 206 / 0.7);
}

.ring-purple-700\/75 {
  --tw-ring-color: rgb(126 34 206 / 0.75);
}

.ring-purple-700\/80 {
  --tw-ring-color: rgb(126 34 206 / 0.8);
}

.ring-purple-700\/85 {
  --tw-ring-color: rgb(126 34 206 / 0.85);
}

.ring-purple-700\/90 {
  --tw-ring-color: rgb(126 34 206 / 0.9);
}

.ring-purple-700\/95 {
  --tw-ring-color: rgb(126 34 206 / 0.95);
}

.ring-purple-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity, 1));
}

.ring-purple-800\/0 {
  --tw-ring-color: rgb(107 33 168 / 0);
}

.ring-purple-800\/10 {
  --tw-ring-color: rgb(107 33 168 / 0.1);
}

.ring-purple-800\/100 {
  --tw-ring-color: rgb(107 33 168 / 1);
}

.ring-purple-800\/15 {
  --tw-ring-color: rgb(107 33 168 / 0.15);
}

.ring-purple-800\/20 {
  --tw-ring-color: rgb(107 33 168 / 0.2);
}

.ring-purple-800\/25 {
  --tw-ring-color: rgb(107 33 168 / 0.25);
}

.ring-purple-800\/30 {
  --tw-ring-color: rgb(107 33 168 / 0.3);
}

.ring-purple-800\/35 {
  --tw-ring-color: rgb(107 33 168 / 0.35);
}

.ring-purple-800\/40 {
  --tw-ring-color: rgb(107 33 168 / 0.4);
}

.ring-purple-800\/45 {
  --tw-ring-color: rgb(107 33 168 / 0.45);
}

.ring-purple-800\/5 {
  --tw-ring-color: rgb(107 33 168 / 0.05);
}

.ring-purple-800\/50 {
  --tw-ring-color: rgb(107 33 168 / 0.5);
}

.ring-purple-800\/55 {
  --tw-ring-color: rgb(107 33 168 / 0.55);
}

.ring-purple-800\/60 {
  --tw-ring-color: rgb(107 33 168 / 0.6);
}

.ring-purple-800\/65 {
  --tw-ring-color: rgb(107 33 168 / 0.65);
}

.ring-purple-800\/70 {
  --tw-ring-color: rgb(107 33 168 / 0.7);
}

.ring-purple-800\/75 {
  --tw-ring-color: rgb(107 33 168 / 0.75);
}

.ring-purple-800\/80 {
  --tw-ring-color: rgb(107 33 168 / 0.8);
}

.ring-purple-800\/85 {
  --tw-ring-color: rgb(107 33 168 / 0.85);
}

.ring-purple-800\/90 {
  --tw-ring-color: rgb(107 33 168 / 0.9);
}

.ring-purple-800\/95 {
  --tw-ring-color: rgb(107 33 168 / 0.95);
}

.ring-purple-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(88 28 135 / var(--tw-ring-opacity, 1));
}

.ring-purple-900\/0 {
  --tw-ring-color: rgb(88 28 135 / 0);
}

.ring-purple-900\/10 {
  --tw-ring-color: rgb(88 28 135 / 0.1);
}

.ring-purple-900\/100 {
  --tw-ring-color: rgb(88 28 135 / 1);
}

.ring-purple-900\/15 {
  --tw-ring-color: rgb(88 28 135 / 0.15);
}

.ring-purple-900\/20 {
  --tw-ring-color: rgb(88 28 135 / 0.2);
}

.ring-purple-900\/25 {
  --tw-ring-color: rgb(88 28 135 / 0.25);
}

.ring-purple-900\/30 {
  --tw-ring-color: rgb(88 28 135 / 0.3);
}

.ring-purple-900\/35 {
  --tw-ring-color: rgb(88 28 135 / 0.35);
}

.ring-purple-900\/40 {
  --tw-ring-color: rgb(88 28 135 / 0.4);
}

.ring-purple-900\/45 {
  --tw-ring-color: rgb(88 28 135 / 0.45);
}

.ring-purple-900\/5 {
  --tw-ring-color: rgb(88 28 135 / 0.05);
}

.ring-purple-900\/50 {
  --tw-ring-color: rgb(88 28 135 / 0.5);
}

.ring-purple-900\/55 {
  --tw-ring-color: rgb(88 28 135 / 0.55);
}

.ring-purple-900\/60 {
  --tw-ring-color: rgb(88 28 135 / 0.6);
}

.ring-purple-900\/65 {
  --tw-ring-color: rgb(88 28 135 / 0.65);
}

.ring-purple-900\/70 {
  --tw-ring-color: rgb(88 28 135 / 0.7);
}

.ring-purple-900\/75 {
  --tw-ring-color: rgb(88 28 135 / 0.75);
}

.ring-purple-900\/80 {
  --tw-ring-color: rgb(88 28 135 / 0.8);
}

.ring-purple-900\/85 {
  --tw-ring-color: rgb(88 28 135 / 0.85);
}

.ring-purple-900\/90 {
  --tw-ring-color: rgb(88 28 135 / 0.9);
}

.ring-purple-900\/95 {
  --tw-ring-color: rgb(88 28 135 / 0.95);
}

.ring-purple-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 7 100 / var(--tw-ring-opacity, 1));
}

.ring-purple-950\/0 {
  --tw-ring-color: rgb(59 7 100 / 0);
}

.ring-purple-950\/10 {
  --tw-ring-color: rgb(59 7 100 / 0.1);
}

.ring-purple-950\/100 {
  --tw-ring-color: rgb(59 7 100 / 1);
}

.ring-purple-950\/15 {
  --tw-ring-color: rgb(59 7 100 / 0.15);
}

.ring-purple-950\/20 {
  --tw-ring-color: rgb(59 7 100 / 0.2);
}

.ring-purple-950\/25 {
  --tw-ring-color: rgb(59 7 100 / 0.25);
}

.ring-purple-950\/30 {
  --tw-ring-color: rgb(59 7 100 / 0.3);
}

.ring-purple-950\/35 {
  --tw-ring-color: rgb(59 7 100 / 0.35);
}

.ring-purple-950\/40 {
  --tw-ring-color: rgb(59 7 100 / 0.4);
}

.ring-purple-950\/45 {
  --tw-ring-color: rgb(59 7 100 / 0.45);
}

.ring-purple-950\/5 {
  --tw-ring-color: rgb(59 7 100 / 0.05);
}

.ring-purple-950\/50 {
  --tw-ring-color: rgb(59 7 100 / 0.5);
}

.ring-purple-950\/55 {
  --tw-ring-color: rgb(59 7 100 / 0.55);
}

.ring-purple-950\/60 {
  --tw-ring-color: rgb(59 7 100 / 0.6);
}

.ring-purple-950\/65 {
  --tw-ring-color: rgb(59 7 100 / 0.65);
}

.ring-purple-950\/70 {
  --tw-ring-color: rgb(59 7 100 / 0.7);
}

.ring-purple-950\/75 {
  --tw-ring-color: rgb(59 7 100 / 0.75);
}

.ring-purple-950\/80 {
  --tw-ring-color: rgb(59 7 100 / 0.8);
}

.ring-purple-950\/85 {
  --tw-ring-color: rgb(59 7 100 / 0.85);
}

.ring-purple-950\/90 {
  --tw-ring-color: rgb(59 7 100 / 0.9);
}

.ring-purple-950\/95 {
  --tw-ring-color: rgb(59 7 100 / 0.95);
}

.ring-red-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1));
}

.ring-red-100\/0 {
  --tw-ring-color: rgb(254 226 226 / 0);
}

.ring-red-100\/10 {
  --tw-ring-color: rgb(254 226 226 / 0.1);
}

.ring-red-100\/100 {
  --tw-ring-color: rgb(254 226 226 / 1);
}

.ring-red-100\/15 {
  --tw-ring-color: rgb(254 226 226 / 0.15);
}

.ring-red-100\/20 {
  --tw-ring-color: rgb(254 226 226 / 0.2);
}

.ring-red-100\/25 {
  --tw-ring-color: rgb(254 226 226 / 0.25);
}

.ring-red-100\/30 {
  --tw-ring-color: rgb(254 226 226 / 0.3);
}

.ring-red-100\/35 {
  --tw-ring-color: rgb(254 226 226 / 0.35);
}

.ring-red-100\/40 {
  --tw-ring-color: rgb(254 226 226 / 0.4);
}

.ring-red-100\/45 {
  --tw-ring-color: rgb(254 226 226 / 0.45);
}

.ring-red-100\/5 {
  --tw-ring-color: rgb(254 226 226 / 0.05);
}

.ring-red-100\/50 {
  --tw-ring-color: rgb(254 226 226 / 0.5);
}

.ring-red-100\/55 {
  --tw-ring-color: rgb(254 226 226 / 0.55);
}

.ring-red-100\/60 {
  --tw-ring-color: rgb(254 226 226 / 0.6);
}

.ring-red-100\/65 {
  --tw-ring-color: rgb(254 226 226 / 0.65);
}

.ring-red-100\/70 {
  --tw-ring-color: rgb(254 226 226 / 0.7);
}

.ring-red-100\/75 {
  --tw-ring-color: rgb(254 226 226 / 0.75);
}

.ring-red-100\/80 {
  --tw-ring-color: rgb(254 226 226 / 0.8);
}

.ring-red-100\/85 {
  --tw-ring-color: rgb(254 226 226 / 0.85);
}

.ring-red-100\/90 {
  --tw-ring-color: rgb(254 226 226 / 0.9);
}

.ring-red-100\/95 {
  --tw-ring-color: rgb(254 226 226 / 0.95);
}

.ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}

.ring-red-200\/0 {
  --tw-ring-color: rgb(254 202 202 / 0);
}

.ring-red-200\/10 {
  --tw-ring-color: rgb(254 202 202 / 0.1);
}

.ring-red-200\/100 {
  --tw-ring-color: rgb(254 202 202 / 1);
}

.ring-red-200\/15 {
  --tw-ring-color: rgb(254 202 202 / 0.15);
}

.ring-red-200\/20 {
  --tw-ring-color: rgb(254 202 202 / 0.2);
}

.ring-red-200\/25 {
  --tw-ring-color: rgb(254 202 202 / 0.25);
}

.ring-red-200\/30 {
  --tw-ring-color: rgb(254 202 202 / 0.3);
}

.ring-red-200\/35 {
  --tw-ring-color: rgb(254 202 202 / 0.35);
}

.ring-red-200\/40 {
  --tw-ring-color: rgb(254 202 202 / 0.4);
}

.ring-red-200\/45 {
  --tw-ring-color: rgb(254 202 202 / 0.45);
}

.ring-red-200\/5 {
  --tw-ring-color: rgb(254 202 202 / 0.05);
}

.ring-red-200\/50 {
  --tw-ring-color: rgb(254 202 202 / 0.5);
}

.ring-red-200\/55 {
  --tw-ring-color: rgb(254 202 202 / 0.55);
}

.ring-red-200\/60 {
  --tw-ring-color: rgb(254 202 202 / 0.6);
}

.ring-red-200\/65 {
  --tw-ring-color: rgb(254 202 202 / 0.65);
}

.ring-red-200\/70 {
  --tw-ring-color: rgb(254 202 202 / 0.7);
}

.ring-red-200\/75 {
  --tw-ring-color: rgb(254 202 202 / 0.75);
}

.ring-red-200\/80 {
  --tw-ring-color: rgb(254 202 202 / 0.8);
}

.ring-red-200\/85 {
  --tw-ring-color: rgb(254 202 202 / 0.85);
}

.ring-red-200\/90 {
  --tw-ring-color: rgb(254 202 202 / 0.9);
}

.ring-red-200\/95 {
  --tw-ring-color: rgb(254 202 202 / 0.95);
}

.ring-red-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}

.ring-red-300\/0 {
  --tw-ring-color: rgb(252 165 165 / 0);
}

.ring-red-300\/10 {
  --tw-ring-color: rgb(252 165 165 / 0.1);
}

.ring-red-300\/100 {
  --tw-ring-color: rgb(252 165 165 / 1);
}

.ring-red-300\/15 {
  --tw-ring-color: rgb(252 165 165 / 0.15);
}

.ring-red-300\/20 {
  --tw-ring-color: rgb(252 165 165 / 0.2);
}

.ring-red-300\/25 {
  --tw-ring-color: rgb(252 165 165 / 0.25);
}

.ring-red-300\/30 {
  --tw-ring-color: rgb(252 165 165 / 0.3);
}

.ring-red-300\/35 {
  --tw-ring-color: rgb(252 165 165 / 0.35);
}

.ring-red-300\/40 {
  --tw-ring-color: rgb(252 165 165 / 0.4);
}

.ring-red-300\/45 {
  --tw-ring-color: rgb(252 165 165 / 0.45);
}

.ring-red-300\/5 {
  --tw-ring-color: rgb(252 165 165 / 0.05);
}

.ring-red-300\/50 {
  --tw-ring-color: rgb(252 165 165 / 0.5);
}

.ring-red-300\/55 {
  --tw-ring-color: rgb(252 165 165 / 0.55);
}

.ring-red-300\/60 {
  --tw-ring-color: rgb(252 165 165 / 0.6);
}

.ring-red-300\/65 {
  --tw-ring-color: rgb(252 165 165 / 0.65);
}

.ring-red-300\/70 {
  --tw-ring-color: rgb(252 165 165 / 0.7);
}

.ring-red-300\/75 {
  --tw-ring-color: rgb(252 165 165 / 0.75);
}

.ring-red-300\/80 {
  --tw-ring-color: rgb(252 165 165 / 0.8);
}

.ring-red-300\/85 {
  --tw-ring-color: rgb(252 165 165 / 0.85);
}

.ring-red-300\/90 {
  --tw-ring-color: rgb(252 165 165 / 0.9);
}

.ring-red-300\/95 {
  --tw-ring-color: rgb(252 165 165 / 0.95);
}

.ring-red-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}

.ring-red-400\/0 {
  --tw-ring-color: rgb(248 113 113 / 0);
}

.ring-red-400\/10 {
  --tw-ring-color: rgb(248 113 113 / 0.1);
}

.ring-red-400\/100 {
  --tw-ring-color: rgb(248 113 113 / 1);
}

.ring-red-400\/15 {
  --tw-ring-color: rgb(248 113 113 / 0.15);
}

.ring-red-400\/20 {
  --tw-ring-color: rgb(248 113 113 / 0.2);
}

.ring-red-400\/25 {
  --tw-ring-color: rgb(248 113 113 / 0.25);
}

.ring-red-400\/30 {
  --tw-ring-color: rgb(248 113 113 / 0.3);
}

.ring-red-400\/35 {
  --tw-ring-color: rgb(248 113 113 / 0.35);
}

.ring-red-400\/40 {
  --tw-ring-color: rgb(248 113 113 / 0.4);
}

.ring-red-400\/45 {
  --tw-ring-color: rgb(248 113 113 / 0.45);
}

.ring-red-400\/5 {
  --tw-ring-color: rgb(248 113 113 / 0.05);
}

.ring-red-400\/50 {
  --tw-ring-color: rgb(248 113 113 / 0.5);
}

.ring-red-400\/55 {
  --tw-ring-color: rgb(248 113 113 / 0.55);
}

.ring-red-400\/60 {
  --tw-ring-color: rgb(248 113 113 / 0.6);
}

.ring-red-400\/65 {
  --tw-ring-color: rgb(248 113 113 / 0.65);
}

.ring-red-400\/70 {
  --tw-ring-color: rgb(248 113 113 / 0.7);
}

.ring-red-400\/75 {
  --tw-ring-color: rgb(248 113 113 / 0.75);
}

.ring-red-400\/80 {
  --tw-ring-color: rgb(248 113 113 / 0.8);
}

.ring-red-400\/85 {
  --tw-ring-color: rgb(248 113 113 / 0.85);
}

.ring-red-400\/90 {
  --tw-ring-color: rgb(248 113 113 / 0.9);
}

.ring-red-400\/95 {
  --tw-ring-color: rgb(248 113 113 / 0.95);
}

.ring-red-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity, 1));
}

.ring-red-50\/0 {
  --tw-ring-color: rgb(254 242 242 / 0);
}

.ring-red-50\/10 {
  --tw-ring-color: rgb(254 242 242 / 0.1);
}

.ring-red-50\/100 {
  --tw-ring-color: rgb(254 242 242 / 1);
}

.ring-red-50\/15 {
  --tw-ring-color: rgb(254 242 242 / 0.15);
}

.ring-red-50\/20 {
  --tw-ring-color: rgb(254 242 242 / 0.2);
}

.ring-red-50\/25 {
  --tw-ring-color: rgb(254 242 242 / 0.25);
}

.ring-red-50\/30 {
  --tw-ring-color: rgb(254 242 242 / 0.3);
}

.ring-red-50\/35 {
  --tw-ring-color: rgb(254 242 242 / 0.35);
}

.ring-red-50\/40 {
  --tw-ring-color: rgb(254 242 242 / 0.4);
}

.ring-red-50\/45 {
  --tw-ring-color: rgb(254 242 242 / 0.45);
}

.ring-red-50\/5 {
  --tw-ring-color: rgb(254 242 242 / 0.05);
}

.ring-red-50\/50 {
  --tw-ring-color: rgb(254 242 242 / 0.5);
}

.ring-red-50\/55 {
  --tw-ring-color: rgb(254 242 242 / 0.55);
}

.ring-red-50\/60 {
  --tw-ring-color: rgb(254 242 242 / 0.6);
}

.ring-red-50\/65 {
  --tw-ring-color: rgb(254 242 242 / 0.65);
}

.ring-red-50\/70 {
  --tw-ring-color: rgb(254 242 242 / 0.7);
}

.ring-red-50\/75 {
  --tw-ring-color: rgb(254 242 242 / 0.75);
}

.ring-red-50\/80 {
  --tw-ring-color: rgb(254 242 242 / 0.8);
}

.ring-red-50\/85 {
  --tw-ring-color: rgb(254 242 242 / 0.85);
}

.ring-red-50\/90 {
  --tw-ring-color: rgb(254 242 242 / 0.9);
}

.ring-red-50\/95 {
  --tw-ring-color: rgb(254 242 242 / 0.95);
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.ring-red-500\/0 {
  --tw-ring-color: rgb(239 68 68 / 0);
}

.ring-red-500\/10 {
  --tw-ring-color: rgb(239 68 68 / 0.1);
}

.ring-red-500\/100 {
  --tw-ring-color: rgb(239 68 68 / 1);
}

.ring-red-500\/15 {
  --tw-ring-color: rgb(239 68 68 / 0.15);
}

.ring-red-500\/20 {
  --tw-ring-color: rgb(239 68 68 / 0.2);
}

.ring-red-500\/25 {
  --tw-ring-color: rgb(239 68 68 / 0.25);
}

.ring-red-500\/30 {
  --tw-ring-color: rgb(239 68 68 / 0.3);
}

.ring-red-500\/35 {
  --tw-ring-color: rgb(239 68 68 / 0.35);
}

.ring-red-500\/40 {
  --tw-ring-color: rgb(239 68 68 / 0.4);
}

.ring-red-500\/45 {
  --tw-ring-color: rgb(239 68 68 / 0.45);
}

.ring-red-500\/5 {
  --tw-ring-color: rgb(239 68 68 / 0.05);
}

.ring-red-500\/50 {
  --tw-ring-color: rgb(239 68 68 / 0.5);
}

.ring-red-500\/55 {
  --tw-ring-color: rgb(239 68 68 / 0.55);
}

.ring-red-500\/60 {
  --tw-ring-color: rgb(239 68 68 / 0.6);
}

.ring-red-500\/65 {
  --tw-ring-color: rgb(239 68 68 / 0.65);
}

.ring-red-500\/70 {
  --tw-ring-color: rgb(239 68 68 / 0.7);
}

.ring-red-500\/75 {
  --tw-ring-color: rgb(239 68 68 / 0.75);
}

.ring-red-500\/80 {
  --tw-ring-color: rgb(239 68 68 / 0.8);
}

.ring-red-500\/85 {
  --tw-ring-color: rgb(239 68 68 / 0.85);
}

.ring-red-500\/90 {
  --tw-ring-color: rgb(239 68 68 / 0.9);
}

.ring-red-500\/95 {
  --tw-ring-color: rgb(239 68 68 / 0.95);
}

.ring-red-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}

.ring-red-600\/0 {
  --tw-ring-color: rgb(220 38 38 / 0);
}

.ring-red-600\/10 {
  --tw-ring-color: rgb(220 38 38 / 0.1);
}

.ring-red-600\/100 {
  --tw-ring-color: rgb(220 38 38 / 1);
}

.ring-red-600\/15 {
  --tw-ring-color: rgb(220 38 38 / 0.15);
}

.ring-red-600\/20 {
  --tw-ring-color: rgb(220 38 38 / 0.2);
}

.ring-red-600\/25 {
  --tw-ring-color: rgb(220 38 38 / 0.25);
}

.ring-red-600\/30 {
  --tw-ring-color: rgb(220 38 38 / 0.3);
}

.ring-red-600\/35 {
  --tw-ring-color: rgb(220 38 38 / 0.35);
}

.ring-red-600\/40 {
  --tw-ring-color: rgb(220 38 38 / 0.4);
}

.ring-red-600\/45 {
  --tw-ring-color: rgb(220 38 38 / 0.45);
}

.ring-red-600\/5 {
  --tw-ring-color: rgb(220 38 38 / 0.05);
}

.ring-red-600\/50 {
  --tw-ring-color: rgb(220 38 38 / 0.5);
}

.ring-red-600\/55 {
  --tw-ring-color: rgb(220 38 38 / 0.55);
}

.ring-red-600\/60 {
  --tw-ring-color: rgb(220 38 38 / 0.6);
}

.ring-red-600\/65 {
  --tw-ring-color: rgb(220 38 38 / 0.65);
}

.ring-red-600\/70 {
  --tw-ring-color: rgb(220 38 38 / 0.7);
}

.ring-red-600\/75 {
  --tw-ring-color: rgb(220 38 38 / 0.75);
}

.ring-red-600\/80 {
  --tw-ring-color: rgb(220 38 38 / 0.8);
}

.ring-red-600\/85 {
  --tw-ring-color: rgb(220 38 38 / 0.85);
}

.ring-red-600\/90 {
  --tw-ring-color: rgb(220 38 38 / 0.9);
}

.ring-red-600\/95 {
  --tw-ring-color: rgb(220 38 38 / 0.95);
}

.ring-red-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}

.ring-red-700\/0 {
  --tw-ring-color: rgb(185 28 28 / 0);
}

.ring-red-700\/10 {
  --tw-ring-color: rgb(185 28 28 / 0.1);
}

.ring-red-700\/100 {
  --tw-ring-color: rgb(185 28 28 / 1);
}

.ring-red-700\/15 {
  --tw-ring-color: rgb(185 28 28 / 0.15);
}

.ring-red-700\/20 {
  --tw-ring-color: rgb(185 28 28 / 0.2);
}

.ring-red-700\/25 {
  --tw-ring-color: rgb(185 28 28 / 0.25);
}

.ring-red-700\/30 {
  --tw-ring-color: rgb(185 28 28 / 0.3);
}

.ring-red-700\/35 {
  --tw-ring-color: rgb(185 28 28 / 0.35);
}

.ring-red-700\/40 {
  --tw-ring-color: rgb(185 28 28 / 0.4);
}

.ring-red-700\/45 {
  --tw-ring-color: rgb(185 28 28 / 0.45);
}

.ring-red-700\/5 {
  --tw-ring-color: rgb(185 28 28 / 0.05);
}

.ring-red-700\/50 {
  --tw-ring-color: rgb(185 28 28 / 0.5);
}

.ring-red-700\/55 {
  --tw-ring-color: rgb(185 28 28 / 0.55);
}

.ring-red-700\/60 {
  --tw-ring-color: rgb(185 28 28 / 0.6);
}

.ring-red-700\/65 {
  --tw-ring-color: rgb(185 28 28 / 0.65);
}

.ring-red-700\/70 {
  --tw-ring-color: rgb(185 28 28 / 0.7);
}

.ring-red-700\/75 {
  --tw-ring-color: rgb(185 28 28 / 0.75);
}

.ring-red-700\/80 {
  --tw-ring-color: rgb(185 28 28 / 0.8);
}

.ring-red-700\/85 {
  --tw-ring-color: rgb(185 28 28 / 0.85);
}

.ring-red-700\/90 {
  --tw-ring-color: rgb(185 28 28 / 0.9);
}

.ring-red-700\/95 {
  --tw-ring-color: rgb(185 28 28 / 0.95);
}

.ring-red-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1));
}

.ring-red-800\/0 {
  --tw-ring-color: rgb(153 27 27 / 0);
}

.ring-red-800\/10 {
  --tw-ring-color: rgb(153 27 27 / 0.1);
}

.ring-red-800\/100 {
  --tw-ring-color: rgb(153 27 27 / 1);
}

.ring-red-800\/15 {
  --tw-ring-color: rgb(153 27 27 / 0.15);
}

.ring-red-800\/20 {
  --tw-ring-color: rgb(153 27 27 / 0.2);
}

.ring-red-800\/25 {
  --tw-ring-color: rgb(153 27 27 / 0.25);
}

.ring-red-800\/30 {
  --tw-ring-color: rgb(153 27 27 / 0.3);
}

.ring-red-800\/35 {
  --tw-ring-color: rgb(153 27 27 / 0.35);
}

.ring-red-800\/40 {
  --tw-ring-color: rgb(153 27 27 / 0.4);
}

.ring-red-800\/45 {
  --tw-ring-color: rgb(153 27 27 / 0.45);
}

.ring-red-800\/5 {
  --tw-ring-color: rgb(153 27 27 / 0.05);
}

.ring-red-800\/50 {
  --tw-ring-color: rgb(153 27 27 / 0.5);
}

.ring-red-800\/55 {
  --tw-ring-color: rgb(153 27 27 / 0.55);
}

.ring-red-800\/60 {
  --tw-ring-color: rgb(153 27 27 / 0.6);
}

.ring-red-800\/65 {
  --tw-ring-color: rgb(153 27 27 / 0.65);
}

.ring-red-800\/70 {
  --tw-ring-color: rgb(153 27 27 / 0.7);
}

.ring-red-800\/75 {
  --tw-ring-color: rgb(153 27 27 / 0.75);
}

.ring-red-800\/80 {
  --tw-ring-color: rgb(153 27 27 / 0.8);
}

.ring-red-800\/85 {
  --tw-ring-color: rgb(153 27 27 / 0.85);
}

.ring-red-800\/90 {
  --tw-ring-color: rgb(153 27 27 / 0.9);
}

.ring-red-800\/95 {
  --tw-ring-color: rgb(153 27 27 / 0.95);
}

.ring-red-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1));
}

.ring-red-900\/0 {
  --tw-ring-color: rgb(127 29 29 / 0);
}

.ring-red-900\/10 {
  --tw-ring-color: rgb(127 29 29 / 0.1);
}

.ring-red-900\/100 {
  --tw-ring-color: rgb(127 29 29 / 1);
}

.ring-red-900\/15 {
  --tw-ring-color: rgb(127 29 29 / 0.15);
}

.ring-red-900\/20 {
  --tw-ring-color: rgb(127 29 29 / 0.2);
}

.ring-red-900\/25 {
  --tw-ring-color: rgb(127 29 29 / 0.25);
}

.ring-red-900\/30 {
  --tw-ring-color: rgb(127 29 29 / 0.3);
}

.ring-red-900\/35 {
  --tw-ring-color: rgb(127 29 29 / 0.35);
}

.ring-red-900\/40 {
  --tw-ring-color: rgb(127 29 29 / 0.4);
}

.ring-red-900\/45 {
  --tw-ring-color: rgb(127 29 29 / 0.45);
}

.ring-red-900\/5 {
  --tw-ring-color: rgb(127 29 29 / 0.05);
}

.ring-red-900\/50 {
  --tw-ring-color: rgb(127 29 29 / 0.5);
}

.ring-red-900\/55 {
  --tw-ring-color: rgb(127 29 29 / 0.55);
}

.ring-red-900\/60 {
  --tw-ring-color: rgb(127 29 29 / 0.6);
}

.ring-red-900\/65 {
  --tw-ring-color: rgb(127 29 29 / 0.65);
}

.ring-red-900\/70 {
  --tw-ring-color: rgb(127 29 29 / 0.7);
}

.ring-red-900\/75 {
  --tw-ring-color: rgb(127 29 29 / 0.75);
}

.ring-red-900\/80 {
  --tw-ring-color: rgb(127 29 29 / 0.8);
}

.ring-red-900\/85 {
  --tw-ring-color: rgb(127 29 29 / 0.85);
}

.ring-red-900\/90 {
  --tw-ring-color: rgb(127 29 29 / 0.9);
}

.ring-red-900\/95 {
  --tw-ring-color: rgb(127 29 29 / 0.95);
}

.ring-red-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 10 10 / var(--tw-ring-opacity, 1));
}

.ring-red-950\/0 {
  --tw-ring-color: rgb(69 10 10 / 0);
}

.ring-red-950\/10 {
  --tw-ring-color: rgb(69 10 10 / 0.1);
}

.ring-red-950\/100 {
  --tw-ring-color: rgb(69 10 10 / 1);
}

.ring-red-950\/15 {
  --tw-ring-color: rgb(69 10 10 / 0.15);
}

.ring-red-950\/20 {
  --tw-ring-color: rgb(69 10 10 / 0.2);
}

.ring-red-950\/25 {
  --tw-ring-color: rgb(69 10 10 / 0.25);
}

.ring-red-950\/30 {
  --tw-ring-color: rgb(69 10 10 / 0.3);
}

.ring-red-950\/35 {
  --tw-ring-color: rgb(69 10 10 / 0.35);
}

.ring-red-950\/40 {
  --tw-ring-color: rgb(69 10 10 / 0.4);
}

.ring-red-950\/45 {
  --tw-ring-color: rgb(69 10 10 / 0.45);
}

.ring-red-950\/5 {
  --tw-ring-color: rgb(69 10 10 / 0.05);
}

.ring-red-950\/50 {
  --tw-ring-color: rgb(69 10 10 / 0.5);
}

.ring-red-950\/55 {
  --tw-ring-color: rgb(69 10 10 / 0.55);
}

.ring-red-950\/60 {
  --tw-ring-color: rgb(69 10 10 / 0.6);
}

.ring-red-950\/65 {
  --tw-ring-color: rgb(69 10 10 / 0.65);
}

.ring-red-950\/70 {
  --tw-ring-color: rgb(69 10 10 / 0.7);
}

.ring-red-950\/75 {
  --tw-ring-color: rgb(69 10 10 / 0.75);
}

.ring-red-950\/80 {
  --tw-ring-color: rgb(69 10 10 / 0.8);
}

.ring-red-950\/85 {
  --tw-ring-color: rgb(69 10 10 / 0.85);
}

.ring-red-950\/90 {
  --tw-ring-color: rgb(69 10 10 / 0.9);
}

.ring-red-950\/95 {
  --tw-ring-color: rgb(69 10 10 / 0.95);
}

.ring-rose-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 228 230 / var(--tw-ring-opacity, 1));
}

.ring-rose-100\/0 {
  --tw-ring-color: rgb(255 228 230 / 0);
}

.ring-rose-100\/10 {
  --tw-ring-color: rgb(255 228 230 / 0.1);
}

.ring-rose-100\/100 {
  --tw-ring-color: rgb(255 228 230 / 1);
}

.ring-rose-100\/15 {
  --tw-ring-color: rgb(255 228 230 / 0.15);
}

.ring-rose-100\/20 {
  --tw-ring-color: rgb(255 228 230 / 0.2);
}

.ring-rose-100\/25 {
  --tw-ring-color: rgb(255 228 230 / 0.25);
}

.ring-rose-100\/30 {
  --tw-ring-color: rgb(255 228 230 / 0.3);
}

.ring-rose-100\/35 {
  --tw-ring-color: rgb(255 228 230 / 0.35);
}

.ring-rose-100\/40 {
  --tw-ring-color: rgb(255 228 230 / 0.4);
}

.ring-rose-100\/45 {
  --tw-ring-color: rgb(255 228 230 / 0.45);
}

.ring-rose-100\/5 {
  --tw-ring-color: rgb(255 228 230 / 0.05);
}

.ring-rose-100\/50 {
  --tw-ring-color: rgb(255 228 230 / 0.5);
}

.ring-rose-100\/55 {
  --tw-ring-color: rgb(255 228 230 / 0.55);
}

.ring-rose-100\/60 {
  --tw-ring-color: rgb(255 228 230 / 0.6);
}

.ring-rose-100\/65 {
  --tw-ring-color: rgb(255 228 230 / 0.65);
}

.ring-rose-100\/70 {
  --tw-ring-color: rgb(255 228 230 / 0.7);
}

.ring-rose-100\/75 {
  --tw-ring-color: rgb(255 228 230 / 0.75);
}

.ring-rose-100\/80 {
  --tw-ring-color: rgb(255 228 230 / 0.8);
}

.ring-rose-100\/85 {
  --tw-ring-color: rgb(255 228 230 / 0.85);
}

.ring-rose-100\/90 {
  --tw-ring-color: rgb(255 228 230 / 0.9);
}

.ring-rose-100\/95 {
  --tw-ring-color: rgb(255 228 230 / 0.95);
}

.ring-rose-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity, 1));
}

.ring-rose-200\/0 {
  --tw-ring-color: rgb(254 205 211 / 0);
}

.ring-rose-200\/10 {
  --tw-ring-color: rgb(254 205 211 / 0.1);
}

.ring-rose-200\/100 {
  --tw-ring-color: rgb(254 205 211 / 1);
}

.ring-rose-200\/15 {
  --tw-ring-color: rgb(254 205 211 / 0.15);
}

.ring-rose-200\/20 {
  --tw-ring-color: rgb(254 205 211 / 0.2);
}

.ring-rose-200\/25 {
  --tw-ring-color: rgb(254 205 211 / 0.25);
}

.ring-rose-200\/30 {
  --tw-ring-color: rgb(254 205 211 / 0.3);
}

.ring-rose-200\/35 {
  --tw-ring-color: rgb(254 205 211 / 0.35);
}

.ring-rose-200\/40 {
  --tw-ring-color: rgb(254 205 211 / 0.4);
}

.ring-rose-200\/45 {
  --tw-ring-color: rgb(254 205 211 / 0.45);
}

.ring-rose-200\/5 {
  --tw-ring-color: rgb(254 205 211 / 0.05);
}

.ring-rose-200\/50 {
  --tw-ring-color: rgb(254 205 211 / 0.5);
}

.ring-rose-200\/55 {
  --tw-ring-color: rgb(254 205 211 / 0.55);
}

.ring-rose-200\/60 {
  --tw-ring-color: rgb(254 205 211 / 0.6);
}

.ring-rose-200\/65 {
  --tw-ring-color: rgb(254 205 211 / 0.65);
}

.ring-rose-200\/70 {
  --tw-ring-color: rgb(254 205 211 / 0.7);
}

.ring-rose-200\/75 {
  --tw-ring-color: rgb(254 205 211 / 0.75);
}

.ring-rose-200\/80 {
  --tw-ring-color: rgb(254 205 211 / 0.8);
}

.ring-rose-200\/85 {
  --tw-ring-color: rgb(254 205 211 / 0.85);
}

.ring-rose-200\/90 {
  --tw-ring-color: rgb(254 205 211 / 0.9);
}

.ring-rose-200\/95 {
  --tw-ring-color: rgb(254 205 211 / 0.95);
}

.ring-rose-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 164 175 / var(--tw-ring-opacity, 1));
}

.ring-rose-300\/0 {
  --tw-ring-color: rgb(253 164 175 / 0);
}

.ring-rose-300\/10 {
  --tw-ring-color: rgb(253 164 175 / 0.1);
}

.ring-rose-300\/100 {
  --tw-ring-color: rgb(253 164 175 / 1);
}

.ring-rose-300\/15 {
  --tw-ring-color: rgb(253 164 175 / 0.15);
}

.ring-rose-300\/20 {
  --tw-ring-color: rgb(253 164 175 / 0.2);
}

.ring-rose-300\/25 {
  --tw-ring-color: rgb(253 164 175 / 0.25);
}

.ring-rose-300\/30 {
  --tw-ring-color: rgb(253 164 175 / 0.3);
}

.ring-rose-300\/35 {
  --tw-ring-color: rgb(253 164 175 / 0.35);
}

.ring-rose-300\/40 {
  --tw-ring-color: rgb(253 164 175 / 0.4);
}

.ring-rose-300\/45 {
  --tw-ring-color: rgb(253 164 175 / 0.45);
}

.ring-rose-300\/5 {
  --tw-ring-color: rgb(253 164 175 / 0.05);
}

.ring-rose-300\/50 {
  --tw-ring-color: rgb(253 164 175 / 0.5);
}

.ring-rose-300\/55 {
  --tw-ring-color: rgb(253 164 175 / 0.55);
}

.ring-rose-300\/60 {
  --tw-ring-color: rgb(253 164 175 / 0.6);
}

.ring-rose-300\/65 {
  --tw-ring-color: rgb(253 164 175 / 0.65);
}

.ring-rose-300\/70 {
  --tw-ring-color: rgb(253 164 175 / 0.7);
}

.ring-rose-300\/75 {
  --tw-ring-color: rgb(253 164 175 / 0.75);
}

.ring-rose-300\/80 {
  --tw-ring-color: rgb(253 164 175 / 0.8);
}

.ring-rose-300\/85 {
  --tw-ring-color: rgb(253 164 175 / 0.85);
}

.ring-rose-300\/90 {
  --tw-ring-color: rgb(253 164 175 / 0.9);
}

.ring-rose-300\/95 {
  --tw-ring-color: rgb(253 164 175 / 0.95);
}

.ring-rose-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1));
}

.ring-rose-400\/0 {
  --tw-ring-color: rgb(251 113 133 / 0);
}

.ring-rose-400\/10 {
  --tw-ring-color: rgb(251 113 133 / 0.1);
}

.ring-rose-400\/100 {
  --tw-ring-color: rgb(251 113 133 / 1);
}

.ring-rose-400\/15 {
  --tw-ring-color: rgb(251 113 133 / 0.15);
}

.ring-rose-400\/20 {
  --tw-ring-color: rgb(251 113 133 / 0.2);
}

.ring-rose-400\/25 {
  --tw-ring-color: rgb(251 113 133 / 0.25);
}

.ring-rose-400\/30 {
  --tw-ring-color: rgb(251 113 133 / 0.3);
}

.ring-rose-400\/35 {
  --tw-ring-color: rgb(251 113 133 / 0.35);
}

.ring-rose-400\/40 {
  --tw-ring-color: rgb(251 113 133 / 0.4);
}

.ring-rose-400\/45 {
  --tw-ring-color: rgb(251 113 133 / 0.45);
}

.ring-rose-400\/5 {
  --tw-ring-color: rgb(251 113 133 / 0.05);
}

.ring-rose-400\/50 {
  --tw-ring-color: rgb(251 113 133 / 0.5);
}

.ring-rose-400\/55 {
  --tw-ring-color: rgb(251 113 133 / 0.55);
}

.ring-rose-400\/60 {
  --tw-ring-color: rgb(251 113 133 / 0.6);
}

.ring-rose-400\/65 {
  --tw-ring-color: rgb(251 113 133 / 0.65);
}

.ring-rose-400\/70 {
  --tw-ring-color: rgb(251 113 133 / 0.7);
}

.ring-rose-400\/75 {
  --tw-ring-color: rgb(251 113 133 / 0.75);
}

.ring-rose-400\/80 {
  --tw-ring-color: rgb(251 113 133 / 0.8);
}

.ring-rose-400\/85 {
  --tw-ring-color: rgb(251 113 133 / 0.85);
}

.ring-rose-400\/90 {
  --tw-ring-color: rgb(251 113 133 / 0.9);
}

.ring-rose-400\/95 {
  --tw-ring-color: rgb(251 113 133 / 0.95);
}

.ring-rose-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 241 242 / var(--tw-ring-opacity, 1));
}

.ring-rose-50\/0 {
  --tw-ring-color: rgb(255 241 242 / 0);
}

.ring-rose-50\/10 {
  --tw-ring-color: rgb(255 241 242 / 0.1);
}

.ring-rose-50\/100 {
  --tw-ring-color: rgb(255 241 242 / 1);
}

.ring-rose-50\/15 {
  --tw-ring-color: rgb(255 241 242 / 0.15);
}

.ring-rose-50\/20 {
  --tw-ring-color: rgb(255 241 242 / 0.2);
}

.ring-rose-50\/25 {
  --tw-ring-color: rgb(255 241 242 / 0.25);
}

.ring-rose-50\/30 {
  --tw-ring-color: rgb(255 241 242 / 0.3);
}

.ring-rose-50\/35 {
  --tw-ring-color: rgb(255 241 242 / 0.35);
}

.ring-rose-50\/40 {
  --tw-ring-color: rgb(255 241 242 / 0.4);
}

.ring-rose-50\/45 {
  --tw-ring-color: rgb(255 241 242 / 0.45);
}

.ring-rose-50\/5 {
  --tw-ring-color: rgb(255 241 242 / 0.05);
}

.ring-rose-50\/50 {
  --tw-ring-color: rgb(255 241 242 / 0.5);
}

.ring-rose-50\/55 {
  --tw-ring-color: rgb(255 241 242 / 0.55);
}

.ring-rose-50\/60 {
  --tw-ring-color: rgb(255 241 242 / 0.6);
}

.ring-rose-50\/65 {
  --tw-ring-color: rgb(255 241 242 / 0.65);
}

.ring-rose-50\/70 {
  --tw-ring-color: rgb(255 241 242 / 0.7);
}

.ring-rose-50\/75 {
  --tw-ring-color: rgb(255 241 242 / 0.75);
}

.ring-rose-50\/80 {
  --tw-ring-color: rgb(255 241 242 / 0.8);
}

.ring-rose-50\/85 {
  --tw-ring-color: rgb(255 241 242 / 0.85);
}

.ring-rose-50\/90 {
  --tw-ring-color: rgb(255 241 242 / 0.9);
}

.ring-rose-50\/95 {
  --tw-ring-color: rgb(255 241 242 / 0.95);
}

.ring-rose-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1));
}

.ring-rose-500\/0 {
  --tw-ring-color: rgb(244 63 94 / 0);
}

.ring-rose-500\/10 {
  --tw-ring-color: rgb(244 63 94 / 0.1);
}

.ring-rose-500\/100 {
  --tw-ring-color: rgb(244 63 94 / 1);
}

.ring-rose-500\/15 {
  --tw-ring-color: rgb(244 63 94 / 0.15);
}

.ring-rose-500\/20 {
  --tw-ring-color: rgb(244 63 94 / 0.2);
}

.ring-rose-500\/25 {
  --tw-ring-color: rgb(244 63 94 / 0.25);
}

.ring-rose-500\/30 {
  --tw-ring-color: rgb(244 63 94 / 0.3);
}

.ring-rose-500\/35 {
  --tw-ring-color: rgb(244 63 94 / 0.35);
}

.ring-rose-500\/40 {
  --tw-ring-color: rgb(244 63 94 / 0.4);
}

.ring-rose-500\/45 {
  --tw-ring-color: rgb(244 63 94 / 0.45);
}

.ring-rose-500\/5 {
  --tw-ring-color: rgb(244 63 94 / 0.05);
}

.ring-rose-500\/50 {
  --tw-ring-color: rgb(244 63 94 / 0.5);
}

.ring-rose-500\/55 {
  --tw-ring-color: rgb(244 63 94 / 0.55);
}

.ring-rose-500\/60 {
  --tw-ring-color: rgb(244 63 94 / 0.6);
}

.ring-rose-500\/65 {
  --tw-ring-color: rgb(244 63 94 / 0.65);
}

.ring-rose-500\/70 {
  --tw-ring-color: rgb(244 63 94 / 0.7);
}

.ring-rose-500\/75 {
  --tw-ring-color: rgb(244 63 94 / 0.75);
}

.ring-rose-500\/80 {
  --tw-ring-color: rgb(244 63 94 / 0.8);
}

.ring-rose-500\/85 {
  --tw-ring-color: rgb(244 63 94 / 0.85);
}

.ring-rose-500\/90 {
  --tw-ring-color: rgb(244 63 94 / 0.9);
}

.ring-rose-500\/95 {
  --tw-ring-color: rgb(244 63 94 / 0.95);
}

.ring-rose-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity, 1));
}

.ring-rose-600\/0 {
  --tw-ring-color: rgb(225 29 72 / 0);
}

.ring-rose-600\/10 {
  --tw-ring-color: rgb(225 29 72 / 0.1);
}

.ring-rose-600\/100 {
  --tw-ring-color: rgb(225 29 72 / 1);
}

.ring-rose-600\/15 {
  --tw-ring-color: rgb(225 29 72 / 0.15);
}

.ring-rose-600\/20 {
  --tw-ring-color: rgb(225 29 72 / 0.2);
}

.ring-rose-600\/25 {
  --tw-ring-color: rgb(225 29 72 / 0.25);
}

.ring-rose-600\/30 {
  --tw-ring-color: rgb(225 29 72 / 0.3);
}

.ring-rose-600\/35 {
  --tw-ring-color: rgb(225 29 72 / 0.35);
}

.ring-rose-600\/40 {
  --tw-ring-color: rgb(225 29 72 / 0.4);
}

.ring-rose-600\/45 {
  --tw-ring-color: rgb(225 29 72 / 0.45);
}

.ring-rose-600\/5 {
  --tw-ring-color: rgb(225 29 72 / 0.05);
}

.ring-rose-600\/50 {
  --tw-ring-color: rgb(225 29 72 / 0.5);
}

.ring-rose-600\/55 {
  --tw-ring-color: rgb(225 29 72 / 0.55);
}

.ring-rose-600\/60 {
  --tw-ring-color: rgb(225 29 72 / 0.6);
}

.ring-rose-600\/65 {
  --tw-ring-color: rgb(225 29 72 / 0.65);
}

.ring-rose-600\/70 {
  --tw-ring-color: rgb(225 29 72 / 0.7);
}

.ring-rose-600\/75 {
  --tw-ring-color: rgb(225 29 72 / 0.75);
}

.ring-rose-600\/80 {
  --tw-ring-color: rgb(225 29 72 / 0.8);
}

.ring-rose-600\/85 {
  --tw-ring-color: rgb(225 29 72 / 0.85);
}

.ring-rose-600\/90 {
  --tw-ring-color: rgb(225 29 72 / 0.9);
}

.ring-rose-600\/95 {
  --tw-ring-color: rgb(225 29 72 / 0.95);
}

.ring-rose-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity, 1));
}

.ring-rose-700\/0 {
  --tw-ring-color: rgb(190 18 60 / 0);
}

.ring-rose-700\/10 {
  --tw-ring-color: rgb(190 18 60 / 0.1);
}

.ring-rose-700\/100 {
  --tw-ring-color: rgb(190 18 60 / 1);
}

.ring-rose-700\/15 {
  --tw-ring-color: rgb(190 18 60 / 0.15);
}

.ring-rose-700\/20 {
  --tw-ring-color: rgb(190 18 60 / 0.2);
}

.ring-rose-700\/25 {
  --tw-ring-color: rgb(190 18 60 / 0.25);
}

.ring-rose-700\/30 {
  --tw-ring-color: rgb(190 18 60 / 0.3);
}

.ring-rose-700\/35 {
  --tw-ring-color: rgb(190 18 60 / 0.35);
}

.ring-rose-700\/40 {
  --tw-ring-color: rgb(190 18 60 / 0.4);
}

.ring-rose-700\/45 {
  --tw-ring-color: rgb(190 18 60 / 0.45);
}

.ring-rose-700\/5 {
  --tw-ring-color: rgb(190 18 60 / 0.05);
}

.ring-rose-700\/50 {
  --tw-ring-color: rgb(190 18 60 / 0.5);
}

.ring-rose-700\/55 {
  --tw-ring-color: rgb(190 18 60 / 0.55);
}

.ring-rose-700\/60 {
  --tw-ring-color: rgb(190 18 60 / 0.6);
}

.ring-rose-700\/65 {
  --tw-ring-color: rgb(190 18 60 / 0.65);
}

.ring-rose-700\/70 {
  --tw-ring-color: rgb(190 18 60 / 0.7);
}

.ring-rose-700\/75 {
  --tw-ring-color: rgb(190 18 60 / 0.75);
}

.ring-rose-700\/80 {
  --tw-ring-color: rgb(190 18 60 / 0.8);
}

.ring-rose-700\/85 {
  --tw-ring-color: rgb(190 18 60 / 0.85);
}

.ring-rose-700\/90 {
  --tw-ring-color: rgb(190 18 60 / 0.9);
}

.ring-rose-700\/95 {
  --tw-ring-color: rgb(190 18 60 / 0.95);
}

.ring-rose-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(159 18 57 / var(--tw-ring-opacity, 1));
}

.ring-rose-800\/0 {
  --tw-ring-color: rgb(159 18 57 / 0);
}

.ring-rose-800\/10 {
  --tw-ring-color: rgb(159 18 57 / 0.1);
}

.ring-rose-800\/100 {
  --tw-ring-color: rgb(159 18 57 / 1);
}

.ring-rose-800\/15 {
  --tw-ring-color: rgb(159 18 57 / 0.15);
}

.ring-rose-800\/20 {
  --tw-ring-color: rgb(159 18 57 / 0.2);
}

.ring-rose-800\/25 {
  --tw-ring-color: rgb(159 18 57 / 0.25);
}

.ring-rose-800\/30 {
  --tw-ring-color: rgb(159 18 57 / 0.3);
}

.ring-rose-800\/35 {
  --tw-ring-color: rgb(159 18 57 / 0.35);
}

.ring-rose-800\/40 {
  --tw-ring-color: rgb(159 18 57 / 0.4);
}

.ring-rose-800\/45 {
  --tw-ring-color: rgb(159 18 57 / 0.45);
}

.ring-rose-800\/5 {
  --tw-ring-color: rgb(159 18 57 / 0.05);
}

.ring-rose-800\/50 {
  --tw-ring-color: rgb(159 18 57 / 0.5);
}

.ring-rose-800\/55 {
  --tw-ring-color: rgb(159 18 57 / 0.55);
}

.ring-rose-800\/60 {
  --tw-ring-color: rgb(159 18 57 / 0.6);
}

.ring-rose-800\/65 {
  --tw-ring-color: rgb(159 18 57 / 0.65);
}

.ring-rose-800\/70 {
  --tw-ring-color: rgb(159 18 57 / 0.7);
}

.ring-rose-800\/75 {
  --tw-ring-color: rgb(159 18 57 / 0.75);
}

.ring-rose-800\/80 {
  --tw-ring-color: rgb(159 18 57 / 0.8);
}

.ring-rose-800\/85 {
  --tw-ring-color: rgb(159 18 57 / 0.85);
}

.ring-rose-800\/90 {
  --tw-ring-color: rgb(159 18 57 / 0.9);
}

.ring-rose-800\/95 {
  --tw-ring-color: rgb(159 18 57 / 0.95);
}

.ring-rose-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(136 19 55 / var(--tw-ring-opacity, 1));
}

.ring-rose-900\/0 {
  --tw-ring-color: rgb(136 19 55 / 0);
}

.ring-rose-900\/10 {
  --tw-ring-color: rgb(136 19 55 / 0.1);
}

.ring-rose-900\/100 {
  --tw-ring-color: rgb(136 19 55 / 1);
}

.ring-rose-900\/15 {
  --tw-ring-color: rgb(136 19 55 / 0.15);
}

.ring-rose-900\/20 {
  --tw-ring-color: rgb(136 19 55 / 0.2);
}

.ring-rose-900\/25 {
  --tw-ring-color: rgb(136 19 55 / 0.25);
}

.ring-rose-900\/30 {
  --tw-ring-color: rgb(136 19 55 / 0.3);
}

.ring-rose-900\/35 {
  --tw-ring-color: rgb(136 19 55 / 0.35);
}

.ring-rose-900\/40 {
  --tw-ring-color: rgb(136 19 55 / 0.4);
}

.ring-rose-900\/45 {
  --tw-ring-color: rgb(136 19 55 / 0.45);
}

.ring-rose-900\/5 {
  --tw-ring-color: rgb(136 19 55 / 0.05);
}

.ring-rose-900\/50 {
  --tw-ring-color: rgb(136 19 55 / 0.5);
}

.ring-rose-900\/55 {
  --tw-ring-color: rgb(136 19 55 / 0.55);
}

.ring-rose-900\/60 {
  --tw-ring-color: rgb(136 19 55 / 0.6);
}

.ring-rose-900\/65 {
  --tw-ring-color: rgb(136 19 55 / 0.65);
}

.ring-rose-900\/70 {
  --tw-ring-color: rgb(136 19 55 / 0.7);
}

.ring-rose-900\/75 {
  --tw-ring-color: rgb(136 19 55 / 0.75);
}

.ring-rose-900\/80 {
  --tw-ring-color: rgb(136 19 55 / 0.8);
}

.ring-rose-900\/85 {
  --tw-ring-color: rgb(136 19 55 / 0.85);
}

.ring-rose-900\/90 {
  --tw-ring-color: rgb(136 19 55 / 0.9);
}

.ring-rose-900\/95 {
  --tw-ring-color: rgb(136 19 55 / 0.95);
}

.ring-rose-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 5 25 / var(--tw-ring-opacity, 1));
}

.ring-rose-950\/0 {
  --tw-ring-color: rgb(76 5 25 / 0);
}

.ring-rose-950\/10 {
  --tw-ring-color: rgb(76 5 25 / 0.1);
}

.ring-rose-950\/100 {
  --tw-ring-color: rgb(76 5 25 / 1);
}

.ring-rose-950\/15 {
  --tw-ring-color: rgb(76 5 25 / 0.15);
}

.ring-rose-950\/20 {
  --tw-ring-color: rgb(76 5 25 / 0.2);
}

.ring-rose-950\/25 {
  --tw-ring-color: rgb(76 5 25 / 0.25);
}

.ring-rose-950\/30 {
  --tw-ring-color: rgb(76 5 25 / 0.3);
}

.ring-rose-950\/35 {
  --tw-ring-color: rgb(76 5 25 / 0.35);
}

.ring-rose-950\/40 {
  --tw-ring-color: rgb(76 5 25 / 0.4);
}

.ring-rose-950\/45 {
  --tw-ring-color: rgb(76 5 25 / 0.45);
}

.ring-rose-950\/5 {
  --tw-ring-color: rgb(76 5 25 / 0.05);
}

.ring-rose-950\/50 {
  --tw-ring-color: rgb(76 5 25 / 0.5);
}

.ring-rose-950\/55 {
  --tw-ring-color: rgb(76 5 25 / 0.55);
}

.ring-rose-950\/60 {
  --tw-ring-color: rgb(76 5 25 / 0.6);
}

.ring-rose-950\/65 {
  --tw-ring-color: rgb(76 5 25 / 0.65);
}

.ring-rose-950\/70 {
  --tw-ring-color: rgb(76 5 25 / 0.7);
}

.ring-rose-950\/75 {
  --tw-ring-color: rgb(76 5 25 / 0.75);
}

.ring-rose-950\/80 {
  --tw-ring-color: rgb(76 5 25 / 0.8);
}

.ring-rose-950\/85 {
  --tw-ring-color: rgb(76 5 25 / 0.85);
}

.ring-rose-950\/90 {
  --tw-ring-color: rgb(76 5 25 / 0.9);
}

.ring-rose-950\/95 {
  --tw-ring-color: rgb(76 5 25 / 0.95);
}

.ring-sky-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity, 1));
}

.ring-sky-100\/0 {
  --tw-ring-color: rgb(224 242 254 / 0);
}

.ring-sky-100\/10 {
  --tw-ring-color: rgb(224 242 254 / 0.1);
}

.ring-sky-100\/100 {
  --tw-ring-color: rgb(224 242 254 / 1);
}

.ring-sky-100\/15 {
  --tw-ring-color: rgb(224 242 254 / 0.15);
}

.ring-sky-100\/20 {
  --tw-ring-color: rgb(224 242 254 / 0.2);
}

.ring-sky-100\/25 {
  --tw-ring-color: rgb(224 242 254 / 0.25);
}

.ring-sky-100\/30 {
  --tw-ring-color: rgb(224 242 254 / 0.3);
}

.ring-sky-100\/35 {
  --tw-ring-color: rgb(224 242 254 / 0.35);
}

.ring-sky-100\/40 {
  --tw-ring-color: rgb(224 242 254 / 0.4);
}

.ring-sky-100\/45 {
  --tw-ring-color: rgb(224 242 254 / 0.45);
}

.ring-sky-100\/5 {
  --tw-ring-color: rgb(224 242 254 / 0.05);
}

.ring-sky-100\/50 {
  --tw-ring-color: rgb(224 242 254 / 0.5);
}

.ring-sky-100\/55 {
  --tw-ring-color: rgb(224 242 254 / 0.55);
}

.ring-sky-100\/60 {
  --tw-ring-color: rgb(224 242 254 / 0.6);
}

.ring-sky-100\/65 {
  --tw-ring-color: rgb(224 242 254 / 0.65);
}

.ring-sky-100\/70 {
  --tw-ring-color: rgb(224 242 254 / 0.7);
}

.ring-sky-100\/75 {
  --tw-ring-color: rgb(224 242 254 / 0.75);
}

.ring-sky-100\/80 {
  --tw-ring-color: rgb(224 242 254 / 0.8);
}

.ring-sky-100\/85 {
  --tw-ring-color: rgb(224 242 254 / 0.85);
}

.ring-sky-100\/90 {
  --tw-ring-color: rgb(224 242 254 / 0.9);
}

.ring-sky-100\/95 {
  --tw-ring-color: rgb(224 242 254 / 0.95);
}

.ring-sky-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
}

.ring-sky-200\/0 {
  --tw-ring-color: rgb(186 230 253 / 0);
}

.ring-sky-200\/10 {
  --tw-ring-color: rgb(186 230 253 / 0.1);
}

.ring-sky-200\/100 {
  --tw-ring-color: rgb(186 230 253 / 1);
}

.ring-sky-200\/15 {
  --tw-ring-color: rgb(186 230 253 / 0.15);
}

.ring-sky-200\/20 {
  --tw-ring-color: rgb(186 230 253 / 0.2);
}

.ring-sky-200\/25 {
  --tw-ring-color: rgb(186 230 253 / 0.25);
}

.ring-sky-200\/30 {
  --tw-ring-color: rgb(186 230 253 / 0.3);
}

.ring-sky-200\/35 {
  --tw-ring-color: rgb(186 230 253 / 0.35);
}

.ring-sky-200\/40 {
  --tw-ring-color: rgb(186 230 253 / 0.4);
}

.ring-sky-200\/45 {
  --tw-ring-color: rgb(186 230 253 / 0.45);
}

.ring-sky-200\/5 {
  --tw-ring-color: rgb(186 230 253 / 0.05);
}

.ring-sky-200\/50 {
  --tw-ring-color: rgb(186 230 253 / 0.5);
}

.ring-sky-200\/55 {
  --tw-ring-color: rgb(186 230 253 / 0.55);
}

.ring-sky-200\/60 {
  --tw-ring-color: rgb(186 230 253 / 0.6);
}

.ring-sky-200\/65 {
  --tw-ring-color: rgb(186 230 253 / 0.65);
}

.ring-sky-200\/70 {
  --tw-ring-color: rgb(186 230 253 / 0.7);
}

.ring-sky-200\/75 {
  --tw-ring-color: rgb(186 230 253 / 0.75);
}

.ring-sky-200\/80 {
  --tw-ring-color: rgb(186 230 253 / 0.8);
}

.ring-sky-200\/85 {
  --tw-ring-color: rgb(186 230 253 / 0.85);
}

.ring-sky-200\/90 {
  --tw-ring-color: rgb(186 230 253 / 0.9);
}

.ring-sky-200\/95 {
  --tw-ring-color: rgb(186 230 253 / 0.95);
}

.ring-sky-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity, 1));
}

.ring-sky-300\/0 {
  --tw-ring-color: rgb(125 211 252 / 0);
}

.ring-sky-300\/10 {
  --tw-ring-color: rgb(125 211 252 / 0.1);
}

.ring-sky-300\/100 {
  --tw-ring-color: rgb(125 211 252 / 1);
}

.ring-sky-300\/15 {
  --tw-ring-color: rgb(125 211 252 / 0.15);
}

.ring-sky-300\/20 {
  --tw-ring-color: rgb(125 211 252 / 0.2);
}

.ring-sky-300\/25 {
  --tw-ring-color: rgb(125 211 252 / 0.25);
}

.ring-sky-300\/30 {
  --tw-ring-color: rgb(125 211 252 / 0.3);
}

.ring-sky-300\/35 {
  --tw-ring-color: rgb(125 211 252 / 0.35);
}

.ring-sky-300\/40 {
  --tw-ring-color: rgb(125 211 252 / 0.4);
}

.ring-sky-300\/45 {
  --tw-ring-color: rgb(125 211 252 / 0.45);
}

.ring-sky-300\/5 {
  --tw-ring-color: rgb(125 211 252 / 0.05);
}

.ring-sky-300\/50 {
  --tw-ring-color: rgb(125 211 252 / 0.5);
}

.ring-sky-300\/55 {
  --tw-ring-color: rgb(125 211 252 / 0.55);
}

.ring-sky-300\/60 {
  --tw-ring-color: rgb(125 211 252 / 0.6);
}

.ring-sky-300\/65 {
  --tw-ring-color: rgb(125 211 252 / 0.65);
}

.ring-sky-300\/70 {
  --tw-ring-color: rgb(125 211 252 / 0.7);
}

.ring-sky-300\/75 {
  --tw-ring-color: rgb(125 211 252 / 0.75);
}

.ring-sky-300\/80 {
  --tw-ring-color: rgb(125 211 252 / 0.8);
}

.ring-sky-300\/85 {
  --tw-ring-color: rgb(125 211 252 / 0.85);
}

.ring-sky-300\/90 {
  --tw-ring-color: rgb(125 211 252 / 0.9);
}

.ring-sky-300\/95 {
  --tw-ring-color: rgb(125 211 252 / 0.95);
}

.ring-sky-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
}

.ring-sky-400\/0 {
  --tw-ring-color: rgb(56 189 248 / 0);
}

.ring-sky-400\/10 {
  --tw-ring-color: rgb(56 189 248 / 0.1);
}

.ring-sky-400\/100 {
  --tw-ring-color: rgb(56 189 248 / 1);
}

.ring-sky-400\/15 {
  --tw-ring-color: rgb(56 189 248 / 0.15);
}

.ring-sky-400\/20 {
  --tw-ring-color: rgb(56 189 248 / 0.2);
}

.ring-sky-400\/25 {
  --tw-ring-color: rgb(56 189 248 / 0.25);
}

.ring-sky-400\/30 {
  --tw-ring-color: rgb(56 189 248 / 0.3);
}

.ring-sky-400\/35 {
  --tw-ring-color: rgb(56 189 248 / 0.35);
}

.ring-sky-400\/40 {
  --tw-ring-color: rgb(56 189 248 / 0.4);
}

.ring-sky-400\/45 {
  --tw-ring-color: rgb(56 189 248 / 0.45);
}

.ring-sky-400\/5 {
  --tw-ring-color: rgb(56 189 248 / 0.05);
}

.ring-sky-400\/50 {
  --tw-ring-color: rgb(56 189 248 / 0.5);
}

.ring-sky-400\/55 {
  --tw-ring-color: rgb(56 189 248 / 0.55);
}

.ring-sky-400\/60 {
  --tw-ring-color: rgb(56 189 248 / 0.6);
}

.ring-sky-400\/65 {
  --tw-ring-color: rgb(56 189 248 / 0.65);
}

.ring-sky-400\/70 {
  --tw-ring-color: rgb(56 189 248 / 0.7);
}

.ring-sky-400\/75 {
  --tw-ring-color: rgb(56 189 248 / 0.75);
}

.ring-sky-400\/80 {
  --tw-ring-color: rgb(56 189 248 / 0.8);
}

.ring-sky-400\/85 {
  --tw-ring-color: rgb(56 189 248 / 0.85);
}

.ring-sky-400\/90 {
  --tw-ring-color: rgb(56 189 248 / 0.9);
}

.ring-sky-400\/95 {
  --tw-ring-color: rgb(56 189 248 / 0.95);
}

.ring-sky-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 249 255 / var(--tw-ring-opacity, 1));
}

.ring-sky-50\/0 {
  --tw-ring-color: rgb(240 249 255 / 0);
}

.ring-sky-50\/10 {
  --tw-ring-color: rgb(240 249 255 / 0.1);
}

.ring-sky-50\/100 {
  --tw-ring-color: rgb(240 249 255 / 1);
}

.ring-sky-50\/15 {
  --tw-ring-color: rgb(240 249 255 / 0.15);
}

.ring-sky-50\/20 {
  --tw-ring-color: rgb(240 249 255 / 0.2);
}

.ring-sky-50\/25 {
  --tw-ring-color: rgb(240 249 255 / 0.25);
}

.ring-sky-50\/30 {
  --tw-ring-color: rgb(240 249 255 / 0.3);
}

.ring-sky-50\/35 {
  --tw-ring-color: rgb(240 249 255 / 0.35);
}

.ring-sky-50\/40 {
  --tw-ring-color: rgb(240 249 255 / 0.4);
}

.ring-sky-50\/45 {
  --tw-ring-color: rgb(240 249 255 / 0.45);
}

.ring-sky-50\/5 {
  --tw-ring-color: rgb(240 249 255 / 0.05);
}

.ring-sky-50\/50 {
  --tw-ring-color: rgb(240 249 255 / 0.5);
}

.ring-sky-50\/55 {
  --tw-ring-color: rgb(240 249 255 / 0.55);
}

.ring-sky-50\/60 {
  --tw-ring-color: rgb(240 249 255 / 0.6);
}

.ring-sky-50\/65 {
  --tw-ring-color: rgb(240 249 255 / 0.65);
}

.ring-sky-50\/70 {
  --tw-ring-color: rgb(240 249 255 / 0.7);
}

.ring-sky-50\/75 {
  --tw-ring-color: rgb(240 249 255 / 0.75);
}

.ring-sky-50\/80 {
  --tw-ring-color: rgb(240 249 255 / 0.8);
}

.ring-sky-50\/85 {
  --tw-ring-color: rgb(240 249 255 / 0.85);
}

.ring-sky-50\/90 {
  --tw-ring-color: rgb(240 249 255 / 0.9);
}

.ring-sky-50\/95 {
  --tw-ring-color: rgb(240 249 255 / 0.95);
}

.ring-sky-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}

.ring-sky-500\/0 {
  --tw-ring-color: rgb(14 165 233 / 0);
}

.ring-sky-500\/10 {
  --tw-ring-color: rgb(14 165 233 / 0.1);
}

.ring-sky-500\/100 {
  --tw-ring-color: rgb(14 165 233 / 1);
}

.ring-sky-500\/15 {
  --tw-ring-color: rgb(14 165 233 / 0.15);
}

.ring-sky-500\/20 {
  --tw-ring-color: rgb(14 165 233 / 0.2);
}

.ring-sky-500\/25 {
  --tw-ring-color: rgb(14 165 233 / 0.25);
}

.ring-sky-500\/30 {
  --tw-ring-color: rgb(14 165 233 / 0.3);
}

.ring-sky-500\/35 {
  --tw-ring-color: rgb(14 165 233 / 0.35);
}

.ring-sky-500\/40 {
  --tw-ring-color: rgb(14 165 233 / 0.4);
}

.ring-sky-500\/45 {
  --tw-ring-color: rgb(14 165 233 / 0.45);
}

.ring-sky-500\/5 {
  --tw-ring-color: rgb(14 165 233 / 0.05);
}

.ring-sky-500\/50 {
  --tw-ring-color: rgb(14 165 233 / 0.5);
}

.ring-sky-500\/55 {
  --tw-ring-color: rgb(14 165 233 / 0.55);
}

.ring-sky-500\/60 {
  --tw-ring-color: rgb(14 165 233 / 0.6);
}

.ring-sky-500\/65 {
  --tw-ring-color: rgb(14 165 233 / 0.65);
}

.ring-sky-500\/70 {
  --tw-ring-color: rgb(14 165 233 / 0.7);
}

.ring-sky-500\/75 {
  --tw-ring-color: rgb(14 165 233 / 0.75);
}

.ring-sky-500\/80 {
  --tw-ring-color: rgb(14 165 233 / 0.8);
}

.ring-sky-500\/85 {
  --tw-ring-color: rgb(14 165 233 / 0.85);
}

.ring-sky-500\/90 {
  --tw-ring-color: rgb(14 165 233 / 0.9);
}

.ring-sky-500\/95 {
  --tw-ring-color: rgb(14 165 233 / 0.95);
}

.ring-sky-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity, 1));
}

.ring-sky-600\/0 {
  --tw-ring-color: rgb(2 132 199 / 0);
}

.ring-sky-600\/10 {
  --tw-ring-color: rgb(2 132 199 / 0.1);
}

.ring-sky-600\/100 {
  --tw-ring-color: rgb(2 132 199 / 1);
}

.ring-sky-600\/15 {
  --tw-ring-color: rgb(2 132 199 / 0.15);
}

.ring-sky-600\/20 {
  --tw-ring-color: rgb(2 132 199 / 0.2);
}

.ring-sky-600\/25 {
  --tw-ring-color: rgb(2 132 199 / 0.25);
}

.ring-sky-600\/30 {
  --tw-ring-color: rgb(2 132 199 / 0.3);
}

.ring-sky-600\/35 {
  --tw-ring-color: rgb(2 132 199 / 0.35);
}

.ring-sky-600\/40 {
  --tw-ring-color: rgb(2 132 199 / 0.4);
}

.ring-sky-600\/45 {
  --tw-ring-color: rgb(2 132 199 / 0.45);
}

.ring-sky-600\/5 {
  --tw-ring-color: rgb(2 132 199 / 0.05);
}

.ring-sky-600\/50 {
  --tw-ring-color: rgb(2 132 199 / 0.5);
}

.ring-sky-600\/55 {
  --tw-ring-color: rgb(2 132 199 / 0.55);
}

.ring-sky-600\/60 {
  --tw-ring-color: rgb(2 132 199 / 0.6);
}

.ring-sky-600\/65 {
  --tw-ring-color: rgb(2 132 199 / 0.65);
}

.ring-sky-600\/70 {
  --tw-ring-color: rgb(2 132 199 / 0.7);
}

.ring-sky-600\/75 {
  --tw-ring-color: rgb(2 132 199 / 0.75);
}

.ring-sky-600\/80 {
  --tw-ring-color: rgb(2 132 199 / 0.8);
}

.ring-sky-600\/85 {
  --tw-ring-color: rgb(2 132 199 / 0.85);
}

.ring-sky-600\/90 {
  --tw-ring-color: rgb(2 132 199 / 0.9);
}

.ring-sky-600\/95 {
  --tw-ring-color: rgb(2 132 199 / 0.95);
}

.ring-sky-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity, 1));
}

.ring-sky-700\/0 {
  --tw-ring-color: rgb(3 105 161 / 0);
}

.ring-sky-700\/10 {
  --tw-ring-color: rgb(3 105 161 / 0.1);
}

.ring-sky-700\/100 {
  --tw-ring-color: rgb(3 105 161 / 1);
}

.ring-sky-700\/15 {
  --tw-ring-color: rgb(3 105 161 / 0.15);
}

.ring-sky-700\/20 {
  --tw-ring-color: rgb(3 105 161 / 0.2);
}

.ring-sky-700\/25 {
  --tw-ring-color: rgb(3 105 161 / 0.25);
}

.ring-sky-700\/30 {
  --tw-ring-color: rgb(3 105 161 / 0.3);
}

.ring-sky-700\/35 {
  --tw-ring-color: rgb(3 105 161 / 0.35);
}

.ring-sky-700\/40 {
  --tw-ring-color: rgb(3 105 161 / 0.4);
}

.ring-sky-700\/45 {
  --tw-ring-color: rgb(3 105 161 / 0.45);
}

.ring-sky-700\/5 {
  --tw-ring-color: rgb(3 105 161 / 0.05);
}

.ring-sky-700\/50 {
  --tw-ring-color: rgb(3 105 161 / 0.5);
}

.ring-sky-700\/55 {
  --tw-ring-color: rgb(3 105 161 / 0.55);
}

.ring-sky-700\/60 {
  --tw-ring-color: rgb(3 105 161 / 0.6);
}

.ring-sky-700\/65 {
  --tw-ring-color: rgb(3 105 161 / 0.65);
}

.ring-sky-700\/70 {
  --tw-ring-color: rgb(3 105 161 / 0.7);
}

.ring-sky-700\/75 {
  --tw-ring-color: rgb(3 105 161 / 0.75);
}

.ring-sky-700\/80 {
  --tw-ring-color: rgb(3 105 161 / 0.8);
}

.ring-sky-700\/85 {
  --tw-ring-color: rgb(3 105 161 / 0.85);
}

.ring-sky-700\/90 {
  --tw-ring-color: rgb(3 105 161 / 0.9);
}

.ring-sky-700\/95 {
  --tw-ring-color: rgb(3 105 161 / 0.95);
}

.ring-sky-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity, 1));
}

.ring-sky-800\/0 {
  --tw-ring-color: rgb(7 89 133 / 0);
}

.ring-sky-800\/10 {
  --tw-ring-color: rgb(7 89 133 / 0.1);
}

.ring-sky-800\/100 {
  --tw-ring-color: rgb(7 89 133 / 1);
}

.ring-sky-800\/15 {
  --tw-ring-color: rgb(7 89 133 / 0.15);
}

.ring-sky-800\/20 {
  --tw-ring-color: rgb(7 89 133 / 0.2);
}

.ring-sky-800\/25 {
  --tw-ring-color: rgb(7 89 133 / 0.25);
}

.ring-sky-800\/30 {
  --tw-ring-color: rgb(7 89 133 / 0.3);
}

.ring-sky-800\/35 {
  --tw-ring-color: rgb(7 89 133 / 0.35);
}

.ring-sky-800\/40 {
  --tw-ring-color: rgb(7 89 133 / 0.4);
}

.ring-sky-800\/45 {
  --tw-ring-color: rgb(7 89 133 / 0.45);
}

.ring-sky-800\/5 {
  --tw-ring-color: rgb(7 89 133 / 0.05);
}

.ring-sky-800\/50 {
  --tw-ring-color: rgb(7 89 133 / 0.5);
}

.ring-sky-800\/55 {
  --tw-ring-color: rgb(7 89 133 / 0.55);
}

.ring-sky-800\/60 {
  --tw-ring-color: rgb(7 89 133 / 0.6);
}

.ring-sky-800\/65 {
  --tw-ring-color: rgb(7 89 133 / 0.65);
}

.ring-sky-800\/70 {
  --tw-ring-color: rgb(7 89 133 / 0.7);
}

.ring-sky-800\/75 {
  --tw-ring-color: rgb(7 89 133 / 0.75);
}

.ring-sky-800\/80 {
  --tw-ring-color: rgb(7 89 133 / 0.8);
}

.ring-sky-800\/85 {
  --tw-ring-color: rgb(7 89 133 / 0.85);
}

.ring-sky-800\/90 {
  --tw-ring-color: rgb(7 89 133 / 0.9);
}

.ring-sky-800\/95 {
  --tw-ring-color: rgb(7 89 133 / 0.95);
}

.ring-sky-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 74 110 / var(--tw-ring-opacity, 1));
}

.ring-sky-900\/0 {
  --tw-ring-color: rgb(12 74 110 / 0);
}

.ring-sky-900\/10 {
  --tw-ring-color: rgb(12 74 110 / 0.1);
}

.ring-sky-900\/100 {
  --tw-ring-color: rgb(12 74 110 / 1);
}

.ring-sky-900\/15 {
  --tw-ring-color: rgb(12 74 110 / 0.15);
}

.ring-sky-900\/20 {
  --tw-ring-color: rgb(12 74 110 / 0.2);
}

.ring-sky-900\/25 {
  --tw-ring-color: rgb(12 74 110 / 0.25);
}

.ring-sky-900\/30 {
  --tw-ring-color: rgb(12 74 110 / 0.3);
}

.ring-sky-900\/35 {
  --tw-ring-color: rgb(12 74 110 / 0.35);
}

.ring-sky-900\/40 {
  --tw-ring-color: rgb(12 74 110 / 0.4);
}

.ring-sky-900\/45 {
  --tw-ring-color: rgb(12 74 110 / 0.45);
}

.ring-sky-900\/5 {
  --tw-ring-color: rgb(12 74 110 / 0.05);
}

.ring-sky-900\/50 {
  --tw-ring-color: rgb(12 74 110 / 0.5);
}

.ring-sky-900\/55 {
  --tw-ring-color: rgb(12 74 110 / 0.55);
}

.ring-sky-900\/60 {
  --tw-ring-color: rgb(12 74 110 / 0.6);
}

.ring-sky-900\/65 {
  --tw-ring-color: rgb(12 74 110 / 0.65);
}

.ring-sky-900\/70 {
  --tw-ring-color: rgb(12 74 110 / 0.7);
}

.ring-sky-900\/75 {
  --tw-ring-color: rgb(12 74 110 / 0.75);
}

.ring-sky-900\/80 {
  --tw-ring-color: rgb(12 74 110 / 0.8);
}

.ring-sky-900\/85 {
  --tw-ring-color: rgb(12 74 110 / 0.85);
}

.ring-sky-900\/90 {
  --tw-ring-color: rgb(12 74 110 / 0.9);
}

.ring-sky-900\/95 {
  --tw-ring-color: rgb(12 74 110 / 0.95);
}

.ring-sky-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 47 73 / var(--tw-ring-opacity, 1));
}

.ring-sky-950\/0 {
  --tw-ring-color: rgb(8 47 73 / 0);
}

.ring-sky-950\/10 {
  --tw-ring-color: rgb(8 47 73 / 0.1);
}

.ring-sky-950\/100 {
  --tw-ring-color: rgb(8 47 73 / 1);
}

.ring-sky-950\/15 {
  --tw-ring-color: rgb(8 47 73 / 0.15);
}

.ring-sky-950\/20 {
  --tw-ring-color: rgb(8 47 73 / 0.2);
}

.ring-sky-950\/25 {
  --tw-ring-color: rgb(8 47 73 / 0.25);
}

.ring-sky-950\/30 {
  --tw-ring-color: rgb(8 47 73 / 0.3);
}

.ring-sky-950\/35 {
  --tw-ring-color: rgb(8 47 73 / 0.35);
}

.ring-sky-950\/40 {
  --tw-ring-color: rgb(8 47 73 / 0.4);
}

.ring-sky-950\/45 {
  --tw-ring-color: rgb(8 47 73 / 0.45);
}

.ring-sky-950\/5 {
  --tw-ring-color: rgb(8 47 73 / 0.05);
}

.ring-sky-950\/50 {
  --tw-ring-color: rgb(8 47 73 / 0.5);
}

.ring-sky-950\/55 {
  --tw-ring-color: rgb(8 47 73 / 0.55);
}

.ring-sky-950\/60 {
  --tw-ring-color: rgb(8 47 73 / 0.6);
}

.ring-sky-950\/65 {
  --tw-ring-color: rgb(8 47 73 / 0.65);
}

.ring-sky-950\/70 {
  --tw-ring-color: rgb(8 47 73 / 0.7);
}

.ring-sky-950\/75 {
  --tw-ring-color: rgb(8 47 73 / 0.75);
}

.ring-sky-950\/80 {
  --tw-ring-color: rgb(8 47 73 / 0.8);
}

.ring-sky-950\/85 {
  --tw-ring-color: rgb(8 47 73 / 0.85);
}

.ring-sky-950\/90 {
  --tw-ring-color: rgb(8 47 73 / 0.9);
}

.ring-sky-950\/95 {
  --tw-ring-color: rgb(8 47 73 / 0.95);
}

.ring-slate-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1));
}

.ring-slate-100\/0 {
  --tw-ring-color: rgb(241 245 249 / 0);
}

.ring-slate-100\/10 {
  --tw-ring-color: rgb(241 245 249 / 0.1);
}

.ring-slate-100\/100 {
  --tw-ring-color: rgb(241 245 249 / 1);
}

.ring-slate-100\/15 {
  --tw-ring-color: rgb(241 245 249 / 0.15);
}

.ring-slate-100\/20 {
  --tw-ring-color: rgb(241 245 249 / 0.2);
}

.ring-slate-100\/25 {
  --tw-ring-color: rgb(241 245 249 / 0.25);
}

.ring-slate-100\/30 {
  --tw-ring-color: rgb(241 245 249 / 0.3);
}

.ring-slate-100\/35 {
  --tw-ring-color: rgb(241 245 249 / 0.35);
}

.ring-slate-100\/40 {
  --tw-ring-color: rgb(241 245 249 / 0.4);
}

.ring-slate-100\/45 {
  --tw-ring-color: rgb(241 245 249 / 0.45);
}

.ring-slate-100\/5 {
  --tw-ring-color: rgb(241 245 249 / 0.05);
}

.ring-slate-100\/50 {
  --tw-ring-color: rgb(241 245 249 / 0.5);
}

.ring-slate-100\/55 {
  --tw-ring-color: rgb(241 245 249 / 0.55);
}

.ring-slate-100\/60 {
  --tw-ring-color: rgb(241 245 249 / 0.6);
}

.ring-slate-100\/65 {
  --tw-ring-color: rgb(241 245 249 / 0.65);
}

.ring-slate-100\/70 {
  --tw-ring-color: rgb(241 245 249 / 0.7);
}

.ring-slate-100\/75 {
  --tw-ring-color: rgb(241 245 249 / 0.75);
}

.ring-slate-100\/80 {
  --tw-ring-color: rgb(241 245 249 / 0.8);
}

.ring-slate-100\/85 {
  --tw-ring-color: rgb(241 245 249 / 0.85);
}

.ring-slate-100\/90 {
  --tw-ring-color: rgb(241 245 249 / 0.9);
}

.ring-slate-100\/95 {
  --tw-ring-color: rgb(241 245 249 / 0.95);
}

.ring-slate-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}

.ring-slate-200\/0 {
  --tw-ring-color: rgb(226 232 240 / 0);
}

.ring-slate-200\/10 {
  --tw-ring-color: rgb(226 232 240 / 0.1);
}

.ring-slate-200\/100 {
  --tw-ring-color: rgb(226 232 240 / 1);
}

.ring-slate-200\/15 {
  --tw-ring-color: rgb(226 232 240 / 0.15);
}

.ring-slate-200\/20 {
  --tw-ring-color: rgb(226 232 240 / 0.2);
}

.ring-slate-200\/25 {
  --tw-ring-color: rgb(226 232 240 / 0.25);
}

.ring-slate-200\/30 {
  --tw-ring-color: rgb(226 232 240 / 0.3);
}

.ring-slate-200\/35 {
  --tw-ring-color: rgb(226 232 240 / 0.35);
}

.ring-slate-200\/40 {
  --tw-ring-color: rgb(226 232 240 / 0.4);
}

.ring-slate-200\/45 {
  --tw-ring-color: rgb(226 232 240 / 0.45);
}

.ring-slate-200\/5 {
  --tw-ring-color: rgb(226 232 240 / 0.05);
}

.ring-slate-200\/50 {
  --tw-ring-color: rgb(226 232 240 / 0.5);
}

.ring-slate-200\/55 {
  --tw-ring-color: rgb(226 232 240 / 0.55);
}

.ring-slate-200\/60 {
  --tw-ring-color: rgb(226 232 240 / 0.6);
}

.ring-slate-200\/65 {
  --tw-ring-color: rgb(226 232 240 / 0.65);
}

.ring-slate-200\/70 {
  --tw-ring-color: rgb(226 232 240 / 0.7);
}

.ring-slate-200\/75 {
  --tw-ring-color: rgb(226 232 240 / 0.75);
}

.ring-slate-200\/80 {
  --tw-ring-color: rgb(226 232 240 / 0.8);
}

.ring-slate-200\/85 {
  --tw-ring-color: rgb(226 232 240 / 0.85);
}

.ring-slate-200\/90 {
  --tw-ring-color: rgb(226 232 240 / 0.9);
}

.ring-slate-200\/95 {
  --tw-ring-color: rgb(226 232 240 / 0.95);
}

.ring-slate-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}

.ring-slate-300\/0 {
  --tw-ring-color: rgb(203 213 225 / 0);
}

.ring-slate-300\/10 {
  --tw-ring-color: rgb(203 213 225 / 0.1);
}

.ring-slate-300\/100 {
  --tw-ring-color: rgb(203 213 225 / 1);
}

.ring-slate-300\/15 {
  --tw-ring-color: rgb(203 213 225 / 0.15);
}

.ring-slate-300\/20 {
  --tw-ring-color: rgb(203 213 225 / 0.2);
}

.ring-slate-300\/25 {
  --tw-ring-color: rgb(203 213 225 / 0.25);
}

.ring-slate-300\/30 {
  --tw-ring-color: rgb(203 213 225 / 0.3);
}

.ring-slate-300\/35 {
  --tw-ring-color: rgb(203 213 225 / 0.35);
}

.ring-slate-300\/40 {
  --tw-ring-color: rgb(203 213 225 / 0.4);
}

.ring-slate-300\/45 {
  --tw-ring-color: rgb(203 213 225 / 0.45);
}

.ring-slate-300\/5 {
  --tw-ring-color: rgb(203 213 225 / 0.05);
}

.ring-slate-300\/50 {
  --tw-ring-color: rgb(203 213 225 / 0.5);
}

.ring-slate-300\/55 {
  --tw-ring-color: rgb(203 213 225 / 0.55);
}

.ring-slate-300\/60 {
  --tw-ring-color: rgb(203 213 225 / 0.6);
}

.ring-slate-300\/65 {
  --tw-ring-color: rgb(203 213 225 / 0.65);
}

.ring-slate-300\/70 {
  --tw-ring-color: rgb(203 213 225 / 0.7);
}

.ring-slate-300\/75 {
  --tw-ring-color: rgb(203 213 225 / 0.75);
}

.ring-slate-300\/80 {
  --tw-ring-color: rgb(203 213 225 / 0.8);
}

.ring-slate-300\/85 {
  --tw-ring-color: rgb(203 213 225 / 0.85);
}

.ring-slate-300\/90 {
  --tw-ring-color: rgb(203 213 225 / 0.9);
}

.ring-slate-300\/95 {
  --tw-ring-color: rgb(203 213 225 / 0.95);
}

.ring-slate-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}

.ring-slate-400\/0 {
  --tw-ring-color: rgb(148 163 184 / 0);
}

.ring-slate-400\/10 {
  --tw-ring-color: rgb(148 163 184 / 0.1);
}

.ring-slate-400\/100 {
  --tw-ring-color: rgb(148 163 184 / 1);
}

.ring-slate-400\/15 {
  --tw-ring-color: rgb(148 163 184 / 0.15);
}

.ring-slate-400\/20 {
  --tw-ring-color: rgb(148 163 184 / 0.2);
}

.ring-slate-400\/25 {
  --tw-ring-color: rgb(148 163 184 / 0.25);
}

.ring-slate-400\/30 {
  --tw-ring-color: rgb(148 163 184 / 0.3);
}

.ring-slate-400\/35 {
  --tw-ring-color: rgb(148 163 184 / 0.35);
}

.ring-slate-400\/40 {
  --tw-ring-color: rgb(148 163 184 / 0.4);
}

.ring-slate-400\/45 {
  --tw-ring-color: rgb(148 163 184 / 0.45);
}

.ring-slate-400\/5 {
  --tw-ring-color: rgb(148 163 184 / 0.05);
}

.ring-slate-400\/50 {
  --tw-ring-color: rgb(148 163 184 / 0.5);
}

.ring-slate-400\/55 {
  --tw-ring-color: rgb(148 163 184 / 0.55);
}

.ring-slate-400\/60 {
  --tw-ring-color: rgb(148 163 184 / 0.6);
}

.ring-slate-400\/65 {
  --tw-ring-color: rgb(148 163 184 / 0.65);
}

.ring-slate-400\/70 {
  --tw-ring-color: rgb(148 163 184 / 0.7);
}

.ring-slate-400\/75 {
  --tw-ring-color: rgb(148 163 184 / 0.75);
}

.ring-slate-400\/80 {
  --tw-ring-color: rgb(148 163 184 / 0.8);
}

.ring-slate-400\/85 {
  --tw-ring-color: rgb(148 163 184 / 0.85);
}

.ring-slate-400\/90 {
  --tw-ring-color: rgb(148 163 184 / 0.9);
}

.ring-slate-400\/95 {
  --tw-ring-color: rgb(148 163 184 / 0.95);
}

.ring-slate-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 250 252 / var(--tw-ring-opacity, 1));
}

.ring-slate-50\/0 {
  --tw-ring-color: rgb(248 250 252 / 0);
}

.ring-slate-50\/10 {
  --tw-ring-color: rgb(248 250 252 / 0.1);
}

.ring-slate-50\/100 {
  --tw-ring-color: rgb(248 250 252 / 1);
}

.ring-slate-50\/15 {
  --tw-ring-color: rgb(248 250 252 / 0.15);
}

.ring-slate-50\/20 {
  --tw-ring-color: rgb(248 250 252 / 0.2);
}

.ring-slate-50\/25 {
  --tw-ring-color: rgb(248 250 252 / 0.25);
}

.ring-slate-50\/30 {
  --tw-ring-color: rgb(248 250 252 / 0.3);
}

.ring-slate-50\/35 {
  --tw-ring-color: rgb(248 250 252 / 0.35);
}

.ring-slate-50\/40 {
  --tw-ring-color: rgb(248 250 252 / 0.4);
}

.ring-slate-50\/45 {
  --tw-ring-color: rgb(248 250 252 / 0.45);
}

.ring-slate-50\/5 {
  --tw-ring-color: rgb(248 250 252 / 0.05);
}

.ring-slate-50\/50 {
  --tw-ring-color: rgb(248 250 252 / 0.5);
}

.ring-slate-50\/55 {
  --tw-ring-color: rgb(248 250 252 / 0.55);
}

.ring-slate-50\/60 {
  --tw-ring-color: rgb(248 250 252 / 0.6);
}

.ring-slate-50\/65 {
  --tw-ring-color: rgb(248 250 252 / 0.65);
}

.ring-slate-50\/70 {
  --tw-ring-color: rgb(248 250 252 / 0.7);
}

.ring-slate-50\/75 {
  --tw-ring-color: rgb(248 250 252 / 0.75);
}

.ring-slate-50\/80 {
  --tw-ring-color: rgb(248 250 252 / 0.8);
}

.ring-slate-50\/85 {
  --tw-ring-color: rgb(248 250 252 / 0.85);
}

.ring-slate-50\/90 {
  --tw-ring-color: rgb(248 250 252 / 0.9);
}

.ring-slate-50\/95 {
  --tw-ring-color: rgb(248 250 252 / 0.95);
}

.ring-slate-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
}

.ring-slate-500\/0 {
  --tw-ring-color: rgb(100 116 139 / 0);
}

.ring-slate-500\/10 {
  --tw-ring-color: rgb(100 116 139 / 0.1);
}

.ring-slate-500\/100 {
  --tw-ring-color: rgb(100 116 139 / 1);
}

.ring-slate-500\/15 {
  --tw-ring-color: rgb(100 116 139 / 0.15);
}

.ring-slate-500\/20 {
  --tw-ring-color: rgb(100 116 139 / 0.2);
}

.ring-slate-500\/25 {
  --tw-ring-color: rgb(100 116 139 / 0.25);
}

.ring-slate-500\/30 {
  --tw-ring-color: rgb(100 116 139 / 0.3);
}

.ring-slate-500\/35 {
  --tw-ring-color: rgb(100 116 139 / 0.35);
}

.ring-slate-500\/40 {
  --tw-ring-color: rgb(100 116 139 / 0.4);
}

.ring-slate-500\/45 {
  --tw-ring-color: rgb(100 116 139 / 0.45);
}

.ring-slate-500\/5 {
  --tw-ring-color: rgb(100 116 139 / 0.05);
}

.ring-slate-500\/50 {
  --tw-ring-color: rgb(100 116 139 / 0.5);
}

.ring-slate-500\/55 {
  --tw-ring-color: rgb(100 116 139 / 0.55);
}

.ring-slate-500\/60 {
  --tw-ring-color: rgb(100 116 139 / 0.6);
}

.ring-slate-500\/65 {
  --tw-ring-color: rgb(100 116 139 / 0.65);
}

.ring-slate-500\/70 {
  --tw-ring-color: rgb(100 116 139 / 0.7);
}

.ring-slate-500\/75 {
  --tw-ring-color: rgb(100 116 139 / 0.75);
}

.ring-slate-500\/80 {
  --tw-ring-color: rgb(100 116 139 / 0.8);
}

.ring-slate-500\/85 {
  --tw-ring-color: rgb(100 116 139 / 0.85);
}

.ring-slate-500\/90 {
  --tw-ring-color: rgb(100 116 139 / 0.9);
}

.ring-slate-500\/95 {
  --tw-ring-color: rgb(100 116 139 / 0.95);
}

.ring-slate-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1));
}

.ring-slate-600\/0 {
  --tw-ring-color: rgb(71 85 105 / 0);
}

.ring-slate-600\/10 {
  --tw-ring-color: rgb(71 85 105 / 0.1);
}

.ring-slate-600\/100 {
  --tw-ring-color: rgb(71 85 105 / 1);
}

.ring-slate-600\/15 {
  --tw-ring-color: rgb(71 85 105 / 0.15);
}

.ring-slate-600\/20 {
  --tw-ring-color: rgb(71 85 105 / 0.2);
}

.ring-slate-600\/25 {
  --tw-ring-color: rgb(71 85 105 / 0.25);
}

.ring-slate-600\/30 {
  --tw-ring-color: rgb(71 85 105 / 0.3);
}

.ring-slate-600\/35 {
  --tw-ring-color: rgb(71 85 105 / 0.35);
}

.ring-slate-600\/40 {
  --tw-ring-color: rgb(71 85 105 / 0.4);
}

.ring-slate-600\/45 {
  --tw-ring-color: rgb(71 85 105 / 0.45);
}

.ring-slate-600\/5 {
  --tw-ring-color: rgb(71 85 105 / 0.05);
}

.ring-slate-600\/50 {
  --tw-ring-color: rgb(71 85 105 / 0.5);
}

.ring-slate-600\/55 {
  --tw-ring-color: rgb(71 85 105 / 0.55);
}

.ring-slate-600\/60 {
  --tw-ring-color: rgb(71 85 105 / 0.6);
}

.ring-slate-600\/65 {
  --tw-ring-color: rgb(71 85 105 / 0.65);
}

.ring-slate-600\/70 {
  --tw-ring-color: rgb(71 85 105 / 0.7);
}

.ring-slate-600\/75 {
  --tw-ring-color: rgb(71 85 105 / 0.75);
}

.ring-slate-600\/80 {
  --tw-ring-color: rgb(71 85 105 / 0.8);
}

.ring-slate-600\/85 {
  --tw-ring-color: rgb(71 85 105 / 0.85);
}

.ring-slate-600\/90 {
  --tw-ring-color: rgb(71 85 105 / 0.9);
}

.ring-slate-600\/95 {
  --tw-ring-color: rgb(71 85 105 / 0.95);
}

.ring-slate-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1));
}

.ring-slate-700\/0 {
  --tw-ring-color: rgb(51 65 85 / 0);
}

.ring-slate-700\/10 {
  --tw-ring-color: rgb(51 65 85 / 0.1);
}

.ring-slate-700\/100 {
  --tw-ring-color: rgb(51 65 85 / 1);
}

.ring-slate-700\/15 {
  --tw-ring-color: rgb(51 65 85 / 0.15);
}

.ring-slate-700\/20 {
  --tw-ring-color: rgb(51 65 85 / 0.2);
}

.ring-slate-700\/25 {
  --tw-ring-color: rgb(51 65 85 / 0.25);
}

.ring-slate-700\/30 {
  --tw-ring-color: rgb(51 65 85 / 0.3);
}

.ring-slate-700\/35 {
  --tw-ring-color: rgb(51 65 85 / 0.35);
}

.ring-slate-700\/40 {
  --tw-ring-color: rgb(51 65 85 / 0.4);
}

.ring-slate-700\/45 {
  --tw-ring-color: rgb(51 65 85 / 0.45);
}

.ring-slate-700\/5 {
  --tw-ring-color: rgb(51 65 85 / 0.05);
}

.ring-slate-700\/50 {
  --tw-ring-color: rgb(51 65 85 / 0.5);
}

.ring-slate-700\/55 {
  --tw-ring-color: rgb(51 65 85 / 0.55);
}

.ring-slate-700\/60 {
  --tw-ring-color: rgb(51 65 85 / 0.6);
}

.ring-slate-700\/65 {
  --tw-ring-color: rgb(51 65 85 / 0.65);
}

.ring-slate-700\/70 {
  --tw-ring-color: rgb(51 65 85 / 0.7);
}

.ring-slate-700\/75 {
  --tw-ring-color: rgb(51 65 85 / 0.75);
}

.ring-slate-700\/80 {
  --tw-ring-color: rgb(51 65 85 / 0.8);
}

.ring-slate-700\/85 {
  --tw-ring-color: rgb(51 65 85 / 0.85);
}

.ring-slate-700\/90 {
  --tw-ring-color: rgb(51 65 85 / 0.9);
}

.ring-slate-700\/95 {
  --tw-ring-color: rgb(51 65 85 / 0.95);
}

.ring-slate-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity, 1));
}

.ring-slate-800\/0 {
  --tw-ring-color: rgb(30 41 59 / 0);
}

.ring-slate-800\/10 {
  --tw-ring-color: rgb(30 41 59 / 0.1);
}

.ring-slate-800\/100 {
  --tw-ring-color: rgb(30 41 59 / 1);
}

.ring-slate-800\/15 {
  --tw-ring-color: rgb(30 41 59 / 0.15);
}

.ring-slate-800\/20 {
  --tw-ring-color: rgb(30 41 59 / 0.2);
}

.ring-slate-800\/25 {
  --tw-ring-color: rgb(30 41 59 / 0.25);
}

.ring-slate-800\/30 {
  --tw-ring-color: rgb(30 41 59 / 0.3);
}

.ring-slate-800\/35 {
  --tw-ring-color: rgb(30 41 59 / 0.35);
}

.ring-slate-800\/40 {
  --tw-ring-color: rgb(30 41 59 / 0.4);
}

.ring-slate-800\/45 {
  --tw-ring-color: rgb(30 41 59 / 0.45);
}

.ring-slate-800\/5 {
  --tw-ring-color: rgb(30 41 59 / 0.05);
}

.ring-slate-800\/50 {
  --tw-ring-color: rgb(30 41 59 / 0.5);
}

.ring-slate-800\/55 {
  --tw-ring-color: rgb(30 41 59 / 0.55);
}

.ring-slate-800\/60 {
  --tw-ring-color: rgb(30 41 59 / 0.6);
}

.ring-slate-800\/65 {
  --tw-ring-color: rgb(30 41 59 / 0.65);
}

.ring-slate-800\/70 {
  --tw-ring-color: rgb(30 41 59 / 0.7);
}

.ring-slate-800\/75 {
  --tw-ring-color: rgb(30 41 59 / 0.75);
}

.ring-slate-800\/80 {
  --tw-ring-color: rgb(30 41 59 / 0.8);
}

.ring-slate-800\/85 {
  --tw-ring-color: rgb(30 41 59 / 0.85);
}

.ring-slate-800\/90 {
  --tw-ring-color: rgb(30 41 59 / 0.9);
}

.ring-slate-800\/95 {
  --tw-ring-color: rgb(30 41 59 / 0.95);
}

.ring-slate-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity, 1));
}

.ring-slate-900\/0 {
  --tw-ring-color: rgb(15 23 42 / 0);
}

.ring-slate-900\/10 {
  --tw-ring-color: rgb(15 23 42 / 0.1);
}

.ring-slate-900\/100 {
  --tw-ring-color: rgb(15 23 42 / 1);
}

.ring-slate-900\/15 {
  --tw-ring-color: rgb(15 23 42 / 0.15);
}

.ring-slate-900\/20 {
  --tw-ring-color: rgb(15 23 42 / 0.2);
}

.ring-slate-900\/25 {
  --tw-ring-color: rgb(15 23 42 / 0.25);
}

.ring-slate-900\/30 {
  --tw-ring-color: rgb(15 23 42 / 0.3);
}

.ring-slate-900\/35 {
  --tw-ring-color: rgb(15 23 42 / 0.35);
}

.ring-slate-900\/40 {
  --tw-ring-color: rgb(15 23 42 / 0.4);
}

.ring-slate-900\/45 {
  --tw-ring-color: rgb(15 23 42 / 0.45);
}

.ring-slate-900\/5 {
  --tw-ring-color: rgb(15 23 42 / 0.05);
}

.ring-slate-900\/50 {
  --tw-ring-color: rgb(15 23 42 / 0.5);
}

.ring-slate-900\/55 {
  --tw-ring-color: rgb(15 23 42 / 0.55);
}

.ring-slate-900\/60 {
  --tw-ring-color: rgb(15 23 42 / 0.6);
}

.ring-slate-900\/65 {
  --tw-ring-color: rgb(15 23 42 / 0.65);
}

.ring-slate-900\/70 {
  --tw-ring-color: rgb(15 23 42 / 0.7);
}

.ring-slate-900\/75 {
  --tw-ring-color: rgb(15 23 42 / 0.75);
}

.ring-slate-900\/80 {
  --tw-ring-color: rgb(15 23 42 / 0.8);
}

.ring-slate-900\/85 {
  --tw-ring-color: rgb(15 23 42 / 0.85);
}

.ring-slate-900\/90 {
  --tw-ring-color: rgb(15 23 42 / 0.9);
}

.ring-slate-900\/95 {
  --tw-ring-color: rgb(15 23 42 / 0.95);
}

.ring-slate-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 6 23 / var(--tw-ring-opacity, 1));
}

.ring-slate-950\/0 {
  --tw-ring-color: rgb(2 6 23 / 0);
}

.ring-slate-950\/10 {
  --tw-ring-color: rgb(2 6 23 / 0.1);
}

.ring-slate-950\/100 {
  --tw-ring-color: rgb(2 6 23 / 1);
}

.ring-slate-950\/15 {
  --tw-ring-color: rgb(2 6 23 / 0.15);
}

.ring-slate-950\/20 {
  --tw-ring-color: rgb(2 6 23 / 0.2);
}

.ring-slate-950\/25 {
  --tw-ring-color: rgb(2 6 23 / 0.25);
}

.ring-slate-950\/30 {
  --tw-ring-color: rgb(2 6 23 / 0.3);
}

.ring-slate-950\/35 {
  --tw-ring-color: rgb(2 6 23 / 0.35);
}

.ring-slate-950\/40 {
  --tw-ring-color: rgb(2 6 23 / 0.4);
}

.ring-slate-950\/45 {
  --tw-ring-color: rgb(2 6 23 / 0.45);
}

.ring-slate-950\/5 {
  --tw-ring-color: rgb(2 6 23 / 0.05);
}

.ring-slate-950\/50 {
  --tw-ring-color: rgb(2 6 23 / 0.5);
}

.ring-slate-950\/55 {
  --tw-ring-color: rgb(2 6 23 / 0.55);
}

.ring-slate-950\/60 {
  --tw-ring-color: rgb(2 6 23 / 0.6);
}

.ring-slate-950\/65 {
  --tw-ring-color: rgb(2 6 23 / 0.65);
}

.ring-slate-950\/70 {
  --tw-ring-color: rgb(2 6 23 / 0.7);
}

.ring-slate-950\/75 {
  --tw-ring-color: rgb(2 6 23 / 0.75);
}

.ring-slate-950\/80 {
  --tw-ring-color: rgb(2 6 23 / 0.8);
}

.ring-slate-950\/85 {
  --tw-ring-color: rgb(2 6 23 / 0.85);
}

.ring-slate-950\/90 {
  --tw-ring-color: rgb(2 6 23 / 0.9);
}

.ring-slate-950\/95 {
  --tw-ring-color: rgb(2 6 23 / 0.95);
}

.ring-stone-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 244 / var(--tw-ring-opacity, 1));
}

.ring-stone-100\/0 {
  --tw-ring-color: rgb(245 245 244 / 0);
}

.ring-stone-100\/10 {
  --tw-ring-color: rgb(245 245 244 / 0.1);
}

.ring-stone-100\/100 {
  --tw-ring-color: rgb(245 245 244 / 1);
}

.ring-stone-100\/15 {
  --tw-ring-color: rgb(245 245 244 / 0.15);
}

.ring-stone-100\/20 {
  --tw-ring-color: rgb(245 245 244 / 0.2);
}

.ring-stone-100\/25 {
  --tw-ring-color: rgb(245 245 244 / 0.25);
}

.ring-stone-100\/30 {
  --tw-ring-color: rgb(245 245 244 / 0.3);
}

.ring-stone-100\/35 {
  --tw-ring-color: rgb(245 245 244 / 0.35);
}

.ring-stone-100\/40 {
  --tw-ring-color: rgb(245 245 244 / 0.4);
}

.ring-stone-100\/45 {
  --tw-ring-color: rgb(245 245 244 / 0.45);
}

.ring-stone-100\/5 {
  --tw-ring-color: rgb(245 245 244 / 0.05);
}

.ring-stone-100\/50 {
  --tw-ring-color: rgb(245 245 244 / 0.5);
}

.ring-stone-100\/55 {
  --tw-ring-color: rgb(245 245 244 / 0.55);
}

.ring-stone-100\/60 {
  --tw-ring-color: rgb(245 245 244 / 0.6);
}

.ring-stone-100\/65 {
  --tw-ring-color: rgb(245 245 244 / 0.65);
}

.ring-stone-100\/70 {
  --tw-ring-color: rgb(245 245 244 / 0.7);
}

.ring-stone-100\/75 {
  --tw-ring-color: rgb(245 245 244 / 0.75);
}

.ring-stone-100\/80 {
  --tw-ring-color: rgb(245 245 244 / 0.8);
}

.ring-stone-100\/85 {
  --tw-ring-color: rgb(245 245 244 / 0.85);
}

.ring-stone-100\/90 {
  --tw-ring-color: rgb(245 245 244 / 0.9);
}

.ring-stone-100\/95 {
  --tw-ring-color: rgb(245 245 244 / 0.95);
}

.ring-stone-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(231 229 228 / var(--tw-ring-opacity, 1));
}

.ring-stone-200\/0 {
  --tw-ring-color: rgb(231 229 228 / 0);
}

.ring-stone-200\/10 {
  --tw-ring-color: rgb(231 229 228 / 0.1);
}

.ring-stone-200\/100 {
  --tw-ring-color: rgb(231 229 228 / 1);
}

.ring-stone-200\/15 {
  --tw-ring-color: rgb(231 229 228 / 0.15);
}

.ring-stone-200\/20 {
  --tw-ring-color: rgb(231 229 228 / 0.2);
}

.ring-stone-200\/25 {
  --tw-ring-color: rgb(231 229 228 / 0.25);
}

.ring-stone-200\/30 {
  --tw-ring-color: rgb(231 229 228 / 0.3);
}

.ring-stone-200\/35 {
  --tw-ring-color: rgb(231 229 228 / 0.35);
}

.ring-stone-200\/40 {
  --tw-ring-color: rgb(231 229 228 / 0.4);
}

.ring-stone-200\/45 {
  --tw-ring-color: rgb(231 229 228 / 0.45);
}

.ring-stone-200\/5 {
  --tw-ring-color: rgb(231 229 228 / 0.05);
}

.ring-stone-200\/50 {
  --tw-ring-color: rgb(231 229 228 / 0.5);
}

.ring-stone-200\/55 {
  --tw-ring-color: rgb(231 229 228 / 0.55);
}

.ring-stone-200\/60 {
  --tw-ring-color: rgb(231 229 228 / 0.6);
}

.ring-stone-200\/65 {
  --tw-ring-color: rgb(231 229 228 / 0.65);
}

.ring-stone-200\/70 {
  --tw-ring-color: rgb(231 229 228 / 0.7);
}

.ring-stone-200\/75 {
  --tw-ring-color: rgb(231 229 228 / 0.75);
}

.ring-stone-200\/80 {
  --tw-ring-color: rgb(231 229 228 / 0.8);
}

.ring-stone-200\/85 {
  --tw-ring-color: rgb(231 229 228 / 0.85);
}

.ring-stone-200\/90 {
  --tw-ring-color: rgb(231 229 228 / 0.9);
}

.ring-stone-200\/95 {
  --tw-ring-color: rgb(231 229 228 / 0.95);
}

.ring-stone-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity, 1));
}

.ring-stone-300\/0 {
  --tw-ring-color: rgb(214 211 209 / 0);
}

.ring-stone-300\/10 {
  --tw-ring-color: rgb(214 211 209 / 0.1);
}

.ring-stone-300\/100 {
  --tw-ring-color: rgb(214 211 209 / 1);
}

.ring-stone-300\/15 {
  --tw-ring-color: rgb(214 211 209 / 0.15);
}

.ring-stone-300\/20 {
  --tw-ring-color: rgb(214 211 209 / 0.2);
}

.ring-stone-300\/25 {
  --tw-ring-color: rgb(214 211 209 / 0.25);
}

.ring-stone-300\/30 {
  --tw-ring-color: rgb(214 211 209 / 0.3);
}

.ring-stone-300\/35 {
  --tw-ring-color: rgb(214 211 209 / 0.35);
}

.ring-stone-300\/40 {
  --tw-ring-color: rgb(214 211 209 / 0.4);
}

.ring-stone-300\/45 {
  --tw-ring-color: rgb(214 211 209 / 0.45);
}

.ring-stone-300\/5 {
  --tw-ring-color: rgb(214 211 209 / 0.05);
}

.ring-stone-300\/50 {
  --tw-ring-color: rgb(214 211 209 / 0.5);
}

.ring-stone-300\/55 {
  --tw-ring-color: rgb(214 211 209 / 0.55);
}

.ring-stone-300\/60 {
  --tw-ring-color: rgb(214 211 209 / 0.6);
}

.ring-stone-300\/65 {
  --tw-ring-color: rgb(214 211 209 / 0.65);
}

.ring-stone-300\/70 {
  --tw-ring-color: rgb(214 211 209 / 0.7);
}

.ring-stone-300\/75 {
  --tw-ring-color: rgb(214 211 209 / 0.75);
}

.ring-stone-300\/80 {
  --tw-ring-color: rgb(214 211 209 / 0.8);
}

.ring-stone-300\/85 {
  --tw-ring-color: rgb(214 211 209 / 0.85);
}

.ring-stone-300\/90 {
  --tw-ring-color: rgb(214 211 209 / 0.9);
}

.ring-stone-300\/95 {
  --tw-ring-color: rgb(214 211 209 / 0.95);
}

.ring-stone-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}

.ring-stone-400\/0 {
  --tw-ring-color: rgb(168 162 158 / 0);
}

.ring-stone-400\/10 {
  --tw-ring-color: rgb(168 162 158 / 0.1);
}

.ring-stone-400\/100 {
  --tw-ring-color: rgb(168 162 158 / 1);
}

.ring-stone-400\/15 {
  --tw-ring-color: rgb(168 162 158 / 0.15);
}

.ring-stone-400\/20 {
  --tw-ring-color: rgb(168 162 158 / 0.2);
}

.ring-stone-400\/25 {
  --tw-ring-color: rgb(168 162 158 / 0.25);
}

.ring-stone-400\/30 {
  --tw-ring-color: rgb(168 162 158 / 0.3);
}

.ring-stone-400\/35 {
  --tw-ring-color: rgb(168 162 158 / 0.35);
}

.ring-stone-400\/40 {
  --tw-ring-color: rgb(168 162 158 / 0.4);
}

.ring-stone-400\/45 {
  --tw-ring-color: rgb(168 162 158 / 0.45);
}

.ring-stone-400\/5 {
  --tw-ring-color: rgb(168 162 158 / 0.05);
}

.ring-stone-400\/50 {
  --tw-ring-color: rgb(168 162 158 / 0.5);
}

.ring-stone-400\/55 {
  --tw-ring-color: rgb(168 162 158 / 0.55);
}

.ring-stone-400\/60 {
  --tw-ring-color: rgb(168 162 158 / 0.6);
}

.ring-stone-400\/65 {
  --tw-ring-color: rgb(168 162 158 / 0.65);
}

.ring-stone-400\/70 {
  --tw-ring-color: rgb(168 162 158 / 0.7);
}

.ring-stone-400\/75 {
  --tw-ring-color: rgb(168 162 158 / 0.75);
}

.ring-stone-400\/80 {
  --tw-ring-color: rgb(168 162 158 / 0.8);
}

.ring-stone-400\/85 {
  --tw-ring-color: rgb(168 162 158 / 0.85);
}

.ring-stone-400\/90 {
  --tw-ring-color: rgb(168 162 158 / 0.9);
}

.ring-stone-400\/95 {
  --tw-ring-color: rgb(168 162 158 / 0.95);
}

.ring-stone-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 249 / var(--tw-ring-opacity, 1));
}

.ring-stone-50\/0 {
  --tw-ring-color: rgb(250 250 249 / 0);
}

.ring-stone-50\/10 {
  --tw-ring-color: rgb(250 250 249 / 0.1);
}

.ring-stone-50\/100 {
  --tw-ring-color: rgb(250 250 249 / 1);
}

.ring-stone-50\/15 {
  --tw-ring-color: rgb(250 250 249 / 0.15);
}

.ring-stone-50\/20 {
  --tw-ring-color: rgb(250 250 249 / 0.2);
}

.ring-stone-50\/25 {
  --tw-ring-color: rgb(250 250 249 / 0.25);
}

.ring-stone-50\/30 {
  --tw-ring-color: rgb(250 250 249 / 0.3);
}

.ring-stone-50\/35 {
  --tw-ring-color: rgb(250 250 249 / 0.35);
}

.ring-stone-50\/40 {
  --tw-ring-color: rgb(250 250 249 / 0.4);
}

.ring-stone-50\/45 {
  --tw-ring-color: rgb(250 250 249 / 0.45);
}

.ring-stone-50\/5 {
  --tw-ring-color: rgb(250 250 249 / 0.05);
}

.ring-stone-50\/50 {
  --tw-ring-color: rgb(250 250 249 / 0.5);
}

.ring-stone-50\/55 {
  --tw-ring-color: rgb(250 250 249 / 0.55);
}

.ring-stone-50\/60 {
  --tw-ring-color: rgb(250 250 249 / 0.6);
}

.ring-stone-50\/65 {
  --tw-ring-color: rgb(250 250 249 / 0.65);
}

.ring-stone-50\/70 {
  --tw-ring-color: rgb(250 250 249 / 0.7);
}

.ring-stone-50\/75 {
  --tw-ring-color: rgb(250 250 249 / 0.75);
}

.ring-stone-50\/80 {
  --tw-ring-color: rgb(250 250 249 / 0.8);
}

.ring-stone-50\/85 {
  --tw-ring-color: rgb(250 250 249 / 0.85);
}

.ring-stone-50\/90 {
  --tw-ring-color: rgb(250 250 249 / 0.9);
}

.ring-stone-50\/95 {
  --tw-ring-color: rgb(250 250 249 / 0.95);
}

.ring-stone-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 113 108 / var(--tw-ring-opacity, 1));
}

.ring-stone-500\/0 {
  --tw-ring-color: rgb(120 113 108 / 0);
}

.ring-stone-500\/10 {
  --tw-ring-color: rgb(120 113 108 / 0.1);
}

.ring-stone-500\/100 {
  --tw-ring-color: rgb(120 113 108 / 1);
}

.ring-stone-500\/15 {
  --tw-ring-color: rgb(120 113 108 / 0.15);
}

.ring-stone-500\/20 {
  --tw-ring-color: rgb(120 113 108 / 0.2);
}

.ring-stone-500\/25 {
  --tw-ring-color: rgb(120 113 108 / 0.25);
}

.ring-stone-500\/30 {
  --tw-ring-color: rgb(120 113 108 / 0.3);
}

.ring-stone-500\/35 {
  --tw-ring-color: rgb(120 113 108 / 0.35);
}

.ring-stone-500\/40 {
  --tw-ring-color: rgb(120 113 108 / 0.4);
}

.ring-stone-500\/45 {
  --tw-ring-color: rgb(120 113 108 / 0.45);
}

.ring-stone-500\/5 {
  --tw-ring-color: rgb(120 113 108 / 0.05);
}

.ring-stone-500\/50 {
  --tw-ring-color: rgb(120 113 108 / 0.5);
}

.ring-stone-500\/55 {
  --tw-ring-color: rgb(120 113 108 / 0.55);
}

.ring-stone-500\/60 {
  --tw-ring-color: rgb(120 113 108 / 0.6);
}

.ring-stone-500\/65 {
  --tw-ring-color: rgb(120 113 108 / 0.65);
}

.ring-stone-500\/70 {
  --tw-ring-color: rgb(120 113 108 / 0.7);
}

.ring-stone-500\/75 {
  --tw-ring-color: rgb(120 113 108 / 0.75);
}

.ring-stone-500\/80 {
  --tw-ring-color: rgb(120 113 108 / 0.8);
}

.ring-stone-500\/85 {
  --tw-ring-color: rgb(120 113 108 / 0.85);
}

.ring-stone-500\/90 {
  --tw-ring-color: rgb(120 113 108 / 0.9);
}

.ring-stone-500\/95 {
  --tw-ring-color: rgb(120 113 108 / 0.95);
}

.ring-stone-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity, 1));
}

.ring-stone-600\/0 {
  --tw-ring-color: rgb(87 83 78 / 0);
}

.ring-stone-600\/10 {
  --tw-ring-color: rgb(87 83 78 / 0.1);
}

.ring-stone-600\/100 {
  --tw-ring-color: rgb(87 83 78 / 1);
}

.ring-stone-600\/15 {
  --tw-ring-color: rgb(87 83 78 / 0.15);
}

.ring-stone-600\/20 {
  --tw-ring-color: rgb(87 83 78 / 0.2);
}

.ring-stone-600\/25 {
  --tw-ring-color: rgb(87 83 78 / 0.25);
}

.ring-stone-600\/30 {
  --tw-ring-color: rgb(87 83 78 / 0.3);
}

.ring-stone-600\/35 {
  --tw-ring-color: rgb(87 83 78 / 0.35);
}

.ring-stone-600\/40 {
  --tw-ring-color: rgb(87 83 78 / 0.4);
}

.ring-stone-600\/45 {
  --tw-ring-color: rgb(87 83 78 / 0.45);
}

.ring-stone-600\/5 {
  --tw-ring-color: rgb(87 83 78 / 0.05);
}

.ring-stone-600\/50 {
  --tw-ring-color: rgb(87 83 78 / 0.5);
}

.ring-stone-600\/55 {
  --tw-ring-color: rgb(87 83 78 / 0.55);
}

.ring-stone-600\/60 {
  --tw-ring-color: rgb(87 83 78 / 0.6);
}

.ring-stone-600\/65 {
  --tw-ring-color: rgb(87 83 78 / 0.65);
}

.ring-stone-600\/70 {
  --tw-ring-color: rgb(87 83 78 / 0.7);
}

.ring-stone-600\/75 {
  --tw-ring-color: rgb(87 83 78 / 0.75);
}

.ring-stone-600\/80 {
  --tw-ring-color: rgb(87 83 78 / 0.8);
}

.ring-stone-600\/85 {
  --tw-ring-color: rgb(87 83 78 / 0.85);
}

.ring-stone-600\/90 {
  --tw-ring-color: rgb(87 83 78 / 0.9);
}

.ring-stone-600\/95 {
  --tw-ring-color: rgb(87 83 78 / 0.95);
}

.ring-stone-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(68 64 60 / var(--tw-ring-opacity, 1));
}

.ring-stone-700\/0 {
  --tw-ring-color: rgb(68 64 60 / 0);
}

.ring-stone-700\/10 {
  --tw-ring-color: rgb(68 64 60 / 0.1);
}

.ring-stone-700\/100 {
  --tw-ring-color: rgb(68 64 60 / 1);
}

.ring-stone-700\/15 {
  --tw-ring-color: rgb(68 64 60 / 0.15);
}

.ring-stone-700\/20 {
  --tw-ring-color: rgb(68 64 60 / 0.2);
}

.ring-stone-700\/25 {
  --tw-ring-color: rgb(68 64 60 / 0.25);
}

.ring-stone-700\/30 {
  --tw-ring-color: rgb(68 64 60 / 0.3);
}

.ring-stone-700\/35 {
  --tw-ring-color: rgb(68 64 60 / 0.35);
}

.ring-stone-700\/40 {
  --tw-ring-color: rgb(68 64 60 / 0.4);
}

.ring-stone-700\/45 {
  --tw-ring-color: rgb(68 64 60 / 0.45);
}

.ring-stone-700\/5 {
  --tw-ring-color: rgb(68 64 60 / 0.05);
}

.ring-stone-700\/50 {
  --tw-ring-color: rgb(68 64 60 / 0.5);
}

.ring-stone-700\/55 {
  --tw-ring-color: rgb(68 64 60 / 0.55);
}

.ring-stone-700\/60 {
  --tw-ring-color: rgb(68 64 60 / 0.6);
}

.ring-stone-700\/65 {
  --tw-ring-color: rgb(68 64 60 / 0.65);
}

.ring-stone-700\/70 {
  --tw-ring-color: rgb(68 64 60 / 0.7);
}

.ring-stone-700\/75 {
  --tw-ring-color: rgb(68 64 60 / 0.75);
}

.ring-stone-700\/80 {
  --tw-ring-color: rgb(68 64 60 / 0.8);
}

.ring-stone-700\/85 {
  --tw-ring-color: rgb(68 64 60 / 0.85);
}

.ring-stone-700\/90 {
  --tw-ring-color: rgb(68 64 60 / 0.9);
}

.ring-stone-700\/95 {
  --tw-ring-color: rgb(68 64 60 / 0.95);
}

.ring-stone-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(41 37 36 / var(--tw-ring-opacity, 1));
}

.ring-stone-800\/0 {
  --tw-ring-color: rgb(41 37 36 / 0);
}

.ring-stone-800\/10 {
  --tw-ring-color: rgb(41 37 36 / 0.1);
}

.ring-stone-800\/100 {
  --tw-ring-color: rgb(41 37 36 / 1);
}

.ring-stone-800\/15 {
  --tw-ring-color: rgb(41 37 36 / 0.15);
}

.ring-stone-800\/20 {
  --tw-ring-color: rgb(41 37 36 / 0.2);
}

.ring-stone-800\/25 {
  --tw-ring-color: rgb(41 37 36 / 0.25);
}

.ring-stone-800\/30 {
  --tw-ring-color: rgb(41 37 36 / 0.3);
}

.ring-stone-800\/35 {
  --tw-ring-color: rgb(41 37 36 / 0.35);
}

.ring-stone-800\/40 {
  --tw-ring-color: rgb(41 37 36 / 0.4);
}

.ring-stone-800\/45 {
  --tw-ring-color: rgb(41 37 36 / 0.45);
}

.ring-stone-800\/5 {
  --tw-ring-color: rgb(41 37 36 / 0.05);
}

.ring-stone-800\/50 {
  --tw-ring-color: rgb(41 37 36 / 0.5);
}

.ring-stone-800\/55 {
  --tw-ring-color: rgb(41 37 36 / 0.55);
}

.ring-stone-800\/60 {
  --tw-ring-color: rgb(41 37 36 / 0.6);
}

.ring-stone-800\/65 {
  --tw-ring-color: rgb(41 37 36 / 0.65);
}

.ring-stone-800\/70 {
  --tw-ring-color: rgb(41 37 36 / 0.7);
}

.ring-stone-800\/75 {
  --tw-ring-color: rgb(41 37 36 / 0.75);
}

.ring-stone-800\/80 {
  --tw-ring-color: rgb(41 37 36 / 0.8);
}

.ring-stone-800\/85 {
  --tw-ring-color: rgb(41 37 36 / 0.85);
}

.ring-stone-800\/90 {
  --tw-ring-color: rgb(41 37 36 / 0.9);
}

.ring-stone-800\/95 {
  --tw-ring-color: rgb(41 37 36 / 0.95);
}

.ring-stone-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 25 23 / var(--tw-ring-opacity, 1));
}

.ring-stone-900\/0 {
  --tw-ring-color: rgb(28 25 23 / 0);
}

.ring-stone-900\/10 {
  --tw-ring-color: rgb(28 25 23 / 0.1);
}

.ring-stone-900\/100 {
  --tw-ring-color: rgb(28 25 23 / 1);
}

.ring-stone-900\/15 {
  --tw-ring-color: rgb(28 25 23 / 0.15);
}

.ring-stone-900\/20 {
  --tw-ring-color: rgb(28 25 23 / 0.2);
}

.ring-stone-900\/25 {
  --tw-ring-color: rgb(28 25 23 / 0.25);
}

.ring-stone-900\/30 {
  --tw-ring-color: rgb(28 25 23 / 0.3);
}

.ring-stone-900\/35 {
  --tw-ring-color: rgb(28 25 23 / 0.35);
}

.ring-stone-900\/40 {
  --tw-ring-color: rgb(28 25 23 / 0.4);
}

.ring-stone-900\/45 {
  --tw-ring-color: rgb(28 25 23 / 0.45);
}

.ring-stone-900\/5 {
  --tw-ring-color: rgb(28 25 23 / 0.05);
}

.ring-stone-900\/50 {
  --tw-ring-color: rgb(28 25 23 / 0.5);
}

.ring-stone-900\/55 {
  --tw-ring-color: rgb(28 25 23 / 0.55);
}

.ring-stone-900\/60 {
  --tw-ring-color: rgb(28 25 23 / 0.6);
}

.ring-stone-900\/65 {
  --tw-ring-color: rgb(28 25 23 / 0.65);
}

.ring-stone-900\/70 {
  --tw-ring-color: rgb(28 25 23 / 0.7);
}

.ring-stone-900\/75 {
  --tw-ring-color: rgb(28 25 23 / 0.75);
}

.ring-stone-900\/80 {
  --tw-ring-color: rgb(28 25 23 / 0.8);
}

.ring-stone-900\/85 {
  --tw-ring-color: rgb(28 25 23 / 0.85);
}

.ring-stone-900\/90 {
  --tw-ring-color: rgb(28 25 23 / 0.9);
}

.ring-stone-900\/95 {
  --tw-ring-color: rgb(28 25 23 / 0.95);
}

.ring-stone-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 10 9 / var(--tw-ring-opacity, 1));
}

.ring-stone-950\/0 {
  --tw-ring-color: rgb(12 10 9 / 0);
}

.ring-stone-950\/10 {
  --tw-ring-color: rgb(12 10 9 / 0.1);
}

.ring-stone-950\/100 {
  --tw-ring-color: rgb(12 10 9 / 1);
}

.ring-stone-950\/15 {
  --tw-ring-color: rgb(12 10 9 / 0.15);
}

.ring-stone-950\/20 {
  --tw-ring-color: rgb(12 10 9 / 0.2);
}

.ring-stone-950\/25 {
  --tw-ring-color: rgb(12 10 9 / 0.25);
}

.ring-stone-950\/30 {
  --tw-ring-color: rgb(12 10 9 / 0.3);
}

.ring-stone-950\/35 {
  --tw-ring-color: rgb(12 10 9 / 0.35);
}

.ring-stone-950\/40 {
  --tw-ring-color: rgb(12 10 9 / 0.4);
}

.ring-stone-950\/45 {
  --tw-ring-color: rgb(12 10 9 / 0.45);
}

.ring-stone-950\/5 {
  --tw-ring-color: rgb(12 10 9 / 0.05);
}

.ring-stone-950\/50 {
  --tw-ring-color: rgb(12 10 9 / 0.5);
}

.ring-stone-950\/55 {
  --tw-ring-color: rgb(12 10 9 / 0.55);
}

.ring-stone-950\/60 {
  --tw-ring-color: rgb(12 10 9 / 0.6);
}

.ring-stone-950\/65 {
  --tw-ring-color: rgb(12 10 9 / 0.65);
}

.ring-stone-950\/70 {
  --tw-ring-color: rgb(12 10 9 / 0.7);
}

.ring-stone-950\/75 {
  --tw-ring-color: rgb(12 10 9 / 0.75);
}

.ring-stone-950\/80 {
  --tw-ring-color: rgb(12 10 9 / 0.8);
}

.ring-stone-950\/85 {
  --tw-ring-color: rgb(12 10 9 / 0.85);
}

.ring-stone-950\/90 {
  --tw-ring-color: rgb(12 10 9 / 0.9);
}

.ring-stone-950\/95 {
  --tw-ring-color: rgb(12 10 9 / 0.95);
}

.ring-teal-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity, 1));
}

.ring-teal-100\/0 {
  --tw-ring-color: rgb(204 251 241 / 0);
}

.ring-teal-100\/10 {
  --tw-ring-color: rgb(204 251 241 / 0.1);
}

.ring-teal-100\/100 {
  --tw-ring-color: rgb(204 251 241 / 1);
}

.ring-teal-100\/15 {
  --tw-ring-color: rgb(204 251 241 / 0.15);
}

.ring-teal-100\/20 {
  --tw-ring-color: rgb(204 251 241 / 0.2);
}

.ring-teal-100\/25 {
  --tw-ring-color: rgb(204 251 241 / 0.25);
}

.ring-teal-100\/30 {
  --tw-ring-color: rgb(204 251 241 / 0.3);
}

.ring-teal-100\/35 {
  --tw-ring-color: rgb(204 251 241 / 0.35);
}

.ring-teal-100\/40 {
  --tw-ring-color: rgb(204 251 241 / 0.4);
}

.ring-teal-100\/45 {
  --tw-ring-color: rgb(204 251 241 / 0.45);
}

.ring-teal-100\/5 {
  --tw-ring-color: rgb(204 251 241 / 0.05);
}

.ring-teal-100\/50 {
  --tw-ring-color: rgb(204 251 241 / 0.5);
}

.ring-teal-100\/55 {
  --tw-ring-color: rgb(204 251 241 / 0.55);
}

.ring-teal-100\/60 {
  --tw-ring-color: rgb(204 251 241 / 0.6);
}

.ring-teal-100\/65 {
  --tw-ring-color: rgb(204 251 241 / 0.65);
}

.ring-teal-100\/70 {
  --tw-ring-color: rgb(204 251 241 / 0.7);
}

.ring-teal-100\/75 {
  --tw-ring-color: rgb(204 251 241 / 0.75);
}

.ring-teal-100\/80 {
  --tw-ring-color: rgb(204 251 241 / 0.8);
}

.ring-teal-100\/85 {
  --tw-ring-color: rgb(204 251 241 / 0.85);
}

.ring-teal-100\/90 {
  --tw-ring-color: rgb(204 251 241 / 0.9);
}

.ring-teal-100\/95 {
  --tw-ring-color: rgb(204 251 241 / 0.95);
}

.ring-teal-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity, 1));
}

.ring-teal-200\/0 {
  --tw-ring-color: rgb(153 246 228 / 0);
}

.ring-teal-200\/10 {
  --tw-ring-color: rgb(153 246 228 / 0.1);
}

.ring-teal-200\/100 {
  --tw-ring-color: rgb(153 246 228 / 1);
}

.ring-teal-200\/15 {
  --tw-ring-color: rgb(153 246 228 / 0.15);
}

.ring-teal-200\/20 {
  --tw-ring-color: rgb(153 246 228 / 0.2);
}

.ring-teal-200\/25 {
  --tw-ring-color: rgb(153 246 228 / 0.25);
}

.ring-teal-200\/30 {
  --tw-ring-color: rgb(153 246 228 / 0.3);
}

.ring-teal-200\/35 {
  --tw-ring-color: rgb(153 246 228 / 0.35);
}

.ring-teal-200\/40 {
  --tw-ring-color: rgb(153 246 228 / 0.4);
}

.ring-teal-200\/45 {
  --tw-ring-color: rgb(153 246 228 / 0.45);
}

.ring-teal-200\/5 {
  --tw-ring-color: rgb(153 246 228 / 0.05);
}

.ring-teal-200\/50 {
  --tw-ring-color: rgb(153 246 228 / 0.5);
}

.ring-teal-200\/55 {
  --tw-ring-color: rgb(153 246 228 / 0.55);
}

.ring-teal-200\/60 {
  --tw-ring-color: rgb(153 246 228 / 0.6);
}

.ring-teal-200\/65 {
  --tw-ring-color: rgb(153 246 228 / 0.65);
}

.ring-teal-200\/70 {
  --tw-ring-color: rgb(153 246 228 / 0.7);
}

.ring-teal-200\/75 {
  --tw-ring-color: rgb(153 246 228 / 0.75);
}

.ring-teal-200\/80 {
  --tw-ring-color: rgb(153 246 228 / 0.8);
}

.ring-teal-200\/85 {
  --tw-ring-color: rgb(153 246 228 / 0.85);
}

.ring-teal-200\/90 {
  --tw-ring-color: rgb(153 246 228 / 0.9);
}

.ring-teal-200\/95 {
  --tw-ring-color: rgb(153 246 228 / 0.95);
}

.ring-teal-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity, 1));
}

.ring-teal-300\/0 {
  --tw-ring-color: rgb(94 234 212 / 0);
}

.ring-teal-300\/10 {
  --tw-ring-color: rgb(94 234 212 / 0.1);
}

.ring-teal-300\/100 {
  --tw-ring-color: rgb(94 234 212 / 1);
}

.ring-teal-300\/15 {
  --tw-ring-color: rgb(94 234 212 / 0.15);
}

.ring-teal-300\/20 {
  --tw-ring-color: rgb(94 234 212 / 0.2);
}

.ring-teal-300\/25 {
  --tw-ring-color: rgb(94 234 212 / 0.25);
}

.ring-teal-300\/30 {
  --tw-ring-color: rgb(94 234 212 / 0.3);
}

.ring-teal-300\/35 {
  --tw-ring-color: rgb(94 234 212 / 0.35);
}

.ring-teal-300\/40 {
  --tw-ring-color: rgb(94 234 212 / 0.4);
}

.ring-teal-300\/45 {
  --tw-ring-color: rgb(94 234 212 / 0.45);
}

.ring-teal-300\/5 {
  --tw-ring-color: rgb(94 234 212 / 0.05);
}

.ring-teal-300\/50 {
  --tw-ring-color: rgb(94 234 212 / 0.5);
}

.ring-teal-300\/55 {
  --tw-ring-color: rgb(94 234 212 / 0.55);
}

.ring-teal-300\/60 {
  --tw-ring-color: rgb(94 234 212 / 0.6);
}

.ring-teal-300\/65 {
  --tw-ring-color: rgb(94 234 212 / 0.65);
}

.ring-teal-300\/70 {
  --tw-ring-color: rgb(94 234 212 / 0.7);
}

.ring-teal-300\/75 {
  --tw-ring-color: rgb(94 234 212 / 0.75);
}

.ring-teal-300\/80 {
  --tw-ring-color: rgb(94 234 212 / 0.8);
}

.ring-teal-300\/85 {
  --tw-ring-color: rgb(94 234 212 / 0.85);
}

.ring-teal-300\/90 {
  --tw-ring-color: rgb(94 234 212 / 0.9);
}

.ring-teal-300\/95 {
  --tw-ring-color: rgb(94 234 212 / 0.95);
}

.ring-teal-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}

.ring-teal-400\/0 {
  --tw-ring-color: rgb(45 212 191 / 0);
}

.ring-teal-400\/10 {
  --tw-ring-color: rgb(45 212 191 / 0.1);
}

.ring-teal-400\/100 {
  --tw-ring-color: rgb(45 212 191 / 1);
}

.ring-teal-400\/15 {
  --tw-ring-color: rgb(45 212 191 / 0.15);
}

.ring-teal-400\/20 {
  --tw-ring-color: rgb(45 212 191 / 0.2);
}

.ring-teal-400\/25 {
  --tw-ring-color: rgb(45 212 191 / 0.25);
}

.ring-teal-400\/30 {
  --tw-ring-color: rgb(45 212 191 / 0.3);
}

.ring-teal-400\/35 {
  --tw-ring-color: rgb(45 212 191 / 0.35);
}

.ring-teal-400\/40 {
  --tw-ring-color: rgb(45 212 191 / 0.4);
}

.ring-teal-400\/45 {
  --tw-ring-color: rgb(45 212 191 / 0.45);
}

.ring-teal-400\/5 {
  --tw-ring-color: rgb(45 212 191 / 0.05);
}

.ring-teal-400\/50 {
  --tw-ring-color: rgb(45 212 191 / 0.5);
}

.ring-teal-400\/55 {
  --tw-ring-color: rgb(45 212 191 / 0.55);
}

.ring-teal-400\/60 {
  --tw-ring-color: rgb(45 212 191 / 0.6);
}

.ring-teal-400\/65 {
  --tw-ring-color: rgb(45 212 191 / 0.65);
}

.ring-teal-400\/70 {
  --tw-ring-color: rgb(45 212 191 / 0.7);
}

.ring-teal-400\/75 {
  --tw-ring-color: rgb(45 212 191 / 0.75);
}

.ring-teal-400\/80 {
  --tw-ring-color: rgb(45 212 191 / 0.8);
}

.ring-teal-400\/85 {
  --tw-ring-color: rgb(45 212 191 / 0.85);
}

.ring-teal-400\/90 {
  --tw-ring-color: rgb(45 212 191 / 0.9);
}

.ring-teal-400\/95 {
  --tw-ring-color: rgb(45 212 191 / 0.95);
}

.ring-teal-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity, 1));
}

.ring-teal-50\/0 {
  --tw-ring-color: rgb(240 253 250 / 0);
}

.ring-teal-50\/10 {
  --tw-ring-color: rgb(240 253 250 / 0.1);
}

.ring-teal-50\/100 {
  --tw-ring-color: rgb(240 253 250 / 1);
}

.ring-teal-50\/15 {
  --tw-ring-color: rgb(240 253 250 / 0.15);
}

.ring-teal-50\/20 {
  --tw-ring-color: rgb(240 253 250 / 0.2);
}

.ring-teal-50\/25 {
  --tw-ring-color: rgb(240 253 250 / 0.25);
}

.ring-teal-50\/30 {
  --tw-ring-color: rgb(240 253 250 / 0.3);
}

.ring-teal-50\/35 {
  --tw-ring-color: rgb(240 253 250 / 0.35);
}

.ring-teal-50\/40 {
  --tw-ring-color: rgb(240 253 250 / 0.4);
}

.ring-teal-50\/45 {
  --tw-ring-color: rgb(240 253 250 / 0.45);
}

.ring-teal-50\/5 {
  --tw-ring-color: rgb(240 253 250 / 0.05);
}

.ring-teal-50\/50 {
  --tw-ring-color: rgb(240 253 250 / 0.5);
}

.ring-teal-50\/55 {
  --tw-ring-color: rgb(240 253 250 / 0.55);
}

.ring-teal-50\/60 {
  --tw-ring-color: rgb(240 253 250 / 0.6);
}

.ring-teal-50\/65 {
  --tw-ring-color: rgb(240 253 250 / 0.65);
}

.ring-teal-50\/70 {
  --tw-ring-color: rgb(240 253 250 / 0.7);
}

.ring-teal-50\/75 {
  --tw-ring-color: rgb(240 253 250 / 0.75);
}

.ring-teal-50\/80 {
  --tw-ring-color: rgb(240 253 250 / 0.8);
}

.ring-teal-50\/85 {
  --tw-ring-color: rgb(240 253 250 / 0.85);
}

.ring-teal-50\/90 {
  --tw-ring-color: rgb(240 253 250 / 0.9);
}

.ring-teal-50\/95 {
  --tw-ring-color: rgb(240 253 250 / 0.95);
}

.ring-teal-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}

.ring-teal-500\/0 {
  --tw-ring-color: rgb(20 184 166 / 0);
}

.ring-teal-500\/10 {
  --tw-ring-color: rgb(20 184 166 / 0.1);
}

.ring-teal-500\/100 {
  --tw-ring-color: rgb(20 184 166 / 1);
}

.ring-teal-500\/15 {
  --tw-ring-color: rgb(20 184 166 / 0.15);
}

.ring-teal-500\/20 {
  --tw-ring-color: rgb(20 184 166 / 0.2);
}

.ring-teal-500\/25 {
  --tw-ring-color: rgb(20 184 166 / 0.25);
}

.ring-teal-500\/30 {
  --tw-ring-color: rgb(20 184 166 / 0.3);
}

.ring-teal-500\/35 {
  --tw-ring-color: rgb(20 184 166 / 0.35);
}

.ring-teal-500\/40 {
  --tw-ring-color: rgb(20 184 166 / 0.4);
}

.ring-teal-500\/45 {
  --tw-ring-color: rgb(20 184 166 / 0.45);
}

.ring-teal-500\/5 {
  --tw-ring-color: rgb(20 184 166 / 0.05);
}

.ring-teal-500\/50 {
  --tw-ring-color: rgb(20 184 166 / 0.5);
}

.ring-teal-500\/55 {
  --tw-ring-color: rgb(20 184 166 / 0.55);
}

.ring-teal-500\/60 {
  --tw-ring-color: rgb(20 184 166 / 0.6);
}

.ring-teal-500\/65 {
  --tw-ring-color: rgb(20 184 166 / 0.65);
}

.ring-teal-500\/70 {
  --tw-ring-color: rgb(20 184 166 / 0.7);
}

.ring-teal-500\/75 {
  --tw-ring-color: rgb(20 184 166 / 0.75);
}

.ring-teal-500\/80 {
  --tw-ring-color: rgb(20 184 166 / 0.8);
}

.ring-teal-500\/85 {
  --tw-ring-color: rgb(20 184 166 / 0.85);
}

.ring-teal-500\/90 {
  --tw-ring-color: rgb(20 184 166 / 0.9);
}

.ring-teal-500\/95 {
  --tw-ring-color: rgb(20 184 166 / 0.95);
}

.ring-teal-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1));
}

.ring-teal-600\/0 {
  --tw-ring-color: rgb(13 148 136 / 0);
}

.ring-teal-600\/10 {
  --tw-ring-color: rgb(13 148 136 / 0.1);
}

.ring-teal-600\/100 {
  --tw-ring-color: rgb(13 148 136 / 1);
}

.ring-teal-600\/15 {
  --tw-ring-color: rgb(13 148 136 / 0.15);
}

.ring-teal-600\/20 {
  --tw-ring-color: rgb(13 148 136 / 0.2);
}

.ring-teal-600\/25 {
  --tw-ring-color: rgb(13 148 136 / 0.25);
}

.ring-teal-600\/30 {
  --tw-ring-color: rgb(13 148 136 / 0.3);
}

.ring-teal-600\/35 {
  --tw-ring-color: rgb(13 148 136 / 0.35);
}

.ring-teal-600\/40 {
  --tw-ring-color: rgb(13 148 136 / 0.4);
}

.ring-teal-600\/45 {
  --tw-ring-color: rgb(13 148 136 / 0.45);
}

.ring-teal-600\/5 {
  --tw-ring-color: rgb(13 148 136 / 0.05);
}

.ring-teal-600\/50 {
  --tw-ring-color: rgb(13 148 136 / 0.5);
}

.ring-teal-600\/55 {
  --tw-ring-color: rgb(13 148 136 / 0.55);
}

.ring-teal-600\/60 {
  --tw-ring-color: rgb(13 148 136 / 0.6);
}

.ring-teal-600\/65 {
  --tw-ring-color: rgb(13 148 136 / 0.65);
}

.ring-teal-600\/70 {
  --tw-ring-color: rgb(13 148 136 / 0.7);
}

.ring-teal-600\/75 {
  --tw-ring-color: rgb(13 148 136 / 0.75);
}

.ring-teal-600\/80 {
  --tw-ring-color: rgb(13 148 136 / 0.8);
}

.ring-teal-600\/85 {
  --tw-ring-color: rgb(13 148 136 / 0.85);
}

.ring-teal-600\/90 {
  --tw-ring-color: rgb(13 148 136 / 0.9);
}

.ring-teal-600\/95 {
  --tw-ring-color: rgb(13 148 136 / 0.95);
}

.ring-teal-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1));
}

.ring-teal-700\/0 {
  --tw-ring-color: rgb(15 118 110 / 0);
}

.ring-teal-700\/10 {
  --tw-ring-color: rgb(15 118 110 / 0.1);
}

.ring-teal-700\/100 {
  --tw-ring-color: rgb(15 118 110 / 1);
}

.ring-teal-700\/15 {
  --tw-ring-color: rgb(15 118 110 / 0.15);
}

.ring-teal-700\/20 {
  --tw-ring-color: rgb(15 118 110 / 0.2);
}

.ring-teal-700\/25 {
  --tw-ring-color: rgb(15 118 110 / 0.25);
}

.ring-teal-700\/30 {
  --tw-ring-color: rgb(15 118 110 / 0.3);
}

.ring-teal-700\/35 {
  --tw-ring-color: rgb(15 118 110 / 0.35);
}

.ring-teal-700\/40 {
  --tw-ring-color: rgb(15 118 110 / 0.4);
}

.ring-teal-700\/45 {
  --tw-ring-color: rgb(15 118 110 / 0.45);
}

.ring-teal-700\/5 {
  --tw-ring-color: rgb(15 118 110 / 0.05);
}

.ring-teal-700\/50 {
  --tw-ring-color: rgb(15 118 110 / 0.5);
}

.ring-teal-700\/55 {
  --tw-ring-color: rgb(15 118 110 / 0.55);
}

.ring-teal-700\/60 {
  --tw-ring-color: rgb(15 118 110 / 0.6);
}

.ring-teal-700\/65 {
  --tw-ring-color: rgb(15 118 110 / 0.65);
}

.ring-teal-700\/70 {
  --tw-ring-color: rgb(15 118 110 / 0.7);
}

.ring-teal-700\/75 {
  --tw-ring-color: rgb(15 118 110 / 0.75);
}

.ring-teal-700\/80 {
  --tw-ring-color: rgb(15 118 110 / 0.8);
}

.ring-teal-700\/85 {
  --tw-ring-color: rgb(15 118 110 / 0.85);
}

.ring-teal-700\/90 {
  --tw-ring-color: rgb(15 118 110 / 0.9);
}

.ring-teal-700\/95 {
  --tw-ring-color: rgb(15 118 110 / 0.95);
}

.ring-teal-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity, 1));
}

.ring-teal-800\/0 {
  --tw-ring-color: rgb(17 94 89 / 0);
}

.ring-teal-800\/10 {
  --tw-ring-color: rgb(17 94 89 / 0.1);
}

.ring-teal-800\/100 {
  --tw-ring-color: rgb(17 94 89 / 1);
}

.ring-teal-800\/15 {
  --tw-ring-color: rgb(17 94 89 / 0.15);
}

.ring-teal-800\/20 {
  --tw-ring-color: rgb(17 94 89 / 0.2);
}

.ring-teal-800\/25 {
  --tw-ring-color: rgb(17 94 89 / 0.25);
}

.ring-teal-800\/30 {
  --tw-ring-color: rgb(17 94 89 / 0.3);
}

.ring-teal-800\/35 {
  --tw-ring-color: rgb(17 94 89 / 0.35);
}

.ring-teal-800\/40 {
  --tw-ring-color: rgb(17 94 89 / 0.4);
}

.ring-teal-800\/45 {
  --tw-ring-color: rgb(17 94 89 / 0.45);
}

.ring-teal-800\/5 {
  --tw-ring-color: rgb(17 94 89 / 0.05);
}

.ring-teal-800\/50 {
  --tw-ring-color: rgb(17 94 89 / 0.5);
}

.ring-teal-800\/55 {
  --tw-ring-color: rgb(17 94 89 / 0.55);
}

.ring-teal-800\/60 {
  --tw-ring-color: rgb(17 94 89 / 0.6);
}

.ring-teal-800\/65 {
  --tw-ring-color: rgb(17 94 89 / 0.65);
}

.ring-teal-800\/70 {
  --tw-ring-color: rgb(17 94 89 / 0.7);
}

.ring-teal-800\/75 {
  --tw-ring-color: rgb(17 94 89 / 0.75);
}

.ring-teal-800\/80 {
  --tw-ring-color: rgb(17 94 89 / 0.8);
}

.ring-teal-800\/85 {
  --tw-ring-color: rgb(17 94 89 / 0.85);
}

.ring-teal-800\/90 {
  --tw-ring-color: rgb(17 94 89 / 0.9);
}

.ring-teal-800\/95 {
  --tw-ring-color: rgb(17 94 89 / 0.95);
}

.ring-teal-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity, 1));
}

.ring-teal-900\/0 {
  --tw-ring-color: rgb(19 78 74 / 0);
}

.ring-teal-900\/10 {
  --tw-ring-color: rgb(19 78 74 / 0.1);
}

.ring-teal-900\/100 {
  --tw-ring-color: rgb(19 78 74 / 1);
}

.ring-teal-900\/15 {
  --tw-ring-color: rgb(19 78 74 / 0.15);
}

.ring-teal-900\/20 {
  --tw-ring-color: rgb(19 78 74 / 0.2);
}

.ring-teal-900\/25 {
  --tw-ring-color: rgb(19 78 74 / 0.25);
}

.ring-teal-900\/30 {
  --tw-ring-color: rgb(19 78 74 / 0.3);
}

.ring-teal-900\/35 {
  --tw-ring-color: rgb(19 78 74 / 0.35);
}

.ring-teal-900\/40 {
  --tw-ring-color: rgb(19 78 74 / 0.4);
}

.ring-teal-900\/45 {
  --tw-ring-color: rgb(19 78 74 / 0.45);
}

.ring-teal-900\/5 {
  --tw-ring-color: rgb(19 78 74 / 0.05);
}

.ring-teal-900\/50 {
  --tw-ring-color: rgb(19 78 74 / 0.5);
}

.ring-teal-900\/55 {
  --tw-ring-color: rgb(19 78 74 / 0.55);
}

.ring-teal-900\/60 {
  --tw-ring-color: rgb(19 78 74 / 0.6);
}

.ring-teal-900\/65 {
  --tw-ring-color: rgb(19 78 74 / 0.65);
}

.ring-teal-900\/70 {
  --tw-ring-color: rgb(19 78 74 / 0.7);
}

.ring-teal-900\/75 {
  --tw-ring-color: rgb(19 78 74 / 0.75);
}

.ring-teal-900\/80 {
  --tw-ring-color: rgb(19 78 74 / 0.8);
}

.ring-teal-900\/85 {
  --tw-ring-color: rgb(19 78 74 / 0.85);
}

.ring-teal-900\/90 {
  --tw-ring-color: rgb(19 78 74 / 0.9);
}

.ring-teal-900\/95 {
  --tw-ring-color: rgb(19 78 74 / 0.95);
}

.ring-teal-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 47 46 / var(--tw-ring-opacity, 1));
}

.ring-teal-950\/0 {
  --tw-ring-color: rgb(4 47 46 / 0);
}

.ring-teal-950\/10 {
  --tw-ring-color: rgb(4 47 46 / 0.1);
}

.ring-teal-950\/100 {
  --tw-ring-color: rgb(4 47 46 / 1);
}

.ring-teal-950\/15 {
  --tw-ring-color: rgb(4 47 46 / 0.15);
}

.ring-teal-950\/20 {
  --tw-ring-color: rgb(4 47 46 / 0.2);
}

.ring-teal-950\/25 {
  --tw-ring-color: rgb(4 47 46 / 0.25);
}

.ring-teal-950\/30 {
  --tw-ring-color: rgb(4 47 46 / 0.3);
}

.ring-teal-950\/35 {
  --tw-ring-color: rgb(4 47 46 / 0.35);
}

.ring-teal-950\/40 {
  --tw-ring-color: rgb(4 47 46 / 0.4);
}

.ring-teal-950\/45 {
  --tw-ring-color: rgb(4 47 46 / 0.45);
}

.ring-teal-950\/5 {
  --tw-ring-color: rgb(4 47 46 / 0.05);
}

.ring-teal-950\/50 {
  --tw-ring-color: rgb(4 47 46 / 0.5);
}

.ring-teal-950\/55 {
  --tw-ring-color: rgb(4 47 46 / 0.55);
}

.ring-teal-950\/60 {
  --tw-ring-color: rgb(4 47 46 / 0.6);
}

.ring-teal-950\/65 {
  --tw-ring-color: rgb(4 47 46 / 0.65);
}

.ring-teal-950\/70 {
  --tw-ring-color: rgb(4 47 46 / 0.7);
}

.ring-teal-950\/75 {
  --tw-ring-color: rgb(4 47 46 / 0.75);
}

.ring-teal-950\/80 {
  --tw-ring-color: rgb(4 47 46 / 0.8);
}

.ring-teal-950\/85 {
  --tw-ring-color: rgb(4 47 46 / 0.85);
}

.ring-teal-950\/90 {
  --tw-ring-color: rgb(4 47 46 / 0.9);
}

.ring-teal-950\/95 {
  --tw-ring-color: rgb(4 47 46 / 0.95);
}

.ring-transparent {
  --tw-ring-color: transparent;
}

.ring-transparent\/0 {
  --tw-ring-color: rgb(0 0 0 / 0);
}

.ring-transparent\/10 {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}

.ring-transparent\/100 {
  --tw-ring-color: rgb(0 0 0 / 1);
}

.ring-transparent\/15 {
  --tw-ring-color: rgb(0 0 0 / 0.15);
}

.ring-transparent\/20 {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}

.ring-transparent\/25 {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}

.ring-transparent\/30 {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}

.ring-transparent\/35 {
  --tw-ring-color: rgb(0 0 0 / 0.35);
}

.ring-transparent\/40 {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}

.ring-transparent\/45 {
  --tw-ring-color: rgb(0 0 0 / 0.45);
}

.ring-transparent\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.ring-transparent\/50 {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}

.ring-transparent\/55 {
  --tw-ring-color: rgb(0 0 0 / 0.55);
}

.ring-transparent\/60 {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}

.ring-transparent\/65 {
  --tw-ring-color: rgb(0 0 0 / 0.65);
}

.ring-transparent\/70 {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}

.ring-transparent\/75 {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}

.ring-transparent\/80 {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}

.ring-transparent\/85 {
  --tw-ring-color: rgb(0 0 0 / 0.85);
}

.ring-transparent\/90 {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}

.ring-transparent\/95 {
  --tw-ring-color: rgb(0 0 0 / 0.95);
}

.ring-violet-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity, 1));
}

.ring-violet-100\/0 {
  --tw-ring-color: rgb(237 233 254 / 0);
}

.ring-violet-100\/10 {
  --tw-ring-color: rgb(237 233 254 / 0.1);
}

.ring-violet-100\/100 {
  --tw-ring-color: rgb(237 233 254 / 1);
}

.ring-violet-100\/15 {
  --tw-ring-color: rgb(237 233 254 / 0.15);
}

.ring-violet-100\/20 {
  --tw-ring-color: rgb(237 233 254 / 0.2);
}

.ring-violet-100\/25 {
  --tw-ring-color: rgb(237 233 254 / 0.25);
}

.ring-violet-100\/30 {
  --tw-ring-color: rgb(237 233 254 / 0.3);
}

.ring-violet-100\/35 {
  --tw-ring-color: rgb(237 233 254 / 0.35);
}

.ring-violet-100\/40 {
  --tw-ring-color: rgb(237 233 254 / 0.4);
}

.ring-violet-100\/45 {
  --tw-ring-color: rgb(237 233 254 / 0.45);
}

.ring-violet-100\/5 {
  --tw-ring-color: rgb(237 233 254 / 0.05);
}

.ring-violet-100\/50 {
  --tw-ring-color: rgb(237 233 254 / 0.5);
}

.ring-violet-100\/55 {
  --tw-ring-color: rgb(237 233 254 / 0.55);
}

.ring-violet-100\/60 {
  --tw-ring-color: rgb(237 233 254 / 0.6);
}

.ring-violet-100\/65 {
  --tw-ring-color: rgb(237 233 254 / 0.65);
}

.ring-violet-100\/70 {
  --tw-ring-color: rgb(237 233 254 / 0.7);
}

.ring-violet-100\/75 {
  --tw-ring-color: rgb(237 233 254 / 0.75);
}

.ring-violet-100\/80 {
  --tw-ring-color: rgb(237 233 254 / 0.8);
}

.ring-violet-100\/85 {
  --tw-ring-color: rgb(237 233 254 / 0.85);
}

.ring-violet-100\/90 {
  --tw-ring-color: rgb(237 233 254 / 0.9);
}

.ring-violet-100\/95 {
  --tw-ring-color: rgb(237 233 254 / 0.95);
}

.ring-violet-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity, 1));
}

.ring-violet-200\/0 {
  --tw-ring-color: rgb(221 214 254 / 0);
}

.ring-violet-200\/10 {
  --tw-ring-color: rgb(221 214 254 / 0.1);
}

.ring-violet-200\/100 {
  --tw-ring-color: rgb(221 214 254 / 1);
}

.ring-violet-200\/15 {
  --tw-ring-color: rgb(221 214 254 / 0.15);
}

.ring-violet-200\/20 {
  --tw-ring-color: rgb(221 214 254 / 0.2);
}

.ring-violet-200\/25 {
  --tw-ring-color: rgb(221 214 254 / 0.25);
}

.ring-violet-200\/30 {
  --tw-ring-color: rgb(221 214 254 / 0.3);
}

.ring-violet-200\/35 {
  --tw-ring-color: rgb(221 214 254 / 0.35);
}

.ring-violet-200\/40 {
  --tw-ring-color: rgb(221 214 254 / 0.4);
}

.ring-violet-200\/45 {
  --tw-ring-color: rgb(221 214 254 / 0.45);
}

.ring-violet-200\/5 {
  --tw-ring-color: rgb(221 214 254 / 0.05);
}

.ring-violet-200\/50 {
  --tw-ring-color: rgb(221 214 254 / 0.5);
}

.ring-violet-200\/55 {
  --tw-ring-color: rgb(221 214 254 / 0.55);
}

.ring-violet-200\/60 {
  --tw-ring-color: rgb(221 214 254 / 0.6);
}

.ring-violet-200\/65 {
  --tw-ring-color: rgb(221 214 254 / 0.65);
}

.ring-violet-200\/70 {
  --tw-ring-color: rgb(221 214 254 / 0.7);
}

.ring-violet-200\/75 {
  --tw-ring-color: rgb(221 214 254 / 0.75);
}

.ring-violet-200\/80 {
  --tw-ring-color: rgb(221 214 254 / 0.8);
}

.ring-violet-200\/85 {
  --tw-ring-color: rgb(221 214 254 / 0.85);
}

.ring-violet-200\/90 {
  --tw-ring-color: rgb(221 214 254 / 0.9);
}

.ring-violet-200\/95 {
  --tw-ring-color: rgb(221 214 254 / 0.95);
}

.ring-violet-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity, 1));
}

.ring-violet-300\/0 {
  --tw-ring-color: rgb(196 181 253 / 0);
}

.ring-violet-300\/10 {
  --tw-ring-color: rgb(196 181 253 / 0.1);
}

.ring-violet-300\/100 {
  --tw-ring-color: rgb(196 181 253 / 1);
}

.ring-violet-300\/15 {
  --tw-ring-color: rgb(196 181 253 / 0.15);
}

.ring-violet-300\/20 {
  --tw-ring-color: rgb(196 181 253 / 0.2);
}

.ring-violet-300\/25 {
  --tw-ring-color: rgb(196 181 253 / 0.25);
}

.ring-violet-300\/30 {
  --tw-ring-color: rgb(196 181 253 / 0.3);
}

.ring-violet-300\/35 {
  --tw-ring-color: rgb(196 181 253 / 0.35);
}

.ring-violet-300\/40 {
  --tw-ring-color: rgb(196 181 253 / 0.4);
}

.ring-violet-300\/45 {
  --tw-ring-color: rgb(196 181 253 / 0.45);
}

.ring-violet-300\/5 {
  --tw-ring-color: rgb(196 181 253 / 0.05);
}

.ring-violet-300\/50 {
  --tw-ring-color: rgb(196 181 253 / 0.5);
}

.ring-violet-300\/55 {
  --tw-ring-color: rgb(196 181 253 / 0.55);
}

.ring-violet-300\/60 {
  --tw-ring-color: rgb(196 181 253 / 0.6);
}

.ring-violet-300\/65 {
  --tw-ring-color: rgb(196 181 253 / 0.65);
}

.ring-violet-300\/70 {
  --tw-ring-color: rgb(196 181 253 / 0.7);
}

.ring-violet-300\/75 {
  --tw-ring-color: rgb(196 181 253 / 0.75);
}

.ring-violet-300\/80 {
  --tw-ring-color: rgb(196 181 253 / 0.8);
}

.ring-violet-300\/85 {
  --tw-ring-color: rgb(196 181 253 / 0.85);
}

.ring-violet-300\/90 {
  --tw-ring-color: rgb(196 181 253 / 0.9);
}

.ring-violet-300\/95 {
  --tw-ring-color: rgb(196 181 253 / 0.95);
}

.ring-violet-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}

.ring-violet-400\/0 {
  --tw-ring-color: rgb(167 139 250 / 0);
}

.ring-violet-400\/10 {
  --tw-ring-color: rgb(167 139 250 / 0.1);
}

.ring-violet-400\/100 {
  --tw-ring-color: rgb(167 139 250 / 1);
}

.ring-violet-400\/15 {
  --tw-ring-color: rgb(167 139 250 / 0.15);
}

.ring-violet-400\/20 {
  --tw-ring-color: rgb(167 139 250 / 0.2);
}

.ring-violet-400\/25 {
  --tw-ring-color: rgb(167 139 250 / 0.25);
}

.ring-violet-400\/30 {
  --tw-ring-color: rgb(167 139 250 / 0.3);
}

.ring-violet-400\/35 {
  --tw-ring-color: rgb(167 139 250 / 0.35);
}

.ring-violet-400\/40 {
  --tw-ring-color: rgb(167 139 250 / 0.4);
}

.ring-violet-400\/45 {
  --tw-ring-color: rgb(167 139 250 / 0.45);
}

.ring-violet-400\/5 {
  --tw-ring-color: rgb(167 139 250 / 0.05);
}

.ring-violet-400\/50 {
  --tw-ring-color: rgb(167 139 250 / 0.5);
}

.ring-violet-400\/55 {
  --tw-ring-color: rgb(167 139 250 / 0.55);
}

.ring-violet-400\/60 {
  --tw-ring-color: rgb(167 139 250 / 0.6);
}

.ring-violet-400\/65 {
  --tw-ring-color: rgb(167 139 250 / 0.65);
}

.ring-violet-400\/70 {
  --tw-ring-color: rgb(167 139 250 / 0.7);
}

.ring-violet-400\/75 {
  --tw-ring-color: rgb(167 139 250 / 0.75);
}

.ring-violet-400\/80 {
  --tw-ring-color: rgb(167 139 250 / 0.8);
}

.ring-violet-400\/85 {
  --tw-ring-color: rgb(167 139 250 / 0.85);
}

.ring-violet-400\/90 {
  --tw-ring-color: rgb(167 139 250 / 0.9);
}

.ring-violet-400\/95 {
  --tw-ring-color: rgb(167 139 250 / 0.95);
}

.ring-violet-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity, 1));
}

.ring-violet-50\/0 {
  --tw-ring-color: rgb(245 243 255 / 0);
}

.ring-violet-50\/10 {
  --tw-ring-color: rgb(245 243 255 / 0.1);
}

.ring-violet-50\/100 {
  --tw-ring-color: rgb(245 243 255 / 1);
}

.ring-violet-50\/15 {
  --tw-ring-color: rgb(245 243 255 / 0.15);
}

.ring-violet-50\/20 {
  --tw-ring-color: rgb(245 243 255 / 0.2);
}

.ring-violet-50\/25 {
  --tw-ring-color: rgb(245 243 255 / 0.25);
}

.ring-violet-50\/30 {
  --tw-ring-color: rgb(245 243 255 / 0.3);
}

.ring-violet-50\/35 {
  --tw-ring-color: rgb(245 243 255 / 0.35);
}

.ring-violet-50\/40 {
  --tw-ring-color: rgb(245 243 255 / 0.4);
}

.ring-violet-50\/45 {
  --tw-ring-color: rgb(245 243 255 / 0.45);
}

.ring-violet-50\/5 {
  --tw-ring-color: rgb(245 243 255 / 0.05);
}

.ring-violet-50\/50 {
  --tw-ring-color: rgb(245 243 255 / 0.5);
}

.ring-violet-50\/55 {
  --tw-ring-color: rgb(245 243 255 / 0.55);
}

.ring-violet-50\/60 {
  --tw-ring-color: rgb(245 243 255 / 0.6);
}

.ring-violet-50\/65 {
  --tw-ring-color: rgb(245 243 255 / 0.65);
}

.ring-violet-50\/70 {
  --tw-ring-color: rgb(245 243 255 / 0.7);
}

.ring-violet-50\/75 {
  --tw-ring-color: rgb(245 243 255 / 0.75);
}

.ring-violet-50\/80 {
  --tw-ring-color: rgb(245 243 255 / 0.8);
}

.ring-violet-50\/85 {
  --tw-ring-color: rgb(245 243 255 / 0.85);
}

.ring-violet-50\/90 {
  --tw-ring-color: rgb(245 243 255 / 0.9);
}

.ring-violet-50\/95 {
  --tw-ring-color: rgb(245 243 255 / 0.95);
}

.ring-violet-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}

.ring-violet-500\/0 {
  --tw-ring-color: rgb(139 92 246 / 0);
}

.ring-violet-500\/10 {
  --tw-ring-color: rgb(139 92 246 / 0.1);
}

.ring-violet-500\/100 {
  --tw-ring-color: rgb(139 92 246 / 1);
}

.ring-violet-500\/15 {
  --tw-ring-color: rgb(139 92 246 / 0.15);
}

.ring-violet-500\/20 {
  --tw-ring-color: rgb(139 92 246 / 0.2);
}

.ring-violet-500\/25 {
  --tw-ring-color: rgb(139 92 246 / 0.25);
}

.ring-violet-500\/30 {
  --tw-ring-color: rgb(139 92 246 / 0.3);
}

.ring-violet-500\/35 {
  --tw-ring-color: rgb(139 92 246 / 0.35);
}

.ring-violet-500\/40 {
  --tw-ring-color: rgb(139 92 246 / 0.4);
}

.ring-violet-500\/45 {
  --tw-ring-color: rgb(139 92 246 / 0.45);
}

.ring-violet-500\/5 {
  --tw-ring-color: rgb(139 92 246 / 0.05);
}

.ring-violet-500\/50 {
  --tw-ring-color: rgb(139 92 246 / 0.5);
}

.ring-violet-500\/55 {
  --tw-ring-color: rgb(139 92 246 / 0.55);
}

.ring-violet-500\/60 {
  --tw-ring-color: rgb(139 92 246 / 0.6);
}

.ring-violet-500\/65 {
  --tw-ring-color: rgb(139 92 246 / 0.65);
}

.ring-violet-500\/70 {
  --tw-ring-color: rgb(139 92 246 / 0.7);
}

.ring-violet-500\/75 {
  --tw-ring-color: rgb(139 92 246 / 0.75);
}

.ring-violet-500\/80 {
  --tw-ring-color: rgb(139 92 246 / 0.8);
}

.ring-violet-500\/85 {
  --tw-ring-color: rgb(139 92 246 / 0.85);
}

.ring-violet-500\/90 {
  --tw-ring-color: rgb(139 92 246 / 0.9);
}

.ring-violet-500\/95 {
  --tw-ring-color: rgb(139 92 246 / 0.95);
}

.ring-violet-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
}

.ring-violet-600\/0 {
  --tw-ring-color: rgb(124 58 237 / 0);
}

.ring-violet-600\/10 {
  --tw-ring-color: rgb(124 58 237 / 0.1);
}

.ring-violet-600\/100 {
  --tw-ring-color: rgb(124 58 237 / 1);
}

.ring-violet-600\/15 {
  --tw-ring-color: rgb(124 58 237 / 0.15);
}

.ring-violet-600\/20 {
  --tw-ring-color: rgb(124 58 237 / 0.2);
}

.ring-violet-600\/25 {
  --tw-ring-color: rgb(124 58 237 / 0.25);
}

.ring-violet-600\/30 {
  --tw-ring-color: rgb(124 58 237 / 0.3);
}

.ring-violet-600\/35 {
  --tw-ring-color: rgb(124 58 237 / 0.35);
}

.ring-violet-600\/40 {
  --tw-ring-color: rgb(124 58 237 / 0.4);
}

.ring-violet-600\/45 {
  --tw-ring-color: rgb(124 58 237 / 0.45);
}

.ring-violet-600\/5 {
  --tw-ring-color: rgb(124 58 237 / 0.05);
}

.ring-violet-600\/50 {
  --tw-ring-color: rgb(124 58 237 / 0.5);
}

.ring-violet-600\/55 {
  --tw-ring-color: rgb(124 58 237 / 0.55);
}

.ring-violet-600\/60 {
  --tw-ring-color: rgb(124 58 237 / 0.6);
}

.ring-violet-600\/65 {
  --tw-ring-color: rgb(124 58 237 / 0.65);
}

.ring-violet-600\/70 {
  --tw-ring-color: rgb(124 58 237 / 0.7);
}

.ring-violet-600\/75 {
  --tw-ring-color: rgb(124 58 237 / 0.75);
}

.ring-violet-600\/80 {
  --tw-ring-color: rgb(124 58 237 / 0.8);
}

.ring-violet-600\/85 {
  --tw-ring-color: rgb(124 58 237 / 0.85);
}

.ring-violet-600\/90 {
  --tw-ring-color: rgb(124 58 237 / 0.9);
}

.ring-violet-600\/95 {
  --tw-ring-color: rgb(124 58 237 / 0.95);
}

.ring-violet-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
}

.ring-violet-700\/0 {
  --tw-ring-color: rgb(109 40 217 / 0);
}

.ring-violet-700\/10 {
  --tw-ring-color: rgb(109 40 217 / 0.1);
}

.ring-violet-700\/100 {
  --tw-ring-color: rgb(109 40 217 / 1);
}

.ring-violet-700\/15 {
  --tw-ring-color: rgb(109 40 217 / 0.15);
}

.ring-violet-700\/20 {
  --tw-ring-color: rgb(109 40 217 / 0.2);
}

.ring-violet-700\/25 {
  --tw-ring-color: rgb(109 40 217 / 0.25);
}

.ring-violet-700\/30 {
  --tw-ring-color: rgb(109 40 217 / 0.3);
}

.ring-violet-700\/35 {
  --tw-ring-color: rgb(109 40 217 / 0.35);
}

.ring-violet-700\/40 {
  --tw-ring-color: rgb(109 40 217 / 0.4);
}

.ring-violet-700\/45 {
  --tw-ring-color: rgb(109 40 217 / 0.45);
}

.ring-violet-700\/5 {
  --tw-ring-color: rgb(109 40 217 / 0.05);
}

.ring-violet-700\/50 {
  --tw-ring-color: rgb(109 40 217 / 0.5);
}

.ring-violet-700\/55 {
  --tw-ring-color: rgb(109 40 217 / 0.55);
}

.ring-violet-700\/60 {
  --tw-ring-color: rgb(109 40 217 / 0.6);
}

.ring-violet-700\/65 {
  --tw-ring-color: rgb(109 40 217 / 0.65);
}

.ring-violet-700\/70 {
  --tw-ring-color: rgb(109 40 217 / 0.7);
}

.ring-violet-700\/75 {
  --tw-ring-color: rgb(109 40 217 / 0.75);
}

.ring-violet-700\/80 {
  --tw-ring-color: rgb(109 40 217 / 0.8);
}

.ring-violet-700\/85 {
  --tw-ring-color: rgb(109 40 217 / 0.85);
}

.ring-violet-700\/90 {
  --tw-ring-color: rgb(109 40 217 / 0.9);
}

.ring-violet-700\/95 {
  --tw-ring-color: rgb(109 40 217 / 0.95);
}

.ring-violet-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity, 1));
}

.ring-violet-800\/0 {
  --tw-ring-color: rgb(91 33 182 / 0);
}

.ring-violet-800\/10 {
  --tw-ring-color: rgb(91 33 182 / 0.1);
}

.ring-violet-800\/100 {
  --tw-ring-color: rgb(91 33 182 / 1);
}

.ring-violet-800\/15 {
  --tw-ring-color: rgb(91 33 182 / 0.15);
}

.ring-violet-800\/20 {
  --tw-ring-color: rgb(91 33 182 / 0.2);
}

.ring-violet-800\/25 {
  --tw-ring-color: rgb(91 33 182 / 0.25);
}

.ring-violet-800\/30 {
  --tw-ring-color: rgb(91 33 182 / 0.3);
}

.ring-violet-800\/35 {
  --tw-ring-color: rgb(91 33 182 / 0.35);
}

.ring-violet-800\/40 {
  --tw-ring-color: rgb(91 33 182 / 0.4);
}

.ring-violet-800\/45 {
  --tw-ring-color: rgb(91 33 182 / 0.45);
}

.ring-violet-800\/5 {
  --tw-ring-color: rgb(91 33 182 / 0.05);
}

.ring-violet-800\/50 {
  --tw-ring-color: rgb(91 33 182 / 0.5);
}

.ring-violet-800\/55 {
  --tw-ring-color: rgb(91 33 182 / 0.55);
}

.ring-violet-800\/60 {
  --tw-ring-color: rgb(91 33 182 / 0.6);
}

.ring-violet-800\/65 {
  --tw-ring-color: rgb(91 33 182 / 0.65);
}

.ring-violet-800\/70 {
  --tw-ring-color: rgb(91 33 182 / 0.7);
}

.ring-violet-800\/75 {
  --tw-ring-color: rgb(91 33 182 / 0.75);
}

.ring-violet-800\/80 {
  --tw-ring-color: rgb(91 33 182 / 0.8);
}

.ring-violet-800\/85 {
  --tw-ring-color: rgb(91 33 182 / 0.85);
}

.ring-violet-800\/90 {
  --tw-ring-color: rgb(91 33 182 / 0.9);
}

.ring-violet-800\/95 {
  --tw-ring-color: rgb(91 33 182 / 0.95);
}

.ring-violet-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity, 1));
}

.ring-violet-900\/0 {
  --tw-ring-color: rgb(76 29 149 / 0);
}

.ring-violet-900\/10 {
  --tw-ring-color: rgb(76 29 149 / 0.1);
}

.ring-violet-900\/100 {
  --tw-ring-color: rgb(76 29 149 / 1);
}

.ring-violet-900\/15 {
  --tw-ring-color: rgb(76 29 149 / 0.15);
}

.ring-violet-900\/20 {
  --tw-ring-color: rgb(76 29 149 / 0.2);
}

.ring-violet-900\/25 {
  --tw-ring-color: rgb(76 29 149 / 0.25);
}

.ring-violet-900\/30 {
  --tw-ring-color: rgb(76 29 149 / 0.3);
}

.ring-violet-900\/35 {
  --tw-ring-color: rgb(76 29 149 / 0.35);
}

.ring-violet-900\/40 {
  --tw-ring-color: rgb(76 29 149 / 0.4);
}

.ring-violet-900\/45 {
  --tw-ring-color: rgb(76 29 149 / 0.45);
}

.ring-violet-900\/5 {
  --tw-ring-color: rgb(76 29 149 / 0.05);
}

.ring-violet-900\/50 {
  --tw-ring-color: rgb(76 29 149 / 0.5);
}

.ring-violet-900\/55 {
  --tw-ring-color: rgb(76 29 149 / 0.55);
}

.ring-violet-900\/60 {
  --tw-ring-color: rgb(76 29 149 / 0.6);
}

.ring-violet-900\/65 {
  --tw-ring-color: rgb(76 29 149 / 0.65);
}

.ring-violet-900\/70 {
  --tw-ring-color: rgb(76 29 149 / 0.7);
}

.ring-violet-900\/75 {
  --tw-ring-color: rgb(76 29 149 / 0.75);
}

.ring-violet-900\/80 {
  --tw-ring-color: rgb(76 29 149 / 0.8);
}

.ring-violet-900\/85 {
  --tw-ring-color: rgb(76 29 149 / 0.85);
}

.ring-violet-900\/90 {
  --tw-ring-color: rgb(76 29 149 / 0.9);
}

.ring-violet-900\/95 {
  --tw-ring-color: rgb(76 29 149 / 0.95);
}

.ring-violet-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 16 101 / var(--tw-ring-opacity, 1));
}

.ring-violet-950\/0 {
  --tw-ring-color: rgb(46 16 101 / 0);
}

.ring-violet-950\/10 {
  --tw-ring-color: rgb(46 16 101 / 0.1);
}

.ring-violet-950\/100 {
  --tw-ring-color: rgb(46 16 101 / 1);
}

.ring-violet-950\/15 {
  --tw-ring-color: rgb(46 16 101 / 0.15);
}

.ring-violet-950\/20 {
  --tw-ring-color: rgb(46 16 101 / 0.2);
}

.ring-violet-950\/25 {
  --tw-ring-color: rgb(46 16 101 / 0.25);
}

.ring-violet-950\/30 {
  --tw-ring-color: rgb(46 16 101 / 0.3);
}

.ring-violet-950\/35 {
  --tw-ring-color: rgb(46 16 101 / 0.35);
}

.ring-violet-950\/40 {
  --tw-ring-color: rgb(46 16 101 / 0.4);
}

.ring-violet-950\/45 {
  --tw-ring-color: rgb(46 16 101 / 0.45);
}

.ring-violet-950\/5 {
  --tw-ring-color: rgb(46 16 101 / 0.05);
}

.ring-violet-950\/50 {
  --tw-ring-color: rgb(46 16 101 / 0.5);
}

.ring-violet-950\/55 {
  --tw-ring-color: rgb(46 16 101 / 0.55);
}

.ring-violet-950\/60 {
  --tw-ring-color: rgb(46 16 101 / 0.6);
}

.ring-violet-950\/65 {
  --tw-ring-color: rgb(46 16 101 / 0.65);
}

.ring-violet-950\/70 {
  --tw-ring-color: rgb(46 16 101 / 0.7);
}

.ring-violet-950\/75 {
  --tw-ring-color: rgb(46 16 101 / 0.75);
}

.ring-violet-950\/80 {
  --tw-ring-color: rgb(46 16 101 / 0.8);
}

.ring-violet-950\/85 {
  --tw-ring-color: rgb(46 16 101 / 0.85);
}

.ring-violet-950\/90 {
  --tw-ring-color: rgb(46 16 101 / 0.9);
}

.ring-violet-950\/95 {
  --tw-ring-color: rgb(46 16 101 / 0.95);
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.ring-white\/0 {
  --tw-ring-color: rgb(255 255 255 / 0);
}

.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.ring-white\/100 {
  --tw-ring-color: rgb(255 255 255 / 1);
}

.ring-white\/15 {
  --tw-ring-color: rgb(255 255 255 / 0.15);
}

.ring-white\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}

.ring-white\/25 {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}

.ring-white\/30 {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}

.ring-white\/35 {
  --tw-ring-color: rgb(255 255 255 / 0.35);
}

.ring-white\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}

.ring-white\/45 {
  --tw-ring-color: rgb(255 255 255 / 0.45);
}

.ring-white\/5 {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}

.ring-white\/50 {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}

.ring-white\/55 {
  --tw-ring-color: rgb(255 255 255 / 0.55);
}

.ring-white\/60 {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}

.ring-white\/65 {
  --tw-ring-color: rgb(255 255 255 / 0.65);
}

.ring-white\/70 {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}

.ring-white\/75 {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}

.ring-white\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}

.ring-white\/85 {
  --tw-ring-color: rgb(255 255 255 / 0.85);
}

.ring-white\/90 {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}

.ring-white\/95 {
  --tw-ring-color: rgb(255 255 255 / 0.95);
}

.ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1));
}

.ring-yellow-100\/0 {
  --tw-ring-color: rgb(254 249 195 / 0);
}

.ring-yellow-100\/10 {
  --tw-ring-color: rgb(254 249 195 / 0.1);
}

.ring-yellow-100\/100 {
  --tw-ring-color: rgb(254 249 195 / 1);
}

.ring-yellow-100\/15 {
  --tw-ring-color: rgb(254 249 195 / 0.15);
}

.ring-yellow-100\/20 {
  --tw-ring-color: rgb(254 249 195 / 0.2);
}

.ring-yellow-100\/25 {
  --tw-ring-color: rgb(254 249 195 / 0.25);
}

.ring-yellow-100\/30 {
  --tw-ring-color: rgb(254 249 195 / 0.3);
}

.ring-yellow-100\/35 {
  --tw-ring-color: rgb(254 249 195 / 0.35);
}

.ring-yellow-100\/40 {
  --tw-ring-color: rgb(254 249 195 / 0.4);
}

.ring-yellow-100\/45 {
  --tw-ring-color: rgb(254 249 195 / 0.45);
}

.ring-yellow-100\/5 {
  --tw-ring-color: rgb(254 249 195 / 0.05);
}

.ring-yellow-100\/50 {
  --tw-ring-color: rgb(254 249 195 / 0.5);
}

.ring-yellow-100\/55 {
  --tw-ring-color: rgb(254 249 195 / 0.55);
}

.ring-yellow-100\/60 {
  --tw-ring-color: rgb(254 249 195 / 0.6);
}

.ring-yellow-100\/65 {
  --tw-ring-color: rgb(254 249 195 / 0.65);
}

.ring-yellow-100\/70 {
  --tw-ring-color: rgb(254 249 195 / 0.7);
}

.ring-yellow-100\/75 {
  --tw-ring-color: rgb(254 249 195 / 0.75);
}

.ring-yellow-100\/80 {
  --tw-ring-color: rgb(254 249 195 / 0.8);
}

.ring-yellow-100\/85 {
  --tw-ring-color: rgb(254 249 195 / 0.85);
}

.ring-yellow-100\/90 {
  --tw-ring-color: rgb(254 249 195 / 0.9);
}

.ring-yellow-100\/95 {
  --tw-ring-color: rgb(254 249 195 / 0.95);
}

.ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1));
}

.ring-yellow-200\/0 {
  --tw-ring-color: rgb(254 240 138 / 0);
}

.ring-yellow-200\/10 {
  --tw-ring-color: rgb(254 240 138 / 0.1);
}

.ring-yellow-200\/100 {
  --tw-ring-color: rgb(254 240 138 / 1);
}

.ring-yellow-200\/15 {
  --tw-ring-color: rgb(254 240 138 / 0.15);
}

.ring-yellow-200\/20 {
  --tw-ring-color: rgb(254 240 138 / 0.2);
}

.ring-yellow-200\/25 {
  --tw-ring-color: rgb(254 240 138 / 0.25);
}

.ring-yellow-200\/30 {
  --tw-ring-color: rgb(254 240 138 / 0.3);
}

.ring-yellow-200\/35 {
  --tw-ring-color: rgb(254 240 138 / 0.35);
}

.ring-yellow-200\/40 {
  --tw-ring-color: rgb(254 240 138 / 0.4);
}

.ring-yellow-200\/45 {
  --tw-ring-color: rgb(254 240 138 / 0.45);
}

.ring-yellow-200\/5 {
  --tw-ring-color: rgb(254 240 138 / 0.05);
}

.ring-yellow-200\/50 {
  --tw-ring-color: rgb(254 240 138 / 0.5);
}

.ring-yellow-200\/55 {
  --tw-ring-color: rgb(254 240 138 / 0.55);
}

.ring-yellow-200\/60 {
  --tw-ring-color: rgb(254 240 138 / 0.6);
}

.ring-yellow-200\/65 {
  --tw-ring-color: rgb(254 240 138 / 0.65);
}

.ring-yellow-200\/70 {
  --tw-ring-color: rgb(254 240 138 / 0.7);
}

.ring-yellow-200\/75 {
  --tw-ring-color: rgb(254 240 138 / 0.75);
}

.ring-yellow-200\/80 {
  --tw-ring-color: rgb(254 240 138 / 0.8);
}

.ring-yellow-200\/85 {
  --tw-ring-color: rgb(254 240 138 / 0.85);
}

.ring-yellow-200\/90 {
  --tw-ring-color: rgb(254 240 138 / 0.9);
}

.ring-yellow-200\/95 {
  --tw-ring-color: rgb(254 240 138 / 0.95);
}

.ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1));
}

.ring-yellow-300\/0 {
  --tw-ring-color: rgb(253 224 71 / 0);
}

.ring-yellow-300\/10 {
  --tw-ring-color: rgb(253 224 71 / 0.1);
}

.ring-yellow-300\/100 {
  --tw-ring-color: rgb(253 224 71 / 1);
}

.ring-yellow-300\/15 {
  --tw-ring-color: rgb(253 224 71 / 0.15);
}

.ring-yellow-300\/20 {
  --tw-ring-color: rgb(253 224 71 / 0.2);
}

.ring-yellow-300\/25 {
  --tw-ring-color: rgb(253 224 71 / 0.25);
}

.ring-yellow-300\/30 {
  --tw-ring-color: rgb(253 224 71 / 0.3);
}

.ring-yellow-300\/35 {
  --tw-ring-color: rgb(253 224 71 / 0.35);
}

.ring-yellow-300\/40 {
  --tw-ring-color: rgb(253 224 71 / 0.4);
}

.ring-yellow-300\/45 {
  --tw-ring-color: rgb(253 224 71 / 0.45);
}

.ring-yellow-300\/5 {
  --tw-ring-color: rgb(253 224 71 / 0.05);
}

.ring-yellow-300\/50 {
  --tw-ring-color: rgb(253 224 71 / 0.5);
}

.ring-yellow-300\/55 {
  --tw-ring-color: rgb(253 224 71 / 0.55);
}

.ring-yellow-300\/60 {
  --tw-ring-color: rgb(253 224 71 / 0.6);
}

.ring-yellow-300\/65 {
  --tw-ring-color: rgb(253 224 71 / 0.65);
}

.ring-yellow-300\/70 {
  --tw-ring-color: rgb(253 224 71 / 0.7);
}

.ring-yellow-300\/75 {
  --tw-ring-color: rgb(253 224 71 / 0.75);
}

.ring-yellow-300\/80 {
  --tw-ring-color: rgb(253 224 71 / 0.8);
}

.ring-yellow-300\/85 {
  --tw-ring-color: rgb(253 224 71 / 0.85);
}

.ring-yellow-300\/90 {
  --tw-ring-color: rgb(253 224 71 / 0.9);
}

.ring-yellow-300\/95 {
  --tw-ring-color: rgb(253 224 71 / 0.95);
}

.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}

.ring-yellow-400\/0 {
  --tw-ring-color: rgb(250 204 21 / 0);
}

.ring-yellow-400\/10 {
  --tw-ring-color: rgb(250 204 21 / 0.1);
}

.ring-yellow-400\/100 {
  --tw-ring-color: rgb(250 204 21 / 1);
}

.ring-yellow-400\/15 {
  --tw-ring-color: rgb(250 204 21 / 0.15);
}

.ring-yellow-400\/20 {
  --tw-ring-color: rgb(250 204 21 / 0.2);
}

.ring-yellow-400\/25 {
  --tw-ring-color: rgb(250 204 21 / 0.25);
}

.ring-yellow-400\/30 {
  --tw-ring-color: rgb(250 204 21 / 0.3);
}

.ring-yellow-400\/35 {
  --tw-ring-color: rgb(250 204 21 / 0.35);
}

.ring-yellow-400\/40 {
  --tw-ring-color: rgb(250 204 21 / 0.4);
}

.ring-yellow-400\/45 {
  --tw-ring-color: rgb(250 204 21 / 0.45);
}

.ring-yellow-400\/5 {
  --tw-ring-color: rgb(250 204 21 / 0.05);
}

.ring-yellow-400\/50 {
  --tw-ring-color: rgb(250 204 21 / 0.5);
}

.ring-yellow-400\/55 {
  --tw-ring-color: rgb(250 204 21 / 0.55);
}

.ring-yellow-400\/60 {
  --tw-ring-color: rgb(250 204 21 / 0.6);
}

.ring-yellow-400\/65 {
  --tw-ring-color: rgb(250 204 21 / 0.65);
}

.ring-yellow-400\/70 {
  --tw-ring-color: rgb(250 204 21 / 0.7);
}

.ring-yellow-400\/75 {
  --tw-ring-color: rgb(250 204 21 / 0.75);
}

.ring-yellow-400\/80 {
  --tw-ring-color: rgb(250 204 21 / 0.8);
}

.ring-yellow-400\/85 {
  --tw-ring-color: rgb(250 204 21 / 0.85);
}

.ring-yellow-400\/90 {
  --tw-ring-color: rgb(250 204 21 / 0.9);
}

.ring-yellow-400\/95 {
  --tw-ring-color: rgb(250 204 21 / 0.95);
}

.ring-yellow-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity, 1));
}

.ring-yellow-50\/0 {
  --tw-ring-color: rgb(254 252 232 / 0);
}

.ring-yellow-50\/10 {
  --tw-ring-color: rgb(254 252 232 / 0.1);
}

.ring-yellow-50\/100 {
  --tw-ring-color: rgb(254 252 232 / 1);
}

.ring-yellow-50\/15 {
  --tw-ring-color: rgb(254 252 232 / 0.15);
}

.ring-yellow-50\/20 {
  --tw-ring-color: rgb(254 252 232 / 0.2);
}

.ring-yellow-50\/25 {
  --tw-ring-color: rgb(254 252 232 / 0.25);
}

.ring-yellow-50\/30 {
  --tw-ring-color: rgb(254 252 232 / 0.3);
}

.ring-yellow-50\/35 {
  --tw-ring-color: rgb(254 252 232 / 0.35);
}

.ring-yellow-50\/40 {
  --tw-ring-color: rgb(254 252 232 / 0.4);
}

.ring-yellow-50\/45 {
  --tw-ring-color: rgb(254 252 232 / 0.45);
}

.ring-yellow-50\/5 {
  --tw-ring-color: rgb(254 252 232 / 0.05);
}

.ring-yellow-50\/50 {
  --tw-ring-color: rgb(254 252 232 / 0.5);
}

.ring-yellow-50\/55 {
  --tw-ring-color: rgb(254 252 232 / 0.55);
}

.ring-yellow-50\/60 {
  --tw-ring-color: rgb(254 252 232 / 0.6);
}

.ring-yellow-50\/65 {
  --tw-ring-color: rgb(254 252 232 / 0.65);
}

.ring-yellow-50\/70 {
  --tw-ring-color: rgb(254 252 232 / 0.7);
}

.ring-yellow-50\/75 {
  --tw-ring-color: rgb(254 252 232 / 0.75);
}

.ring-yellow-50\/80 {
  --tw-ring-color: rgb(254 252 232 / 0.8);
}

.ring-yellow-50\/85 {
  --tw-ring-color: rgb(254 252 232 / 0.85);
}

.ring-yellow-50\/90 {
  --tw-ring-color: rgb(254 252 232 / 0.9);
}

.ring-yellow-50\/95 {
  --tw-ring-color: rgb(254 252 232 / 0.95);
}

.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}

.ring-yellow-500\/0 {
  --tw-ring-color: rgb(234 179 8 / 0);
}

.ring-yellow-500\/10 {
  --tw-ring-color: rgb(234 179 8 / 0.1);
}

.ring-yellow-500\/100 {
  --tw-ring-color: rgb(234 179 8 / 1);
}

.ring-yellow-500\/15 {
  --tw-ring-color: rgb(234 179 8 / 0.15);
}

.ring-yellow-500\/20 {
  --tw-ring-color: rgb(234 179 8 / 0.2);
}

.ring-yellow-500\/25 {
  --tw-ring-color: rgb(234 179 8 / 0.25);
}

.ring-yellow-500\/30 {
  --tw-ring-color: rgb(234 179 8 / 0.3);
}

.ring-yellow-500\/35 {
  --tw-ring-color: rgb(234 179 8 / 0.35);
}

.ring-yellow-500\/40 {
  --tw-ring-color: rgb(234 179 8 / 0.4);
}

.ring-yellow-500\/45 {
  --tw-ring-color: rgb(234 179 8 / 0.45);
}

.ring-yellow-500\/5 {
  --tw-ring-color: rgb(234 179 8 / 0.05);
}

.ring-yellow-500\/50 {
  --tw-ring-color: rgb(234 179 8 / 0.5);
}

.ring-yellow-500\/55 {
  --tw-ring-color: rgb(234 179 8 / 0.55);
}

.ring-yellow-500\/60 {
  --tw-ring-color: rgb(234 179 8 / 0.6);
}

.ring-yellow-500\/65 {
  --tw-ring-color: rgb(234 179 8 / 0.65);
}

.ring-yellow-500\/70 {
  --tw-ring-color: rgb(234 179 8 / 0.7);
}

.ring-yellow-500\/75 {
  --tw-ring-color: rgb(234 179 8 / 0.75);
}

.ring-yellow-500\/80 {
  --tw-ring-color: rgb(234 179 8 / 0.8);
}

.ring-yellow-500\/85 {
  --tw-ring-color: rgb(234 179 8 / 0.85);
}

.ring-yellow-500\/90 {
  --tw-ring-color: rgb(234 179 8 / 0.9);
}

.ring-yellow-500\/95 {
  --tw-ring-color: rgb(234 179 8 / 0.95);
}

.ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1));
}

.ring-yellow-600\/0 {
  --tw-ring-color: rgb(202 138 4 / 0);
}

.ring-yellow-600\/10 {
  --tw-ring-color: rgb(202 138 4 / 0.1);
}

.ring-yellow-600\/100 {
  --tw-ring-color: rgb(202 138 4 / 1);
}

.ring-yellow-600\/15 {
  --tw-ring-color: rgb(202 138 4 / 0.15);
}

.ring-yellow-600\/20 {
  --tw-ring-color: rgb(202 138 4 / 0.2);
}

.ring-yellow-600\/25 {
  --tw-ring-color: rgb(202 138 4 / 0.25);
}

.ring-yellow-600\/30 {
  --tw-ring-color: rgb(202 138 4 / 0.3);
}

.ring-yellow-600\/35 {
  --tw-ring-color: rgb(202 138 4 / 0.35);
}

.ring-yellow-600\/40 {
  --tw-ring-color: rgb(202 138 4 / 0.4);
}

.ring-yellow-600\/45 {
  --tw-ring-color: rgb(202 138 4 / 0.45);
}

.ring-yellow-600\/5 {
  --tw-ring-color: rgb(202 138 4 / 0.05);
}

.ring-yellow-600\/50 {
  --tw-ring-color: rgb(202 138 4 / 0.5);
}

.ring-yellow-600\/55 {
  --tw-ring-color: rgb(202 138 4 / 0.55);
}

.ring-yellow-600\/60 {
  --tw-ring-color: rgb(202 138 4 / 0.6);
}

.ring-yellow-600\/65 {
  --tw-ring-color: rgb(202 138 4 / 0.65);
}

.ring-yellow-600\/70 {
  --tw-ring-color: rgb(202 138 4 / 0.7);
}

.ring-yellow-600\/75 {
  --tw-ring-color: rgb(202 138 4 / 0.75);
}

.ring-yellow-600\/80 {
  --tw-ring-color: rgb(202 138 4 / 0.8);
}

.ring-yellow-600\/85 {
  --tw-ring-color: rgb(202 138 4 / 0.85);
}

.ring-yellow-600\/90 {
  --tw-ring-color: rgb(202 138 4 / 0.9);
}

.ring-yellow-600\/95 {
  --tw-ring-color: rgb(202 138 4 / 0.95);
}

.ring-yellow-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity, 1));
}

.ring-yellow-700\/0 {
  --tw-ring-color: rgb(161 98 7 / 0);
}

.ring-yellow-700\/10 {
  --tw-ring-color: rgb(161 98 7 / 0.1);
}

.ring-yellow-700\/100 {
  --tw-ring-color: rgb(161 98 7 / 1);
}

.ring-yellow-700\/15 {
  --tw-ring-color: rgb(161 98 7 / 0.15);
}

.ring-yellow-700\/20 {
  --tw-ring-color: rgb(161 98 7 / 0.2);
}

.ring-yellow-700\/25 {
  --tw-ring-color: rgb(161 98 7 / 0.25);
}

.ring-yellow-700\/30 {
  --tw-ring-color: rgb(161 98 7 / 0.3);
}

.ring-yellow-700\/35 {
  --tw-ring-color: rgb(161 98 7 / 0.35);
}

.ring-yellow-700\/40 {
  --tw-ring-color: rgb(161 98 7 / 0.4);
}

.ring-yellow-700\/45 {
  --tw-ring-color: rgb(161 98 7 / 0.45);
}

.ring-yellow-700\/5 {
  --tw-ring-color: rgb(161 98 7 / 0.05);
}

.ring-yellow-700\/50 {
  --tw-ring-color: rgb(161 98 7 / 0.5);
}

.ring-yellow-700\/55 {
  --tw-ring-color: rgb(161 98 7 / 0.55);
}

.ring-yellow-700\/60 {
  --tw-ring-color: rgb(161 98 7 / 0.6);
}

.ring-yellow-700\/65 {
  --tw-ring-color: rgb(161 98 7 / 0.65);
}

.ring-yellow-700\/70 {
  --tw-ring-color: rgb(161 98 7 / 0.7);
}

.ring-yellow-700\/75 {
  --tw-ring-color: rgb(161 98 7 / 0.75);
}

.ring-yellow-700\/80 {
  --tw-ring-color: rgb(161 98 7 / 0.8);
}

.ring-yellow-700\/85 {
  --tw-ring-color: rgb(161 98 7 / 0.85);
}

.ring-yellow-700\/90 {
  --tw-ring-color: rgb(161 98 7 / 0.9);
}

.ring-yellow-700\/95 {
  --tw-ring-color: rgb(161 98 7 / 0.95);
}

.ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1));
}

.ring-yellow-800\/0 {
  --tw-ring-color: rgb(133 77 14 / 0);
}

.ring-yellow-800\/10 {
  --tw-ring-color: rgb(133 77 14 / 0.1);
}

.ring-yellow-800\/100 {
  --tw-ring-color: rgb(133 77 14 / 1);
}

.ring-yellow-800\/15 {
  --tw-ring-color: rgb(133 77 14 / 0.15);
}

.ring-yellow-800\/20 {
  --tw-ring-color: rgb(133 77 14 / 0.2);
}

.ring-yellow-800\/25 {
  --tw-ring-color: rgb(133 77 14 / 0.25);
}

.ring-yellow-800\/30 {
  --tw-ring-color: rgb(133 77 14 / 0.3);
}

.ring-yellow-800\/35 {
  --tw-ring-color: rgb(133 77 14 / 0.35);
}

.ring-yellow-800\/40 {
  --tw-ring-color: rgb(133 77 14 / 0.4);
}

.ring-yellow-800\/45 {
  --tw-ring-color: rgb(133 77 14 / 0.45);
}

.ring-yellow-800\/5 {
  --tw-ring-color: rgb(133 77 14 / 0.05);
}

.ring-yellow-800\/50 {
  --tw-ring-color: rgb(133 77 14 / 0.5);
}

.ring-yellow-800\/55 {
  --tw-ring-color: rgb(133 77 14 / 0.55);
}

.ring-yellow-800\/60 {
  --tw-ring-color: rgb(133 77 14 / 0.6);
}

.ring-yellow-800\/65 {
  --tw-ring-color: rgb(133 77 14 / 0.65);
}

.ring-yellow-800\/70 {
  --tw-ring-color: rgb(133 77 14 / 0.7);
}

.ring-yellow-800\/75 {
  --tw-ring-color: rgb(133 77 14 / 0.75);
}

.ring-yellow-800\/80 {
  --tw-ring-color: rgb(133 77 14 / 0.8);
}

.ring-yellow-800\/85 {
  --tw-ring-color: rgb(133 77 14 / 0.85);
}

.ring-yellow-800\/90 {
  --tw-ring-color: rgb(133 77 14 / 0.9);
}

.ring-yellow-800\/95 {
  --tw-ring-color: rgb(133 77 14 / 0.95);
}

.ring-yellow-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity, 1));
}

.ring-yellow-900\/0 {
  --tw-ring-color: rgb(113 63 18 / 0);
}

.ring-yellow-900\/10 {
  --tw-ring-color: rgb(113 63 18 / 0.1);
}

.ring-yellow-900\/100 {
  --tw-ring-color: rgb(113 63 18 / 1);
}

.ring-yellow-900\/15 {
  --tw-ring-color: rgb(113 63 18 / 0.15);
}

.ring-yellow-900\/20 {
  --tw-ring-color: rgb(113 63 18 / 0.2);
}

.ring-yellow-900\/25 {
  --tw-ring-color: rgb(113 63 18 / 0.25);
}

.ring-yellow-900\/30 {
  --tw-ring-color: rgb(113 63 18 / 0.3);
}

.ring-yellow-900\/35 {
  --tw-ring-color: rgb(113 63 18 / 0.35);
}

.ring-yellow-900\/40 {
  --tw-ring-color: rgb(113 63 18 / 0.4);
}

.ring-yellow-900\/45 {
  --tw-ring-color: rgb(113 63 18 / 0.45);
}

.ring-yellow-900\/5 {
  --tw-ring-color: rgb(113 63 18 / 0.05);
}

.ring-yellow-900\/50 {
  --tw-ring-color: rgb(113 63 18 / 0.5);
}

.ring-yellow-900\/55 {
  --tw-ring-color: rgb(113 63 18 / 0.55);
}

.ring-yellow-900\/60 {
  --tw-ring-color: rgb(113 63 18 / 0.6);
}

.ring-yellow-900\/65 {
  --tw-ring-color: rgb(113 63 18 / 0.65);
}

.ring-yellow-900\/70 {
  --tw-ring-color: rgb(113 63 18 / 0.7);
}

.ring-yellow-900\/75 {
  --tw-ring-color: rgb(113 63 18 / 0.75);
}

.ring-yellow-900\/80 {
  --tw-ring-color: rgb(113 63 18 / 0.8);
}

.ring-yellow-900\/85 {
  --tw-ring-color: rgb(113 63 18 / 0.85);
}

.ring-yellow-900\/90 {
  --tw-ring-color: rgb(113 63 18 / 0.9);
}

.ring-yellow-900\/95 {
  --tw-ring-color: rgb(113 63 18 / 0.95);
}

.ring-yellow-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity, 1));
}

.ring-yellow-950\/0 {
  --tw-ring-color: rgb(66 32 6 / 0);
}

.ring-yellow-950\/10 {
  --tw-ring-color: rgb(66 32 6 / 0.1);
}

.ring-yellow-950\/100 {
  --tw-ring-color: rgb(66 32 6 / 1);
}

.ring-yellow-950\/15 {
  --tw-ring-color: rgb(66 32 6 / 0.15);
}

.ring-yellow-950\/20 {
  --tw-ring-color: rgb(66 32 6 / 0.2);
}

.ring-yellow-950\/25 {
  --tw-ring-color: rgb(66 32 6 / 0.25);
}

.ring-yellow-950\/30 {
  --tw-ring-color: rgb(66 32 6 / 0.3);
}

.ring-yellow-950\/35 {
  --tw-ring-color: rgb(66 32 6 / 0.35);
}

.ring-yellow-950\/40 {
  --tw-ring-color: rgb(66 32 6 / 0.4);
}

.ring-yellow-950\/45 {
  --tw-ring-color: rgb(66 32 6 / 0.45);
}

.ring-yellow-950\/5 {
  --tw-ring-color: rgb(66 32 6 / 0.05);
}

.ring-yellow-950\/50 {
  --tw-ring-color: rgb(66 32 6 / 0.5);
}

.ring-yellow-950\/55 {
  --tw-ring-color: rgb(66 32 6 / 0.55);
}

.ring-yellow-950\/60 {
  --tw-ring-color: rgb(66 32 6 / 0.6);
}

.ring-yellow-950\/65 {
  --tw-ring-color: rgb(66 32 6 / 0.65);
}

.ring-yellow-950\/70 {
  --tw-ring-color: rgb(66 32 6 / 0.7);
}

.ring-yellow-950\/75 {
  --tw-ring-color: rgb(66 32 6 / 0.75);
}

.ring-yellow-950\/80 {
  --tw-ring-color: rgb(66 32 6 / 0.8);
}

.ring-yellow-950\/85 {
  --tw-ring-color: rgb(66 32 6 / 0.85);
}

.ring-yellow-950\/90 {
  --tw-ring-color: rgb(66 32 6 / 0.9);
}

.ring-yellow-950\/95 {
  --tw-ring-color: rgb(66 32 6 / 0.95);
}

.ring-zinc-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 244 245 / var(--tw-ring-opacity, 1));
}

.ring-zinc-100\/0 {
  --tw-ring-color: rgb(244 244 245 / 0);
}

.ring-zinc-100\/10 {
  --tw-ring-color: rgb(244 244 245 / 0.1);
}

.ring-zinc-100\/100 {
  --tw-ring-color: rgb(244 244 245 / 1);
}

.ring-zinc-100\/15 {
  --tw-ring-color: rgb(244 244 245 / 0.15);
}

.ring-zinc-100\/20 {
  --tw-ring-color: rgb(244 244 245 / 0.2);
}

.ring-zinc-100\/25 {
  --tw-ring-color: rgb(244 244 245 / 0.25);
}

.ring-zinc-100\/30 {
  --tw-ring-color: rgb(244 244 245 / 0.3);
}

.ring-zinc-100\/35 {
  --tw-ring-color: rgb(244 244 245 / 0.35);
}

.ring-zinc-100\/40 {
  --tw-ring-color: rgb(244 244 245 / 0.4);
}

.ring-zinc-100\/45 {
  --tw-ring-color: rgb(244 244 245 / 0.45);
}

.ring-zinc-100\/5 {
  --tw-ring-color: rgb(244 244 245 / 0.05);
}

.ring-zinc-100\/50 {
  --tw-ring-color: rgb(244 244 245 / 0.5);
}

.ring-zinc-100\/55 {
  --tw-ring-color: rgb(244 244 245 / 0.55);
}

.ring-zinc-100\/60 {
  --tw-ring-color: rgb(244 244 245 / 0.6);
}

.ring-zinc-100\/65 {
  --tw-ring-color: rgb(244 244 245 / 0.65);
}

.ring-zinc-100\/70 {
  --tw-ring-color: rgb(244 244 245 / 0.7);
}

.ring-zinc-100\/75 {
  --tw-ring-color: rgb(244 244 245 / 0.75);
}

.ring-zinc-100\/80 {
  --tw-ring-color: rgb(244 244 245 / 0.8);
}

.ring-zinc-100\/85 {
  --tw-ring-color: rgb(244 244 245 / 0.85);
}

.ring-zinc-100\/90 {
  --tw-ring-color: rgb(244 244 245 / 0.9);
}

.ring-zinc-100\/95 {
  --tw-ring-color: rgb(244 244 245 / 0.95);
}

.ring-zinc-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity, 1));
}

.ring-zinc-200\/0 {
  --tw-ring-color: rgb(228 228 231 / 0);
}

.ring-zinc-200\/10 {
  --tw-ring-color: rgb(228 228 231 / 0.1);
}

.ring-zinc-200\/100 {
  --tw-ring-color: rgb(228 228 231 / 1);
}

.ring-zinc-200\/15 {
  --tw-ring-color: rgb(228 228 231 / 0.15);
}

.ring-zinc-200\/20 {
  --tw-ring-color: rgb(228 228 231 / 0.2);
}

.ring-zinc-200\/25 {
  --tw-ring-color: rgb(228 228 231 / 0.25);
}

.ring-zinc-200\/30 {
  --tw-ring-color: rgb(228 228 231 / 0.3);
}

.ring-zinc-200\/35 {
  --tw-ring-color: rgb(228 228 231 / 0.35);
}

.ring-zinc-200\/40 {
  --tw-ring-color: rgb(228 228 231 / 0.4);
}

.ring-zinc-200\/45 {
  --tw-ring-color: rgb(228 228 231 / 0.45);
}

.ring-zinc-200\/5 {
  --tw-ring-color: rgb(228 228 231 / 0.05);
}

.ring-zinc-200\/50 {
  --tw-ring-color: rgb(228 228 231 / 0.5);
}

.ring-zinc-200\/55 {
  --tw-ring-color: rgb(228 228 231 / 0.55);
}

.ring-zinc-200\/60 {
  --tw-ring-color: rgb(228 228 231 / 0.6);
}

.ring-zinc-200\/65 {
  --tw-ring-color: rgb(228 228 231 / 0.65);
}

.ring-zinc-200\/70 {
  --tw-ring-color: rgb(228 228 231 / 0.7);
}

.ring-zinc-200\/75 {
  --tw-ring-color: rgb(228 228 231 / 0.75);
}

.ring-zinc-200\/80 {
  --tw-ring-color: rgb(228 228 231 / 0.8);
}

.ring-zinc-200\/85 {
  --tw-ring-color: rgb(228 228 231 / 0.85);
}

.ring-zinc-200\/90 {
  --tw-ring-color: rgb(228 228 231 / 0.9);
}

.ring-zinc-200\/95 {
  --tw-ring-color: rgb(228 228 231 / 0.95);
}

.ring-zinc-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 216 / var(--tw-ring-opacity, 1));
}

.ring-zinc-300\/0 {
  --tw-ring-color: rgb(212 212 216 / 0);
}

.ring-zinc-300\/10 {
  --tw-ring-color: rgb(212 212 216 / 0.1);
}

.ring-zinc-300\/100 {
  --tw-ring-color: rgb(212 212 216 / 1);
}

.ring-zinc-300\/15 {
  --tw-ring-color: rgb(212 212 216 / 0.15);
}

.ring-zinc-300\/20 {
  --tw-ring-color: rgb(212 212 216 / 0.2);
}

.ring-zinc-300\/25 {
  --tw-ring-color: rgb(212 212 216 / 0.25);
}

.ring-zinc-300\/30 {
  --tw-ring-color: rgb(212 212 216 / 0.3);
}

.ring-zinc-300\/35 {
  --tw-ring-color: rgb(212 212 216 / 0.35);
}

.ring-zinc-300\/40 {
  --tw-ring-color: rgb(212 212 216 / 0.4);
}

.ring-zinc-300\/45 {
  --tw-ring-color: rgb(212 212 216 / 0.45);
}

.ring-zinc-300\/5 {
  --tw-ring-color: rgb(212 212 216 / 0.05);
}

.ring-zinc-300\/50 {
  --tw-ring-color: rgb(212 212 216 / 0.5);
}

.ring-zinc-300\/55 {
  --tw-ring-color: rgb(212 212 216 / 0.55);
}

.ring-zinc-300\/60 {
  --tw-ring-color: rgb(212 212 216 / 0.6);
}

.ring-zinc-300\/65 {
  --tw-ring-color: rgb(212 212 216 / 0.65);
}

.ring-zinc-300\/70 {
  --tw-ring-color: rgb(212 212 216 / 0.7);
}

.ring-zinc-300\/75 {
  --tw-ring-color: rgb(212 212 216 / 0.75);
}

.ring-zinc-300\/80 {
  --tw-ring-color: rgb(212 212 216 / 0.8);
}

.ring-zinc-300\/85 {
  --tw-ring-color: rgb(212 212 216 / 0.85);
}

.ring-zinc-300\/90 {
  --tw-ring-color: rgb(212 212 216 / 0.9);
}

.ring-zinc-300\/95 {
  --tw-ring-color: rgb(212 212 216 / 0.95);
}

.ring-zinc-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1));
}

.ring-zinc-400\/0 {
  --tw-ring-color: rgb(161 161 170 / 0);
}

.ring-zinc-400\/10 {
  --tw-ring-color: rgb(161 161 170 / 0.1);
}

.ring-zinc-400\/100 {
  --tw-ring-color: rgb(161 161 170 / 1);
}

.ring-zinc-400\/15 {
  --tw-ring-color: rgb(161 161 170 / 0.15);
}

.ring-zinc-400\/20 {
  --tw-ring-color: rgb(161 161 170 / 0.2);
}

.ring-zinc-400\/25 {
  --tw-ring-color: rgb(161 161 170 / 0.25);
}

.ring-zinc-400\/30 {
  --tw-ring-color: rgb(161 161 170 / 0.3);
}

.ring-zinc-400\/35 {
  --tw-ring-color: rgb(161 161 170 / 0.35);
}

.ring-zinc-400\/40 {
  --tw-ring-color: rgb(161 161 170 / 0.4);
}

.ring-zinc-400\/45 {
  --tw-ring-color: rgb(161 161 170 / 0.45);
}

.ring-zinc-400\/5 {
  --tw-ring-color: rgb(161 161 170 / 0.05);
}

.ring-zinc-400\/50 {
  --tw-ring-color: rgb(161 161 170 / 0.5);
}

.ring-zinc-400\/55 {
  --tw-ring-color: rgb(161 161 170 / 0.55);
}

.ring-zinc-400\/60 {
  --tw-ring-color: rgb(161 161 170 / 0.6);
}

.ring-zinc-400\/65 {
  --tw-ring-color: rgb(161 161 170 / 0.65);
}

.ring-zinc-400\/70 {
  --tw-ring-color: rgb(161 161 170 / 0.7);
}

.ring-zinc-400\/75 {
  --tw-ring-color: rgb(161 161 170 / 0.75);
}

.ring-zinc-400\/80 {
  --tw-ring-color: rgb(161 161 170 / 0.8);
}

.ring-zinc-400\/85 {
  --tw-ring-color: rgb(161 161 170 / 0.85);
}

.ring-zinc-400\/90 {
  --tw-ring-color: rgb(161 161 170 / 0.9);
}

.ring-zinc-400\/95 {
  --tw-ring-color: rgb(161 161 170 / 0.95);
}

.ring-zinc-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}

.ring-zinc-50\/0 {
  --tw-ring-color: rgb(250 250 250 / 0);
}

.ring-zinc-50\/10 {
  --tw-ring-color: rgb(250 250 250 / 0.1);
}

.ring-zinc-50\/100 {
  --tw-ring-color: rgb(250 250 250 / 1);
}

.ring-zinc-50\/15 {
  --tw-ring-color: rgb(250 250 250 / 0.15);
}

.ring-zinc-50\/20 {
  --tw-ring-color: rgb(250 250 250 / 0.2);
}

.ring-zinc-50\/25 {
  --tw-ring-color: rgb(250 250 250 / 0.25);
}

.ring-zinc-50\/30 {
  --tw-ring-color: rgb(250 250 250 / 0.3);
}

.ring-zinc-50\/35 {
  --tw-ring-color: rgb(250 250 250 / 0.35);
}

.ring-zinc-50\/40 {
  --tw-ring-color: rgb(250 250 250 / 0.4);
}

.ring-zinc-50\/45 {
  --tw-ring-color: rgb(250 250 250 / 0.45);
}

.ring-zinc-50\/5 {
  --tw-ring-color: rgb(250 250 250 / 0.05);
}

.ring-zinc-50\/50 {
  --tw-ring-color: rgb(250 250 250 / 0.5);
}

.ring-zinc-50\/55 {
  --tw-ring-color: rgb(250 250 250 / 0.55);
}

.ring-zinc-50\/60 {
  --tw-ring-color: rgb(250 250 250 / 0.6);
}

.ring-zinc-50\/65 {
  --tw-ring-color: rgb(250 250 250 / 0.65);
}

.ring-zinc-50\/70 {
  --tw-ring-color: rgb(250 250 250 / 0.7);
}

.ring-zinc-50\/75 {
  --tw-ring-color: rgb(250 250 250 / 0.75);
}

.ring-zinc-50\/80 {
  --tw-ring-color: rgb(250 250 250 / 0.8);
}

.ring-zinc-50\/85 {
  --tw-ring-color: rgb(250 250 250 / 0.85);
}

.ring-zinc-50\/90 {
  --tw-ring-color: rgb(250 250 250 / 0.9);
}

.ring-zinc-50\/95 {
  --tw-ring-color: rgb(250 250 250 / 0.95);
}

.ring-zinc-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 113 122 / var(--tw-ring-opacity, 1));
}

.ring-zinc-500\/0 {
  --tw-ring-color: rgb(113 113 122 / 0);
}

.ring-zinc-500\/10 {
  --tw-ring-color: rgb(113 113 122 / 0.1);
}

.ring-zinc-500\/100 {
  --tw-ring-color: rgb(113 113 122 / 1);
}

.ring-zinc-500\/15 {
  --tw-ring-color: rgb(113 113 122 / 0.15);
}

.ring-zinc-500\/20 {
  --tw-ring-color: rgb(113 113 122 / 0.2);
}

.ring-zinc-500\/25 {
  --tw-ring-color: rgb(113 113 122 / 0.25);
}

.ring-zinc-500\/30 {
  --tw-ring-color: rgb(113 113 122 / 0.3);
}

.ring-zinc-500\/35 {
  --tw-ring-color: rgb(113 113 122 / 0.35);
}

.ring-zinc-500\/40 {
  --tw-ring-color: rgb(113 113 122 / 0.4);
}

.ring-zinc-500\/45 {
  --tw-ring-color: rgb(113 113 122 / 0.45);
}

.ring-zinc-500\/5 {
  --tw-ring-color: rgb(113 113 122 / 0.05);
}

.ring-zinc-500\/50 {
  --tw-ring-color: rgb(113 113 122 / 0.5);
}

.ring-zinc-500\/55 {
  --tw-ring-color: rgb(113 113 122 / 0.55);
}

.ring-zinc-500\/60 {
  --tw-ring-color: rgb(113 113 122 / 0.6);
}

.ring-zinc-500\/65 {
  --tw-ring-color: rgb(113 113 122 / 0.65);
}

.ring-zinc-500\/70 {
  --tw-ring-color: rgb(113 113 122 / 0.7);
}

.ring-zinc-500\/75 {
  --tw-ring-color: rgb(113 113 122 / 0.75);
}

.ring-zinc-500\/80 {
  --tw-ring-color: rgb(113 113 122 / 0.8);
}

.ring-zinc-500\/85 {
  --tw-ring-color: rgb(113 113 122 / 0.85);
}

.ring-zinc-500\/90 {
  --tw-ring-color: rgb(113 113 122 / 0.9);
}

.ring-zinc-500\/95 {
  --tw-ring-color: rgb(113 113 122 / 0.95);
}

.ring-zinc-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 91 / var(--tw-ring-opacity, 1));
}

.ring-zinc-600\/0 {
  --tw-ring-color: rgb(82 82 91 / 0);
}

.ring-zinc-600\/10 {
  --tw-ring-color: rgb(82 82 91 / 0.1);
}

.ring-zinc-600\/100 {
  --tw-ring-color: rgb(82 82 91 / 1);
}

.ring-zinc-600\/15 {
  --tw-ring-color: rgb(82 82 91 / 0.15);
}

.ring-zinc-600\/20 {
  --tw-ring-color: rgb(82 82 91 / 0.2);
}

.ring-zinc-600\/25 {
  --tw-ring-color: rgb(82 82 91 / 0.25);
}

.ring-zinc-600\/30 {
  --tw-ring-color: rgb(82 82 91 / 0.3);
}

.ring-zinc-600\/35 {
  --tw-ring-color: rgb(82 82 91 / 0.35);
}

.ring-zinc-600\/40 {
  --tw-ring-color: rgb(82 82 91 / 0.4);
}

.ring-zinc-600\/45 {
  --tw-ring-color: rgb(82 82 91 / 0.45);
}

.ring-zinc-600\/5 {
  --tw-ring-color: rgb(82 82 91 / 0.05);
}

.ring-zinc-600\/50 {
  --tw-ring-color: rgb(82 82 91 / 0.5);
}

.ring-zinc-600\/55 {
  --tw-ring-color: rgb(82 82 91 / 0.55);
}

.ring-zinc-600\/60 {
  --tw-ring-color: rgb(82 82 91 / 0.6);
}

.ring-zinc-600\/65 {
  --tw-ring-color: rgb(82 82 91 / 0.65);
}

.ring-zinc-600\/70 {
  --tw-ring-color: rgb(82 82 91 / 0.7);
}

.ring-zinc-600\/75 {
  --tw-ring-color: rgb(82 82 91 / 0.75);
}

.ring-zinc-600\/80 {
  --tw-ring-color: rgb(82 82 91 / 0.8);
}

.ring-zinc-600\/85 {
  --tw-ring-color: rgb(82 82 91 / 0.85);
}

.ring-zinc-600\/90 {
  --tw-ring-color: rgb(82 82 91 / 0.9);
}

.ring-zinc-600\/95 {
  --tw-ring-color: rgb(82 82 91 / 0.95);
}

.ring-zinc-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 63 70 / var(--tw-ring-opacity, 1));
}

.ring-zinc-700\/0 {
  --tw-ring-color: rgb(63 63 70 / 0);
}

.ring-zinc-700\/10 {
  --tw-ring-color: rgb(63 63 70 / 0.1);
}

.ring-zinc-700\/100 {
  --tw-ring-color: rgb(63 63 70 / 1);
}

.ring-zinc-700\/15 {
  --tw-ring-color: rgb(63 63 70 / 0.15);
}

.ring-zinc-700\/20 {
  --tw-ring-color: rgb(63 63 70 / 0.2);
}

.ring-zinc-700\/25 {
  --tw-ring-color: rgb(63 63 70 / 0.25);
}

.ring-zinc-700\/30 {
  --tw-ring-color: rgb(63 63 70 / 0.3);
}

.ring-zinc-700\/35 {
  --tw-ring-color: rgb(63 63 70 / 0.35);
}

.ring-zinc-700\/40 {
  --tw-ring-color: rgb(63 63 70 / 0.4);
}

.ring-zinc-700\/45 {
  --tw-ring-color: rgb(63 63 70 / 0.45);
}

.ring-zinc-700\/5 {
  --tw-ring-color: rgb(63 63 70 / 0.05);
}

.ring-zinc-700\/50 {
  --tw-ring-color: rgb(63 63 70 / 0.5);
}

.ring-zinc-700\/55 {
  --tw-ring-color: rgb(63 63 70 / 0.55);
}

.ring-zinc-700\/60 {
  --tw-ring-color: rgb(63 63 70 / 0.6);
}

.ring-zinc-700\/65 {
  --tw-ring-color: rgb(63 63 70 / 0.65);
}

.ring-zinc-700\/70 {
  --tw-ring-color: rgb(63 63 70 / 0.7);
}

.ring-zinc-700\/75 {
  --tw-ring-color: rgb(63 63 70 / 0.75);
}

.ring-zinc-700\/80 {
  --tw-ring-color: rgb(63 63 70 / 0.8);
}

.ring-zinc-700\/85 {
  --tw-ring-color: rgb(63 63 70 / 0.85);
}

.ring-zinc-700\/90 {
  --tw-ring-color: rgb(63 63 70 / 0.9);
}

.ring-zinc-700\/95 {
  --tw-ring-color: rgb(63 63 70 / 0.95);
}

.ring-zinc-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 39 42 / var(--tw-ring-opacity, 1));
}

.ring-zinc-800\/0 {
  --tw-ring-color: rgb(39 39 42 / 0);
}

.ring-zinc-800\/10 {
  --tw-ring-color: rgb(39 39 42 / 0.1);
}

.ring-zinc-800\/100 {
  --tw-ring-color: rgb(39 39 42 / 1);
}

.ring-zinc-800\/15 {
  --tw-ring-color: rgb(39 39 42 / 0.15);
}

.ring-zinc-800\/20 {
  --tw-ring-color: rgb(39 39 42 / 0.2);
}

.ring-zinc-800\/25 {
  --tw-ring-color: rgb(39 39 42 / 0.25);
}

.ring-zinc-800\/30 {
  --tw-ring-color: rgb(39 39 42 / 0.3);
}

.ring-zinc-800\/35 {
  --tw-ring-color: rgb(39 39 42 / 0.35);
}

.ring-zinc-800\/40 {
  --tw-ring-color: rgb(39 39 42 / 0.4);
}

.ring-zinc-800\/45 {
  --tw-ring-color: rgb(39 39 42 / 0.45);
}

.ring-zinc-800\/5 {
  --tw-ring-color: rgb(39 39 42 / 0.05);
}

.ring-zinc-800\/50 {
  --tw-ring-color: rgb(39 39 42 / 0.5);
}

.ring-zinc-800\/55 {
  --tw-ring-color: rgb(39 39 42 / 0.55);
}

.ring-zinc-800\/60 {
  --tw-ring-color: rgb(39 39 42 / 0.6);
}

.ring-zinc-800\/65 {
  --tw-ring-color: rgb(39 39 42 / 0.65);
}

.ring-zinc-800\/70 {
  --tw-ring-color: rgb(39 39 42 / 0.7);
}

.ring-zinc-800\/75 {
  --tw-ring-color: rgb(39 39 42 / 0.75);
}

.ring-zinc-800\/80 {
  --tw-ring-color: rgb(39 39 42 / 0.8);
}

.ring-zinc-800\/85 {
  --tw-ring-color: rgb(39 39 42 / 0.85);
}

.ring-zinc-800\/90 {
  --tw-ring-color: rgb(39 39 42 / 0.9);
}

.ring-zinc-800\/95 {
  --tw-ring-color: rgb(39 39 42 / 0.95);
}

.ring-zinc-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity, 1));
}

.ring-zinc-900\/0 {
  --tw-ring-color: rgb(24 24 27 / 0);
}

.ring-zinc-900\/10 {
  --tw-ring-color: rgb(24 24 27 / 0.1);
}

.ring-zinc-900\/100 {
  --tw-ring-color: rgb(24 24 27 / 1);
}

.ring-zinc-900\/15 {
  --tw-ring-color: rgb(24 24 27 / 0.15);
}

.ring-zinc-900\/20 {
  --tw-ring-color: rgb(24 24 27 / 0.2);
}

.ring-zinc-900\/25 {
  --tw-ring-color: rgb(24 24 27 / 0.25);
}

.ring-zinc-900\/30 {
  --tw-ring-color: rgb(24 24 27 / 0.3);
}

.ring-zinc-900\/35 {
  --tw-ring-color: rgb(24 24 27 / 0.35);
}

.ring-zinc-900\/40 {
  --tw-ring-color: rgb(24 24 27 / 0.4);
}

.ring-zinc-900\/45 {
  --tw-ring-color: rgb(24 24 27 / 0.45);
}

.ring-zinc-900\/5 {
  --tw-ring-color: rgb(24 24 27 / 0.05);
}

.ring-zinc-900\/50 {
  --tw-ring-color: rgb(24 24 27 / 0.5);
}

.ring-zinc-900\/55 {
  --tw-ring-color: rgb(24 24 27 / 0.55);
}

.ring-zinc-900\/60 {
  --tw-ring-color: rgb(24 24 27 / 0.6);
}

.ring-zinc-900\/65 {
  --tw-ring-color: rgb(24 24 27 / 0.65);
}

.ring-zinc-900\/70 {
  --tw-ring-color: rgb(24 24 27 / 0.7);
}

.ring-zinc-900\/75 {
  --tw-ring-color: rgb(24 24 27 / 0.75);
}

.ring-zinc-900\/80 {
  --tw-ring-color: rgb(24 24 27 / 0.8);
}

.ring-zinc-900\/85 {
  --tw-ring-color: rgb(24 24 27 / 0.85);
}

.ring-zinc-900\/90 {
  --tw-ring-color: rgb(24 24 27 / 0.9);
}

.ring-zinc-900\/95 {
  --tw-ring-color: rgb(24 24 27 / 0.95);
}

.ring-zinc-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(9 9 11 / var(--tw-ring-opacity, 1));
}

.ring-zinc-950\/0 {
  --tw-ring-color: rgb(9 9 11 / 0);
}

.ring-zinc-950\/10 {
  --tw-ring-color: rgb(9 9 11 / 0.1);
}

.ring-zinc-950\/100 {
  --tw-ring-color: rgb(9 9 11 / 1);
}

.ring-zinc-950\/15 {
  --tw-ring-color: rgb(9 9 11 / 0.15);
}

.ring-zinc-950\/20 {
  --tw-ring-color: rgb(9 9 11 / 0.2);
}

.ring-zinc-950\/25 {
  --tw-ring-color: rgb(9 9 11 / 0.25);
}

.ring-zinc-950\/30 {
  --tw-ring-color: rgb(9 9 11 / 0.3);
}

.ring-zinc-950\/35 {
  --tw-ring-color: rgb(9 9 11 / 0.35);
}

.ring-zinc-950\/40 {
  --tw-ring-color: rgb(9 9 11 / 0.4);
}

.ring-zinc-950\/45 {
  --tw-ring-color: rgb(9 9 11 / 0.45);
}

.ring-zinc-950\/5 {
  --tw-ring-color: rgb(9 9 11 / 0.05);
}

.ring-zinc-950\/50 {
  --tw-ring-color: rgb(9 9 11 / 0.5);
}

.ring-zinc-950\/55 {
  --tw-ring-color: rgb(9 9 11 / 0.55);
}

.ring-zinc-950\/60 {
  --tw-ring-color: rgb(9 9 11 / 0.6);
}

.ring-zinc-950\/65 {
  --tw-ring-color: rgb(9 9 11 / 0.65);
}

.ring-zinc-950\/70 {
  --tw-ring-color: rgb(9 9 11 / 0.7);
}

.ring-zinc-950\/75 {
  --tw-ring-color: rgb(9 9 11 / 0.75);
}

.ring-zinc-950\/80 {
  --tw-ring-color: rgb(9 9 11 / 0.8);
}

.ring-zinc-950\/85 {
  --tw-ring-color: rgb(9 9 11 / 0.85);
}

.ring-zinc-950\/90 {
  --tw-ring-color: rgb(9 9 11 / 0.9);
}

.ring-zinc-950\/95 {
  --tw-ring-color: rgb(9 9 11 / 0.95);
}

.ring-opacity-0 {
  --tw-ring-opacity: 0;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1;
}

.ring-opacity-15 {
  --tw-ring-opacity: 0.15;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25;
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}

.ring-opacity-35 {
  --tw-ring-opacity: 0.35;
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}

.ring-opacity-45 {
  --tw-ring-opacity: 0.45;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-opacity-55 {
  --tw-ring-opacity: 0.55;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}

.ring-opacity-65 {
  --tw-ring-opacity: 0.65;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}

.ring-opacity-85 {
  --tw-ring-opacity: 0.85;
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95;
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px;
}

.ring-offset-8 {
  --tw-ring-offset-width: 8px;
}

.ring-offset-amber-100 {
  --tw-ring-offset-color: #fef3c7;
}

.ring-offset-amber-100\/0 {
  --tw-ring-offset-color: rgb(254 243 199 / 0);
}

.ring-offset-amber-100\/10 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.1);
}

.ring-offset-amber-100\/100 {
  --tw-ring-offset-color: rgb(254 243 199 / 1);
}

.ring-offset-amber-100\/15 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.15);
}

.ring-offset-amber-100\/20 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.2);
}

.ring-offset-amber-100\/25 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.25);
}

.ring-offset-amber-100\/30 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.3);
}

.ring-offset-amber-100\/35 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.35);
}

.ring-offset-amber-100\/40 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.4);
}

.ring-offset-amber-100\/45 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.45);
}

.ring-offset-amber-100\/5 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.05);
}

.ring-offset-amber-100\/50 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.5);
}

.ring-offset-amber-100\/55 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.55);
}

.ring-offset-amber-100\/60 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.6);
}

.ring-offset-amber-100\/65 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.65);
}

.ring-offset-amber-100\/70 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.7);
}

.ring-offset-amber-100\/75 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.75);
}

.ring-offset-amber-100\/80 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.8);
}

.ring-offset-amber-100\/85 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.85);
}

.ring-offset-amber-100\/90 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.9);
}

.ring-offset-amber-100\/95 {
  --tw-ring-offset-color: rgb(254 243 199 / 0.95);
}

.ring-offset-amber-200 {
  --tw-ring-offset-color: #fde68a;
}

.ring-offset-amber-200\/0 {
  --tw-ring-offset-color: rgb(253 230 138 / 0);
}

.ring-offset-amber-200\/10 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.1);
}

.ring-offset-amber-200\/100 {
  --tw-ring-offset-color: rgb(253 230 138 / 1);
}

.ring-offset-amber-200\/15 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.15);
}

.ring-offset-amber-200\/20 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.2);
}

.ring-offset-amber-200\/25 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.25);
}

.ring-offset-amber-200\/30 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.3);
}

.ring-offset-amber-200\/35 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.35);
}

.ring-offset-amber-200\/40 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.4);
}

.ring-offset-amber-200\/45 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.45);
}

.ring-offset-amber-200\/5 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.05);
}

.ring-offset-amber-200\/50 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.5);
}

.ring-offset-amber-200\/55 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.55);
}

.ring-offset-amber-200\/60 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.6);
}

.ring-offset-amber-200\/65 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.65);
}

.ring-offset-amber-200\/70 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.7);
}

.ring-offset-amber-200\/75 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.75);
}

.ring-offset-amber-200\/80 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.8);
}

.ring-offset-amber-200\/85 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.85);
}

.ring-offset-amber-200\/90 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.9);
}

.ring-offset-amber-200\/95 {
  --tw-ring-offset-color: rgb(253 230 138 / 0.95);
}

.ring-offset-amber-300 {
  --tw-ring-offset-color: #fcd34d;
}

.ring-offset-amber-300\/0 {
  --tw-ring-offset-color: rgb(252 211 77 / 0);
}

.ring-offset-amber-300\/10 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.1);
}

.ring-offset-amber-300\/100 {
  --tw-ring-offset-color: rgb(252 211 77 / 1);
}

.ring-offset-amber-300\/15 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.15);
}

.ring-offset-amber-300\/20 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.2);
}

.ring-offset-amber-300\/25 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.25);
}

.ring-offset-amber-300\/30 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.3);
}

.ring-offset-amber-300\/35 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.35);
}

.ring-offset-amber-300\/40 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.4);
}

.ring-offset-amber-300\/45 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.45);
}

.ring-offset-amber-300\/5 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.05);
}

.ring-offset-amber-300\/50 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.5);
}

.ring-offset-amber-300\/55 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.55);
}

.ring-offset-amber-300\/60 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.6);
}

.ring-offset-amber-300\/65 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.65);
}

.ring-offset-amber-300\/70 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.7);
}

.ring-offset-amber-300\/75 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.75);
}

.ring-offset-amber-300\/80 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.8);
}

.ring-offset-amber-300\/85 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.85);
}

.ring-offset-amber-300\/90 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.9);
}

.ring-offset-amber-300\/95 {
  --tw-ring-offset-color: rgb(252 211 77 / 0.95);
}

.ring-offset-amber-400 {
  --tw-ring-offset-color: #fbbf24;
}

.ring-offset-amber-400\/0 {
  --tw-ring-offset-color: rgb(251 191 36 / 0);
}

.ring-offset-amber-400\/10 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.1);
}

.ring-offset-amber-400\/100 {
  --tw-ring-offset-color: rgb(251 191 36 / 1);
}

.ring-offset-amber-400\/15 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.15);
}

.ring-offset-amber-400\/20 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.2);
}

.ring-offset-amber-400\/25 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.25);
}

.ring-offset-amber-400\/30 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.3);
}

.ring-offset-amber-400\/35 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.35);
}

.ring-offset-amber-400\/40 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.4);
}

.ring-offset-amber-400\/45 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.45);
}

.ring-offset-amber-400\/5 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.05);
}

.ring-offset-amber-400\/50 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.5);
}

.ring-offset-amber-400\/55 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.55);
}

.ring-offset-amber-400\/60 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.6);
}

.ring-offset-amber-400\/65 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.65);
}

.ring-offset-amber-400\/70 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.7);
}

.ring-offset-amber-400\/75 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.75);
}

.ring-offset-amber-400\/80 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.8);
}

.ring-offset-amber-400\/85 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.85);
}

.ring-offset-amber-400\/90 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.9);
}

.ring-offset-amber-400\/95 {
  --tw-ring-offset-color: rgb(251 191 36 / 0.95);
}

.ring-offset-amber-50 {
  --tw-ring-offset-color: #fffbeb;
}

.ring-offset-amber-50\/0 {
  --tw-ring-offset-color: rgb(255 251 235 / 0);
}

.ring-offset-amber-50\/10 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.1);
}

.ring-offset-amber-50\/100 {
  --tw-ring-offset-color: rgb(255 251 235 / 1);
}

.ring-offset-amber-50\/15 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.15);
}

.ring-offset-amber-50\/20 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.2);
}

.ring-offset-amber-50\/25 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.25);
}

.ring-offset-amber-50\/30 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.3);
}

.ring-offset-amber-50\/35 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.35);
}

.ring-offset-amber-50\/40 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.4);
}

.ring-offset-amber-50\/45 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.45);
}

.ring-offset-amber-50\/5 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.05);
}

.ring-offset-amber-50\/50 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.5);
}

.ring-offset-amber-50\/55 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.55);
}

.ring-offset-amber-50\/60 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.6);
}

.ring-offset-amber-50\/65 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.65);
}

.ring-offset-amber-50\/70 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.7);
}

.ring-offset-amber-50\/75 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.75);
}

.ring-offset-amber-50\/80 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.8);
}

.ring-offset-amber-50\/85 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.85);
}

.ring-offset-amber-50\/90 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.9);
}

.ring-offset-amber-50\/95 {
  --tw-ring-offset-color: rgb(255 251 235 / 0.95);
}

.ring-offset-amber-500 {
  --tw-ring-offset-color: #f59e0b;
}

.ring-offset-amber-500\/0 {
  --tw-ring-offset-color: rgb(245 158 11 / 0);
}

.ring-offset-amber-500\/10 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.1);
}

.ring-offset-amber-500\/100 {
  --tw-ring-offset-color: rgb(245 158 11 / 1);
}

.ring-offset-amber-500\/15 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.15);
}

.ring-offset-amber-500\/20 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.2);
}

.ring-offset-amber-500\/25 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.25);
}

.ring-offset-amber-500\/30 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.3);
}

.ring-offset-amber-500\/35 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.35);
}

.ring-offset-amber-500\/40 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.4);
}

.ring-offset-amber-500\/45 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.45);
}

.ring-offset-amber-500\/5 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.05);
}

.ring-offset-amber-500\/50 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.5);
}

.ring-offset-amber-500\/55 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.55);
}

.ring-offset-amber-500\/60 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.6);
}

.ring-offset-amber-500\/65 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.65);
}

.ring-offset-amber-500\/70 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.7);
}

.ring-offset-amber-500\/75 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.75);
}

.ring-offset-amber-500\/80 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.8);
}

.ring-offset-amber-500\/85 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.85);
}

.ring-offset-amber-500\/90 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.9);
}

.ring-offset-amber-500\/95 {
  --tw-ring-offset-color: rgb(245 158 11 / 0.95);
}

.ring-offset-amber-600 {
  --tw-ring-offset-color: #d97706;
}

.ring-offset-amber-600\/0 {
  --tw-ring-offset-color: rgb(217 119 6 / 0);
}

.ring-offset-amber-600\/10 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.1);
}

.ring-offset-amber-600\/100 {
  --tw-ring-offset-color: rgb(217 119 6 / 1);
}

.ring-offset-amber-600\/15 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.15);
}

.ring-offset-amber-600\/20 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.2);
}

.ring-offset-amber-600\/25 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.25);
}

.ring-offset-amber-600\/30 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.3);
}

.ring-offset-amber-600\/35 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.35);
}

.ring-offset-amber-600\/40 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.4);
}

.ring-offset-amber-600\/45 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.45);
}

.ring-offset-amber-600\/5 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.05);
}

.ring-offset-amber-600\/50 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.5);
}

.ring-offset-amber-600\/55 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.55);
}

.ring-offset-amber-600\/60 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.6);
}

.ring-offset-amber-600\/65 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.65);
}

.ring-offset-amber-600\/70 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.7);
}

.ring-offset-amber-600\/75 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.75);
}

.ring-offset-amber-600\/80 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.8);
}

.ring-offset-amber-600\/85 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.85);
}

.ring-offset-amber-600\/90 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.9);
}

.ring-offset-amber-600\/95 {
  --tw-ring-offset-color: rgb(217 119 6 / 0.95);
}

.ring-offset-amber-700 {
  --tw-ring-offset-color: #b45309;
}

.ring-offset-amber-700\/0 {
  --tw-ring-offset-color: rgb(180 83 9 / 0);
}

.ring-offset-amber-700\/10 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.1);
}

.ring-offset-amber-700\/100 {
  --tw-ring-offset-color: rgb(180 83 9 / 1);
}

.ring-offset-amber-700\/15 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.15);
}

.ring-offset-amber-700\/20 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.2);
}

.ring-offset-amber-700\/25 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.25);
}

.ring-offset-amber-700\/30 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.3);
}

.ring-offset-amber-700\/35 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.35);
}

.ring-offset-amber-700\/40 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.4);
}

.ring-offset-amber-700\/45 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.45);
}

.ring-offset-amber-700\/5 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.05);
}

.ring-offset-amber-700\/50 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.5);
}

.ring-offset-amber-700\/55 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.55);
}

.ring-offset-amber-700\/60 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.6);
}

.ring-offset-amber-700\/65 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.65);
}

.ring-offset-amber-700\/70 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.7);
}

.ring-offset-amber-700\/75 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.75);
}

.ring-offset-amber-700\/80 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.8);
}

.ring-offset-amber-700\/85 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.85);
}

.ring-offset-amber-700\/90 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.9);
}

.ring-offset-amber-700\/95 {
  --tw-ring-offset-color: rgb(180 83 9 / 0.95);
}

.ring-offset-amber-800 {
  --tw-ring-offset-color: #92400e;
}

.ring-offset-amber-800\/0 {
  --tw-ring-offset-color: rgb(146 64 14 / 0);
}

.ring-offset-amber-800\/10 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.1);
}

.ring-offset-amber-800\/100 {
  --tw-ring-offset-color: rgb(146 64 14 / 1);
}

.ring-offset-amber-800\/15 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.15);
}

.ring-offset-amber-800\/20 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.2);
}

.ring-offset-amber-800\/25 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.25);
}

.ring-offset-amber-800\/30 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.3);
}

.ring-offset-amber-800\/35 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.35);
}

.ring-offset-amber-800\/40 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.4);
}

.ring-offset-amber-800\/45 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.45);
}

.ring-offset-amber-800\/5 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.05);
}

.ring-offset-amber-800\/50 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.5);
}

.ring-offset-amber-800\/55 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.55);
}

.ring-offset-amber-800\/60 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.6);
}

.ring-offset-amber-800\/65 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.65);
}

.ring-offset-amber-800\/70 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.7);
}

.ring-offset-amber-800\/75 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.75);
}

.ring-offset-amber-800\/80 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.8);
}

.ring-offset-amber-800\/85 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.85);
}

.ring-offset-amber-800\/90 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.9);
}

.ring-offset-amber-800\/95 {
  --tw-ring-offset-color: rgb(146 64 14 / 0.95);
}

.ring-offset-amber-900 {
  --tw-ring-offset-color: #78350f;
}

.ring-offset-amber-900\/0 {
  --tw-ring-offset-color: rgb(120 53 15 / 0);
}

.ring-offset-amber-900\/10 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.1);
}

.ring-offset-amber-900\/100 {
  --tw-ring-offset-color: rgb(120 53 15 / 1);
}

.ring-offset-amber-900\/15 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.15);
}

.ring-offset-amber-900\/20 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.2);
}

.ring-offset-amber-900\/25 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.25);
}

.ring-offset-amber-900\/30 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.3);
}

.ring-offset-amber-900\/35 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.35);
}

.ring-offset-amber-900\/40 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.4);
}

.ring-offset-amber-900\/45 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.45);
}

.ring-offset-amber-900\/5 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.05);
}

.ring-offset-amber-900\/50 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.5);
}

.ring-offset-amber-900\/55 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.55);
}

.ring-offset-amber-900\/60 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.6);
}

.ring-offset-amber-900\/65 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.65);
}

.ring-offset-amber-900\/70 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.7);
}

.ring-offset-amber-900\/75 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.75);
}

.ring-offset-amber-900\/80 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.8);
}

.ring-offset-amber-900\/85 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.85);
}

.ring-offset-amber-900\/90 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.9);
}

.ring-offset-amber-900\/95 {
  --tw-ring-offset-color: rgb(120 53 15 / 0.95);
}

.ring-offset-amber-950 {
  --tw-ring-offset-color: #451a03;
}

.ring-offset-amber-950\/0 {
  --tw-ring-offset-color: rgb(69 26 3 / 0);
}

.ring-offset-amber-950\/10 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.1);
}

.ring-offset-amber-950\/100 {
  --tw-ring-offset-color: rgb(69 26 3 / 1);
}

.ring-offset-amber-950\/15 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.15);
}

.ring-offset-amber-950\/20 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.2);
}

.ring-offset-amber-950\/25 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.25);
}

.ring-offset-amber-950\/30 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.3);
}

.ring-offset-amber-950\/35 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.35);
}

.ring-offset-amber-950\/40 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.4);
}

.ring-offset-amber-950\/45 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.45);
}

.ring-offset-amber-950\/5 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.05);
}

.ring-offset-amber-950\/50 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.5);
}

.ring-offset-amber-950\/55 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.55);
}

.ring-offset-amber-950\/60 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.6);
}

.ring-offset-amber-950\/65 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.65);
}

.ring-offset-amber-950\/70 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.7);
}

.ring-offset-amber-950\/75 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.75);
}

.ring-offset-amber-950\/80 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.8);
}

.ring-offset-amber-950\/85 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.85);
}

.ring-offset-amber-950\/90 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.9);
}

.ring-offset-amber-950\/95 {
  --tw-ring-offset-color: rgb(69 26 3 / 0.95);
}

.ring-offset-black {
  --tw-ring-offset-color: #000;
}

.ring-offset-black\/0 {
  --tw-ring-offset-color: rgb(0 0 0 / 0);
}

.ring-offset-black\/10 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.1);
}

.ring-offset-black\/100 {
  --tw-ring-offset-color: rgb(0 0 0 / 1);
}

.ring-offset-black\/15 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.15);
}

.ring-offset-black\/20 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.2);
}

.ring-offset-black\/25 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.25);
}

.ring-offset-black\/30 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.3);
}

.ring-offset-black\/35 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.35);
}

.ring-offset-black\/40 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}

.ring-offset-black\/45 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.45);
}

.ring-offset-black\/5 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.05);
}

.ring-offset-black\/50 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.5);
}

.ring-offset-black\/55 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.55);
}

.ring-offset-black\/60 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.6);
}

.ring-offset-black\/65 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.65);
}

.ring-offset-black\/70 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.7);
}

.ring-offset-black\/75 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.75);
}

.ring-offset-black\/80 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.8);
}

.ring-offset-black\/85 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.85);
}

.ring-offset-black\/90 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.9);
}

.ring-offset-black\/95 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.95);
}

.ring-offset-blue-100 {
  --tw-ring-offset-color: #dbeafe;
}

.ring-offset-blue-100\/0 {
  --tw-ring-offset-color: rgb(219 234 254 / 0);
}

.ring-offset-blue-100\/10 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.1);
}

.ring-offset-blue-100\/100 {
  --tw-ring-offset-color: rgb(219 234 254 / 1);
}

.ring-offset-blue-100\/15 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.15);
}

.ring-offset-blue-100\/20 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.2);
}

.ring-offset-blue-100\/25 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.25);
}

.ring-offset-blue-100\/30 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.3);
}

.ring-offset-blue-100\/35 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.35);
}

.ring-offset-blue-100\/40 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.4);
}

.ring-offset-blue-100\/45 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.45);
}

.ring-offset-blue-100\/5 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.05);
}

.ring-offset-blue-100\/50 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.5);
}

.ring-offset-blue-100\/55 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.55);
}

.ring-offset-blue-100\/60 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.6);
}

.ring-offset-blue-100\/65 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.65);
}

.ring-offset-blue-100\/70 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.7);
}

.ring-offset-blue-100\/75 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.75);
}

.ring-offset-blue-100\/80 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.8);
}

.ring-offset-blue-100\/85 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.85);
}

.ring-offset-blue-100\/90 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.9);
}

.ring-offset-blue-100\/95 {
  --tw-ring-offset-color: rgb(219 234 254 / 0.95);
}

.ring-offset-blue-200 {
  --tw-ring-offset-color: #bfdbfe;
}

.ring-offset-blue-200\/0 {
  --tw-ring-offset-color: rgb(191 219 254 / 0);
}

.ring-offset-blue-200\/10 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.1);
}

.ring-offset-blue-200\/100 {
  --tw-ring-offset-color: rgb(191 219 254 / 1);
}

.ring-offset-blue-200\/15 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.15);
}

.ring-offset-blue-200\/20 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.2);
}

.ring-offset-blue-200\/25 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.25);
}

.ring-offset-blue-200\/30 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.3);
}

.ring-offset-blue-200\/35 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.35);
}

.ring-offset-blue-200\/40 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.4);
}

.ring-offset-blue-200\/45 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.45);
}

.ring-offset-blue-200\/5 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.05);
}

.ring-offset-blue-200\/50 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.5);
}

.ring-offset-blue-200\/55 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.55);
}

.ring-offset-blue-200\/60 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.6);
}

.ring-offset-blue-200\/65 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.65);
}

.ring-offset-blue-200\/70 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.7);
}

.ring-offset-blue-200\/75 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.75);
}

.ring-offset-blue-200\/80 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.8);
}

.ring-offset-blue-200\/85 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.85);
}

.ring-offset-blue-200\/90 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.9);
}

.ring-offset-blue-200\/95 {
  --tw-ring-offset-color: rgb(191 219 254 / 0.95);
}

.ring-offset-blue-300 {
  --tw-ring-offset-color: #93c5fd;
}

.ring-offset-blue-300\/0 {
  --tw-ring-offset-color: rgb(147 197 253 / 0);
}

.ring-offset-blue-300\/10 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.1);
}

.ring-offset-blue-300\/100 {
  --tw-ring-offset-color: rgb(147 197 253 / 1);
}

.ring-offset-blue-300\/15 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.15);
}

.ring-offset-blue-300\/20 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.2);
}

.ring-offset-blue-300\/25 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.25);
}

.ring-offset-blue-300\/30 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.3);
}

.ring-offset-blue-300\/35 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.35);
}

.ring-offset-blue-300\/40 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.4);
}

.ring-offset-blue-300\/45 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.45);
}

.ring-offset-blue-300\/5 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.05);
}

.ring-offset-blue-300\/50 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.5);
}

.ring-offset-blue-300\/55 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.55);
}

.ring-offset-blue-300\/60 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.6);
}

.ring-offset-blue-300\/65 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.65);
}

.ring-offset-blue-300\/70 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.7);
}

.ring-offset-blue-300\/75 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.75);
}

.ring-offset-blue-300\/80 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.8);
}

.ring-offset-blue-300\/85 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.85);
}

.ring-offset-blue-300\/90 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.9);
}

.ring-offset-blue-300\/95 {
  --tw-ring-offset-color: rgb(147 197 253 / 0.95);
}

.ring-offset-blue-400 {
  --tw-ring-offset-color: #60a5fa;
}

.ring-offset-blue-400\/0 {
  --tw-ring-offset-color: rgb(96 165 250 / 0);
}

.ring-offset-blue-400\/10 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.1);
}

.ring-offset-blue-400\/100 {
  --tw-ring-offset-color: rgb(96 165 250 / 1);
}

.ring-offset-blue-400\/15 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.15);
}

.ring-offset-blue-400\/20 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.2);
}

.ring-offset-blue-400\/25 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.25);
}

.ring-offset-blue-400\/30 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.3);
}

.ring-offset-blue-400\/35 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.35);
}

.ring-offset-blue-400\/40 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.4);
}

.ring-offset-blue-400\/45 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.45);
}

.ring-offset-blue-400\/5 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.05);
}

.ring-offset-blue-400\/50 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.5);
}

.ring-offset-blue-400\/55 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.55);
}

.ring-offset-blue-400\/60 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.6);
}

.ring-offset-blue-400\/65 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.65);
}

.ring-offset-blue-400\/70 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.7);
}

.ring-offset-blue-400\/75 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.75);
}

.ring-offset-blue-400\/80 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.8);
}

.ring-offset-blue-400\/85 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.85);
}

.ring-offset-blue-400\/90 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.9);
}

.ring-offset-blue-400\/95 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.95);
}

.ring-offset-blue-50 {
  --tw-ring-offset-color: #eff6ff;
}

.ring-offset-blue-50\/0 {
  --tw-ring-offset-color: rgb(239 246 255 / 0);
}

.ring-offset-blue-50\/10 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.1);
}

.ring-offset-blue-50\/100 {
  --tw-ring-offset-color: rgb(239 246 255 / 1);
}

.ring-offset-blue-50\/15 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.15);
}

.ring-offset-blue-50\/20 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.2);
}

.ring-offset-blue-50\/25 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.25);
}

.ring-offset-blue-50\/30 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.3);
}

.ring-offset-blue-50\/35 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.35);
}

.ring-offset-blue-50\/40 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.4);
}

.ring-offset-blue-50\/45 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.45);
}

.ring-offset-blue-50\/5 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.05);
}

.ring-offset-blue-50\/50 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.5);
}

.ring-offset-blue-50\/55 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.55);
}

.ring-offset-blue-50\/60 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.6);
}

.ring-offset-blue-50\/65 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.65);
}

.ring-offset-blue-50\/70 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.7);
}

.ring-offset-blue-50\/75 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.75);
}

.ring-offset-blue-50\/80 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.8);
}

.ring-offset-blue-50\/85 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.85);
}

.ring-offset-blue-50\/90 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.9);
}

.ring-offset-blue-50\/95 {
  --tw-ring-offset-color: rgb(239 246 255 / 0.95);
}

.ring-offset-blue-500 {
  --tw-ring-offset-color: #3b82f6;
}

.ring-offset-blue-500\/0 {
  --tw-ring-offset-color: rgb(59 130 246 / 0);
}

.ring-offset-blue-500\/10 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.1);
}

.ring-offset-blue-500\/100 {
  --tw-ring-offset-color: rgb(59 130 246 / 1);
}

.ring-offset-blue-500\/15 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.15);
}

.ring-offset-blue-500\/20 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.2);
}

.ring-offset-blue-500\/25 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.25);
}

.ring-offset-blue-500\/30 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.3);
}

.ring-offset-blue-500\/35 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.35);
}

.ring-offset-blue-500\/40 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.4);
}

.ring-offset-blue-500\/45 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.45);
}

.ring-offset-blue-500\/5 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.05);
}

.ring-offset-blue-500\/50 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.5);
}

.ring-offset-blue-500\/55 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.55);
}

.ring-offset-blue-500\/60 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.6);
}

.ring-offset-blue-500\/65 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.65);
}

.ring-offset-blue-500\/70 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.7);
}

.ring-offset-blue-500\/75 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.75);
}

.ring-offset-blue-500\/80 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.8);
}

.ring-offset-blue-500\/85 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.85);
}

.ring-offset-blue-500\/90 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.9);
}

.ring-offset-blue-500\/95 {
  --tw-ring-offset-color: rgb(59 130 246 / 0.95);
}

.ring-offset-blue-600 {
  --tw-ring-offset-color: #2563eb;
}

.ring-offset-blue-600\/0 {
  --tw-ring-offset-color: rgb(37 99 235 / 0);
}

.ring-offset-blue-600\/10 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.1);
}

.ring-offset-blue-600\/100 {
  --tw-ring-offset-color: rgb(37 99 235 / 1);
}

.ring-offset-blue-600\/15 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.15);
}

.ring-offset-blue-600\/20 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.2);
}

.ring-offset-blue-600\/25 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.25);
}

.ring-offset-blue-600\/30 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.3);
}

.ring-offset-blue-600\/35 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.35);
}

.ring-offset-blue-600\/40 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.4);
}

.ring-offset-blue-600\/45 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.45);
}

.ring-offset-blue-600\/5 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.05);
}

.ring-offset-blue-600\/50 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.5);
}

.ring-offset-blue-600\/55 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.55);
}

.ring-offset-blue-600\/60 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.6);
}

.ring-offset-blue-600\/65 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.65);
}

.ring-offset-blue-600\/70 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.7);
}

.ring-offset-blue-600\/75 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.75);
}

.ring-offset-blue-600\/80 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.8);
}

.ring-offset-blue-600\/85 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.85);
}

.ring-offset-blue-600\/90 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.9);
}

.ring-offset-blue-600\/95 {
  --tw-ring-offset-color: rgb(37 99 235 / 0.95);
}

.ring-offset-blue-700 {
  --tw-ring-offset-color: #1d4ed8;
}

.ring-offset-blue-700\/0 {
  --tw-ring-offset-color: rgb(29 78 216 / 0);
}

.ring-offset-blue-700\/10 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.1);
}

.ring-offset-blue-700\/100 {
  --tw-ring-offset-color: rgb(29 78 216 / 1);
}

.ring-offset-blue-700\/15 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.15);
}

.ring-offset-blue-700\/20 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.2);
}

.ring-offset-blue-700\/25 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.25);
}

.ring-offset-blue-700\/30 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.3);
}

.ring-offset-blue-700\/35 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.35);
}

.ring-offset-blue-700\/40 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.4);
}

.ring-offset-blue-700\/45 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.45);
}

.ring-offset-blue-700\/5 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.05);
}

.ring-offset-blue-700\/50 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.5);
}

.ring-offset-blue-700\/55 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.55);
}

.ring-offset-blue-700\/60 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.6);
}

.ring-offset-blue-700\/65 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.65);
}

.ring-offset-blue-700\/70 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.7);
}

.ring-offset-blue-700\/75 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.75);
}

.ring-offset-blue-700\/80 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.8);
}

.ring-offset-blue-700\/85 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.85);
}

.ring-offset-blue-700\/90 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.9);
}

.ring-offset-blue-700\/95 {
  --tw-ring-offset-color: rgb(29 78 216 / 0.95);
}

.ring-offset-blue-800 {
  --tw-ring-offset-color: #1e40af;
}

.ring-offset-blue-800\/0 {
  --tw-ring-offset-color: rgb(30 64 175 / 0);
}

.ring-offset-blue-800\/10 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.1);
}

.ring-offset-blue-800\/100 {
  --tw-ring-offset-color: rgb(30 64 175 / 1);
}

.ring-offset-blue-800\/15 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.15);
}

.ring-offset-blue-800\/20 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.2);
}

.ring-offset-blue-800\/25 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.25);
}

.ring-offset-blue-800\/30 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.3);
}

.ring-offset-blue-800\/35 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.35);
}

.ring-offset-blue-800\/40 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.4);
}

.ring-offset-blue-800\/45 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.45);
}

.ring-offset-blue-800\/5 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.05);
}

.ring-offset-blue-800\/50 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.5);
}

.ring-offset-blue-800\/55 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.55);
}

.ring-offset-blue-800\/60 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.6);
}

.ring-offset-blue-800\/65 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.65);
}

.ring-offset-blue-800\/70 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.7);
}

.ring-offset-blue-800\/75 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.75);
}

.ring-offset-blue-800\/80 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.8);
}

.ring-offset-blue-800\/85 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.85);
}

.ring-offset-blue-800\/90 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.9);
}

.ring-offset-blue-800\/95 {
  --tw-ring-offset-color: rgb(30 64 175 / 0.95);
}

.ring-offset-blue-900 {
  --tw-ring-offset-color: #1e3a8a;
}

.ring-offset-blue-900\/0 {
  --tw-ring-offset-color: rgb(30 58 138 / 0);
}

.ring-offset-blue-900\/10 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.1);
}

.ring-offset-blue-900\/100 {
  --tw-ring-offset-color: rgb(30 58 138 / 1);
}

.ring-offset-blue-900\/15 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.15);
}

.ring-offset-blue-900\/20 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.2);
}

.ring-offset-blue-900\/25 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.25);
}

.ring-offset-blue-900\/30 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.3);
}

.ring-offset-blue-900\/35 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.35);
}

.ring-offset-blue-900\/40 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.4);
}

.ring-offset-blue-900\/45 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.45);
}

.ring-offset-blue-900\/5 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.05);
}

.ring-offset-blue-900\/50 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.5);
}

.ring-offset-blue-900\/55 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.55);
}

.ring-offset-blue-900\/60 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.6);
}

.ring-offset-blue-900\/65 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.65);
}

.ring-offset-blue-900\/70 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.7);
}

.ring-offset-blue-900\/75 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.75);
}

.ring-offset-blue-900\/80 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.8);
}

.ring-offset-blue-900\/85 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.85);
}

.ring-offset-blue-900\/90 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.9);
}

.ring-offset-blue-900\/95 {
  --tw-ring-offset-color: rgb(30 58 138 / 0.95);
}

.ring-offset-blue-950 {
  --tw-ring-offset-color: #172554;
}

.ring-offset-blue-950\/0 {
  --tw-ring-offset-color: rgb(23 37 84 / 0);
}

.ring-offset-blue-950\/10 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.1);
}

.ring-offset-blue-950\/100 {
  --tw-ring-offset-color: rgb(23 37 84 / 1);
}

.ring-offset-blue-950\/15 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.15);
}

.ring-offset-blue-950\/20 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.2);
}

.ring-offset-blue-950\/25 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.25);
}

.ring-offset-blue-950\/30 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.3);
}

.ring-offset-blue-950\/35 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.35);
}

.ring-offset-blue-950\/40 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.4);
}

.ring-offset-blue-950\/45 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.45);
}

.ring-offset-blue-950\/5 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.05);
}

.ring-offset-blue-950\/50 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.5);
}

.ring-offset-blue-950\/55 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.55);
}

.ring-offset-blue-950\/60 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.6);
}

.ring-offset-blue-950\/65 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.65);
}

.ring-offset-blue-950\/70 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.7);
}

.ring-offset-blue-950\/75 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.75);
}

.ring-offset-blue-950\/80 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.8);
}

.ring-offset-blue-950\/85 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.85);
}

.ring-offset-blue-950\/90 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.9);
}

.ring-offset-blue-950\/95 {
  --tw-ring-offset-color: rgb(23 37 84 / 0.95);
}

.ring-offset-current {
  --tw-ring-offset-color: currentColor;
}

.ring-offset-cyan-100 {
  --tw-ring-offset-color: #cffafe;
}

.ring-offset-cyan-100\/0 {
  --tw-ring-offset-color: rgb(207 250 254 / 0);
}

.ring-offset-cyan-100\/10 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.1);
}

.ring-offset-cyan-100\/100 {
  --tw-ring-offset-color: rgb(207 250 254 / 1);
}

.ring-offset-cyan-100\/15 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.15);
}

.ring-offset-cyan-100\/20 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.2);
}

.ring-offset-cyan-100\/25 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.25);
}

.ring-offset-cyan-100\/30 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.3);
}

.ring-offset-cyan-100\/35 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.35);
}

.ring-offset-cyan-100\/40 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.4);
}

.ring-offset-cyan-100\/45 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.45);
}

.ring-offset-cyan-100\/5 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.05);
}

.ring-offset-cyan-100\/50 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.5);
}

.ring-offset-cyan-100\/55 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.55);
}

.ring-offset-cyan-100\/60 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.6);
}

.ring-offset-cyan-100\/65 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.65);
}

.ring-offset-cyan-100\/70 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.7);
}

.ring-offset-cyan-100\/75 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.75);
}

.ring-offset-cyan-100\/80 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.8);
}

.ring-offset-cyan-100\/85 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.85);
}

.ring-offset-cyan-100\/90 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.9);
}

.ring-offset-cyan-100\/95 {
  --tw-ring-offset-color: rgb(207 250 254 / 0.95);
}

.ring-offset-cyan-200 {
  --tw-ring-offset-color: #a5f3fc;
}

.ring-offset-cyan-200\/0 {
  --tw-ring-offset-color: rgb(165 243 252 / 0);
}

.ring-offset-cyan-200\/10 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.1);
}

.ring-offset-cyan-200\/100 {
  --tw-ring-offset-color: rgb(165 243 252 / 1);
}

.ring-offset-cyan-200\/15 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.15);
}

.ring-offset-cyan-200\/20 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.2);
}

.ring-offset-cyan-200\/25 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.25);
}

.ring-offset-cyan-200\/30 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.3);
}

.ring-offset-cyan-200\/35 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.35);
}

.ring-offset-cyan-200\/40 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.4);
}

.ring-offset-cyan-200\/45 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.45);
}

.ring-offset-cyan-200\/5 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.05);
}

.ring-offset-cyan-200\/50 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.5);
}

.ring-offset-cyan-200\/55 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.55);
}

.ring-offset-cyan-200\/60 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.6);
}

.ring-offset-cyan-200\/65 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.65);
}

.ring-offset-cyan-200\/70 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.7);
}

.ring-offset-cyan-200\/75 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.75);
}

.ring-offset-cyan-200\/80 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.8);
}

.ring-offset-cyan-200\/85 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.85);
}

.ring-offset-cyan-200\/90 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.9);
}

.ring-offset-cyan-200\/95 {
  --tw-ring-offset-color: rgb(165 243 252 / 0.95);
}

.ring-offset-cyan-300 {
  --tw-ring-offset-color: #67e8f9;
}

.ring-offset-cyan-300\/0 {
  --tw-ring-offset-color: rgb(103 232 249 / 0);
}

.ring-offset-cyan-300\/10 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.1);
}

.ring-offset-cyan-300\/100 {
  --tw-ring-offset-color: rgb(103 232 249 / 1);
}

.ring-offset-cyan-300\/15 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.15);
}

.ring-offset-cyan-300\/20 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.2);
}

.ring-offset-cyan-300\/25 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.25);
}

.ring-offset-cyan-300\/30 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.3);
}

.ring-offset-cyan-300\/35 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.35);
}

.ring-offset-cyan-300\/40 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.4);
}

.ring-offset-cyan-300\/45 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.45);
}

.ring-offset-cyan-300\/5 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.05);
}

.ring-offset-cyan-300\/50 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.5);
}

.ring-offset-cyan-300\/55 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.55);
}

.ring-offset-cyan-300\/60 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.6);
}

.ring-offset-cyan-300\/65 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.65);
}

.ring-offset-cyan-300\/70 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.7);
}

.ring-offset-cyan-300\/75 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.75);
}

.ring-offset-cyan-300\/80 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.8);
}

.ring-offset-cyan-300\/85 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.85);
}

.ring-offset-cyan-300\/90 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.9);
}

.ring-offset-cyan-300\/95 {
  --tw-ring-offset-color: rgb(103 232 249 / 0.95);
}

.ring-offset-cyan-400 {
  --tw-ring-offset-color: #22d3ee;
}

.ring-offset-cyan-400\/0 {
  --tw-ring-offset-color: rgb(34 211 238 / 0);
}

.ring-offset-cyan-400\/10 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.1);
}

.ring-offset-cyan-400\/100 {
  --tw-ring-offset-color: rgb(34 211 238 / 1);
}

.ring-offset-cyan-400\/15 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.15);
}

.ring-offset-cyan-400\/20 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.2);
}

.ring-offset-cyan-400\/25 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.25);
}

.ring-offset-cyan-400\/30 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.3);
}

.ring-offset-cyan-400\/35 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.35);
}

.ring-offset-cyan-400\/40 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.4);
}

.ring-offset-cyan-400\/45 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.45);
}

.ring-offset-cyan-400\/5 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.05);
}

.ring-offset-cyan-400\/50 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.5);
}

.ring-offset-cyan-400\/55 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.55);
}

.ring-offset-cyan-400\/60 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.6);
}

.ring-offset-cyan-400\/65 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.65);
}

.ring-offset-cyan-400\/70 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.7);
}

.ring-offset-cyan-400\/75 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.75);
}

.ring-offset-cyan-400\/80 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.8);
}

.ring-offset-cyan-400\/85 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.85);
}

.ring-offset-cyan-400\/90 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.9);
}

.ring-offset-cyan-400\/95 {
  --tw-ring-offset-color: rgb(34 211 238 / 0.95);
}

.ring-offset-cyan-50 {
  --tw-ring-offset-color: #ecfeff;
}

.ring-offset-cyan-50\/0 {
  --tw-ring-offset-color: rgb(236 254 255 / 0);
}

.ring-offset-cyan-50\/10 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.1);
}

.ring-offset-cyan-50\/100 {
  --tw-ring-offset-color: rgb(236 254 255 / 1);
}

.ring-offset-cyan-50\/15 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.15);
}

.ring-offset-cyan-50\/20 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.2);
}

.ring-offset-cyan-50\/25 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.25);
}

.ring-offset-cyan-50\/30 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.3);
}

.ring-offset-cyan-50\/35 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.35);
}

.ring-offset-cyan-50\/40 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.4);
}

.ring-offset-cyan-50\/45 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.45);
}

.ring-offset-cyan-50\/5 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.05);
}

.ring-offset-cyan-50\/50 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.5);
}

.ring-offset-cyan-50\/55 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.55);
}

.ring-offset-cyan-50\/60 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.6);
}

.ring-offset-cyan-50\/65 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.65);
}

.ring-offset-cyan-50\/70 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.7);
}

.ring-offset-cyan-50\/75 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.75);
}

.ring-offset-cyan-50\/80 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.8);
}

.ring-offset-cyan-50\/85 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.85);
}

.ring-offset-cyan-50\/90 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.9);
}

.ring-offset-cyan-50\/95 {
  --tw-ring-offset-color: rgb(236 254 255 / 0.95);
}

.ring-offset-cyan-500 {
  --tw-ring-offset-color: #06b6d4;
}

.ring-offset-cyan-500\/0 {
  --tw-ring-offset-color: rgb(6 182 212 / 0);
}

.ring-offset-cyan-500\/10 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.1);
}

.ring-offset-cyan-500\/100 {
  --tw-ring-offset-color: rgb(6 182 212 / 1);
}

.ring-offset-cyan-500\/15 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.15);
}

.ring-offset-cyan-500\/20 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.2);
}

.ring-offset-cyan-500\/25 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.25);
}

.ring-offset-cyan-500\/30 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.3);
}

.ring-offset-cyan-500\/35 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.35);
}

.ring-offset-cyan-500\/40 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.4);
}

.ring-offset-cyan-500\/45 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.45);
}

.ring-offset-cyan-500\/5 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.05);
}

.ring-offset-cyan-500\/50 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.5);
}

.ring-offset-cyan-500\/55 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.55);
}

.ring-offset-cyan-500\/60 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.6);
}

.ring-offset-cyan-500\/65 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.65);
}

.ring-offset-cyan-500\/70 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.7);
}

.ring-offset-cyan-500\/75 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.75);
}

.ring-offset-cyan-500\/80 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.8);
}

.ring-offset-cyan-500\/85 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.85);
}

.ring-offset-cyan-500\/90 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.9);
}

.ring-offset-cyan-500\/95 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.95);
}

.ring-offset-cyan-600 {
  --tw-ring-offset-color: #0891b2;
}

.ring-offset-cyan-600\/0 {
  --tw-ring-offset-color: rgb(8 145 178 / 0);
}

.ring-offset-cyan-600\/10 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.1);
}

.ring-offset-cyan-600\/100 {
  --tw-ring-offset-color: rgb(8 145 178 / 1);
}

.ring-offset-cyan-600\/15 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.15);
}

.ring-offset-cyan-600\/20 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.2);
}

.ring-offset-cyan-600\/25 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.25);
}

.ring-offset-cyan-600\/30 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.3);
}

.ring-offset-cyan-600\/35 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.35);
}

.ring-offset-cyan-600\/40 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.4);
}

.ring-offset-cyan-600\/45 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.45);
}

.ring-offset-cyan-600\/5 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.05);
}

.ring-offset-cyan-600\/50 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.5);
}

.ring-offset-cyan-600\/55 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.55);
}

.ring-offset-cyan-600\/60 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.6);
}

.ring-offset-cyan-600\/65 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.65);
}

.ring-offset-cyan-600\/70 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.7);
}

.ring-offset-cyan-600\/75 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.75);
}

.ring-offset-cyan-600\/80 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.8);
}

.ring-offset-cyan-600\/85 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.85);
}

.ring-offset-cyan-600\/90 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.9);
}

.ring-offset-cyan-600\/95 {
  --tw-ring-offset-color: rgb(8 145 178 / 0.95);
}

.ring-offset-cyan-700 {
  --tw-ring-offset-color: #0e7490;
}

.ring-offset-cyan-700\/0 {
  --tw-ring-offset-color: rgb(14 116 144 / 0);
}

.ring-offset-cyan-700\/10 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.1);
}

.ring-offset-cyan-700\/100 {
  --tw-ring-offset-color: rgb(14 116 144 / 1);
}

.ring-offset-cyan-700\/15 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.15);
}

.ring-offset-cyan-700\/20 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.2);
}

.ring-offset-cyan-700\/25 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.25);
}

.ring-offset-cyan-700\/30 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.3);
}

.ring-offset-cyan-700\/35 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.35);
}

.ring-offset-cyan-700\/40 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.4);
}

.ring-offset-cyan-700\/45 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.45);
}

.ring-offset-cyan-700\/5 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.05);
}

.ring-offset-cyan-700\/50 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.5);
}

.ring-offset-cyan-700\/55 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.55);
}

.ring-offset-cyan-700\/60 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.6);
}

.ring-offset-cyan-700\/65 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.65);
}

.ring-offset-cyan-700\/70 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.7);
}

.ring-offset-cyan-700\/75 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.75);
}

.ring-offset-cyan-700\/80 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.8);
}

.ring-offset-cyan-700\/85 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.85);
}

.ring-offset-cyan-700\/90 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.9);
}

.ring-offset-cyan-700\/95 {
  --tw-ring-offset-color: rgb(14 116 144 / 0.95);
}

.ring-offset-cyan-800 {
  --tw-ring-offset-color: #155e75;
}

.ring-offset-cyan-800\/0 {
  --tw-ring-offset-color: rgb(21 94 117 / 0);
}

.ring-offset-cyan-800\/10 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.1);
}

.ring-offset-cyan-800\/100 {
  --tw-ring-offset-color: rgb(21 94 117 / 1);
}

.ring-offset-cyan-800\/15 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.15);
}

.ring-offset-cyan-800\/20 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.2);
}

.ring-offset-cyan-800\/25 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.25);
}

.ring-offset-cyan-800\/30 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.3);
}

.ring-offset-cyan-800\/35 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.35);
}

.ring-offset-cyan-800\/40 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.4);
}

.ring-offset-cyan-800\/45 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.45);
}

.ring-offset-cyan-800\/5 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.05);
}

.ring-offset-cyan-800\/50 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.5);
}

.ring-offset-cyan-800\/55 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.55);
}

.ring-offset-cyan-800\/60 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.6);
}

.ring-offset-cyan-800\/65 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.65);
}

.ring-offset-cyan-800\/70 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.7);
}

.ring-offset-cyan-800\/75 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.75);
}

.ring-offset-cyan-800\/80 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.8);
}

.ring-offset-cyan-800\/85 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.85);
}

.ring-offset-cyan-800\/90 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.9);
}

.ring-offset-cyan-800\/95 {
  --tw-ring-offset-color: rgb(21 94 117 / 0.95);
}

.ring-offset-cyan-900 {
  --tw-ring-offset-color: #164e63;
}

.ring-offset-cyan-900\/0 {
  --tw-ring-offset-color: rgb(22 78 99 / 0);
}

.ring-offset-cyan-900\/10 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.1);
}

.ring-offset-cyan-900\/100 {
  --tw-ring-offset-color: rgb(22 78 99 / 1);
}

.ring-offset-cyan-900\/15 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.15);
}

.ring-offset-cyan-900\/20 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.2);
}

.ring-offset-cyan-900\/25 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.25);
}

.ring-offset-cyan-900\/30 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.3);
}

.ring-offset-cyan-900\/35 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.35);
}

.ring-offset-cyan-900\/40 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.4);
}

.ring-offset-cyan-900\/45 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.45);
}

.ring-offset-cyan-900\/5 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.05);
}

.ring-offset-cyan-900\/50 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.5);
}

.ring-offset-cyan-900\/55 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.55);
}

.ring-offset-cyan-900\/60 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.6);
}

.ring-offset-cyan-900\/65 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.65);
}

.ring-offset-cyan-900\/70 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.7);
}

.ring-offset-cyan-900\/75 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.75);
}

.ring-offset-cyan-900\/80 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.8);
}

.ring-offset-cyan-900\/85 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.85);
}

.ring-offset-cyan-900\/90 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.9);
}

.ring-offset-cyan-900\/95 {
  --tw-ring-offset-color: rgb(22 78 99 / 0.95);
}

.ring-offset-cyan-950 {
  --tw-ring-offset-color: #083344;
}

.ring-offset-cyan-950\/0 {
  --tw-ring-offset-color: rgb(8 51 68 / 0);
}

.ring-offset-cyan-950\/10 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.1);
}

.ring-offset-cyan-950\/100 {
  --tw-ring-offset-color: rgb(8 51 68 / 1);
}

.ring-offset-cyan-950\/15 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.15);
}

.ring-offset-cyan-950\/20 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.2);
}

.ring-offset-cyan-950\/25 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.25);
}

.ring-offset-cyan-950\/30 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.3);
}

.ring-offset-cyan-950\/35 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.35);
}

.ring-offset-cyan-950\/40 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.4);
}

.ring-offset-cyan-950\/45 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.45);
}

.ring-offset-cyan-950\/5 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.05);
}

.ring-offset-cyan-950\/50 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.5);
}

.ring-offset-cyan-950\/55 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.55);
}

.ring-offset-cyan-950\/60 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.6);
}

.ring-offset-cyan-950\/65 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.65);
}

.ring-offset-cyan-950\/70 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.7);
}

.ring-offset-cyan-950\/75 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.75);
}

.ring-offset-cyan-950\/80 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.8);
}

.ring-offset-cyan-950\/85 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.85);
}

.ring-offset-cyan-950\/90 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.9);
}

.ring-offset-cyan-950\/95 {
  --tw-ring-offset-color: rgb(8 51 68 / 0.95);
}

.ring-offset-emerald-100 {
  --tw-ring-offset-color: #d1fae5;
}

.ring-offset-emerald-100\/0 {
  --tw-ring-offset-color: rgb(209 250 229 / 0);
}

.ring-offset-emerald-100\/10 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.1);
}

.ring-offset-emerald-100\/100 {
  --tw-ring-offset-color: rgb(209 250 229 / 1);
}

.ring-offset-emerald-100\/15 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.15);
}

.ring-offset-emerald-100\/20 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.2);
}

.ring-offset-emerald-100\/25 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.25);
}

.ring-offset-emerald-100\/30 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.3);
}

.ring-offset-emerald-100\/35 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.35);
}

.ring-offset-emerald-100\/40 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.4);
}

.ring-offset-emerald-100\/45 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.45);
}

.ring-offset-emerald-100\/5 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.05);
}

.ring-offset-emerald-100\/50 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.5);
}

.ring-offset-emerald-100\/55 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.55);
}

.ring-offset-emerald-100\/60 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.6);
}

.ring-offset-emerald-100\/65 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.65);
}

.ring-offset-emerald-100\/70 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.7);
}

.ring-offset-emerald-100\/75 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.75);
}

.ring-offset-emerald-100\/80 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.8);
}

.ring-offset-emerald-100\/85 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.85);
}

.ring-offset-emerald-100\/90 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.9);
}

.ring-offset-emerald-100\/95 {
  --tw-ring-offset-color: rgb(209 250 229 / 0.95);
}

.ring-offset-emerald-200 {
  --tw-ring-offset-color: #a7f3d0;
}

.ring-offset-emerald-200\/0 {
  --tw-ring-offset-color: rgb(167 243 208 / 0);
}

.ring-offset-emerald-200\/10 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.1);
}

.ring-offset-emerald-200\/100 {
  --tw-ring-offset-color: rgb(167 243 208 / 1);
}

.ring-offset-emerald-200\/15 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.15);
}

.ring-offset-emerald-200\/20 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.2);
}

.ring-offset-emerald-200\/25 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.25);
}

.ring-offset-emerald-200\/30 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.3);
}

.ring-offset-emerald-200\/35 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.35);
}

.ring-offset-emerald-200\/40 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.4);
}

.ring-offset-emerald-200\/45 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.45);
}

.ring-offset-emerald-200\/5 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.05);
}

.ring-offset-emerald-200\/50 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.5);
}

.ring-offset-emerald-200\/55 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.55);
}

.ring-offset-emerald-200\/60 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.6);
}

.ring-offset-emerald-200\/65 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.65);
}

.ring-offset-emerald-200\/70 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.7);
}

.ring-offset-emerald-200\/75 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.75);
}

.ring-offset-emerald-200\/80 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.8);
}

.ring-offset-emerald-200\/85 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.85);
}

.ring-offset-emerald-200\/90 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.9);
}

.ring-offset-emerald-200\/95 {
  --tw-ring-offset-color: rgb(167 243 208 / 0.95);
}

.ring-offset-emerald-300 {
  --tw-ring-offset-color: #6ee7b7;
}

.ring-offset-emerald-300\/0 {
  --tw-ring-offset-color: rgb(110 231 183 / 0);
}

.ring-offset-emerald-300\/10 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.1);
}

.ring-offset-emerald-300\/100 {
  --tw-ring-offset-color: rgb(110 231 183 / 1);
}

.ring-offset-emerald-300\/15 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.15);
}

.ring-offset-emerald-300\/20 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.2);
}

.ring-offset-emerald-300\/25 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.25);
}

.ring-offset-emerald-300\/30 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.3);
}

.ring-offset-emerald-300\/35 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.35);
}

.ring-offset-emerald-300\/40 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.4);
}

.ring-offset-emerald-300\/45 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.45);
}

.ring-offset-emerald-300\/5 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.05);
}

.ring-offset-emerald-300\/50 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.5);
}

.ring-offset-emerald-300\/55 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.55);
}

.ring-offset-emerald-300\/60 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.6);
}

.ring-offset-emerald-300\/65 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.65);
}

.ring-offset-emerald-300\/70 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.7);
}

.ring-offset-emerald-300\/75 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.75);
}

.ring-offset-emerald-300\/80 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.8);
}

.ring-offset-emerald-300\/85 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.85);
}

.ring-offset-emerald-300\/90 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.9);
}

.ring-offset-emerald-300\/95 {
  --tw-ring-offset-color: rgb(110 231 183 / 0.95);
}

.ring-offset-emerald-400 {
  --tw-ring-offset-color: #34d399;
}

.ring-offset-emerald-400\/0 {
  --tw-ring-offset-color: rgb(52 211 153 / 0);
}

.ring-offset-emerald-400\/10 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.1);
}

.ring-offset-emerald-400\/100 {
  --tw-ring-offset-color: rgb(52 211 153 / 1);
}

.ring-offset-emerald-400\/15 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.15);
}

.ring-offset-emerald-400\/20 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.2);
}

.ring-offset-emerald-400\/25 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.25);
}

.ring-offset-emerald-400\/30 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.3);
}

.ring-offset-emerald-400\/35 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.35);
}

.ring-offset-emerald-400\/40 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.4);
}

.ring-offset-emerald-400\/45 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.45);
}

.ring-offset-emerald-400\/5 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.05);
}

.ring-offset-emerald-400\/50 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.5);
}

.ring-offset-emerald-400\/55 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.55);
}

.ring-offset-emerald-400\/60 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.6);
}

.ring-offset-emerald-400\/65 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.65);
}

.ring-offset-emerald-400\/70 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.7);
}

.ring-offset-emerald-400\/75 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.75);
}

.ring-offset-emerald-400\/80 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.8);
}

.ring-offset-emerald-400\/85 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.85);
}

.ring-offset-emerald-400\/90 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.9);
}

.ring-offset-emerald-400\/95 {
  --tw-ring-offset-color: rgb(52 211 153 / 0.95);
}

.ring-offset-emerald-50 {
  --tw-ring-offset-color: #ecfdf5;
}

.ring-offset-emerald-50\/0 {
  --tw-ring-offset-color: rgb(236 253 245 / 0);
}

.ring-offset-emerald-50\/10 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.1);
}

.ring-offset-emerald-50\/100 {
  --tw-ring-offset-color: rgb(236 253 245 / 1);
}

.ring-offset-emerald-50\/15 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.15);
}

.ring-offset-emerald-50\/20 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.2);
}

.ring-offset-emerald-50\/25 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.25);
}

.ring-offset-emerald-50\/30 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.3);
}

.ring-offset-emerald-50\/35 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.35);
}

.ring-offset-emerald-50\/40 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.4);
}

.ring-offset-emerald-50\/45 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.45);
}

.ring-offset-emerald-50\/5 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.05);
}

.ring-offset-emerald-50\/50 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.5);
}

.ring-offset-emerald-50\/55 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.55);
}

.ring-offset-emerald-50\/60 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.6);
}

.ring-offset-emerald-50\/65 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.65);
}

.ring-offset-emerald-50\/70 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.7);
}

.ring-offset-emerald-50\/75 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.75);
}

.ring-offset-emerald-50\/80 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.8);
}

.ring-offset-emerald-50\/85 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.85);
}

.ring-offset-emerald-50\/90 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.9);
}

.ring-offset-emerald-50\/95 {
  --tw-ring-offset-color: rgb(236 253 245 / 0.95);
}

.ring-offset-emerald-500 {
  --tw-ring-offset-color: #10b981;
}

.ring-offset-emerald-500\/0 {
  --tw-ring-offset-color: rgb(16 185 129 / 0);
}

.ring-offset-emerald-500\/10 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.1);
}

.ring-offset-emerald-500\/100 {
  --tw-ring-offset-color: rgb(16 185 129 / 1);
}

.ring-offset-emerald-500\/15 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.15);
}

.ring-offset-emerald-500\/20 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.2);
}

.ring-offset-emerald-500\/25 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.25);
}

.ring-offset-emerald-500\/30 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.3);
}

.ring-offset-emerald-500\/35 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.35);
}

.ring-offset-emerald-500\/40 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.4);
}

.ring-offset-emerald-500\/45 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.45);
}

.ring-offset-emerald-500\/5 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.05);
}

.ring-offset-emerald-500\/50 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.5);
}

.ring-offset-emerald-500\/55 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.55);
}

.ring-offset-emerald-500\/60 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.6);
}

.ring-offset-emerald-500\/65 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.65);
}

.ring-offset-emerald-500\/70 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.7);
}

.ring-offset-emerald-500\/75 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.75);
}

.ring-offset-emerald-500\/80 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.8);
}

.ring-offset-emerald-500\/85 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.85);
}

.ring-offset-emerald-500\/90 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.9);
}

.ring-offset-emerald-500\/95 {
  --tw-ring-offset-color: rgb(16 185 129 / 0.95);
}

.ring-offset-emerald-600 {
  --tw-ring-offset-color: #059669;
}

.ring-offset-emerald-600\/0 {
  --tw-ring-offset-color: rgb(5 150 105 / 0);
}

.ring-offset-emerald-600\/10 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.1);
}

.ring-offset-emerald-600\/100 {
  --tw-ring-offset-color: rgb(5 150 105 / 1);
}

.ring-offset-emerald-600\/15 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.15);
}

.ring-offset-emerald-600\/20 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.2);
}

.ring-offset-emerald-600\/25 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.25);
}

.ring-offset-emerald-600\/30 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.3);
}

.ring-offset-emerald-600\/35 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.35);
}

.ring-offset-emerald-600\/40 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.4);
}

.ring-offset-emerald-600\/45 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.45);
}

.ring-offset-emerald-600\/5 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.05);
}

.ring-offset-emerald-600\/50 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.5);
}

.ring-offset-emerald-600\/55 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.55);
}

.ring-offset-emerald-600\/60 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.6);
}

.ring-offset-emerald-600\/65 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.65);
}

.ring-offset-emerald-600\/70 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.7);
}

.ring-offset-emerald-600\/75 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.75);
}

.ring-offset-emerald-600\/80 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.8);
}

.ring-offset-emerald-600\/85 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.85);
}

.ring-offset-emerald-600\/90 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.9);
}

.ring-offset-emerald-600\/95 {
  --tw-ring-offset-color: rgb(5 150 105 / 0.95);
}

.ring-offset-emerald-700 {
  --tw-ring-offset-color: #047857;
}

.ring-offset-emerald-700\/0 {
  --tw-ring-offset-color: rgb(4 120 87 / 0);
}

.ring-offset-emerald-700\/10 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.1);
}

.ring-offset-emerald-700\/100 {
  --tw-ring-offset-color: rgb(4 120 87 / 1);
}

.ring-offset-emerald-700\/15 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.15);
}

.ring-offset-emerald-700\/20 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.2);
}

.ring-offset-emerald-700\/25 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.25);
}

.ring-offset-emerald-700\/30 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.3);
}

.ring-offset-emerald-700\/35 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.35);
}

.ring-offset-emerald-700\/40 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.4);
}

.ring-offset-emerald-700\/45 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.45);
}

.ring-offset-emerald-700\/5 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.05);
}

.ring-offset-emerald-700\/50 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.5);
}

.ring-offset-emerald-700\/55 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.55);
}

.ring-offset-emerald-700\/60 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.6);
}

.ring-offset-emerald-700\/65 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.65);
}

.ring-offset-emerald-700\/70 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.7);
}

.ring-offset-emerald-700\/75 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.75);
}

.ring-offset-emerald-700\/80 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.8);
}

.ring-offset-emerald-700\/85 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.85);
}

.ring-offset-emerald-700\/90 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.9);
}

.ring-offset-emerald-700\/95 {
  --tw-ring-offset-color: rgb(4 120 87 / 0.95);
}

.ring-offset-emerald-800 {
  --tw-ring-offset-color: #065f46;
}

.ring-offset-emerald-800\/0 {
  --tw-ring-offset-color: rgb(6 95 70 / 0);
}

.ring-offset-emerald-800\/10 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.1);
}

.ring-offset-emerald-800\/100 {
  --tw-ring-offset-color: rgb(6 95 70 / 1);
}

.ring-offset-emerald-800\/15 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.15);
}

.ring-offset-emerald-800\/20 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.2);
}

.ring-offset-emerald-800\/25 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.25);
}

.ring-offset-emerald-800\/30 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.3);
}

.ring-offset-emerald-800\/35 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.35);
}

.ring-offset-emerald-800\/40 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.4);
}

.ring-offset-emerald-800\/45 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.45);
}

.ring-offset-emerald-800\/5 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.05);
}

.ring-offset-emerald-800\/50 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.5);
}

.ring-offset-emerald-800\/55 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.55);
}

.ring-offset-emerald-800\/60 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.6);
}

.ring-offset-emerald-800\/65 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.65);
}

.ring-offset-emerald-800\/70 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.7);
}

.ring-offset-emerald-800\/75 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.75);
}

.ring-offset-emerald-800\/80 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.8);
}

.ring-offset-emerald-800\/85 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.85);
}

.ring-offset-emerald-800\/90 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.9);
}

.ring-offset-emerald-800\/95 {
  --tw-ring-offset-color: rgb(6 95 70 / 0.95);
}

.ring-offset-emerald-900 {
  --tw-ring-offset-color: #064e3b;
}

.ring-offset-emerald-900\/0 {
  --tw-ring-offset-color: rgb(6 78 59 / 0);
}

.ring-offset-emerald-900\/10 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.1);
}

.ring-offset-emerald-900\/100 {
  --tw-ring-offset-color: rgb(6 78 59 / 1);
}

.ring-offset-emerald-900\/15 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.15);
}

.ring-offset-emerald-900\/20 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.2);
}

.ring-offset-emerald-900\/25 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.25);
}

.ring-offset-emerald-900\/30 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.3);
}

.ring-offset-emerald-900\/35 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.35);
}

.ring-offset-emerald-900\/40 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.4);
}

.ring-offset-emerald-900\/45 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.45);
}

.ring-offset-emerald-900\/5 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.05);
}

.ring-offset-emerald-900\/50 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.5);
}

.ring-offset-emerald-900\/55 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.55);
}

.ring-offset-emerald-900\/60 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.6);
}

.ring-offset-emerald-900\/65 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.65);
}

.ring-offset-emerald-900\/70 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.7);
}

.ring-offset-emerald-900\/75 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.75);
}

.ring-offset-emerald-900\/80 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.8);
}

.ring-offset-emerald-900\/85 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.85);
}

.ring-offset-emerald-900\/90 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.9);
}

.ring-offset-emerald-900\/95 {
  --tw-ring-offset-color: rgb(6 78 59 / 0.95);
}

.ring-offset-emerald-950 {
  --tw-ring-offset-color: #022c22;
}

.ring-offset-emerald-950\/0 {
  --tw-ring-offset-color: rgb(2 44 34 / 0);
}

.ring-offset-emerald-950\/10 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.1);
}

.ring-offset-emerald-950\/100 {
  --tw-ring-offset-color: rgb(2 44 34 / 1);
}

.ring-offset-emerald-950\/15 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.15);
}

.ring-offset-emerald-950\/20 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.2);
}

.ring-offset-emerald-950\/25 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.25);
}

.ring-offset-emerald-950\/30 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.3);
}

.ring-offset-emerald-950\/35 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.35);
}

.ring-offset-emerald-950\/40 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.4);
}

.ring-offset-emerald-950\/45 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.45);
}

.ring-offset-emerald-950\/5 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.05);
}

.ring-offset-emerald-950\/50 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.5);
}

.ring-offset-emerald-950\/55 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.55);
}

.ring-offset-emerald-950\/60 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.6);
}

.ring-offset-emerald-950\/65 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.65);
}

.ring-offset-emerald-950\/70 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.7);
}

.ring-offset-emerald-950\/75 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.75);
}

.ring-offset-emerald-950\/80 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.8);
}

.ring-offset-emerald-950\/85 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.85);
}

.ring-offset-emerald-950\/90 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.9);
}

.ring-offset-emerald-950\/95 {
  --tw-ring-offset-color: rgb(2 44 34 / 0.95);
}

.ring-offset-fuchsia-100 {
  --tw-ring-offset-color: #fae8ff;
}

.ring-offset-fuchsia-100\/0 {
  --tw-ring-offset-color: rgb(250 232 255 / 0);
}

.ring-offset-fuchsia-100\/10 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.1);
}

.ring-offset-fuchsia-100\/100 {
  --tw-ring-offset-color: rgb(250 232 255 / 1);
}

.ring-offset-fuchsia-100\/15 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.15);
}

.ring-offset-fuchsia-100\/20 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.2);
}

.ring-offset-fuchsia-100\/25 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.25);
}

.ring-offset-fuchsia-100\/30 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.3);
}

.ring-offset-fuchsia-100\/35 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.35);
}

.ring-offset-fuchsia-100\/40 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.4);
}

.ring-offset-fuchsia-100\/45 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.45);
}

.ring-offset-fuchsia-100\/5 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.05);
}

.ring-offset-fuchsia-100\/50 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.5);
}

.ring-offset-fuchsia-100\/55 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.55);
}

.ring-offset-fuchsia-100\/60 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.6);
}

.ring-offset-fuchsia-100\/65 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.65);
}

.ring-offset-fuchsia-100\/70 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.7);
}

.ring-offset-fuchsia-100\/75 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.75);
}

.ring-offset-fuchsia-100\/80 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.8);
}

.ring-offset-fuchsia-100\/85 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.85);
}

.ring-offset-fuchsia-100\/90 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.9);
}

.ring-offset-fuchsia-100\/95 {
  --tw-ring-offset-color: rgb(250 232 255 / 0.95);
}

.ring-offset-fuchsia-200 {
  --tw-ring-offset-color: #f5d0fe;
}

.ring-offset-fuchsia-200\/0 {
  --tw-ring-offset-color: rgb(245 208 254 / 0);
}

.ring-offset-fuchsia-200\/10 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.1);
}

.ring-offset-fuchsia-200\/100 {
  --tw-ring-offset-color: rgb(245 208 254 / 1);
}

.ring-offset-fuchsia-200\/15 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.15);
}

.ring-offset-fuchsia-200\/20 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.2);
}

.ring-offset-fuchsia-200\/25 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.25);
}

.ring-offset-fuchsia-200\/30 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.3);
}

.ring-offset-fuchsia-200\/35 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.35);
}

.ring-offset-fuchsia-200\/40 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.4);
}

.ring-offset-fuchsia-200\/45 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.45);
}

.ring-offset-fuchsia-200\/5 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.05);
}

.ring-offset-fuchsia-200\/50 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.5);
}

.ring-offset-fuchsia-200\/55 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.55);
}

.ring-offset-fuchsia-200\/60 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.6);
}

.ring-offset-fuchsia-200\/65 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.65);
}

.ring-offset-fuchsia-200\/70 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.7);
}

.ring-offset-fuchsia-200\/75 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.75);
}

.ring-offset-fuchsia-200\/80 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.8);
}

.ring-offset-fuchsia-200\/85 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.85);
}

.ring-offset-fuchsia-200\/90 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.9);
}

.ring-offset-fuchsia-200\/95 {
  --tw-ring-offset-color: rgb(245 208 254 / 0.95);
}

.ring-offset-fuchsia-300 {
  --tw-ring-offset-color: #f0abfc;
}

.ring-offset-fuchsia-300\/0 {
  --tw-ring-offset-color: rgb(240 171 252 / 0);
}

.ring-offset-fuchsia-300\/10 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.1);
}

.ring-offset-fuchsia-300\/100 {
  --tw-ring-offset-color: rgb(240 171 252 / 1);
}

.ring-offset-fuchsia-300\/15 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.15);
}

.ring-offset-fuchsia-300\/20 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.2);
}

.ring-offset-fuchsia-300\/25 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.25);
}

.ring-offset-fuchsia-300\/30 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.3);
}

.ring-offset-fuchsia-300\/35 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.35);
}

.ring-offset-fuchsia-300\/40 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.4);
}

.ring-offset-fuchsia-300\/45 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.45);
}

.ring-offset-fuchsia-300\/5 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.05);
}

.ring-offset-fuchsia-300\/50 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.5);
}

.ring-offset-fuchsia-300\/55 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.55);
}

.ring-offset-fuchsia-300\/60 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.6);
}

.ring-offset-fuchsia-300\/65 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.65);
}

.ring-offset-fuchsia-300\/70 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.7);
}

.ring-offset-fuchsia-300\/75 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.75);
}

.ring-offset-fuchsia-300\/80 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.8);
}

.ring-offset-fuchsia-300\/85 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.85);
}

.ring-offset-fuchsia-300\/90 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.9);
}

.ring-offset-fuchsia-300\/95 {
  --tw-ring-offset-color: rgb(240 171 252 / 0.95);
}

.ring-offset-fuchsia-400 {
  --tw-ring-offset-color: #e879f9;
}

.ring-offset-fuchsia-400\/0 {
  --tw-ring-offset-color: rgb(232 121 249 / 0);
}

.ring-offset-fuchsia-400\/10 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.1);
}

.ring-offset-fuchsia-400\/100 {
  --tw-ring-offset-color: rgb(232 121 249 / 1);
}

.ring-offset-fuchsia-400\/15 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.15);
}

.ring-offset-fuchsia-400\/20 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.2);
}

.ring-offset-fuchsia-400\/25 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.25);
}

.ring-offset-fuchsia-400\/30 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.3);
}

.ring-offset-fuchsia-400\/35 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.35);
}

.ring-offset-fuchsia-400\/40 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.4);
}

.ring-offset-fuchsia-400\/45 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.45);
}

.ring-offset-fuchsia-400\/5 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.05);
}

.ring-offset-fuchsia-400\/50 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.5);
}

.ring-offset-fuchsia-400\/55 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.55);
}

.ring-offset-fuchsia-400\/60 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.6);
}

.ring-offset-fuchsia-400\/65 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.65);
}

.ring-offset-fuchsia-400\/70 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.7);
}

.ring-offset-fuchsia-400\/75 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.75);
}

.ring-offset-fuchsia-400\/80 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.8);
}

.ring-offset-fuchsia-400\/85 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.85);
}

.ring-offset-fuchsia-400\/90 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.9);
}

.ring-offset-fuchsia-400\/95 {
  --tw-ring-offset-color: rgb(232 121 249 / 0.95);
}

.ring-offset-fuchsia-50 {
  --tw-ring-offset-color: #fdf4ff;
}

.ring-offset-fuchsia-50\/0 {
  --tw-ring-offset-color: rgb(253 244 255 / 0);
}

.ring-offset-fuchsia-50\/10 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.1);
}

.ring-offset-fuchsia-50\/100 {
  --tw-ring-offset-color: rgb(253 244 255 / 1);
}

.ring-offset-fuchsia-50\/15 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.15);
}

.ring-offset-fuchsia-50\/20 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.2);
}

.ring-offset-fuchsia-50\/25 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.25);
}

.ring-offset-fuchsia-50\/30 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.3);
}

.ring-offset-fuchsia-50\/35 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.35);
}

.ring-offset-fuchsia-50\/40 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.4);
}

.ring-offset-fuchsia-50\/45 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.45);
}

.ring-offset-fuchsia-50\/5 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.05);
}

.ring-offset-fuchsia-50\/50 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.5);
}

.ring-offset-fuchsia-50\/55 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.55);
}

.ring-offset-fuchsia-50\/60 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.6);
}

.ring-offset-fuchsia-50\/65 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.65);
}

.ring-offset-fuchsia-50\/70 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.7);
}

.ring-offset-fuchsia-50\/75 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.75);
}

.ring-offset-fuchsia-50\/80 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.8);
}

.ring-offset-fuchsia-50\/85 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.85);
}

.ring-offset-fuchsia-50\/90 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.9);
}

.ring-offset-fuchsia-50\/95 {
  --tw-ring-offset-color: rgb(253 244 255 / 0.95);
}

.ring-offset-fuchsia-500 {
  --tw-ring-offset-color: #d946ef;
}

.ring-offset-fuchsia-500\/0 {
  --tw-ring-offset-color: rgb(217 70 239 / 0);
}

.ring-offset-fuchsia-500\/10 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.1);
}

.ring-offset-fuchsia-500\/100 {
  --tw-ring-offset-color: rgb(217 70 239 / 1);
}

.ring-offset-fuchsia-500\/15 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.15);
}

.ring-offset-fuchsia-500\/20 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.2);
}

.ring-offset-fuchsia-500\/25 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.25);
}

.ring-offset-fuchsia-500\/30 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.3);
}

.ring-offset-fuchsia-500\/35 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.35);
}

.ring-offset-fuchsia-500\/40 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.4);
}

.ring-offset-fuchsia-500\/45 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.45);
}

.ring-offset-fuchsia-500\/5 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.05);
}

.ring-offset-fuchsia-500\/50 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.5);
}

.ring-offset-fuchsia-500\/55 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.55);
}

.ring-offset-fuchsia-500\/60 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.6);
}

.ring-offset-fuchsia-500\/65 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.65);
}

.ring-offset-fuchsia-500\/70 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.7);
}

.ring-offset-fuchsia-500\/75 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.75);
}

.ring-offset-fuchsia-500\/80 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.8);
}

.ring-offset-fuchsia-500\/85 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.85);
}

.ring-offset-fuchsia-500\/90 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.9);
}

.ring-offset-fuchsia-500\/95 {
  --tw-ring-offset-color: rgb(217 70 239 / 0.95);
}

.ring-offset-fuchsia-600 {
  --tw-ring-offset-color: #c026d3;
}

.ring-offset-fuchsia-600\/0 {
  --tw-ring-offset-color: rgb(192 38 211 / 0);
}

.ring-offset-fuchsia-600\/10 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.1);
}

.ring-offset-fuchsia-600\/100 {
  --tw-ring-offset-color: rgb(192 38 211 / 1);
}

.ring-offset-fuchsia-600\/15 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.15);
}

.ring-offset-fuchsia-600\/20 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.2);
}

.ring-offset-fuchsia-600\/25 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.25);
}

.ring-offset-fuchsia-600\/30 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.3);
}

.ring-offset-fuchsia-600\/35 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.35);
}

.ring-offset-fuchsia-600\/40 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.4);
}

.ring-offset-fuchsia-600\/45 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.45);
}

.ring-offset-fuchsia-600\/5 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.05);
}

.ring-offset-fuchsia-600\/50 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.5);
}

.ring-offset-fuchsia-600\/55 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.55);
}

.ring-offset-fuchsia-600\/60 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.6);
}

.ring-offset-fuchsia-600\/65 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.65);
}

.ring-offset-fuchsia-600\/70 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.7);
}

.ring-offset-fuchsia-600\/75 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.75);
}

.ring-offset-fuchsia-600\/80 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.8);
}

.ring-offset-fuchsia-600\/85 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.85);
}

.ring-offset-fuchsia-600\/90 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.9);
}

.ring-offset-fuchsia-600\/95 {
  --tw-ring-offset-color: rgb(192 38 211 / 0.95);
}

.ring-offset-fuchsia-700 {
  --tw-ring-offset-color: #a21caf;
}

.ring-offset-fuchsia-700\/0 {
  --tw-ring-offset-color: rgb(162 28 175 / 0);
}

.ring-offset-fuchsia-700\/10 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.1);
}

.ring-offset-fuchsia-700\/100 {
  --tw-ring-offset-color: rgb(162 28 175 / 1);
}

.ring-offset-fuchsia-700\/15 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.15);
}

.ring-offset-fuchsia-700\/20 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.2);
}

.ring-offset-fuchsia-700\/25 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.25);
}

.ring-offset-fuchsia-700\/30 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.3);
}

.ring-offset-fuchsia-700\/35 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.35);
}

.ring-offset-fuchsia-700\/40 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.4);
}

.ring-offset-fuchsia-700\/45 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.45);
}

.ring-offset-fuchsia-700\/5 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.05);
}

.ring-offset-fuchsia-700\/50 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.5);
}

.ring-offset-fuchsia-700\/55 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.55);
}

.ring-offset-fuchsia-700\/60 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.6);
}

.ring-offset-fuchsia-700\/65 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.65);
}

.ring-offset-fuchsia-700\/70 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.7);
}

.ring-offset-fuchsia-700\/75 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.75);
}

.ring-offset-fuchsia-700\/80 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.8);
}

.ring-offset-fuchsia-700\/85 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.85);
}

.ring-offset-fuchsia-700\/90 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.9);
}

.ring-offset-fuchsia-700\/95 {
  --tw-ring-offset-color: rgb(162 28 175 / 0.95);
}

.ring-offset-fuchsia-800 {
  --tw-ring-offset-color: #86198f;
}

.ring-offset-fuchsia-800\/0 {
  --tw-ring-offset-color: rgb(134 25 143 / 0);
}

.ring-offset-fuchsia-800\/10 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.1);
}

.ring-offset-fuchsia-800\/100 {
  --tw-ring-offset-color: rgb(134 25 143 / 1);
}

.ring-offset-fuchsia-800\/15 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.15);
}

.ring-offset-fuchsia-800\/20 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.2);
}

.ring-offset-fuchsia-800\/25 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.25);
}

.ring-offset-fuchsia-800\/30 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.3);
}

.ring-offset-fuchsia-800\/35 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.35);
}

.ring-offset-fuchsia-800\/40 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.4);
}

.ring-offset-fuchsia-800\/45 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.45);
}

.ring-offset-fuchsia-800\/5 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.05);
}

.ring-offset-fuchsia-800\/50 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.5);
}

.ring-offset-fuchsia-800\/55 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.55);
}

.ring-offset-fuchsia-800\/60 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.6);
}

.ring-offset-fuchsia-800\/65 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.65);
}

.ring-offset-fuchsia-800\/70 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.7);
}

.ring-offset-fuchsia-800\/75 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.75);
}

.ring-offset-fuchsia-800\/80 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.8);
}

.ring-offset-fuchsia-800\/85 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.85);
}

.ring-offset-fuchsia-800\/90 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.9);
}

.ring-offset-fuchsia-800\/95 {
  --tw-ring-offset-color: rgb(134 25 143 / 0.95);
}

.ring-offset-fuchsia-900 {
  --tw-ring-offset-color: #701a75;
}

.ring-offset-fuchsia-900\/0 {
  --tw-ring-offset-color: rgb(112 26 117 / 0);
}

.ring-offset-fuchsia-900\/10 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.1);
}

.ring-offset-fuchsia-900\/100 {
  --tw-ring-offset-color: rgb(112 26 117 / 1);
}

.ring-offset-fuchsia-900\/15 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.15);
}

.ring-offset-fuchsia-900\/20 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.2);
}

.ring-offset-fuchsia-900\/25 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.25);
}

.ring-offset-fuchsia-900\/30 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.3);
}

.ring-offset-fuchsia-900\/35 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.35);
}

.ring-offset-fuchsia-900\/40 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.4);
}

.ring-offset-fuchsia-900\/45 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.45);
}

.ring-offset-fuchsia-900\/5 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.05);
}

.ring-offset-fuchsia-900\/50 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.5);
}

.ring-offset-fuchsia-900\/55 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.55);
}

.ring-offset-fuchsia-900\/60 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.6);
}

.ring-offset-fuchsia-900\/65 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.65);
}

.ring-offset-fuchsia-900\/70 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.7);
}

.ring-offset-fuchsia-900\/75 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.75);
}

.ring-offset-fuchsia-900\/80 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.8);
}

.ring-offset-fuchsia-900\/85 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.85);
}

.ring-offset-fuchsia-900\/90 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.9);
}

.ring-offset-fuchsia-900\/95 {
  --tw-ring-offset-color: rgb(112 26 117 / 0.95);
}

.ring-offset-fuchsia-950 {
  --tw-ring-offset-color: #4a044e;
}

.ring-offset-fuchsia-950\/0 {
  --tw-ring-offset-color: rgb(74 4 78 / 0);
}

.ring-offset-fuchsia-950\/10 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.1);
}

.ring-offset-fuchsia-950\/100 {
  --tw-ring-offset-color: rgb(74 4 78 / 1);
}

.ring-offset-fuchsia-950\/15 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.15);
}

.ring-offset-fuchsia-950\/20 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.2);
}

.ring-offset-fuchsia-950\/25 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.25);
}

.ring-offset-fuchsia-950\/30 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.3);
}

.ring-offset-fuchsia-950\/35 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.35);
}

.ring-offset-fuchsia-950\/40 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.4);
}

.ring-offset-fuchsia-950\/45 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.45);
}

.ring-offset-fuchsia-950\/5 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.05);
}

.ring-offset-fuchsia-950\/50 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.5);
}

.ring-offset-fuchsia-950\/55 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.55);
}

.ring-offset-fuchsia-950\/60 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.6);
}

.ring-offset-fuchsia-950\/65 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.65);
}

.ring-offset-fuchsia-950\/70 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.7);
}

.ring-offset-fuchsia-950\/75 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.75);
}

.ring-offset-fuchsia-950\/80 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.8);
}

.ring-offset-fuchsia-950\/85 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.85);
}

.ring-offset-fuchsia-950\/90 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.9);
}

.ring-offset-fuchsia-950\/95 {
  --tw-ring-offset-color: rgb(74 4 78 / 0.95);
}

.ring-offset-gray-100 {
  --tw-ring-offset-color: #f3f4f6;
}

.ring-offset-gray-100\/0 {
  --tw-ring-offset-color: rgb(243 244 246 / 0);
}

.ring-offset-gray-100\/10 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.1);
}

.ring-offset-gray-100\/100 {
  --tw-ring-offset-color: rgb(243 244 246 / 1);
}

.ring-offset-gray-100\/15 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.15);
}

.ring-offset-gray-100\/20 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.2);
}

.ring-offset-gray-100\/25 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.25);
}

.ring-offset-gray-100\/30 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.3);
}

.ring-offset-gray-100\/35 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.35);
}

.ring-offset-gray-100\/40 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.4);
}

.ring-offset-gray-100\/45 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.45);
}

.ring-offset-gray-100\/5 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.05);
}

.ring-offset-gray-100\/50 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.5);
}

.ring-offset-gray-100\/55 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.55);
}

.ring-offset-gray-100\/60 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.6);
}

.ring-offset-gray-100\/65 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.65);
}

.ring-offset-gray-100\/70 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.7);
}

.ring-offset-gray-100\/75 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.75);
}

.ring-offset-gray-100\/80 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.8);
}

.ring-offset-gray-100\/85 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.85);
}

.ring-offset-gray-100\/90 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.9);
}

.ring-offset-gray-100\/95 {
  --tw-ring-offset-color: rgb(243 244 246 / 0.95);
}

.ring-offset-gray-200 {
  --tw-ring-offset-color: #e5e7eb;
}

.ring-offset-gray-200\/0 {
  --tw-ring-offset-color: rgb(229 231 235 / 0);
}

.ring-offset-gray-200\/10 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.1);
}

.ring-offset-gray-200\/100 {
  --tw-ring-offset-color: rgb(229 231 235 / 1);
}

.ring-offset-gray-200\/15 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.15);
}

.ring-offset-gray-200\/20 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.2);
}

.ring-offset-gray-200\/25 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.25);
}

.ring-offset-gray-200\/30 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.3);
}

.ring-offset-gray-200\/35 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.35);
}

.ring-offset-gray-200\/40 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.4);
}

.ring-offset-gray-200\/45 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.45);
}

.ring-offset-gray-200\/5 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.05);
}

.ring-offset-gray-200\/50 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.5);
}

.ring-offset-gray-200\/55 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.55);
}

.ring-offset-gray-200\/60 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.6);
}

.ring-offset-gray-200\/65 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.65);
}

.ring-offset-gray-200\/70 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.7);
}

.ring-offset-gray-200\/75 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.75);
}

.ring-offset-gray-200\/80 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.8);
}

.ring-offset-gray-200\/85 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.85);
}

.ring-offset-gray-200\/90 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.9);
}

.ring-offset-gray-200\/95 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.95);
}

.ring-offset-gray-300 {
  --tw-ring-offset-color: #d1d5db;
}

.ring-offset-gray-300\/0 {
  --tw-ring-offset-color: rgb(209 213 219 / 0);
}

.ring-offset-gray-300\/10 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.1);
}

.ring-offset-gray-300\/100 {
  --tw-ring-offset-color: rgb(209 213 219 / 1);
}

.ring-offset-gray-300\/15 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.15);
}

.ring-offset-gray-300\/20 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.2);
}

.ring-offset-gray-300\/25 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.25);
}

.ring-offset-gray-300\/30 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.3);
}

.ring-offset-gray-300\/35 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.35);
}

.ring-offset-gray-300\/40 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.4);
}

.ring-offset-gray-300\/45 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.45);
}

.ring-offset-gray-300\/5 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.05);
}

.ring-offset-gray-300\/50 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.5);
}

.ring-offset-gray-300\/55 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.55);
}

.ring-offset-gray-300\/60 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.6);
}

.ring-offset-gray-300\/65 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.65);
}

.ring-offset-gray-300\/70 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.7);
}

.ring-offset-gray-300\/75 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.75);
}

.ring-offset-gray-300\/80 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.8);
}

.ring-offset-gray-300\/85 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.85);
}

.ring-offset-gray-300\/90 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.9);
}

.ring-offset-gray-300\/95 {
  --tw-ring-offset-color: rgb(209 213 219 / 0.95);
}

.ring-offset-gray-400 {
  --tw-ring-offset-color: #9ca3af;
}

.ring-offset-gray-400\/0 {
  --tw-ring-offset-color: rgb(156 163 175 / 0);
}

.ring-offset-gray-400\/10 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.1);
}

.ring-offset-gray-400\/100 {
  --tw-ring-offset-color: rgb(156 163 175 / 1);
}

.ring-offset-gray-400\/15 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.15);
}

.ring-offset-gray-400\/20 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.2);
}

.ring-offset-gray-400\/25 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.25);
}

.ring-offset-gray-400\/30 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.3);
}

.ring-offset-gray-400\/35 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.35);
}

.ring-offset-gray-400\/40 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.4);
}

.ring-offset-gray-400\/45 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.45);
}

.ring-offset-gray-400\/5 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.05);
}

.ring-offset-gray-400\/50 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.5);
}

.ring-offset-gray-400\/55 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.55);
}

.ring-offset-gray-400\/60 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.6);
}

.ring-offset-gray-400\/65 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.65);
}

.ring-offset-gray-400\/70 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.7);
}

.ring-offset-gray-400\/75 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.75);
}

.ring-offset-gray-400\/80 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.8);
}

.ring-offset-gray-400\/85 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.85);
}

.ring-offset-gray-400\/90 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.9);
}

.ring-offset-gray-400\/95 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.95);
}

.ring-offset-gray-50 {
  --tw-ring-offset-color: #f9fafb;
}

.ring-offset-gray-50\/0 {
  --tw-ring-offset-color: rgb(249 250 251 / 0);
}

.ring-offset-gray-50\/10 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.1);
}

.ring-offset-gray-50\/100 {
  --tw-ring-offset-color: rgb(249 250 251 / 1);
}

.ring-offset-gray-50\/15 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.15);
}

.ring-offset-gray-50\/20 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.2);
}

.ring-offset-gray-50\/25 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.25);
}

.ring-offset-gray-50\/30 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.3);
}

.ring-offset-gray-50\/35 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.35);
}

.ring-offset-gray-50\/40 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.4);
}

.ring-offset-gray-50\/45 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.45);
}

.ring-offset-gray-50\/5 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.05);
}

.ring-offset-gray-50\/50 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.5);
}

.ring-offset-gray-50\/55 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.55);
}

.ring-offset-gray-50\/60 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.6);
}

.ring-offset-gray-50\/65 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.65);
}

.ring-offset-gray-50\/70 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.7);
}

.ring-offset-gray-50\/75 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.75);
}

.ring-offset-gray-50\/80 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.8);
}

.ring-offset-gray-50\/85 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.85);
}

.ring-offset-gray-50\/90 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.9);
}

.ring-offset-gray-50\/95 {
  --tw-ring-offset-color: rgb(249 250 251 / 0.95);
}

.ring-offset-gray-500 {
  --tw-ring-offset-color: #6b7280;
}

.ring-offset-gray-500\/0 {
  --tw-ring-offset-color: rgb(107 114 128 / 0);
}

.ring-offset-gray-500\/10 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.1);
}

.ring-offset-gray-500\/100 {
  --tw-ring-offset-color: rgb(107 114 128 / 1);
}

.ring-offset-gray-500\/15 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.15);
}

.ring-offset-gray-500\/20 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.2);
}

.ring-offset-gray-500\/25 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.25);
}

.ring-offset-gray-500\/30 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.3);
}

.ring-offset-gray-500\/35 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.35);
}

.ring-offset-gray-500\/40 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.4);
}

.ring-offset-gray-500\/45 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.45);
}

.ring-offset-gray-500\/5 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.05);
}

.ring-offset-gray-500\/50 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.5);
}

.ring-offset-gray-500\/55 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.55);
}

.ring-offset-gray-500\/60 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.6);
}

.ring-offset-gray-500\/65 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.65);
}

.ring-offset-gray-500\/70 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.7);
}

.ring-offset-gray-500\/75 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.75);
}

.ring-offset-gray-500\/80 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.8);
}

.ring-offset-gray-500\/85 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.85);
}

.ring-offset-gray-500\/90 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.9);
}

.ring-offset-gray-500\/95 {
  --tw-ring-offset-color: rgb(107 114 128 / 0.95);
}

.ring-offset-gray-600 {
  --tw-ring-offset-color: #4b5563;
}

.ring-offset-gray-600\/0 {
  --tw-ring-offset-color: rgb(75 85 99 / 0);
}

.ring-offset-gray-600\/10 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.1);
}

.ring-offset-gray-600\/100 {
  --tw-ring-offset-color: rgb(75 85 99 / 1);
}

.ring-offset-gray-600\/15 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.15);
}

.ring-offset-gray-600\/20 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.2);
}

.ring-offset-gray-600\/25 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.25);
}

.ring-offset-gray-600\/30 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.3);
}

.ring-offset-gray-600\/35 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.35);
}

.ring-offset-gray-600\/40 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.4);
}

.ring-offset-gray-600\/45 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.45);
}

.ring-offset-gray-600\/5 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.05);
}

.ring-offset-gray-600\/50 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.5);
}

.ring-offset-gray-600\/55 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.55);
}

.ring-offset-gray-600\/60 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.6);
}

.ring-offset-gray-600\/65 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.65);
}

.ring-offset-gray-600\/70 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.7);
}

.ring-offset-gray-600\/75 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.75);
}

.ring-offset-gray-600\/80 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.8);
}

.ring-offset-gray-600\/85 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.85);
}

.ring-offset-gray-600\/90 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.9);
}

.ring-offset-gray-600\/95 {
  --tw-ring-offset-color: rgb(75 85 99 / 0.95);
}

.ring-offset-gray-700 {
  --tw-ring-offset-color: #374151;
}

.ring-offset-gray-700\/0 {
  --tw-ring-offset-color: rgb(55 65 81 / 0);
}

.ring-offset-gray-700\/10 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.1);
}

.ring-offset-gray-700\/100 {
  --tw-ring-offset-color: rgb(55 65 81 / 1);
}

.ring-offset-gray-700\/15 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.15);
}

.ring-offset-gray-700\/20 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.2);
}

.ring-offset-gray-700\/25 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.25);
}

.ring-offset-gray-700\/30 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.3);
}

.ring-offset-gray-700\/35 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.35);
}

.ring-offset-gray-700\/40 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.4);
}

.ring-offset-gray-700\/45 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.45);
}

.ring-offset-gray-700\/5 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.05);
}

.ring-offset-gray-700\/50 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.5);
}

.ring-offset-gray-700\/55 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.55);
}

.ring-offset-gray-700\/60 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.6);
}

.ring-offset-gray-700\/65 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.65);
}

.ring-offset-gray-700\/70 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.7);
}

.ring-offset-gray-700\/75 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.75);
}

.ring-offset-gray-700\/80 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.8);
}

.ring-offset-gray-700\/85 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.85);
}

.ring-offset-gray-700\/90 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.9);
}

.ring-offset-gray-700\/95 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.95);
}

.ring-offset-gray-800 {
  --tw-ring-offset-color: #1f2937;
}

.ring-offset-gray-800\/0 {
  --tw-ring-offset-color: rgb(31 41 55 / 0);
}

.ring-offset-gray-800\/10 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.1);
}

.ring-offset-gray-800\/100 {
  --tw-ring-offset-color: rgb(31 41 55 / 1);
}

.ring-offset-gray-800\/15 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.15);
}

.ring-offset-gray-800\/20 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.2);
}

.ring-offset-gray-800\/25 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.25);
}

.ring-offset-gray-800\/30 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.3);
}

.ring-offset-gray-800\/35 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.35);
}

.ring-offset-gray-800\/40 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.4);
}

.ring-offset-gray-800\/45 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.45);
}

.ring-offset-gray-800\/5 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.05);
}

.ring-offset-gray-800\/50 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.5);
}

.ring-offset-gray-800\/55 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.55);
}

.ring-offset-gray-800\/60 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.6);
}

.ring-offset-gray-800\/65 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.65);
}

.ring-offset-gray-800\/70 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.7);
}

.ring-offset-gray-800\/75 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.75);
}

.ring-offset-gray-800\/80 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.8);
}

.ring-offset-gray-800\/85 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.85);
}

.ring-offset-gray-800\/90 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.9);
}

.ring-offset-gray-800\/95 {
  --tw-ring-offset-color: rgb(31 41 55 / 0.95);
}

.ring-offset-gray-900 {
  --tw-ring-offset-color: #111827;
}

.ring-offset-gray-900\/0 {
  --tw-ring-offset-color: rgb(17 24 39 / 0);
}

.ring-offset-gray-900\/10 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.1);
}

.ring-offset-gray-900\/100 {
  --tw-ring-offset-color: rgb(17 24 39 / 1);
}

.ring-offset-gray-900\/15 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.15);
}

.ring-offset-gray-900\/20 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.2);
}

.ring-offset-gray-900\/25 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.25);
}

.ring-offset-gray-900\/30 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.3);
}

.ring-offset-gray-900\/35 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.35);
}

.ring-offset-gray-900\/40 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.4);
}

.ring-offset-gray-900\/45 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.45);
}

.ring-offset-gray-900\/5 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.05);
}

.ring-offset-gray-900\/50 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.5);
}

.ring-offset-gray-900\/55 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.55);
}

.ring-offset-gray-900\/60 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.6);
}

.ring-offset-gray-900\/65 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.65);
}

.ring-offset-gray-900\/70 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.7);
}

.ring-offset-gray-900\/75 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.75);
}

.ring-offset-gray-900\/80 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.8);
}

.ring-offset-gray-900\/85 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.85);
}

.ring-offset-gray-900\/90 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.9);
}

.ring-offset-gray-900\/95 {
  --tw-ring-offset-color: rgb(17 24 39 / 0.95);
}

.ring-offset-gray-950 {
  --tw-ring-offset-color: #030712;
}

.ring-offset-gray-950\/0 {
  --tw-ring-offset-color: rgb(3 7 18 / 0);
}

.ring-offset-gray-950\/10 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.1);
}

.ring-offset-gray-950\/100 {
  --tw-ring-offset-color: rgb(3 7 18 / 1);
}

.ring-offset-gray-950\/15 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.15);
}

.ring-offset-gray-950\/20 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.2);
}

.ring-offset-gray-950\/25 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.25);
}

.ring-offset-gray-950\/30 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.3);
}

.ring-offset-gray-950\/35 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.35);
}

.ring-offset-gray-950\/40 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.4);
}

.ring-offset-gray-950\/45 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.45);
}

.ring-offset-gray-950\/5 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.05);
}

.ring-offset-gray-950\/50 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.5);
}

.ring-offset-gray-950\/55 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.55);
}

.ring-offset-gray-950\/60 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.6);
}

.ring-offset-gray-950\/65 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.65);
}

.ring-offset-gray-950\/70 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.7);
}

.ring-offset-gray-950\/75 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.75);
}

.ring-offset-gray-950\/80 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.8);
}

.ring-offset-gray-950\/85 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.85);
}

.ring-offset-gray-950\/90 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.9);
}

.ring-offset-gray-950\/95 {
  --tw-ring-offset-color: rgb(3 7 18 / 0.95);
}

.ring-offset-green-100 {
  --tw-ring-offset-color: #dcfce7;
}

.ring-offset-green-100\/0 {
  --tw-ring-offset-color: rgb(220 252 231 / 0);
}

.ring-offset-green-100\/10 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.1);
}

.ring-offset-green-100\/100 {
  --tw-ring-offset-color: rgb(220 252 231 / 1);
}

.ring-offset-green-100\/15 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.15);
}

.ring-offset-green-100\/20 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.2);
}

.ring-offset-green-100\/25 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.25);
}

.ring-offset-green-100\/30 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.3);
}

.ring-offset-green-100\/35 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.35);
}

.ring-offset-green-100\/40 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.4);
}

.ring-offset-green-100\/45 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.45);
}

.ring-offset-green-100\/5 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.05);
}

.ring-offset-green-100\/50 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.5);
}

.ring-offset-green-100\/55 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.55);
}

.ring-offset-green-100\/60 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.6);
}

.ring-offset-green-100\/65 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.65);
}

.ring-offset-green-100\/70 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.7);
}

.ring-offset-green-100\/75 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.75);
}

.ring-offset-green-100\/80 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.8);
}

.ring-offset-green-100\/85 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.85);
}

.ring-offset-green-100\/90 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.9);
}

.ring-offset-green-100\/95 {
  --tw-ring-offset-color: rgb(220 252 231 / 0.95);
}

.ring-offset-green-200 {
  --tw-ring-offset-color: #bbf7d0;
}

.ring-offset-green-200\/0 {
  --tw-ring-offset-color: rgb(187 247 208 / 0);
}

.ring-offset-green-200\/10 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.1);
}

.ring-offset-green-200\/100 {
  --tw-ring-offset-color: rgb(187 247 208 / 1);
}

.ring-offset-green-200\/15 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.15);
}

.ring-offset-green-200\/20 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.2);
}

.ring-offset-green-200\/25 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.25);
}

.ring-offset-green-200\/30 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.3);
}

.ring-offset-green-200\/35 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.35);
}

.ring-offset-green-200\/40 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.4);
}

.ring-offset-green-200\/45 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.45);
}

.ring-offset-green-200\/5 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.05);
}

.ring-offset-green-200\/50 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.5);
}

.ring-offset-green-200\/55 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.55);
}

.ring-offset-green-200\/60 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.6);
}

.ring-offset-green-200\/65 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.65);
}

.ring-offset-green-200\/70 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.7);
}

.ring-offset-green-200\/75 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.75);
}

.ring-offset-green-200\/80 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.8);
}

.ring-offset-green-200\/85 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.85);
}

.ring-offset-green-200\/90 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.9);
}

.ring-offset-green-200\/95 {
  --tw-ring-offset-color: rgb(187 247 208 / 0.95);
}

.ring-offset-green-300 {
  --tw-ring-offset-color: #86efac;
}

.ring-offset-green-300\/0 {
  --tw-ring-offset-color: rgb(134 239 172 / 0);
}

.ring-offset-green-300\/10 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.1);
}

.ring-offset-green-300\/100 {
  --tw-ring-offset-color: rgb(134 239 172 / 1);
}

.ring-offset-green-300\/15 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.15);
}

.ring-offset-green-300\/20 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.2);
}

.ring-offset-green-300\/25 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.25);
}

.ring-offset-green-300\/30 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.3);
}

.ring-offset-green-300\/35 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.35);
}

.ring-offset-green-300\/40 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.4);
}

.ring-offset-green-300\/45 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.45);
}

.ring-offset-green-300\/5 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.05);
}

.ring-offset-green-300\/50 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.5);
}

.ring-offset-green-300\/55 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.55);
}

.ring-offset-green-300\/60 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.6);
}

.ring-offset-green-300\/65 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.65);
}

.ring-offset-green-300\/70 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.7);
}

.ring-offset-green-300\/75 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.75);
}

.ring-offset-green-300\/80 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.8);
}

.ring-offset-green-300\/85 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.85);
}

.ring-offset-green-300\/90 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.9);
}

.ring-offset-green-300\/95 {
  --tw-ring-offset-color: rgb(134 239 172 / 0.95);
}

.ring-offset-green-400 {
  --tw-ring-offset-color: #4ade80;
}

.ring-offset-green-400\/0 {
  --tw-ring-offset-color: rgb(74 222 128 / 0);
}

.ring-offset-green-400\/10 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.1);
}

.ring-offset-green-400\/100 {
  --tw-ring-offset-color: rgb(74 222 128 / 1);
}

.ring-offset-green-400\/15 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.15);
}

.ring-offset-green-400\/20 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.2);
}

.ring-offset-green-400\/25 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.25);
}

.ring-offset-green-400\/30 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.3);
}

.ring-offset-green-400\/35 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.35);
}

.ring-offset-green-400\/40 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.4);
}

.ring-offset-green-400\/45 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.45);
}

.ring-offset-green-400\/5 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.05);
}

.ring-offset-green-400\/50 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.5);
}

.ring-offset-green-400\/55 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.55);
}

.ring-offset-green-400\/60 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.6);
}

.ring-offset-green-400\/65 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.65);
}

.ring-offset-green-400\/70 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.7);
}

.ring-offset-green-400\/75 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.75);
}

.ring-offset-green-400\/80 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.8);
}

.ring-offset-green-400\/85 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.85);
}

.ring-offset-green-400\/90 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.9);
}

.ring-offset-green-400\/95 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.95);
}

.ring-offset-green-50 {
  --tw-ring-offset-color: #f0fdf4;
}

.ring-offset-green-50\/0 {
  --tw-ring-offset-color: rgb(240 253 244 / 0);
}

.ring-offset-green-50\/10 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.1);
}

.ring-offset-green-50\/100 {
  --tw-ring-offset-color: rgb(240 253 244 / 1);
}

.ring-offset-green-50\/15 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.15);
}

.ring-offset-green-50\/20 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.2);
}

.ring-offset-green-50\/25 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.25);
}

.ring-offset-green-50\/30 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.3);
}

.ring-offset-green-50\/35 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.35);
}

.ring-offset-green-50\/40 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.4);
}

.ring-offset-green-50\/45 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.45);
}

.ring-offset-green-50\/5 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.05);
}

.ring-offset-green-50\/50 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.5);
}

.ring-offset-green-50\/55 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.55);
}

.ring-offset-green-50\/60 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.6);
}

.ring-offset-green-50\/65 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.65);
}

.ring-offset-green-50\/70 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.7);
}

.ring-offset-green-50\/75 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.75);
}

.ring-offset-green-50\/80 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.8);
}

.ring-offset-green-50\/85 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.85);
}

.ring-offset-green-50\/90 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.9);
}

.ring-offset-green-50\/95 {
  --tw-ring-offset-color: rgb(240 253 244 / 0.95);
}

.ring-offset-green-500 {
  --tw-ring-offset-color: #22c55e;
}

.ring-offset-green-500\/0 {
  --tw-ring-offset-color: rgb(34 197 94 / 0);
}

.ring-offset-green-500\/10 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.1);
}

.ring-offset-green-500\/100 {
  --tw-ring-offset-color: rgb(34 197 94 / 1);
}

.ring-offset-green-500\/15 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.15);
}

.ring-offset-green-500\/20 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.2);
}

.ring-offset-green-500\/25 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.25);
}

.ring-offset-green-500\/30 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.3);
}

.ring-offset-green-500\/35 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.35);
}

.ring-offset-green-500\/40 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.4);
}

.ring-offset-green-500\/45 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.45);
}

.ring-offset-green-500\/5 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.05);
}

.ring-offset-green-500\/50 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.5);
}

.ring-offset-green-500\/55 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.55);
}

.ring-offset-green-500\/60 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.6);
}

.ring-offset-green-500\/65 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.65);
}

.ring-offset-green-500\/70 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.7);
}

.ring-offset-green-500\/75 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.75);
}

.ring-offset-green-500\/80 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.8);
}

.ring-offset-green-500\/85 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.85);
}

.ring-offset-green-500\/90 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.9);
}

.ring-offset-green-500\/95 {
  --tw-ring-offset-color: rgb(34 197 94 / 0.95);
}

.ring-offset-green-600 {
  --tw-ring-offset-color: #16a34a;
}

.ring-offset-green-600\/0 {
  --tw-ring-offset-color: rgb(22 163 74 / 0);
}

.ring-offset-green-600\/10 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.1);
}

.ring-offset-green-600\/100 {
  --tw-ring-offset-color: rgb(22 163 74 / 1);
}

.ring-offset-green-600\/15 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.15);
}

.ring-offset-green-600\/20 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.2);
}

.ring-offset-green-600\/25 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.25);
}

.ring-offset-green-600\/30 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.3);
}

.ring-offset-green-600\/35 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.35);
}

.ring-offset-green-600\/40 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.4);
}

.ring-offset-green-600\/45 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.45);
}

.ring-offset-green-600\/5 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.05);
}

.ring-offset-green-600\/50 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.5);
}

.ring-offset-green-600\/55 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.55);
}

.ring-offset-green-600\/60 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.6);
}

.ring-offset-green-600\/65 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.65);
}

.ring-offset-green-600\/70 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.7);
}

.ring-offset-green-600\/75 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.75);
}

.ring-offset-green-600\/80 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.8);
}

.ring-offset-green-600\/85 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.85);
}

.ring-offset-green-600\/90 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.9);
}

.ring-offset-green-600\/95 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.95);
}

.ring-offset-green-700 {
  --tw-ring-offset-color: #15803d;
}

.ring-offset-green-700\/0 {
  --tw-ring-offset-color: rgb(21 128 61 / 0);
}

.ring-offset-green-700\/10 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.1);
}

.ring-offset-green-700\/100 {
  --tw-ring-offset-color: rgb(21 128 61 / 1);
}

.ring-offset-green-700\/15 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.15);
}

.ring-offset-green-700\/20 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.2);
}

.ring-offset-green-700\/25 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.25);
}

.ring-offset-green-700\/30 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.3);
}

.ring-offset-green-700\/35 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.35);
}

.ring-offset-green-700\/40 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.4);
}

.ring-offset-green-700\/45 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.45);
}

.ring-offset-green-700\/5 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.05);
}

.ring-offset-green-700\/50 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.5);
}

.ring-offset-green-700\/55 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.55);
}

.ring-offset-green-700\/60 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.6);
}

.ring-offset-green-700\/65 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.65);
}

.ring-offset-green-700\/70 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.7);
}

.ring-offset-green-700\/75 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.75);
}

.ring-offset-green-700\/80 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.8);
}

.ring-offset-green-700\/85 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.85);
}

.ring-offset-green-700\/90 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.9);
}

.ring-offset-green-700\/95 {
  --tw-ring-offset-color: rgb(21 128 61 / 0.95);
}

.ring-offset-green-800 {
  --tw-ring-offset-color: #166534;
}

.ring-offset-green-800\/0 {
  --tw-ring-offset-color: rgb(22 101 52 / 0);
}

.ring-offset-green-800\/10 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.1);
}

.ring-offset-green-800\/100 {
  --tw-ring-offset-color: rgb(22 101 52 / 1);
}

.ring-offset-green-800\/15 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.15);
}

.ring-offset-green-800\/20 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.2);
}

.ring-offset-green-800\/25 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.25);
}

.ring-offset-green-800\/30 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.3);
}

.ring-offset-green-800\/35 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.35);
}

.ring-offset-green-800\/40 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.4);
}

.ring-offset-green-800\/45 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.45);
}

.ring-offset-green-800\/5 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.05);
}

.ring-offset-green-800\/50 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.5);
}

.ring-offset-green-800\/55 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.55);
}

.ring-offset-green-800\/60 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.6);
}

.ring-offset-green-800\/65 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.65);
}

.ring-offset-green-800\/70 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.7);
}

.ring-offset-green-800\/75 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.75);
}

.ring-offset-green-800\/80 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.8);
}

.ring-offset-green-800\/85 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.85);
}

.ring-offset-green-800\/90 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.9);
}

.ring-offset-green-800\/95 {
  --tw-ring-offset-color: rgb(22 101 52 / 0.95);
}

.ring-offset-green-900 {
  --tw-ring-offset-color: #14532d;
}

.ring-offset-green-900\/0 {
  --tw-ring-offset-color: rgb(20 83 45 / 0);
}

.ring-offset-green-900\/10 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.1);
}

.ring-offset-green-900\/100 {
  --tw-ring-offset-color: rgb(20 83 45 / 1);
}

.ring-offset-green-900\/15 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.15);
}

.ring-offset-green-900\/20 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.2);
}

.ring-offset-green-900\/25 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.25);
}

.ring-offset-green-900\/30 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.3);
}

.ring-offset-green-900\/35 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.35);
}

.ring-offset-green-900\/40 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.4);
}

.ring-offset-green-900\/45 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.45);
}

.ring-offset-green-900\/5 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.05);
}

.ring-offset-green-900\/50 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.5);
}

.ring-offset-green-900\/55 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.55);
}

.ring-offset-green-900\/60 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.6);
}

.ring-offset-green-900\/65 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.65);
}

.ring-offset-green-900\/70 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.7);
}

.ring-offset-green-900\/75 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.75);
}

.ring-offset-green-900\/80 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.8);
}

.ring-offset-green-900\/85 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.85);
}

.ring-offset-green-900\/90 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.9);
}

.ring-offset-green-900\/95 {
  --tw-ring-offset-color: rgb(20 83 45 / 0.95);
}

.ring-offset-green-950 {
  --tw-ring-offset-color: #052e16;
}

.ring-offset-green-950\/0 {
  --tw-ring-offset-color: rgb(5 46 22 / 0);
}

.ring-offset-green-950\/10 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.1);
}

.ring-offset-green-950\/100 {
  --tw-ring-offset-color: rgb(5 46 22 / 1);
}

.ring-offset-green-950\/15 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.15);
}

.ring-offset-green-950\/20 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.2);
}

.ring-offset-green-950\/25 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.25);
}

.ring-offset-green-950\/30 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.3);
}

.ring-offset-green-950\/35 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.35);
}

.ring-offset-green-950\/40 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.4);
}

.ring-offset-green-950\/45 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.45);
}

.ring-offset-green-950\/5 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.05);
}

.ring-offset-green-950\/50 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.5);
}

.ring-offset-green-950\/55 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.55);
}

.ring-offset-green-950\/60 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.6);
}

.ring-offset-green-950\/65 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.65);
}

.ring-offset-green-950\/70 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.7);
}

.ring-offset-green-950\/75 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.75);
}

.ring-offset-green-950\/80 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.8);
}

.ring-offset-green-950\/85 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.85);
}

.ring-offset-green-950\/90 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.9);
}

.ring-offset-green-950\/95 {
  --tw-ring-offset-color: rgb(5 46 22 / 0.95);
}

.ring-offset-indigo-100 {
  --tw-ring-offset-color: #e0e7ff;
}

.ring-offset-indigo-100\/0 {
  --tw-ring-offset-color: rgb(224 231 255 / 0);
}

.ring-offset-indigo-100\/10 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.1);
}

.ring-offset-indigo-100\/100 {
  --tw-ring-offset-color: rgb(224 231 255 / 1);
}

.ring-offset-indigo-100\/15 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.15);
}

.ring-offset-indigo-100\/20 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.2);
}

.ring-offset-indigo-100\/25 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.25);
}

.ring-offset-indigo-100\/30 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.3);
}

.ring-offset-indigo-100\/35 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.35);
}

.ring-offset-indigo-100\/40 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.4);
}

.ring-offset-indigo-100\/45 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.45);
}

.ring-offset-indigo-100\/5 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.05);
}

.ring-offset-indigo-100\/50 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.5);
}

.ring-offset-indigo-100\/55 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.55);
}

.ring-offset-indigo-100\/60 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.6);
}

.ring-offset-indigo-100\/65 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.65);
}

.ring-offset-indigo-100\/70 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.7);
}

.ring-offset-indigo-100\/75 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.75);
}

.ring-offset-indigo-100\/80 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.8);
}

.ring-offset-indigo-100\/85 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.85);
}

.ring-offset-indigo-100\/90 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.9);
}

.ring-offset-indigo-100\/95 {
  --tw-ring-offset-color: rgb(224 231 255 / 0.95);
}

.ring-offset-indigo-200 {
  --tw-ring-offset-color: #c7d2fe;
}

.ring-offset-indigo-200\/0 {
  --tw-ring-offset-color: rgb(199 210 254 / 0);
}

.ring-offset-indigo-200\/10 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.1);
}

.ring-offset-indigo-200\/100 {
  --tw-ring-offset-color: rgb(199 210 254 / 1);
}

.ring-offset-indigo-200\/15 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.15);
}

.ring-offset-indigo-200\/20 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.2);
}

.ring-offset-indigo-200\/25 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.25);
}

.ring-offset-indigo-200\/30 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.3);
}

.ring-offset-indigo-200\/35 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.35);
}

.ring-offset-indigo-200\/40 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.4);
}

.ring-offset-indigo-200\/45 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.45);
}

.ring-offset-indigo-200\/5 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.05);
}

.ring-offset-indigo-200\/50 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.5);
}

.ring-offset-indigo-200\/55 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.55);
}

.ring-offset-indigo-200\/60 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.6);
}

.ring-offset-indigo-200\/65 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.65);
}

.ring-offset-indigo-200\/70 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.7);
}

.ring-offset-indigo-200\/75 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.75);
}

.ring-offset-indigo-200\/80 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.8);
}

.ring-offset-indigo-200\/85 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.85);
}

.ring-offset-indigo-200\/90 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.9);
}

.ring-offset-indigo-200\/95 {
  --tw-ring-offset-color: rgb(199 210 254 / 0.95);
}

.ring-offset-indigo-300 {
  --tw-ring-offset-color: #a5b4fc;
}

.ring-offset-indigo-300\/0 {
  --tw-ring-offset-color: rgb(165 180 252 / 0);
}

.ring-offset-indigo-300\/10 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.1);
}

.ring-offset-indigo-300\/100 {
  --tw-ring-offset-color: rgb(165 180 252 / 1);
}

.ring-offset-indigo-300\/15 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.15);
}

.ring-offset-indigo-300\/20 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.2);
}

.ring-offset-indigo-300\/25 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.25);
}

.ring-offset-indigo-300\/30 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.3);
}

.ring-offset-indigo-300\/35 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.35);
}

.ring-offset-indigo-300\/40 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.4);
}

.ring-offset-indigo-300\/45 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.45);
}

.ring-offset-indigo-300\/5 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.05);
}

.ring-offset-indigo-300\/50 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.5);
}

.ring-offset-indigo-300\/55 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.55);
}

.ring-offset-indigo-300\/60 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.6);
}

.ring-offset-indigo-300\/65 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.65);
}

.ring-offset-indigo-300\/70 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.7);
}

.ring-offset-indigo-300\/75 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.75);
}

.ring-offset-indigo-300\/80 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.8);
}

.ring-offset-indigo-300\/85 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.85);
}

.ring-offset-indigo-300\/90 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.9);
}

.ring-offset-indigo-300\/95 {
  --tw-ring-offset-color: rgb(165 180 252 / 0.95);
}

.ring-offset-indigo-400 {
  --tw-ring-offset-color: #818cf8;
}

.ring-offset-indigo-400\/0 {
  --tw-ring-offset-color: rgb(129 140 248 / 0);
}

.ring-offset-indigo-400\/10 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.1);
}

.ring-offset-indigo-400\/100 {
  --tw-ring-offset-color: rgb(129 140 248 / 1);
}

.ring-offset-indigo-400\/15 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.15);
}

.ring-offset-indigo-400\/20 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.2);
}

.ring-offset-indigo-400\/25 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.25);
}

.ring-offset-indigo-400\/30 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.3);
}

.ring-offset-indigo-400\/35 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.35);
}

.ring-offset-indigo-400\/40 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.4);
}

.ring-offset-indigo-400\/45 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.45);
}

.ring-offset-indigo-400\/5 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.05);
}

.ring-offset-indigo-400\/50 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.5);
}

.ring-offset-indigo-400\/55 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.55);
}

.ring-offset-indigo-400\/60 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.6);
}

.ring-offset-indigo-400\/65 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.65);
}

.ring-offset-indigo-400\/70 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.7);
}

.ring-offset-indigo-400\/75 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.75);
}

.ring-offset-indigo-400\/80 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.8);
}

.ring-offset-indigo-400\/85 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.85);
}

.ring-offset-indigo-400\/90 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.9);
}

.ring-offset-indigo-400\/95 {
  --tw-ring-offset-color: rgb(129 140 248 / 0.95);
}

.ring-offset-indigo-50 {
  --tw-ring-offset-color: #eef2ff;
}

.ring-offset-indigo-50\/0 {
  --tw-ring-offset-color: rgb(238 242 255 / 0);
}

.ring-offset-indigo-50\/10 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.1);
}

.ring-offset-indigo-50\/100 {
  --tw-ring-offset-color: rgb(238 242 255 / 1);
}

.ring-offset-indigo-50\/15 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.15);
}

.ring-offset-indigo-50\/20 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.2);
}

.ring-offset-indigo-50\/25 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.25);
}

.ring-offset-indigo-50\/30 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.3);
}

.ring-offset-indigo-50\/35 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.35);
}

.ring-offset-indigo-50\/40 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.4);
}

.ring-offset-indigo-50\/45 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.45);
}

.ring-offset-indigo-50\/5 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.05);
}

.ring-offset-indigo-50\/50 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.5);
}

.ring-offset-indigo-50\/55 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.55);
}

.ring-offset-indigo-50\/60 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.6);
}

.ring-offset-indigo-50\/65 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.65);
}

.ring-offset-indigo-50\/70 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.7);
}

.ring-offset-indigo-50\/75 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.75);
}

.ring-offset-indigo-50\/80 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.8);
}

.ring-offset-indigo-50\/85 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.85);
}

.ring-offset-indigo-50\/90 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.9);
}

.ring-offset-indigo-50\/95 {
  --tw-ring-offset-color: rgb(238 242 255 / 0.95);
}

.ring-offset-indigo-500 {
  --tw-ring-offset-color: #6366f1;
}

.ring-offset-indigo-500\/0 {
  --tw-ring-offset-color: rgb(99 102 241 / 0);
}

.ring-offset-indigo-500\/10 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.1);
}

.ring-offset-indigo-500\/100 {
  --tw-ring-offset-color: rgb(99 102 241 / 1);
}

.ring-offset-indigo-500\/15 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.15);
}

.ring-offset-indigo-500\/20 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.2);
}

.ring-offset-indigo-500\/25 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.25);
}

.ring-offset-indigo-500\/30 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.3);
}

.ring-offset-indigo-500\/35 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.35);
}

.ring-offset-indigo-500\/40 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.4);
}

.ring-offset-indigo-500\/45 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.45);
}

.ring-offset-indigo-500\/5 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.05);
}

.ring-offset-indigo-500\/50 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.5);
}

.ring-offset-indigo-500\/55 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.55);
}

.ring-offset-indigo-500\/60 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.6);
}

.ring-offset-indigo-500\/65 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.65);
}

.ring-offset-indigo-500\/70 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.7);
}

.ring-offset-indigo-500\/75 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.75);
}

.ring-offset-indigo-500\/80 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.8);
}

.ring-offset-indigo-500\/85 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.85);
}

.ring-offset-indigo-500\/90 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.9);
}

.ring-offset-indigo-500\/95 {
  --tw-ring-offset-color: rgb(99 102 241 / 0.95);
}

.ring-offset-indigo-600 {
  --tw-ring-offset-color: #4f46e5;
}

.ring-offset-indigo-600\/0 {
  --tw-ring-offset-color: rgb(79 70 229 / 0);
}

.ring-offset-indigo-600\/10 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.1);
}

.ring-offset-indigo-600\/100 {
  --tw-ring-offset-color: rgb(79 70 229 / 1);
}

.ring-offset-indigo-600\/15 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.15);
}

.ring-offset-indigo-600\/20 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.2);
}

.ring-offset-indigo-600\/25 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.25);
}

.ring-offset-indigo-600\/30 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.3);
}

.ring-offset-indigo-600\/35 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.35);
}

.ring-offset-indigo-600\/40 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.4);
}

.ring-offset-indigo-600\/45 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.45);
}

.ring-offset-indigo-600\/5 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.05);
}

.ring-offset-indigo-600\/50 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.5);
}

.ring-offset-indigo-600\/55 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.55);
}

.ring-offset-indigo-600\/60 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.6);
}

.ring-offset-indigo-600\/65 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.65);
}

.ring-offset-indigo-600\/70 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.7);
}

.ring-offset-indigo-600\/75 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.75);
}

.ring-offset-indigo-600\/80 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.8);
}

.ring-offset-indigo-600\/85 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.85);
}

.ring-offset-indigo-600\/90 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.9);
}

.ring-offset-indigo-600\/95 {
  --tw-ring-offset-color: rgb(79 70 229 / 0.95);
}

.ring-offset-indigo-700 {
  --tw-ring-offset-color: #4338ca;
}

.ring-offset-indigo-700\/0 {
  --tw-ring-offset-color: rgb(67 56 202 / 0);
}

.ring-offset-indigo-700\/10 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.1);
}

.ring-offset-indigo-700\/100 {
  --tw-ring-offset-color: rgb(67 56 202 / 1);
}

.ring-offset-indigo-700\/15 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.15);
}

.ring-offset-indigo-700\/20 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.2);
}

.ring-offset-indigo-700\/25 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.25);
}

.ring-offset-indigo-700\/30 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.3);
}

.ring-offset-indigo-700\/35 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.35);
}

.ring-offset-indigo-700\/40 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.4);
}

.ring-offset-indigo-700\/45 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.45);
}

.ring-offset-indigo-700\/5 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.05);
}

.ring-offset-indigo-700\/50 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.5);
}

.ring-offset-indigo-700\/55 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.55);
}

.ring-offset-indigo-700\/60 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.6);
}

.ring-offset-indigo-700\/65 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.65);
}

.ring-offset-indigo-700\/70 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.7);
}

.ring-offset-indigo-700\/75 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.75);
}

.ring-offset-indigo-700\/80 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.8);
}

.ring-offset-indigo-700\/85 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.85);
}

.ring-offset-indigo-700\/90 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.9);
}

.ring-offset-indigo-700\/95 {
  --tw-ring-offset-color: rgb(67 56 202 / 0.95);
}

.ring-offset-indigo-800 {
  --tw-ring-offset-color: #3730a3;
}

.ring-offset-indigo-800\/0 {
  --tw-ring-offset-color: rgb(55 48 163 / 0);
}

.ring-offset-indigo-800\/10 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.1);
}

.ring-offset-indigo-800\/100 {
  --tw-ring-offset-color: rgb(55 48 163 / 1);
}

.ring-offset-indigo-800\/15 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.15);
}

.ring-offset-indigo-800\/20 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.2);
}

.ring-offset-indigo-800\/25 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.25);
}

.ring-offset-indigo-800\/30 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.3);
}

.ring-offset-indigo-800\/35 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.35);
}

.ring-offset-indigo-800\/40 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.4);
}

.ring-offset-indigo-800\/45 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.45);
}

.ring-offset-indigo-800\/5 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.05);
}

.ring-offset-indigo-800\/50 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.5);
}

.ring-offset-indigo-800\/55 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.55);
}

.ring-offset-indigo-800\/60 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.6);
}

.ring-offset-indigo-800\/65 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.65);
}

.ring-offset-indigo-800\/70 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.7);
}

.ring-offset-indigo-800\/75 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.75);
}

.ring-offset-indigo-800\/80 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.8);
}

.ring-offset-indigo-800\/85 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.85);
}

.ring-offset-indigo-800\/90 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.9);
}

.ring-offset-indigo-800\/95 {
  --tw-ring-offset-color: rgb(55 48 163 / 0.95);
}

.ring-offset-indigo-900 {
  --tw-ring-offset-color: #312e81;
}

.ring-offset-indigo-900\/0 {
  --tw-ring-offset-color: rgb(49 46 129 / 0);
}

.ring-offset-indigo-900\/10 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.1);
}

.ring-offset-indigo-900\/100 {
  --tw-ring-offset-color: rgb(49 46 129 / 1);
}

.ring-offset-indigo-900\/15 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.15);
}

.ring-offset-indigo-900\/20 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.2);
}

.ring-offset-indigo-900\/25 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.25);
}

.ring-offset-indigo-900\/30 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.3);
}

.ring-offset-indigo-900\/35 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.35);
}

.ring-offset-indigo-900\/40 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.4);
}

.ring-offset-indigo-900\/45 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.45);
}

.ring-offset-indigo-900\/5 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.05);
}

.ring-offset-indigo-900\/50 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.5);
}

.ring-offset-indigo-900\/55 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.55);
}

.ring-offset-indigo-900\/60 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.6);
}

.ring-offset-indigo-900\/65 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.65);
}

.ring-offset-indigo-900\/70 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.7);
}

.ring-offset-indigo-900\/75 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.75);
}

.ring-offset-indigo-900\/80 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.8);
}

.ring-offset-indigo-900\/85 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.85);
}

.ring-offset-indigo-900\/90 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.9);
}

.ring-offset-indigo-900\/95 {
  --tw-ring-offset-color: rgb(49 46 129 / 0.95);
}

.ring-offset-indigo-950 {
  --tw-ring-offset-color: #1e1b4b;
}

.ring-offset-indigo-950\/0 {
  --tw-ring-offset-color: rgb(30 27 75 / 0);
}

.ring-offset-indigo-950\/10 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.1);
}

.ring-offset-indigo-950\/100 {
  --tw-ring-offset-color: rgb(30 27 75 / 1);
}

.ring-offset-indigo-950\/15 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.15);
}

.ring-offset-indigo-950\/20 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.2);
}

.ring-offset-indigo-950\/25 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.25);
}

.ring-offset-indigo-950\/30 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.3);
}

.ring-offset-indigo-950\/35 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.35);
}

.ring-offset-indigo-950\/40 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.4);
}

.ring-offset-indigo-950\/45 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.45);
}

.ring-offset-indigo-950\/5 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.05);
}

.ring-offset-indigo-950\/50 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.5);
}

.ring-offset-indigo-950\/55 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.55);
}

.ring-offset-indigo-950\/60 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.6);
}

.ring-offset-indigo-950\/65 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.65);
}

.ring-offset-indigo-950\/70 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.7);
}

.ring-offset-indigo-950\/75 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.75);
}

.ring-offset-indigo-950\/80 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.8);
}

.ring-offset-indigo-950\/85 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.85);
}

.ring-offset-indigo-950\/90 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.9);
}

.ring-offset-indigo-950\/95 {
  --tw-ring-offset-color: rgb(30 27 75 / 0.95);
}

.ring-offset-inherit {
  --tw-ring-offset-color: inherit;
}

.ring-offset-lime-100 {
  --tw-ring-offset-color: #ecfccb;
}

.ring-offset-lime-100\/0 {
  --tw-ring-offset-color: rgb(236 252 203 / 0);
}

.ring-offset-lime-100\/10 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.1);
}

.ring-offset-lime-100\/100 {
  --tw-ring-offset-color: rgb(236 252 203 / 1);
}

.ring-offset-lime-100\/15 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.15);
}

.ring-offset-lime-100\/20 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.2);
}

.ring-offset-lime-100\/25 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.25);
}

.ring-offset-lime-100\/30 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.3);
}

.ring-offset-lime-100\/35 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.35);
}

.ring-offset-lime-100\/40 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.4);
}

.ring-offset-lime-100\/45 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.45);
}

.ring-offset-lime-100\/5 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.05);
}

.ring-offset-lime-100\/50 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.5);
}

.ring-offset-lime-100\/55 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.55);
}

.ring-offset-lime-100\/60 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.6);
}

.ring-offset-lime-100\/65 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.65);
}

.ring-offset-lime-100\/70 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.7);
}

.ring-offset-lime-100\/75 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.75);
}

.ring-offset-lime-100\/80 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.8);
}

.ring-offset-lime-100\/85 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.85);
}

.ring-offset-lime-100\/90 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.9);
}

.ring-offset-lime-100\/95 {
  --tw-ring-offset-color: rgb(236 252 203 / 0.95);
}

.ring-offset-lime-200 {
  --tw-ring-offset-color: #d9f99d;
}

.ring-offset-lime-200\/0 {
  --tw-ring-offset-color: rgb(217 249 157 / 0);
}

.ring-offset-lime-200\/10 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.1);
}

.ring-offset-lime-200\/100 {
  --tw-ring-offset-color: rgb(217 249 157 / 1);
}

.ring-offset-lime-200\/15 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.15);
}

.ring-offset-lime-200\/20 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.2);
}

.ring-offset-lime-200\/25 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.25);
}

.ring-offset-lime-200\/30 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.3);
}

.ring-offset-lime-200\/35 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.35);
}

.ring-offset-lime-200\/40 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.4);
}

.ring-offset-lime-200\/45 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.45);
}

.ring-offset-lime-200\/5 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.05);
}

.ring-offset-lime-200\/50 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.5);
}

.ring-offset-lime-200\/55 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.55);
}

.ring-offset-lime-200\/60 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.6);
}

.ring-offset-lime-200\/65 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.65);
}

.ring-offset-lime-200\/70 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.7);
}

.ring-offset-lime-200\/75 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.75);
}

.ring-offset-lime-200\/80 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.8);
}

.ring-offset-lime-200\/85 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.85);
}

.ring-offset-lime-200\/90 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.9);
}

.ring-offset-lime-200\/95 {
  --tw-ring-offset-color: rgb(217 249 157 / 0.95);
}

.ring-offset-lime-300 {
  --tw-ring-offset-color: #bef264;
}

.ring-offset-lime-300\/0 {
  --tw-ring-offset-color: rgb(190 242 100 / 0);
}

.ring-offset-lime-300\/10 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.1);
}

.ring-offset-lime-300\/100 {
  --tw-ring-offset-color: rgb(190 242 100 / 1);
}

.ring-offset-lime-300\/15 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.15);
}

.ring-offset-lime-300\/20 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.2);
}

.ring-offset-lime-300\/25 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.25);
}

.ring-offset-lime-300\/30 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.3);
}

.ring-offset-lime-300\/35 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.35);
}

.ring-offset-lime-300\/40 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.4);
}

.ring-offset-lime-300\/45 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.45);
}

.ring-offset-lime-300\/5 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.05);
}

.ring-offset-lime-300\/50 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.5);
}

.ring-offset-lime-300\/55 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.55);
}

.ring-offset-lime-300\/60 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.6);
}

.ring-offset-lime-300\/65 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.65);
}

.ring-offset-lime-300\/70 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.7);
}

.ring-offset-lime-300\/75 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.75);
}

.ring-offset-lime-300\/80 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.8);
}

.ring-offset-lime-300\/85 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.85);
}

.ring-offset-lime-300\/90 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.9);
}

.ring-offset-lime-300\/95 {
  --tw-ring-offset-color: rgb(190 242 100 / 0.95);
}

.ring-offset-lime-400 {
  --tw-ring-offset-color: #a3e635;
}

.ring-offset-lime-400\/0 {
  --tw-ring-offset-color: rgb(163 230 53 / 0);
}

.ring-offset-lime-400\/10 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.1);
}

.ring-offset-lime-400\/100 {
  --tw-ring-offset-color: rgb(163 230 53 / 1);
}

.ring-offset-lime-400\/15 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.15);
}

.ring-offset-lime-400\/20 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.2);
}

.ring-offset-lime-400\/25 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.25);
}

.ring-offset-lime-400\/30 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.3);
}

.ring-offset-lime-400\/35 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.35);
}

.ring-offset-lime-400\/40 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.4);
}

.ring-offset-lime-400\/45 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.45);
}

.ring-offset-lime-400\/5 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.05);
}

.ring-offset-lime-400\/50 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.5);
}

.ring-offset-lime-400\/55 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.55);
}

.ring-offset-lime-400\/60 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.6);
}

.ring-offset-lime-400\/65 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.65);
}

.ring-offset-lime-400\/70 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.7);
}

.ring-offset-lime-400\/75 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.75);
}

.ring-offset-lime-400\/80 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.8);
}

.ring-offset-lime-400\/85 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.85);
}

.ring-offset-lime-400\/90 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.9);
}

.ring-offset-lime-400\/95 {
  --tw-ring-offset-color: rgb(163 230 53 / 0.95);
}

.ring-offset-lime-50 {
  --tw-ring-offset-color: #f7fee7;
}

.ring-offset-lime-50\/0 {
  --tw-ring-offset-color: rgb(247 254 231 / 0);
}

.ring-offset-lime-50\/10 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.1);
}

.ring-offset-lime-50\/100 {
  --tw-ring-offset-color: rgb(247 254 231 / 1);
}

.ring-offset-lime-50\/15 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.15);
}

.ring-offset-lime-50\/20 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.2);
}

.ring-offset-lime-50\/25 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.25);
}

.ring-offset-lime-50\/30 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.3);
}

.ring-offset-lime-50\/35 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.35);
}

.ring-offset-lime-50\/40 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.4);
}

.ring-offset-lime-50\/45 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.45);
}

.ring-offset-lime-50\/5 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.05);
}

.ring-offset-lime-50\/50 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.5);
}

.ring-offset-lime-50\/55 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.55);
}

.ring-offset-lime-50\/60 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.6);
}

.ring-offset-lime-50\/65 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.65);
}

.ring-offset-lime-50\/70 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.7);
}

.ring-offset-lime-50\/75 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.75);
}

.ring-offset-lime-50\/80 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.8);
}

.ring-offset-lime-50\/85 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.85);
}

.ring-offset-lime-50\/90 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.9);
}

.ring-offset-lime-50\/95 {
  --tw-ring-offset-color: rgb(247 254 231 / 0.95);
}

.ring-offset-lime-500 {
  --tw-ring-offset-color: #84cc16;
}

.ring-offset-lime-500\/0 {
  --tw-ring-offset-color: rgb(132 204 22 / 0);
}

.ring-offset-lime-500\/10 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.1);
}

.ring-offset-lime-500\/100 {
  --tw-ring-offset-color: rgb(132 204 22 / 1);
}

.ring-offset-lime-500\/15 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.15);
}

.ring-offset-lime-500\/20 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.2);
}

.ring-offset-lime-500\/25 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.25);
}

.ring-offset-lime-500\/30 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.3);
}

.ring-offset-lime-500\/35 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.35);
}

.ring-offset-lime-500\/40 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.4);
}

.ring-offset-lime-500\/45 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.45);
}

.ring-offset-lime-500\/5 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.05);
}

.ring-offset-lime-500\/50 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.5);
}

.ring-offset-lime-500\/55 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.55);
}

.ring-offset-lime-500\/60 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.6);
}

.ring-offset-lime-500\/65 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.65);
}

.ring-offset-lime-500\/70 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.7);
}

.ring-offset-lime-500\/75 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.75);
}

.ring-offset-lime-500\/80 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.8);
}

.ring-offset-lime-500\/85 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.85);
}

.ring-offset-lime-500\/90 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.9);
}

.ring-offset-lime-500\/95 {
  --tw-ring-offset-color: rgb(132 204 22 / 0.95);
}

.ring-offset-lime-600 {
  --tw-ring-offset-color: #65a30d;
}

.ring-offset-lime-600\/0 {
  --tw-ring-offset-color: rgb(101 163 13 / 0);
}

.ring-offset-lime-600\/10 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.1);
}

.ring-offset-lime-600\/100 {
  --tw-ring-offset-color: rgb(101 163 13 / 1);
}

.ring-offset-lime-600\/15 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.15);
}

.ring-offset-lime-600\/20 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.2);
}

.ring-offset-lime-600\/25 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.25);
}

.ring-offset-lime-600\/30 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.3);
}

.ring-offset-lime-600\/35 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.35);
}

.ring-offset-lime-600\/40 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.4);
}

.ring-offset-lime-600\/45 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.45);
}

.ring-offset-lime-600\/5 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.05);
}

.ring-offset-lime-600\/50 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.5);
}

.ring-offset-lime-600\/55 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.55);
}

.ring-offset-lime-600\/60 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.6);
}

.ring-offset-lime-600\/65 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.65);
}

.ring-offset-lime-600\/70 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.7);
}

.ring-offset-lime-600\/75 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.75);
}

.ring-offset-lime-600\/80 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.8);
}

.ring-offset-lime-600\/85 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.85);
}

.ring-offset-lime-600\/90 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.9);
}

.ring-offset-lime-600\/95 {
  --tw-ring-offset-color: rgb(101 163 13 / 0.95);
}

.ring-offset-lime-700 {
  --tw-ring-offset-color: #4d7c0f;
}

.ring-offset-lime-700\/0 {
  --tw-ring-offset-color: rgb(77 124 15 / 0);
}

.ring-offset-lime-700\/10 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.1);
}

.ring-offset-lime-700\/100 {
  --tw-ring-offset-color: rgb(77 124 15 / 1);
}

.ring-offset-lime-700\/15 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.15);
}

.ring-offset-lime-700\/20 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.2);
}

.ring-offset-lime-700\/25 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.25);
}

.ring-offset-lime-700\/30 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.3);
}

.ring-offset-lime-700\/35 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.35);
}

.ring-offset-lime-700\/40 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.4);
}

.ring-offset-lime-700\/45 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.45);
}

.ring-offset-lime-700\/5 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.05);
}

.ring-offset-lime-700\/50 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.5);
}

.ring-offset-lime-700\/55 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.55);
}

.ring-offset-lime-700\/60 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.6);
}

.ring-offset-lime-700\/65 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.65);
}

.ring-offset-lime-700\/70 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.7);
}

.ring-offset-lime-700\/75 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.75);
}

.ring-offset-lime-700\/80 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.8);
}

.ring-offset-lime-700\/85 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.85);
}

.ring-offset-lime-700\/90 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.9);
}

.ring-offset-lime-700\/95 {
  --tw-ring-offset-color: rgb(77 124 15 / 0.95);
}

.ring-offset-lime-800 {
  --tw-ring-offset-color: #3f6212;
}

.ring-offset-lime-800\/0 {
  --tw-ring-offset-color: rgb(63 98 18 / 0);
}

.ring-offset-lime-800\/10 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.1);
}

.ring-offset-lime-800\/100 {
  --tw-ring-offset-color: rgb(63 98 18 / 1);
}

.ring-offset-lime-800\/15 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.15);
}

.ring-offset-lime-800\/20 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.2);
}

.ring-offset-lime-800\/25 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.25);
}

.ring-offset-lime-800\/30 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.3);
}

.ring-offset-lime-800\/35 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.35);
}

.ring-offset-lime-800\/40 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.4);
}

.ring-offset-lime-800\/45 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.45);
}

.ring-offset-lime-800\/5 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.05);
}

.ring-offset-lime-800\/50 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.5);
}

.ring-offset-lime-800\/55 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.55);
}

.ring-offset-lime-800\/60 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.6);
}

.ring-offset-lime-800\/65 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.65);
}

.ring-offset-lime-800\/70 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.7);
}

.ring-offset-lime-800\/75 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.75);
}

.ring-offset-lime-800\/80 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.8);
}

.ring-offset-lime-800\/85 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.85);
}

.ring-offset-lime-800\/90 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.9);
}

.ring-offset-lime-800\/95 {
  --tw-ring-offset-color: rgb(63 98 18 / 0.95);
}

.ring-offset-lime-900 {
  --tw-ring-offset-color: #365314;
}

.ring-offset-lime-900\/0 {
  --tw-ring-offset-color: rgb(54 83 20 / 0);
}

.ring-offset-lime-900\/10 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.1);
}

.ring-offset-lime-900\/100 {
  --tw-ring-offset-color: rgb(54 83 20 / 1);
}

.ring-offset-lime-900\/15 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.15);
}

.ring-offset-lime-900\/20 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.2);
}

.ring-offset-lime-900\/25 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.25);
}

.ring-offset-lime-900\/30 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.3);
}

.ring-offset-lime-900\/35 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.35);
}

.ring-offset-lime-900\/40 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.4);
}

.ring-offset-lime-900\/45 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.45);
}

.ring-offset-lime-900\/5 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.05);
}

.ring-offset-lime-900\/50 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.5);
}

.ring-offset-lime-900\/55 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.55);
}

.ring-offset-lime-900\/60 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.6);
}

.ring-offset-lime-900\/65 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.65);
}

.ring-offset-lime-900\/70 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.7);
}

.ring-offset-lime-900\/75 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.75);
}

.ring-offset-lime-900\/80 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.8);
}

.ring-offset-lime-900\/85 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.85);
}

.ring-offset-lime-900\/90 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.9);
}

.ring-offset-lime-900\/95 {
  --tw-ring-offset-color: rgb(54 83 20 / 0.95);
}

.ring-offset-lime-950 {
  --tw-ring-offset-color: #1a2e05;
}

.ring-offset-lime-950\/0 {
  --tw-ring-offset-color: rgb(26 46 5 / 0);
}

.ring-offset-lime-950\/10 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.1);
}

.ring-offset-lime-950\/100 {
  --tw-ring-offset-color: rgb(26 46 5 / 1);
}

.ring-offset-lime-950\/15 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.15);
}

.ring-offset-lime-950\/20 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.2);
}

.ring-offset-lime-950\/25 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.25);
}

.ring-offset-lime-950\/30 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.3);
}

.ring-offset-lime-950\/35 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.35);
}

.ring-offset-lime-950\/40 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.4);
}

.ring-offset-lime-950\/45 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.45);
}

.ring-offset-lime-950\/5 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.05);
}

.ring-offset-lime-950\/50 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.5);
}

.ring-offset-lime-950\/55 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.55);
}

.ring-offset-lime-950\/60 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.6);
}

.ring-offset-lime-950\/65 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.65);
}

.ring-offset-lime-950\/70 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.7);
}

.ring-offset-lime-950\/75 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.75);
}

.ring-offset-lime-950\/80 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.8);
}

.ring-offset-lime-950\/85 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.85);
}

.ring-offset-lime-950\/90 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.9);
}

.ring-offset-lime-950\/95 {
  --tw-ring-offset-color: rgb(26 46 5 / 0.95);
}

.ring-offset-neutral-100 {
  --tw-ring-offset-color: #f5f5f5;
}

.ring-offset-neutral-100\/0 {
  --tw-ring-offset-color: rgb(245 245 245 / 0);
}

.ring-offset-neutral-100\/10 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.1);
}

.ring-offset-neutral-100\/100 {
  --tw-ring-offset-color: rgb(245 245 245 / 1);
}

.ring-offset-neutral-100\/15 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.15);
}

.ring-offset-neutral-100\/20 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.2);
}

.ring-offset-neutral-100\/25 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.25);
}

.ring-offset-neutral-100\/30 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.3);
}

.ring-offset-neutral-100\/35 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.35);
}

.ring-offset-neutral-100\/40 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.4);
}

.ring-offset-neutral-100\/45 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.45);
}

.ring-offset-neutral-100\/5 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.05);
}

.ring-offset-neutral-100\/50 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.5);
}

.ring-offset-neutral-100\/55 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.55);
}

.ring-offset-neutral-100\/60 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.6);
}

.ring-offset-neutral-100\/65 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.65);
}

.ring-offset-neutral-100\/70 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.7);
}

.ring-offset-neutral-100\/75 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.75);
}

.ring-offset-neutral-100\/80 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.8);
}

.ring-offset-neutral-100\/85 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.85);
}

.ring-offset-neutral-100\/90 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.9);
}

.ring-offset-neutral-100\/95 {
  --tw-ring-offset-color: rgb(245 245 245 / 0.95);
}

.ring-offset-neutral-200 {
  --tw-ring-offset-color: #e5e5e5;
}

.ring-offset-neutral-200\/0 {
  --tw-ring-offset-color: rgb(229 229 229 / 0);
}

.ring-offset-neutral-200\/10 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.1);
}

.ring-offset-neutral-200\/100 {
  --tw-ring-offset-color: rgb(229 229 229 / 1);
}

.ring-offset-neutral-200\/15 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.15);
}

.ring-offset-neutral-200\/20 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.2);
}

.ring-offset-neutral-200\/25 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.25);
}

.ring-offset-neutral-200\/30 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.3);
}

.ring-offset-neutral-200\/35 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.35);
}

.ring-offset-neutral-200\/40 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.4);
}

.ring-offset-neutral-200\/45 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.45);
}

.ring-offset-neutral-200\/5 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.05);
}

.ring-offset-neutral-200\/50 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.5);
}

.ring-offset-neutral-200\/55 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.55);
}

.ring-offset-neutral-200\/60 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.6);
}

.ring-offset-neutral-200\/65 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.65);
}

.ring-offset-neutral-200\/70 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.7);
}

.ring-offset-neutral-200\/75 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.75);
}

.ring-offset-neutral-200\/80 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.8);
}

.ring-offset-neutral-200\/85 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.85);
}

.ring-offset-neutral-200\/90 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.9);
}

.ring-offset-neutral-200\/95 {
  --tw-ring-offset-color: rgb(229 229 229 / 0.95);
}

.ring-offset-neutral-300 {
  --tw-ring-offset-color: #d4d4d4;
}

.ring-offset-neutral-300\/0 {
  --tw-ring-offset-color: rgb(212 212 212 / 0);
}

.ring-offset-neutral-300\/10 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.1);
}

.ring-offset-neutral-300\/100 {
  --tw-ring-offset-color: rgb(212 212 212 / 1);
}

.ring-offset-neutral-300\/15 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.15);
}

.ring-offset-neutral-300\/20 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.2);
}

.ring-offset-neutral-300\/25 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.25);
}

.ring-offset-neutral-300\/30 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.3);
}

.ring-offset-neutral-300\/35 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.35);
}

.ring-offset-neutral-300\/40 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.4);
}

.ring-offset-neutral-300\/45 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.45);
}

.ring-offset-neutral-300\/5 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.05);
}

.ring-offset-neutral-300\/50 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.5);
}

.ring-offset-neutral-300\/55 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.55);
}

.ring-offset-neutral-300\/60 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.6);
}

.ring-offset-neutral-300\/65 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.65);
}

.ring-offset-neutral-300\/70 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.7);
}

.ring-offset-neutral-300\/75 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.75);
}

.ring-offset-neutral-300\/80 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.8);
}

.ring-offset-neutral-300\/85 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.85);
}

.ring-offset-neutral-300\/90 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.9);
}

.ring-offset-neutral-300\/95 {
  --tw-ring-offset-color: rgb(212 212 212 / 0.95);
}

.ring-offset-neutral-400 {
  --tw-ring-offset-color: #a3a3a3;
}

.ring-offset-neutral-400\/0 {
  --tw-ring-offset-color: rgb(163 163 163 / 0);
}

.ring-offset-neutral-400\/10 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.1);
}

.ring-offset-neutral-400\/100 {
  --tw-ring-offset-color: rgb(163 163 163 / 1);
}

.ring-offset-neutral-400\/15 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.15);
}

.ring-offset-neutral-400\/20 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.2);
}

.ring-offset-neutral-400\/25 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.25);
}

.ring-offset-neutral-400\/30 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.3);
}

.ring-offset-neutral-400\/35 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.35);
}

.ring-offset-neutral-400\/40 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.4);
}

.ring-offset-neutral-400\/45 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.45);
}

.ring-offset-neutral-400\/5 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.05);
}

.ring-offset-neutral-400\/50 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.5);
}

.ring-offset-neutral-400\/55 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.55);
}

.ring-offset-neutral-400\/60 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.6);
}

.ring-offset-neutral-400\/65 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.65);
}

.ring-offset-neutral-400\/70 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.7);
}

.ring-offset-neutral-400\/75 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.75);
}

.ring-offset-neutral-400\/80 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.8);
}

.ring-offset-neutral-400\/85 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.85);
}

.ring-offset-neutral-400\/90 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.9);
}

.ring-offset-neutral-400\/95 {
  --tw-ring-offset-color: rgb(163 163 163 / 0.95);
}

.ring-offset-neutral-50 {
  --tw-ring-offset-color: #fafafa;
}

.ring-offset-neutral-50\/0 {
  --tw-ring-offset-color: rgb(250 250 250 / 0);
}

.ring-offset-neutral-50\/10 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.1);
}

.ring-offset-neutral-50\/100 {
  --tw-ring-offset-color: rgb(250 250 250 / 1);
}

.ring-offset-neutral-50\/15 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.15);
}

.ring-offset-neutral-50\/20 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.2);
}

.ring-offset-neutral-50\/25 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.25);
}

.ring-offset-neutral-50\/30 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.3);
}

.ring-offset-neutral-50\/35 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.35);
}

.ring-offset-neutral-50\/40 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.4);
}

.ring-offset-neutral-50\/45 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.45);
}

.ring-offset-neutral-50\/5 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.05);
}

.ring-offset-neutral-50\/50 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.5);
}

.ring-offset-neutral-50\/55 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.55);
}

.ring-offset-neutral-50\/60 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.6);
}

.ring-offset-neutral-50\/65 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.65);
}

.ring-offset-neutral-50\/70 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.7);
}

.ring-offset-neutral-50\/75 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.75);
}

.ring-offset-neutral-50\/80 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.8);
}

.ring-offset-neutral-50\/85 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.85);
}

.ring-offset-neutral-50\/90 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.9);
}

.ring-offset-neutral-50\/95 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.95);
}

.ring-offset-neutral-500 {
  --tw-ring-offset-color: #737373;
}

.ring-offset-neutral-500\/0 {
  --tw-ring-offset-color: rgb(115 115 115 / 0);
}

.ring-offset-neutral-500\/10 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.1);
}

.ring-offset-neutral-500\/100 {
  --tw-ring-offset-color: rgb(115 115 115 / 1);
}

.ring-offset-neutral-500\/15 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.15);
}

.ring-offset-neutral-500\/20 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.2);
}

.ring-offset-neutral-500\/25 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.25);
}

.ring-offset-neutral-500\/30 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.3);
}

.ring-offset-neutral-500\/35 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.35);
}

.ring-offset-neutral-500\/40 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.4);
}

.ring-offset-neutral-500\/45 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.45);
}

.ring-offset-neutral-500\/5 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.05);
}

.ring-offset-neutral-500\/50 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.5);
}

.ring-offset-neutral-500\/55 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.55);
}

.ring-offset-neutral-500\/60 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.6);
}

.ring-offset-neutral-500\/65 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.65);
}

.ring-offset-neutral-500\/70 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.7);
}

.ring-offset-neutral-500\/75 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.75);
}

.ring-offset-neutral-500\/80 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.8);
}

.ring-offset-neutral-500\/85 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.85);
}

.ring-offset-neutral-500\/90 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.9);
}

.ring-offset-neutral-500\/95 {
  --tw-ring-offset-color: rgb(115 115 115 / 0.95);
}

.ring-offset-neutral-600 {
  --tw-ring-offset-color: #525252;
}

.ring-offset-neutral-600\/0 {
  --tw-ring-offset-color: rgb(82 82 82 / 0);
}

.ring-offset-neutral-600\/10 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.1);
}

.ring-offset-neutral-600\/100 {
  --tw-ring-offset-color: rgb(82 82 82 / 1);
}

.ring-offset-neutral-600\/15 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.15);
}

.ring-offset-neutral-600\/20 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.2);
}

.ring-offset-neutral-600\/25 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.25);
}

.ring-offset-neutral-600\/30 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.3);
}

.ring-offset-neutral-600\/35 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.35);
}

.ring-offset-neutral-600\/40 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.4);
}

.ring-offset-neutral-600\/45 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.45);
}

.ring-offset-neutral-600\/5 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.05);
}

.ring-offset-neutral-600\/50 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.5);
}

.ring-offset-neutral-600\/55 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.55);
}

.ring-offset-neutral-600\/60 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.6);
}

.ring-offset-neutral-600\/65 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.65);
}

.ring-offset-neutral-600\/70 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.7);
}

.ring-offset-neutral-600\/75 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.75);
}

.ring-offset-neutral-600\/80 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.8);
}

.ring-offset-neutral-600\/85 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.85);
}

.ring-offset-neutral-600\/90 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.9);
}

.ring-offset-neutral-600\/95 {
  --tw-ring-offset-color: rgb(82 82 82 / 0.95);
}

.ring-offset-neutral-700 {
  --tw-ring-offset-color: #404040;
}

.ring-offset-neutral-700\/0 {
  --tw-ring-offset-color: rgb(64 64 64 / 0);
}

.ring-offset-neutral-700\/10 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.1);
}

.ring-offset-neutral-700\/100 {
  --tw-ring-offset-color: rgb(64 64 64 / 1);
}

.ring-offset-neutral-700\/15 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.15);
}

.ring-offset-neutral-700\/20 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.2);
}

.ring-offset-neutral-700\/25 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.25);
}

.ring-offset-neutral-700\/30 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.3);
}

.ring-offset-neutral-700\/35 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.35);
}

.ring-offset-neutral-700\/40 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.4);
}

.ring-offset-neutral-700\/45 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.45);
}

.ring-offset-neutral-700\/5 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.05);
}

.ring-offset-neutral-700\/50 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.5);
}

.ring-offset-neutral-700\/55 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.55);
}

.ring-offset-neutral-700\/60 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.6);
}

.ring-offset-neutral-700\/65 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.65);
}

.ring-offset-neutral-700\/70 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.7);
}

.ring-offset-neutral-700\/75 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.75);
}

.ring-offset-neutral-700\/80 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.8);
}

.ring-offset-neutral-700\/85 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.85);
}

.ring-offset-neutral-700\/90 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.9);
}

.ring-offset-neutral-700\/95 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.95);
}

.ring-offset-neutral-800 {
  --tw-ring-offset-color: #262626;
}

.ring-offset-neutral-800\/0 {
  --tw-ring-offset-color: rgb(38 38 38 / 0);
}

.ring-offset-neutral-800\/10 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.1);
}

.ring-offset-neutral-800\/100 {
  --tw-ring-offset-color: rgb(38 38 38 / 1);
}

.ring-offset-neutral-800\/15 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.15);
}

.ring-offset-neutral-800\/20 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.2);
}

.ring-offset-neutral-800\/25 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.25);
}

.ring-offset-neutral-800\/30 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.3);
}

.ring-offset-neutral-800\/35 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.35);
}

.ring-offset-neutral-800\/40 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.4);
}

.ring-offset-neutral-800\/45 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.45);
}

.ring-offset-neutral-800\/5 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.05);
}

.ring-offset-neutral-800\/50 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.5);
}

.ring-offset-neutral-800\/55 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.55);
}

.ring-offset-neutral-800\/60 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.6);
}

.ring-offset-neutral-800\/65 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.65);
}

.ring-offset-neutral-800\/70 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.7);
}

.ring-offset-neutral-800\/75 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.75);
}

.ring-offset-neutral-800\/80 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.8);
}

.ring-offset-neutral-800\/85 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.85);
}

.ring-offset-neutral-800\/90 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.9);
}

.ring-offset-neutral-800\/95 {
  --tw-ring-offset-color: rgb(38 38 38 / 0.95);
}

.ring-offset-neutral-900 {
  --tw-ring-offset-color: #171717;
}

.ring-offset-neutral-900\/0 {
  --tw-ring-offset-color: rgb(23 23 23 / 0);
}

.ring-offset-neutral-900\/10 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.1);
}

.ring-offset-neutral-900\/100 {
  --tw-ring-offset-color: rgb(23 23 23 / 1);
}

.ring-offset-neutral-900\/15 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.15);
}

.ring-offset-neutral-900\/20 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.2);
}

.ring-offset-neutral-900\/25 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.25);
}

.ring-offset-neutral-900\/30 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.3);
}

.ring-offset-neutral-900\/35 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.35);
}

.ring-offset-neutral-900\/40 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.4);
}

.ring-offset-neutral-900\/45 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.45);
}

.ring-offset-neutral-900\/5 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.05);
}

.ring-offset-neutral-900\/50 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.5);
}

.ring-offset-neutral-900\/55 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.55);
}

.ring-offset-neutral-900\/60 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.6);
}

.ring-offset-neutral-900\/65 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.65);
}

.ring-offset-neutral-900\/70 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.7);
}

.ring-offset-neutral-900\/75 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.75);
}

.ring-offset-neutral-900\/80 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.8);
}

.ring-offset-neutral-900\/85 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.85);
}

.ring-offset-neutral-900\/90 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.9);
}

.ring-offset-neutral-900\/95 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.95);
}

.ring-offset-neutral-950 {
  --tw-ring-offset-color: #0a0a0a;
}

.ring-offset-neutral-950\/0 {
  --tw-ring-offset-color: rgb(10 10 10 / 0);
}

.ring-offset-neutral-950\/10 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.1);
}

.ring-offset-neutral-950\/100 {
  --tw-ring-offset-color: rgb(10 10 10 / 1);
}

.ring-offset-neutral-950\/15 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.15);
}

.ring-offset-neutral-950\/20 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.2);
}

.ring-offset-neutral-950\/25 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.25);
}

.ring-offset-neutral-950\/30 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.3);
}

.ring-offset-neutral-950\/35 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.35);
}

.ring-offset-neutral-950\/40 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.4);
}

.ring-offset-neutral-950\/45 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.45);
}

.ring-offset-neutral-950\/5 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.05);
}

.ring-offset-neutral-950\/50 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.5);
}

.ring-offset-neutral-950\/55 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.55);
}

.ring-offset-neutral-950\/60 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.6);
}

.ring-offset-neutral-950\/65 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.65);
}

.ring-offset-neutral-950\/70 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.7);
}

.ring-offset-neutral-950\/75 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.75);
}

.ring-offset-neutral-950\/80 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.8);
}

.ring-offset-neutral-950\/85 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.85);
}

.ring-offset-neutral-950\/90 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.9);
}

.ring-offset-neutral-950\/95 {
  --tw-ring-offset-color: rgb(10 10 10 / 0.95);
}

.ring-offset-orange-100 {
  --tw-ring-offset-color: #ffedd5;
}

.ring-offset-orange-100\/0 {
  --tw-ring-offset-color: rgb(255 237 213 / 0);
}

.ring-offset-orange-100\/10 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.1);
}

.ring-offset-orange-100\/100 {
  --tw-ring-offset-color: rgb(255 237 213 / 1);
}

.ring-offset-orange-100\/15 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.15);
}

.ring-offset-orange-100\/20 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.2);
}

.ring-offset-orange-100\/25 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.25);
}

.ring-offset-orange-100\/30 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.3);
}

.ring-offset-orange-100\/35 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.35);
}

.ring-offset-orange-100\/40 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.4);
}

.ring-offset-orange-100\/45 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.45);
}

.ring-offset-orange-100\/5 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.05);
}

.ring-offset-orange-100\/50 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.5);
}

.ring-offset-orange-100\/55 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.55);
}

.ring-offset-orange-100\/60 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.6);
}

.ring-offset-orange-100\/65 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.65);
}

.ring-offset-orange-100\/70 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.7);
}

.ring-offset-orange-100\/75 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.75);
}

.ring-offset-orange-100\/80 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.8);
}

.ring-offset-orange-100\/85 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.85);
}

.ring-offset-orange-100\/90 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.9);
}

.ring-offset-orange-100\/95 {
  --tw-ring-offset-color: rgb(255 237 213 / 0.95);
}

.ring-offset-orange-200 {
  --tw-ring-offset-color: #fed7aa;
}

.ring-offset-orange-200\/0 {
  --tw-ring-offset-color: rgb(254 215 170 / 0);
}

.ring-offset-orange-200\/10 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.1);
}

.ring-offset-orange-200\/100 {
  --tw-ring-offset-color: rgb(254 215 170 / 1);
}

.ring-offset-orange-200\/15 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.15);
}

.ring-offset-orange-200\/20 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.2);
}

.ring-offset-orange-200\/25 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.25);
}

.ring-offset-orange-200\/30 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.3);
}

.ring-offset-orange-200\/35 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.35);
}

.ring-offset-orange-200\/40 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.4);
}

.ring-offset-orange-200\/45 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.45);
}

.ring-offset-orange-200\/5 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.05);
}

.ring-offset-orange-200\/50 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.5);
}

.ring-offset-orange-200\/55 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.55);
}

.ring-offset-orange-200\/60 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.6);
}

.ring-offset-orange-200\/65 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.65);
}

.ring-offset-orange-200\/70 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.7);
}

.ring-offset-orange-200\/75 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.75);
}

.ring-offset-orange-200\/80 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.8);
}

.ring-offset-orange-200\/85 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.85);
}

.ring-offset-orange-200\/90 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.9);
}

.ring-offset-orange-200\/95 {
  --tw-ring-offset-color: rgb(254 215 170 / 0.95);
}

.ring-offset-orange-300 {
  --tw-ring-offset-color: #fdba74;
}

.ring-offset-orange-300\/0 {
  --tw-ring-offset-color: rgb(253 186 116 / 0);
}

.ring-offset-orange-300\/10 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.1);
}

.ring-offset-orange-300\/100 {
  --tw-ring-offset-color: rgb(253 186 116 / 1);
}

.ring-offset-orange-300\/15 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.15);
}

.ring-offset-orange-300\/20 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.2);
}

.ring-offset-orange-300\/25 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.25);
}

.ring-offset-orange-300\/30 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.3);
}

.ring-offset-orange-300\/35 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.35);
}

.ring-offset-orange-300\/40 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.4);
}

.ring-offset-orange-300\/45 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.45);
}

.ring-offset-orange-300\/5 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.05);
}

.ring-offset-orange-300\/50 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.5);
}

.ring-offset-orange-300\/55 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.55);
}

.ring-offset-orange-300\/60 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.6);
}

.ring-offset-orange-300\/65 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.65);
}

.ring-offset-orange-300\/70 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.7);
}

.ring-offset-orange-300\/75 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.75);
}

.ring-offset-orange-300\/80 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.8);
}

.ring-offset-orange-300\/85 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.85);
}

.ring-offset-orange-300\/90 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.9);
}

.ring-offset-orange-300\/95 {
  --tw-ring-offset-color: rgb(253 186 116 / 0.95);
}

.ring-offset-orange-400 {
  --tw-ring-offset-color: #fb923c;
}

.ring-offset-orange-400\/0 {
  --tw-ring-offset-color: rgb(251 146 60 / 0);
}

.ring-offset-orange-400\/10 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.1);
}

.ring-offset-orange-400\/100 {
  --tw-ring-offset-color: rgb(251 146 60 / 1);
}

.ring-offset-orange-400\/15 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.15);
}

.ring-offset-orange-400\/20 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.2);
}

.ring-offset-orange-400\/25 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.25);
}

.ring-offset-orange-400\/30 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.3);
}

.ring-offset-orange-400\/35 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.35);
}

.ring-offset-orange-400\/40 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.4);
}

.ring-offset-orange-400\/45 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.45);
}

.ring-offset-orange-400\/5 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.05);
}

.ring-offset-orange-400\/50 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.5);
}

.ring-offset-orange-400\/55 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.55);
}

.ring-offset-orange-400\/60 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.6);
}

.ring-offset-orange-400\/65 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.65);
}

.ring-offset-orange-400\/70 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.7);
}

.ring-offset-orange-400\/75 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.75);
}

.ring-offset-orange-400\/80 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.8);
}

.ring-offset-orange-400\/85 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.85);
}

.ring-offset-orange-400\/90 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.9);
}

.ring-offset-orange-400\/95 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.95);
}

.ring-offset-orange-50 {
  --tw-ring-offset-color: #fff7ed;
}

.ring-offset-orange-50\/0 {
  --tw-ring-offset-color: rgb(255 247 237 / 0);
}

.ring-offset-orange-50\/10 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.1);
}

.ring-offset-orange-50\/100 {
  --tw-ring-offset-color: rgb(255 247 237 / 1);
}

.ring-offset-orange-50\/15 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.15);
}

.ring-offset-orange-50\/20 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.2);
}

.ring-offset-orange-50\/25 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.25);
}

.ring-offset-orange-50\/30 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.3);
}

.ring-offset-orange-50\/35 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.35);
}

.ring-offset-orange-50\/40 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.4);
}

.ring-offset-orange-50\/45 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.45);
}

.ring-offset-orange-50\/5 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.05);
}

.ring-offset-orange-50\/50 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.5);
}

.ring-offset-orange-50\/55 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.55);
}

.ring-offset-orange-50\/60 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.6);
}

.ring-offset-orange-50\/65 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.65);
}

.ring-offset-orange-50\/70 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.7);
}

.ring-offset-orange-50\/75 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.75);
}

.ring-offset-orange-50\/80 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.8);
}

.ring-offset-orange-50\/85 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.85);
}

.ring-offset-orange-50\/90 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.9);
}

.ring-offset-orange-50\/95 {
  --tw-ring-offset-color: rgb(255 247 237 / 0.95);
}

.ring-offset-orange-500 {
  --tw-ring-offset-color: #f97316;
}

.ring-offset-orange-500\/0 {
  --tw-ring-offset-color: rgb(249 115 22 / 0);
}

.ring-offset-orange-500\/10 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.1);
}

.ring-offset-orange-500\/100 {
  --tw-ring-offset-color: rgb(249 115 22 / 1);
}

.ring-offset-orange-500\/15 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.15);
}

.ring-offset-orange-500\/20 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.2);
}

.ring-offset-orange-500\/25 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.25);
}

.ring-offset-orange-500\/30 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.3);
}

.ring-offset-orange-500\/35 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.35);
}

.ring-offset-orange-500\/40 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.4);
}

.ring-offset-orange-500\/45 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.45);
}

.ring-offset-orange-500\/5 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.05);
}

.ring-offset-orange-500\/50 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.5);
}

.ring-offset-orange-500\/55 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.55);
}

.ring-offset-orange-500\/60 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.6);
}

.ring-offset-orange-500\/65 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.65);
}

.ring-offset-orange-500\/70 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.7);
}

.ring-offset-orange-500\/75 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.75);
}

.ring-offset-orange-500\/80 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.8);
}

.ring-offset-orange-500\/85 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.85);
}

.ring-offset-orange-500\/90 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.9);
}

.ring-offset-orange-500\/95 {
  --tw-ring-offset-color: rgb(249 115 22 / 0.95);
}

.ring-offset-orange-600 {
  --tw-ring-offset-color: #ea580c;
}

.ring-offset-orange-600\/0 {
  --tw-ring-offset-color: rgb(234 88 12 / 0);
}

.ring-offset-orange-600\/10 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.1);
}

.ring-offset-orange-600\/100 {
  --tw-ring-offset-color: rgb(234 88 12 / 1);
}

.ring-offset-orange-600\/15 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.15);
}

.ring-offset-orange-600\/20 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.2);
}

.ring-offset-orange-600\/25 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.25);
}

.ring-offset-orange-600\/30 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.3);
}

.ring-offset-orange-600\/35 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.35);
}

.ring-offset-orange-600\/40 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.4);
}

.ring-offset-orange-600\/45 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.45);
}

.ring-offset-orange-600\/5 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.05);
}

.ring-offset-orange-600\/50 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.5);
}

.ring-offset-orange-600\/55 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.55);
}

.ring-offset-orange-600\/60 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.6);
}

.ring-offset-orange-600\/65 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.65);
}

.ring-offset-orange-600\/70 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.7);
}

.ring-offset-orange-600\/75 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.75);
}

.ring-offset-orange-600\/80 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.8);
}

.ring-offset-orange-600\/85 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.85);
}

.ring-offset-orange-600\/90 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.9);
}

.ring-offset-orange-600\/95 {
  --tw-ring-offset-color: rgb(234 88 12 / 0.95);
}

.ring-offset-orange-700 {
  --tw-ring-offset-color: #c2410c;
}

.ring-offset-orange-700\/0 {
  --tw-ring-offset-color: rgb(194 65 12 / 0);
}

.ring-offset-orange-700\/10 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.1);
}

.ring-offset-orange-700\/100 {
  --tw-ring-offset-color: rgb(194 65 12 / 1);
}

.ring-offset-orange-700\/15 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.15);
}

.ring-offset-orange-700\/20 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.2);
}

.ring-offset-orange-700\/25 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.25);
}

.ring-offset-orange-700\/30 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.3);
}

.ring-offset-orange-700\/35 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.35);
}

.ring-offset-orange-700\/40 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.4);
}

.ring-offset-orange-700\/45 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.45);
}

.ring-offset-orange-700\/5 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.05);
}

.ring-offset-orange-700\/50 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.5);
}

.ring-offset-orange-700\/55 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.55);
}

.ring-offset-orange-700\/60 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.6);
}

.ring-offset-orange-700\/65 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.65);
}

.ring-offset-orange-700\/70 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.7);
}

.ring-offset-orange-700\/75 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.75);
}

.ring-offset-orange-700\/80 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.8);
}

.ring-offset-orange-700\/85 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.85);
}

.ring-offset-orange-700\/90 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.9);
}

.ring-offset-orange-700\/95 {
  --tw-ring-offset-color: rgb(194 65 12 / 0.95);
}

.ring-offset-orange-800 {
  --tw-ring-offset-color: #9a3412;
}

.ring-offset-orange-800\/0 {
  --tw-ring-offset-color: rgb(154 52 18 / 0);
}

.ring-offset-orange-800\/10 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.1);
}

.ring-offset-orange-800\/100 {
  --tw-ring-offset-color: rgb(154 52 18 / 1);
}

.ring-offset-orange-800\/15 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.15);
}

.ring-offset-orange-800\/20 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.2);
}

.ring-offset-orange-800\/25 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.25);
}

.ring-offset-orange-800\/30 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.3);
}

.ring-offset-orange-800\/35 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.35);
}

.ring-offset-orange-800\/40 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.4);
}

.ring-offset-orange-800\/45 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.45);
}

.ring-offset-orange-800\/5 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.05);
}

.ring-offset-orange-800\/50 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.5);
}

.ring-offset-orange-800\/55 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.55);
}

.ring-offset-orange-800\/60 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.6);
}

.ring-offset-orange-800\/65 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.65);
}

.ring-offset-orange-800\/70 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.7);
}

.ring-offset-orange-800\/75 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.75);
}

.ring-offset-orange-800\/80 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.8);
}

.ring-offset-orange-800\/85 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.85);
}

.ring-offset-orange-800\/90 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.9);
}

.ring-offset-orange-800\/95 {
  --tw-ring-offset-color: rgb(154 52 18 / 0.95);
}

.ring-offset-orange-900 {
  --tw-ring-offset-color: #7c2d12;
}

.ring-offset-orange-900\/0 {
  --tw-ring-offset-color: rgb(124 45 18 / 0);
}

.ring-offset-orange-900\/10 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.1);
}

.ring-offset-orange-900\/100 {
  --tw-ring-offset-color: rgb(124 45 18 / 1);
}

.ring-offset-orange-900\/15 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.15);
}

.ring-offset-orange-900\/20 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.2);
}

.ring-offset-orange-900\/25 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.25);
}

.ring-offset-orange-900\/30 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.3);
}

.ring-offset-orange-900\/35 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.35);
}

.ring-offset-orange-900\/40 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.4);
}

.ring-offset-orange-900\/45 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.45);
}

.ring-offset-orange-900\/5 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.05);
}

.ring-offset-orange-900\/50 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.5);
}

.ring-offset-orange-900\/55 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.55);
}

.ring-offset-orange-900\/60 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.6);
}

.ring-offset-orange-900\/65 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.65);
}

.ring-offset-orange-900\/70 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.7);
}

.ring-offset-orange-900\/75 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.75);
}

.ring-offset-orange-900\/80 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.8);
}

.ring-offset-orange-900\/85 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.85);
}

.ring-offset-orange-900\/90 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.9);
}

.ring-offset-orange-900\/95 {
  --tw-ring-offset-color: rgb(124 45 18 / 0.95);
}

.ring-offset-orange-950 {
  --tw-ring-offset-color: #431407;
}

.ring-offset-orange-950\/0 {
  --tw-ring-offset-color: rgb(67 20 7 / 0);
}

.ring-offset-orange-950\/10 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.1);
}

.ring-offset-orange-950\/100 {
  --tw-ring-offset-color: rgb(67 20 7 / 1);
}

.ring-offset-orange-950\/15 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.15);
}

.ring-offset-orange-950\/20 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.2);
}

.ring-offset-orange-950\/25 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.25);
}

.ring-offset-orange-950\/30 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.3);
}

.ring-offset-orange-950\/35 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.35);
}

.ring-offset-orange-950\/40 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.4);
}

.ring-offset-orange-950\/45 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.45);
}

.ring-offset-orange-950\/5 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.05);
}

.ring-offset-orange-950\/50 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.5);
}

.ring-offset-orange-950\/55 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.55);
}

.ring-offset-orange-950\/60 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.6);
}

.ring-offset-orange-950\/65 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.65);
}

.ring-offset-orange-950\/70 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.7);
}

.ring-offset-orange-950\/75 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.75);
}

.ring-offset-orange-950\/80 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.8);
}

.ring-offset-orange-950\/85 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.85);
}

.ring-offset-orange-950\/90 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.9);
}

.ring-offset-orange-950\/95 {
  --tw-ring-offset-color: rgb(67 20 7 / 0.95);
}

.ring-offset-pink-100 {
  --tw-ring-offset-color: #fce7f3;
}

.ring-offset-pink-100\/0 {
  --tw-ring-offset-color: rgb(252 231 243 / 0);
}

.ring-offset-pink-100\/10 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.1);
}

.ring-offset-pink-100\/100 {
  --tw-ring-offset-color: rgb(252 231 243 / 1);
}

.ring-offset-pink-100\/15 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.15);
}

.ring-offset-pink-100\/20 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.2);
}

.ring-offset-pink-100\/25 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.25);
}

.ring-offset-pink-100\/30 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.3);
}

.ring-offset-pink-100\/35 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.35);
}

.ring-offset-pink-100\/40 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.4);
}

.ring-offset-pink-100\/45 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.45);
}

.ring-offset-pink-100\/5 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.05);
}

.ring-offset-pink-100\/50 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.5);
}

.ring-offset-pink-100\/55 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.55);
}

.ring-offset-pink-100\/60 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.6);
}

.ring-offset-pink-100\/65 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.65);
}

.ring-offset-pink-100\/70 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.7);
}

.ring-offset-pink-100\/75 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.75);
}

.ring-offset-pink-100\/80 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.8);
}

.ring-offset-pink-100\/85 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.85);
}

.ring-offset-pink-100\/90 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.9);
}

.ring-offset-pink-100\/95 {
  --tw-ring-offset-color: rgb(252 231 243 / 0.95);
}

.ring-offset-pink-200 {
  --tw-ring-offset-color: #fbcfe8;
}

.ring-offset-pink-200\/0 {
  --tw-ring-offset-color: rgb(251 207 232 / 0);
}

.ring-offset-pink-200\/10 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.1);
}

.ring-offset-pink-200\/100 {
  --tw-ring-offset-color: rgb(251 207 232 / 1);
}

.ring-offset-pink-200\/15 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.15);
}

.ring-offset-pink-200\/20 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.2);
}

.ring-offset-pink-200\/25 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.25);
}

.ring-offset-pink-200\/30 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.3);
}

.ring-offset-pink-200\/35 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.35);
}

.ring-offset-pink-200\/40 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.4);
}

.ring-offset-pink-200\/45 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.45);
}

.ring-offset-pink-200\/5 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.05);
}

.ring-offset-pink-200\/50 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.5);
}

.ring-offset-pink-200\/55 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.55);
}

.ring-offset-pink-200\/60 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.6);
}

.ring-offset-pink-200\/65 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.65);
}

.ring-offset-pink-200\/70 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.7);
}

.ring-offset-pink-200\/75 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.75);
}

.ring-offset-pink-200\/80 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.8);
}

.ring-offset-pink-200\/85 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.85);
}

.ring-offset-pink-200\/90 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.9);
}

.ring-offset-pink-200\/95 {
  --tw-ring-offset-color: rgb(251 207 232 / 0.95);
}

.ring-offset-pink-300 {
  --tw-ring-offset-color: #f9a8d4;
}

.ring-offset-pink-300\/0 {
  --tw-ring-offset-color: rgb(249 168 212 / 0);
}

.ring-offset-pink-300\/10 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.1);
}

.ring-offset-pink-300\/100 {
  --tw-ring-offset-color: rgb(249 168 212 / 1);
}

.ring-offset-pink-300\/15 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.15);
}

.ring-offset-pink-300\/20 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.2);
}

.ring-offset-pink-300\/25 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.25);
}

.ring-offset-pink-300\/30 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.3);
}

.ring-offset-pink-300\/35 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.35);
}

.ring-offset-pink-300\/40 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.4);
}

.ring-offset-pink-300\/45 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.45);
}

.ring-offset-pink-300\/5 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.05);
}

.ring-offset-pink-300\/50 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.5);
}

.ring-offset-pink-300\/55 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.55);
}

.ring-offset-pink-300\/60 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.6);
}

.ring-offset-pink-300\/65 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.65);
}

.ring-offset-pink-300\/70 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.7);
}

.ring-offset-pink-300\/75 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.75);
}

.ring-offset-pink-300\/80 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.8);
}

.ring-offset-pink-300\/85 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.85);
}

.ring-offset-pink-300\/90 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.9);
}

.ring-offset-pink-300\/95 {
  --tw-ring-offset-color: rgb(249 168 212 / 0.95);
}

.ring-offset-pink-400 {
  --tw-ring-offset-color: #f472b6;
}

.ring-offset-pink-400\/0 {
  --tw-ring-offset-color: rgb(244 114 182 / 0);
}

.ring-offset-pink-400\/10 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.1);
}

.ring-offset-pink-400\/100 {
  --tw-ring-offset-color: rgb(244 114 182 / 1);
}

.ring-offset-pink-400\/15 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.15);
}

.ring-offset-pink-400\/20 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.2);
}

.ring-offset-pink-400\/25 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.25);
}

.ring-offset-pink-400\/30 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.3);
}

.ring-offset-pink-400\/35 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.35);
}

.ring-offset-pink-400\/40 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.4);
}

.ring-offset-pink-400\/45 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.45);
}

.ring-offset-pink-400\/5 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.05);
}

.ring-offset-pink-400\/50 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.5);
}

.ring-offset-pink-400\/55 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.55);
}

.ring-offset-pink-400\/60 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.6);
}

.ring-offset-pink-400\/65 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.65);
}

.ring-offset-pink-400\/70 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.7);
}

.ring-offset-pink-400\/75 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.75);
}

.ring-offset-pink-400\/80 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.8);
}

.ring-offset-pink-400\/85 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.85);
}

.ring-offset-pink-400\/90 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.9);
}

.ring-offset-pink-400\/95 {
  --tw-ring-offset-color: rgb(244 114 182 / 0.95);
}

.ring-offset-pink-50 {
  --tw-ring-offset-color: #fdf2f8;
}

.ring-offset-pink-50\/0 {
  --tw-ring-offset-color: rgb(253 242 248 / 0);
}

.ring-offset-pink-50\/10 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.1);
}

.ring-offset-pink-50\/100 {
  --tw-ring-offset-color: rgb(253 242 248 / 1);
}

.ring-offset-pink-50\/15 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.15);
}

.ring-offset-pink-50\/20 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.2);
}

.ring-offset-pink-50\/25 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.25);
}

.ring-offset-pink-50\/30 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.3);
}

.ring-offset-pink-50\/35 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.35);
}

.ring-offset-pink-50\/40 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.4);
}

.ring-offset-pink-50\/45 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.45);
}

.ring-offset-pink-50\/5 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.05);
}

.ring-offset-pink-50\/50 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.5);
}

.ring-offset-pink-50\/55 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.55);
}

.ring-offset-pink-50\/60 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.6);
}

.ring-offset-pink-50\/65 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.65);
}

.ring-offset-pink-50\/70 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.7);
}

.ring-offset-pink-50\/75 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.75);
}

.ring-offset-pink-50\/80 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.8);
}

.ring-offset-pink-50\/85 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.85);
}

.ring-offset-pink-50\/90 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.9);
}

.ring-offset-pink-50\/95 {
  --tw-ring-offset-color: rgb(253 242 248 / 0.95);
}

.ring-offset-pink-500 {
  --tw-ring-offset-color: #ec4899;
}

.ring-offset-pink-500\/0 {
  --tw-ring-offset-color: rgb(236 72 153 / 0);
}

.ring-offset-pink-500\/10 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.1);
}

.ring-offset-pink-500\/100 {
  --tw-ring-offset-color: rgb(236 72 153 / 1);
}

.ring-offset-pink-500\/15 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.15);
}

.ring-offset-pink-500\/20 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.2);
}

.ring-offset-pink-500\/25 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.25);
}

.ring-offset-pink-500\/30 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.3);
}

.ring-offset-pink-500\/35 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.35);
}

.ring-offset-pink-500\/40 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.4);
}

.ring-offset-pink-500\/45 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.45);
}

.ring-offset-pink-500\/5 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.05);
}

.ring-offset-pink-500\/50 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.5);
}

.ring-offset-pink-500\/55 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.55);
}

.ring-offset-pink-500\/60 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.6);
}

.ring-offset-pink-500\/65 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.65);
}

.ring-offset-pink-500\/70 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.7);
}

.ring-offset-pink-500\/75 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.75);
}

.ring-offset-pink-500\/80 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.8);
}

.ring-offset-pink-500\/85 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.85);
}

.ring-offset-pink-500\/90 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.9);
}

.ring-offset-pink-500\/95 {
  --tw-ring-offset-color: rgb(236 72 153 / 0.95);
}

.ring-offset-pink-600 {
  --tw-ring-offset-color: #db2777;
}

.ring-offset-pink-600\/0 {
  --tw-ring-offset-color: rgb(219 39 119 / 0);
}

.ring-offset-pink-600\/10 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.1);
}

.ring-offset-pink-600\/100 {
  --tw-ring-offset-color: rgb(219 39 119 / 1);
}

.ring-offset-pink-600\/15 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.15);
}

.ring-offset-pink-600\/20 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.2);
}

.ring-offset-pink-600\/25 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.25);
}

.ring-offset-pink-600\/30 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.3);
}

.ring-offset-pink-600\/35 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.35);
}

.ring-offset-pink-600\/40 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.4);
}

.ring-offset-pink-600\/45 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.45);
}

.ring-offset-pink-600\/5 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.05);
}

.ring-offset-pink-600\/50 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.5);
}

.ring-offset-pink-600\/55 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.55);
}

.ring-offset-pink-600\/60 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.6);
}

.ring-offset-pink-600\/65 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.65);
}

.ring-offset-pink-600\/70 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.7);
}

.ring-offset-pink-600\/75 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.75);
}

.ring-offset-pink-600\/80 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.8);
}

.ring-offset-pink-600\/85 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.85);
}

.ring-offset-pink-600\/90 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.9);
}

.ring-offset-pink-600\/95 {
  --tw-ring-offset-color: rgb(219 39 119 / 0.95);
}

.ring-offset-pink-700 {
  --tw-ring-offset-color: #be185d;
}

.ring-offset-pink-700\/0 {
  --tw-ring-offset-color: rgb(190 24 93 / 0);
}

.ring-offset-pink-700\/10 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.1);
}

.ring-offset-pink-700\/100 {
  --tw-ring-offset-color: rgb(190 24 93 / 1);
}

.ring-offset-pink-700\/15 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.15);
}

.ring-offset-pink-700\/20 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.2);
}

.ring-offset-pink-700\/25 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.25);
}

.ring-offset-pink-700\/30 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.3);
}

.ring-offset-pink-700\/35 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.35);
}

.ring-offset-pink-700\/40 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.4);
}

.ring-offset-pink-700\/45 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.45);
}

.ring-offset-pink-700\/5 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.05);
}

.ring-offset-pink-700\/50 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.5);
}

.ring-offset-pink-700\/55 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.55);
}

.ring-offset-pink-700\/60 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.6);
}

.ring-offset-pink-700\/65 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.65);
}

.ring-offset-pink-700\/70 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.7);
}

.ring-offset-pink-700\/75 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.75);
}

.ring-offset-pink-700\/80 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.8);
}

.ring-offset-pink-700\/85 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.85);
}

.ring-offset-pink-700\/90 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.9);
}

.ring-offset-pink-700\/95 {
  --tw-ring-offset-color: rgb(190 24 93 / 0.95);
}

.ring-offset-pink-800 {
  --tw-ring-offset-color: #9d174d;
}

.ring-offset-pink-800\/0 {
  --tw-ring-offset-color: rgb(157 23 77 / 0);
}

.ring-offset-pink-800\/10 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.1);
}

.ring-offset-pink-800\/100 {
  --tw-ring-offset-color: rgb(157 23 77 / 1);
}

.ring-offset-pink-800\/15 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.15);
}

.ring-offset-pink-800\/20 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.2);
}

.ring-offset-pink-800\/25 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.25);
}

.ring-offset-pink-800\/30 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.3);
}

.ring-offset-pink-800\/35 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.35);
}

.ring-offset-pink-800\/40 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.4);
}

.ring-offset-pink-800\/45 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.45);
}

.ring-offset-pink-800\/5 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.05);
}

.ring-offset-pink-800\/50 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.5);
}

.ring-offset-pink-800\/55 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.55);
}

.ring-offset-pink-800\/60 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.6);
}

.ring-offset-pink-800\/65 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.65);
}

.ring-offset-pink-800\/70 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.7);
}

.ring-offset-pink-800\/75 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.75);
}

.ring-offset-pink-800\/80 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.8);
}

.ring-offset-pink-800\/85 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.85);
}

.ring-offset-pink-800\/90 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.9);
}

.ring-offset-pink-800\/95 {
  --tw-ring-offset-color: rgb(157 23 77 / 0.95);
}

.ring-offset-pink-900 {
  --tw-ring-offset-color: #831843;
}

.ring-offset-pink-900\/0 {
  --tw-ring-offset-color: rgb(131 24 67 / 0);
}

.ring-offset-pink-900\/10 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.1);
}

.ring-offset-pink-900\/100 {
  --tw-ring-offset-color: rgb(131 24 67 / 1);
}

.ring-offset-pink-900\/15 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.15);
}

.ring-offset-pink-900\/20 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.2);
}

.ring-offset-pink-900\/25 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.25);
}

.ring-offset-pink-900\/30 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.3);
}

.ring-offset-pink-900\/35 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.35);
}

.ring-offset-pink-900\/40 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.4);
}

.ring-offset-pink-900\/45 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.45);
}

.ring-offset-pink-900\/5 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.05);
}

.ring-offset-pink-900\/50 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.5);
}

.ring-offset-pink-900\/55 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.55);
}

.ring-offset-pink-900\/60 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.6);
}

.ring-offset-pink-900\/65 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.65);
}

.ring-offset-pink-900\/70 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.7);
}

.ring-offset-pink-900\/75 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.75);
}

.ring-offset-pink-900\/80 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.8);
}

.ring-offset-pink-900\/85 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.85);
}

.ring-offset-pink-900\/90 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.9);
}

.ring-offset-pink-900\/95 {
  --tw-ring-offset-color: rgb(131 24 67 / 0.95);
}

.ring-offset-pink-950 {
  --tw-ring-offset-color: #500724;
}

.ring-offset-pink-950\/0 {
  --tw-ring-offset-color: rgb(80 7 36 / 0);
}

.ring-offset-pink-950\/10 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.1);
}

.ring-offset-pink-950\/100 {
  --tw-ring-offset-color: rgb(80 7 36 / 1);
}

.ring-offset-pink-950\/15 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.15);
}

.ring-offset-pink-950\/20 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.2);
}

.ring-offset-pink-950\/25 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.25);
}

.ring-offset-pink-950\/30 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.3);
}

.ring-offset-pink-950\/35 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.35);
}

.ring-offset-pink-950\/40 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.4);
}

.ring-offset-pink-950\/45 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.45);
}

.ring-offset-pink-950\/5 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.05);
}

.ring-offset-pink-950\/50 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.5);
}

.ring-offset-pink-950\/55 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.55);
}

.ring-offset-pink-950\/60 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.6);
}

.ring-offset-pink-950\/65 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.65);
}

.ring-offset-pink-950\/70 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.7);
}

.ring-offset-pink-950\/75 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.75);
}

.ring-offset-pink-950\/80 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.8);
}

.ring-offset-pink-950\/85 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.85);
}

.ring-offset-pink-950\/90 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.9);
}

.ring-offset-pink-950\/95 {
  --tw-ring-offset-color: rgb(80 7 36 / 0.95);
}

.ring-offset-purple-100 {
  --tw-ring-offset-color: #f3e8ff;
}

.ring-offset-purple-100\/0 {
  --tw-ring-offset-color: rgb(243 232 255 / 0);
}

.ring-offset-purple-100\/10 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.1);
}

.ring-offset-purple-100\/100 {
  --tw-ring-offset-color: rgb(243 232 255 / 1);
}

.ring-offset-purple-100\/15 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.15);
}

.ring-offset-purple-100\/20 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.2);
}

.ring-offset-purple-100\/25 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.25);
}

.ring-offset-purple-100\/30 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.3);
}

.ring-offset-purple-100\/35 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.35);
}

.ring-offset-purple-100\/40 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.4);
}

.ring-offset-purple-100\/45 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.45);
}

.ring-offset-purple-100\/5 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.05);
}

.ring-offset-purple-100\/50 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.5);
}

.ring-offset-purple-100\/55 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.55);
}

.ring-offset-purple-100\/60 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.6);
}

.ring-offset-purple-100\/65 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.65);
}

.ring-offset-purple-100\/70 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.7);
}

.ring-offset-purple-100\/75 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.75);
}

.ring-offset-purple-100\/80 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.8);
}

.ring-offset-purple-100\/85 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.85);
}

.ring-offset-purple-100\/90 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.9);
}

.ring-offset-purple-100\/95 {
  --tw-ring-offset-color: rgb(243 232 255 / 0.95);
}

.ring-offset-purple-200 {
  --tw-ring-offset-color: #e9d5ff;
}

.ring-offset-purple-200\/0 {
  --tw-ring-offset-color: rgb(233 213 255 / 0);
}

.ring-offset-purple-200\/10 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.1);
}

.ring-offset-purple-200\/100 {
  --tw-ring-offset-color: rgb(233 213 255 / 1);
}

.ring-offset-purple-200\/15 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.15);
}

.ring-offset-purple-200\/20 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.2);
}

.ring-offset-purple-200\/25 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.25);
}

.ring-offset-purple-200\/30 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.3);
}

.ring-offset-purple-200\/35 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.35);
}

.ring-offset-purple-200\/40 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.4);
}

.ring-offset-purple-200\/45 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.45);
}

.ring-offset-purple-200\/5 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.05);
}

.ring-offset-purple-200\/50 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.5);
}

.ring-offset-purple-200\/55 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.55);
}

.ring-offset-purple-200\/60 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.6);
}

.ring-offset-purple-200\/65 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.65);
}

.ring-offset-purple-200\/70 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.7);
}

.ring-offset-purple-200\/75 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.75);
}

.ring-offset-purple-200\/80 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.8);
}

.ring-offset-purple-200\/85 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.85);
}

.ring-offset-purple-200\/90 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.9);
}

.ring-offset-purple-200\/95 {
  --tw-ring-offset-color: rgb(233 213 255 / 0.95);
}

.ring-offset-purple-300 {
  --tw-ring-offset-color: #d8b4fe;
}

.ring-offset-purple-300\/0 {
  --tw-ring-offset-color: rgb(216 180 254 / 0);
}

.ring-offset-purple-300\/10 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.1);
}

.ring-offset-purple-300\/100 {
  --tw-ring-offset-color: rgb(216 180 254 / 1);
}

.ring-offset-purple-300\/15 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.15);
}

.ring-offset-purple-300\/20 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.2);
}

.ring-offset-purple-300\/25 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.25);
}

.ring-offset-purple-300\/30 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.3);
}

.ring-offset-purple-300\/35 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.35);
}

.ring-offset-purple-300\/40 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.4);
}

.ring-offset-purple-300\/45 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.45);
}

.ring-offset-purple-300\/5 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.05);
}

.ring-offset-purple-300\/50 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.5);
}

.ring-offset-purple-300\/55 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.55);
}

.ring-offset-purple-300\/60 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.6);
}

.ring-offset-purple-300\/65 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.65);
}

.ring-offset-purple-300\/70 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.7);
}

.ring-offset-purple-300\/75 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.75);
}

.ring-offset-purple-300\/80 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.8);
}

.ring-offset-purple-300\/85 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.85);
}

.ring-offset-purple-300\/90 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.9);
}

.ring-offset-purple-300\/95 {
  --tw-ring-offset-color: rgb(216 180 254 / 0.95);
}

.ring-offset-purple-400 {
  --tw-ring-offset-color: #c084fc;
}

.ring-offset-purple-400\/0 {
  --tw-ring-offset-color: rgb(192 132 252 / 0);
}

.ring-offset-purple-400\/10 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.1);
}

.ring-offset-purple-400\/100 {
  --tw-ring-offset-color: rgb(192 132 252 / 1);
}

.ring-offset-purple-400\/15 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.15);
}

.ring-offset-purple-400\/20 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.2);
}

.ring-offset-purple-400\/25 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.25);
}

.ring-offset-purple-400\/30 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.3);
}

.ring-offset-purple-400\/35 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.35);
}

.ring-offset-purple-400\/40 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.4);
}

.ring-offset-purple-400\/45 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.45);
}

.ring-offset-purple-400\/5 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.05);
}

.ring-offset-purple-400\/50 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.5);
}

.ring-offset-purple-400\/55 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.55);
}

.ring-offset-purple-400\/60 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.6);
}

.ring-offset-purple-400\/65 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.65);
}

.ring-offset-purple-400\/70 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.7);
}

.ring-offset-purple-400\/75 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.75);
}

.ring-offset-purple-400\/80 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.8);
}

.ring-offset-purple-400\/85 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.85);
}

.ring-offset-purple-400\/90 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.9);
}

.ring-offset-purple-400\/95 {
  --tw-ring-offset-color: rgb(192 132 252 / 0.95);
}

.ring-offset-purple-50 {
  --tw-ring-offset-color: #faf5ff;
}

.ring-offset-purple-50\/0 {
  --tw-ring-offset-color: rgb(250 245 255 / 0);
}

.ring-offset-purple-50\/10 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.1);
}

.ring-offset-purple-50\/100 {
  --tw-ring-offset-color: rgb(250 245 255 / 1);
}

.ring-offset-purple-50\/15 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.15);
}

.ring-offset-purple-50\/20 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.2);
}

.ring-offset-purple-50\/25 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.25);
}

.ring-offset-purple-50\/30 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.3);
}

.ring-offset-purple-50\/35 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.35);
}

.ring-offset-purple-50\/40 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.4);
}

.ring-offset-purple-50\/45 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.45);
}

.ring-offset-purple-50\/5 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.05);
}

.ring-offset-purple-50\/50 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.5);
}

.ring-offset-purple-50\/55 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.55);
}

.ring-offset-purple-50\/60 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.6);
}

.ring-offset-purple-50\/65 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.65);
}

.ring-offset-purple-50\/70 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.7);
}

.ring-offset-purple-50\/75 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.75);
}

.ring-offset-purple-50\/80 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.8);
}

.ring-offset-purple-50\/85 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.85);
}

.ring-offset-purple-50\/90 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.9);
}

.ring-offset-purple-50\/95 {
  --tw-ring-offset-color: rgb(250 245 255 / 0.95);
}

.ring-offset-purple-500 {
  --tw-ring-offset-color: #a855f7;
}

.ring-offset-purple-500\/0 {
  --tw-ring-offset-color: rgb(168 85 247 / 0);
}

.ring-offset-purple-500\/10 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.1);
}

.ring-offset-purple-500\/100 {
  --tw-ring-offset-color: rgb(168 85 247 / 1);
}

.ring-offset-purple-500\/15 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.15);
}

.ring-offset-purple-500\/20 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.2);
}

.ring-offset-purple-500\/25 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.25);
}

.ring-offset-purple-500\/30 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.3);
}

.ring-offset-purple-500\/35 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.35);
}

.ring-offset-purple-500\/40 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.4);
}

.ring-offset-purple-500\/45 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.45);
}

.ring-offset-purple-500\/5 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.05);
}

.ring-offset-purple-500\/50 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.5);
}

.ring-offset-purple-500\/55 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.55);
}

.ring-offset-purple-500\/60 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.6);
}

.ring-offset-purple-500\/65 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.65);
}

.ring-offset-purple-500\/70 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.7);
}

.ring-offset-purple-500\/75 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.75);
}

.ring-offset-purple-500\/80 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.8);
}

.ring-offset-purple-500\/85 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.85);
}

.ring-offset-purple-500\/90 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.9);
}

.ring-offset-purple-500\/95 {
  --tw-ring-offset-color: rgb(168 85 247 / 0.95);
}

.ring-offset-purple-600 {
  --tw-ring-offset-color: #9333ea;
}

.ring-offset-purple-600\/0 {
  --tw-ring-offset-color: rgb(147 51 234 / 0);
}

.ring-offset-purple-600\/10 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.1);
}

.ring-offset-purple-600\/100 {
  --tw-ring-offset-color: rgb(147 51 234 / 1);
}

.ring-offset-purple-600\/15 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.15);
}

.ring-offset-purple-600\/20 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.2);
}

.ring-offset-purple-600\/25 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.25);
}

.ring-offset-purple-600\/30 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.3);
}

.ring-offset-purple-600\/35 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.35);
}

.ring-offset-purple-600\/40 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.4);
}

.ring-offset-purple-600\/45 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.45);
}

.ring-offset-purple-600\/5 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.05);
}

.ring-offset-purple-600\/50 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.5);
}

.ring-offset-purple-600\/55 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.55);
}

.ring-offset-purple-600\/60 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.6);
}

.ring-offset-purple-600\/65 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.65);
}

.ring-offset-purple-600\/70 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.7);
}

.ring-offset-purple-600\/75 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.75);
}

.ring-offset-purple-600\/80 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.8);
}

.ring-offset-purple-600\/85 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.85);
}

.ring-offset-purple-600\/90 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.9);
}

.ring-offset-purple-600\/95 {
  --tw-ring-offset-color: rgb(147 51 234 / 0.95);
}

.ring-offset-purple-700 {
  --tw-ring-offset-color: #7e22ce;
}

.ring-offset-purple-700\/0 {
  --tw-ring-offset-color: rgb(126 34 206 / 0);
}

.ring-offset-purple-700\/10 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.1);
}

.ring-offset-purple-700\/100 {
  --tw-ring-offset-color: rgb(126 34 206 / 1);
}

.ring-offset-purple-700\/15 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.15);
}

.ring-offset-purple-700\/20 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.2);
}

.ring-offset-purple-700\/25 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.25);
}

.ring-offset-purple-700\/30 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.3);
}

.ring-offset-purple-700\/35 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.35);
}

.ring-offset-purple-700\/40 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.4);
}

.ring-offset-purple-700\/45 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.45);
}

.ring-offset-purple-700\/5 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.05);
}

.ring-offset-purple-700\/50 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.5);
}

.ring-offset-purple-700\/55 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.55);
}

.ring-offset-purple-700\/60 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.6);
}

.ring-offset-purple-700\/65 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.65);
}

.ring-offset-purple-700\/70 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.7);
}

.ring-offset-purple-700\/75 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.75);
}

.ring-offset-purple-700\/80 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.8);
}

.ring-offset-purple-700\/85 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.85);
}

.ring-offset-purple-700\/90 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.9);
}

.ring-offset-purple-700\/95 {
  --tw-ring-offset-color: rgb(126 34 206 / 0.95);
}

.ring-offset-purple-800 {
  --tw-ring-offset-color: #6b21a8;
}

.ring-offset-purple-800\/0 {
  --tw-ring-offset-color: rgb(107 33 168 / 0);
}

.ring-offset-purple-800\/10 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.1);
}

.ring-offset-purple-800\/100 {
  --tw-ring-offset-color: rgb(107 33 168 / 1);
}

.ring-offset-purple-800\/15 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.15);
}

.ring-offset-purple-800\/20 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.2);
}

.ring-offset-purple-800\/25 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.25);
}

.ring-offset-purple-800\/30 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.3);
}

.ring-offset-purple-800\/35 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.35);
}

.ring-offset-purple-800\/40 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.4);
}

.ring-offset-purple-800\/45 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.45);
}

.ring-offset-purple-800\/5 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.05);
}

.ring-offset-purple-800\/50 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.5);
}

.ring-offset-purple-800\/55 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.55);
}

.ring-offset-purple-800\/60 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.6);
}

.ring-offset-purple-800\/65 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.65);
}

.ring-offset-purple-800\/70 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.7);
}

.ring-offset-purple-800\/75 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.75);
}

.ring-offset-purple-800\/80 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.8);
}

.ring-offset-purple-800\/85 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.85);
}

.ring-offset-purple-800\/90 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.9);
}

.ring-offset-purple-800\/95 {
  --tw-ring-offset-color: rgb(107 33 168 / 0.95);
}

.ring-offset-purple-900 {
  --tw-ring-offset-color: #581c87;
}

.ring-offset-purple-900\/0 {
  --tw-ring-offset-color: rgb(88 28 135 / 0);
}

.ring-offset-purple-900\/10 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.1);
}

.ring-offset-purple-900\/100 {
  --tw-ring-offset-color: rgb(88 28 135 / 1);
}

.ring-offset-purple-900\/15 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.15);
}

.ring-offset-purple-900\/20 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.2);
}

.ring-offset-purple-900\/25 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.25);
}

.ring-offset-purple-900\/30 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.3);
}

.ring-offset-purple-900\/35 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.35);
}

.ring-offset-purple-900\/40 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.4);
}

.ring-offset-purple-900\/45 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.45);
}

.ring-offset-purple-900\/5 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.05);
}

.ring-offset-purple-900\/50 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.5);
}

.ring-offset-purple-900\/55 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.55);
}

.ring-offset-purple-900\/60 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.6);
}

.ring-offset-purple-900\/65 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.65);
}

.ring-offset-purple-900\/70 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.7);
}

.ring-offset-purple-900\/75 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.75);
}

.ring-offset-purple-900\/80 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.8);
}

.ring-offset-purple-900\/85 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.85);
}

.ring-offset-purple-900\/90 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.9);
}

.ring-offset-purple-900\/95 {
  --tw-ring-offset-color: rgb(88 28 135 / 0.95);
}

.ring-offset-purple-950 {
  --tw-ring-offset-color: #3b0764;
}

.ring-offset-purple-950\/0 {
  --tw-ring-offset-color: rgb(59 7 100 / 0);
}

.ring-offset-purple-950\/10 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.1);
}

.ring-offset-purple-950\/100 {
  --tw-ring-offset-color: rgb(59 7 100 / 1);
}

.ring-offset-purple-950\/15 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.15);
}

.ring-offset-purple-950\/20 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.2);
}

.ring-offset-purple-950\/25 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.25);
}

.ring-offset-purple-950\/30 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.3);
}

.ring-offset-purple-950\/35 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.35);
}

.ring-offset-purple-950\/40 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.4);
}

.ring-offset-purple-950\/45 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.45);
}

.ring-offset-purple-950\/5 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.05);
}

.ring-offset-purple-950\/50 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.5);
}

.ring-offset-purple-950\/55 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.55);
}

.ring-offset-purple-950\/60 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.6);
}

.ring-offset-purple-950\/65 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.65);
}

.ring-offset-purple-950\/70 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.7);
}

.ring-offset-purple-950\/75 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.75);
}

.ring-offset-purple-950\/80 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.8);
}

.ring-offset-purple-950\/85 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.85);
}

.ring-offset-purple-950\/90 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.9);
}

.ring-offset-purple-950\/95 {
  --tw-ring-offset-color: rgb(59 7 100 / 0.95);
}

.ring-offset-red-100 {
  --tw-ring-offset-color: #fee2e2;
}

.ring-offset-red-100\/0 {
  --tw-ring-offset-color: rgb(254 226 226 / 0);
}

.ring-offset-red-100\/10 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.1);
}

.ring-offset-red-100\/100 {
  --tw-ring-offset-color: rgb(254 226 226 / 1);
}

.ring-offset-red-100\/15 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.15);
}

.ring-offset-red-100\/20 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.2);
}

.ring-offset-red-100\/25 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.25);
}

.ring-offset-red-100\/30 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.3);
}

.ring-offset-red-100\/35 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.35);
}

.ring-offset-red-100\/40 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.4);
}

.ring-offset-red-100\/45 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.45);
}

.ring-offset-red-100\/5 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.05);
}

.ring-offset-red-100\/50 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.5);
}

.ring-offset-red-100\/55 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.55);
}

.ring-offset-red-100\/60 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.6);
}

.ring-offset-red-100\/65 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.65);
}

.ring-offset-red-100\/70 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.7);
}

.ring-offset-red-100\/75 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.75);
}

.ring-offset-red-100\/80 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.8);
}

.ring-offset-red-100\/85 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.85);
}

.ring-offset-red-100\/90 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.9);
}

.ring-offset-red-100\/95 {
  --tw-ring-offset-color: rgb(254 226 226 / 0.95);
}

.ring-offset-red-200 {
  --tw-ring-offset-color: #fecaca;
}

.ring-offset-red-200\/0 {
  --tw-ring-offset-color: rgb(254 202 202 / 0);
}

.ring-offset-red-200\/10 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.1);
}

.ring-offset-red-200\/100 {
  --tw-ring-offset-color: rgb(254 202 202 / 1);
}

.ring-offset-red-200\/15 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.15);
}

.ring-offset-red-200\/20 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.2);
}

.ring-offset-red-200\/25 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.25);
}

.ring-offset-red-200\/30 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.3);
}

.ring-offset-red-200\/35 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.35);
}

.ring-offset-red-200\/40 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.4);
}

.ring-offset-red-200\/45 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.45);
}

.ring-offset-red-200\/5 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.05);
}

.ring-offset-red-200\/50 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.5);
}

.ring-offset-red-200\/55 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.55);
}

.ring-offset-red-200\/60 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.6);
}

.ring-offset-red-200\/65 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.65);
}

.ring-offset-red-200\/70 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.7);
}

.ring-offset-red-200\/75 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.75);
}

.ring-offset-red-200\/80 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.8);
}

.ring-offset-red-200\/85 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.85);
}

.ring-offset-red-200\/90 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.9);
}

.ring-offset-red-200\/95 {
  --tw-ring-offset-color: rgb(254 202 202 / 0.95);
}

.ring-offset-red-300 {
  --tw-ring-offset-color: #fca5a5;
}

.ring-offset-red-300\/0 {
  --tw-ring-offset-color: rgb(252 165 165 / 0);
}

.ring-offset-red-300\/10 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.1);
}

.ring-offset-red-300\/100 {
  --tw-ring-offset-color: rgb(252 165 165 / 1);
}

.ring-offset-red-300\/15 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.15);
}

.ring-offset-red-300\/20 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.2);
}

.ring-offset-red-300\/25 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.25);
}

.ring-offset-red-300\/30 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.3);
}

.ring-offset-red-300\/35 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.35);
}

.ring-offset-red-300\/40 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.4);
}

.ring-offset-red-300\/45 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.45);
}

.ring-offset-red-300\/5 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.05);
}

.ring-offset-red-300\/50 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.5);
}

.ring-offset-red-300\/55 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.55);
}

.ring-offset-red-300\/60 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.6);
}

.ring-offset-red-300\/65 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.65);
}

.ring-offset-red-300\/70 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.7);
}

.ring-offset-red-300\/75 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.75);
}

.ring-offset-red-300\/80 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.8);
}

.ring-offset-red-300\/85 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.85);
}

.ring-offset-red-300\/90 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.9);
}

.ring-offset-red-300\/95 {
  --tw-ring-offset-color: rgb(252 165 165 / 0.95);
}

.ring-offset-red-400 {
  --tw-ring-offset-color: #f87171;
}

.ring-offset-red-400\/0 {
  --tw-ring-offset-color: rgb(248 113 113 / 0);
}

.ring-offset-red-400\/10 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.1);
}

.ring-offset-red-400\/100 {
  --tw-ring-offset-color: rgb(248 113 113 / 1);
}

.ring-offset-red-400\/15 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.15);
}

.ring-offset-red-400\/20 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.2);
}

.ring-offset-red-400\/25 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.25);
}

.ring-offset-red-400\/30 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.3);
}

.ring-offset-red-400\/35 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.35);
}

.ring-offset-red-400\/40 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.4);
}

.ring-offset-red-400\/45 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.45);
}

.ring-offset-red-400\/5 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.05);
}

.ring-offset-red-400\/50 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.5);
}

.ring-offset-red-400\/55 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.55);
}

.ring-offset-red-400\/60 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.6);
}

.ring-offset-red-400\/65 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.65);
}

.ring-offset-red-400\/70 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.7);
}

.ring-offset-red-400\/75 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.75);
}

.ring-offset-red-400\/80 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.8);
}

.ring-offset-red-400\/85 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.85);
}

.ring-offset-red-400\/90 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.9);
}

.ring-offset-red-400\/95 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.95);
}

.ring-offset-red-50 {
  --tw-ring-offset-color: #fef2f2;
}

.ring-offset-red-50\/0 {
  --tw-ring-offset-color: rgb(254 242 242 / 0);
}

.ring-offset-red-50\/10 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.1);
}

.ring-offset-red-50\/100 {
  --tw-ring-offset-color: rgb(254 242 242 / 1);
}

.ring-offset-red-50\/15 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.15);
}

.ring-offset-red-50\/20 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.2);
}

.ring-offset-red-50\/25 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.25);
}

.ring-offset-red-50\/30 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.3);
}

.ring-offset-red-50\/35 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.35);
}

.ring-offset-red-50\/40 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.4);
}

.ring-offset-red-50\/45 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.45);
}

.ring-offset-red-50\/5 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.05);
}

.ring-offset-red-50\/50 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.5);
}

.ring-offset-red-50\/55 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.55);
}

.ring-offset-red-50\/60 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.6);
}

.ring-offset-red-50\/65 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.65);
}

.ring-offset-red-50\/70 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.7);
}

.ring-offset-red-50\/75 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.75);
}

.ring-offset-red-50\/80 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.8);
}

.ring-offset-red-50\/85 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.85);
}

.ring-offset-red-50\/90 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.9);
}

.ring-offset-red-50\/95 {
  --tw-ring-offset-color: rgb(254 242 242 / 0.95);
}

.ring-offset-red-500 {
  --tw-ring-offset-color: #ef4444;
}

.ring-offset-red-500\/0 {
  --tw-ring-offset-color: rgb(239 68 68 / 0);
}

.ring-offset-red-500\/10 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.1);
}

.ring-offset-red-500\/100 {
  --tw-ring-offset-color: rgb(239 68 68 / 1);
}

.ring-offset-red-500\/15 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.15);
}

.ring-offset-red-500\/20 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.2);
}

.ring-offset-red-500\/25 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.25);
}

.ring-offset-red-500\/30 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.3);
}

.ring-offset-red-500\/35 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.35);
}

.ring-offset-red-500\/40 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.4);
}

.ring-offset-red-500\/45 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.45);
}

.ring-offset-red-500\/5 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.05);
}

.ring-offset-red-500\/50 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.5);
}

.ring-offset-red-500\/55 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.55);
}

.ring-offset-red-500\/60 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.6);
}

.ring-offset-red-500\/65 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.65);
}

.ring-offset-red-500\/70 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.7);
}

.ring-offset-red-500\/75 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.75);
}

.ring-offset-red-500\/80 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.8);
}

.ring-offset-red-500\/85 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.85);
}

.ring-offset-red-500\/90 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.9);
}

.ring-offset-red-500\/95 {
  --tw-ring-offset-color: rgb(239 68 68 / 0.95);
}

.ring-offset-red-600 {
  --tw-ring-offset-color: #dc2626;
}

.ring-offset-red-600\/0 {
  --tw-ring-offset-color: rgb(220 38 38 / 0);
}

.ring-offset-red-600\/10 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.1);
}

.ring-offset-red-600\/100 {
  --tw-ring-offset-color: rgb(220 38 38 / 1);
}

.ring-offset-red-600\/15 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.15);
}

.ring-offset-red-600\/20 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.2);
}

.ring-offset-red-600\/25 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.25);
}

.ring-offset-red-600\/30 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.3);
}

.ring-offset-red-600\/35 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.35);
}

.ring-offset-red-600\/40 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.4);
}

.ring-offset-red-600\/45 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.45);
}

.ring-offset-red-600\/5 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.05);
}

.ring-offset-red-600\/50 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.5);
}

.ring-offset-red-600\/55 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.55);
}

.ring-offset-red-600\/60 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.6);
}

.ring-offset-red-600\/65 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.65);
}

.ring-offset-red-600\/70 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.7);
}

.ring-offset-red-600\/75 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.75);
}

.ring-offset-red-600\/80 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.8);
}

.ring-offset-red-600\/85 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.85);
}

.ring-offset-red-600\/90 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.9);
}

.ring-offset-red-600\/95 {
  --tw-ring-offset-color: rgb(220 38 38 / 0.95);
}

.ring-offset-red-700 {
  --tw-ring-offset-color: #b91c1c;
}

.ring-offset-red-700\/0 {
  --tw-ring-offset-color: rgb(185 28 28 / 0);
}

.ring-offset-red-700\/10 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.1);
}

.ring-offset-red-700\/100 {
  --tw-ring-offset-color: rgb(185 28 28 / 1);
}

.ring-offset-red-700\/15 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.15);
}

.ring-offset-red-700\/20 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.2);
}

.ring-offset-red-700\/25 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.25);
}

.ring-offset-red-700\/30 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.3);
}

.ring-offset-red-700\/35 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.35);
}

.ring-offset-red-700\/40 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.4);
}

.ring-offset-red-700\/45 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.45);
}

.ring-offset-red-700\/5 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.05);
}

.ring-offset-red-700\/50 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.5);
}

.ring-offset-red-700\/55 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.55);
}

.ring-offset-red-700\/60 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.6);
}

.ring-offset-red-700\/65 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.65);
}

.ring-offset-red-700\/70 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.7);
}

.ring-offset-red-700\/75 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.75);
}

.ring-offset-red-700\/80 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.8);
}

.ring-offset-red-700\/85 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.85);
}

.ring-offset-red-700\/90 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.9);
}

.ring-offset-red-700\/95 {
  --tw-ring-offset-color: rgb(185 28 28 / 0.95);
}

.ring-offset-red-800 {
  --tw-ring-offset-color: #991b1b;
}

.ring-offset-red-800\/0 {
  --tw-ring-offset-color: rgb(153 27 27 / 0);
}

.ring-offset-red-800\/10 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.1);
}

.ring-offset-red-800\/100 {
  --tw-ring-offset-color: rgb(153 27 27 / 1);
}

.ring-offset-red-800\/15 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.15);
}

.ring-offset-red-800\/20 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.2);
}

.ring-offset-red-800\/25 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.25);
}

.ring-offset-red-800\/30 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.3);
}

.ring-offset-red-800\/35 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.35);
}

.ring-offset-red-800\/40 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.4);
}

.ring-offset-red-800\/45 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.45);
}

.ring-offset-red-800\/5 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.05);
}

.ring-offset-red-800\/50 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.5);
}

.ring-offset-red-800\/55 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.55);
}

.ring-offset-red-800\/60 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.6);
}

.ring-offset-red-800\/65 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.65);
}

.ring-offset-red-800\/70 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.7);
}

.ring-offset-red-800\/75 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.75);
}

.ring-offset-red-800\/80 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.8);
}

.ring-offset-red-800\/85 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.85);
}

.ring-offset-red-800\/90 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.9);
}

.ring-offset-red-800\/95 {
  --tw-ring-offset-color: rgb(153 27 27 / 0.95);
}

.ring-offset-red-900 {
  --tw-ring-offset-color: #7f1d1d;
}

.ring-offset-red-900\/0 {
  --tw-ring-offset-color: rgb(127 29 29 / 0);
}

.ring-offset-red-900\/10 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.1);
}

.ring-offset-red-900\/100 {
  --tw-ring-offset-color: rgb(127 29 29 / 1);
}

.ring-offset-red-900\/15 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.15);
}

.ring-offset-red-900\/20 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.2);
}

.ring-offset-red-900\/25 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.25);
}

.ring-offset-red-900\/30 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.3);
}

.ring-offset-red-900\/35 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.35);
}

.ring-offset-red-900\/40 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.4);
}

.ring-offset-red-900\/45 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.45);
}

.ring-offset-red-900\/5 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.05);
}

.ring-offset-red-900\/50 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.5);
}

.ring-offset-red-900\/55 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.55);
}

.ring-offset-red-900\/60 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.6);
}

.ring-offset-red-900\/65 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.65);
}

.ring-offset-red-900\/70 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.7);
}

.ring-offset-red-900\/75 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.75);
}

.ring-offset-red-900\/80 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.8);
}

.ring-offset-red-900\/85 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.85);
}

.ring-offset-red-900\/90 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.9);
}

.ring-offset-red-900\/95 {
  --tw-ring-offset-color: rgb(127 29 29 / 0.95);
}

.ring-offset-red-950 {
  --tw-ring-offset-color: #450a0a;
}

.ring-offset-red-950\/0 {
  --tw-ring-offset-color: rgb(69 10 10 / 0);
}

.ring-offset-red-950\/10 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.1);
}

.ring-offset-red-950\/100 {
  --tw-ring-offset-color: rgb(69 10 10 / 1);
}

.ring-offset-red-950\/15 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.15);
}

.ring-offset-red-950\/20 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.2);
}

.ring-offset-red-950\/25 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.25);
}

.ring-offset-red-950\/30 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.3);
}

.ring-offset-red-950\/35 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.35);
}

.ring-offset-red-950\/40 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.4);
}

.ring-offset-red-950\/45 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.45);
}

.ring-offset-red-950\/5 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.05);
}

.ring-offset-red-950\/50 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.5);
}

.ring-offset-red-950\/55 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.55);
}

.ring-offset-red-950\/60 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.6);
}

.ring-offset-red-950\/65 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.65);
}

.ring-offset-red-950\/70 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.7);
}

.ring-offset-red-950\/75 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.75);
}

.ring-offset-red-950\/80 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.8);
}

.ring-offset-red-950\/85 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.85);
}

.ring-offset-red-950\/90 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.9);
}

.ring-offset-red-950\/95 {
  --tw-ring-offset-color: rgb(69 10 10 / 0.95);
}

.ring-offset-rose-100 {
  --tw-ring-offset-color: #ffe4e6;
}

.ring-offset-rose-100\/0 {
  --tw-ring-offset-color: rgb(255 228 230 / 0);
}

.ring-offset-rose-100\/10 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.1);
}

.ring-offset-rose-100\/100 {
  --tw-ring-offset-color: rgb(255 228 230 / 1);
}

.ring-offset-rose-100\/15 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.15);
}

.ring-offset-rose-100\/20 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.2);
}

.ring-offset-rose-100\/25 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.25);
}

.ring-offset-rose-100\/30 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.3);
}

.ring-offset-rose-100\/35 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.35);
}

.ring-offset-rose-100\/40 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.4);
}

.ring-offset-rose-100\/45 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.45);
}

.ring-offset-rose-100\/5 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.05);
}

.ring-offset-rose-100\/50 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.5);
}

.ring-offset-rose-100\/55 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.55);
}

.ring-offset-rose-100\/60 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.6);
}

.ring-offset-rose-100\/65 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.65);
}

.ring-offset-rose-100\/70 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.7);
}

.ring-offset-rose-100\/75 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.75);
}

.ring-offset-rose-100\/80 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.8);
}

.ring-offset-rose-100\/85 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.85);
}

.ring-offset-rose-100\/90 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.9);
}

.ring-offset-rose-100\/95 {
  --tw-ring-offset-color: rgb(255 228 230 / 0.95);
}

.ring-offset-rose-200 {
  --tw-ring-offset-color: #fecdd3;
}

.ring-offset-rose-200\/0 {
  --tw-ring-offset-color: rgb(254 205 211 / 0);
}

.ring-offset-rose-200\/10 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.1);
}

.ring-offset-rose-200\/100 {
  --tw-ring-offset-color: rgb(254 205 211 / 1);
}

.ring-offset-rose-200\/15 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.15);
}

.ring-offset-rose-200\/20 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.2);
}

.ring-offset-rose-200\/25 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.25);
}

.ring-offset-rose-200\/30 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.3);
}

.ring-offset-rose-200\/35 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.35);
}

.ring-offset-rose-200\/40 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.4);
}

.ring-offset-rose-200\/45 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.45);
}

.ring-offset-rose-200\/5 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.05);
}

.ring-offset-rose-200\/50 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.5);
}

.ring-offset-rose-200\/55 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.55);
}

.ring-offset-rose-200\/60 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.6);
}

.ring-offset-rose-200\/65 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.65);
}

.ring-offset-rose-200\/70 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.7);
}

.ring-offset-rose-200\/75 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.75);
}

.ring-offset-rose-200\/80 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.8);
}

.ring-offset-rose-200\/85 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.85);
}

.ring-offset-rose-200\/90 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.9);
}

.ring-offset-rose-200\/95 {
  --tw-ring-offset-color: rgb(254 205 211 / 0.95);
}

.ring-offset-rose-300 {
  --tw-ring-offset-color: #fda4af;
}

.ring-offset-rose-300\/0 {
  --tw-ring-offset-color: rgb(253 164 175 / 0);
}

.ring-offset-rose-300\/10 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.1);
}

.ring-offset-rose-300\/100 {
  --tw-ring-offset-color: rgb(253 164 175 / 1);
}

.ring-offset-rose-300\/15 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.15);
}

.ring-offset-rose-300\/20 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.2);
}

.ring-offset-rose-300\/25 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.25);
}

.ring-offset-rose-300\/30 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.3);
}

.ring-offset-rose-300\/35 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.35);
}

.ring-offset-rose-300\/40 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.4);
}

.ring-offset-rose-300\/45 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.45);
}

.ring-offset-rose-300\/5 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.05);
}

.ring-offset-rose-300\/50 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.5);
}

.ring-offset-rose-300\/55 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.55);
}

.ring-offset-rose-300\/60 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.6);
}

.ring-offset-rose-300\/65 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.65);
}

.ring-offset-rose-300\/70 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.7);
}

.ring-offset-rose-300\/75 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.75);
}

.ring-offset-rose-300\/80 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.8);
}

.ring-offset-rose-300\/85 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.85);
}

.ring-offset-rose-300\/90 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.9);
}

.ring-offset-rose-300\/95 {
  --tw-ring-offset-color: rgb(253 164 175 / 0.95);
}

.ring-offset-rose-400 {
  --tw-ring-offset-color: #fb7185;
}

.ring-offset-rose-400\/0 {
  --tw-ring-offset-color: rgb(251 113 133 / 0);
}

.ring-offset-rose-400\/10 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.1);
}

.ring-offset-rose-400\/100 {
  --tw-ring-offset-color: rgb(251 113 133 / 1);
}

.ring-offset-rose-400\/15 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.15);
}

.ring-offset-rose-400\/20 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.2);
}

.ring-offset-rose-400\/25 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.25);
}

.ring-offset-rose-400\/30 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.3);
}

.ring-offset-rose-400\/35 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.35);
}

.ring-offset-rose-400\/40 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.4);
}

.ring-offset-rose-400\/45 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.45);
}

.ring-offset-rose-400\/5 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.05);
}

.ring-offset-rose-400\/50 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.5);
}

.ring-offset-rose-400\/55 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.55);
}

.ring-offset-rose-400\/60 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.6);
}

.ring-offset-rose-400\/65 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.65);
}

.ring-offset-rose-400\/70 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.7);
}

.ring-offset-rose-400\/75 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.75);
}

.ring-offset-rose-400\/80 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.8);
}

.ring-offset-rose-400\/85 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.85);
}

.ring-offset-rose-400\/90 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.9);
}

.ring-offset-rose-400\/95 {
  --tw-ring-offset-color: rgb(251 113 133 / 0.95);
}

.ring-offset-rose-50 {
  --tw-ring-offset-color: #fff1f2;
}

.ring-offset-rose-50\/0 {
  --tw-ring-offset-color: rgb(255 241 242 / 0);
}

.ring-offset-rose-50\/10 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.1);
}

.ring-offset-rose-50\/100 {
  --tw-ring-offset-color: rgb(255 241 242 / 1);
}

.ring-offset-rose-50\/15 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.15);
}

.ring-offset-rose-50\/20 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.2);
}

.ring-offset-rose-50\/25 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.25);
}

.ring-offset-rose-50\/30 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.3);
}

.ring-offset-rose-50\/35 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.35);
}

.ring-offset-rose-50\/40 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.4);
}

.ring-offset-rose-50\/45 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.45);
}

.ring-offset-rose-50\/5 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.05);
}

.ring-offset-rose-50\/50 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.5);
}

.ring-offset-rose-50\/55 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.55);
}

.ring-offset-rose-50\/60 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.6);
}

.ring-offset-rose-50\/65 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.65);
}

.ring-offset-rose-50\/70 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.7);
}

.ring-offset-rose-50\/75 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.75);
}

.ring-offset-rose-50\/80 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.8);
}

.ring-offset-rose-50\/85 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.85);
}

.ring-offset-rose-50\/90 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.9);
}

.ring-offset-rose-50\/95 {
  --tw-ring-offset-color: rgb(255 241 242 / 0.95);
}

.ring-offset-rose-500 {
  --tw-ring-offset-color: #f43f5e;
}

.ring-offset-rose-500\/0 {
  --tw-ring-offset-color: rgb(244 63 94 / 0);
}

.ring-offset-rose-500\/10 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.1);
}

.ring-offset-rose-500\/100 {
  --tw-ring-offset-color: rgb(244 63 94 / 1);
}

.ring-offset-rose-500\/15 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.15);
}

.ring-offset-rose-500\/20 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.2);
}

.ring-offset-rose-500\/25 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.25);
}

.ring-offset-rose-500\/30 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.3);
}

.ring-offset-rose-500\/35 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.35);
}

.ring-offset-rose-500\/40 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.4);
}

.ring-offset-rose-500\/45 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.45);
}

.ring-offset-rose-500\/5 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.05);
}

.ring-offset-rose-500\/50 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.5);
}

.ring-offset-rose-500\/55 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.55);
}

.ring-offset-rose-500\/60 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.6);
}

.ring-offset-rose-500\/65 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.65);
}

.ring-offset-rose-500\/70 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.7);
}

.ring-offset-rose-500\/75 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.75);
}

.ring-offset-rose-500\/80 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.8);
}

.ring-offset-rose-500\/85 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.85);
}

.ring-offset-rose-500\/90 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.9);
}

.ring-offset-rose-500\/95 {
  --tw-ring-offset-color: rgb(244 63 94 / 0.95);
}

.ring-offset-rose-600 {
  --tw-ring-offset-color: #e11d48;
}

.ring-offset-rose-600\/0 {
  --tw-ring-offset-color: rgb(225 29 72 / 0);
}

.ring-offset-rose-600\/10 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.1);
}

.ring-offset-rose-600\/100 {
  --tw-ring-offset-color: rgb(225 29 72 / 1);
}

.ring-offset-rose-600\/15 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.15);
}

.ring-offset-rose-600\/20 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.2);
}

.ring-offset-rose-600\/25 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.25);
}

.ring-offset-rose-600\/30 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.3);
}

.ring-offset-rose-600\/35 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.35);
}

.ring-offset-rose-600\/40 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.4);
}

.ring-offset-rose-600\/45 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.45);
}

.ring-offset-rose-600\/5 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.05);
}

.ring-offset-rose-600\/50 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.5);
}

.ring-offset-rose-600\/55 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.55);
}

.ring-offset-rose-600\/60 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.6);
}

.ring-offset-rose-600\/65 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.65);
}

.ring-offset-rose-600\/70 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.7);
}

.ring-offset-rose-600\/75 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.75);
}

.ring-offset-rose-600\/80 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.8);
}

.ring-offset-rose-600\/85 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.85);
}

.ring-offset-rose-600\/90 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.9);
}

.ring-offset-rose-600\/95 {
  --tw-ring-offset-color: rgb(225 29 72 / 0.95);
}

.ring-offset-rose-700 {
  --tw-ring-offset-color: #be123c;
}

.ring-offset-rose-700\/0 {
  --tw-ring-offset-color: rgb(190 18 60 / 0);
}

.ring-offset-rose-700\/10 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.1);
}

.ring-offset-rose-700\/100 {
  --tw-ring-offset-color: rgb(190 18 60 / 1);
}

.ring-offset-rose-700\/15 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.15);
}

.ring-offset-rose-700\/20 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.2);
}

.ring-offset-rose-700\/25 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.25);
}

.ring-offset-rose-700\/30 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.3);
}

.ring-offset-rose-700\/35 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.35);
}

.ring-offset-rose-700\/40 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.4);
}

.ring-offset-rose-700\/45 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.45);
}

.ring-offset-rose-700\/5 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.05);
}

.ring-offset-rose-700\/50 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.5);
}

.ring-offset-rose-700\/55 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.55);
}

.ring-offset-rose-700\/60 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.6);
}

.ring-offset-rose-700\/65 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.65);
}

.ring-offset-rose-700\/70 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.7);
}

.ring-offset-rose-700\/75 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.75);
}

.ring-offset-rose-700\/80 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.8);
}

.ring-offset-rose-700\/85 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.85);
}

.ring-offset-rose-700\/90 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.9);
}

.ring-offset-rose-700\/95 {
  --tw-ring-offset-color: rgb(190 18 60 / 0.95);
}

.ring-offset-rose-800 {
  --tw-ring-offset-color: #9f1239;
}

.ring-offset-rose-800\/0 {
  --tw-ring-offset-color: rgb(159 18 57 / 0);
}

.ring-offset-rose-800\/10 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.1);
}

.ring-offset-rose-800\/100 {
  --tw-ring-offset-color: rgb(159 18 57 / 1);
}

.ring-offset-rose-800\/15 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.15);
}

.ring-offset-rose-800\/20 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.2);
}

.ring-offset-rose-800\/25 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.25);
}

.ring-offset-rose-800\/30 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.3);
}

.ring-offset-rose-800\/35 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.35);
}

.ring-offset-rose-800\/40 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.4);
}

.ring-offset-rose-800\/45 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.45);
}

.ring-offset-rose-800\/5 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.05);
}

.ring-offset-rose-800\/50 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.5);
}

.ring-offset-rose-800\/55 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.55);
}

.ring-offset-rose-800\/60 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.6);
}

.ring-offset-rose-800\/65 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.65);
}

.ring-offset-rose-800\/70 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.7);
}

.ring-offset-rose-800\/75 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.75);
}

.ring-offset-rose-800\/80 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.8);
}

.ring-offset-rose-800\/85 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.85);
}

.ring-offset-rose-800\/90 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.9);
}

.ring-offset-rose-800\/95 {
  --tw-ring-offset-color: rgb(159 18 57 / 0.95);
}

.ring-offset-rose-900 {
  --tw-ring-offset-color: #881337;
}

.ring-offset-rose-900\/0 {
  --tw-ring-offset-color: rgb(136 19 55 / 0);
}

.ring-offset-rose-900\/10 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.1);
}

.ring-offset-rose-900\/100 {
  --tw-ring-offset-color: rgb(136 19 55 / 1);
}

.ring-offset-rose-900\/15 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.15);
}

.ring-offset-rose-900\/20 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.2);
}

.ring-offset-rose-900\/25 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.25);
}

.ring-offset-rose-900\/30 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.3);
}

.ring-offset-rose-900\/35 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.35);
}

.ring-offset-rose-900\/40 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.4);
}

.ring-offset-rose-900\/45 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.45);
}

.ring-offset-rose-900\/5 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.05);
}

.ring-offset-rose-900\/50 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.5);
}

.ring-offset-rose-900\/55 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.55);
}

.ring-offset-rose-900\/60 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.6);
}

.ring-offset-rose-900\/65 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.65);
}

.ring-offset-rose-900\/70 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.7);
}

.ring-offset-rose-900\/75 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.75);
}

.ring-offset-rose-900\/80 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.8);
}

.ring-offset-rose-900\/85 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.85);
}

.ring-offset-rose-900\/90 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.9);
}

.ring-offset-rose-900\/95 {
  --tw-ring-offset-color: rgb(136 19 55 / 0.95);
}

.ring-offset-rose-950 {
  --tw-ring-offset-color: #4c0519;
}

.ring-offset-rose-950\/0 {
  --tw-ring-offset-color: rgb(76 5 25 / 0);
}

.ring-offset-rose-950\/10 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.1);
}

.ring-offset-rose-950\/100 {
  --tw-ring-offset-color: rgb(76 5 25 / 1);
}

.ring-offset-rose-950\/15 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.15);
}

.ring-offset-rose-950\/20 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.2);
}

.ring-offset-rose-950\/25 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.25);
}

.ring-offset-rose-950\/30 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.3);
}

.ring-offset-rose-950\/35 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.35);
}

.ring-offset-rose-950\/40 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.4);
}

.ring-offset-rose-950\/45 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.45);
}

.ring-offset-rose-950\/5 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.05);
}

.ring-offset-rose-950\/50 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.5);
}

.ring-offset-rose-950\/55 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.55);
}

.ring-offset-rose-950\/60 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.6);
}

.ring-offset-rose-950\/65 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.65);
}

.ring-offset-rose-950\/70 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.7);
}

.ring-offset-rose-950\/75 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.75);
}

.ring-offset-rose-950\/80 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.8);
}

.ring-offset-rose-950\/85 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.85);
}

.ring-offset-rose-950\/90 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.9);
}

.ring-offset-rose-950\/95 {
  --tw-ring-offset-color: rgb(76 5 25 / 0.95);
}

.ring-offset-sky-100 {
  --tw-ring-offset-color: #e0f2fe;
}

.ring-offset-sky-100\/0 {
  --tw-ring-offset-color: rgb(224 242 254 / 0);
}

.ring-offset-sky-100\/10 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.1);
}

.ring-offset-sky-100\/100 {
  --tw-ring-offset-color: rgb(224 242 254 / 1);
}

.ring-offset-sky-100\/15 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.15);
}

.ring-offset-sky-100\/20 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.2);
}

.ring-offset-sky-100\/25 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.25);
}

.ring-offset-sky-100\/30 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.3);
}

.ring-offset-sky-100\/35 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.35);
}

.ring-offset-sky-100\/40 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.4);
}

.ring-offset-sky-100\/45 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.45);
}

.ring-offset-sky-100\/5 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.05);
}

.ring-offset-sky-100\/50 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.5);
}

.ring-offset-sky-100\/55 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.55);
}

.ring-offset-sky-100\/60 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.6);
}

.ring-offset-sky-100\/65 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.65);
}

.ring-offset-sky-100\/70 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.7);
}

.ring-offset-sky-100\/75 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.75);
}

.ring-offset-sky-100\/80 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.8);
}

.ring-offset-sky-100\/85 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.85);
}

.ring-offset-sky-100\/90 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.9);
}

.ring-offset-sky-100\/95 {
  --tw-ring-offset-color: rgb(224 242 254 / 0.95);
}

.ring-offset-sky-200 {
  --tw-ring-offset-color: #bae6fd;
}

.ring-offset-sky-200\/0 {
  --tw-ring-offset-color: rgb(186 230 253 / 0);
}

.ring-offset-sky-200\/10 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.1);
}

.ring-offset-sky-200\/100 {
  --tw-ring-offset-color: rgb(186 230 253 / 1);
}

.ring-offset-sky-200\/15 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.15);
}

.ring-offset-sky-200\/20 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.2);
}

.ring-offset-sky-200\/25 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.25);
}

.ring-offset-sky-200\/30 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.3);
}

.ring-offset-sky-200\/35 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.35);
}

.ring-offset-sky-200\/40 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.4);
}

.ring-offset-sky-200\/45 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.45);
}

.ring-offset-sky-200\/5 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.05);
}

.ring-offset-sky-200\/50 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.5);
}

.ring-offset-sky-200\/55 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.55);
}

.ring-offset-sky-200\/60 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.6);
}

.ring-offset-sky-200\/65 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.65);
}

.ring-offset-sky-200\/70 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.7);
}

.ring-offset-sky-200\/75 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.75);
}

.ring-offset-sky-200\/80 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.8);
}

.ring-offset-sky-200\/85 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.85);
}

.ring-offset-sky-200\/90 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.9);
}

.ring-offset-sky-200\/95 {
  --tw-ring-offset-color: rgb(186 230 253 / 0.95);
}

.ring-offset-sky-300 {
  --tw-ring-offset-color: #7dd3fc;
}

.ring-offset-sky-300\/0 {
  --tw-ring-offset-color: rgb(125 211 252 / 0);
}

.ring-offset-sky-300\/10 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.1);
}

.ring-offset-sky-300\/100 {
  --tw-ring-offset-color: rgb(125 211 252 / 1);
}

.ring-offset-sky-300\/15 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.15);
}

.ring-offset-sky-300\/20 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.2);
}

.ring-offset-sky-300\/25 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.25);
}

.ring-offset-sky-300\/30 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.3);
}

.ring-offset-sky-300\/35 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.35);
}

.ring-offset-sky-300\/40 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.4);
}

.ring-offset-sky-300\/45 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.45);
}

.ring-offset-sky-300\/5 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.05);
}

.ring-offset-sky-300\/50 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.5);
}

.ring-offset-sky-300\/55 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.55);
}

.ring-offset-sky-300\/60 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.6);
}

.ring-offset-sky-300\/65 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.65);
}

.ring-offset-sky-300\/70 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.7);
}

.ring-offset-sky-300\/75 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.75);
}

.ring-offset-sky-300\/80 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.8);
}

.ring-offset-sky-300\/85 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.85);
}

.ring-offset-sky-300\/90 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.9);
}

.ring-offset-sky-300\/95 {
  --tw-ring-offset-color: rgb(125 211 252 / 0.95);
}

.ring-offset-sky-400 {
  --tw-ring-offset-color: #38bdf8;
}

.ring-offset-sky-400\/0 {
  --tw-ring-offset-color: rgb(56 189 248 / 0);
}

.ring-offset-sky-400\/10 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.1);
}

.ring-offset-sky-400\/100 {
  --tw-ring-offset-color: rgb(56 189 248 / 1);
}

.ring-offset-sky-400\/15 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.15);
}

.ring-offset-sky-400\/20 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.2);
}

.ring-offset-sky-400\/25 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.25);
}

.ring-offset-sky-400\/30 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.3);
}

.ring-offset-sky-400\/35 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.35);
}

.ring-offset-sky-400\/40 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.4);
}

.ring-offset-sky-400\/45 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.45);
}

.ring-offset-sky-400\/5 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.05);
}

.ring-offset-sky-400\/50 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.5);
}

.ring-offset-sky-400\/55 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.55);
}

.ring-offset-sky-400\/60 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.6);
}

.ring-offset-sky-400\/65 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.65);
}

.ring-offset-sky-400\/70 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.7);
}

.ring-offset-sky-400\/75 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.75);
}

.ring-offset-sky-400\/80 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.8);
}

.ring-offset-sky-400\/85 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.85);
}

.ring-offset-sky-400\/90 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.9);
}

.ring-offset-sky-400\/95 {
  --tw-ring-offset-color: rgb(56 189 248 / 0.95);
}

.ring-offset-sky-50 {
  --tw-ring-offset-color: #f0f9ff;
}

.ring-offset-sky-50\/0 {
  --tw-ring-offset-color: rgb(240 249 255 / 0);
}

.ring-offset-sky-50\/10 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.1);
}

.ring-offset-sky-50\/100 {
  --tw-ring-offset-color: rgb(240 249 255 / 1);
}

.ring-offset-sky-50\/15 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.15);
}

.ring-offset-sky-50\/20 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.2);
}

.ring-offset-sky-50\/25 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.25);
}

.ring-offset-sky-50\/30 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.3);
}

.ring-offset-sky-50\/35 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.35);
}

.ring-offset-sky-50\/40 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.4);
}

.ring-offset-sky-50\/45 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.45);
}

.ring-offset-sky-50\/5 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.05);
}

.ring-offset-sky-50\/50 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.5);
}

.ring-offset-sky-50\/55 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.55);
}

.ring-offset-sky-50\/60 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.6);
}

.ring-offset-sky-50\/65 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.65);
}

.ring-offset-sky-50\/70 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.7);
}

.ring-offset-sky-50\/75 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.75);
}

.ring-offset-sky-50\/80 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.8);
}

.ring-offset-sky-50\/85 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.85);
}

.ring-offset-sky-50\/90 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.9);
}

.ring-offset-sky-50\/95 {
  --tw-ring-offset-color: rgb(240 249 255 / 0.95);
}

.ring-offset-sky-500 {
  --tw-ring-offset-color: #0ea5e9;
}

.ring-offset-sky-500\/0 {
  --tw-ring-offset-color: rgb(14 165 233 / 0);
}

.ring-offset-sky-500\/10 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.1);
}

.ring-offset-sky-500\/100 {
  --tw-ring-offset-color: rgb(14 165 233 / 1);
}

.ring-offset-sky-500\/15 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.15);
}

.ring-offset-sky-500\/20 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.2);
}

.ring-offset-sky-500\/25 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.25);
}

.ring-offset-sky-500\/30 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.3);
}

.ring-offset-sky-500\/35 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.35);
}

.ring-offset-sky-500\/40 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.4);
}

.ring-offset-sky-500\/45 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.45);
}

.ring-offset-sky-500\/5 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.05);
}

.ring-offset-sky-500\/50 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.5);
}

.ring-offset-sky-500\/55 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.55);
}

.ring-offset-sky-500\/60 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.6);
}

.ring-offset-sky-500\/65 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.65);
}

.ring-offset-sky-500\/70 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.7);
}

.ring-offset-sky-500\/75 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.75);
}

.ring-offset-sky-500\/80 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.8);
}

.ring-offset-sky-500\/85 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.85);
}

.ring-offset-sky-500\/90 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.9);
}

.ring-offset-sky-500\/95 {
  --tw-ring-offset-color: rgb(14 165 233 / 0.95);
}

.ring-offset-sky-600 {
  --tw-ring-offset-color: #0284c7;
}

.ring-offset-sky-600\/0 {
  --tw-ring-offset-color: rgb(2 132 199 / 0);
}

.ring-offset-sky-600\/10 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.1);
}

.ring-offset-sky-600\/100 {
  --tw-ring-offset-color: rgb(2 132 199 / 1);
}

.ring-offset-sky-600\/15 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.15);
}

.ring-offset-sky-600\/20 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.2);
}

.ring-offset-sky-600\/25 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.25);
}

.ring-offset-sky-600\/30 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.3);
}

.ring-offset-sky-600\/35 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.35);
}

.ring-offset-sky-600\/40 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.4);
}

.ring-offset-sky-600\/45 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.45);
}

.ring-offset-sky-600\/5 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.05);
}

.ring-offset-sky-600\/50 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.5);
}

.ring-offset-sky-600\/55 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.55);
}

.ring-offset-sky-600\/60 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.6);
}

.ring-offset-sky-600\/65 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.65);
}

.ring-offset-sky-600\/70 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.7);
}

.ring-offset-sky-600\/75 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.75);
}

.ring-offset-sky-600\/80 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.8);
}

.ring-offset-sky-600\/85 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.85);
}

.ring-offset-sky-600\/90 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.9);
}

.ring-offset-sky-600\/95 {
  --tw-ring-offset-color: rgb(2 132 199 / 0.95);
}

.ring-offset-sky-700 {
  --tw-ring-offset-color: #0369a1;
}

.ring-offset-sky-700\/0 {
  --tw-ring-offset-color: rgb(3 105 161 / 0);
}

.ring-offset-sky-700\/10 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.1);
}

.ring-offset-sky-700\/100 {
  --tw-ring-offset-color: rgb(3 105 161 / 1);
}

.ring-offset-sky-700\/15 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.15);
}

.ring-offset-sky-700\/20 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.2);
}

.ring-offset-sky-700\/25 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.25);
}

.ring-offset-sky-700\/30 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.3);
}

.ring-offset-sky-700\/35 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.35);
}

.ring-offset-sky-700\/40 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.4);
}

.ring-offset-sky-700\/45 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.45);
}

.ring-offset-sky-700\/5 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.05);
}

.ring-offset-sky-700\/50 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.5);
}

.ring-offset-sky-700\/55 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.55);
}

.ring-offset-sky-700\/60 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.6);
}

.ring-offset-sky-700\/65 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.65);
}

.ring-offset-sky-700\/70 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.7);
}

.ring-offset-sky-700\/75 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.75);
}

.ring-offset-sky-700\/80 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.8);
}

.ring-offset-sky-700\/85 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.85);
}

.ring-offset-sky-700\/90 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.9);
}

.ring-offset-sky-700\/95 {
  --tw-ring-offset-color: rgb(3 105 161 / 0.95);
}

.ring-offset-sky-800 {
  --tw-ring-offset-color: #075985;
}

.ring-offset-sky-800\/0 {
  --tw-ring-offset-color: rgb(7 89 133 / 0);
}

.ring-offset-sky-800\/10 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.1);
}

.ring-offset-sky-800\/100 {
  --tw-ring-offset-color: rgb(7 89 133 / 1);
}

.ring-offset-sky-800\/15 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.15);
}

.ring-offset-sky-800\/20 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.2);
}

.ring-offset-sky-800\/25 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.25);
}

.ring-offset-sky-800\/30 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.3);
}

.ring-offset-sky-800\/35 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.35);
}

.ring-offset-sky-800\/40 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.4);
}

.ring-offset-sky-800\/45 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.45);
}

.ring-offset-sky-800\/5 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.05);
}

.ring-offset-sky-800\/50 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.5);
}

.ring-offset-sky-800\/55 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.55);
}

.ring-offset-sky-800\/60 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.6);
}

.ring-offset-sky-800\/65 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.65);
}

.ring-offset-sky-800\/70 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.7);
}

.ring-offset-sky-800\/75 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.75);
}

.ring-offset-sky-800\/80 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.8);
}

.ring-offset-sky-800\/85 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.85);
}

.ring-offset-sky-800\/90 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.9);
}

.ring-offset-sky-800\/95 {
  --tw-ring-offset-color: rgb(7 89 133 / 0.95);
}

.ring-offset-sky-900 {
  --tw-ring-offset-color: #0c4a6e;
}

.ring-offset-sky-900\/0 {
  --tw-ring-offset-color: rgb(12 74 110 / 0);
}

.ring-offset-sky-900\/10 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.1);
}

.ring-offset-sky-900\/100 {
  --tw-ring-offset-color: rgb(12 74 110 / 1);
}

.ring-offset-sky-900\/15 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.15);
}

.ring-offset-sky-900\/20 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.2);
}

.ring-offset-sky-900\/25 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.25);
}

.ring-offset-sky-900\/30 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.3);
}

.ring-offset-sky-900\/35 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.35);
}

.ring-offset-sky-900\/40 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.4);
}

.ring-offset-sky-900\/45 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.45);
}

.ring-offset-sky-900\/5 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.05);
}

.ring-offset-sky-900\/50 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.5);
}

.ring-offset-sky-900\/55 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.55);
}

.ring-offset-sky-900\/60 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.6);
}

.ring-offset-sky-900\/65 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.65);
}

.ring-offset-sky-900\/70 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.7);
}

.ring-offset-sky-900\/75 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.75);
}

.ring-offset-sky-900\/80 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.8);
}

.ring-offset-sky-900\/85 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.85);
}

.ring-offset-sky-900\/90 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.9);
}

.ring-offset-sky-900\/95 {
  --tw-ring-offset-color: rgb(12 74 110 / 0.95);
}

.ring-offset-sky-950 {
  --tw-ring-offset-color: #082f49;
}

.ring-offset-sky-950\/0 {
  --tw-ring-offset-color: rgb(8 47 73 / 0);
}

.ring-offset-sky-950\/10 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.1);
}

.ring-offset-sky-950\/100 {
  --tw-ring-offset-color: rgb(8 47 73 / 1);
}

.ring-offset-sky-950\/15 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.15);
}

.ring-offset-sky-950\/20 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.2);
}

.ring-offset-sky-950\/25 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.25);
}

.ring-offset-sky-950\/30 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.3);
}

.ring-offset-sky-950\/35 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.35);
}

.ring-offset-sky-950\/40 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.4);
}

.ring-offset-sky-950\/45 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.45);
}

.ring-offset-sky-950\/5 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.05);
}

.ring-offset-sky-950\/50 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.5);
}

.ring-offset-sky-950\/55 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.55);
}

.ring-offset-sky-950\/60 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.6);
}

.ring-offset-sky-950\/65 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.65);
}

.ring-offset-sky-950\/70 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.7);
}

.ring-offset-sky-950\/75 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.75);
}

.ring-offset-sky-950\/80 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.8);
}

.ring-offset-sky-950\/85 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.85);
}

.ring-offset-sky-950\/90 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.9);
}

.ring-offset-sky-950\/95 {
  --tw-ring-offset-color: rgb(8 47 73 / 0.95);
}

.ring-offset-slate-100 {
  --tw-ring-offset-color: #f1f5f9;
}

.ring-offset-slate-100\/0 {
  --tw-ring-offset-color: rgb(241 245 249 / 0);
}

.ring-offset-slate-100\/10 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.1);
}

.ring-offset-slate-100\/100 {
  --tw-ring-offset-color: rgb(241 245 249 / 1);
}

.ring-offset-slate-100\/15 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.15);
}

.ring-offset-slate-100\/20 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.2);
}

.ring-offset-slate-100\/25 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.25);
}

.ring-offset-slate-100\/30 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.3);
}

.ring-offset-slate-100\/35 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.35);
}

.ring-offset-slate-100\/40 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.4);
}

.ring-offset-slate-100\/45 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.45);
}

.ring-offset-slate-100\/5 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.05);
}

.ring-offset-slate-100\/50 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.5);
}

.ring-offset-slate-100\/55 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.55);
}

.ring-offset-slate-100\/60 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.6);
}

.ring-offset-slate-100\/65 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.65);
}

.ring-offset-slate-100\/70 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.7);
}

.ring-offset-slate-100\/75 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.75);
}

.ring-offset-slate-100\/80 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.8);
}

.ring-offset-slate-100\/85 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.85);
}

.ring-offset-slate-100\/90 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.9);
}

.ring-offset-slate-100\/95 {
  --tw-ring-offset-color: rgb(241 245 249 / 0.95);
}

.ring-offset-slate-200 {
  --tw-ring-offset-color: #e2e8f0;
}

.ring-offset-slate-200\/0 {
  --tw-ring-offset-color: rgb(226 232 240 / 0);
}

.ring-offset-slate-200\/10 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.1);
}

.ring-offset-slate-200\/100 {
  --tw-ring-offset-color: rgb(226 232 240 / 1);
}

.ring-offset-slate-200\/15 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.15);
}

.ring-offset-slate-200\/20 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.2);
}

.ring-offset-slate-200\/25 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.25);
}

.ring-offset-slate-200\/30 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.3);
}

.ring-offset-slate-200\/35 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.35);
}

.ring-offset-slate-200\/40 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.4);
}

.ring-offset-slate-200\/45 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.45);
}

.ring-offset-slate-200\/5 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.05);
}

.ring-offset-slate-200\/50 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.5);
}

.ring-offset-slate-200\/55 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.55);
}

.ring-offset-slate-200\/60 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.6);
}

.ring-offset-slate-200\/65 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.65);
}

.ring-offset-slate-200\/70 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.7);
}

.ring-offset-slate-200\/75 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.75);
}

.ring-offset-slate-200\/80 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.8);
}

.ring-offset-slate-200\/85 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.85);
}

.ring-offset-slate-200\/90 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.9);
}

.ring-offset-slate-200\/95 {
  --tw-ring-offset-color: rgb(226 232 240 / 0.95);
}

.ring-offset-slate-300 {
  --tw-ring-offset-color: #cbd5e1;
}

.ring-offset-slate-300\/0 {
  --tw-ring-offset-color: rgb(203 213 225 / 0);
}

.ring-offset-slate-300\/10 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.1);
}

.ring-offset-slate-300\/100 {
  --tw-ring-offset-color: rgb(203 213 225 / 1);
}

.ring-offset-slate-300\/15 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.15);
}

.ring-offset-slate-300\/20 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.2);
}

.ring-offset-slate-300\/25 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.25);
}

.ring-offset-slate-300\/30 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.3);
}

.ring-offset-slate-300\/35 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.35);
}

.ring-offset-slate-300\/40 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.4);
}

.ring-offset-slate-300\/45 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.45);
}

.ring-offset-slate-300\/5 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.05);
}

.ring-offset-slate-300\/50 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.5);
}

.ring-offset-slate-300\/55 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.55);
}

.ring-offset-slate-300\/60 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.6);
}

.ring-offset-slate-300\/65 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.65);
}

.ring-offset-slate-300\/70 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.7);
}

.ring-offset-slate-300\/75 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.75);
}

.ring-offset-slate-300\/80 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.8);
}

.ring-offset-slate-300\/85 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.85);
}

.ring-offset-slate-300\/90 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.9);
}

.ring-offset-slate-300\/95 {
  --tw-ring-offset-color: rgb(203 213 225 / 0.95);
}

.ring-offset-slate-400 {
  --tw-ring-offset-color: #94a3b8;
}

.ring-offset-slate-400\/0 {
  --tw-ring-offset-color: rgb(148 163 184 / 0);
}

.ring-offset-slate-400\/10 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.1);
}

.ring-offset-slate-400\/100 {
  --tw-ring-offset-color: rgb(148 163 184 / 1);
}

.ring-offset-slate-400\/15 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.15);
}

.ring-offset-slate-400\/20 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.2);
}

.ring-offset-slate-400\/25 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.25);
}

.ring-offset-slate-400\/30 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.3);
}

.ring-offset-slate-400\/35 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.35);
}

.ring-offset-slate-400\/40 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.4);
}

.ring-offset-slate-400\/45 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.45);
}

.ring-offset-slate-400\/5 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.05);
}

.ring-offset-slate-400\/50 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.5);
}

.ring-offset-slate-400\/55 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.55);
}

.ring-offset-slate-400\/60 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.6);
}

.ring-offset-slate-400\/65 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.65);
}

.ring-offset-slate-400\/70 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.7);
}

.ring-offset-slate-400\/75 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.75);
}

.ring-offset-slate-400\/80 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.8);
}

.ring-offset-slate-400\/85 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.85);
}

.ring-offset-slate-400\/90 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.9);
}

.ring-offset-slate-400\/95 {
  --tw-ring-offset-color: rgb(148 163 184 / 0.95);
}

.ring-offset-slate-50 {
  --tw-ring-offset-color: #f8fafc;
}

.ring-offset-slate-50\/0 {
  --tw-ring-offset-color: rgb(248 250 252 / 0);
}

.ring-offset-slate-50\/10 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.1);
}

.ring-offset-slate-50\/100 {
  --tw-ring-offset-color: rgb(248 250 252 / 1);
}

.ring-offset-slate-50\/15 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.15);
}

.ring-offset-slate-50\/20 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.2);
}

.ring-offset-slate-50\/25 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.25);
}

.ring-offset-slate-50\/30 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.3);
}

.ring-offset-slate-50\/35 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.35);
}

.ring-offset-slate-50\/40 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.4);
}

.ring-offset-slate-50\/45 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.45);
}

.ring-offset-slate-50\/5 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.05);
}

.ring-offset-slate-50\/50 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.5);
}

.ring-offset-slate-50\/55 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.55);
}

.ring-offset-slate-50\/60 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.6);
}

.ring-offset-slate-50\/65 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.65);
}

.ring-offset-slate-50\/70 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.7);
}

.ring-offset-slate-50\/75 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.75);
}

.ring-offset-slate-50\/80 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.8);
}

.ring-offset-slate-50\/85 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.85);
}

.ring-offset-slate-50\/90 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.9);
}

.ring-offset-slate-50\/95 {
  --tw-ring-offset-color: rgb(248 250 252 / 0.95);
}

.ring-offset-slate-500 {
  --tw-ring-offset-color: #64748b;
}

.ring-offset-slate-500\/0 {
  --tw-ring-offset-color: rgb(100 116 139 / 0);
}

.ring-offset-slate-500\/10 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.1);
}

.ring-offset-slate-500\/100 {
  --tw-ring-offset-color: rgb(100 116 139 / 1);
}

.ring-offset-slate-500\/15 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.15);
}

.ring-offset-slate-500\/20 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.2);
}

.ring-offset-slate-500\/25 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.25);
}

.ring-offset-slate-500\/30 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.3);
}

.ring-offset-slate-500\/35 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.35);
}

.ring-offset-slate-500\/40 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.4);
}

.ring-offset-slate-500\/45 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.45);
}

.ring-offset-slate-500\/5 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.05);
}

.ring-offset-slate-500\/50 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.5);
}

.ring-offset-slate-500\/55 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.55);
}

.ring-offset-slate-500\/60 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.6);
}

.ring-offset-slate-500\/65 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.65);
}

.ring-offset-slate-500\/70 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.7);
}

.ring-offset-slate-500\/75 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.75);
}

.ring-offset-slate-500\/80 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.8);
}

.ring-offset-slate-500\/85 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.85);
}

.ring-offset-slate-500\/90 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.9);
}

.ring-offset-slate-500\/95 {
  --tw-ring-offset-color: rgb(100 116 139 / 0.95);
}

.ring-offset-slate-600 {
  --tw-ring-offset-color: #475569;
}

.ring-offset-slate-600\/0 {
  --tw-ring-offset-color: rgb(71 85 105 / 0);
}

.ring-offset-slate-600\/10 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.1);
}

.ring-offset-slate-600\/100 {
  --tw-ring-offset-color: rgb(71 85 105 / 1);
}

.ring-offset-slate-600\/15 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.15);
}

.ring-offset-slate-600\/20 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.2);
}

.ring-offset-slate-600\/25 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.25);
}

.ring-offset-slate-600\/30 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.3);
}

.ring-offset-slate-600\/35 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.35);
}

.ring-offset-slate-600\/40 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.4);
}

.ring-offset-slate-600\/45 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.45);
}

.ring-offset-slate-600\/5 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.05);
}

.ring-offset-slate-600\/50 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.5);
}

.ring-offset-slate-600\/55 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.55);
}

.ring-offset-slate-600\/60 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.6);
}

.ring-offset-slate-600\/65 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.65);
}

.ring-offset-slate-600\/70 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.7);
}

.ring-offset-slate-600\/75 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.75);
}

.ring-offset-slate-600\/80 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.8);
}

.ring-offset-slate-600\/85 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.85);
}

.ring-offset-slate-600\/90 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.9);
}

.ring-offset-slate-600\/95 {
  --tw-ring-offset-color: rgb(71 85 105 / 0.95);
}

.ring-offset-slate-700 {
  --tw-ring-offset-color: #334155;
}

.ring-offset-slate-700\/0 {
  --tw-ring-offset-color: rgb(51 65 85 / 0);
}

.ring-offset-slate-700\/10 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.1);
}

.ring-offset-slate-700\/100 {
  --tw-ring-offset-color: rgb(51 65 85 / 1);
}

.ring-offset-slate-700\/15 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.15);
}

.ring-offset-slate-700\/20 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.2);
}

.ring-offset-slate-700\/25 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.25);
}

.ring-offset-slate-700\/30 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.3);
}

.ring-offset-slate-700\/35 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.35);
}

.ring-offset-slate-700\/40 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.4);
}

.ring-offset-slate-700\/45 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.45);
}

.ring-offset-slate-700\/5 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.05);
}

.ring-offset-slate-700\/50 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.5);
}

.ring-offset-slate-700\/55 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.55);
}

.ring-offset-slate-700\/60 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.6);
}

.ring-offset-slate-700\/65 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.65);
}

.ring-offset-slate-700\/70 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.7);
}

.ring-offset-slate-700\/75 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.75);
}

.ring-offset-slate-700\/80 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.8);
}

.ring-offset-slate-700\/85 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.85);
}

.ring-offset-slate-700\/90 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.9);
}

.ring-offset-slate-700\/95 {
  --tw-ring-offset-color: rgb(51 65 85 / 0.95);
}

.ring-offset-slate-800 {
  --tw-ring-offset-color: #1e293b;
}

.ring-offset-slate-800\/0 {
  --tw-ring-offset-color: rgb(30 41 59 / 0);
}

.ring-offset-slate-800\/10 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.1);
}

.ring-offset-slate-800\/100 {
  --tw-ring-offset-color: rgb(30 41 59 / 1);
}

.ring-offset-slate-800\/15 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.15);
}

.ring-offset-slate-800\/20 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.2);
}

.ring-offset-slate-800\/25 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.25);
}

.ring-offset-slate-800\/30 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.3);
}

.ring-offset-slate-800\/35 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.35);
}

.ring-offset-slate-800\/40 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.4);
}

.ring-offset-slate-800\/45 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.45);
}

.ring-offset-slate-800\/5 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.05);
}

.ring-offset-slate-800\/50 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.5);
}

.ring-offset-slate-800\/55 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.55);
}

.ring-offset-slate-800\/60 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.6);
}

.ring-offset-slate-800\/65 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.65);
}

.ring-offset-slate-800\/70 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.7);
}

.ring-offset-slate-800\/75 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.75);
}

.ring-offset-slate-800\/80 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.8);
}

.ring-offset-slate-800\/85 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.85);
}

.ring-offset-slate-800\/90 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.9);
}

.ring-offset-slate-800\/95 {
  --tw-ring-offset-color: rgb(30 41 59 / 0.95);
}

.ring-offset-slate-900 {
  --tw-ring-offset-color: #0f172a;
}

.ring-offset-slate-900\/0 {
  --tw-ring-offset-color: rgb(15 23 42 / 0);
}

.ring-offset-slate-900\/10 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.1);
}

.ring-offset-slate-900\/100 {
  --tw-ring-offset-color: rgb(15 23 42 / 1);
}

.ring-offset-slate-900\/15 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.15);
}

.ring-offset-slate-900\/20 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.2);
}

.ring-offset-slate-900\/25 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.25);
}

.ring-offset-slate-900\/30 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.3);
}

.ring-offset-slate-900\/35 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.35);
}

.ring-offset-slate-900\/40 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.4);
}

.ring-offset-slate-900\/45 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.45);
}

.ring-offset-slate-900\/5 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.05);
}

.ring-offset-slate-900\/50 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.5);
}

.ring-offset-slate-900\/55 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.55);
}

.ring-offset-slate-900\/60 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.6);
}

.ring-offset-slate-900\/65 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.65);
}

.ring-offset-slate-900\/70 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.7);
}

.ring-offset-slate-900\/75 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.75);
}

.ring-offset-slate-900\/80 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.8);
}

.ring-offset-slate-900\/85 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.85);
}

.ring-offset-slate-900\/90 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.9);
}

.ring-offset-slate-900\/95 {
  --tw-ring-offset-color: rgb(15 23 42 / 0.95);
}

.ring-offset-slate-950 {
  --tw-ring-offset-color: #020617;
}

.ring-offset-slate-950\/0 {
  --tw-ring-offset-color: rgb(2 6 23 / 0);
}

.ring-offset-slate-950\/10 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.1);
}

.ring-offset-slate-950\/100 {
  --tw-ring-offset-color: rgb(2 6 23 / 1);
}

.ring-offset-slate-950\/15 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.15);
}

.ring-offset-slate-950\/20 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.2);
}

.ring-offset-slate-950\/25 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.25);
}

.ring-offset-slate-950\/30 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.3);
}

.ring-offset-slate-950\/35 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.35);
}

.ring-offset-slate-950\/40 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.4);
}

.ring-offset-slate-950\/45 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.45);
}

.ring-offset-slate-950\/5 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.05);
}

.ring-offset-slate-950\/50 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.5);
}

.ring-offset-slate-950\/55 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.55);
}

.ring-offset-slate-950\/60 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.6);
}

.ring-offset-slate-950\/65 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.65);
}

.ring-offset-slate-950\/70 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.7);
}

.ring-offset-slate-950\/75 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.75);
}

.ring-offset-slate-950\/80 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.8);
}

.ring-offset-slate-950\/85 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.85);
}

.ring-offset-slate-950\/90 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.9);
}

.ring-offset-slate-950\/95 {
  --tw-ring-offset-color: rgb(2 6 23 / 0.95);
}

.ring-offset-stone-100 {
  --tw-ring-offset-color: #f5f5f4;
}

.ring-offset-stone-100\/0 {
  --tw-ring-offset-color: rgb(245 245 244 / 0);
}

.ring-offset-stone-100\/10 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.1);
}

.ring-offset-stone-100\/100 {
  --tw-ring-offset-color: rgb(245 245 244 / 1);
}

.ring-offset-stone-100\/15 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.15);
}

.ring-offset-stone-100\/20 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.2);
}

.ring-offset-stone-100\/25 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.25);
}

.ring-offset-stone-100\/30 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.3);
}

.ring-offset-stone-100\/35 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.35);
}

.ring-offset-stone-100\/40 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.4);
}

.ring-offset-stone-100\/45 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.45);
}

.ring-offset-stone-100\/5 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.05);
}

.ring-offset-stone-100\/50 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.5);
}

.ring-offset-stone-100\/55 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.55);
}

.ring-offset-stone-100\/60 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.6);
}

.ring-offset-stone-100\/65 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.65);
}

.ring-offset-stone-100\/70 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.7);
}

.ring-offset-stone-100\/75 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.75);
}

.ring-offset-stone-100\/80 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.8);
}

.ring-offset-stone-100\/85 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.85);
}

.ring-offset-stone-100\/90 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.9);
}

.ring-offset-stone-100\/95 {
  --tw-ring-offset-color: rgb(245 245 244 / 0.95);
}

.ring-offset-stone-200 {
  --tw-ring-offset-color: #e7e5e4;
}

.ring-offset-stone-200\/0 {
  --tw-ring-offset-color: rgb(231 229 228 / 0);
}

.ring-offset-stone-200\/10 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.1);
}

.ring-offset-stone-200\/100 {
  --tw-ring-offset-color: rgb(231 229 228 / 1);
}

.ring-offset-stone-200\/15 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.15);
}

.ring-offset-stone-200\/20 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.2);
}

.ring-offset-stone-200\/25 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.25);
}

.ring-offset-stone-200\/30 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.3);
}

.ring-offset-stone-200\/35 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.35);
}

.ring-offset-stone-200\/40 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.4);
}

.ring-offset-stone-200\/45 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.45);
}

.ring-offset-stone-200\/5 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.05);
}

.ring-offset-stone-200\/50 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.5);
}

.ring-offset-stone-200\/55 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.55);
}

.ring-offset-stone-200\/60 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.6);
}

.ring-offset-stone-200\/65 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.65);
}

.ring-offset-stone-200\/70 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.7);
}

.ring-offset-stone-200\/75 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.75);
}

.ring-offset-stone-200\/80 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.8);
}

.ring-offset-stone-200\/85 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.85);
}

.ring-offset-stone-200\/90 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.9);
}

.ring-offset-stone-200\/95 {
  --tw-ring-offset-color: rgb(231 229 228 / 0.95);
}

.ring-offset-stone-300 {
  --tw-ring-offset-color: #d6d3d1;
}

.ring-offset-stone-300\/0 {
  --tw-ring-offset-color: rgb(214 211 209 / 0);
}

.ring-offset-stone-300\/10 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.1);
}

.ring-offset-stone-300\/100 {
  --tw-ring-offset-color: rgb(214 211 209 / 1);
}

.ring-offset-stone-300\/15 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.15);
}

.ring-offset-stone-300\/20 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.2);
}

.ring-offset-stone-300\/25 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.25);
}

.ring-offset-stone-300\/30 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.3);
}

.ring-offset-stone-300\/35 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.35);
}

.ring-offset-stone-300\/40 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.4);
}

.ring-offset-stone-300\/45 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.45);
}

.ring-offset-stone-300\/5 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.05);
}

.ring-offset-stone-300\/50 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.5);
}

.ring-offset-stone-300\/55 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.55);
}

.ring-offset-stone-300\/60 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.6);
}

.ring-offset-stone-300\/65 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.65);
}

.ring-offset-stone-300\/70 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.7);
}

.ring-offset-stone-300\/75 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.75);
}

.ring-offset-stone-300\/80 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.8);
}

.ring-offset-stone-300\/85 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.85);
}

.ring-offset-stone-300\/90 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.9);
}

.ring-offset-stone-300\/95 {
  --tw-ring-offset-color: rgb(214 211 209 / 0.95);
}

.ring-offset-stone-400 {
  --tw-ring-offset-color: #a8a29e;
}

.ring-offset-stone-400\/0 {
  --tw-ring-offset-color: rgb(168 162 158 / 0);
}

.ring-offset-stone-400\/10 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.1);
}

.ring-offset-stone-400\/100 {
  --tw-ring-offset-color: rgb(168 162 158 / 1);
}

.ring-offset-stone-400\/15 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.15);
}

.ring-offset-stone-400\/20 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.2);
}

.ring-offset-stone-400\/25 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.25);
}

.ring-offset-stone-400\/30 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.3);
}

.ring-offset-stone-400\/35 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.35);
}

.ring-offset-stone-400\/40 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.4);
}

.ring-offset-stone-400\/45 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.45);
}

.ring-offset-stone-400\/5 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.05);
}

.ring-offset-stone-400\/50 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.5);
}

.ring-offset-stone-400\/55 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.55);
}

.ring-offset-stone-400\/60 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.6);
}

.ring-offset-stone-400\/65 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.65);
}

.ring-offset-stone-400\/70 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.7);
}

.ring-offset-stone-400\/75 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.75);
}

.ring-offset-stone-400\/80 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.8);
}

.ring-offset-stone-400\/85 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.85);
}

.ring-offset-stone-400\/90 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.9);
}

.ring-offset-stone-400\/95 {
  --tw-ring-offset-color: rgb(168 162 158 / 0.95);
}

.ring-offset-stone-50 {
  --tw-ring-offset-color: #fafaf9;
}

.ring-offset-stone-50\/0 {
  --tw-ring-offset-color: rgb(250 250 249 / 0);
}

.ring-offset-stone-50\/10 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.1);
}

.ring-offset-stone-50\/100 {
  --tw-ring-offset-color: rgb(250 250 249 / 1);
}

.ring-offset-stone-50\/15 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.15);
}

.ring-offset-stone-50\/20 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.2);
}

.ring-offset-stone-50\/25 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.25);
}

.ring-offset-stone-50\/30 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.3);
}

.ring-offset-stone-50\/35 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.35);
}

.ring-offset-stone-50\/40 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.4);
}

.ring-offset-stone-50\/45 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.45);
}

.ring-offset-stone-50\/5 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.05);
}

.ring-offset-stone-50\/50 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.5);
}

.ring-offset-stone-50\/55 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.55);
}

.ring-offset-stone-50\/60 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.6);
}

.ring-offset-stone-50\/65 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.65);
}

.ring-offset-stone-50\/70 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.7);
}

.ring-offset-stone-50\/75 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.75);
}

.ring-offset-stone-50\/80 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.8);
}

.ring-offset-stone-50\/85 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.85);
}

.ring-offset-stone-50\/90 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.9);
}

.ring-offset-stone-50\/95 {
  --tw-ring-offset-color: rgb(250 250 249 / 0.95);
}

.ring-offset-stone-500 {
  --tw-ring-offset-color: #78716c;
}

.ring-offset-stone-500\/0 {
  --tw-ring-offset-color: rgb(120 113 108 / 0);
}

.ring-offset-stone-500\/10 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.1);
}

.ring-offset-stone-500\/100 {
  --tw-ring-offset-color: rgb(120 113 108 / 1);
}

.ring-offset-stone-500\/15 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.15);
}

.ring-offset-stone-500\/20 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.2);
}

.ring-offset-stone-500\/25 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.25);
}

.ring-offset-stone-500\/30 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.3);
}

.ring-offset-stone-500\/35 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.35);
}

.ring-offset-stone-500\/40 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.4);
}

.ring-offset-stone-500\/45 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.45);
}

.ring-offset-stone-500\/5 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.05);
}

.ring-offset-stone-500\/50 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.5);
}

.ring-offset-stone-500\/55 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.55);
}

.ring-offset-stone-500\/60 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.6);
}

.ring-offset-stone-500\/65 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.65);
}

.ring-offset-stone-500\/70 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.7);
}

.ring-offset-stone-500\/75 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.75);
}

.ring-offset-stone-500\/80 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.8);
}

.ring-offset-stone-500\/85 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.85);
}

.ring-offset-stone-500\/90 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.9);
}

.ring-offset-stone-500\/95 {
  --tw-ring-offset-color: rgb(120 113 108 / 0.95);
}

.ring-offset-stone-600 {
  --tw-ring-offset-color: #57534e;
}

.ring-offset-stone-600\/0 {
  --tw-ring-offset-color: rgb(87 83 78 / 0);
}

.ring-offset-stone-600\/10 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.1);
}

.ring-offset-stone-600\/100 {
  --tw-ring-offset-color: rgb(87 83 78 / 1);
}

.ring-offset-stone-600\/15 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.15);
}

.ring-offset-stone-600\/20 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.2);
}

.ring-offset-stone-600\/25 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.25);
}

.ring-offset-stone-600\/30 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.3);
}

.ring-offset-stone-600\/35 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.35);
}

.ring-offset-stone-600\/40 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.4);
}

.ring-offset-stone-600\/45 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.45);
}

.ring-offset-stone-600\/5 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.05);
}

.ring-offset-stone-600\/50 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.5);
}

.ring-offset-stone-600\/55 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.55);
}

.ring-offset-stone-600\/60 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.6);
}

.ring-offset-stone-600\/65 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.65);
}

.ring-offset-stone-600\/70 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.7);
}

.ring-offset-stone-600\/75 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.75);
}

.ring-offset-stone-600\/80 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.8);
}

.ring-offset-stone-600\/85 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.85);
}

.ring-offset-stone-600\/90 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.9);
}

.ring-offset-stone-600\/95 {
  --tw-ring-offset-color: rgb(87 83 78 / 0.95);
}

.ring-offset-stone-700 {
  --tw-ring-offset-color: #44403c;
}

.ring-offset-stone-700\/0 {
  --tw-ring-offset-color: rgb(68 64 60 / 0);
}

.ring-offset-stone-700\/10 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.1);
}

.ring-offset-stone-700\/100 {
  --tw-ring-offset-color: rgb(68 64 60 / 1);
}

.ring-offset-stone-700\/15 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.15);
}

.ring-offset-stone-700\/20 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.2);
}

.ring-offset-stone-700\/25 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.25);
}

.ring-offset-stone-700\/30 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.3);
}

.ring-offset-stone-700\/35 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.35);
}

.ring-offset-stone-700\/40 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.4);
}

.ring-offset-stone-700\/45 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.45);
}

.ring-offset-stone-700\/5 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.05);
}

.ring-offset-stone-700\/50 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.5);
}

.ring-offset-stone-700\/55 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.55);
}

.ring-offset-stone-700\/60 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.6);
}

.ring-offset-stone-700\/65 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.65);
}

.ring-offset-stone-700\/70 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.7);
}

.ring-offset-stone-700\/75 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.75);
}

.ring-offset-stone-700\/80 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.8);
}

.ring-offset-stone-700\/85 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.85);
}

.ring-offset-stone-700\/90 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.9);
}

.ring-offset-stone-700\/95 {
  --tw-ring-offset-color: rgb(68 64 60 / 0.95);
}

.ring-offset-stone-800 {
  --tw-ring-offset-color: #292524;
}

.ring-offset-stone-800\/0 {
  --tw-ring-offset-color: rgb(41 37 36 / 0);
}

.ring-offset-stone-800\/10 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.1);
}

.ring-offset-stone-800\/100 {
  --tw-ring-offset-color: rgb(41 37 36 / 1);
}

.ring-offset-stone-800\/15 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.15);
}

.ring-offset-stone-800\/20 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.2);
}

.ring-offset-stone-800\/25 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.25);
}

.ring-offset-stone-800\/30 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.3);
}

.ring-offset-stone-800\/35 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.35);
}

.ring-offset-stone-800\/40 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.4);
}

.ring-offset-stone-800\/45 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.45);
}

.ring-offset-stone-800\/5 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.05);
}

.ring-offset-stone-800\/50 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.5);
}

.ring-offset-stone-800\/55 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.55);
}

.ring-offset-stone-800\/60 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.6);
}

.ring-offset-stone-800\/65 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.65);
}

.ring-offset-stone-800\/70 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.7);
}

.ring-offset-stone-800\/75 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.75);
}

.ring-offset-stone-800\/80 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.8);
}

.ring-offset-stone-800\/85 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.85);
}

.ring-offset-stone-800\/90 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.9);
}

.ring-offset-stone-800\/95 {
  --tw-ring-offset-color: rgb(41 37 36 / 0.95);
}

.ring-offset-stone-900 {
  --tw-ring-offset-color: #1c1917;
}

.ring-offset-stone-900\/0 {
  --tw-ring-offset-color: rgb(28 25 23 / 0);
}

.ring-offset-stone-900\/10 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.1);
}

.ring-offset-stone-900\/100 {
  --tw-ring-offset-color: rgb(28 25 23 / 1);
}

.ring-offset-stone-900\/15 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.15);
}

.ring-offset-stone-900\/20 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.2);
}

.ring-offset-stone-900\/25 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.25);
}

.ring-offset-stone-900\/30 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.3);
}

.ring-offset-stone-900\/35 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.35);
}

.ring-offset-stone-900\/40 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.4);
}

.ring-offset-stone-900\/45 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.45);
}

.ring-offset-stone-900\/5 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.05);
}

.ring-offset-stone-900\/50 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.5);
}

.ring-offset-stone-900\/55 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.55);
}

.ring-offset-stone-900\/60 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.6);
}

.ring-offset-stone-900\/65 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.65);
}

.ring-offset-stone-900\/70 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.7);
}

.ring-offset-stone-900\/75 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.75);
}

.ring-offset-stone-900\/80 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.8);
}

.ring-offset-stone-900\/85 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.85);
}

.ring-offset-stone-900\/90 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.9);
}

.ring-offset-stone-900\/95 {
  --tw-ring-offset-color: rgb(28 25 23 / 0.95);
}

.ring-offset-stone-950 {
  --tw-ring-offset-color: #0c0a09;
}

.ring-offset-stone-950\/0 {
  --tw-ring-offset-color: rgb(12 10 9 / 0);
}

.ring-offset-stone-950\/10 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.1);
}

.ring-offset-stone-950\/100 {
  --tw-ring-offset-color: rgb(12 10 9 / 1);
}

.ring-offset-stone-950\/15 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.15);
}

.ring-offset-stone-950\/20 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.2);
}

.ring-offset-stone-950\/25 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.25);
}

.ring-offset-stone-950\/30 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.3);
}

.ring-offset-stone-950\/35 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.35);
}

.ring-offset-stone-950\/40 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.4);
}

.ring-offset-stone-950\/45 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.45);
}

.ring-offset-stone-950\/5 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.05);
}

.ring-offset-stone-950\/50 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.5);
}

.ring-offset-stone-950\/55 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.55);
}

.ring-offset-stone-950\/60 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.6);
}

.ring-offset-stone-950\/65 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.65);
}

.ring-offset-stone-950\/70 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.7);
}

.ring-offset-stone-950\/75 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.75);
}

.ring-offset-stone-950\/80 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.8);
}

.ring-offset-stone-950\/85 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.85);
}

.ring-offset-stone-950\/90 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.9);
}

.ring-offset-stone-950\/95 {
  --tw-ring-offset-color: rgb(12 10 9 / 0.95);
}

.ring-offset-teal-100 {
  --tw-ring-offset-color: #ccfbf1;
}

.ring-offset-teal-100\/0 {
  --tw-ring-offset-color: rgb(204 251 241 / 0);
}

.ring-offset-teal-100\/10 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.1);
}

.ring-offset-teal-100\/100 {
  --tw-ring-offset-color: rgb(204 251 241 / 1);
}

.ring-offset-teal-100\/15 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.15);
}

.ring-offset-teal-100\/20 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.2);
}

.ring-offset-teal-100\/25 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.25);
}

.ring-offset-teal-100\/30 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.3);
}

.ring-offset-teal-100\/35 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.35);
}

.ring-offset-teal-100\/40 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.4);
}

.ring-offset-teal-100\/45 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.45);
}

.ring-offset-teal-100\/5 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.05);
}

.ring-offset-teal-100\/50 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.5);
}

.ring-offset-teal-100\/55 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.55);
}

.ring-offset-teal-100\/60 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.6);
}

.ring-offset-teal-100\/65 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.65);
}

.ring-offset-teal-100\/70 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.7);
}

.ring-offset-teal-100\/75 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.75);
}

.ring-offset-teal-100\/80 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.8);
}

.ring-offset-teal-100\/85 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.85);
}

.ring-offset-teal-100\/90 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.9);
}

.ring-offset-teal-100\/95 {
  --tw-ring-offset-color: rgb(204 251 241 / 0.95);
}

.ring-offset-teal-200 {
  --tw-ring-offset-color: #99f6e4;
}

.ring-offset-teal-200\/0 {
  --tw-ring-offset-color: rgb(153 246 228 / 0);
}

.ring-offset-teal-200\/10 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.1);
}

.ring-offset-teal-200\/100 {
  --tw-ring-offset-color: rgb(153 246 228 / 1);
}

.ring-offset-teal-200\/15 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.15);
}

.ring-offset-teal-200\/20 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.2);
}

.ring-offset-teal-200\/25 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.25);
}

.ring-offset-teal-200\/30 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.3);
}

.ring-offset-teal-200\/35 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.35);
}

.ring-offset-teal-200\/40 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.4);
}

.ring-offset-teal-200\/45 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.45);
}

.ring-offset-teal-200\/5 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.05);
}

.ring-offset-teal-200\/50 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.5);
}

.ring-offset-teal-200\/55 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.55);
}

.ring-offset-teal-200\/60 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.6);
}

.ring-offset-teal-200\/65 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.65);
}

.ring-offset-teal-200\/70 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.7);
}

.ring-offset-teal-200\/75 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.75);
}

.ring-offset-teal-200\/80 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.8);
}

.ring-offset-teal-200\/85 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.85);
}

.ring-offset-teal-200\/90 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.9);
}

.ring-offset-teal-200\/95 {
  --tw-ring-offset-color: rgb(153 246 228 / 0.95);
}

.ring-offset-teal-300 {
  --tw-ring-offset-color: #5eead4;
}

.ring-offset-teal-300\/0 {
  --tw-ring-offset-color: rgb(94 234 212 / 0);
}

.ring-offset-teal-300\/10 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.1);
}

.ring-offset-teal-300\/100 {
  --tw-ring-offset-color: rgb(94 234 212 / 1);
}

.ring-offset-teal-300\/15 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.15);
}

.ring-offset-teal-300\/20 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.2);
}

.ring-offset-teal-300\/25 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.25);
}

.ring-offset-teal-300\/30 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.3);
}

.ring-offset-teal-300\/35 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.35);
}

.ring-offset-teal-300\/40 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.4);
}

.ring-offset-teal-300\/45 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.45);
}

.ring-offset-teal-300\/5 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.05);
}

.ring-offset-teal-300\/50 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.5);
}

.ring-offset-teal-300\/55 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.55);
}

.ring-offset-teal-300\/60 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.6);
}

.ring-offset-teal-300\/65 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.65);
}

.ring-offset-teal-300\/70 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.7);
}

.ring-offset-teal-300\/75 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.75);
}

.ring-offset-teal-300\/80 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.8);
}

.ring-offset-teal-300\/85 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.85);
}

.ring-offset-teal-300\/90 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.9);
}

.ring-offset-teal-300\/95 {
  --tw-ring-offset-color: rgb(94 234 212 / 0.95);
}

.ring-offset-teal-400 {
  --tw-ring-offset-color: #2dd4bf;
}

.ring-offset-teal-400\/0 {
  --tw-ring-offset-color: rgb(45 212 191 / 0);
}

.ring-offset-teal-400\/10 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.1);
}

.ring-offset-teal-400\/100 {
  --tw-ring-offset-color: rgb(45 212 191 / 1);
}

.ring-offset-teal-400\/15 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.15);
}

.ring-offset-teal-400\/20 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.2);
}

.ring-offset-teal-400\/25 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.25);
}

.ring-offset-teal-400\/30 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.3);
}

.ring-offset-teal-400\/35 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.35);
}

.ring-offset-teal-400\/40 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.4);
}

.ring-offset-teal-400\/45 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.45);
}

.ring-offset-teal-400\/5 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.05);
}

.ring-offset-teal-400\/50 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.5);
}

.ring-offset-teal-400\/55 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.55);
}

.ring-offset-teal-400\/60 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.6);
}

.ring-offset-teal-400\/65 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.65);
}

.ring-offset-teal-400\/70 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.7);
}

.ring-offset-teal-400\/75 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.75);
}

.ring-offset-teal-400\/80 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.8);
}

.ring-offset-teal-400\/85 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.85);
}

.ring-offset-teal-400\/90 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.9);
}

.ring-offset-teal-400\/95 {
  --tw-ring-offset-color: rgb(45 212 191 / 0.95);
}

.ring-offset-teal-50 {
  --tw-ring-offset-color: #f0fdfa;
}

.ring-offset-teal-50\/0 {
  --tw-ring-offset-color: rgb(240 253 250 / 0);
}

.ring-offset-teal-50\/10 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.1);
}

.ring-offset-teal-50\/100 {
  --tw-ring-offset-color: rgb(240 253 250 / 1);
}

.ring-offset-teal-50\/15 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.15);
}

.ring-offset-teal-50\/20 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.2);
}

.ring-offset-teal-50\/25 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.25);
}

.ring-offset-teal-50\/30 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.3);
}

.ring-offset-teal-50\/35 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.35);
}

.ring-offset-teal-50\/40 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.4);
}

.ring-offset-teal-50\/45 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.45);
}

.ring-offset-teal-50\/5 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.05);
}

.ring-offset-teal-50\/50 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.5);
}

.ring-offset-teal-50\/55 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.55);
}

.ring-offset-teal-50\/60 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.6);
}

.ring-offset-teal-50\/65 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.65);
}

.ring-offset-teal-50\/70 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.7);
}

.ring-offset-teal-50\/75 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.75);
}

.ring-offset-teal-50\/80 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.8);
}

.ring-offset-teal-50\/85 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.85);
}

.ring-offset-teal-50\/90 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.9);
}

.ring-offset-teal-50\/95 {
  --tw-ring-offset-color: rgb(240 253 250 / 0.95);
}

.ring-offset-teal-500 {
  --tw-ring-offset-color: #14b8a6;
}

.ring-offset-teal-500\/0 {
  --tw-ring-offset-color: rgb(20 184 166 / 0);
}

.ring-offset-teal-500\/10 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.1);
}

.ring-offset-teal-500\/100 {
  --tw-ring-offset-color: rgb(20 184 166 / 1);
}

.ring-offset-teal-500\/15 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.15);
}

.ring-offset-teal-500\/20 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.2);
}

.ring-offset-teal-500\/25 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.25);
}

.ring-offset-teal-500\/30 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.3);
}

.ring-offset-teal-500\/35 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.35);
}

.ring-offset-teal-500\/40 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.4);
}

.ring-offset-teal-500\/45 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.45);
}

.ring-offset-teal-500\/5 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.05);
}

.ring-offset-teal-500\/50 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.5);
}

.ring-offset-teal-500\/55 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.55);
}

.ring-offset-teal-500\/60 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.6);
}

.ring-offset-teal-500\/65 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.65);
}

.ring-offset-teal-500\/70 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.7);
}

.ring-offset-teal-500\/75 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.75);
}

.ring-offset-teal-500\/80 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.8);
}

.ring-offset-teal-500\/85 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.85);
}

.ring-offset-teal-500\/90 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.9);
}

.ring-offset-teal-500\/95 {
  --tw-ring-offset-color: rgb(20 184 166 / 0.95);
}

.ring-offset-teal-600 {
  --tw-ring-offset-color: #0d9488;
}

.ring-offset-teal-600\/0 {
  --tw-ring-offset-color: rgb(13 148 136 / 0);
}

.ring-offset-teal-600\/10 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.1);
}

.ring-offset-teal-600\/100 {
  --tw-ring-offset-color: rgb(13 148 136 / 1);
}

.ring-offset-teal-600\/15 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.15);
}

.ring-offset-teal-600\/20 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.2);
}

.ring-offset-teal-600\/25 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.25);
}

.ring-offset-teal-600\/30 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.3);
}

.ring-offset-teal-600\/35 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.35);
}

.ring-offset-teal-600\/40 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.4);
}

.ring-offset-teal-600\/45 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.45);
}

.ring-offset-teal-600\/5 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.05);
}

.ring-offset-teal-600\/50 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.5);
}

.ring-offset-teal-600\/55 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.55);
}

.ring-offset-teal-600\/60 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.6);
}

.ring-offset-teal-600\/65 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.65);
}

.ring-offset-teal-600\/70 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.7);
}

.ring-offset-teal-600\/75 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.75);
}

.ring-offset-teal-600\/80 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.8);
}

.ring-offset-teal-600\/85 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.85);
}

.ring-offset-teal-600\/90 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.9);
}

.ring-offset-teal-600\/95 {
  --tw-ring-offset-color: rgb(13 148 136 / 0.95);
}

.ring-offset-teal-700 {
  --tw-ring-offset-color: #0f766e;
}

.ring-offset-teal-700\/0 {
  --tw-ring-offset-color: rgb(15 118 110 / 0);
}

.ring-offset-teal-700\/10 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.1);
}

.ring-offset-teal-700\/100 {
  --tw-ring-offset-color: rgb(15 118 110 / 1);
}

.ring-offset-teal-700\/15 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.15);
}

.ring-offset-teal-700\/20 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.2);
}

.ring-offset-teal-700\/25 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.25);
}

.ring-offset-teal-700\/30 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.3);
}

.ring-offset-teal-700\/35 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.35);
}

.ring-offset-teal-700\/40 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.4);
}

.ring-offset-teal-700\/45 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.45);
}

.ring-offset-teal-700\/5 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.05);
}

.ring-offset-teal-700\/50 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.5);
}

.ring-offset-teal-700\/55 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.55);
}

.ring-offset-teal-700\/60 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.6);
}

.ring-offset-teal-700\/65 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.65);
}

.ring-offset-teal-700\/70 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.7);
}

.ring-offset-teal-700\/75 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.75);
}

.ring-offset-teal-700\/80 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.8);
}

.ring-offset-teal-700\/85 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.85);
}

.ring-offset-teal-700\/90 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.9);
}

.ring-offset-teal-700\/95 {
  --tw-ring-offset-color: rgb(15 118 110 / 0.95);
}

.ring-offset-teal-800 {
  --tw-ring-offset-color: #115e59;
}

.ring-offset-teal-800\/0 {
  --tw-ring-offset-color: rgb(17 94 89 / 0);
}

.ring-offset-teal-800\/10 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.1);
}

.ring-offset-teal-800\/100 {
  --tw-ring-offset-color: rgb(17 94 89 / 1);
}

.ring-offset-teal-800\/15 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.15);
}

.ring-offset-teal-800\/20 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.2);
}

.ring-offset-teal-800\/25 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.25);
}

.ring-offset-teal-800\/30 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.3);
}

.ring-offset-teal-800\/35 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.35);
}

.ring-offset-teal-800\/40 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.4);
}

.ring-offset-teal-800\/45 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.45);
}

.ring-offset-teal-800\/5 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.05);
}

.ring-offset-teal-800\/50 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.5);
}

.ring-offset-teal-800\/55 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.55);
}

.ring-offset-teal-800\/60 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.6);
}

.ring-offset-teal-800\/65 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.65);
}

.ring-offset-teal-800\/70 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.7);
}

.ring-offset-teal-800\/75 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.75);
}

.ring-offset-teal-800\/80 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.8);
}

.ring-offset-teal-800\/85 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.85);
}

.ring-offset-teal-800\/90 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.9);
}

.ring-offset-teal-800\/95 {
  --tw-ring-offset-color: rgb(17 94 89 / 0.95);
}

.ring-offset-teal-900 {
  --tw-ring-offset-color: #134e4a;
}

.ring-offset-teal-900\/0 {
  --tw-ring-offset-color: rgb(19 78 74 / 0);
}

.ring-offset-teal-900\/10 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.1);
}

.ring-offset-teal-900\/100 {
  --tw-ring-offset-color: rgb(19 78 74 / 1);
}

.ring-offset-teal-900\/15 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.15);
}

.ring-offset-teal-900\/20 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.2);
}

.ring-offset-teal-900\/25 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.25);
}

.ring-offset-teal-900\/30 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.3);
}

.ring-offset-teal-900\/35 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.35);
}

.ring-offset-teal-900\/40 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.4);
}

.ring-offset-teal-900\/45 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.45);
}

.ring-offset-teal-900\/5 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.05);
}

.ring-offset-teal-900\/50 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.5);
}

.ring-offset-teal-900\/55 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.55);
}

.ring-offset-teal-900\/60 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.6);
}

.ring-offset-teal-900\/65 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.65);
}

.ring-offset-teal-900\/70 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.7);
}

.ring-offset-teal-900\/75 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.75);
}

.ring-offset-teal-900\/80 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.8);
}

.ring-offset-teal-900\/85 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.85);
}

.ring-offset-teal-900\/90 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.9);
}

.ring-offset-teal-900\/95 {
  --tw-ring-offset-color: rgb(19 78 74 / 0.95);
}

.ring-offset-teal-950 {
  --tw-ring-offset-color: #042f2e;
}

.ring-offset-teal-950\/0 {
  --tw-ring-offset-color: rgb(4 47 46 / 0);
}

.ring-offset-teal-950\/10 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.1);
}

.ring-offset-teal-950\/100 {
  --tw-ring-offset-color: rgb(4 47 46 / 1);
}

.ring-offset-teal-950\/15 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.15);
}

.ring-offset-teal-950\/20 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.2);
}

.ring-offset-teal-950\/25 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.25);
}

.ring-offset-teal-950\/30 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.3);
}

.ring-offset-teal-950\/35 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.35);
}

.ring-offset-teal-950\/40 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.4);
}

.ring-offset-teal-950\/45 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.45);
}

.ring-offset-teal-950\/5 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.05);
}

.ring-offset-teal-950\/50 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.5);
}

.ring-offset-teal-950\/55 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.55);
}

.ring-offset-teal-950\/60 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.6);
}

.ring-offset-teal-950\/65 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.65);
}

.ring-offset-teal-950\/70 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.7);
}

.ring-offset-teal-950\/75 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.75);
}

.ring-offset-teal-950\/80 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.8);
}

.ring-offset-teal-950\/85 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.85);
}

.ring-offset-teal-950\/90 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.9);
}

.ring-offset-teal-950\/95 {
  --tw-ring-offset-color: rgb(4 47 46 / 0.95);
}

.ring-offset-transparent {
  --tw-ring-offset-color: transparent;
}

.ring-offset-transparent\/0 {
  --tw-ring-offset-color: rgb(0 0 0 / 0);
}

.ring-offset-transparent\/10 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.1);
}

.ring-offset-transparent\/100 {
  --tw-ring-offset-color: rgb(0 0 0 / 1);
}

.ring-offset-transparent\/15 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.15);
}

.ring-offset-transparent\/20 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.2);
}

.ring-offset-transparent\/25 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.25);
}

.ring-offset-transparent\/30 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.3);
}

.ring-offset-transparent\/35 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.35);
}

.ring-offset-transparent\/40 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}

.ring-offset-transparent\/45 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.45);
}

.ring-offset-transparent\/5 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.05);
}

.ring-offset-transparent\/50 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.5);
}

.ring-offset-transparent\/55 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.55);
}

.ring-offset-transparent\/60 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.6);
}

.ring-offset-transparent\/65 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.65);
}

.ring-offset-transparent\/70 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.7);
}

.ring-offset-transparent\/75 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.75);
}

.ring-offset-transparent\/80 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.8);
}

.ring-offset-transparent\/85 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.85);
}

.ring-offset-transparent\/90 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.9);
}

.ring-offset-transparent\/95 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.95);
}

.ring-offset-violet-100 {
  --tw-ring-offset-color: #ede9fe;
}

.ring-offset-violet-100\/0 {
  --tw-ring-offset-color: rgb(237 233 254 / 0);
}

.ring-offset-violet-100\/10 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.1);
}

.ring-offset-violet-100\/100 {
  --tw-ring-offset-color: rgb(237 233 254 / 1);
}

.ring-offset-violet-100\/15 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.15);
}

.ring-offset-violet-100\/20 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.2);
}

.ring-offset-violet-100\/25 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.25);
}

.ring-offset-violet-100\/30 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.3);
}

.ring-offset-violet-100\/35 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.35);
}

.ring-offset-violet-100\/40 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.4);
}

.ring-offset-violet-100\/45 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.45);
}

.ring-offset-violet-100\/5 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.05);
}

.ring-offset-violet-100\/50 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.5);
}

.ring-offset-violet-100\/55 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.55);
}

.ring-offset-violet-100\/60 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.6);
}

.ring-offset-violet-100\/65 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.65);
}

.ring-offset-violet-100\/70 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.7);
}

.ring-offset-violet-100\/75 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.75);
}

.ring-offset-violet-100\/80 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.8);
}

.ring-offset-violet-100\/85 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.85);
}

.ring-offset-violet-100\/90 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.9);
}

.ring-offset-violet-100\/95 {
  --tw-ring-offset-color: rgb(237 233 254 / 0.95);
}

.ring-offset-violet-200 {
  --tw-ring-offset-color: #ddd6fe;
}

.ring-offset-violet-200\/0 {
  --tw-ring-offset-color: rgb(221 214 254 / 0);
}

.ring-offset-violet-200\/10 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.1);
}

.ring-offset-violet-200\/100 {
  --tw-ring-offset-color: rgb(221 214 254 / 1);
}

.ring-offset-violet-200\/15 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.15);
}

.ring-offset-violet-200\/20 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.2);
}

.ring-offset-violet-200\/25 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.25);
}

.ring-offset-violet-200\/30 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.3);
}

.ring-offset-violet-200\/35 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.35);
}

.ring-offset-violet-200\/40 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.4);
}

.ring-offset-violet-200\/45 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.45);
}

.ring-offset-violet-200\/5 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.05);
}

.ring-offset-violet-200\/50 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.5);
}

.ring-offset-violet-200\/55 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.55);
}

.ring-offset-violet-200\/60 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.6);
}

.ring-offset-violet-200\/65 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.65);
}

.ring-offset-violet-200\/70 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.7);
}

.ring-offset-violet-200\/75 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.75);
}

.ring-offset-violet-200\/80 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.8);
}

.ring-offset-violet-200\/85 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.85);
}

.ring-offset-violet-200\/90 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.9);
}

.ring-offset-violet-200\/95 {
  --tw-ring-offset-color: rgb(221 214 254 / 0.95);
}

.ring-offset-violet-300 {
  --tw-ring-offset-color: #c4b5fd;
}

.ring-offset-violet-300\/0 {
  --tw-ring-offset-color: rgb(196 181 253 / 0);
}

.ring-offset-violet-300\/10 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.1);
}

.ring-offset-violet-300\/100 {
  --tw-ring-offset-color: rgb(196 181 253 / 1);
}

.ring-offset-violet-300\/15 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.15);
}

.ring-offset-violet-300\/20 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.2);
}

.ring-offset-violet-300\/25 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.25);
}

.ring-offset-violet-300\/30 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.3);
}

.ring-offset-violet-300\/35 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.35);
}

.ring-offset-violet-300\/40 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.4);
}

.ring-offset-violet-300\/45 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.45);
}

.ring-offset-violet-300\/5 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.05);
}

.ring-offset-violet-300\/50 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.5);
}

.ring-offset-violet-300\/55 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.55);
}

.ring-offset-violet-300\/60 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.6);
}

.ring-offset-violet-300\/65 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.65);
}

.ring-offset-violet-300\/70 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.7);
}

.ring-offset-violet-300\/75 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.75);
}

.ring-offset-violet-300\/80 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.8);
}

.ring-offset-violet-300\/85 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.85);
}

.ring-offset-violet-300\/90 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.9);
}

.ring-offset-violet-300\/95 {
  --tw-ring-offset-color: rgb(196 181 253 / 0.95);
}

.ring-offset-violet-400 {
  --tw-ring-offset-color: #a78bfa;
}

.ring-offset-violet-400\/0 {
  --tw-ring-offset-color: rgb(167 139 250 / 0);
}

.ring-offset-violet-400\/10 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.1);
}

.ring-offset-violet-400\/100 {
  --tw-ring-offset-color: rgb(167 139 250 / 1);
}

.ring-offset-violet-400\/15 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.15);
}

.ring-offset-violet-400\/20 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.2);
}

.ring-offset-violet-400\/25 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.25);
}

.ring-offset-violet-400\/30 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.3);
}

.ring-offset-violet-400\/35 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.35);
}

.ring-offset-violet-400\/40 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.4);
}

.ring-offset-violet-400\/45 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.45);
}

.ring-offset-violet-400\/5 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.05);
}

.ring-offset-violet-400\/50 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.5);
}

.ring-offset-violet-400\/55 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.55);
}

.ring-offset-violet-400\/60 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.6);
}

.ring-offset-violet-400\/65 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.65);
}

.ring-offset-violet-400\/70 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.7);
}

.ring-offset-violet-400\/75 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.75);
}

.ring-offset-violet-400\/80 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.8);
}

.ring-offset-violet-400\/85 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.85);
}

.ring-offset-violet-400\/90 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.9);
}

.ring-offset-violet-400\/95 {
  --tw-ring-offset-color: rgb(167 139 250 / 0.95);
}

.ring-offset-violet-50 {
  --tw-ring-offset-color: #f5f3ff;
}

.ring-offset-violet-50\/0 {
  --tw-ring-offset-color: rgb(245 243 255 / 0);
}

.ring-offset-violet-50\/10 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.1);
}

.ring-offset-violet-50\/100 {
  --tw-ring-offset-color: rgb(245 243 255 / 1);
}

.ring-offset-violet-50\/15 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.15);
}

.ring-offset-violet-50\/20 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.2);
}

.ring-offset-violet-50\/25 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.25);
}

.ring-offset-violet-50\/30 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.3);
}

.ring-offset-violet-50\/35 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.35);
}

.ring-offset-violet-50\/40 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.4);
}

.ring-offset-violet-50\/45 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.45);
}

.ring-offset-violet-50\/5 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.05);
}

.ring-offset-violet-50\/50 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.5);
}

.ring-offset-violet-50\/55 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.55);
}

.ring-offset-violet-50\/60 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.6);
}

.ring-offset-violet-50\/65 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.65);
}

.ring-offset-violet-50\/70 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.7);
}

.ring-offset-violet-50\/75 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.75);
}

.ring-offset-violet-50\/80 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.8);
}

.ring-offset-violet-50\/85 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.85);
}

.ring-offset-violet-50\/90 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.9);
}

.ring-offset-violet-50\/95 {
  --tw-ring-offset-color: rgb(245 243 255 / 0.95);
}

.ring-offset-violet-500 {
  --tw-ring-offset-color: #8b5cf6;
}

.ring-offset-violet-500\/0 {
  --tw-ring-offset-color: rgb(139 92 246 / 0);
}

.ring-offset-violet-500\/10 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.1);
}

.ring-offset-violet-500\/100 {
  --tw-ring-offset-color: rgb(139 92 246 / 1);
}

.ring-offset-violet-500\/15 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.15);
}

.ring-offset-violet-500\/20 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.2);
}

.ring-offset-violet-500\/25 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.25);
}

.ring-offset-violet-500\/30 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.3);
}

.ring-offset-violet-500\/35 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.35);
}

.ring-offset-violet-500\/40 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.4);
}

.ring-offset-violet-500\/45 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.45);
}

.ring-offset-violet-500\/5 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.05);
}

.ring-offset-violet-500\/50 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.5);
}

.ring-offset-violet-500\/55 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.55);
}

.ring-offset-violet-500\/60 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.6);
}

.ring-offset-violet-500\/65 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.65);
}

.ring-offset-violet-500\/70 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.7);
}

.ring-offset-violet-500\/75 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.75);
}

.ring-offset-violet-500\/80 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.8);
}

.ring-offset-violet-500\/85 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.85);
}

.ring-offset-violet-500\/90 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.9);
}

.ring-offset-violet-500\/95 {
  --tw-ring-offset-color: rgb(139 92 246 / 0.95);
}

.ring-offset-violet-600 {
  --tw-ring-offset-color: #7c3aed;
}

.ring-offset-violet-600\/0 {
  --tw-ring-offset-color: rgb(124 58 237 / 0);
}

.ring-offset-violet-600\/10 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.1);
}

.ring-offset-violet-600\/100 {
  --tw-ring-offset-color: rgb(124 58 237 / 1);
}

.ring-offset-violet-600\/15 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.15);
}

.ring-offset-violet-600\/20 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.2);
}

.ring-offset-violet-600\/25 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.25);
}

.ring-offset-violet-600\/30 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.3);
}

.ring-offset-violet-600\/35 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.35);
}

.ring-offset-violet-600\/40 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.4);
}

.ring-offset-violet-600\/45 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.45);
}

.ring-offset-violet-600\/5 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.05);
}

.ring-offset-violet-600\/50 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.5);
}

.ring-offset-violet-600\/55 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.55);
}

.ring-offset-violet-600\/60 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.6);
}

.ring-offset-violet-600\/65 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.65);
}

.ring-offset-violet-600\/70 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.7);
}

.ring-offset-violet-600\/75 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.75);
}

.ring-offset-violet-600\/80 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.8);
}

.ring-offset-violet-600\/85 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.85);
}

.ring-offset-violet-600\/90 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.9);
}

.ring-offset-violet-600\/95 {
  --tw-ring-offset-color: rgb(124 58 237 / 0.95);
}

.ring-offset-violet-700 {
  --tw-ring-offset-color: #6d28d9;
}

.ring-offset-violet-700\/0 {
  --tw-ring-offset-color: rgb(109 40 217 / 0);
}

.ring-offset-violet-700\/10 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.1);
}

.ring-offset-violet-700\/100 {
  --tw-ring-offset-color: rgb(109 40 217 / 1);
}

.ring-offset-violet-700\/15 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.15);
}

.ring-offset-violet-700\/20 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.2);
}

.ring-offset-violet-700\/25 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.25);
}

.ring-offset-violet-700\/30 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.3);
}

.ring-offset-violet-700\/35 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.35);
}

.ring-offset-violet-700\/40 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.4);
}

.ring-offset-violet-700\/45 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.45);
}

.ring-offset-violet-700\/5 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.05);
}

.ring-offset-violet-700\/50 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.5);
}

.ring-offset-violet-700\/55 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.55);
}

.ring-offset-violet-700\/60 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.6);
}

.ring-offset-violet-700\/65 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.65);
}

.ring-offset-violet-700\/70 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.7);
}

.ring-offset-violet-700\/75 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.75);
}

.ring-offset-violet-700\/80 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.8);
}

.ring-offset-violet-700\/85 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.85);
}

.ring-offset-violet-700\/90 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.9);
}

.ring-offset-violet-700\/95 {
  --tw-ring-offset-color: rgb(109 40 217 / 0.95);
}

.ring-offset-violet-800 {
  --tw-ring-offset-color: #5b21b6;
}

.ring-offset-violet-800\/0 {
  --tw-ring-offset-color: rgb(91 33 182 / 0);
}

.ring-offset-violet-800\/10 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.1);
}

.ring-offset-violet-800\/100 {
  --tw-ring-offset-color: rgb(91 33 182 / 1);
}

.ring-offset-violet-800\/15 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.15);
}

.ring-offset-violet-800\/20 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.2);
}

.ring-offset-violet-800\/25 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.25);
}

.ring-offset-violet-800\/30 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.3);
}

.ring-offset-violet-800\/35 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.35);
}

.ring-offset-violet-800\/40 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.4);
}

.ring-offset-violet-800\/45 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.45);
}

.ring-offset-violet-800\/5 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.05);
}

.ring-offset-violet-800\/50 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.5);
}

.ring-offset-violet-800\/55 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.55);
}

.ring-offset-violet-800\/60 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.6);
}

.ring-offset-violet-800\/65 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.65);
}

.ring-offset-violet-800\/70 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.7);
}

.ring-offset-violet-800\/75 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.75);
}

.ring-offset-violet-800\/80 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.8);
}

.ring-offset-violet-800\/85 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.85);
}

.ring-offset-violet-800\/90 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.9);
}

.ring-offset-violet-800\/95 {
  --tw-ring-offset-color: rgb(91 33 182 / 0.95);
}

.ring-offset-violet-900 {
  --tw-ring-offset-color: #4c1d95;
}

.ring-offset-violet-900\/0 {
  --tw-ring-offset-color: rgb(76 29 149 / 0);
}

.ring-offset-violet-900\/10 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.1);
}

.ring-offset-violet-900\/100 {
  --tw-ring-offset-color: rgb(76 29 149 / 1);
}

.ring-offset-violet-900\/15 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.15);
}

.ring-offset-violet-900\/20 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.2);
}

.ring-offset-violet-900\/25 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.25);
}

.ring-offset-violet-900\/30 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.3);
}

.ring-offset-violet-900\/35 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.35);
}

.ring-offset-violet-900\/40 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.4);
}

.ring-offset-violet-900\/45 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.45);
}

.ring-offset-violet-900\/5 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.05);
}

.ring-offset-violet-900\/50 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.5);
}

.ring-offset-violet-900\/55 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.55);
}

.ring-offset-violet-900\/60 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.6);
}

.ring-offset-violet-900\/65 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.65);
}

.ring-offset-violet-900\/70 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.7);
}

.ring-offset-violet-900\/75 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.75);
}

.ring-offset-violet-900\/80 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.8);
}

.ring-offset-violet-900\/85 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.85);
}

.ring-offset-violet-900\/90 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.9);
}

.ring-offset-violet-900\/95 {
  --tw-ring-offset-color: rgb(76 29 149 / 0.95);
}

.ring-offset-violet-950 {
  --tw-ring-offset-color: #2e1065;
}

.ring-offset-violet-950\/0 {
  --tw-ring-offset-color: rgb(46 16 101 / 0);
}

.ring-offset-violet-950\/10 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.1);
}

.ring-offset-violet-950\/100 {
  --tw-ring-offset-color: rgb(46 16 101 / 1);
}

.ring-offset-violet-950\/15 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.15);
}

.ring-offset-violet-950\/20 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.2);
}

.ring-offset-violet-950\/25 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.25);
}

.ring-offset-violet-950\/30 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.3);
}

.ring-offset-violet-950\/35 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.35);
}

.ring-offset-violet-950\/40 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.4);
}

.ring-offset-violet-950\/45 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.45);
}

.ring-offset-violet-950\/5 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.05);
}

.ring-offset-violet-950\/50 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.5);
}

.ring-offset-violet-950\/55 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.55);
}

.ring-offset-violet-950\/60 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.6);
}

.ring-offset-violet-950\/65 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.65);
}

.ring-offset-violet-950\/70 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.7);
}

.ring-offset-violet-950\/75 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.75);
}

.ring-offset-violet-950\/80 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.8);
}

.ring-offset-violet-950\/85 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.85);
}

.ring-offset-violet-950\/90 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.9);
}

.ring-offset-violet-950\/95 {
  --tw-ring-offset-color: rgb(46 16 101 / 0.95);
}

.ring-offset-white {
  --tw-ring-offset-color: #fff;
}

.ring-offset-white\/0 {
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}

.ring-offset-white\/10 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}

.ring-offset-white\/100 {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}

.ring-offset-white\/15 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.15);
}

.ring-offset-white\/20 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}

.ring-offset-white\/25 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}

.ring-offset-white\/30 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}

.ring-offset-white\/35 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.35);
}

.ring-offset-white\/40 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}

.ring-offset-white\/45 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.45);
}

.ring-offset-white\/5 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}

.ring-offset-white\/50 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}

.ring-offset-white\/55 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.55);
}

.ring-offset-white\/60 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}

.ring-offset-white\/65 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.65);
}

.ring-offset-white\/70 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}

.ring-offset-white\/75 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}

.ring-offset-white\/80 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}

.ring-offset-white\/85 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.85);
}

.ring-offset-white\/90 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}

.ring-offset-white\/95 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}

.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef9c3;
}

.ring-offset-yellow-100\/0 {
  --tw-ring-offset-color: rgb(254 249 195 / 0);
}

.ring-offset-yellow-100\/10 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.1);
}

.ring-offset-yellow-100\/100 {
  --tw-ring-offset-color: rgb(254 249 195 / 1);
}

.ring-offset-yellow-100\/15 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.15);
}

.ring-offset-yellow-100\/20 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.2);
}

.ring-offset-yellow-100\/25 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.25);
}

.ring-offset-yellow-100\/30 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.3);
}

.ring-offset-yellow-100\/35 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.35);
}

.ring-offset-yellow-100\/40 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.4);
}

.ring-offset-yellow-100\/45 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.45);
}

.ring-offset-yellow-100\/5 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.05);
}

.ring-offset-yellow-100\/50 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.5);
}

.ring-offset-yellow-100\/55 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.55);
}

.ring-offset-yellow-100\/60 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.6);
}

.ring-offset-yellow-100\/65 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.65);
}

.ring-offset-yellow-100\/70 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.7);
}

.ring-offset-yellow-100\/75 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.75);
}

.ring-offset-yellow-100\/80 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.8);
}

.ring-offset-yellow-100\/85 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.85);
}

.ring-offset-yellow-100\/90 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.9);
}

.ring-offset-yellow-100\/95 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.95);
}

.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fef08a;
}

.ring-offset-yellow-200\/0 {
  --tw-ring-offset-color: rgb(254 240 138 / 0);
}

.ring-offset-yellow-200\/10 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.1);
}

.ring-offset-yellow-200\/100 {
  --tw-ring-offset-color: rgb(254 240 138 / 1);
}

.ring-offset-yellow-200\/15 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.15);
}

.ring-offset-yellow-200\/20 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.2);
}

.ring-offset-yellow-200\/25 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.25);
}

.ring-offset-yellow-200\/30 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.3);
}

.ring-offset-yellow-200\/35 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.35);
}

.ring-offset-yellow-200\/40 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.4);
}

.ring-offset-yellow-200\/45 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.45);
}

.ring-offset-yellow-200\/5 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.05);
}

.ring-offset-yellow-200\/50 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.5);
}

.ring-offset-yellow-200\/55 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.55);
}

.ring-offset-yellow-200\/60 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.6);
}

.ring-offset-yellow-200\/65 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.65);
}

.ring-offset-yellow-200\/70 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.7);
}

.ring-offset-yellow-200\/75 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.75);
}

.ring-offset-yellow-200\/80 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.8);
}

.ring-offset-yellow-200\/85 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.85);
}

.ring-offset-yellow-200\/90 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.9);
}

.ring-offset-yellow-200\/95 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.95);
}

.ring-offset-yellow-300 {
  --tw-ring-offset-color: #fde047;
}

.ring-offset-yellow-300\/0 {
  --tw-ring-offset-color: rgb(253 224 71 / 0);
}

.ring-offset-yellow-300\/10 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.1);
}

.ring-offset-yellow-300\/100 {
  --tw-ring-offset-color: rgb(253 224 71 / 1);
}

.ring-offset-yellow-300\/15 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.15);
}

.ring-offset-yellow-300\/20 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.2);
}

.ring-offset-yellow-300\/25 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.25);
}

.ring-offset-yellow-300\/30 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.3);
}

.ring-offset-yellow-300\/35 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.35);
}

.ring-offset-yellow-300\/40 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.4);
}

.ring-offset-yellow-300\/45 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.45);
}

.ring-offset-yellow-300\/5 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.05);
}

.ring-offset-yellow-300\/50 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.5);
}

.ring-offset-yellow-300\/55 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.55);
}

.ring-offset-yellow-300\/60 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.6);
}

.ring-offset-yellow-300\/65 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.65);
}

.ring-offset-yellow-300\/70 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.7);
}

.ring-offset-yellow-300\/75 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.75);
}

.ring-offset-yellow-300\/80 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.8);
}

.ring-offset-yellow-300\/85 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.85);
}

.ring-offset-yellow-300\/90 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.9);
}

.ring-offset-yellow-300\/95 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.95);
}

.ring-offset-yellow-400 {
  --tw-ring-offset-color: #facc15;
}

.ring-offset-yellow-400\/0 {
  --tw-ring-offset-color: rgb(250 204 21 / 0);
}

.ring-offset-yellow-400\/10 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.1);
}

.ring-offset-yellow-400\/100 {
  --tw-ring-offset-color: rgb(250 204 21 / 1);
}

.ring-offset-yellow-400\/15 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.15);
}

.ring-offset-yellow-400\/20 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.2);
}

.ring-offset-yellow-400\/25 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.25);
}

.ring-offset-yellow-400\/30 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.3);
}

.ring-offset-yellow-400\/35 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.35);
}

.ring-offset-yellow-400\/40 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.4);
}

.ring-offset-yellow-400\/45 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.45);
}

.ring-offset-yellow-400\/5 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.05);
}

.ring-offset-yellow-400\/50 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.5);
}

.ring-offset-yellow-400\/55 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.55);
}

.ring-offset-yellow-400\/60 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.6);
}

.ring-offset-yellow-400\/65 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.65);
}

.ring-offset-yellow-400\/70 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.7);
}

.ring-offset-yellow-400\/75 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.75);
}

.ring-offset-yellow-400\/80 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.8);
}

.ring-offset-yellow-400\/85 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.85);
}

.ring-offset-yellow-400\/90 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.9);
}

.ring-offset-yellow-400\/95 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.95);
}

.ring-offset-yellow-50 {
  --tw-ring-offset-color: #fefce8;
}

.ring-offset-yellow-50\/0 {
  --tw-ring-offset-color: rgb(254 252 232 / 0);
}

.ring-offset-yellow-50\/10 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.1);
}

.ring-offset-yellow-50\/100 {
  --tw-ring-offset-color: rgb(254 252 232 / 1);
}

.ring-offset-yellow-50\/15 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.15);
}

.ring-offset-yellow-50\/20 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.2);
}

.ring-offset-yellow-50\/25 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.25);
}

.ring-offset-yellow-50\/30 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.3);
}

.ring-offset-yellow-50\/35 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.35);
}

.ring-offset-yellow-50\/40 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.4);
}

.ring-offset-yellow-50\/45 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.45);
}

.ring-offset-yellow-50\/5 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.05);
}

.ring-offset-yellow-50\/50 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.5);
}

.ring-offset-yellow-50\/55 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.55);
}

.ring-offset-yellow-50\/60 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.6);
}

.ring-offset-yellow-50\/65 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.65);
}

.ring-offset-yellow-50\/70 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.7);
}

.ring-offset-yellow-50\/75 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.75);
}

.ring-offset-yellow-50\/80 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.8);
}

.ring-offset-yellow-50\/85 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.85);
}

.ring-offset-yellow-50\/90 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.9);
}

.ring-offset-yellow-50\/95 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.95);
}

.ring-offset-yellow-500 {
  --tw-ring-offset-color: #eab308;
}

.ring-offset-yellow-500\/0 {
  --tw-ring-offset-color: rgb(234 179 8 / 0);
}

.ring-offset-yellow-500\/10 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.1);
}

.ring-offset-yellow-500\/100 {
  --tw-ring-offset-color: rgb(234 179 8 / 1);
}

.ring-offset-yellow-500\/15 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.15);
}

.ring-offset-yellow-500\/20 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.2);
}

.ring-offset-yellow-500\/25 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.25);
}

.ring-offset-yellow-500\/30 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.3);
}

.ring-offset-yellow-500\/35 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.35);
}

.ring-offset-yellow-500\/40 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.4);
}

.ring-offset-yellow-500\/45 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.45);
}

.ring-offset-yellow-500\/5 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.05);
}

.ring-offset-yellow-500\/50 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.5);
}

.ring-offset-yellow-500\/55 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.55);
}

.ring-offset-yellow-500\/60 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.6);
}

.ring-offset-yellow-500\/65 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.65);
}

.ring-offset-yellow-500\/70 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.7);
}

.ring-offset-yellow-500\/75 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.75);
}

.ring-offset-yellow-500\/80 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.8);
}

.ring-offset-yellow-500\/85 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.85);
}

.ring-offset-yellow-500\/90 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.9);
}

.ring-offset-yellow-500\/95 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.95);
}

.ring-offset-yellow-600 {
  --tw-ring-offset-color: #ca8a04;
}

.ring-offset-yellow-600\/0 {
  --tw-ring-offset-color: rgb(202 138 4 / 0);
}

.ring-offset-yellow-600\/10 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.1);
}

.ring-offset-yellow-600\/100 {
  --tw-ring-offset-color: rgb(202 138 4 / 1);
}

.ring-offset-yellow-600\/15 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.15);
}

.ring-offset-yellow-600\/20 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.2);
}

.ring-offset-yellow-600\/25 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.25);
}

.ring-offset-yellow-600\/30 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.3);
}

.ring-offset-yellow-600\/35 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.35);
}

.ring-offset-yellow-600\/40 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.4);
}

.ring-offset-yellow-600\/45 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.45);
}

.ring-offset-yellow-600\/5 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.05);
}

.ring-offset-yellow-600\/50 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.5);
}

.ring-offset-yellow-600\/55 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.55);
}

.ring-offset-yellow-600\/60 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.6);
}

.ring-offset-yellow-600\/65 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.65);
}

.ring-offset-yellow-600\/70 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.7);
}

.ring-offset-yellow-600\/75 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.75);
}

.ring-offset-yellow-600\/80 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.8);
}

.ring-offset-yellow-600\/85 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.85);
}

.ring-offset-yellow-600\/90 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.9);
}

.ring-offset-yellow-600\/95 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.95);
}

.ring-offset-yellow-700 {
  --tw-ring-offset-color: #a16207;
}

.ring-offset-yellow-700\/0 {
  --tw-ring-offset-color: rgb(161 98 7 / 0);
}

.ring-offset-yellow-700\/10 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.1);
}

.ring-offset-yellow-700\/100 {
  --tw-ring-offset-color: rgb(161 98 7 / 1);
}

.ring-offset-yellow-700\/15 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.15);
}

.ring-offset-yellow-700\/20 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.2);
}

.ring-offset-yellow-700\/25 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.25);
}

.ring-offset-yellow-700\/30 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.3);
}

.ring-offset-yellow-700\/35 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.35);
}

.ring-offset-yellow-700\/40 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.4);
}

.ring-offset-yellow-700\/45 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.45);
}

.ring-offset-yellow-700\/5 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.05);
}

.ring-offset-yellow-700\/50 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.5);
}

.ring-offset-yellow-700\/55 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.55);
}

.ring-offset-yellow-700\/60 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.6);
}

.ring-offset-yellow-700\/65 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.65);
}

.ring-offset-yellow-700\/70 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.7);
}

.ring-offset-yellow-700\/75 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.75);
}

.ring-offset-yellow-700\/80 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.8);
}

.ring-offset-yellow-700\/85 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.85);
}

.ring-offset-yellow-700\/90 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.9);
}

.ring-offset-yellow-700\/95 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.95);
}

.ring-offset-yellow-800 {
  --tw-ring-offset-color: #854d0e;
}

.ring-offset-yellow-800\/0 {
  --tw-ring-offset-color: rgb(133 77 14 / 0);
}

.ring-offset-yellow-800\/10 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.1);
}

.ring-offset-yellow-800\/100 {
  --tw-ring-offset-color: rgb(133 77 14 / 1);
}

.ring-offset-yellow-800\/15 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.15);
}

.ring-offset-yellow-800\/20 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.2);
}

.ring-offset-yellow-800\/25 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.25);
}

.ring-offset-yellow-800\/30 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.3);
}

.ring-offset-yellow-800\/35 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.35);
}

.ring-offset-yellow-800\/40 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.4);
}

.ring-offset-yellow-800\/45 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.45);
}

.ring-offset-yellow-800\/5 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.05);
}

.ring-offset-yellow-800\/50 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.5);
}

.ring-offset-yellow-800\/55 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.55);
}

.ring-offset-yellow-800\/60 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.6);
}

.ring-offset-yellow-800\/65 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.65);
}

.ring-offset-yellow-800\/70 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.7);
}

.ring-offset-yellow-800\/75 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.75);
}

.ring-offset-yellow-800\/80 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.8);
}

.ring-offset-yellow-800\/85 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.85);
}

.ring-offset-yellow-800\/90 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.9);
}

.ring-offset-yellow-800\/95 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.95);
}

.ring-offset-yellow-900 {
  --tw-ring-offset-color: #713f12;
}

.ring-offset-yellow-900\/0 {
  --tw-ring-offset-color: rgb(113 63 18 / 0);
}

.ring-offset-yellow-900\/10 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.1);
}

.ring-offset-yellow-900\/100 {
  --tw-ring-offset-color: rgb(113 63 18 / 1);
}

.ring-offset-yellow-900\/15 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.15);
}

.ring-offset-yellow-900\/20 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.2);
}

.ring-offset-yellow-900\/25 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.25);
}

.ring-offset-yellow-900\/30 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.3);
}

.ring-offset-yellow-900\/35 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.35);
}

.ring-offset-yellow-900\/40 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.4);
}

.ring-offset-yellow-900\/45 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.45);
}

.ring-offset-yellow-900\/5 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.05);
}

.ring-offset-yellow-900\/50 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.5);
}

.ring-offset-yellow-900\/55 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.55);
}

.ring-offset-yellow-900\/60 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.6);
}

.ring-offset-yellow-900\/65 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.65);
}

.ring-offset-yellow-900\/70 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.7);
}

.ring-offset-yellow-900\/75 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.75);
}

.ring-offset-yellow-900\/80 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.8);
}

.ring-offset-yellow-900\/85 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.85);
}

.ring-offset-yellow-900\/90 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.9);
}

.ring-offset-yellow-900\/95 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.95);
}

.ring-offset-yellow-950 {
  --tw-ring-offset-color: #422006;
}

.ring-offset-yellow-950\/0 {
  --tw-ring-offset-color: rgb(66 32 6 / 0);
}

.ring-offset-yellow-950\/10 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.1);
}

.ring-offset-yellow-950\/100 {
  --tw-ring-offset-color: rgb(66 32 6 / 1);
}

.ring-offset-yellow-950\/15 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.15);
}

.ring-offset-yellow-950\/20 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.2);
}

.ring-offset-yellow-950\/25 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.25);
}

.ring-offset-yellow-950\/30 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.3);
}

.ring-offset-yellow-950\/35 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.35);
}

.ring-offset-yellow-950\/40 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.4);
}

.ring-offset-yellow-950\/45 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.45);
}

.ring-offset-yellow-950\/5 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.05);
}

.ring-offset-yellow-950\/50 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.5);
}

.ring-offset-yellow-950\/55 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.55);
}

.ring-offset-yellow-950\/60 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.6);
}

.ring-offset-yellow-950\/65 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.65);
}

.ring-offset-yellow-950\/70 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.7);
}

.ring-offset-yellow-950\/75 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.75);
}

.ring-offset-yellow-950\/80 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.8);
}

.ring-offset-yellow-950\/85 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.85);
}

.ring-offset-yellow-950\/90 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.9);
}

.ring-offset-yellow-950\/95 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.95);
}

.ring-offset-zinc-100 {
  --tw-ring-offset-color: #f4f4f5;
}

.ring-offset-zinc-100\/0 {
  --tw-ring-offset-color: rgb(244 244 245 / 0);
}

.ring-offset-zinc-100\/10 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.1);
}

.ring-offset-zinc-100\/100 {
  --tw-ring-offset-color: rgb(244 244 245 / 1);
}

.ring-offset-zinc-100\/15 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.15);
}

.ring-offset-zinc-100\/20 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.2);
}

.ring-offset-zinc-100\/25 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.25);
}

.ring-offset-zinc-100\/30 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.3);
}

.ring-offset-zinc-100\/35 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.35);
}

.ring-offset-zinc-100\/40 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.4);
}

.ring-offset-zinc-100\/45 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.45);
}

.ring-offset-zinc-100\/5 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.05);
}

.ring-offset-zinc-100\/50 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.5);
}

.ring-offset-zinc-100\/55 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.55);
}

.ring-offset-zinc-100\/60 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.6);
}

.ring-offset-zinc-100\/65 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.65);
}

.ring-offset-zinc-100\/70 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.7);
}

.ring-offset-zinc-100\/75 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.75);
}

.ring-offset-zinc-100\/80 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.8);
}

.ring-offset-zinc-100\/85 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.85);
}

.ring-offset-zinc-100\/90 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.9);
}

.ring-offset-zinc-100\/95 {
  --tw-ring-offset-color: rgb(244 244 245 / 0.95);
}

.ring-offset-zinc-200 {
  --tw-ring-offset-color: #e4e4e7;
}

.ring-offset-zinc-200\/0 {
  --tw-ring-offset-color: rgb(228 228 231 / 0);
}

.ring-offset-zinc-200\/10 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.1);
}

.ring-offset-zinc-200\/100 {
  --tw-ring-offset-color: rgb(228 228 231 / 1);
}

.ring-offset-zinc-200\/15 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.15);
}

.ring-offset-zinc-200\/20 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.2);
}

.ring-offset-zinc-200\/25 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.25);
}

.ring-offset-zinc-200\/30 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.3);
}

.ring-offset-zinc-200\/35 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.35);
}

.ring-offset-zinc-200\/40 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.4);
}

.ring-offset-zinc-200\/45 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.45);
}

.ring-offset-zinc-200\/5 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.05);
}

.ring-offset-zinc-200\/50 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.5);
}

.ring-offset-zinc-200\/55 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.55);
}

.ring-offset-zinc-200\/60 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.6);
}

.ring-offset-zinc-200\/65 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.65);
}

.ring-offset-zinc-200\/70 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.7);
}

.ring-offset-zinc-200\/75 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.75);
}

.ring-offset-zinc-200\/80 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.8);
}

.ring-offset-zinc-200\/85 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.85);
}

.ring-offset-zinc-200\/90 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.9);
}

.ring-offset-zinc-200\/95 {
  --tw-ring-offset-color: rgb(228 228 231 / 0.95);
}

.ring-offset-zinc-300 {
  --tw-ring-offset-color: #d4d4d8;
}

.ring-offset-zinc-300\/0 {
  --tw-ring-offset-color: rgb(212 212 216 / 0);
}

.ring-offset-zinc-300\/10 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.1);
}

.ring-offset-zinc-300\/100 {
  --tw-ring-offset-color: rgb(212 212 216 / 1);
}

.ring-offset-zinc-300\/15 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.15);
}

.ring-offset-zinc-300\/20 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.2);
}

.ring-offset-zinc-300\/25 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.25);
}

.ring-offset-zinc-300\/30 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.3);
}

.ring-offset-zinc-300\/35 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.35);
}

.ring-offset-zinc-300\/40 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.4);
}

.ring-offset-zinc-300\/45 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.45);
}

.ring-offset-zinc-300\/5 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.05);
}

.ring-offset-zinc-300\/50 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.5);
}

.ring-offset-zinc-300\/55 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.55);
}

.ring-offset-zinc-300\/60 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.6);
}

.ring-offset-zinc-300\/65 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.65);
}

.ring-offset-zinc-300\/70 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.7);
}

.ring-offset-zinc-300\/75 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.75);
}

.ring-offset-zinc-300\/80 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.8);
}

.ring-offset-zinc-300\/85 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.85);
}

.ring-offset-zinc-300\/90 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.9);
}

.ring-offset-zinc-300\/95 {
  --tw-ring-offset-color: rgb(212 212 216 / 0.95);
}

.ring-offset-zinc-400 {
  --tw-ring-offset-color: #a1a1aa;
}

.ring-offset-zinc-400\/0 {
  --tw-ring-offset-color: rgb(161 161 170 / 0);
}

.ring-offset-zinc-400\/10 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.1);
}

.ring-offset-zinc-400\/100 {
  --tw-ring-offset-color: rgb(161 161 170 / 1);
}

.ring-offset-zinc-400\/15 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.15);
}

.ring-offset-zinc-400\/20 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.2);
}

.ring-offset-zinc-400\/25 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.25);
}

.ring-offset-zinc-400\/30 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.3);
}

.ring-offset-zinc-400\/35 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.35);
}

.ring-offset-zinc-400\/40 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.4);
}

.ring-offset-zinc-400\/45 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.45);
}

.ring-offset-zinc-400\/5 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.05);
}

.ring-offset-zinc-400\/50 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.5);
}

.ring-offset-zinc-400\/55 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.55);
}

.ring-offset-zinc-400\/60 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.6);
}

.ring-offset-zinc-400\/65 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.65);
}

.ring-offset-zinc-400\/70 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.7);
}

.ring-offset-zinc-400\/75 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.75);
}

.ring-offset-zinc-400\/80 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.8);
}

.ring-offset-zinc-400\/85 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.85);
}

.ring-offset-zinc-400\/90 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.9);
}

.ring-offset-zinc-400\/95 {
  --tw-ring-offset-color: rgb(161 161 170 / 0.95);
}

.ring-offset-zinc-50 {
  --tw-ring-offset-color: #fafafa;
}

.ring-offset-zinc-50\/0 {
  --tw-ring-offset-color: rgb(250 250 250 / 0);
}

.ring-offset-zinc-50\/10 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.1);
}

.ring-offset-zinc-50\/100 {
  --tw-ring-offset-color: rgb(250 250 250 / 1);
}

.ring-offset-zinc-50\/15 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.15);
}

.ring-offset-zinc-50\/20 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.2);
}

.ring-offset-zinc-50\/25 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.25);
}

.ring-offset-zinc-50\/30 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.3);
}

.ring-offset-zinc-50\/35 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.35);
}

.ring-offset-zinc-50\/40 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.4);
}

.ring-offset-zinc-50\/45 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.45);
}

.ring-offset-zinc-50\/5 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.05);
}

.ring-offset-zinc-50\/50 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.5);
}

.ring-offset-zinc-50\/55 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.55);
}

.ring-offset-zinc-50\/60 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.6);
}

.ring-offset-zinc-50\/65 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.65);
}

.ring-offset-zinc-50\/70 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.7);
}

.ring-offset-zinc-50\/75 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.75);
}

.ring-offset-zinc-50\/80 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.8);
}

.ring-offset-zinc-50\/85 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.85);
}

.ring-offset-zinc-50\/90 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.9);
}

.ring-offset-zinc-50\/95 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.95);
}

.ring-offset-zinc-500 {
  --tw-ring-offset-color: #71717a;
}

.ring-offset-zinc-500\/0 {
  --tw-ring-offset-color: rgb(113 113 122 / 0);
}

.ring-offset-zinc-500\/10 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.1);
}

.ring-offset-zinc-500\/100 {
  --tw-ring-offset-color: rgb(113 113 122 / 1);
}

.ring-offset-zinc-500\/15 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.15);
}

.ring-offset-zinc-500\/20 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.2);
}

.ring-offset-zinc-500\/25 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.25);
}

.ring-offset-zinc-500\/30 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.3);
}

.ring-offset-zinc-500\/35 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.35);
}

.ring-offset-zinc-500\/40 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.4);
}

.ring-offset-zinc-500\/45 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.45);
}

.ring-offset-zinc-500\/5 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.05);
}

.ring-offset-zinc-500\/50 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.5);
}

.ring-offset-zinc-500\/55 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.55);
}

.ring-offset-zinc-500\/60 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.6);
}

.ring-offset-zinc-500\/65 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.65);
}

.ring-offset-zinc-500\/70 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.7);
}

.ring-offset-zinc-500\/75 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.75);
}

.ring-offset-zinc-500\/80 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.8);
}

.ring-offset-zinc-500\/85 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.85);
}

.ring-offset-zinc-500\/90 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.9);
}

.ring-offset-zinc-500\/95 {
  --tw-ring-offset-color: rgb(113 113 122 / 0.95);
}

.ring-offset-zinc-600 {
  --tw-ring-offset-color: #52525b;
}

.ring-offset-zinc-600\/0 {
  --tw-ring-offset-color: rgb(82 82 91 / 0);
}

.ring-offset-zinc-600\/10 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.1);
}

.ring-offset-zinc-600\/100 {
  --tw-ring-offset-color: rgb(82 82 91 / 1);
}

.ring-offset-zinc-600\/15 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.15);
}

.ring-offset-zinc-600\/20 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.2);
}

.ring-offset-zinc-600\/25 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.25);
}

.ring-offset-zinc-600\/30 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.3);
}

.ring-offset-zinc-600\/35 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.35);
}

.ring-offset-zinc-600\/40 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.4);
}

.ring-offset-zinc-600\/45 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.45);
}

.ring-offset-zinc-600\/5 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.05);
}

.ring-offset-zinc-600\/50 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.5);
}

.ring-offset-zinc-600\/55 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.55);
}

.ring-offset-zinc-600\/60 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.6);
}

.ring-offset-zinc-600\/65 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.65);
}

.ring-offset-zinc-600\/70 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.7);
}

.ring-offset-zinc-600\/75 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.75);
}

.ring-offset-zinc-600\/80 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.8);
}

.ring-offset-zinc-600\/85 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.85);
}

.ring-offset-zinc-600\/90 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.9);
}

.ring-offset-zinc-600\/95 {
  --tw-ring-offset-color: rgb(82 82 91 / 0.95);
}

.ring-offset-zinc-700 {
  --tw-ring-offset-color: #3f3f46;
}

.ring-offset-zinc-700\/0 {
  --tw-ring-offset-color: rgb(63 63 70 / 0);
}

.ring-offset-zinc-700\/10 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.1);
}

.ring-offset-zinc-700\/100 {
  --tw-ring-offset-color: rgb(63 63 70 / 1);
}

.ring-offset-zinc-700\/15 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.15);
}

.ring-offset-zinc-700\/20 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.2);
}

.ring-offset-zinc-700\/25 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.25);
}

.ring-offset-zinc-700\/30 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.3);
}

.ring-offset-zinc-700\/35 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.35);
}

.ring-offset-zinc-700\/40 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.4);
}

.ring-offset-zinc-700\/45 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.45);
}

.ring-offset-zinc-700\/5 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.05);
}

.ring-offset-zinc-700\/50 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.5);
}

.ring-offset-zinc-700\/55 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.55);
}

.ring-offset-zinc-700\/60 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.6);
}

.ring-offset-zinc-700\/65 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.65);
}

.ring-offset-zinc-700\/70 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.7);
}

.ring-offset-zinc-700\/75 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.75);
}

.ring-offset-zinc-700\/80 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.8);
}

.ring-offset-zinc-700\/85 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.85);
}

.ring-offset-zinc-700\/90 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.9);
}

.ring-offset-zinc-700\/95 {
  --tw-ring-offset-color: rgb(63 63 70 / 0.95);
}

.ring-offset-zinc-800 {
  --tw-ring-offset-color: #27272a;
}

.ring-offset-zinc-800\/0 {
  --tw-ring-offset-color: rgb(39 39 42 / 0);
}

.ring-offset-zinc-800\/10 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.1);
}

.ring-offset-zinc-800\/100 {
  --tw-ring-offset-color: rgb(39 39 42 / 1);
}

.ring-offset-zinc-800\/15 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.15);
}

.ring-offset-zinc-800\/20 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.2);
}

.ring-offset-zinc-800\/25 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.25);
}

.ring-offset-zinc-800\/30 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.3);
}

.ring-offset-zinc-800\/35 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.35);
}

.ring-offset-zinc-800\/40 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.4);
}

.ring-offset-zinc-800\/45 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.45);
}

.ring-offset-zinc-800\/5 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.05);
}

.ring-offset-zinc-800\/50 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.5);
}

.ring-offset-zinc-800\/55 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.55);
}

.ring-offset-zinc-800\/60 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.6);
}

.ring-offset-zinc-800\/65 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.65);
}

.ring-offset-zinc-800\/70 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.7);
}

.ring-offset-zinc-800\/75 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.75);
}

.ring-offset-zinc-800\/80 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.8);
}

.ring-offset-zinc-800\/85 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.85);
}

.ring-offset-zinc-800\/90 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.9);
}

.ring-offset-zinc-800\/95 {
  --tw-ring-offset-color: rgb(39 39 42 / 0.95);
}

.ring-offset-zinc-900 {
  --tw-ring-offset-color: #18181b;
}

.ring-offset-zinc-900\/0 {
  --tw-ring-offset-color: rgb(24 24 27 / 0);
}

.ring-offset-zinc-900\/10 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.1);
}

.ring-offset-zinc-900\/100 {
  --tw-ring-offset-color: rgb(24 24 27 / 1);
}

.ring-offset-zinc-900\/15 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.15);
}

.ring-offset-zinc-900\/20 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.2);
}

.ring-offset-zinc-900\/25 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.25);
}

.ring-offset-zinc-900\/30 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.3);
}

.ring-offset-zinc-900\/35 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.35);
}

.ring-offset-zinc-900\/40 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.4);
}

.ring-offset-zinc-900\/45 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.45);
}

.ring-offset-zinc-900\/5 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.05);
}

.ring-offset-zinc-900\/50 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.5);
}

.ring-offset-zinc-900\/55 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.55);
}

.ring-offset-zinc-900\/60 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.6);
}

.ring-offset-zinc-900\/65 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.65);
}

.ring-offset-zinc-900\/70 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.7);
}

.ring-offset-zinc-900\/75 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.75);
}

.ring-offset-zinc-900\/80 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.8);
}

.ring-offset-zinc-900\/85 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.85);
}

.ring-offset-zinc-900\/90 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.9);
}

.ring-offset-zinc-900\/95 {
  --tw-ring-offset-color: rgb(24 24 27 / 0.95);
}

.ring-offset-zinc-950 {
  --tw-ring-offset-color: #09090b;
}

.ring-offset-zinc-950\/0 {
  --tw-ring-offset-color: rgb(9 9 11 / 0);
}

.ring-offset-zinc-950\/10 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.1);
}

.ring-offset-zinc-950\/100 {
  --tw-ring-offset-color: rgb(9 9 11 / 1);
}

.ring-offset-zinc-950\/15 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.15);
}

.ring-offset-zinc-950\/20 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.2);
}

.ring-offset-zinc-950\/25 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.25);
}

.ring-offset-zinc-950\/30 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.3);
}

.ring-offset-zinc-950\/35 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.35);
}

.ring-offset-zinc-950\/40 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.4);
}

.ring-offset-zinc-950\/45 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.45);
}

.ring-offset-zinc-950\/5 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.05);
}

.ring-offset-zinc-950\/50 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.5);
}

.ring-offset-zinc-950\/55 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.55);
}

.ring-offset-zinc-950\/60 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.6);
}

.ring-offset-zinc-950\/65 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.65);
}

.ring-offset-zinc-950\/70 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.7);
}

.ring-offset-zinc-950\/75 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.75);
}

.ring-offset-zinc-950\/80 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.8);
}

.ring-offset-zinc-950\/85 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.85);
}

.ring-offset-zinc-950\/90 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.9);
}

.ring-offset-zinc-950\/95 {
  --tw-ring-offset-color: rgb(9 9 11 / 0.95);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-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));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !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);
}

.filter-none {
  filter: none;
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-55 {
  --tw-backdrop-opacity: opacity(0.55);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-none {
  transition-property: none;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.contain-none {
  contain: none;
}

.contain-content {
  contain: content;
}

.contain-strict {
  contain: strict;
}

.contain-size {
  --tw-contain-size: size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-inline-size {
  --tw-contain-size: inline-size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-layout {
  --tw-contain-layout: layout;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-paint {
  --tw-contain-paint: paint;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-style {
  --tw-contain-style: style;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.forced-color-adjust-auto {
  forced-color-adjust: auto;
}

.forced-color-adjust-none {
  forced-color-adjust: none;
}

/* Remove dividing borders between Searchable options (rows) only */

.searchable-dropdown>:not([hidden])~:not([hidden]) {
  border-top-width: 0px;
}

/* Custom test result helpers */

.ok {
  color:#16a34a;
  padding:4px 8px;
  border-left:4px solid #16a34a;
  background:#f0fdf4;
  border-radius:4px;
}

.fail {
  color:#dc2626;
  padding:4px 8px;
  border-left:4px solid #dc2626;
  background:#fef2f2;
  border-radius:4px;
}

/* Validation helper classes */

.is-error {
  border-bottom-color:#ef4444 !important;
}

.is-success {
  border-bottom-color:#22c55e !important;
}

/* Utility classes used by SJS.Page */

.page {
  position:relative;
}

/* Button groups */

.btn-group {
  display:inline-flex;
}

/* Select and Option dark mode theming */

select {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

select option {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.dark select {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.dark select option {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

/* =========================================
 SJS Dialog Widget
 ========================================= */

.sjs-dialog-overlay {
  position: fixed;
  inset: 0px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(107 114 128 / 0.5);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: 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: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  visibility:visible;
  opacity:1;
}

.sjs-dialog-overlay.hidden {
  opacity: 0;
  visibility:hidden;
  pointer-events:none;
}

.sjs-dialog-container {
  display: flex;
  max-height: 90vh;
  max-width: 90vw;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.sjs-dialog-container:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.sjs-dialog-container {
  width:auto;
  min-width:400px;
  /* Ensure centering if not dragging */
  margin:auto;
}

.sjs-dialog-header {
  display: flex;
  cursor: move;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sjs-dialog-header:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  background-color: rgb(30 41 59 / 0.5);
}

.sjs-dialog-title {
  margin-right: 1rem;
  flex-grow: 1;
}

.sjs-dialog-title-text {
  pointer-events: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.sjs-dialog-title-text:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.sjs-dialog-close {
  margin-left: 1rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.sjs-dialog-close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.sjs-dialog-close:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.sjs-dialog-close svg {
  height: 1.25rem;
  width: 1.25rem;
}

.sjs-dialog-content {
  flex-grow: 1;
  overflow: auto;
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.sjs-dialog-content:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

/* =========================================
   SJS ColorPicker Widget
   ========================================= */

/* Dialog overlay override for colorpicker */

.sjs-colorpicker-dialog-overlay {
  position: fixed;
  inset: 0px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sjs-colorpicker-dialog-overlay .sjs-dialog-container {
  width: auto;
  min-width: auto;
  max-width: 320px;
}

.sjs-colorpicker-dialog-overlay .sjs-dialog-content {
  padding: 1rem;
}

/* Two-column grid layout (label left, controls right) */

.sjs-colorpicker-group {
  margin-bottom: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .sjs-colorpicker-group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.sjs-colorpicker-group-stacked {
  margin-bottom: 0.75rem;
  display: block;
}

.sjs-colorpicker-group-stacked > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

/* Label */

.sjs-colorpicker-label {
  order: 2;
  display: block;
  align-self: flex-start;
  justify-self: start;
  padding-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .sjs-colorpicker-label {
    order: 1;
    grid-column: span 1 / span 1;
  }
}

.dark .sjs-colorpicker-label {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

/* Controls wrapper */

.sjs-colorpicker-controls {
  order: 1;
}

@media (min-width: 768px) {
  .sjs-colorpicker-controls {
    order: 2;
    grid-column: span 2 / span 2;
  }
}

/* Input container holds swatch + hex text */

.sjs-colorpicker-input-container {
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.sjs-colorpicker-input-container:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.sjs-colorpicker-input-container {
  height: 2.5rem;
}

.dark .sjs-colorpicker-input-container {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.sjs-colorpicker-input-container:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.sjs-colorpicker-input-container:hover:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

/* Swatch - small color square at left */

.sjs-colorpicker-swatch {
  margin-left: 0.25rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.sjs-colorpicker-swatch:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.sjs-colorpicker-swatch {
  width: 1.75rem;
  height: 1.75rem;
  background-color: transparent;
}

/* Hex text input */

.sjs-colorpicker-hex {
  flex: 1 1 0%;
  border-style: none;
  background-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.sjs-colorpicker-hex:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.sjs-colorpicker-hex: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.sjs-colorpicker-hex::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.sjs-colorpicker-hex::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.sjs-colorpicker-hex:is(.dark *)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.sjs-colorpicker-hex:is(.dark *)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

/* =========================================
   SJS ColorPicker Dialog Content
   ========================================= */

/* Root flex column inside dialog content */

.sjs-cp-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* Canvas row: SV + Hue side by side */

.sjs-cp-canvas-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0.5rem;
}

/* Saturation/Value box */

.sjs-cp-sv-canvas {
  cursor: crosshair;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.sjs-cp-sv-canvas:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

/* Hue slider */

.sjs-cp-hue-canvas {
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.sjs-cp-hue-canvas:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.sjs-cp-hue-canvas {
  width: 28px;
}

/* Info row: preview circle + hex + rgb */

.sjs-cp-info-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* Large preview circle */

.sjs-cp-preview {
  flex-shrink: 0;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.sjs-cp-preview:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.sjs-cp-preview {
  width: 2.5rem;
  height: 2.5rem;
}

/* Dialog hex input */

.sjs-cp-dialog-input {
  height: 2.25rem;
  width: 6rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.sjs-cp-dialog-input:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.sjs-cp-dialog-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.sjs-cp-dialog-input:focus:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

/* RGB inputs wrapper */

.sjs-cp-rgb-wrap {
  display: flex;
  flex: 1 1 0%;
  justify-content: flex-end;
  gap: 0.25rem;
}

.sjs-cp-rgb-col {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* label is absolutely positioned so only the input contributes
     to the column’s height; this keeps the RGB boxes vertically
     aligned with the hex input in the centered info-row */
}

.sjs-cp-rgb {
  width: 2.75rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.sjs-cp-rgb-label {
  position: absolute;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.sjs-cp-rgb-label:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.sjs-cp-rgb-label {
  top: 100%;
  margin-top: 0.125rem;
  /* gap-0.5 */
}

/* Button row */

.sjs-cp-btn-row {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 0.25rem;
}

/* Validation states */

.sjs-colorpicker-group.is-error .sjs-colorpicker-input-container,
.sjs-colorpicker-group-stacked.is-error .sjs-colorpicker-input-container {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.sjs-colorpicker-group.is-success .sjs-colorpicker-input-container,
.sjs-colorpicker-group-stacked.is-success .sjs-colorpicker-input-container {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

/* =========================================
SJS Image Widget
========================================= */

/* Two-column grid layout (label left, image right) */

.sjs-image-group {
  position: relative;
  margin-bottom: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .sjs-image-group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.sjs-image-group {
  min-height: 2.5rem;
}

/* Full-width layout when no label */

.sjs-image-group-stacked {
  position: relative;
  margin-bottom: 0.75rem;
  width: 100%;
}

/* Image styling */

.sjs-image-label {
  order: 2;
  justify-self: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.sjs-image-label:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .sjs-image-label {
    order: 1;
    grid-column: span 1 / span 1;
  }
}

.sjs-image {
  order: 1;
  height: auto;
  width: 100%;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.sjs-image:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .sjs-image {
    order: 2;
    grid-column: span 2 / span 2;
  }
}

.sjs-image {
  max-height: 200px;
}

.sjs-image.disabled,
.sjs-image[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}

.sjs-image-upload-btn,
.sjs-image-reset-btn {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.sjs-image-upload-btn:hover,
.sjs-image-reset-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.sjs-image-upload-btn:is(.dark *),
.sjs-image-reset-btn:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.sjs-image-upload-btn:hover:is(.dark *),
.sjs-image-reset-btn:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.sjs-image-upload-btn:hover,
.sjs-image-reset-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.sjs-image-upload-btn:hover:is(.dark *),
.sjs-image-reset-btn:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.sjs-image-required {
  margin-left: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.sjs-image-cross-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.sjs-image-cross-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.sjs-image-cross-btn {
  position: absolute !important;
  width: 20px !important;
  height: 20px !important;
  font-size: 14px !important;
  line-height: 18px !important;
  top: 8px !important;
  right: 8px !important;
}

.sjs-image-cross-btn:hover {
  transform: scale(1.1);
}

/* =========================================
SJS Scribble Widget
========================================= */

/* Two-column grid layout (label left, canvas right) */

.sjs-scribble-group {
  margin-bottom: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .sjs-scribble-group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.sjs-scribble-group {
  min-height: 2.5rem;
}

/* Full-width layout when no label */

.sjs-scribble-group-stacked {
  margin-bottom: 0.75rem;
  width: 100%;
}

/* Scribble label */

.sjs-scribble-label {
  order: 2;
  justify-self: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.sjs-scribble-label:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .sjs-scribble-label {
    order: 1;
    grid-column: span 1 / span 1;
  }
}

/* Canvas wrapper - relative container for canvas + resize button */

.sjs-scribble-canvas-wrap {
  position: relative;
  order: 1;
}

@media (min-width: 768px) {
  .sjs-scribble-canvas-wrap {
    order: 2;
    grid-column: span 2 / span 2;
  }
}

/* Canvas styling */

.sjs-scribble-canvas {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.sjs-scribble-canvas:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.sjs-scribble-canvas {
  cursor: crosshair;
  touch-action: none;
}

.sjs-scribble-canvas.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

/* Resize/fullscreen and Reset buttons */

.sjs-scribble-resize-btn,
.sjs-scribble-reset-btn {
  position: absolute;
  top: 0.5rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  border-radius: 0.25rem;
  background-color: rgb(255 255 255 / 0.8);
}

.sjs-scribble-resize-btn:hover,
.sjs-scribble-reset-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.sjs-scribble-resize-btn,
.sjs-scribble-reset-btn {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.sjs-scribble-resize-btn:is(.dark *),
.sjs-scribble-reset-btn:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.sjs-scribble-resize-btn,
.sjs-scribble-reset-btn {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.sjs-scribble-resize-btn:hover,
.sjs-scribble-reset-btn:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.sjs-scribble-resize-btn:is(.dark *),
.sjs-scribble-reset-btn:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.sjs-scribble-resize-btn:hover:is(.dark *),
.sjs-scribble-reset-btn:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.sjs-scribble-resize-btn:is(.dark *),
.sjs-scribble-reset-btn:is(.dark *) {
  background-color: rgb(30 41 59 / 0.8);
}

.sjs-scribble-resize-btn:hover:is(.dark *),
.sjs-scribble-reset-btn:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.sjs-scribble-resize-btn,
.sjs-scribble-reset-btn {
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  opacity: 0;
}

.sjs-scribble-resize-btn {
  right: 0.5rem;
}

.sjs-scribble-reset-btn {
  right: 3rem;
}

.sjs-scribble-canvas-wrap:hover .sjs-scribble-resize-btn,
.sjs-scribble-canvas-wrap:hover .sjs-scribble-reset-btn {
  opacity: 1;
}

.sjs-scribble-resize-btn[disabled],
.sjs-scribble-reset-btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

/* =========================================
SJS RangeSlider Widget
========================================= */

/* Two-column grid layout (label left, slider right) */

.sjs-range-slider-group {
  margin-bottom: 0.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .sjs-range-slider-group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.sjs-range-slider-group {
  min-height: 2.5rem;
}

/* Full-width layout when no label */

.sjs-range-slider-group-stacked {
  margin-bottom: 0.75rem;
  width: 100%;
}

/* Range slider label */

.sjs-range-slider-label {
  order: 2;
  justify-self: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.sjs-range-slider-label:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .sjs-range-slider-label {
    order: 1;
    grid-column: span 1 / span 1;
  }
}

/* Only change width/column styling as requested */

.sjs-range-slider {
  order: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .sjs-range-slider {
    order: 2;
    grid-column: span 2 / span 2;
  }
}

/* Required indicator */

.sjs-range-slider-required {
  margin-left: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.hover\:border-blue-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-100\/0:hover {
  border-color: rgb(219 234 254 / 0);
}

.hover\:border-blue-100\/10:hover {
  border-color: rgb(219 234 254 / 0.1);
}

.hover\:border-blue-100\/100:hover {
  border-color: rgb(219 234 254 / 1);
}

.hover\:border-blue-100\/15:hover {
  border-color: rgb(219 234 254 / 0.15);
}

.hover\:border-blue-100\/20:hover {
  border-color: rgb(219 234 254 / 0.2);
}

.hover\:border-blue-100\/25:hover {
  border-color: rgb(219 234 254 / 0.25);
}

.hover\:border-blue-100\/30:hover {
  border-color: rgb(219 234 254 / 0.3);
}

.hover\:border-blue-100\/35:hover {
  border-color: rgb(219 234 254 / 0.35);
}

.hover\:border-blue-100\/40:hover {
  border-color: rgb(219 234 254 / 0.4);
}

.hover\:border-blue-100\/45:hover {
  border-color: rgb(219 234 254 / 0.45);
}

.hover\:border-blue-100\/5:hover {
  border-color: rgb(219 234 254 / 0.05);
}

.hover\:border-blue-100\/50:hover {
  border-color: rgb(219 234 254 / 0.5);
}

.hover\:border-blue-100\/55:hover {
  border-color: rgb(219 234 254 / 0.55);
}

.hover\:border-blue-100\/60:hover {
  border-color: rgb(219 234 254 / 0.6);
}

.hover\:border-blue-100\/65:hover {
  border-color: rgb(219 234 254 / 0.65);
}

.hover\:border-blue-100\/70:hover {
  border-color: rgb(219 234 254 / 0.7);
}

.hover\:border-blue-100\/75:hover {
  border-color: rgb(219 234 254 / 0.75);
}

.hover\:border-blue-100\/80:hover {
  border-color: rgb(219 234 254 / 0.8);
}

.hover\:border-blue-100\/85:hover {
  border-color: rgb(219 234 254 / 0.85);
}

.hover\:border-blue-100\/90:hover {
  border-color: rgb(219 234 254 / 0.9);
}

.hover\:border-blue-100\/95:hover {
  border-color: rgb(219 234 254 / 0.95);
}

.hover\:border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-200\/0:hover {
  border-color: rgb(191 219 254 / 0);
}

.hover\:border-blue-200\/10:hover {
  border-color: rgb(191 219 254 / 0.1);
}

.hover\:border-blue-200\/100:hover {
  border-color: rgb(191 219 254 / 1);
}

.hover\:border-blue-200\/15:hover {
  border-color: rgb(191 219 254 / 0.15);
}

.hover\:border-blue-200\/20:hover {
  border-color: rgb(191 219 254 / 0.2);
}

.hover\:border-blue-200\/25:hover {
  border-color: rgb(191 219 254 / 0.25);
}

.hover\:border-blue-200\/30:hover {
  border-color: rgb(191 219 254 / 0.3);
}

.hover\:border-blue-200\/35:hover {
  border-color: rgb(191 219 254 / 0.35);
}

.hover\:border-blue-200\/40:hover {
  border-color: rgb(191 219 254 / 0.4);
}

.hover\:border-blue-200\/45:hover {
  border-color: rgb(191 219 254 / 0.45);
}

.hover\:border-blue-200\/5:hover {
  border-color: rgb(191 219 254 / 0.05);
}

.hover\:border-blue-200\/50:hover {
  border-color: rgb(191 219 254 / 0.5);
}

.hover\:border-blue-200\/55:hover {
  border-color: rgb(191 219 254 / 0.55);
}

.hover\:border-blue-200\/60:hover {
  border-color: rgb(191 219 254 / 0.6);
}

.hover\:border-blue-200\/65:hover {
  border-color: rgb(191 219 254 / 0.65);
}

.hover\:border-blue-200\/70:hover {
  border-color: rgb(191 219 254 / 0.7);
}

.hover\:border-blue-200\/75:hover {
  border-color: rgb(191 219 254 / 0.75);
}

.hover\:border-blue-200\/80:hover {
  border-color: rgb(191 219 254 / 0.8);
}

.hover\:border-blue-200\/85:hover {
  border-color: rgb(191 219 254 / 0.85);
}

.hover\:border-blue-200\/90:hover {
  border-color: rgb(191 219 254 / 0.9);
}

.hover\:border-blue-200\/95:hover {
  border-color: rgb(191 219 254 / 0.95);
}

.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-300\/0:hover {
  border-color: rgb(147 197 253 / 0);
}

.hover\:border-blue-300\/10:hover {
  border-color: rgb(147 197 253 / 0.1);
}

.hover\:border-blue-300\/100:hover {
  border-color: rgb(147 197 253 / 1);
}

.hover\:border-blue-300\/15:hover {
  border-color: rgb(147 197 253 / 0.15);
}

.hover\:border-blue-300\/20:hover {
  border-color: rgb(147 197 253 / 0.2);
}

.hover\:border-blue-300\/25:hover {
  border-color: rgb(147 197 253 / 0.25);
}

.hover\:border-blue-300\/30:hover {
  border-color: rgb(147 197 253 / 0.3);
}

.hover\:border-blue-300\/35:hover {
  border-color: rgb(147 197 253 / 0.35);
}

.hover\:border-blue-300\/40:hover {
  border-color: rgb(147 197 253 / 0.4);
}

.hover\:border-blue-300\/45:hover {
  border-color: rgb(147 197 253 / 0.45);
}

.hover\:border-blue-300\/5:hover {
  border-color: rgb(147 197 253 / 0.05);
}

.hover\:border-blue-300\/50:hover {
  border-color: rgb(147 197 253 / 0.5);
}

.hover\:border-blue-300\/55:hover {
  border-color: rgb(147 197 253 / 0.55);
}

.hover\:border-blue-300\/60:hover {
  border-color: rgb(147 197 253 / 0.6);
}

.hover\:border-blue-300\/65:hover {
  border-color: rgb(147 197 253 / 0.65);
}

.hover\:border-blue-300\/70:hover {
  border-color: rgb(147 197 253 / 0.7);
}

.hover\:border-blue-300\/75:hover {
  border-color: rgb(147 197 253 / 0.75);
}

.hover\:border-blue-300\/80:hover {
  border-color: rgb(147 197 253 / 0.8);
}

.hover\:border-blue-300\/85:hover {
  border-color: rgb(147 197 253 / 0.85);
}

.hover\:border-blue-300\/90:hover {
  border-color: rgb(147 197 253 / 0.9);
}

.hover\:border-blue-300\/95:hover {
  border-color: rgb(147 197 253 / 0.95);
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-400\/0:hover {
  border-color: rgb(96 165 250 / 0);
}

.hover\:border-blue-400\/10:hover {
  border-color: rgb(96 165 250 / 0.1);
}

.hover\:border-blue-400\/100:hover {
  border-color: rgb(96 165 250 / 1);
}

.hover\:border-blue-400\/15:hover {
  border-color: rgb(96 165 250 / 0.15);
}

.hover\:border-blue-400\/20:hover {
  border-color: rgb(96 165 250 / 0.2);
}

.hover\:border-blue-400\/25:hover {
  border-color: rgb(96 165 250 / 0.25);
}

.hover\:border-blue-400\/30:hover {
  border-color: rgb(96 165 250 / 0.3);
}

.hover\:border-blue-400\/35:hover {
  border-color: rgb(96 165 250 / 0.35);
}

.hover\:border-blue-400\/40:hover {
  border-color: rgb(96 165 250 / 0.4);
}

.hover\:border-blue-400\/45:hover {
  border-color: rgb(96 165 250 / 0.45);
}

.hover\:border-blue-400\/5:hover {
  border-color: rgb(96 165 250 / 0.05);
}

.hover\:border-blue-400\/50:hover {
  border-color: rgb(96 165 250 / 0.5);
}

.hover\:border-blue-400\/55:hover {
  border-color: rgb(96 165 250 / 0.55);
}

.hover\:border-blue-400\/60:hover {
  border-color: rgb(96 165 250 / 0.6);
}

.hover\:border-blue-400\/65:hover {
  border-color: rgb(96 165 250 / 0.65);
}

.hover\:border-blue-400\/70:hover {
  border-color: rgb(96 165 250 / 0.7);
}

.hover\:border-blue-400\/75:hover {
  border-color: rgb(96 165 250 / 0.75);
}

.hover\:border-blue-400\/80:hover {
  border-color: rgb(96 165 250 / 0.8);
}

.hover\:border-blue-400\/85:hover {
  border-color: rgb(96 165 250 / 0.85);
}

.hover\:border-blue-400\/90:hover {
  border-color: rgb(96 165 250 / 0.9);
}

.hover\:border-blue-400\/95:hover {
  border-color: rgb(96 165 250 / 0.95);
}

.hover\:border-blue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-50\/0:hover {
  border-color: rgb(239 246 255 / 0);
}

.hover\:border-blue-50\/10:hover {
  border-color: rgb(239 246 255 / 0.1);
}

.hover\:border-blue-50\/100:hover {
  border-color: rgb(239 246 255 / 1);
}

.hover\:border-blue-50\/15:hover {
  border-color: rgb(239 246 255 / 0.15);
}

.hover\:border-blue-50\/20:hover {
  border-color: rgb(239 246 255 / 0.2);
}

.hover\:border-blue-50\/25:hover {
  border-color: rgb(239 246 255 / 0.25);
}

.hover\:border-blue-50\/30:hover {
  border-color: rgb(239 246 255 / 0.3);
}

.hover\:border-blue-50\/35:hover {
  border-color: rgb(239 246 255 / 0.35);
}

.hover\:border-blue-50\/40:hover {
  border-color: rgb(239 246 255 / 0.4);
}

.hover\:border-blue-50\/45:hover {
  border-color: rgb(239 246 255 / 0.45);
}

.hover\:border-blue-50\/5:hover {
  border-color: rgb(239 246 255 / 0.05);
}

.hover\:border-blue-50\/50:hover {
  border-color: rgb(239 246 255 / 0.5);
}

.hover\:border-blue-50\/55:hover {
  border-color: rgb(239 246 255 / 0.55);
}

.hover\:border-blue-50\/60:hover {
  border-color: rgb(239 246 255 / 0.6);
}

.hover\:border-blue-50\/65:hover {
  border-color: rgb(239 246 255 / 0.65);
}

.hover\:border-blue-50\/70:hover {
  border-color: rgb(239 246 255 / 0.7);
}

.hover\:border-blue-50\/75:hover {
  border-color: rgb(239 246 255 / 0.75);
}

.hover\:border-blue-50\/80:hover {
  border-color: rgb(239 246 255 / 0.8);
}

.hover\:border-blue-50\/85:hover {
  border-color: rgb(239 246 255 / 0.85);
}

.hover\:border-blue-50\/90:hover {
  border-color: rgb(239 246 255 / 0.9);
}

.hover\:border-blue-50\/95:hover {
  border-color: rgb(239 246 255 / 0.95);
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-500\/0:hover {
  border-color: rgb(59 130 246 / 0);
}

.hover\:border-blue-500\/10:hover {
  border-color: rgb(59 130 246 / 0.1);
}

.hover\:border-blue-500\/100:hover {
  border-color: rgb(59 130 246 / 1);
}

.hover\:border-blue-500\/15:hover {
  border-color: rgb(59 130 246 / 0.15);
}

.hover\:border-blue-500\/20:hover {
  border-color: rgb(59 130 246 / 0.2);
}

.hover\:border-blue-500\/25:hover {
  border-color: rgb(59 130 246 / 0.25);
}

.hover\:border-blue-500\/30:hover {
  border-color: rgb(59 130 246 / 0.3);
}

.hover\:border-blue-500\/35:hover {
  border-color: rgb(59 130 246 / 0.35);
}

.hover\:border-blue-500\/40:hover {
  border-color: rgb(59 130 246 / 0.4);
}

.hover\:border-blue-500\/45:hover {
  border-color: rgb(59 130 246 / 0.45);
}

.hover\:border-blue-500\/5:hover {
  border-color: rgb(59 130 246 / 0.05);
}

.hover\:border-blue-500\/50:hover {
  border-color: rgb(59 130 246 / 0.5);
}

.hover\:border-blue-500\/55:hover {
  border-color: rgb(59 130 246 / 0.55);
}

.hover\:border-blue-500\/60:hover {
  border-color: rgb(59 130 246 / 0.6);
}

.hover\:border-blue-500\/65:hover {
  border-color: rgb(59 130 246 / 0.65);
}

.hover\:border-blue-500\/70:hover {
  border-color: rgb(59 130 246 / 0.7);
}

.hover\:border-blue-500\/75:hover {
  border-color: rgb(59 130 246 / 0.75);
}

.hover\:border-blue-500\/80:hover {
  border-color: rgb(59 130 246 / 0.8);
}

.hover\:border-blue-500\/85:hover {
  border-color: rgb(59 130 246 / 0.85);
}

.hover\:border-blue-500\/90:hover {
  border-color: rgb(59 130 246 / 0.9);
}

.hover\:border-blue-500\/95:hover {
  border-color: rgb(59 130 246 / 0.95);
}

.hover\:border-blue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-600\/0:hover {
  border-color: rgb(37 99 235 / 0);
}

.hover\:border-blue-600\/10:hover {
  border-color: rgb(37 99 235 / 0.1);
}

.hover\:border-blue-600\/100:hover {
  border-color: rgb(37 99 235 / 1);
}

.hover\:border-blue-600\/15:hover {
  border-color: rgb(37 99 235 / 0.15);
}

.hover\:border-blue-600\/20:hover {
  border-color: rgb(37 99 235 / 0.2);
}

.hover\:border-blue-600\/25:hover {
  border-color: rgb(37 99 235 / 0.25);
}

.hover\:border-blue-600\/30:hover {
  border-color: rgb(37 99 235 / 0.3);
}

.hover\:border-blue-600\/35:hover {
  border-color: rgb(37 99 235 / 0.35);
}

.hover\:border-blue-600\/40:hover {
  border-color: rgb(37 99 235 / 0.4);
}

.hover\:border-blue-600\/45:hover {
  border-color: rgb(37 99 235 / 0.45);
}

.hover\:border-blue-600\/5:hover {
  border-color: rgb(37 99 235 / 0.05);
}

.hover\:border-blue-600\/50:hover {
  border-color: rgb(37 99 235 / 0.5);
}

.hover\:border-blue-600\/55:hover {
  border-color: rgb(37 99 235 / 0.55);
}

.hover\:border-blue-600\/60:hover {
  border-color: rgb(37 99 235 / 0.6);
}

.hover\:border-blue-600\/65:hover {
  border-color: rgb(37 99 235 / 0.65);
}

.hover\:border-blue-600\/70:hover {
  border-color: rgb(37 99 235 / 0.7);
}

.hover\:border-blue-600\/75:hover {
  border-color: rgb(37 99 235 / 0.75);
}

.hover\:border-blue-600\/80:hover {
  border-color: rgb(37 99 235 / 0.8);
}

.hover\:border-blue-600\/85:hover {
  border-color: rgb(37 99 235 / 0.85);
}

.hover\:border-blue-600\/90:hover {
  border-color: rgb(37 99 235 / 0.9);
}

.hover\:border-blue-600\/95:hover {
  border-color: rgb(37 99 235 / 0.95);
}

.hover\:border-blue-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-700\/0:hover {
  border-color: rgb(29 78 216 / 0);
}

.hover\:border-blue-700\/10:hover {
  border-color: rgb(29 78 216 / 0.1);
}

.hover\:border-blue-700\/100:hover {
  border-color: rgb(29 78 216 / 1);
}

.hover\:border-blue-700\/15:hover {
  border-color: rgb(29 78 216 / 0.15);
}

.hover\:border-blue-700\/20:hover {
  border-color: rgb(29 78 216 / 0.2);
}

.hover\:border-blue-700\/25:hover {
  border-color: rgb(29 78 216 / 0.25);
}

.hover\:border-blue-700\/30:hover {
  border-color: rgb(29 78 216 / 0.3);
}

.hover\:border-blue-700\/35:hover {
  border-color: rgb(29 78 216 / 0.35);
}

.hover\:border-blue-700\/40:hover {
  border-color: rgb(29 78 216 / 0.4);
}

.hover\:border-blue-700\/45:hover {
  border-color: rgb(29 78 216 / 0.45);
}

.hover\:border-blue-700\/5:hover {
  border-color: rgb(29 78 216 / 0.05);
}

.hover\:border-blue-700\/50:hover {
  border-color: rgb(29 78 216 / 0.5);
}

.hover\:border-blue-700\/55:hover {
  border-color: rgb(29 78 216 / 0.55);
}

.hover\:border-blue-700\/60:hover {
  border-color: rgb(29 78 216 / 0.6);
}

.hover\:border-blue-700\/65:hover {
  border-color: rgb(29 78 216 / 0.65);
}

.hover\:border-blue-700\/70:hover {
  border-color: rgb(29 78 216 / 0.7);
}

.hover\:border-blue-700\/75:hover {
  border-color: rgb(29 78 216 / 0.75);
}

.hover\:border-blue-700\/80:hover {
  border-color: rgb(29 78 216 / 0.8);
}

.hover\:border-blue-700\/85:hover {
  border-color: rgb(29 78 216 / 0.85);
}

.hover\:border-blue-700\/90:hover {
  border-color: rgb(29 78 216 / 0.9);
}

.hover\:border-blue-700\/95:hover {
  border-color: rgb(29 78 216 / 0.95);
}

.hover\:border-blue-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-800\/0:hover {
  border-color: rgb(30 64 175 / 0);
}

.hover\:border-blue-800\/10:hover {
  border-color: rgb(30 64 175 / 0.1);
}

.hover\:border-blue-800\/100:hover {
  border-color: rgb(30 64 175 / 1);
}

.hover\:border-blue-800\/15:hover {
  border-color: rgb(30 64 175 / 0.15);
}

.hover\:border-blue-800\/20:hover {
  border-color: rgb(30 64 175 / 0.2);
}

.hover\:border-blue-800\/25:hover {
  border-color: rgb(30 64 175 / 0.25);
}

.hover\:border-blue-800\/30:hover {
  border-color: rgb(30 64 175 / 0.3);
}

.hover\:border-blue-800\/35:hover {
  border-color: rgb(30 64 175 / 0.35);
}

.hover\:border-blue-800\/40:hover {
  border-color: rgb(30 64 175 / 0.4);
}

.hover\:border-blue-800\/45:hover {
  border-color: rgb(30 64 175 / 0.45);
}

.hover\:border-blue-800\/5:hover {
  border-color: rgb(30 64 175 / 0.05);
}

.hover\:border-blue-800\/50:hover {
  border-color: rgb(30 64 175 / 0.5);
}

.hover\:border-blue-800\/55:hover {
  border-color: rgb(30 64 175 / 0.55);
}

.hover\:border-blue-800\/60:hover {
  border-color: rgb(30 64 175 / 0.6);
}

.hover\:border-blue-800\/65:hover {
  border-color: rgb(30 64 175 / 0.65);
}

.hover\:border-blue-800\/70:hover {
  border-color: rgb(30 64 175 / 0.7);
}

.hover\:border-blue-800\/75:hover {
  border-color: rgb(30 64 175 / 0.75);
}

.hover\:border-blue-800\/80:hover {
  border-color: rgb(30 64 175 / 0.8);
}

.hover\:border-blue-800\/85:hover {
  border-color: rgb(30 64 175 / 0.85);
}

.hover\:border-blue-800\/90:hover {
  border-color: rgb(30 64 175 / 0.9);
}

.hover\:border-blue-800\/95:hover {
  border-color: rgb(30 64 175 / 0.95);
}

.hover\:border-blue-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-900\/0:hover {
  border-color: rgb(30 58 138 / 0);
}

.hover\:border-blue-900\/10:hover {
  border-color: rgb(30 58 138 / 0.1);
}

.hover\:border-blue-900\/100:hover {
  border-color: rgb(30 58 138 / 1);
}

.hover\:border-blue-900\/15:hover {
  border-color: rgb(30 58 138 / 0.15);
}

.hover\:border-blue-900\/20:hover {
  border-color: rgb(30 58 138 / 0.2);
}

.hover\:border-blue-900\/25:hover {
  border-color: rgb(30 58 138 / 0.25);
}

.hover\:border-blue-900\/30:hover {
  border-color: rgb(30 58 138 / 0.3);
}

.hover\:border-blue-900\/35:hover {
  border-color: rgb(30 58 138 / 0.35);
}

.hover\:border-blue-900\/40:hover {
  border-color: rgb(30 58 138 / 0.4);
}

.hover\:border-blue-900\/45:hover {
  border-color: rgb(30 58 138 / 0.45);
}

.hover\:border-blue-900\/5:hover {
  border-color: rgb(30 58 138 / 0.05);
}

.hover\:border-blue-900\/50:hover {
  border-color: rgb(30 58 138 / 0.5);
}

.hover\:border-blue-900\/55:hover {
  border-color: rgb(30 58 138 / 0.55);
}

.hover\:border-blue-900\/60:hover {
  border-color: rgb(30 58 138 / 0.6);
}

.hover\:border-blue-900\/65:hover {
  border-color: rgb(30 58 138 / 0.65);
}

.hover\:border-blue-900\/70:hover {
  border-color: rgb(30 58 138 / 0.7);
}

.hover\:border-blue-900\/75:hover {
  border-color: rgb(30 58 138 / 0.75);
}

.hover\:border-blue-900\/80:hover {
  border-color: rgb(30 58 138 / 0.8);
}

.hover\:border-blue-900\/85:hover {
  border-color: rgb(30 58 138 / 0.85);
}

.hover\:border-blue-900\/90:hover {
  border-color: rgb(30 58 138 / 0.9);
}

.hover\:border-blue-900\/95:hover {
  border-color: rgb(30 58 138 / 0.95);
}

.hover\:border-blue-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-950\/0:hover {
  border-color: rgb(23 37 84 / 0);
}

.hover\:border-blue-950\/10:hover {
  border-color: rgb(23 37 84 / 0.1);
}

.hover\:border-blue-950\/100:hover {
  border-color: rgb(23 37 84 / 1);
}

.hover\:border-blue-950\/15:hover {
  border-color: rgb(23 37 84 / 0.15);
}

.hover\:border-blue-950\/20:hover {
  border-color: rgb(23 37 84 / 0.2);
}

.hover\:border-blue-950\/25:hover {
  border-color: rgb(23 37 84 / 0.25);
}

.hover\:border-blue-950\/30:hover {
  border-color: rgb(23 37 84 / 0.3);
}

.hover\:border-blue-950\/35:hover {
  border-color: rgb(23 37 84 / 0.35);
}

.hover\:border-blue-950\/40:hover {
  border-color: rgb(23 37 84 / 0.4);
}

.hover\:border-blue-950\/45:hover {
  border-color: rgb(23 37 84 / 0.45);
}

.hover\:border-blue-950\/5:hover {
  border-color: rgb(23 37 84 / 0.05);
}

.hover\:border-blue-950\/50:hover {
  border-color: rgb(23 37 84 / 0.5);
}

.hover\:border-blue-950\/55:hover {
  border-color: rgb(23 37 84 / 0.55);
}

.hover\:border-blue-950\/60:hover {
  border-color: rgb(23 37 84 / 0.6);
}

.hover\:border-blue-950\/65:hover {
  border-color: rgb(23 37 84 / 0.65);
}

.hover\:border-blue-950\/70:hover {
  border-color: rgb(23 37 84 / 0.7);
}

.hover\:border-blue-950\/75:hover {
  border-color: rgb(23 37 84 / 0.75);
}

.hover\:border-blue-950\/80:hover {
  border-color: rgb(23 37 84 / 0.8);
}

.hover\:border-blue-950\/85:hover {
  border-color: rgb(23 37 84 / 0.85);
}

.hover\:border-blue-950\/90:hover {
  border-color: rgb(23 37 84 / 0.9);
}

.hover\:border-blue-950\/95:hover {
  border-color: rgb(23 37 84 / 0.95);
}

.hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.hover\:border-gray-100\/0:hover {
  border-color: rgb(243 244 246 / 0);
}

.hover\:border-gray-100\/10:hover {
  border-color: rgb(243 244 246 / 0.1);
}

.hover\:border-gray-100\/100:hover {
  border-color: rgb(243 244 246 / 1);
}

.hover\:border-gray-100\/15:hover {
  border-color: rgb(243 244 246 / 0.15);
}

.hover\:border-gray-100\/20:hover {
  border-color: rgb(243 244 246 / 0.2);
}

.hover\:border-gray-100\/25:hover {
  border-color: rgb(243 244 246 / 0.25);
}

.hover\:border-gray-100\/30:hover {
  border-color: rgb(243 244 246 / 0.3);
}

.hover\:border-gray-100\/35:hover {
  border-color: rgb(243 244 246 / 0.35);
}

.hover\:border-gray-100\/40:hover {
  border-color: rgb(243 244 246 / 0.4);
}

.hover\:border-gray-100\/45:hover {
  border-color: rgb(243 244 246 / 0.45);
}

.hover\:border-gray-100\/5:hover {
  border-color: rgb(243 244 246 / 0.05);
}

.hover\:border-gray-100\/50:hover {
  border-color: rgb(243 244 246 / 0.5);
}

.hover\:border-gray-100\/55:hover {
  border-color: rgb(243 244 246 / 0.55);
}

.hover\:border-gray-100\/60:hover {
  border-color: rgb(243 244 246 / 0.6);
}

.hover\:border-gray-100\/65:hover {
  border-color: rgb(243 244 246 / 0.65);
}

.hover\:border-gray-100\/70:hover {
  border-color: rgb(243 244 246 / 0.7);
}

.hover\:border-gray-100\/75:hover {
  border-color: rgb(243 244 246 / 0.75);
}

.hover\:border-gray-100\/80:hover {
  border-color: rgb(243 244 246 / 0.8);
}

.hover\:border-gray-100\/85:hover {
  border-color: rgb(243 244 246 / 0.85);
}

.hover\:border-gray-100\/90:hover {
  border-color: rgb(243 244 246 / 0.9);
}

.hover\:border-gray-100\/95:hover {
  border-color: rgb(243 244 246 / 0.95);
}

.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.hover\:border-gray-200\/0:hover {
  border-color: rgb(229 231 235 / 0);
}

.hover\:border-gray-200\/10:hover {
  border-color: rgb(229 231 235 / 0.1);
}

.hover\:border-gray-200\/100:hover {
  border-color: rgb(229 231 235 / 1);
}

.hover\:border-gray-200\/15:hover {
  border-color: rgb(229 231 235 / 0.15);
}

.hover\:border-gray-200\/20:hover {
  border-color: rgb(229 231 235 / 0.2);
}

.hover\:border-gray-200\/25:hover {
  border-color: rgb(229 231 235 / 0.25);
}

.hover\:border-gray-200\/30:hover {
  border-color: rgb(229 231 235 / 0.3);
}

.hover\:border-gray-200\/35:hover {
  border-color: rgb(229 231 235 / 0.35);
}

.hover\:border-gray-200\/40:hover {
  border-color: rgb(229 231 235 / 0.4);
}

.hover\:border-gray-200\/45:hover {
  border-color: rgb(229 231 235 / 0.45);
}

.hover\:border-gray-200\/5:hover {
  border-color: rgb(229 231 235 / 0.05);
}

.hover\:border-gray-200\/50:hover {
  border-color: rgb(229 231 235 / 0.5);
}

.hover\:border-gray-200\/55:hover {
  border-color: rgb(229 231 235 / 0.55);
}

.hover\:border-gray-200\/60:hover {
  border-color: rgb(229 231 235 / 0.6);
}

.hover\:border-gray-200\/65:hover {
  border-color: rgb(229 231 235 / 0.65);
}

.hover\:border-gray-200\/70:hover {
  border-color: rgb(229 231 235 / 0.7);
}

.hover\:border-gray-200\/75:hover {
  border-color: rgb(229 231 235 / 0.75);
}

.hover\:border-gray-200\/80:hover {
  border-color: rgb(229 231 235 / 0.8);
}

.hover\:border-gray-200\/85:hover {
  border-color: rgb(229 231 235 / 0.85);
}

.hover\:border-gray-200\/90:hover {
  border-color: rgb(229 231 235 / 0.9);
}

.hover\:border-gray-200\/95:hover {
  border-color: rgb(229 231 235 / 0.95);
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.hover\:border-gray-300\/0:hover {
  border-color: rgb(209 213 219 / 0);
}

.hover\:border-gray-300\/10:hover {
  border-color: rgb(209 213 219 / 0.1);
}

.hover\:border-gray-300\/100:hover {
  border-color: rgb(209 213 219 / 1);
}

.hover\:border-gray-300\/15:hover {
  border-color: rgb(209 213 219 / 0.15);
}

.hover\:border-gray-300\/20:hover {
  border-color: rgb(209 213 219 / 0.2);
}

.hover\:border-gray-300\/25:hover {
  border-color: rgb(209 213 219 / 0.25);
}

.hover\:border-gray-300\/30:hover {
  border-color: rgb(209 213 219 / 0.3);
}

.hover\:border-gray-300\/35:hover {
  border-color: rgb(209 213 219 / 0.35);
}

.hover\:border-gray-300\/40:hover {
  border-color: rgb(209 213 219 / 0.4);
}

.hover\:border-gray-300\/45:hover {
  border-color: rgb(209 213 219 / 0.45);
}

.hover\:border-gray-300\/5:hover {
  border-color: rgb(209 213 219 / 0.05);
}

.hover\:border-gray-300\/50:hover {
  border-color: rgb(209 213 219 / 0.5);
}

.hover\:border-gray-300\/55:hover {
  border-color: rgb(209 213 219 / 0.55);
}

.hover\:border-gray-300\/60:hover {
  border-color: rgb(209 213 219 / 0.6);
}

.hover\:border-gray-300\/65:hover {
  border-color: rgb(209 213 219 / 0.65);
}

.hover\:border-gray-300\/70:hover {
  border-color: rgb(209 213 219 / 0.7);
}

.hover\:border-gray-300\/75:hover {
  border-color: rgb(209 213 219 / 0.75);
}

.hover\:border-gray-300\/80:hover {
  border-color: rgb(209 213 219 / 0.8);
}

.hover\:border-gray-300\/85:hover {
  border-color: rgb(209 213 219 / 0.85);
}

.hover\:border-gray-300\/90:hover {
  border-color: rgb(209 213 219 / 0.9);
}

.hover\:border-gray-300\/95:hover {
  border-color: rgb(209 213 219 / 0.95);
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.hover\:border-gray-400\/0:hover {
  border-color: rgb(156 163 175 / 0);
}

.hover\:border-gray-400\/10:hover {
  border-color: rgb(156 163 175 / 0.1);
}

.hover\:border-gray-400\/100:hover {
  border-color: rgb(156 163 175 / 1);
}

.hover\:border-gray-400\/15:hover {
  border-color: rgb(156 163 175 / 0.15);
}

.hover\:border-gray-400\/20:hover {
  border-color: rgb(156 163 175 / 0.2);
}

.hover\:border-gray-400\/25:hover {
  border-color: rgb(156 163 175 / 0.25);
}

.hover\:border-gray-400\/30:hover {
  border-color: rgb(156 163 175 / 0.3);
}

.hover\:border-gray-400\/35:hover {
  border-color: rgb(156 163 175 / 0.35);
}

.hover\:border-gray-400\/40:hover {
  border-color: rgb(156 163 175 / 0.4);
}

.hover\:border-gray-400\/45:hover {
  border-color: rgb(156 163 175 / 0.45);
}

.hover\:border-gray-400\/5:hover {
  border-color: rgb(156 163 175 / 0.05);
}

.hover\:border-gray-400\/50:hover {
  border-color: rgb(156 163 175 / 0.5);
}

.hover\:border-gray-400\/55:hover {
  border-color: rgb(156 163 175 / 0.55);
}

.hover\:border-gray-400\/60:hover {
  border-color: rgb(156 163 175 / 0.6);
}

.hover\:border-gray-400\/65:hover {
  border-color: rgb(156 163 175 / 0.65);
}

.hover\:border-gray-400\/70:hover {
  border-color: rgb(156 163 175 / 0.7);
}

.hover\:border-gray-400\/75:hover {
  border-color: rgb(156 163 175 / 0.75);
}

.hover\:border-gray-400\/80:hover {
  border-color: rgb(156 163 175 / 0.8);
}

.hover\:border-gray-400\/85:hover {
  border-color: rgb(156 163 175 / 0.85);
}

.hover\:border-gray-400\/90:hover {
  border-color: rgb(156 163 175 / 0.9);
}

.hover\:border-gray-400\/95:hover {
  border-color: rgb(156 163 175 / 0.95);
}

.hover\:border-gray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

.hover\:border-gray-50\/0:hover {
  border-color: rgb(249 250 251 / 0);
}

.hover\:border-gray-50\/10:hover {
  border-color: rgb(249 250 251 / 0.1);
}

.hover\:border-gray-50\/100:hover {
  border-color: rgb(249 250 251 / 1);
}

.hover\:border-gray-50\/15:hover {
  border-color: rgb(249 250 251 / 0.15);
}

.hover\:border-gray-50\/20:hover {
  border-color: rgb(249 250 251 / 0.2);
}

.hover\:border-gray-50\/25:hover {
  border-color: rgb(249 250 251 / 0.25);
}

.hover\:border-gray-50\/30:hover {
  border-color: rgb(249 250 251 / 0.3);
}

.hover\:border-gray-50\/35:hover {
  border-color: rgb(249 250 251 / 0.35);
}

.hover\:border-gray-50\/40:hover {
  border-color: rgb(249 250 251 / 0.4);
}

.hover\:border-gray-50\/45:hover {
  border-color: rgb(249 250 251 / 0.45);
}

.hover\:border-gray-50\/5:hover {
  border-color: rgb(249 250 251 / 0.05);
}

.hover\:border-gray-50\/50:hover {
  border-color: rgb(249 250 251 / 0.5);
}

.hover\:border-gray-50\/55:hover {
  border-color: rgb(249 250 251 / 0.55);
}

.hover\:border-gray-50\/60:hover {
  border-color: rgb(249 250 251 / 0.6);
}

.hover\:border-gray-50\/65:hover {
  border-color: rgb(249 250 251 / 0.65);
}

.hover\:border-gray-50\/70:hover {
  border-color: rgb(249 250 251 / 0.7);
}

.hover\:border-gray-50\/75:hover {
  border-color: rgb(249 250 251 / 0.75);
}

.hover\:border-gray-50\/80:hover {
  border-color: rgb(249 250 251 / 0.8);
}

.hover\:border-gray-50\/85:hover {
  border-color: rgb(249 250 251 / 0.85);
}

.hover\:border-gray-50\/90:hover {
  border-color: rgb(249 250 251 / 0.9);
}

.hover\:border-gray-50\/95:hover {
  border-color: rgb(249 250 251 / 0.95);
}

.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.hover\:border-gray-500\/0:hover {
  border-color: rgb(107 114 128 / 0);
}

.hover\:border-gray-500\/10:hover {
  border-color: rgb(107 114 128 / 0.1);
}

.hover\:border-gray-500\/100:hover {
  border-color: rgb(107 114 128 / 1);
}

.hover\:border-gray-500\/15:hover {
  border-color: rgb(107 114 128 / 0.15);
}

.hover\:border-gray-500\/20:hover {
  border-color: rgb(107 114 128 / 0.2);
}

.hover\:border-gray-500\/25:hover {
  border-color: rgb(107 114 128 / 0.25);
}

.hover\:border-gray-500\/30:hover {
  border-color: rgb(107 114 128 / 0.3);
}

.hover\:border-gray-500\/35:hover {
  border-color: rgb(107 114 128 / 0.35);
}

.hover\:border-gray-500\/40:hover {
  border-color: rgb(107 114 128 / 0.4);
}

.hover\:border-gray-500\/45:hover {
  border-color: rgb(107 114 128 / 0.45);
}

.hover\:border-gray-500\/5:hover {
  border-color: rgb(107 114 128 / 0.05);
}

.hover\:border-gray-500\/50:hover {
  border-color: rgb(107 114 128 / 0.5);
}

.hover\:border-gray-500\/55:hover {
  border-color: rgb(107 114 128 / 0.55);
}

.hover\:border-gray-500\/60:hover {
  border-color: rgb(107 114 128 / 0.6);
}

.hover\:border-gray-500\/65:hover {
  border-color: rgb(107 114 128 / 0.65);
}

.hover\:border-gray-500\/70:hover {
  border-color: rgb(107 114 128 / 0.7);
}

.hover\:border-gray-500\/75:hover {
  border-color: rgb(107 114 128 / 0.75);
}

.hover\:border-gray-500\/80:hover {
  border-color: rgb(107 114 128 / 0.8);
}

.hover\:border-gray-500\/85:hover {
  border-color: rgb(107 114 128 / 0.85);
}

.hover\:border-gray-500\/90:hover {
  border-color: rgb(107 114 128 / 0.9);
}

.hover\:border-gray-500\/95:hover {
  border-color: rgb(107 114 128 / 0.95);
}

.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.hover\:border-gray-600\/0:hover {
  border-color: rgb(75 85 99 / 0);
}

.hover\:border-gray-600\/10:hover {
  border-color: rgb(75 85 99 / 0.1);
}

.hover\:border-gray-600\/100:hover {
  border-color: rgb(75 85 99 / 1);
}

.hover\:border-gray-600\/15:hover {
  border-color: rgb(75 85 99 / 0.15);
}

.hover\:border-gray-600\/20:hover {
  border-color: rgb(75 85 99 / 0.2);
}

.hover\:border-gray-600\/25:hover {
  border-color: rgb(75 85 99 / 0.25);
}

.hover\:border-gray-600\/30:hover {
  border-color: rgb(75 85 99 / 0.3);
}

.hover\:border-gray-600\/35:hover {
  border-color: rgb(75 85 99 / 0.35);
}

.hover\:border-gray-600\/40:hover {
  border-color: rgb(75 85 99 / 0.4);
}

.hover\:border-gray-600\/45:hover {
  border-color: rgb(75 85 99 / 0.45);
}

.hover\:border-gray-600\/5:hover {
  border-color: rgb(75 85 99 / 0.05);
}

.hover\:border-gray-600\/50:hover {
  border-color: rgb(75 85 99 / 0.5);
}

.hover\:border-gray-600\/55:hover {
  border-color: rgb(75 85 99 / 0.55);
}

.hover\:border-gray-600\/60:hover {
  border-color: rgb(75 85 99 / 0.6);
}

.hover\:border-gray-600\/65:hover {
  border-color: rgb(75 85 99 / 0.65);
}

.hover\:border-gray-600\/70:hover {
  border-color: rgb(75 85 99 / 0.7);
}

.hover\:border-gray-600\/75:hover {
  border-color: rgb(75 85 99 / 0.75);
}

.hover\:border-gray-600\/80:hover {
  border-color: rgb(75 85 99 / 0.8);
}

.hover\:border-gray-600\/85:hover {
  border-color: rgb(75 85 99 / 0.85);
}

.hover\:border-gray-600\/90:hover {
  border-color: rgb(75 85 99 / 0.9);
}

.hover\:border-gray-600\/95:hover {
  border-color: rgb(75 85 99 / 0.95);
}

.hover\:border-gray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.hover\:border-gray-700\/0:hover {
  border-color: rgb(55 65 81 / 0);
}

.hover\:border-gray-700\/10:hover {
  border-color: rgb(55 65 81 / 0.1);
}

.hover\:border-gray-700\/100:hover {
  border-color: rgb(55 65 81 / 1);
}

.hover\:border-gray-700\/15:hover {
  border-color: rgb(55 65 81 / 0.15);
}

.hover\:border-gray-700\/20:hover {
  border-color: rgb(55 65 81 / 0.2);
}

.hover\:border-gray-700\/25:hover {
  border-color: rgb(55 65 81 / 0.25);
}

.hover\:border-gray-700\/30:hover {
  border-color: rgb(55 65 81 / 0.3);
}

.hover\:border-gray-700\/35:hover {
  border-color: rgb(55 65 81 / 0.35);
}

.hover\:border-gray-700\/40:hover {
  border-color: rgb(55 65 81 / 0.4);
}

.hover\:border-gray-700\/45:hover {
  border-color: rgb(55 65 81 / 0.45);
}

.hover\:border-gray-700\/5:hover {
  border-color: rgb(55 65 81 / 0.05);
}

.hover\:border-gray-700\/50:hover {
  border-color: rgb(55 65 81 / 0.5);
}

.hover\:border-gray-700\/55:hover {
  border-color: rgb(55 65 81 / 0.55);
}

.hover\:border-gray-700\/60:hover {
  border-color: rgb(55 65 81 / 0.6);
}

.hover\:border-gray-700\/65:hover {
  border-color: rgb(55 65 81 / 0.65);
}

.hover\:border-gray-700\/70:hover {
  border-color: rgb(55 65 81 / 0.7);
}

.hover\:border-gray-700\/75:hover {
  border-color: rgb(55 65 81 / 0.75);
}

.hover\:border-gray-700\/80:hover {
  border-color: rgb(55 65 81 / 0.8);
}

.hover\:border-gray-700\/85:hover {
  border-color: rgb(55 65 81 / 0.85);
}

.hover\:border-gray-700\/90:hover {
  border-color: rgb(55 65 81 / 0.9);
}

.hover\:border-gray-700\/95:hover {
  border-color: rgb(55 65 81 / 0.95);
}

.hover\:border-gray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.hover\:border-gray-800\/0:hover {
  border-color: rgb(31 41 55 / 0);
}

.hover\:border-gray-800\/10:hover {
  border-color: rgb(31 41 55 / 0.1);
}

.hover\:border-gray-800\/100:hover {
  border-color: rgb(31 41 55 / 1);
}

.hover\:border-gray-800\/15:hover {
  border-color: rgb(31 41 55 / 0.15);
}

.hover\:border-gray-800\/20:hover {
  border-color: rgb(31 41 55 / 0.2);
}

.hover\:border-gray-800\/25:hover {
  border-color: rgb(31 41 55 / 0.25);
}

.hover\:border-gray-800\/30:hover {
  border-color: rgb(31 41 55 / 0.3);
}

.hover\:border-gray-800\/35:hover {
  border-color: rgb(31 41 55 / 0.35);
}

.hover\:border-gray-800\/40:hover {
  border-color: rgb(31 41 55 / 0.4);
}

.hover\:border-gray-800\/45:hover {
  border-color: rgb(31 41 55 / 0.45);
}

.hover\:border-gray-800\/5:hover {
  border-color: rgb(31 41 55 / 0.05);
}

.hover\:border-gray-800\/50:hover {
  border-color: rgb(31 41 55 / 0.5);
}

.hover\:border-gray-800\/55:hover {
  border-color: rgb(31 41 55 / 0.55);
}

.hover\:border-gray-800\/60:hover {
  border-color: rgb(31 41 55 / 0.6);
}

.hover\:border-gray-800\/65:hover {
  border-color: rgb(31 41 55 / 0.65);
}

.hover\:border-gray-800\/70:hover {
  border-color: rgb(31 41 55 / 0.7);
}

.hover\:border-gray-800\/75:hover {
  border-color: rgb(31 41 55 / 0.75);
}

.hover\:border-gray-800\/80:hover {
  border-color: rgb(31 41 55 / 0.8);
}

.hover\:border-gray-800\/85:hover {
  border-color: rgb(31 41 55 / 0.85);
}

.hover\:border-gray-800\/90:hover {
  border-color: rgb(31 41 55 / 0.9);
}

.hover\:border-gray-800\/95:hover {
  border-color: rgb(31 41 55 / 0.95);
}

.hover\:border-gray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}

.hover\:border-gray-900\/0:hover {
  border-color: rgb(17 24 39 / 0);
}

.hover\:border-gray-900\/10:hover {
  border-color: rgb(17 24 39 / 0.1);
}

.hover\:border-gray-900\/100:hover {
  border-color: rgb(17 24 39 / 1);
}

.hover\:border-gray-900\/15:hover {
  border-color: rgb(17 24 39 / 0.15);
}

.hover\:border-gray-900\/20:hover {
  border-color: rgb(17 24 39 / 0.2);
}

.hover\:border-gray-900\/25:hover {
  border-color: rgb(17 24 39 / 0.25);
}

.hover\:border-gray-900\/30:hover {
  border-color: rgb(17 24 39 / 0.3);
}

.hover\:border-gray-900\/35:hover {
  border-color: rgb(17 24 39 / 0.35);
}

.hover\:border-gray-900\/40:hover {
  border-color: rgb(17 24 39 / 0.4);
}

.hover\:border-gray-900\/45:hover {
  border-color: rgb(17 24 39 / 0.45);
}

.hover\:border-gray-900\/5:hover {
  border-color: rgb(17 24 39 / 0.05);
}

.hover\:border-gray-900\/50:hover {
  border-color: rgb(17 24 39 / 0.5);
}

.hover\:border-gray-900\/55:hover {
  border-color: rgb(17 24 39 / 0.55);
}

.hover\:border-gray-900\/60:hover {
  border-color: rgb(17 24 39 / 0.6);
}

.hover\:border-gray-900\/65:hover {
  border-color: rgb(17 24 39 / 0.65);
}

.hover\:border-gray-900\/70:hover {
  border-color: rgb(17 24 39 / 0.7);
}

.hover\:border-gray-900\/75:hover {
  border-color: rgb(17 24 39 / 0.75);
}

.hover\:border-gray-900\/80:hover {
  border-color: rgb(17 24 39 / 0.8);
}

.hover\:border-gray-900\/85:hover {
  border-color: rgb(17 24 39 / 0.85);
}

.hover\:border-gray-900\/90:hover {
  border-color: rgb(17 24 39 / 0.9);
}

.hover\:border-gray-900\/95:hover {
  border-color: rgb(17 24 39 / 0.95);
}

.hover\:border-gray-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}

.hover\:border-gray-950\/0:hover {
  border-color: rgb(3 7 18 / 0);
}

.hover\:border-gray-950\/10:hover {
  border-color: rgb(3 7 18 / 0.1);
}

.hover\:border-gray-950\/100:hover {
  border-color: rgb(3 7 18 / 1);
}

.hover\:border-gray-950\/15:hover {
  border-color: rgb(3 7 18 / 0.15);
}

.hover\:border-gray-950\/20:hover {
  border-color: rgb(3 7 18 / 0.2);
}

.hover\:border-gray-950\/25:hover {
  border-color: rgb(3 7 18 / 0.25);
}

.hover\:border-gray-950\/30:hover {
  border-color: rgb(3 7 18 / 0.3);
}

.hover\:border-gray-950\/35:hover {
  border-color: rgb(3 7 18 / 0.35);
}

.hover\:border-gray-950\/40:hover {
  border-color: rgb(3 7 18 / 0.4);
}

.hover\:border-gray-950\/45:hover {
  border-color: rgb(3 7 18 / 0.45);
}

.hover\:border-gray-950\/5:hover {
  border-color: rgb(3 7 18 / 0.05);
}

.hover\:border-gray-950\/50:hover {
  border-color: rgb(3 7 18 / 0.5);
}

.hover\:border-gray-950\/55:hover {
  border-color: rgb(3 7 18 / 0.55);
}

.hover\:border-gray-950\/60:hover {
  border-color: rgb(3 7 18 / 0.6);
}

.hover\:border-gray-950\/65:hover {
  border-color: rgb(3 7 18 / 0.65);
}

.hover\:border-gray-950\/70:hover {
  border-color: rgb(3 7 18 / 0.7);
}

.hover\:border-gray-950\/75:hover {
  border-color: rgb(3 7 18 / 0.75);
}

.hover\:border-gray-950\/80:hover {
  border-color: rgb(3 7 18 / 0.8);
}

.hover\:border-gray-950\/85:hover {
  border-color: rgb(3 7 18 / 0.85);
}

.hover\:border-gray-950\/90:hover {
  border-color: rgb(3 7 18 / 0.9);
}

.hover\:border-gray-950\/95:hover {
  border-color: rgb(3 7 18 / 0.95);
}

.hover\:border-green-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.hover\:border-green-100\/0:hover {
  border-color: rgb(220 252 231 / 0);
}

.hover\:border-green-100\/10:hover {
  border-color: rgb(220 252 231 / 0.1);
}

.hover\:border-green-100\/100:hover {
  border-color: rgb(220 252 231 / 1);
}

.hover\:border-green-100\/15:hover {
  border-color: rgb(220 252 231 / 0.15);
}

.hover\:border-green-100\/20:hover {
  border-color: rgb(220 252 231 / 0.2);
}

.hover\:border-green-100\/25:hover {
  border-color: rgb(220 252 231 / 0.25);
}

.hover\:border-green-100\/30:hover {
  border-color: rgb(220 252 231 / 0.3);
}

.hover\:border-green-100\/35:hover {
  border-color: rgb(220 252 231 / 0.35);
}

.hover\:border-green-100\/40:hover {
  border-color: rgb(220 252 231 / 0.4);
}

.hover\:border-green-100\/45:hover {
  border-color: rgb(220 252 231 / 0.45);
}

.hover\:border-green-100\/5:hover {
  border-color: rgb(220 252 231 / 0.05);
}

.hover\:border-green-100\/50:hover {
  border-color: rgb(220 252 231 / 0.5);
}

.hover\:border-green-100\/55:hover {
  border-color: rgb(220 252 231 / 0.55);
}

.hover\:border-green-100\/60:hover {
  border-color: rgb(220 252 231 / 0.6);
}

.hover\:border-green-100\/65:hover {
  border-color: rgb(220 252 231 / 0.65);
}

.hover\:border-green-100\/70:hover {
  border-color: rgb(220 252 231 / 0.7);
}

.hover\:border-green-100\/75:hover {
  border-color: rgb(220 252 231 / 0.75);
}

.hover\:border-green-100\/80:hover {
  border-color: rgb(220 252 231 / 0.8);
}

.hover\:border-green-100\/85:hover {
  border-color: rgb(220 252 231 / 0.85);
}

.hover\:border-green-100\/90:hover {
  border-color: rgb(220 252 231 / 0.9);
}

.hover\:border-green-100\/95:hover {
  border-color: rgb(220 252 231 / 0.95);
}

.hover\:border-green-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.hover\:border-green-200\/0:hover {
  border-color: rgb(187 247 208 / 0);
}

.hover\:border-green-200\/10:hover {
  border-color: rgb(187 247 208 / 0.1);
}

.hover\:border-green-200\/100:hover {
  border-color: rgb(187 247 208 / 1);
}

.hover\:border-green-200\/15:hover {
  border-color: rgb(187 247 208 / 0.15);
}

.hover\:border-green-200\/20:hover {
  border-color: rgb(187 247 208 / 0.2);
}

.hover\:border-green-200\/25:hover {
  border-color: rgb(187 247 208 / 0.25);
}

.hover\:border-green-200\/30:hover {
  border-color: rgb(187 247 208 / 0.3);
}

.hover\:border-green-200\/35:hover {
  border-color: rgb(187 247 208 / 0.35);
}

.hover\:border-green-200\/40:hover {
  border-color: rgb(187 247 208 / 0.4);
}

.hover\:border-green-200\/45:hover {
  border-color: rgb(187 247 208 / 0.45);
}

.hover\:border-green-200\/5:hover {
  border-color: rgb(187 247 208 / 0.05);
}

.hover\:border-green-200\/50:hover {
  border-color: rgb(187 247 208 / 0.5);
}

.hover\:border-green-200\/55:hover {
  border-color: rgb(187 247 208 / 0.55);
}

.hover\:border-green-200\/60:hover {
  border-color: rgb(187 247 208 / 0.6);
}

.hover\:border-green-200\/65:hover {
  border-color: rgb(187 247 208 / 0.65);
}

.hover\:border-green-200\/70:hover {
  border-color: rgb(187 247 208 / 0.7);
}

.hover\:border-green-200\/75:hover {
  border-color: rgb(187 247 208 / 0.75);
}

.hover\:border-green-200\/80:hover {
  border-color: rgb(187 247 208 / 0.8);
}

.hover\:border-green-200\/85:hover {
  border-color: rgb(187 247 208 / 0.85);
}

.hover\:border-green-200\/90:hover {
  border-color: rgb(187 247 208 / 0.9);
}

.hover\:border-green-200\/95:hover {
  border-color: rgb(187 247 208 / 0.95);
}

.hover\:border-green-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

.hover\:border-green-300\/0:hover {
  border-color: rgb(134 239 172 / 0);
}

.hover\:border-green-300\/10:hover {
  border-color: rgb(134 239 172 / 0.1);
}

.hover\:border-green-300\/100:hover {
  border-color: rgb(134 239 172 / 1);
}

.hover\:border-green-300\/15:hover {
  border-color: rgb(134 239 172 / 0.15);
}

.hover\:border-green-300\/20:hover {
  border-color: rgb(134 239 172 / 0.2);
}

.hover\:border-green-300\/25:hover {
  border-color: rgb(134 239 172 / 0.25);
}

.hover\:border-green-300\/30:hover {
  border-color: rgb(134 239 172 / 0.3);
}

.hover\:border-green-300\/35:hover {
  border-color: rgb(134 239 172 / 0.35);
}

.hover\:border-green-300\/40:hover {
  border-color: rgb(134 239 172 / 0.4);
}

.hover\:border-green-300\/45:hover {
  border-color: rgb(134 239 172 / 0.45);
}

.hover\:border-green-300\/5:hover {
  border-color: rgb(134 239 172 / 0.05);
}

.hover\:border-green-300\/50:hover {
  border-color: rgb(134 239 172 / 0.5);
}

.hover\:border-green-300\/55:hover {
  border-color: rgb(134 239 172 / 0.55);
}

.hover\:border-green-300\/60:hover {
  border-color: rgb(134 239 172 / 0.6);
}

.hover\:border-green-300\/65:hover {
  border-color: rgb(134 239 172 / 0.65);
}

.hover\:border-green-300\/70:hover {
  border-color: rgb(134 239 172 / 0.7);
}

.hover\:border-green-300\/75:hover {
  border-color: rgb(134 239 172 / 0.75);
}

.hover\:border-green-300\/80:hover {
  border-color: rgb(134 239 172 / 0.8);
}

.hover\:border-green-300\/85:hover {
  border-color: rgb(134 239 172 / 0.85);
}

.hover\:border-green-300\/90:hover {
  border-color: rgb(134 239 172 / 0.9);
}

.hover\:border-green-300\/95:hover {
  border-color: rgb(134 239 172 / 0.95);
}

.hover\:border-green-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.hover\:border-green-400\/0:hover {
  border-color: rgb(74 222 128 / 0);
}

.hover\:border-green-400\/10:hover {
  border-color: rgb(74 222 128 / 0.1);
}

.hover\:border-green-400\/100:hover {
  border-color: rgb(74 222 128 / 1);
}

.hover\:border-green-400\/15:hover {
  border-color: rgb(74 222 128 / 0.15);
}

.hover\:border-green-400\/20:hover {
  border-color: rgb(74 222 128 / 0.2);
}

.hover\:border-green-400\/25:hover {
  border-color: rgb(74 222 128 / 0.25);
}

.hover\:border-green-400\/30:hover {
  border-color: rgb(74 222 128 / 0.3);
}

.hover\:border-green-400\/35:hover {
  border-color: rgb(74 222 128 / 0.35);
}

.hover\:border-green-400\/40:hover {
  border-color: rgb(74 222 128 / 0.4);
}

.hover\:border-green-400\/45:hover {
  border-color: rgb(74 222 128 / 0.45);
}

.hover\:border-green-400\/5:hover {
  border-color: rgb(74 222 128 / 0.05);
}

.hover\:border-green-400\/50:hover {
  border-color: rgb(74 222 128 / 0.5);
}

.hover\:border-green-400\/55:hover {
  border-color: rgb(74 222 128 / 0.55);
}

.hover\:border-green-400\/60:hover {
  border-color: rgb(74 222 128 / 0.6);
}

.hover\:border-green-400\/65:hover {
  border-color: rgb(74 222 128 / 0.65);
}

.hover\:border-green-400\/70:hover {
  border-color: rgb(74 222 128 / 0.7);
}

.hover\:border-green-400\/75:hover {
  border-color: rgb(74 222 128 / 0.75);
}

.hover\:border-green-400\/80:hover {
  border-color: rgb(74 222 128 / 0.8);
}

.hover\:border-green-400\/85:hover {
  border-color: rgb(74 222 128 / 0.85);
}

.hover\:border-green-400\/90:hover {
  border-color: rgb(74 222 128 / 0.9);
}

.hover\:border-green-400\/95:hover {
  border-color: rgb(74 222 128 / 0.95);
}

.hover\:border-green-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}

.hover\:border-green-50\/0:hover {
  border-color: rgb(240 253 244 / 0);
}

.hover\:border-green-50\/10:hover {
  border-color: rgb(240 253 244 / 0.1);
}

.hover\:border-green-50\/100:hover {
  border-color: rgb(240 253 244 / 1);
}

.hover\:border-green-50\/15:hover {
  border-color: rgb(240 253 244 / 0.15);
}

.hover\:border-green-50\/20:hover {
  border-color: rgb(240 253 244 / 0.2);
}

.hover\:border-green-50\/25:hover {
  border-color: rgb(240 253 244 / 0.25);
}

.hover\:border-green-50\/30:hover {
  border-color: rgb(240 253 244 / 0.3);
}

.hover\:border-green-50\/35:hover {
  border-color: rgb(240 253 244 / 0.35);
}

.hover\:border-green-50\/40:hover {
  border-color: rgb(240 253 244 / 0.4);
}

.hover\:border-green-50\/45:hover {
  border-color: rgb(240 253 244 / 0.45);
}

.hover\:border-green-50\/5:hover {
  border-color: rgb(240 253 244 / 0.05);
}

.hover\:border-green-50\/50:hover {
  border-color: rgb(240 253 244 / 0.5);
}

.hover\:border-green-50\/55:hover {
  border-color: rgb(240 253 244 / 0.55);
}

.hover\:border-green-50\/60:hover {
  border-color: rgb(240 253 244 / 0.6);
}

.hover\:border-green-50\/65:hover {
  border-color: rgb(240 253 244 / 0.65);
}

.hover\:border-green-50\/70:hover {
  border-color: rgb(240 253 244 / 0.7);
}

.hover\:border-green-50\/75:hover {
  border-color: rgb(240 253 244 / 0.75);
}

.hover\:border-green-50\/80:hover {
  border-color: rgb(240 253 244 / 0.8);
}

.hover\:border-green-50\/85:hover {
  border-color: rgb(240 253 244 / 0.85);
}

.hover\:border-green-50\/90:hover {
  border-color: rgb(240 253 244 / 0.9);
}

.hover\:border-green-50\/95:hover {
  border-color: rgb(240 253 244 / 0.95);
}

.hover\:border-green-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.hover\:border-green-500\/0:hover {
  border-color: rgb(34 197 94 / 0);
}

.hover\:border-green-500\/10:hover {
  border-color: rgb(34 197 94 / 0.1);
}

.hover\:border-green-500\/100:hover {
  border-color: rgb(34 197 94 / 1);
}

.hover\:border-green-500\/15:hover {
  border-color: rgb(34 197 94 / 0.15);
}

.hover\:border-green-500\/20:hover {
  border-color: rgb(34 197 94 / 0.2);
}

.hover\:border-green-500\/25:hover {
  border-color: rgb(34 197 94 / 0.25);
}

.hover\:border-green-500\/30:hover {
  border-color: rgb(34 197 94 / 0.3);
}

.hover\:border-green-500\/35:hover {
  border-color: rgb(34 197 94 / 0.35);
}

.hover\:border-green-500\/40:hover {
  border-color: rgb(34 197 94 / 0.4);
}

.hover\:border-green-500\/45:hover {
  border-color: rgb(34 197 94 / 0.45);
}

.hover\:border-green-500\/5:hover {
  border-color: rgb(34 197 94 / 0.05);
}

.hover\:border-green-500\/50:hover {
  border-color: rgb(34 197 94 / 0.5);
}

.hover\:border-green-500\/55:hover {
  border-color: rgb(34 197 94 / 0.55);
}

.hover\:border-green-500\/60:hover {
  border-color: rgb(34 197 94 / 0.6);
}

.hover\:border-green-500\/65:hover {
  border-color: rgb(34 197 94 / 0.65);
}

.hover\:border-green-500\/70:hover {
  border-color: rgb(34 197 94 / 0.7);
}

.hover\:border-green-500\/75:hover {
  border-color: rgb(34 197 94 / 0.75);
}

.hover\:border-green-500\/80:hover {
  border-color: rgb(34 197 94 / 0.8);
}

.hover\:border-green-500\/85:hover {
  border-color: rgb(34 197 94 / 0.85);
}

.hover\:border-green-500\/90:hover {
  border-color: rgb(34 197 94 / 0.9);
}

.hover\:border-green-500\/95:hover {
  border-color: rgb(34 197 94 / 0.95);
}

.hover\:border-green-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.hover\:border-green-600\/0:hover {
  border-color: rgb(22 163 74 / 0);
}

.hover\:border-green-600\/10:hover {
  border-color: rgb(22 163 74 / 0.1);
}

.hover\:border-green-600\/100:hover {
  border-color: rgb(22 163 74 / 1);
}

.hover\:border-green-600\/15:hover {
  border-color: rgb(22 163 74 / 0.15);
}

.hover\:border-green-600\/20:hover {
  border-color: rgb(22 163 74 / 0.2);
}

.hover\:border-green-600\/25:hover {
  border-color: rgb(22 163 74 / 0.25);
}

.hover\:border-green-600\/30:hover {
  border-color: rgb(22 163 74 / 0.3);
}

.hover\:border-green-600\/35:hover {
  border-color: rgb(22 163 74 / 0.35);
}

.hover\:border-green-600\/40:hover {
  border-color: rgb(22 163 74 / 0.4);
}

.hover\:border-green-600\/45:hover {
  border-color: rgb(22 163 74 / 0.45);
}

.hover\:border-green-600\/5:hover {
  border-color: rgb(22 163 74 / 0.05);
}

.hover\:border-green-600\/50:hover {
  border-color: rgb(22 163 74 / 0.5);
}

.hover\:border-green-600\/55:hover {
  border-color: rgb(22 163 74 / 0.55);
}

.hover\:border-green-600\/60:hover {
  border-color: rgb(22 163 74 / 0.6);
}

.hover\:border-green-600\/65:hover {
  border-color: rgb(22 163 74 / 0.65);
}

.hover\:border-green-600\/70:hover {
  border-color: rgb(22 163 74 / 0.7);
}

.hover\:border-green-600\/75:hover {
  border-color: rgb(22 163 74 / 0.75);
}

.hover\:border-green-600\/80:hover {
  border-color: rgb(22 163 74 / 0.8);
}

.hover\:border-green-600\/85:hover {
  border-color: rgb(22 163 74 / 0.85);
}

.hover\:border-green-600\/90:hover {
  border-color: rgb(22 163 74 / 0.9);
}

.hover\:border-green-600\/95:hover {
  border-color: rgb(22 163 74 / 0.95);
}

.hover\:border-green-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}

.hover\:border-green-700\/0:hover {
  border-color: rgb(21 128 61 / 0);
}

.hover\:border-green-700\/10:hover {
  border-color: rgb(21 128 61 / 0.1);
}

.hover\:border-green-700\/100:hover {
  border-color: rgb(21 128 61 / 1);
}

.hover\:border-green-700\/15:hover {
  border-color: rgb(21 128 61 / 0.15);
}

.hover\:border-green-700\/20:hover {
  border-color: rgb(21 128 61 / 0.2);
}

.hover\:border-green-700\/25:hover {
  border-color: rgb(21 128 61 / 0.25);
}

.hover\:border-green-700\/30:hover {
  border-color: rgb(21 128 61 / 0.3);
}

.hover\:border-green-700\/35:hover {
  border-color: rgb(21 128 61 / 0.35);
}

.hover\:border-green-700\/40:hover {
  border-color: rgb(21 128 61 / 0.4);
}

.hover\:border-green-700\/45:hover {
  border-color: rgb(21 128 61 / 0.45);
}

.hover\:border-green-700\/5:hover {
  border-color: rgb(21 128 61 / 0.05);
}

.hover\:border-green-700\/50:hover {
  border-color: rgb(21 128 61 / 0.5);
}

.hover\:border-green-700\/55:hover {
  border-color: rgb(21 128 61 / 0.55);
}

.hover\:border-green-700\/60:hover {
  border-color: rgb(21 128 61 / 0.6);
}

.hover\:border-green-700\/65:hover {
  border-color: rgb(21 128 61 / 0.65);
}

.hover\:border-green-700\/70:hover {
  border-color: rgb(21 128 61 / 0.7);
}

.hover\:border-green-700\/75:hover {
  border-color: rgb(21 128 61 / 0.75);
}

.hover\:border-green-700\/80:hover {
  border-color: rgb(21 128 61 / 0.8);
}

.hover\:border-green-700\/85:hover {
  border-color: rgb(21 128 61 / 0.85);
}

.hover\:border-green-700\/90:hover {
  border-color: rgb(21 128 61 / 0.9);
}

.hover\:border-green-700\/95:hover {
  border-color: rgb(21 128 61 / 0.95);
}

.hover\:border-green-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}

.hover\:border-green-800\/0:hover {
  border-color: rgb(22 101 52 / 0);
}

.hover\:border-green-800\/10:hover {
  border-color: rgb(22 101 52 / 0.1);
}

.hover\:border-green-800\/100:hover {
  border-color: rgb(22 101 52 / 1);
}

.hover\:border-green-800\/15:hover {
  border-color: rgb(22 101 52 / 0.15);
}

.hover\:border-green-800\/20:hover {
  border-color: rgb(22 101 52 / 0.2);
}

.hover\:border-green-800\/25:hover {
  border-color: rgb(22 101 52 / 0.25);
}

.hover\:border-green-800\/30:hover {
  border-color: rgb(22 101 52 / 0.3);
}

.hover\:border-green-800\/35:hover {
  border-color: rgb(22 101 52 / 0.35);
}

.hover\:border-green-800\/40:hover {
  border-color: rgb(22 101 52 / 0.4);
}

.hover\:border-green-800\/45:hover {
  border-color: rgb(22 101 52 / 0.45);
}

.hover\:border-green-800\/5:hover {
  border-color: rgb(22 101 52 / 0.05);
}

.hover\:border-green-800\/50:hover {
  border-color: rgb(22 101 52 / 0.5);
}

.hover\:border-green-800\/55:hover {
  border-color: rgb(22 101 52 / 0.55);
}

.hover\:border-green-800\/60:hover {
  border-color: rgb(22 101 52 / 0.6);
}

.hover\:border-green-800\/65:hover {
  border-color: rgb(22 101 52 / 0.65);
}

.hover\:border-green-800\/70:hover {
  border-color: rgb(22 101 52 / 0.7);
}

.hover\:border-green-800\/75:hover {
  border-color: rgb(22 101 52 / 0.75);
}

.hover\:border-green-800\/80:hover {
  border-color: rgb(22 101 52 / 0.8);
}

.hover\:border-green-800\/85:hover {
  border-color: rgb(22 101 52 / 0.85);
}

.hover\:border-green-800\/90:hover {
  border-color: rgb(22 101 52 / 0.9);
}

.hover\:border-green-800\/95:hover {
  border-color: rgb(22 101 52 / 0.95);
}

.hover\:border-green-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}

.hover\:border-green-900\/0:hover {
  border-color: rgb(20 83 45 / 0);
}

.hover\:border-green-900\/10:hover {
  border-color: rgb(20 83 45 / 0.1);
}

.hover\:border-green-900\/100:hover {
  border-color: rgb(20 83 45 / 1);
}

.hover\:border-green-900\/15:hover {
  border-color: rgb(20 83 45 / 0.15);
}

.hover\:border-green-900\/20:hover {
  border-color: rgb(20 83 45 / 0.2);
}

.hover\:border-green-900\/25:hover {
  border-color: rgb(20 83 45 / 0.25);
}

.hover\:border-green-900\/30:hover {
  border-color: rgb(20 83 45 / 0.3);
}

.hover\:border-green-900\/35:hover {
  border-color: rgb(20 83 45 / 0.35);
}

.hover\:border-green-900\/40:hover {
  border-color: rgb(20 83 45 / 0.4);
}

.hover\:border-green-900\/45:hover {
  border-color: rgb(20 83 45 / 0.45);
}

.hover\:border-green-900\/5:hover {
  border-color: rgb(20 83 45 / 0.05);
}

.hover\:border-green-900\/50:hover {
  border-color: rgb(20 83 45 / 0.5);
}

.hover\:border-green-900\/55:hover {
  border-color: rgb(20 83 45 / 0.55);
}

.hover\:border-green-900\/60:hover {
  border-color: rgb(20 83 45 / 0.6);
}

.hover\:border-green-900\/65:hover {
  border-color: rgb(20 83 45 / 0.65);
}

.hover\:border-green-900\/70:hover {
  border-color: rgb(20 83 45 / 0.7);
}

.hover\:border-green-900\/75:hover {
  border-color: rgb(20 83 45 / 0.75);
}

.hover\:border-green-900\/80:hover {
  border-color: rgb(20 83 45 / 0.8);
}

.hover\:border-green-900\/85:hover {
  border-color: rgb(20 83 45 / 0.85);
}

.hover\:border-green-900\/90:hover {
  border-color: rgb(20 83 45 / 0.9);
}

.hover\:border-green-900\/95:hover {
  border-color: rgb(20 83 45 / 0.95);
}

.hover\:border-green-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}

.hover\:border-green-950\/0:hover {
  border-color: rgb(5 46 22 / 0);
}

.hover\:border-green-950\/10:hover {
  border-color: rgb(5 46 22 / 0.1);
}

.hover\:border-green-950\/100:hover {
  border-color: rgb(5 46 22 / 1);
}

.hover\:border-green-950\/15:hover {
  border-color: rgb(5 46 22 / 0.15);
}

.hover\:border-green-950\/20:hover {
  border-color: rgb(5 46 22 / 0.2);
}

.hover\:border-green-950\/25:hover {
  border-color: rgb(5 46 22 / 0.25);
}

.hover\:border-green-950\/30:hover {
  border-color: rgb(5 46 22 / 0.3);
}

.hover\:border-green-950\/35:hover {
  border-color: rgb(5 46 22 / 0.35);
}

.hover\:border-green-950\/40:hover {
  border-color: rgb(5 46 22 / 0.4);
}

.hover\:border-green-950\/45:hover {
  border-color: rgb(5 46 22 / 0.45);
}

.hover\:border-green-950\/5:hover {
  border-color: rgb(5 46 22 / 0.05);
}

.hover\:border-green-950\/50:hover {
  border-color: rgb(5 46 22 / 0.5);
}

.hover\:border-green-950\/55:hover {
  border-color: rgb(5 46 22 / 0.55);
}

.hover\:border-green-950\/60:hover {
  border-color: rgb(5 46 22 / 0.6);
}

.hover\:border-green-950\/65:hover {
  border-color: rgb(5 46 22 / 0.65);
}

.hover\:border-green-950\/70:hover {
  border-color: rgb(5 46 22 / 0.7);
}

.hover\:border-green-950\/75:hover {
  border-color: rgb(5 46 22 / 0.75);
}

.hover\:border-green-950\/80:hover {
  border-color: rgb(5 46 22 / 0.8);
}

.hover\:border-green-950\/85:hover {
  border-color: rgb(5 46 22 / 0.85);
}

.hover\:border-green-950\/90:hover {
  border-color: rgb(5 46 22 / 0.9);
}

.hover\:border-green-950\/95:hover {
  border-color: rgb(5 46 22 / 0.95);
}

.hover\:border-indigo-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-100\/0:hover {
  border-color: rgb(224 231 255 / 0);
}

.hover\:border-indigo-100\/10:hover {
  border-color: rgb(224 231 255 / 0.1);
}

.hover\:border-indigo-100\/100:hover {
  border-color: rgb(224 231 255 / 1);
}

.hover\:border-indigo-100\/15:hover {
  border-color: rgb(224 231 255 / 0.15);
}

.hover\:border-indigo-100\/20:hover {
  border-color: rgb(224 231 255 / 0.2);
}

.hover\:border-indigo-100\/25:hover {
  border-color: rgb(224 231 255 / 0.25);
}

.hover\:border-indigo-100\/30:hover {
  border-color: rgb(224 231 255 / 0.3);
}

.hover\:border-indigo-100\/35:hover {
  border-color: rgb(224 231 255 / 0.35);
}

.hover\:border-indigo-100\/40:hover {
  border-color: rgb(224 231 255 / 0.4);
}

.hover\:border-indigo-100\/45:hover {
  border-color: rgb(224 231 255 / 0.45);
}

.hover\:border-indigo-100\/5:hover {
  border-color: rgb(224 231 255 / 0.05);
}

.hover\:border-indigo-100\/50:hover {
  border-color: rgb(224 231 255 / 0.5);
}

.hover\:border-indigo-100\/55:hover {
  border-color: rgb(224 231 255 / 0.55);
}

.hover\:border-indigo-100\/60:hover {
  border-color: rgb(224 231 255 / 0.6);
}

.hover\:border-indigo-100\/65:hover {
  border-color: rgb(224 231 255 / 0.65);
}

.hover\:border-indigo-100\/70:hover {
  border-color: rgb(224 231 255 / 0.7);
}

.hover\:border-indigo-100\/75:hover {
  border-color: rgb(224 231 255 / 0.75);
}

.hover\:border-indigo-100\/80:hover {
  border-color: rgb(224 231 255 / 0.8);
}

.hover\:border-indigo-100\/85:hover {
  border-color: rgb(224 231 255 / 0.85);
}

.hover\:border-indigo-100\/90:hover {
  border-color: rgb(224 231 255 / 0.9);
}

.hover\:border-indigo-100\/95:hover {
  border-color: rgb(224 231 255 / 0.95);
}

.hover\:border-indigo-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-200\/0:hover {
  border-color: rgb(199 210 254 / 0);
}

.hover\:border-indigo-200\/10:hover {
  border-color: rgb(199 210 254 / 0.1);
}

.hover\:border-indigo-200\/100:hover {
  border-color: rgb(199 210 254 / 1);
}

.hover\:border-indigo-200\/15:hover {
  border-color: rgb(199 210 254 / 0.15);
}

.hover\:border-indigo-200\/20:hover {
  border-color: rgb(199 210 254 / 0.2);
}

.hover\:border-indigo-200\/25:hover {
  border-color: rgb(199 210 254 / 0.25);
}

.hover\:border-indigo-200\/30:hover {
  border-color: rgb(199 210 254 / 0.3);
}

.hover\:border-indigo-200\/35:hover {
  border-color: rgb(199 210 254 / 0.35);
}

.hover\:border-indigo-200\/40:hover {
  border-color: rgb(199 210 254 / 0.4);
}

.hover\:border-indigo-200\/45:hover {
  border-color: rgb(199 210 254 / 0.45);
}

.hover\:border-indigo-200\/5:hover {
  border-color: rgb(199 210 254 / 0.05);
}

.hover\:border-indigo-200\/50:hover {
  border-color: rgb(199 210 254 / 0.5);
}

.hover\:border-indigo-200\/55:hover {
  border-color: rgb(199 210 254 / 0.55);
}

.hover\:border-indigo-200\/60:hover {
  border-color: rgb(199 210 254 / 0.6);
}

.hover\:border-indigo-200\/65:hover {
  border-color: rgb(199 210 254 / 0.65);
}

.hover\:border-indigo-200\/70:hover {
  border-color: rgb(199 210 254 / 0.7);
}

.hover\:border-indigo-200\/75:hover {
  border-color: rgb(199 210 254 / 0.75);
}

.hover\:border-indigo-200\/80:hover {
  border-color: rgb(199 210 254 / 0.8);
}

.hover\:border-indigo-200\/85:hover {
  border-color: rgb(199 210 254 / 0.85);
}

.hover\:border-indigo-200\/90:hover {
  border-color: rgb(199 210 254 / 0.9);
}

.hover\:border-indigo-200\/95:hover {
  border-color: rgb(199 210 254 / 0.95);
}

.hover\:border-indigo-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-300\/0:hover {
  border-color: rgb(165 180 252 / 0);
}

.hover\:border-indigo-300\/10:hover {
  border-color: rgb(165 180 252 / 0.1);
}

.hover\:border-indigo-300\/100:hover {
  border-color: rgb(165 180 252 / 1);
}

.hover\:border-indigo-300\/15:hover {
  border-color: rgb(165 180 252 / 0.15);
}

.hover\:border-indigo-300\/20:hover {
  border-color: rgb(165 180 252 / 0.2);
}

.hover\:border-indigo-300\/25:hover {
  border-color: rgb(165 180 252 / 0.25);
}

.hover\:border-indigo-300\/30:hover {
  border-color: rgb(165 180 252 / 0.3);
}

.hover\:border-indigo-300\/35:hover {
  border-color: rgb(165 180 252 / 0.35);
}

.hover\:border-indigo-300\/40:hover {
  border-color: rgb(165 180 252 / 0.4);
}

.hover\:border-indigo-300\/45:hover {
  border-color: rgb(165 180 252 / 0.45);
}

.hover\:border-indigo-300\/5:hover {
  border-color: rgb(165 180 252 / 0.05);
}

.hover\:border-indigo-300\/50:hover {
  border-color: rgb(165 180 252 / 0.5);
}

.hover\:border-indigo-300\/55:hover {
  border-color: rgb(165 180 252 / 0.55);
}

.hover\:border-indigo-300\/60:hover {
  border-color: rgb(165 180 252 / 0.6);
}

.hover\:border-indigo-300\/65:hover {
  border-color: rgb(165 180 252 / 0.65);
}

.hover\:border-indigo-300\/70:hover {
  border-color: rgb(165 180 252 / 0.7);
}

.hover\:border-indigo-300\/75:hover {
  border-color: rgb(165 180 252 / 0.75);
}

.hover\:border-indigo-300\/80:hover {
  border-color: rgb(165 180 252 / 0.8);
}

.hover\:border-indigo-300\/85:hover {
  border-color: rgb(165 180 252 / 0.85);
}

.hover\:border-indigo-300\/90:hover {
  border-color: rgb(165 180 252 / 0.9);
}

.hover\:border-indigo-300\/95:hover {
  border-color: rgb(165 180 252 / 0.95);
}

.hover\:border-indigo-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-400\/0:hover {
  border-color: rgb(129 140 248 / 0);
}

.hover\:border-indigo-400\/10:hover {
  border-color: rgb(129 140 248 / 0.1);
}

.hover\:border-indigo-400\/100:hover {
  border-color: rgb(129 140 248 / 1);
}

.hover\:border-indigo-400\/15:hover {
  border-color: rgb(129 140 248 / 0.15);
}

.hover\:border-indigo-400\/20:hover {
  border-color: rgb(129 140 248 / 0.2);
}

.hover\:border-indigo-400\/25:hover {
  border-color: rgb(129 140 248 / 0.25);
}

.hover\:border-indigo-400\/30:hover {
  border-color: rgb(129 140 248 / 0.3);
}

.hover\:border-indigo-400\/35:hover {
  border-color: rgb(129 140 248 / 0.35);
}

.hover\:border-indigo-400\/40:hover {
  border-color: rgb(129 140 248 / 0.4);
}

.hover\:border-indigo-400\/45:hover {
  border-color: rgb(129 140 248 / 0.45);
}

.hover\:border-indigo-400\/5:hover {
  border-color: rgb(129 140 248 / 0.05);
}

.hover\:border-indigo-400\/50:hover {
  border-color: rgb(129 140 248 / 0.5);
}

.hover\:border-indigo-400\/55:hover {
  border-color: rgb(129 140 248 / 0.55);
}

.hover\:border-indigo-400\/60:hover {
  border-color: rgb(129 140 248 / 0.6);
}

.hover\:border-indigo-400\/65:hover {
  border-color: rgb(129 140 248 / 0.65);
}

.hover\:border-indigo-400\/70:hover {
  border-color: rgb(129 140 248 / 0.7);
}

.hover\:border-indigo-400\/75:hover {
  border-color: rgb(129 140 248 / 0.75);
}

.hover\:border-indigo-400\/80:hover {
  border-color: rgb(129 140 248 / 0.8);
}

.hover\:border-indigo-400\/85:hover {
  border-color: rgb(129 140 248 / 0.85);
}

.hover\:border-indigo-400\/90:hover {
  border-color: rgb(129 140 248 / 0.9);
}

.hover\:border-indigo-400\/95:hover {
  border-color: rgb(129 140 248 / 0.95);
}

.hover\:border-indigo-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-50\/0:hover {
  border-color: rgb(238 242 255 / 0);
}

.hover\:border-indigo-50\/10:hover {
  border-color: rgb(238 242 255 / 0.1);
}

.hover\:border-indigo-50\/100:hover {
  border-color: rgb(238 242 255 / 1);
}

.hover\:border-indigo-50\/15:hover {
  border-color: rgb(238 242 255 / 0.15);
}

.hover\:border-indigo-50\/20:hover {
  border-color: rgb(238 242 255 / 0.2);
}

.hover\:border-indigo-50\/25:hover {
  border-color: rgb(238 242 255 / 0.25);
}

.hover\:border-indigo-50\/30:hover {
  border-color: rgb(238 242 255 / 0.3);
}

.hover\:border-indigo-50\/35:hover {
  border-color: rgb(238 242 255 / 0.35);
}

.hover\:border-indigo-50\/40:hover {
  border-color: rgb(238 242 255 / 0.4);
}

.hover\:border-indigo-50\/45:hover {
  border-color: rgb(238 242 255 / 0.45);
}

.hover\:border-indigo-50\/5:hover {
  border-color: rgb(238 242 255 / 0.05);
}

.hover\:border-indigo-50\/50:hover {
  border-color: rgb(238 242 255 / 0.5);
}

.hover\:border-indigo-50\/55:hover {
  border-color: rgb(238 242 255 / 0.55);
}

.hover\:border-indigo-50\/60:hover {
  border-color: rgb(238 242 255 / 0.6);
}

.hover\:border-indigo-50\/65:hover {
  border-color: rgb(238 242 255 / 0.65);
}

.hover\:border-indigo-50\/70:hover {
  border-color: rgb(238 242 255 / 0.7);
}

.hover\:border-indigo-50\/75:hover {
  border-color: rgb(238 242 255 / 0.75);
}

.hover\:border-indigo-50\/80:hover {
  border-color: rgb(238 242 255 / 0.8);
}

.hover\:border-indigo-50\/85:hover {
  border-color: rgb(238 242 255 / 0.85);
}

.hover\:border-indigo-50\/90:hover {
  border-color: rgb(238 242 255 / 0.9);
}

.hover\:border-indigo-50\/95:hover {
  border-color: rgb(238 242 255 / 0.95);
}

.hover\:border-indigo-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-500\/0:hover {
  border-color: rgb(99 102 241 / 0);
}

.hover\:border-indigo-500\/10:hover {
  border-color: rgb(99 102 241 / 0.1);
}

.hover\:border-indigo-500\/100:hover {
  border-color: rgb(99 102 241 / 1);
}

.hover\:border-indigo-500\/15:hover {
  border-color: rgb(99 102 241 / 0.15);
}

.hover\:border-indigo-500\/20:hover {
  border-color: rgb(99 102 241 / 0.2);
}

.hover\:border-indigo-500\/25:hover {
  border-color: rgb(99 102 241 / 0.25);
}

.hover\:border-indigo-500\/30:hover {
  border-color: rgb(99 102 241 / 0.3);
}

.hover\:border-indigo-500\/35:hover {
  border-color: rgb(99 102 241 / 0.35);
}

.hover\:border-indigo-500\/40:hover {
  border-color: rgb(99 102 241 / 0.4);
}

.hover\:border-indigo-500\/45:hover {
  border-color: rgb(99 102 241 / 0.45);
}

.hover\:border-indigo-500\/5:hover {
  border-color: rgb(99 102 241 / 0.05);
}

.hover\:border-indigo-500\/50:hover {
  border-color: rgb(99 102 241 / 0.5);
}

.hover\:border-indigo-500\/55:hover {
  border-color: rgb(99 102 241 / 0.55);
}

.hover\:border-indigo-500\/60:hover {
  border-color: rgb(99 102 241 / 0.6);
}

.hover\:border-indigo-500\/65:hover {
  border-color: rgb(99 102 241 / 0.65);
}

.hover\:border-indigo-500\/70:hover {
  border-color: rgb(99 102 241 / 0.7);
}

.hover\:border-indigo-500\/75:hover {
  border-color: rgb(99 102 241 / 0.75);
}

.hover\:border-indigo-500\/80:hover {
  border-color: rgb(99 102 241 / 0.8);
}

.hover\:border-indigo-500\/85:hover {
  border-color: rgb(99 102 241 / 0.85);
}

.hover\:border-indigo-500\/90:hover {
  border-color: rgb(99 102 241 / 0.9);
}

.hover\:border-indigo-500\/95:hover {
  border-color: rgb(99 102 241 / 0.95);
}

.hover\:border-indigo-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-600\/0:hover {
  border-color: rgb(79 70 229 / 0);
}

.hover\:border-indigo-600\/10:hover {
  border-color: rgb(79 70 229 / 0.1);
}

.hover\:border-indigo-600\/100:hover {
  border-color: rgb(79 70 229 / 1);
}

.hover\:border-indigo-600\/15:hover {
  border-color: rgb(79 70 229 / 0.15);
}

.hover\:border-indigo-600\/20:hover {
  border-color: rgb(79 70 229 / 0.2);
}

.hover\:border-indigo-600\/25:hover {
  border-color: rgb(79 70 229 / 0.25);
}

.hover\:border-indigo-600\/30:hover {
  border-color: rgb(79 70 229 / 0.3);
}

.hover\:border-indigo-600\/35:hover {
  border-color: rgb(79 70 229 / 0.35);
}

.hover\:border-indigo-600\/40:hover {
  border-color: rgb(79 70 229 / 0.4);
}

.hover\:border-indigo-600\/45:hover {
  border-color: rgb(79 70 229 / 0.45);
}

.hover\:border-indigo-600\/5:hover {
  border-color: rgb(79 70 229 / 0.05);
}

.hover\:border-indigo-600\/50:hover {
  border-color: rgb(79 70 229 / 0.5);
}

.hover\:border-indigo-600\/55:hover {
  border-color: rgb(79 70 229 / 0.55);
}

.hover\:border-indigo-600\/60:hover {
  border-color: rgb(79 70 229 / 0.6);
}

.hover\:border-indigo-600\/65:hover {
  border-color: rgb(79 70 229 / 0.65);
}

.hover\:border-indigo-600\/70:hover {
  border-color: rgb(79 70 229 / 0.7);
}

.hover\:border-indigo-600\/75:hover {
  border-color: rgb(79 70 229 / 0.75);
}

.hover\:border-indigo-600\/80:hover {
  border-color: rgb(79 70 229 / 0.8);
}

.hover\:border-indigo-600\/85:hover {
  border-color: rgb(79 70 229 / 0.85);
}

.hover\:border-indigo-600\/90:hover {
  border-color: rgb(79 70 229 / 0.9);
}

.hover\:border-indigo-600\/95:hover {
  border-color: rgb(79 70 229 / 0.95);
}

.hover\:border-indigo-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-700\/0:hover {
  border-color: rgb(67 56 202 / 0);
}

.hover\:border-indigo-700\/10:hover {
  border-color: rgb(67 56 202 / 0.1);
}

.hover\:border-indigo-700\/100:hover {
  border-color: rgb(67 56 202 / 1);
}

.hover\:border-indigo-700\/15:hover {
  border-color: rgb(67 56 202 / 0.15);
}

.hover\:border-indigo-700\/20:hover {
  border-color: rgb(67 56 202 / 0.2);
}

.hover\:border-indigo-700\/25:hover {
  border-color: rgb(67 56 202 / 0.25);
}

.hover\:border-indigo-700\/30:hover {
  border-color: rgb(67 56 202 / 0.3);
}

.hover\:border-indigo-700\/35:hover {
  border-color: rgb(67 56 202 / 0.35);
}

.hover\:border-indigo-700\/40:hover {
  border-color: rgb(67 56 202 / 0.4);
}

.hover\:border-indigo-700\/45:hover {
  border-color: rgb(67 56 202 / 0.45);
}

.hover\:border-indigo-700\/5:hover {
  border-color: rgb(67 56 202 / 0.05);
}

.hover\:border-indigo-700\/50:hover {
  border-color: rgb(67 56 202 / 0.5);
}

.hover\:border-indigo-700\/55:hover {
  border-color: rgb(67 56 202 / 0.55);
}

.hover\:border-indigo-700\/60:hover {
  border-color: rgb(67 56 202 / 0.6);
}

.hover\:border-indigo-700\/65:hover {
  border-color: rgb(67 56 202 / 0.65);
}

.hover\:border-indigo-700\/70:hover {
  border-color: rgb(67 56 202 / 0.7);
}

.hover\:border-indigo-700\/75:hover {
  border-color: rgb(67 56 202 / 0.75);
}

.hover\:border-indigo-700\/80:hover {
  border-color: rgb(67 56 202 / 0.8);
}

.hover\:border-indigo-700\/85:hover {
  border-color: rgb(67 56 202 / 0.85);
}

.hover\:border-indigo-700\/90:hover {
  border-color: rgb(67 56 202 / 0.9);
}

.hover\:border-indigo-700\/95:hover {
  border-color: rgb(67 56 202 / 0.95);
}

.hover\:border-indigo-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-800\/0:hover {
  border-color: rgb(55 48 163 / 0);
}

.hover\:border-indigo-800\/10:hover {
  border-color: rgb(55 48 163 / 0.1);
}

.hover\:border-indigo-800\/100:hover {
  border-color: rgb(55 48 163 / 1);
}

.hover\:border-indigo-800\/15:hover {
  border-color: rgb(55 48 163 / 0.15);
}

.hover\:border-indigo-800\/20:hover {
  border-color: rgb(55 48 163 / 0.2);
}

.hover\:border-indigo-800\/25:hover {
  border-color: rgb(55 48 163 / 0.25);
}

.hover\:border-indigo-800\/30:hover {
  border-color: rgb(55 48 163 / 0.3);
}

.hover\:border-indigo-800\/35:hover {
  border-color: rgb(55 48 163 / 0.35);
}

.hover\:border-indigo-800\/40:hover {
  border-color: rgb(55 48 163 / 0.4);
}

.hover\:border-indigo-800\/45:hover {
  border-color: rgb(55 48 163 / 0.45);
}

.hover\:border-indigo-800\/5:hover {
  border-color: rgb(55 48 163 / 0.05);
}

.hover\:border-indigo-800\/50:hover {
  border-color: rgb(55 48 163 / 0.5);
}

.hover\:border-indigo-800\/55:hover {
  border-color: rgb(55 48 163 / 0.55);
}

.hover\:border-indigo-800\/60:hover {
  border-color: rgb(55 48 163 / 0.6);
}

.hover\:border-indigo-800\/65:hover {
  border-color: rgb(55 48 163 / 0.65);
}

.hover\:border-indigo-800\/70:hover {
  border-color: rgb(55 48 163 / 0.7);
}

.hover\:border-indigo-800\/75:hover {
  border-color: rgb(55 48 163 / 0.75);
}

.hover\:border-indigo-800\/80:hover {
  border-color: rgb(55 48 163 / 0.8);
}

.hover\:border-indigo-800\/85:hover {
  border-color: rgb(55 48 163 / 0.85);
}

.hover\:border-indigo-800\/90:hover {
  border-color: rgb(55 48 163 / 0.9);
}

.hover\:border-indigo-800\/95:hover {
  border-color: rgb(55 48 163 / 0.95);
}

.hover\:border-indigo-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-900\/0:hover {
  border-color: rgb(49 46 129 / 0);
}

.hover\:border-indigo-900\/10:hover {
  border-color: rgb(49 46 129 / 0.1);
}

.hover\:border-indigo-900\/100:hover {
  border-color: rgb(49 46 129 / 1);
}

.hover\:border-indigo-900\/15:hover {
  border-color: rgb(49 46 129 / 0.15);
}

.hover\:border-indigo-900\/20:hover {
  border-color: rgb(49 46 129 / 0.2);
}

.hover\:border-indigo-900\/25:hover {
  border-color: rgb(49 46 129 / 0.25);
}

.hover\:border-indigo-900\/30:hover {
  border-color: rgb(49 46 129 / 0.3);
}

.hover\:border-indigo-900\/35:hover {
  border-color: rgb(49 46 129 / 0.35);
}

.hover\:border-indigo-900\/40:hover {
  border-color: rgb(49 46 129 / 0.4);
}

.hover\:border-indigo-900\/45:hover {
  border-color: rgb(49 46 129 / 0.45);
}

.hover\:border-indigo-900\/5:hover {
  border-color: rgb(49 46 129 / 0.05);
}

.hover\:border-indigo-900\/50:hover {
  border-color: rgb(49 46 129 / 0.5);
}

.hover\:border-indigo-900\/55:hover {
  border-color: rgb(49 46 129 / 0.55);
}

.hover\:border-indigo-900\/60:hover {
  border-color: rgb(49 46 129 / 0.6);
}

.hover\:border-indigo-900\/65:hover {
  border-color: rgb(49 46 129 / 0.65);
}

.hover\:border-indigo-900\/70:hover {
  border-color: rgb(49 46 129 / 0.7);
}

.hover\:border-indigo-900\/75:hover {
  border-color: rgb(49 46 129 / 0.75);
}

.hover\:border-indigo-900\/80:hover {
  border-color: rgb(49 46 129 / 0.8);
}

.hover\:border-indigo-900\/85:hover {
  border-color: rgb(49 46 129 / 0.85);
}

.hover\:border-indigo-900\/90:hover {
  border-color: rgb(49 46 129 / 0.9);
}

.hover\:border-indigo-900\/95:hover {
  border-color: rgb(49 46 129 / 0.95);
}

.hover\:border-indigo-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-950\/0:hover {
  border-color: rgb(30 27 75 / 0);
}

.hover\:border-indigo-950\/10:hover {
  border-color: rgb(30 27 75 / 0.1);
}

.hover\:border-indigo-950\/100:hover {
  border-color: rgb(30 27 75 / 1);
}

.hover\:border-indigo-950\/15:hover {
  border-color: rgb(30 27 75 / 0.15);
}

.hover\:border-indigo-950\/20:hover {
  border-color: rgb(30 27 75 / 0.2);
}

.hover\:border-indigo-950\/25:hover {
  border-color: rgb(30 27 75 / 0.25);
}

.hover\:border-indigo-950\/30:hover {
  border-color: rgb(30 27 75 / 0.3);
}

.hover\:border-indigo-950\/35:hover {
  border-color: rgb(30 27 75 / 0.35);
}

.hover\:border-indigo-950\/40:hover {
  border-color: rgb(30 27 75 / 0.4);
}

.hover\:border-indigo-950\/45:hover {
  border-color: rgb(30 27 75 / 0.45);
}

.hover\:border-indigo-950\/5:hover {
  border-color: rgb(30 27 75 / 0.05);
}

.hover\:border-indigo-950\/50:hover {
  border-color: rgb(30 27 75 / 0.5);
}

.hover\:border-indigo-950\/55:hover {
  border-color: rgb(30 27 75 / 0.55);
}

.hover\:border-indigo-950\/60:hover {
  border-color: rgb(30 27 75 / 0.6);
}

.hover\:border-indigo-950\/65:hover {
  border-color: rgb(30 27 75 / 0.65);
}

.hover\:border-indigo-950\/70:hover {
  border-color: rgb(30 27 75 / 0.7);
}

.hover\:border-indigo-950\/75:hover {
  border-color: rgb(30 27 75 / 0.75);
}

.hover\:border-indigo-950\/80:hover {
  border-color: rgb(30 27 75 / 0.8);
}

.hover\:border-indigo-950\/85:hover {
  border-color: rgb(30 27 75 / 0.85);
}

.hover\:border-indigo-950\/90:hover {
  border-color: rgb(30 27 75 / 0.9);
}

.hover\:border-indigo-950\/95:hover {
  border-color: rgb(30 27 75 / 0.95);
}

.hover\:border-pink-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-100\/0:hover {
  border-color: rgb(252 231 243 / 0);
}

.hover\:border-pink-100\/10:hover {
  border-color: rgb(252 231 243 / 0.1);
}

.hover\:border-pink-100\/100:hover {
  border-color: rgb(252 231 243 / 1);
}

.hover\:border-pink-100\/15:hover {
  border-color: rgb(252 231 243 / 0.15);
}

.hover\:border-pink-100\/20:hover {
  border-color: rgb(252 231 243 / 0.2);
}

.hover\:border-pink-100\/25:hover {
  border-color: rgb(252 231 243 / 0.25);
}

.hover\:border-pink-100\/30:hover {
  border-color: rgb(252 231 243 / 0.3);
}

.hover\:border-pink-100\/35:hover {
  border-color: rgb(252 231 243 / 0.35);
}

.hover\:border-pink-100\/40:hover {
  border-color: rgb(252 231 243 / 0.4);
}

.hover\:border-pink-100\/45:hover {
  border-color: rgb(252 231 243 / 0.45);
}

.hover\:border-pink-100\/5:hover {
  border-color: rgb(252 231 243 / 0.05);
}

.hover\:border-pink-100\/50:hover {
  border-color: rgb(252 231 243 / 0.5);
}

.hover\:border-pink-100\/55:hover {
  border-color: rgb(252 231 243 / 0.55);
}

.hover\:border-pink-100\/60:hover {
  border-color: rgb(252 231 243 / 0.6);
}

.hover\:border-pink-100\/65:hover {
  border-color: rgb(252 231 243 / 0.65);
}

.hover\:border-pink-100\/70:hover {
  border-color: rgb(252 231 243 / 0.7);
}

.hover\:border-pink-100\/75:hover {
  border-color: rgb(252 231 243 / 0.75);
}

.hover\:border-pink-100\/80:hover {
  border-color: rgb(252 231 243 / 0.8);
}

.hover\:border-pink-100\/85:hover {
  border-color: rgb(252 231 243 / 0.85);
}

.hover\:border-pink-100\/90:hover {
  border-color: rgb(252 231 243 / 0.9);
}

.hover\:border-pink-100\/95:hover {
  border-color: rgb(252 231 243 / 0.95);
}

.hover\:border-pink-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-200\/0:hover {
  border-color: rgb(251 207 232 / 0);
}

.hover\:border-pink-200\/10:hover {
  border-color: rgb(251 207 232 / 0.1);
}

.hover\:border-pink-200\/100:hover {
  border-color: rgb(251 207 232 / 1);
}

.hover\:border-pink-200\/15:hover {
  border-color: rgb(251 207 232 / 0.15);
}

.hover\:border-pink-200\/20:hover {
  border-color: rgb(251 207 232 / 0.2);
}

.hover\:border-pink-200\/25:hover {
  border-color: rgb(251 207 232 / 0.25);
}

.hover\:border-pink-200\/30:hover {
  border-color: rgb(251 207 232 / 0.3);
}

.hover\:border-pink-200\/35:hover {
  border-color: rgb(251 207 232 / 0.35);
}

.hover\:border-pink-200\/40:hover {
  border-color: rgb(251 207 232 / 0.4);
}

.hover\:border-pink-200\/45:hover {
  border-color: rgb(251 207 232 / 0.45);
}

.hover\:border-pink-200\/5:hover {
  border-color: rgb(251 207 232 / 0.05);
}

.hover\:border-pink-200\/50:hover {
  border-color: rgb(251 207 232 / 0.5);
}

.hover\:border-pink-200\/55:hover {
  border-color: rgb(251 207 232 / 0.55);
}

.hover\:border-pink-200\/60:hover {
  border-color: rgb(251 207 232 / 0.6);
}

.hover\:border-pink-200\/65:hover {
  border-color: rgb(251 207 232 / 0.65);
}

.hover\:border-pink-200\/70:hover {
  border-color: rgb(251 207 232 / 0.7);
}

.hover\:border-pink-200\/75:hover {
  border-color: rgb(251 207 232 / 0.75);
}

.hover\:border-pink-200\/80:hover {
  border-color: rgb(251 207 232 / 0.8);
}

.hover\:border-pink-200\/85:hover {
  border-color: rgb(251 207 232 / 0.85);
}

.hover\:border-pink-200\/90:hover {
  border-color: rgb(251 207 232 / 0.9);
}

.hover\:border-pink-200\/95:hover {
  border-color: rgb(251 207 232 / 0.95);
}

.hover\:border-pink-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-300\/0:hover {
  border-color: rgb(249 168 212 / 0);
}

.hover\:border-pink-300\/10:hover {
  border-color: rgb(249 168 212 / 0.1);
}

.hover\:border-pink-300\/100:hover {
  border-color: rgb(249 168 212 / 1);
}

.hover\:border-pink-300\/15:hover {
  border-color: rgb(249 168 212 / 0.15);
}

.hover\:border-pink-300\/20:hover {
  border-color: rgb(249 168 212 / 0.2);
}

.hover\:border-pink-300\/25:hover {
  border-color: rgb(249 168 212 / 0.25);
}

.hover\:border-pink-300\/30:hover {
  border-color: rgb(249 168 212 / 0.3);
}

.hover\:border-pink-300\/35:hover {
  border-color: rgb(249 168 212 / 0.35);
}

.hover\:border-pink-300\/40:hover {
  border-color: rgb(249 168 212 / 0.4);
}

.hover\:border-pink-300\/45:hover {
  border-color: rgb(249 168 212 / 0.45);
}

.hover\:border-pink-300\/5:hover {
  border-color: rgb(249 168 212 / 0.05);
}

.hover\:border-pink-300\/50:hover {
  border-color: rgb(249 168 212 / 0.5);
}

.hover\:border-pink-300\/55:hover {
  border-color: rgb(249 168 212 / 0.55);
}

.hover\:border-pink-300\/60:hover {
  border-color: rgb(249 168 212 / 0.6);
}

.hover\:border-pink-300\/65:hover {
  border-color: rgb(249 168 212 / 0.65);
}

.hover\:border-pink-300\/70:hover {
  border-color: rgb(249 168 212 / 0.7);
}

.hover\:border-pink-300\/75:hover {
  border-color: rgb(249 168 212 / 0.75);
}

.hover\:border-pink-300\/80:hover {
  border-color: rgb(249 168 212 / 0.8);
}

.hover\:border-pink-300\/85:hover {
  border-color: rgb(249 168 212 / 0.85);
}

.hover\:border-pink-300\/90:hover {
  border-color: rgb(249 168 212 / 0.9);
}

.hover\:border-pink-300\/95:hover {
  border-color: rgb(249 168 212 / 0.95);
}

.hover\:border-pink-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-400\/0:hover {
  border-color: rgb(244 114 182 / 0);
}

.hover\:border-pink-400\/10:hover {
  border-color: rgb(244 114 182 / 0.1);
}

.hover\:border-pink-400\/100:hover {
  border-color: rgb(244 114 182 / 1);
}

.hover\:border-pink-400\/15:hover {
  border-color: rgb(244 114 182 / 0.15);
}

.hover\:border-pink-400\/20:hover {
  border-color: rgb(244 114 182 / 0.2);
}

.hover\:border-pink-400\/25:hover {
  border-color: rgb(244 114 182 / 0.25);
}

.hover\:border-pink-400\/30:hover {
  border-color: rgb(244 114 182 / 0.3);
}

.hover\:border-pink-400\/35:hover {
  border-color: rgb(244 114 182 / 0.35);
}

.hover\:border-pink-400\/40:hover {
  border-color: rgb(244 114 182 / 0.4);
}

.hover\:border-pink-400\/45:hover {
  border-color: rgb(244 114 182 / 0.45);
}

.hover\:border-pink-400\/5:hover {
  border-color: rgb(244 114 182 / 0.05);
}

.hover\:border-pink-400\/50:hover {
  border-color: rgb(244 114 182 / 0.5);
}

.hover\:border-pink-400\/55:hover {
  border-color: rgb(244 114 182 / 0.55);
}

.hover\:border-pink-400\/60:hover {
  border-color: rgb(244 114 182 / 0.6);
}

.hover\:border-pink-400\/65:hover {
  border-color: rgb(244 114 182 / 0.65);
}

.hover\:border-pink-400\/70:hover {
  border-color: rgb(244 114 182 / 0.7);
}

.hover\:border-pink-400\/75:hover {
  border-color: rgb(244 114 182 / 0.75);
}

.hover\:border-pink-400\/80:hover {
  border-color: rgb(244 114 182 / 0.8);
}

.hover\:border-pink-400\/85:hover {
  border-color: rgb(244 114 182 / 0.85);
}

.hover\:border-pink-400\/90:hover {
  border-color: rgb(244 114 182 / 0.9);
}

.hover\:border-pink-400\/95:hover {
  border-color: rgb(244 114 182 / 0.95);
}

.hover\:border-pink-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-50\/0:hover {
  border-color: rgb(253 242 248 / 0);
}

.hover\:border-pink-50\/10:hover {
  border-color: rgb(253 242 248 / 0.1);
}

.hover\:border-pink-50\/100:hover {
  border-color: rgb(253 242 248 / 1);
}

.hover\:border-pink-50\/15:hover {
  border-color: rgb(253 242 248 / 0.15);
}

.hover\:border-pink-50\/20:hover {
  border-color: rgb(253 242 248 / 0.2);
}

.hover\:border-pink-50\/25:hover {
  border-color: rgb(253 242 248 / 0.25);
}

.hover\:border-pink-50\/30:hover {
  border-color: rgb(253 242 248 / 0.3);
}

.hover\:border-pink-50\/35:hover {
  border-color: rgb(253 242 248 / 0.35);
}

.hover\:border-pink-50\/40:hover {
  border-color: rgb(253 242 248 / 0.4);
}

.hover\:border-pink-50\/45:hover {
  border-color: rgb(253 242 248 / 0.45);
}

.hover\:border-pink-50\/5:hover {
  border-color: rgb(253 242 248 / 0.05);
}

.hover\:border-pink-50\/50:hover {
  border-color: rgb(253 242 248 / 0.5);
}

.hover\:border-pink-50\/55:hover {
  border-color: rgb(253 242 248 / 0.55);
}

.hover\:border-pink-50\/60:hover {
  border-color: rgb(253 242 248 / 0.6);
}

.hover\:border-pink-50\/65:hover {
  border-color: rgb(253 242 248 / 0.65);
}

.hover\:border-pink-50\/70:hover {
  border-color: rgb(253 242 248 / 0.7);
}

.hover\:border-pink-50\/75:hover {
  border-color: rgb(253 242 248 / 0.75);
}

.hover\:border-pink-50\/80:hover {
  border-color: rgb(253 242 248 / 0.8);
}

.hover\:border-pink-50\/85:hover {
  border-color: rgb(253 242 248 / 0.85);
}

.hover\:border-pink-50\/90:hover {
  border-color: rgb(253 242 248 / 0.9);
}

.hover\:border-pink-50\/95:hover {
  border-color: rgb(253 242 248 / 0.95);
}

.hover\:border-pink-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-500\/0:hover {
  border-color: rgb(236 72 153 / 0);
}

.hover\:border-pink-500\/10:hover {
  border-color: rgb(236 72 153 / 0.1);
}

.hover\:border-pink-500\/100:hover {
  border-color: rgb(236 72 153 / 1);
}

.hover\:border-pink-500\/15:hover {
  border-color: rgb(236 72 153 / 0.15);
}

.hover\:border-pink-500\/20:hover {
  border-color: rgb(236 72 153 / 0.2);
}

.hover\:border-pink-500\/25:hover {
  border-color: rgb(236 72 153 / 0.25);
}

.hover\:border-pink-500\/30:hover {
  border-color: rgb(236 72 153 / 0.3);
}

.hover\:border-pink-500\/35:hover {
  border-color: rgb(236 72 153 / 0.35);
}

.hover\:border-pink-500\/40:hover {
  border-color: rgb(236 72 153 / 0.4);
}

.hover\:border-pink-500\/45:hover {
  border-color: rgb(236 72 153 / 0.45);
}

.hover\:border-pink-500\/5:hover {
  border-color: rgb(236 72 153 / 0.05);
}

.hover\:border-pink-500\/50:hover {
  border-color: rgb(236 72 153 / 0.5);
}

.hover\:border-pink-500\/55:hover {
  border-color: rgb(236 72 153 / 0.55);
}

.hover\:border-pink-500\/60:hover {
  border-color: rgb(236 72 153 / 0.6);
}

.hover\:border-pink-500\/65:hover {
  border-color: rgb(236 72 153 / 0.65);
}

.hover\:border-pink-500\/70:hover {
  border-color: rgb(236 72 153 / 0.7);
}

.hover\:border-pink-500\/75:hover {
  border-color: rgb(236 72 153 / 0.75);
}

.hover\:border-pink-500\/80:hover {
  border-color: rgb(236 72 153 / 0.8);
}

.hover\:border-pink-500\/85:hover {
  border-color: rgb(236 72 153 / 0.85);
}

.hover\:border-pink-500\/90:hover {
  border-color: rgb(236 72 153 / 0.9);
}

.hover\:border-pink-500\/95:hover {
  border-color: rgb(236 72 153 / 0.95);
}

.hover\:border-pink-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-600\/0:hover {
  border-color: rgb(219 39 119 / 0);
}

.hover\:border-pink-600\/10:hover {
  border-color: rgb(219 39 119 / 0.1);
}

.hover\:border-pink-600\/100:hover {
  border-color: rgb(219 39 119 / 1);
}

.hover\:border-pink-600\/15:hover {
  border-color: rgb(219 39 119 / 0.15);
}

.hover\:border-pink-600\/20:hover {
  border-color: rgb(219 39 119 / 0.2);
}

.hover\:border-pink-600\/25:hover {
  border-color: rgb(219 39 119 / 0.25);
}

.hover\:border-pink-600\/30:hover {
  border-color: rgb(219 39 119 / 0.3);
}

.hover\:border-pink-600\/35:hover {
  border-color: rgb(219 39 119 / 0.35);
}

.hover\:border-pink-600\/40:hover {
  border-color: rgb(219 39 119 / 0.4);
}

.hover\:border-pink-600\/45:hover {
  border-color: rgb(219 39 119 / 0.45);
}

.hover\:border-pink-600\/5:hover {
  border-color: rgb(219 39 119 / 0.05);
}

.hover\:border-pink-600\/50:hover {
  border-color: rgb(219 39 119 / 0.5);
}

.hover\:border-pink-600\/55:hover {
  border-color: rgb(219 39 119 / 0.55);
}

.hover\:border-pink-600\/60:hover {
  border-color: rgb(219 39 119 / 0.6);
}

.hover\:border-pink-600\/65:hover {
  border-color: rgb(219 39 119 / 0.65);
}

.hover\:border-pink-600\/70:hover {
  border-color: rgb(219 39 119 / 0.7);
}

.hover\:border-pink-600\/75:hover {
  border-color: rgb(219 39 119 / 0.75);
}

.hover\:border-pink-600\/80:hover {
  border-color: rgb(219 39 119 / 0.8);
}

.hover\:border-pink-600\/85:hover {
  border-color: rgb(219 39 119 / 0.85);
}

.hover\:border-pink-600\/90:hover {
  border-color: rgb(219 39 119 / 0.9);
}

.hover\:border-pink-600\/95:hover {
  border-color: rgb(219 39 119 / 0.95);
}

.hover\:border-pink-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-700\/0:hover {
  border-color: rgb(190 24 93 / 0);
}

.hover\:border-pink-700\/10:hover {
  border-color: rgb(190 24 93 / 0.1);
}

.hover\:border-pink-700\/100:hover {
  border-color: rgb(190 24 93 / 1);
}

.hover\:border-pink-700\/15:hover {
  border-color: rgb(190 24 93 / 0.15);
}

.hover\:border-pink-700\/20:hover {
  border-color: rgb(190 24 93 / 0.2);
}

.hover\:border-pink-700\/25:hover {
  border-color: rgb(190 24 93 / 0.25);
}

.hover\:border-pink-700\/30:hover {
  border-color: rgb(190 24 93 / 0.3);
}

.hover\:border-pink-700\/35:hover {
  border-color: rgb(190 24 93 / 0.35);
}

.hover\:border-pink-700\/40:hover {
  border-color: rgb(190 24 93 / 0.4);
}

.hover\:border-pink-700\/45:hover {
  border-color: rgb(190 24 93 / 0.45);
}

.hover\:border-pink-700\/5:hover {
  border-color: rgb(190 24 93 / 0.05);
}

.hover\:border-pink-700\/50:hover {
  border-color: rgb(190 24 93 / 0.5);
}

.hover\:border-pink-700\/55:hover {
  border-color: rgb(190 24 93 / 0.55);
}

.hover\:border-pink-700\/60:hover {
  border-color: rgb(190 24 93 / 0.6);
}

.hover\:border-pink-700\/65:hover {
  border-color: rgb(190 24 93 / 0.65);
}

.hover\:border-pink-700\/70:hover {
  border-color: rgb(190 24 93 / 0.7);
}

.hover\:border-pink-700\/75:hover {
  border-color: rgb(190 24 93 / 0.75);
}

.hover\:border-pink-700\/80:hover {
  border-color: rgb(190 24 93 / 0.8);
}

.hover\:border-pink-700\/85:hover {
  border-color: rgb(190 24 93 / 0.85);
}

.hover\:border-pink-700\/90:hover {
  border-color: rgb(190 24 93 / 0.9);
}

.hover\:border-pink-700\/95:hover {
  border-color: rgb(190 24 93 / 0.95);
}

.hover\:border-pink-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-800\/0:hover {
  border-color: rgb(157 23 77 / 0);
}

.hover\:border-pink-800\/10:hover {
  border-color: rgb(157 23 77 / 0.1);
}

.hover\:border-pink-800\/100:hover {
  border-color: rgb(157 23 77 / 1);
}

.hover\:border-pink-800\/15:hover {
  border-color: rgb(157 23 77 / 0.15);
}

.hover\:border-pink-800\/20:hover {
  border-color: rgb(157 23 77 / 0.2);
}

.hover\:border-pink-800\/25:hover {
  border-color: rgb(157 23 77 / 0.25);
}

.hover\:border-pink-800\/30:hover {
  border-color: rgb(157 23 77 / 0.3);
}

.hover\:border-pink-800\/35:hover {
  border-color: rgb(157 23 77 / 0.35);
}

.hover\:border-pink-800\/40:hover {
  border-color: rgb(157 23 77 / 0.4);
}

.hover\:border-pink-800\/45:hover {
  border-color: rgb(157 23 77 / 0.45);
}

.hover\:border-pink-800\/5:hover {
  border-color: rgb(157 23 77 / 0.05);
}

.hover\:border-pink-800\/50:hover {
  border-color: rgb(157 23 77 / 0.5);
}

.hover\:border-pink-800\/55:hover {
  border-color: rgb(157 23 77 / 0.55);
}

.hover\:border-pink-800\/60:hover {
  border-color: rgb(157 23 77 / 0.6);
}

.hover\:border-pink-800\/65:hover {
  border-color: rgb(157 23 77 / 0.65);
}

.hover\:border-pink-800\/70:hover {
  border-color: rgb(157 23 77 / 0.7);
}

.hover\:border-pink-800\/75:hover {
  border-color: rgb(157 23 77 / 0.75);
}

.hover\:border-pink-800\/80:hover {
  border-color: rgb(157 23 77 / 0.8);
}

.hover\:border-pink-800\/85:hover {
  border-color: rgb(157 23 77 / 0.85);
}

.hover\:border-pink-800\/90:hover {
  border-color: rgb(157 23 77 / 0.9);
}

.hover\:border-pink-800\/95:hover {
  border-color: rgb(157 23 77 / 0.95);
}

.hover\:border-pink-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-900\/0:hover {
  border-color: rgb(131 24 67 / 0);
}

.hover\:border-pink-900\/10:hover {
  border-color: rgb(131 24 67 / 0.1);
}

.hover\:border-pink-900\/100:hover {
  border-color: rgb(131 24 67 / 1);
}

.hover\:border-pink-900\/15:hover {
  border-color: rgb(131 24 67 / 0.15);
}

.hover\:border-pink-900\/20:hover {
  border-color: rgb(131 24 67 / 0.2);
}

.hover\:border-pink-900\/25:hover {
  border-color: rgb(131 24 67 / 0.25);
}

.hover\:border-pink-900\/30:hover {
  border-color: rgb(131 24 67 / 0.3);
}

.hover\:border-pink-900\/35:hover {
  border-color: rgb(131 24 67 / 0.35);
}

.hover\:border-pink-900\/40:hover {
  border-color: rgb(131 24 67 / 0.4);
}

.hover\:border-pink-900\/45:hover {
  border-color: rgb(131 24 67 / 0.45);
}

.hover\:border-pink-900\/5:hover {
  border-color: rgb(131 24 67 / 0.05);
}

.hover\:border-pink-900\/50:hover {
  border-color: rgb(131 24 67 / 0.5);
}

.hover\:border-pink-900\/55:hover {
  border-color: rgb(131 24 67 / 0.55);
}

.hover\:border-pink-900\/60:hover {
  border-color: rgb(131 24 67 / 0.6);
}

.hover\:border-pink-900\/65:hover {
  border-color: rgb(131 24 67 / 0.65);
}

.hover\:border-pink-900\/70:hover {
  border-color: rgb(131 24 67 / 0.7);
}

.hover\:border-pink-900\/75:hover {
  border-color: rgb(131 24 67 / 0.75);
}

.hover\:border-pink-900\/80:hover {
  border-color: rgb(131 24 67 / 0.8);
}

.hover\:border-pink-900\/85:hover {
  border-color: rgb(131 24 67 / 0.85);
}

.hover\:border-pink-900\/90:hover {
  border-color: rgb(131 24 67 / 0.9);
}

.hover\:border-pink-900\/95:hover {
  border-color: rgb(131 24 67 / 0.95);
}

.hover\:border-pink-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-950\/0:hover {
  border-color: rgb(80 7 36 / 0);
}

.hover\:border-pink-950\/10:hover {
  border-color: rgb(80 7 36 / 0.1);
}

.hover\:border-pink-950\/100:hover {
  border-color: rgb(80 7 36 / 1);
}

.hover\:border-pink-950\/15:hover {
  border-color: rgb(80 7 36 / 0.15);
}

.hover\:border-pink-950\/20:hover {
  border-color: rgb(80 7 36 / 0.2);
}

.hover\:border-pink-950\/25:hover {
  border-color: rgb(80 7 36 / 0.25);
}

.hover\:border-pink-950\/30:hover {
  border-color: rgb(80 7 36 / 0.3);
}

.hover\:border-pink-950\/35:hover {
  border-color: rgb(80 7 36 / 0.35);
}

.hover\:border-pink-950\/40:hover {
  border-color: rgb(80 7 36 / 0.4);
}

.hover\:border-pink-950\/45:hover {
  border-color: rgb(80 7 36 / 0.45);
}

.hover\:border-pink-950\/5:hover {
  border-color: rgb(80 7 36 / 0.05);
}

.hover\:border-pink-950\/50:hover {
  border-color: rgb(80 7 36 / 0.5);
}

.hover\:border-pink-950\/55:hover {
  border-color: rgb(80 7 36 / 0.55);
}

.hover\:border-pink-950\/60:hover {
  border-color: rgb(80 7 36 / 0.6);
}

.hover\:border-pink-950\/65:hover {
  border-color: rgb(80 7 36 / 0.65);
}

.hover\:border-pink-950\/70:hover {
  border-color: rgb(80 7 36 / 0.7);
}

.hover\:border-pink-950\/75:hover {
  border-color: rgb(80 7 36 / 0.75);
}

.hover\:border-pink-950\/80:hover {
  border-color: rgb(80 7 36 / 0.8);
}

.hover\:border-pink-950\/85:hover {
  border-color: rgb(80 7 36 / 0.85);
}

.hover\:border-pink-950\/90:hover {
  border-color: rgb(80 7 36 / 0.9);
}

.hover\:border-pink-950\/95:hover {
  border-color: rgb(80 7 36 / 0.95);
}

.hover\:border-purple-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}

.hover\:border-purple-100\/0:hover {
  border-color: rgb(243 232 255 / 0);
}

.hover\:border-purple-100\/10:hover {
  border-color: rgb(243 232 255 / 0.1);
}

.hover\:border-purple-100\/100:hover {
  border-color: rgb(243 232 255 / 1);
}

.hover\:border-purple-100\/15:hover {
  border-color: rgb(243 232 255 / 0.15);
}

.hover\:border-purple-100\/20:hover {
  border-color: rgb(243 232 255 / 0.2);
}

.hover\:border-purple-100\/25:hover {
  border-color: rgb(243 232 255 / 0.25);
}

.hover\:border-purple-100\/30:hover {
  border-color: rgb(243 232 255 / 0.3);
}

.hover\:border-purple-100\/35:hover {
  border-color: rgb(243 232 255 / 0.35);
}

.hover\:border-purple-100\/40:hover {
  border-color: rgb(243 232 255 / 0.4);
}

.hover\:border-purple-100\/45:hover {
  border-color: rgb(243 232 255 / 0.45);
}

.hover\:border-purple-100\/5:hover {
  border-color: rgb(243 232 255 / 0.05);
}

.hover\:border-purple-100\/50:hover {
  border-color: rgb(243 232 255 / 0.5);
}

.hover\:border-purple-100\/55:hover {
  border-color: rgb(243 232 255 / 0.55);
}

.hover\:border-purple-100\/60:hover {
  border-color: rgb(243 232 255 / 0.6);
}

.hover\:border-purple-100\/65:hover {
  border-color: rgb(243 232 255 / 0.65);
}

.hover\:border-purple-100\/70:hover {
  border-color: rgb(243 232 255 / 0.7);
}

.hover\:border-purple-100\/75:hover {
  border-color: rgb(243 232 255 / 0.75);
}

.hover\:border-purple-100\/80:hover {
  border-color: rgb(243 232 255 / 0.8);
}

.hover\:border-purple-100\/85:hover {
  border-color: rgb(243 232 255 / 0.85);
}

.hover\:border-purple-100\/90:hover {
  border-color: rgb(243 232 255 / 0.9);
}

.hover\:border-purple-100\/95:hover {
  border-color: rgb(243 232 255 / 0.95);
}

.hover\:border-purple-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}

.hover\:border-purple-200\/0:hover {
  border-color: rgb(233 213 255 / 0);
}

.hover\:border-purple-200\/10:hover {
  border-color: rgb(233 213 255 / 0.1);
}

.hover\:border-purple-200\/100:hover {
  border-color: rgb(233 213 255 / 1);
}

.hover\:border-purple-200\/15:hover {
  border-color: rgb(233 213 255 / 0.15);
}

.hover\:border-purple-200\/20:hover {
  border-color: rgb(233 213 255 / 0.2);
}

.hover\:border-purple-200\/25:hover {
  border-color: rgb(233 213 255 / 0.25);
}

.hover\:border-purple-200\/30:hover {
  border-color: rgb(233 213 255 / 0.3);
}

.hover\:border-purple-200\/35:hover {
  border-color: rgb(233 213 255 / 0.35);
}

.hover\:border-purple-200\/40:hover {
  border-color: rgb(233 213 255 / 0.4);
}

.hover\:border-purple-200\/45:hover {
  border-color: rgb(233 213 255 / 0.45);
}

.hover\:border-purple-200\/5:hover {
  border-color: rgb(233 213 255 / 0.05);
}

.hover\:border-purple-200\/50:hover {
  border-color: rgb(233 213 255 / 0.5);
}

.hover\:border-purple-200\/55:hover {
  border-color: rgb(233 213 255 / 0.55);
}

.hover\:border-purple-200\/60:hover {
  border-color: rgb(233 213 255 / 0.6);
}

.hover\:border-purple-200\/65:hover {
  border-color: rgb(233 213 255 / 0.65);
}

.hover\:border-purple-200\/70:hover {
  border-color: rgb(233 213 255 / 0.7);
}

.hover\:border-purple-200\/75:hover {
  border-color: rgb(233 213 255 / 0.75);
}

.hover\:border-purple-200\/80:hover {
  border-color: rgb(233 213 255 / 0.8);
}

.hover\:border-purple-200\/85:hover {
  border-color: rgb(233 213 255 / 0.85);
}

.hover\:border-purple-200\/90:hover {
  border-color: rgb(233 213 255 / 0.9);
}

.hover\:border-purple-200\/95:hover {
  border-color: rgb(233 213 255 / 0.95);
}

.hover\:border-purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.hover\:border-purple-300\/0:hover {
  border-color: rgb(216 180 254 / 0);
}

.hover\:border-purple-300\/10:hover {
  border-color: rgb(216 180 254 / 0.1);
}

.hover\:border-purple-300\/100:hover {
  border-color: rgb(216 180 254 / 1);
}

.hover\:border-purple-300\/15:hover {
  border-color: rgb(216 180 254 / 0.15);
}

.hover\:border-purple-300\/20:hover {
  border-color: rgb(216 180 254 / 0.2);
}

.hover\:border-purple-300\/25:hover {
  border-color: rgb(216 180 254 / 0.25);
}

.hover\:border-purple-300\/30:hover {
  border-color: rgb(216 180 254 / 0.3);
}

.hover\:border-purple-300\/35:hover {
  border-color: rgb(216 180 254 / 0.35);
}

.hover\:border-purple-300\/40:hover {
  border-color: rgb(216 180 254 / 0.4);
}

.hover\:border-purple-300\/45:hover {
  border-color: rgb(216 180 254 / 0.45);
}

.hover\:border-purple-300\/5:hover {
  border-color: rgb(216 180 254 / 0.05);
}

.hover\:border-purple-300\/50:hover {
  border-color: rgb(216 180 254 / 0.5);
}

.hover\:border-purple-300\/55:hover {
  border-color: rgb(216 180 254 / 0.55);
}

.hover\:border-purple-300\/60:hover {
  border-color: rgb(216 180 254 / 0.6);
}

.hover\:border-purple-300\/65:hover {
  border-color: rgb(216 180 254 / 0.65);
}

.hover\:border-purple-300\/70:hover {
  border-color: rgb(216 180 254 / 0.7);
}

.hover\:border-purple-300\/75:hover {
  border-color: rgb(216 180 254 / 0.75);
}

.hover\:border-purple-300\/80:hover {
  border-color: rgb(216 180 254 / 0.8);
}

.hover\:border-purple-300\/85:hover {
  border-color: rgb(216 180 254 / 0.85);
}

.hover\:border-purple-300\/90:hover {
  border-color: rgb(216 180 254 / 0.9);
}

.hover\:border-purple-300\/95:hover {
  border-color: rgb(216 180 254 / 0.95);
}

.hover\:border-purple-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.hover\:border-purple-400\/0:hover {
  border-color: rgb(192 132 252 / 0);
}

.hover\:border-purple-400\/10:hover {
  border-color: rgb(192 132 252 / 0.1);
}

.hover\:border-purple-400\/100:hover {
  border-color: rgb(192 132 252 / 1);
}

.hover\:border-purple-400\/15:hover {
  border-color: rgb(192 132 252 / 0.15);
}

.hover\:border-purple-400\/20:hover {
  border-color: rgb(192 132 252 / 0.2);
}

.hover\:border-purple-400\/25:hover {
  border-color: rgb(192 132 252 / 0.25);
}

.hover\:border-purple-400\/30:hover {
  border-color: rgb(192 132 252 / 0.3);
}

.hover\:border-purple-400\/35:hover {
  border-color: rgb(192 132 252 / 0.35);
}

.hover\:border-purple-400\/40:hover {
  border-color: rgb(192 132 252 / 0.4);
}

.hover\:border-purple-400\/45:hover {
  border-color: rgb(192 132 252 / 0.45);
}

.hover\:border-purple-400\/5:hover {
  border-color: rgb(192 132 252 / 0.05);
}

.hover\:border-purple-400\/50:hover {
  border-color: rgb(192 132 252 / 0.5);
}

.hover\:border-purple-400\/55:hover {
  border-color: rgb(192 132 252 / 0.55);
}

.hover\:border-purple-400\/60:hover {
  border-color: rgb(192 132 252 / 0.6);
}

.hover\:border-purple-400\/65:hover {
  border-color: rgb(192 132 252 / 0.65);
}

.hover\:border-purple-400\/70:hover {
  border-color: rgb(192 132 252 / 0.7);
}

.hover\:border-purple-400\/75:hover {
  border-color: rgb(192 132 252 / 0.75);
}

.hover\:border-purple-400\/80:hover {
  border-color: rgb(192 132 252 / 0.8);
}

.hover\:border-purple-400\/85:hover {
  border-color: rgb(192 132 252 / 0.85);
}

.hover\:border-purple-400\/90:hover {
  border-color: rgb(192 132 252 / 0.9);
}

.hover\:border-purple-400\/95:hover {
  border-color: rgb(192 132 252 / 0.95);
}

.hover\:border-purple-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}

.hover\:border-purple-50\/0:hover {
  border-color: rgb(250 245 255 / 0);
}

.hover\:border-purple-50\/10:hover {
  border-color: rgb(250 245 255 / 0.1);
}

.hover\:border-purple-50\/100:hover {
  border-color: rgb(250 245 255 / 1);
}

.hover\:border-purple-50\/15:hover {
  border-color: rgb(250 245 255 / 0.15);
}

.hover\:border-purple-50\/20:hover {
  border-color: rgb(250 245 255 / 0.2);
}

.hover\:border-purple-50\/25:hover {
  border-color: rgb(250 245 255 / 0.25);
}

.hover\:border-purple-50\/30:hover {
  border-color: rgb(250 245 255 / 0.3);
}

.hover\:border-purple-50\/35:hover {
  border-color: rgb(250 245 255 / 0.35);
}

.hover\:border-purple-50\/40:hover {
  border-color: rgb(250 245 255 / 0.4);
}

.hover\:border-purple-50\/45:hover {
  border-color: rgb(250 245 255 / 0.45);
}

.hover\:border-purple-50\/5:hover {
  border-color: rgb(250 245 255 / 0.05);
}

.hover\:border-purple-50\/50:hover {
  border-color: rgb(250 245 255 / 0.5);
}

.hover\:border-purple-50\/55:hover {
  border-color: rgb(250 245 255 / 0.55);
}

.hover\:border-purple-50\/60:hover {
  border-color: rgb(250 245 255 / 0.6);
}

.hover\:border-purple-50\/65:hover {
  border-color: rgb(250 245 255 / 0.65);
}

.hover\:border-purple-50\/70:hover {
  border-color: rgb(250 245 255 / 0.7);
}

.hover\:border-purple-50\/75:hover {
  border-color: rgb(250 245 255 / 0.75);
}

.hover\:border-purple-50\/80:hover {
  border-color: rgb(250 245 255 / 0.8);
}

.hover\:border-purple-50\/85:hover {
  border-color: rgb(250 245 255 / 0.85);
}

.hover\:border-purple-50\/90:hover {
  border-color: rgb(250 245 255 / 0.9);
}

.hover\:border-purple-50\/95:hover {
  border-color: rgb(250 245 255 / 0.95);
}

.hover\:border-purple-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.hover\:border-purple-500\/0:hover {
  border-color: rgb(168 85 247 / 0);
}

.hover\:border-purple-500\/10:hover {
  border-color: rgb(168 85 247 / 0.1);
}

.hover\:border-purple-500\/100:hover {
  border-color: rgb(168 85 247 / 1);
}

.hover\:border-purple-500\/15:hover {
  border-color: rgb(168 85 247 / 0.15);
}

.hover\:border-purple-500\/20:hover {
  border-color: rgb(168 85 247 / 0.2);
}

.hover\:border-purple-500\/25:hover {
  border-color: rgb(168 85 247 / 0.25);
}

.hover\:border-purple-500\/30:hover {
  border-color: rgb(168 85 247 / 0.3);
}

.hover\:border-purple-500\/35:hover {
  border-color: rgb(168 85 247 / 0.35);
}

.hover\:border-purple-500\/40:hover {
  border-color: rgb(168 85 247 / 0.4);
}

.hover\:border-purple-500\/45:hover {
  border-color: rgb(168 85 247 / 0.45);
}

.hover\:border-purple-500\/5:hover {
  border-color: rgb(168 85 247 / 0.05);
}

.hover\:border-purple-500\/50:hover {
  border-color: rgb(168 85 247 / 0.5);
}

.hover\:border-purple-500\/55:hover {
  border-color: rgb(168 85 247 / 0.55);
}

.hover\:border-purple-500\/60:hover {
  border-color: rgb(168 85 247 / 0.6);
}

.hover\:border-purple-500\/65:hover {
  border-color: rgb(168 85 247 / 0.65);
}

.hover\:border-purple-500\/70:hover {
  border-color: rgb(168 85 247 / 0.7);
}

.hover\:border-purple-500\/75:hover {
  border-color: rgb(168 85 247 / 0.75);
}

.hover\:border-purple-500\/80:hover {
  border-color: rgb(168 85 247 / 0.8);
}

.hover\:border-purple-500\/85:hover {
  border-color: rgb(168 85 247 / 0.85);
}

.hover\:border-purple-500\/90:hover {
  border-color: rgb(168 85 247 / 0.9);
}

.hover\:border-purple-500\/95:hover {
  border-color: rgb(168 85 247 / 0.95);
}

.hover\:border-purple-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}

.hover\:border-purple-600\/0:hover {
  border-color: rgb(147 51 234 / 0);
}

.hover\:border-purple-600\/10:hover {
  border-color: rgb(147 51 234 / 0.1);
}

.hover\:border-purple-600\/100:hover {
  border-color: rgb(147 51 234 / 1);
}

.hover\:border-purple-600\/15:hover {
  border-color: rgb(147 51 234 / 0.15);
}

.hover\:border-purple-600\/20:hover {
  border-color: rgb(147 51 234 / 0.2);
}

.hover\:border-purple-600\/25:hover {
  border-color: rgb(147 51 234 / 0.25);
}

.hover\:border-purple-600\/30:hover {
  border-color: rgb(147 51 234 / 0.3);
}

.hover\:border-purple-600\/35:hover {
  border-color: rgb(147 51 234 / 0.35);
}

.hover\:border-purple-600\/40:hover {
  border-color: rgb(147 51 234 / 0.4);
}

.hover\:border-purple-600\/45:hover {
  border-color: rgb(147 51 234 / 0.45);
}

.hover\:border-purple-600\/5:hover {
  border-color: rgb(147 51 234 / 0.05);
}

.hover\:border-purple-600\/50:hover {
  border-color: rgb(147 51 234 / 0.5);
}

.hover\:border-purple-600\/55:hover {
  border-color: rgb(147 51 234 / 0.55);
}

.hover\:border-purple-600\/60:hover {
  border-color: rgb(147 51 234 / 0.6);
}

.hover\:border-purple-600\/65:hover {
  border-color: rgb(147 51 234 / 0.65);
}

.hover\:border-purple-600\/70:hover {
  border-color: rgb(147 51 234 / 0.7);
}

.hover\:border-purple-600\/75:hover {
  border-color: rgb(147 51 234 / 0.75);
}

.hover\:border-purple-600\/80:hover {
  border-color: rgb(147 51 234 / 0.8);
}

.hover\:border-purple-600\/85:hover {
  border-color: rgb(147 51 234 / 0.85);
}

.hover\:border-purple-600\/90:hover {
  border-color: rgb(147 51 234 / 0.9);
}

.hover\:border-purple-600\/95:hover {
  border-color: rgb(147 51 234 / 0.95);
}

.hover\:border-purple-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}

.hover\:border-purple-700\/0:hover {
  border-color: rgb(126 34 206 / 0);
}

.hover\:border-purple-700\/10:hover {
  border-color: rgb(126 34 206 / 0.1);
}

.hover\:border-purple-700\/100:hover {
  border-color: rgb(126 34 206 / 1);
}

.hover\:border-purple-700\/15:hover {
  border-color: rgb(126 34 206 / 0.15);
}

.hover\:border-purple-700\/20:hover {
  border-color: rgb(126 34 206 / 0.2);
}

.hover\:border-purple-700\/25:hover {
  border-color: rgb(126 34 206 / 0.25);
}

.hover\:border-purple-700\/30:hover {
  border-color: rgb(126 34 206 / 0.3);
}

.hover\:border-purple-700\/35:hover {
  border-color: rgb(126 34 206 / 0.35);
}

.hover\:border-purple-700\/40:hover {
  border-color: rgb(126 34 206 / 0.4);
}

.hover\:border-purple-700\/45:hover {
  border-color: rgb(126 34 206 / 0.45);
}

.hover\:border-purple-700\/5:hover {
  border-color: rgb(126 34 206 / 0.05);
}

.hover\:border-purple-700\/50:hover {
  border-color: rgb(126 34 206 / 0.5);
}

.hover\:border-purple-700\/55:hover {
  border-color: rgb(126 34 206 / 0.55);
}

.hover\:border-purple-700\/60:hover {
  border-color: rgb(126 34 206 / 0.6);
}

.hover\:border-purple-700\/65:hover {
  border-color: rgb(126 34 206 / 0.65);
}

.hover\:border-purple-700\/70:hover {
  border-color: rgb(126 34 206 / 0.7);
}

.hover\:border-purple-700\/75:hover {
  border-color: rgb(126 34 206 / 0.75);
}

.hover\:border-purple-700\/80:hover {
  border-color: rgb(126 34 206 / 0.8);
}

.hover\:border-purple-700\/85:hover {
  border-color: rgb(126 34 206 / 0.85);
}

.hover\:border-purple-700\/90:hover {
  border-color: rgb(126 34 206 / 0.9);
}

.hover\:border-purple-700\/95:hover {
  border-color: rgb(126 34 206 / 0.95);
}

.hover\:border-purple-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}

.hover\:border-purple-800\/0:hover {
  border-color: rgb(107 33 168 / 0);
}

.hover\:border-purple-800\/10:hover {
  border-color: rgb(107 33 168 / 0.1);
}

.hover\:border-purple-800\/100:hover {
  border-color: rgb(107 33 168 / 1);
}

.hover\:border-purple-800\/15:hover {
  border-color: rgb(107 33 168 / 0.15);
}

.hover\:border-purple-800\/20:hover {
  border-color: rgb(107 33 168 / 0.2);
}

.hover\:border-purple-800\/25:hover {
  border-color: rgb(107 33 168 / 0.25);
}

.hover\:border-purple-800\/30:hover {
  border-color: rgb(107 33 168 / 0.3);
}

.hover\:border-purple-800\/35:hover {
  border-color: rgb(107 33 168 / 0.35);
}

.hover\:border-purple-800\/40:hover {
  border-color: rgb(107 33 168 / 0.4);
}

.hover\:border-purple-800\/45:hover {
  border-color: rgb(107 33 168 / 0.45);
}

.hover\:border-purple-800\/5:hover {
  border-color: rgb(107 33 168 / 0.05);
}

.hover\:border-purple-800\/50:hover {
  border-color: rgb(107 33 168 / 0.5);
}

.hover\:border-purple-800\/55:hover {
  border-color: rgb(107 33 168 / 0.55);
}

.hover\:border-purple-800\/60:hover {
  border-color: rgb(107 33 168 / 0.6);
}

.hover\:border-purple-800\/65:hover {
  border-color: rgb(107 33 168 / 0.65);
}

.hover\:border-purple-800\/70:hover {
  border-color: rgb(107 33 168 / 0.7);
}

.hover\:border-purple-800\/75:hover {
  border-color: rgb(107 33 168 / 0.75);
}

.hover\:border-purple-800\/80:hover {
  border-color: rgb(107 33 168 / 0.8);
}

.hover\:border-purple-800\/85:hover {
  border-color: rgb(107 33 168 / 0.85);
}

.hover\:border-purple-800\/90:hover {
  border-color: rgb(107 33 168 / 0.9);
}

.hover\:border-purple-800\/95:hover {
  border-color: rgb(107 33 168 / 0.95);
}

.hover\:border-purple-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}

.hover\:border-purple-900\/0:hover {
  border-color: rgb(88 28 135 / 0);
}

.hover\:border-purple-900\/10:hover {
  border-color: rgb(88 28 135 / 0.1);
}

.hover\:border-purple-900\/100:hover {
  border-color: rgb(88 28 135 / 1);
}

.hover\:border-purple-900\/15:hover {
  border-color: rgb(88 28 135 / 0.15);
}

.hover\:border-purple-900\/20:hover {
  border-color: rgb(88 28 135 / 0.2);
}

.hover\:border-purple-900\/25:hover {
  border-color: rgb(88 28 135 / 0.25);
}

.hover\:border-purple-900\/30:hover {
  border-color: rgb(88 28 135 / 0.3);
}

.hover\:border-purple-900\/35:hover {
  border-color: rgb(88 28 135 / 0.35);
}

.hover\:border-purple-900\/40:hover {
  border-color: rgb(88 28 135 / 0.4);
}

.hover\:border-purple-900\/45:hover {
  border-color: rgb(88 28 135 / 0.45);
}

.hover\:border-purple-900\/5:hover {
  border-color: rgb(88 28 135 / 0.05);
}

.hover\:border-purple-900\/50:hover {
  border-color: rgb(88 28 135 / 0.5);
}

.hover\:border-purple-900\/55:hover {
  border-color: rgb(88 28 135 / 0.55);
}

.hover\:border-purple-900\/60:hover {
  border-color: rgb(88 28 135 / 0.6);
}

.hover\:border-purple-900\/65:hover {
  border-color: rgb(88 28 135 / 0.65);
}

.hover\:border-purple-900\/70:hover {
  border-color: rgb(88 28 135 / 0.7);
}

.hover\:border-purple-900\/75:hover {
  border-color: rgb(88 28 135 / 0.75);
}

.hover\:border-purple-900\/80:hover {
  border-color: rgb(88 28 135 / 0.8);
}

.hover\:border-purple-900\/85:hover {
  border-color: rgb(88 28 135 / 0.85);
}

.hover\:border-purple-900\/90:hover {
  border-color: rgb(88 28 135 / 0.9);
}

.hover\:border-purple-900\/95:hover {
  border-color: rgb(88 28 135 / 0.95);
}

.hover\:border-purple-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}

.hover\:border-purple-950\/0:hover {
  border-color: rgb(59 7 100 / 0);
}

.hover\:border-purple-950\/10:hover {
  border-color: rgb(59 7 100 / 0.1);
}

.hover\:border-purple-950\/100:hover {
  border-color: rgb(59 7 100 / 1);
}

.hover\:border-purple-950\/15:hover {
  border-color: rgb(59 7 100 / 0.15);
}

.hover\:border-purple-950\/20:hover {
  border-color: rgb(59 7 100 / 0.2);
}

.hover\:border-purple-950\/25:hover {
  border-color: rgb(59 7 100 / 0.25);
}

.hover\:border-purple-950\/30:hover {
  border-color: rgb(59 7 100 / 0.3);
}

.hover\:border-purple-950\/35:hover {
  border-color: rgb(59 7 100 / 0.35);
}

.hover\:border-purple-950\/40:hover {
  border-color: rgb(59 7 100 / 0.4);
}

.hover\:border-purple-950\/45:hover {
  border-color: rgb(59 7 100 / 0.45);
}

.hover\:border-purple-950\/5:hover {
  border-color: rgb(59 7 100 / 0.05);
}

.hover\:border-purple-950\/50:hover {
  border-color: rgb(59 7 100 / 0.5);
}

.hover\:border-purple-950\/55:hover {
  border-color: rgb(59 7 100 / 0.55);
}

.hover\:border-purple-950\/60:hover {
  border-color: rgb(59 7 100 / 0.6);
}

.hover\:border-purple-950\/65:hover {
  border-color: rgb(59 7 100 / 0.65);
}

.hover\:border-purple-950\/70:hover {
  border-color: rgb(59 7 100 / 0.7);
}

.hover\:border-purple-950\/75:hover {
  border-color: rgb(59 7 100 / 0.75);
}

.hover\:border-purple-950\/80:hover {
  border-color: rgb(59 7 100 / 0.8);
}

.hover\:border-purple-950\/85:hover {
  border-color: rgb(59 7 100 / 0.85);
}

.hover\:border-purple-950\/90:hover {
  border-color: rgb(59 7 100 / 0.9);
}

.hover\:border-purple-950\/95:hover {
  border-color: rgb(59 7 100 / 0.95);
}

.hover\:border-red-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.hover\:border-red-100\/0:hover {
  border-color: rgb(254 226 226 / 0);
}

.hover\:border-red-100\/10:hover {
  border-color: rgb(254 226 226 / 0.1);
}

.hover\:border-red-100\/100:hover {
  border-color: rgb(254 226 226 / 1);
}

.hover\:border-red-100\/15:hover {
  border-color: rgb(254 226 226 / 0.15);
}

.hover\:border-red-100\/20:hover {
  border-color: rgb(254 226 226 / 0.2);
}

.hover\:border-red-100\/25:hover {
  border-color: rgb(254 226 226 / 0.25);
}

.hover\:border-red-100\/30:hover {
  border-color: rgb(254 226 226 / 0.3);
}

.hover\:border-red-100\/35:hover {
  border-color: rgb(254 226 226 / 0.35);
}

.hover\:border-red-100\/40:hover {
  border-color: rgb(254 226 226 / 0.4);
}

.hover\:border-red-100\/45:hover {
  border-color: rgb(254 226 226 / 0.45);
}

.hover\:border-red-100\/5:hover {
  border-color: rgb(254 226 226 / 0.05);
}

.hover\:border-red-100\/50:hover {
  border-color: rgb(254 226 226 / 0.5);
}

.hover\:border-red-100\/55:hover {
  border-color: rgb(254 226 226 / 0.55);
}

.hover\:border-red-100\/60:hover {
  border-color: rgb(254 226 226 / 0.6);
}

.hover\:border-red-100\/65:hover {
  border-color: rgb(254 226 226 / 0.65);
}

.hover\:border-red-100\/70:hover {
  border-color: rgb(254 226 226 / 0.7);
}

.hover\:border-red-100\/75:hover {
  border-color: rgb(254 226 226 / 0.75);
}

.hover\:border-red-100\/80:hover {
  border-color: rgb(254 226 226 / 0.8);
}

.hover\:border-red-100\/85:hover {
  border-color: rgb(254 226 226 / 0.85);
}

.hover\:border-red-100\/90:hover {
  border-color: rgb(254 226 226 / 0.9);
}

.hover\:border-red-100\/95:hover {
  border-color: rgb(254 226 226 / 0.95);
}

.hover\:border-red-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.hover\:border-red-200\/0:hover {
  border-color: rgb(254 202 202 / 0);
}

.hover\:border-red-200\/10:hover {
  border-color: rgb(254 202 202 / 0.1);
}

.hover\:border-red-200\/100:hover {
  border-color: rgb(254 202 202 / 1);
}

.hover\:border-red-200\/15:hover {
  border-color: rgb(254 202 202 / 0.15);
}

.hover\:border-red-200\/20:hover {
  border-color: rgb(254 202 202 / 0.2);
}

.hover\:border-red-200\/25:hover {
  border-color: rgb(254 202 202 / 0.25);
}

.hover\:border-red-200\/30:hover {
  border-color: rgb(254 202 202 / 0.3);
}

.hover\:border-red-200\/35:hover {
  border-color: rgb(254 202 202 / 0.35);
}

.hover\:border-red-200\/40:hover {
  border-color: rgb(254 202 202 / 0.4);
}

.hover\:border-red-200\/45:hover {
  border-color: rgb(254 202 202 / 0.45);
}

.hover\:border-red-200\/5:hover {
  border-color: rgb(254 202 202 / 0.05);
}

.hover\:border-red-200\/50:hover {
  border-color: rgb(254 202 202 / 0.5);
}

.hover\:border-red-200\/55:hover {
  border-color: rgb(254 202 202 / 0.55);
}

.hover\:border-red-200\/60:hover {
  border-color: rgb(254 202 202 / 0.6);
}

.hover\:border-red-200\/65:hover {
  border-color: rgb(254 202 202 / 0.65);
}

.hover\:border-red-200\/70:hover {
  border-color: rgb(254 202 202 / 0.7);
}

.hover\:border-red-200\/75:hover {
  border-color: rgb(254 202 202 / 0.75);
}

.hover\:border-red-200\/80:hover {
  border-color: rgb(254 202 202 / 0.8);
}

.hover\:border-red-200\/85:hover {
  border-color: rgb(254 202 202 / 0.85);
}

.hover\:border-red-200\/90:hover {
  border-color: rgb(254 202 202 / 0.9);
}

.hover\:border-red-200\/95:hover {
  border-color: rgb(254 202 202 / 0.95);
}

.hover\:border-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.hover\:border-red-300\/0:hover {
  border-color: rgb(252 165 165 / 0);
}

.hover\:border-red-300\/10:hover {
  border-color: rgb(252 165 165 / 0.1);
}

.hover\:border-red-300\/100:hover {
  border-color: rgb(252 165 165 / 1);
}

.hover\:border-red-300\/15:hover {
  border-color: rgb(252 165 165 / 0.15);
}

.hover\:border-red-300\/20:hover {
  border-color: rgb(252 165 165 / 0.2);
}

.hover\:border-red-300\/25:hover {
  border-color: rgb(252 165 165 / 0.25);
}

.hover\:border-red-300\/30:hover {
  border-color: rgb(252 165 165 / 0.3);
}

.hover\:border-red-300\/35:hover {
  border-color: rgb(252 165 165 / 0.35);
}

.hover\:border-red-300\/40:hover {
  border-color: rgb(252 165 165 / 0.4);
}

.hover\:border-red-300\/45:hover {
  border-color: rgb(252 165 165 / 0.45);
}

.hover\:border-red-300\/5:hover {
  border-color: rgb(252 165 165 / 0.05);
}

.hover\:border-red-300\/50:hover {
  border-color: rgb(252 165 165 / 0.5);
}

.hover\:border-red-300\/55:hover {
  border-color: rgb(252 165 165 / 0.55);
}

.hover\:border-red-300\/60:hover {
  border-color: rgb(252 165 165 / 0.6);
}

.hover\:border-red-300\/65:hover {
  border-color: rgb(252 165 165 / 0.65);
}

.hover\:border-red-300\/70:hover {
  border-color: rgb(252 165 165 / 0.7);
}

.hover\:border-red-300\/75:hover {
  border-color: rgb(252 165 165 / 0.75);
}

.hover\:border-red-300\/80:hover {
  border-color: rgb(252 165 165 / 0.8);
}

.hover\:border-red-300\/85:hover {
  border-color: rgb(252 165 165 / 0.85);
}

.hover\:border-red-300\/90:hover {
  border-color: rgb(252 165 165 / 0.9);
}

.hover\:border-red-300\/95:hover {
  border-color: rgb(252 165 165 / 0.95);
}

.hover\:border-red-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.hover\:border-red-400\/0:hover {
  border-color: rgb(248 113 113 / 0);
}

.hover\:border-red-400\/10:hover {
  border-color: rgb(248 113 113 / 0.1);
}

.hover\:border-red-400\/100:hover {
  border-color: rgb(248 113 113 / 1);
}

.hover\:border-red-400\/15:hover {
  border-color: rgb(248 113 113 / 0.15);
}

.hover\:border-red-400\/20:hover {
  border-color: rgb(248 113 113 / 0.2);
}

.hover\:border-red-400\/25:hover {
  border-color: rgb(248 113 113 / 0.25);
}

.hover\:border-red-400\/30:hover {
  border-color: rgb(248 113 113 / 0.3);
}

.hover\:border-red-400\/35:hover {
  border-color: rgb(248 113 113 / 0.35);
}

.hover\:border-red-400\/40:hover {
  border-color: rgb(248 113 113 / 0.4);
}

.hover\:border-red-400\/45:hover {
  border-color: rgb(248 113 113 / 0.45);
}

.hover\:border-red-400\/5:hover {
  border-color: rgb(248 113 113 / 0.05);
}

.hover\:border-red-400\/50:hover {
  border-color: rgb(248 113 113 / 0.5);
}

.hover\:border-red-400\/55:hover {
  border-color: rgb(248 113 113 / 0.55);
}

.hover\:border-red-400\/60:hover {
  border-color: rgb(248 113 113 / 0.6);
}

.hover\:border-red-400\/65:hover {
  border-color: rgb(248 113 113 / 0.65);
}

.hover\:border-red-400\/70:hover {
  border-color: rgb(248 113 113 / 0.7);
}

.hover\:border-red-400\/75:hover {
  border-color: rgb(248 113 113 / 0.75);
}

.hover\:border-red-400\/80:hover {
  border-color: rgb(248 113 113 / 0.8);
}

.hover\:border-red-400\/85:hover {
  border-color: rgb(248 113 113 / 0.85);
}

.hover\:border-red-400\/90:hover {
  border-color: rgb(248 113 113 / 0.9);
}

.hover\:border-red-400\/95:hover {
  border-color: rgb(248 113 113 / 0.95);
}

.hover\:border-red-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}

.hover\:border-red-50\/0:hover {
  border-color: rgb(254 242 242 / 0);
}

.hover\:border-red-50\/10:hover {
  border-color: rgb(254 242 242 / 0.1);
}

.hover\:border-red-50\/100:hover {
  border-color: rgb(254 242 242 / 1);
}

.hover\:border-red-50\/15:hover {
  border-color: rgb(254 242 242 / 0.15);
}

.hover\:border-red-50\/20:hover {
  border-color: rgb(254 242 242 / 0.2);
}

.hover\:border-red-50\/25:hover {
  border-color: rgb(254 242 242 / 0.25);
}

.hover\:border-red-50\/30:hover {
  border-color: rgb(254 242 242 / 0.3);
}

.hover\:border-red-50\/35:hover {
  border-color: rgb(254 242 242 / 0.35);
}

.hover\:border-red-50\/40:hover {
  border-color: rgb(254 242 242 / 0.4);
}

.hover\:border-red-50\/45:hover {
  border-color: rgb(254 242 242 / 0.45);
}

.hover\:border-red-50\/5:hover {
  border-color: rgb(254 242 242 / 0.05);
}

.hover\:border-red-50\/50:hover {
  border-color: rgb(254 242 242 / 0.5);
}

.hover\:border-red-50\/55:hover {
  border-color: rgb(254 242 242 / 0.55);
}

.hover\:border-red-50\/60:hover {
  border-color: rgb(254 242 242 / 0.6);
}

.hover\:border-red-50\/65:hover {
  border-color: rgb(254 242 242 / 0.65);
}

.hover\:border-red-50\/70:hover {
  border-color: rgb(254 242 242 / 0.7);
}

.hover\:border-red-50\/75:hover {
  border-color: rgb(254 242 242 / 0.75);
}

.hover\:border-red-50\/80:hover {
  border-color: rgb(254 242 242 / 0.8);
}

.hover\:border-red-50\/85:hover {
  border-color: rgb(254 242 242 / 0.85);
}

.hover\:border-red-50\/90:hover {
  border-color: rgb(254 242 242 / 0.9);
}

.hover\:border-red-50\/95:hover {
  border-color: rgb(254 242 242 / 0.95);
}

.hover\:border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.hover\:border-red-500\/0:hover {
  border-color: rgb(239 68 68 / 0);
}

.hover\:border-red-500\/10:hover {
  border-color: rgb(239 68 68 / 0.1);
}

.hover\:border-red-500\/100:hover {
  border-color: rgb(239 68 68 / 1);
}

.hover\:border-red-500\/15:hover {
  border-color: rgb(239 68 68 / 0.15);
}

.hover\:border-red-500\/20:hover {
  border-color: rgb(239 68 68 / 0.2);
}

.hover\:border-red-500\/25:hover {
  border-color: rgb(239 68 68 / 0.25);
}

.hover\:border-red-500\/30:hover {
  border-color: rgb(239 68 68 / 0.3);
}

.hover\:border-red-500\/35:hover {
  border-color: rgb(239 68 68 / 0.35);
}

.hover\:border-red-500\/40:hover {
  border-color: rgb(239 68 68 / 0.4);
}

.hover\:border-red-500\/45:hover {
  border-color: rgb(239 68 68 / 0.45);
}

.hover\:border-red-500\/5:hover {
  border-color: rgb(239 68 68 / 0.05);
}

.hover\:border-red-500\/50:hover {
  border-color: rgb(239 68 68 / 0.5);
}

.hover\:border-red-500\/55:hover {
  border-color: rgb(239 68 68 / 0.55);
}

.hover\:border-red-500\/60:hover {
  border-color: rgb(239 68 68 / 0.6);
}

.hover\:border-red-500\/65:hover {
  border-color: rgb(239 68 68 / 0.65);
}

.hover\:border-red-500\/70:hover {
  border-color: rgb(239 68 68 / 0.7);
}

.hover\:border-red-500\/75:hover {
  border-color: rgb(239 68 68 / 0.75);
}

.hover\:border-red-500\/80:hover {
  border-color: rgb(239 68 68 / 0.8);
}

.hover\:border-red-500\/85:hover {
  border-color: rgb(239 68 68 / 0.85);
}

.hover\:border-red-500\/90:hover {
  border-color: rgb(239 68 68 / 0.9);
}

.hover\:border-red-500\/95:hover {
  border-color: rgb(239 68 68 / 0.95);
}

.hover\:border-red-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.hover\:border-red-600\/0:hover {
  border-color: rgb(220 38 38 / 0);
}

.hover\:border-red-600\/10:hover {
  border-color: rgb(220 38 38 / 0.1);
}

.hover\:border-red-600\/100:hover {
  border-color: rgb(220 38 38 / 1);
}

.hover\:border-red-600\/15:hover {
  border-color: rgb(220 38 38 / 0.15);
}

.hover\:border-red-600\/20:hover {
  border-color: rgb(220 38 38 / 0.2);
}

.hover\:border-red-600\/25:hover {
  border-color: rgb(220 38 38 / 0.25);
}

.hover\:border-red-600\/30:hover {
  border-color: rgb(220 38 38 / 0.3);
}

.hover\:border-red-600\/35:hover {
  border-color: rgb(220 38 38 / 0.35);
}

.hover\:border-red-600\/40:hover {
  border-color: rgb(220 38 38 / 0.4);
}

.hover\:border-red-600\/45:hover {
  border-color: rgb(220 38 38 / 0.45);
}

.hover\:border-red-600\/5:hover {
  border-color: rgb(220 38 38 / 0.05);
}

.hover\:border-red-600\/50:hover {
  border-color: rgb(220 38 38 / 0.5);
}

.hover\:border-red-600\/55:hover {
  border-color: rgb(220 38 38 / 0.55);
}

.hover\:border-red-600\/60:hover {
  border-color: rgb(220 38 38 / 0.6);
}

.hover\:border-red-600\/65:hover {
  border-color: rgb(220 38 38 / 0.65);
}

.hover\:border-red-600\/70:hover {
  border-color: rgb(220 38 38 / 0.7);
}

.hover\:border-red-600\/75:hover {
  border-color: rgb(220 38 38 / 0.75);
}

.hover\:border-red-600\/80:hover {
  border-color: rgb(220 38 38 / 0.8);
}

.hover\:border-red-600\/85:hover {
  border-color: rgb(220 38 38 / 0.85);
}

.hover\:border-red-600\/90:hover {
  border-color: rgb(220 38 38 / 0.9);
}

.hover\:border-red-600\/95:hover {
  border-color: rgb(220 38 38 / 0.95);
}

.hover\:border-red-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.hover\:border-red-700\/0:hover {
  border-color: rgb(185 28 28 / 0);
}

.hover\:border-red-700\/10:hover {
  border-color: rgb(185 28 28 / 0.1);
}

.hover\:border-red-700\/100:hover {
  border-color: rgb(185 28 28 / 1);
}

.hover\:border-red-700\/15:hover {
  border-color: rgb(185 28 28 / 0.15);
}

.hover\:border-red-700\/20:hover {
  border-color: rgb(185 28 28 / 0.2);
}

.hover\:border-red-700\/25:hover {
  border-color: rgb(185 28 28 / 0.25);
}

.hover\:border-red-700\/30:hover {
  border-color: rgb(185 28 28 / 0.3);
}

.hover\:border-red-700\/35:hover {
  border-color: rgb(185 28 28 / 0.35);
}

.hover\:border-red-700\/40:hover {
  border-color: rgb(185 28 28 / 0.4);
}

.hover\:border-red-700\/45:hover {
  border-color: rgb(185 28 28 / 0.45);
}

.hover\:border-red-700\/5:hover {
  border-color: rgb(185 28 28 / 0.05);
}

.hover\:border-red-700\/50:hover {
  border-color: rgb(185 28 28 / 0.5);
}

.hover\:border-red-700\/55:hover {
  border-color: rgb(185 28 28 / 0.55);
}

.hover\:border-red-700\/60:hover {
  border-color: rgb(185 28 28 / 0.6);
}

.hover\:border-red-700\/65:hover {
  border-color: rgb(185 28 28 / 0.65);
}

.hover\:border-red-700\/70:hover {
  border-color: rgb(185 28 28 / 0.7);
}

.hover\:border-red-700\/75:hover {
  border-color: rgb(185 28 28 / 0.75);
}

.hover\:border-red-700\/80:hover {
  border-color: rgb(185 28 28 / 0.8);
}

.hover\:border-red-700\/85:hover {
  border-color: rgb(185 28 28 / 0.85);
}

.hover\:border-red-700\/90:hover {
  border-color: rgb(185 28 28 / 0.9);
}

.hover\:border-red-700\/95:hover {
  border-color: rgb(185 28 28 / 0.95);
}

.hover\:border-red-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}

.hover\:border-red-800\/0:hover {
  border-color: rgb(153 27 27 / 0);
}

.hover\:border-red-800\/10:hover {
  border-color: rgb(153 27 27 / 0.1);
}

.hover\:border-red-800\/100:hover {
  border-color: rgb(153 27 27 / 1);
}

.hover\:border-red-800\/15:hover {
  border-color: rgb(153 27 27 / 0.15);
}

.hover\:border-red-800\/20:hover {
  border-color: rgb(153 27 27 / 0.2);
}

.hover\:border-red-800\/25:hover {
  border-color: rgb(153 27 27 / 0.25);
}

.hover\:border-red-800\/30:hover {
  border-color: rgb(153 27 27 / 0.3);
}

.hover\:border-red-800\/35:hover {
  border-color: rgb(153 27 27 / 0.35);
}

.hover\:border-red-800\/40:hover {
  border-color: rgb(153 27 27 / 0.4);
}

.hover\:border-red-800\/45:hover {
  border-color: rgb(153 27 27 / 0.45);
}

.hover\:border-red-800\/5:hover {
  border-color: rgb(153 27 27 / 0.05);
}

.hover\:border-red-800\/50:hover {
  border-color: rgb(153 27 27 / 0.5);
}

.hover\:border-red-800\/55:hover {
  border-color: rgb(153 27 27 / 0.55);
}

.hover\:border-red-800\/60:hover {
  border-color: rgb(153 27 27 / 0.6);
}

.hover\:border-red-800\/65:hover {
  border-color: rgb(153 27 27 / 0.65);
}

.hover\:border-red-800\/70:hover {
  border-color: rgb(153 27 27 / 0.7);
}

.hover\:border-red-800\/75:hover {
  border-color: rgb(153 27 27 / 0.75);
}

.hover\:border-red-800\/80:hover {
  border-color: rgb(153 27 27 / 0.8);
}

.hover\:border-red-800\/85:hover {
  border-color: rgb(153 27 27 / 0.85);
}

.hover\:border-red-800\/90:hover {
  border-color: rgb(153 27 27 / 0.9);
}

.hover\:border-red-800\/95:hover {
  border-color: rgb(153 27 27 / 0.95);
}

.hover\:border-red-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}

.hover\:border-red-900\/0:hover {
  border-color: rgb(127 29 29 / 0);
}

.hover\:border-red-900\/10:hover {
  border-color: rgb(127 29 29 / 0.1);
}

.hover\:border-red-900\/100:hover {
  border-color: rgb(127 29 29 / 1);
}

.hover\:border-red-900\/15:hover {
  border-color: rgb(127 29 29 / 0.15);
}

.hover\:border-red-900\/20:hover {
  border-color: rgb(127 29 29 / 0.2);
}

.hover\:border-red-900\/25:hover {
  border-color: rgb(127 29 29 / 0.25);
}

.hover\:border-red-900\/30:hover {
  border-color: rgb(127 29 29 / 0.3);
}

.hover\:border-red-900\/35:hover {
  border-color: rgb(127 29 29 / 0.35);
}

.hover\:border-red-900\/40:hover {
  border-color: rgb(127 29 29 / 0.4);
}

.hover\:border-red-900\/45:hover {
  border-color: rgb(127 29 29 / 0.45);
}

.hover\:border-red-900\/5:hover {
  border-color: rgb(127 29 29 / 0.05);
}

.hover\:border-red-900\/50:hover {
  border-color: rgb(127 29 29 / 0.5);
}

.hover\:border-red-900\/55:hover {
  border-color: rgb(127 29 29 / 0.55);
}

.hover\:border-red-900\/60:hover {
  border-color: rgb(127 29 29 / 0.6);
}

.hover\:border-red-900\/65:hover {
  border-color: rgb(127 29 29 / 0.65);
}

.hover\:border-red-900\/70:hover {
  border-color: rgb(127 29 29 / 0.7);
}

.hover\:border-red-900\/75:hover {
  border-color: rgb(127 29 29 / 0.75);
}

.hover\:border-red-900\/80:hover {
  border-color: rgb(127 29 29 / 0.8);
}

.hover\:border-red-900\/85:hover {
  border-color: rgb(127 29 29 / 0.85);
}

.hover\:border-red-900\/90:hover {
  border-color: rgb(127 29 29 / 0.9);
}

.hover\:border-red-900\/95:hover {
  border-color: rgb(127 29 29 / 0.95);
}

.hover\:border-red-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}

.hover\:border-red-950\/0:hover {
  border-color: rgb(69 10 10 / 0);
}

.hover\:border-red-950\/10:hover {
  border-color: rgb(69 10 10 / 0.1);
}

.hover\:border-red-950\/100:hover {
  border-color: rgb(69 10 10 / 1);
}

.hover\:border-red-950\/15:hover {
  border-color: rgb(69 10 10 / 0.15);
}

.hover\:border-red-950\/20:hover {
  border-color: rgb(69 10 10 / 0.2);
}

.hover\:border-red-950\/25:hover {
  border-color: rgb(69 10 10 / 0.25);
}

.hover\:border-red-950\/30:hover {
  border-color: rgb(69 10 10 / 0.3);
}

.hover\:border-red-950\/35:hover {
  border-color: rgb(69 10 10 / 0.35);
}

.hover\:border-red-950\/40:hover {
  border-color: rgb(69 10 10 / 0.4);
}

.hover\:border-red-950\/45:hover {
  border-color: rgb(69 10 10 / 0.45);
}

.hover\:border-red-950\/5:hover {
  border-color: rgb(69 10 10 / 0.05);
}

.hover\:border-red-950\/50:hover {
  border-color: rgb(69 10 10 / 0.5);
}

.hover\:border-red-950\/55:hover {
  border-color: rgb(69 10 10 / 0.55);
}

.hover\:border-red-950\/60:hover {
  border-color: rgb(69 10 10 / 0.6);
}

.hover\:border-red-950\/65:hover {
  border-color: rgb(69 10 10 / 0.65);
}

.hover\:border-red-950\/70:hover {
  border-color: rgb(69 10 10 / 0.7);
}

.hover\:border-red-950\/75:hover {
  border-color: rgb(69 10 10 / 0.75);
}

.hover\:border-red-950\/80:hover {
  border-color: rgb(69 10 10 / 0.8);
}

.hover\:border-red-950\/85:hover {
  border-color: rgb(69 10 10 / 0.85);
}

.hover\:border-red-950\/90:hover {
  border-color: rgb(69 10 10 / 0.9);
}

.hover\:border-red-950\/95:hover {
  border-color: rgb(69 10 10 / 0.95);
}

.hover\:border-yellow-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-100\/0:hover {
  border-color: rgb(254 249 195 / 0);
}

.hover\:border-yellow-100\/10:hover {
  border-color: rgb(254 249 195 / 0.1);
}

.hover\:border-yellow-100\/100:hover {
  border-color: rgb(254 249 195 / 1);
}

.hover\:border-yellow-100\/15:hover {
  border-color: rgb(254 249 195 / 0.15);
}

.hover\:border-yellow-100\/20:hover {
  border-color: rgb(254 249 195 / 0.2);
}

.hover\:border-yellow-100\/25:hover {
  border-color: rgb(254 249 195 / 0.25);
}

.hover\:border-yellow-100\/30:hover {
  border-color: rgb(254 249 195 / 0.3);
}

.hover\:border-yellow-100\/35:hover {
  border-color: rgb(254 249 195 / 0.35);
}

.hover\:border-yellow-100\/40:hover {
  border-color: rgb(254 249 195 / 0.4);
}

.hover\:border-yellow-100\/45:hover {
  border-color: rgb(254 249 195 / 0.45);
}

.hover\:border-yellow-100\/5:hover {
  border-color: rgb(254 249 195 / 0.05);
}

.hover\:border-yellow-100\/50:hover {
  border-color: rgb(254 249 195 / 0.5);
}

.hover\:border-yellow-100\/55:hover {
  border-color: rgb(254 249 195 / 0.55);
}

.hover\:border-yellow-100\/60:hover {
  border-color: rgb(254 249 195 / 0.6);
}

.hover\:border-yellow-100\/65:hover {
  border-color: rgb(254 249 195 / 0.65);
}

.hover\:border-yellow-100\/70:hover {
  border-color: rgb(254 249 195 / 0.7);
}

.hover\:border-yellow-100\/75:hover {
  border-color: rgb(254 249 195 / 0.75);
}

.hover\:border-yellow-100\/80:hover {
  border-color: rgb(254 249 195 / 0.8);
}

.hover\:border-yellow-100\/85:hover {
  border-color: rgb(254 249 195 / 0.85);
}

.hover\:border-yellow-100\/90:hover {
  border-color: rgb(254 249 195 / 0.9);
}

.hover\:border-yellow-100\/95:hover {
  border-color: rgb(254 249 195 / 0.95);
}

.hover\:border-yellow-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-200\/0:hover {
  border-color: rgb(254 240 138 / 0);
}

.hover\:border-yellow-200\/10:hover {
  border-color: rgb(254 240 138 / 0.1);
}

.hover\:border-yellow-200\/100:hover {
  border-color: rgb(254 240 138 / 1);
}

.hover\:border-yellow-200\/15:hover {
  border-color: rgb(254 240 138 / 0.15);
}

.hover\:border-yellow-200\/20:hover {
  border-color: rgb(254 240 138 / 0.2);
}

.hover\:border-yellow-200\/25:hover {
  border-color: rgb(254 240 138 / 0.25);
}

.hover\:border-yellow-200\/30:hover {
  border-color: rgb(254 240 138 / 0.3);
}

.hover\:border-yellow-200\/35:hover {
  border-color: rgb(254 240 138 / 0.35);
}

.hover\:border-yellow-200\/40:hover {
  border-color: rgb(254 240 138 / 0.4);
}

.hover\:border-yellow-200\/45:hover {
  border-color: rgb(254 240 138 / 0.45);
}

.hover\:border-yellow-200\/5:hover {
  border-color: rgb(254 240 138 / 0.05);
}

.hover\:border-yellow-200\/50:hover {
  border-color: rgb(254 240 138 / 0.5);
}

.hover\:border-yellow-200\/55:hover {
  border-color: rgb(254 240 138 / 0.55);
}

.hover\:border-yellow-200\/60:hover {
  border-color: rgb(254 240 138 / 0.6);
}

.hover\:border-yellow-200\/65:hover {
  border-color: rgb(254 240 138 / 0.65);
}

.hover\:border-yellow-200\/70:hover {
  border-color: rgb(254 240 138 / 0.7);
}

.hover\:border-yellow-200\/75:hover {
  border-color: rgb(254 240 138 / 0.75);
}

.hover\:border-yellow-200\/80:hover {
  border-color: rgb(254 240 138 / 0.8);
}

.hover\:border-yellow-200\/85:hover {
  border-color: rgb(254 240 138 / 0.85);
}

.hover\:border-yellow-200\/90:hover {
  border-color: rgb(254 240 138 / 0.9);
}

.hover\:border-yellow-200\/95:hover {
  border-color: rgb(254 240 138 / 0.95);
}

.hover\:border-yellow-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-300\/0:hover {
  border-color: rgb(253 224 71 / 0);
}

.hover\:border-yellow-300\/10:hover {
  border-color: rgb(253 224 71 / 0.1);
}

.hover\:border-yellow-300\/100:hover {
  border-color: rgb(253 224 71 / 1);
}

.hover\:border-yellow-300\/15:hover {
  border-color: rgb(253 224 71 / 0.15);
}

.hover\:border-yellow-300\/20:hover {
  border-color: rgb(253 224 71 / 0.2);
}

.hover\:border-yellow-300\/25:hover {
  border-color: rgb(253 224 71 / 0.25);
}

.hover\:border-yellow-300\/30:hover {
  border-color: rgb(253 224 71 / 0.3);
}

.hover\:border-yellow-300\/35:hover {
  border-color: rgb(253 224 71 / 0.35);
}

.hover\:border-yellow-300\/40:hover {
  border-color: rgb(253 224 71 / 0.4);
}

.hover\:border-yellow-300\/45:hover {
  border-color: rgb(253 224 71 / 0.45);
}

.hover\:border-yellow-300\/5:hover {
  border-color: rgb(253 224 71 / 0.05);
}

.hover\:border-yellow-300\/50:hover {
  border-color: rgb(253 224 71 / 0.5);
}

.hover\:border-yellow-300\/55:hover {
  border-color: rgb(253 224 71 / 0.55);
}

.hover\:border-yellow-300\/60:hover {
  border-color: rgb(253 224 71 / 0.6);
}

.hover\:border-yellow-300\/65:hover {
  border-color: rgb(253 224 71 / 0.65);
}

.hover\:border-yellow-300\/70:hover {
  border-color: rgb(253 224 71 / 0.7);
}

.hover\:border-yellow-300\/75:hover {
  border-color: rgb(253 224 71 / 0.75);
}

.hover\:border-yellow-300\/80:hover {
  border-color: rgb(253 224 71 / 0.8);
}

.hover\:border-yellow-300\/85:hover {
  border-color: rgb(253 224 71 / 0.85);
}

.hover\:border-yellow-300\/90:hover {
  border-color: rgb(253 224 71 / 0.9);
}

.hover\:border-yellow-300\/95:hover {
  border-color: rgb(253 224 71 / 0.95);
}

.hover\:border-yellow-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-400\/0:hover {
  border-color: rgb(250 204 21 / 0);
}

.hover\:border-yellow-400\/10:hover {
  border-color: rgb(250 204 21 / 0.1);
}

.hover\:border-yellow-400\/100:hover {
  border-color: rgb(250 204 21 / 1);
}

.hover\:border-yellow-400\/15:hover {
  border-color: rgb(250 204 21 / 0.15);
}

.hover\:border-yellow-400\/20:hover {
  border-color: rgb(250 204 21 / 0.2);
}

.hover\:border-yellow-400\/25:hover {
  border-color: rgb(250 204 21 / 0.25);
}

.hover\:border-yellow-400\/30:hover {
  border-color: rgb(250 204 21 / 0.3);
}

.hover\:border-yellow-400\/35:hover {
  border-color: rgb(250 204 21 / 0.35);
}

.hover\:border-yellow-400\/40:hover {
  border-color: rgb(250 204 21 / 0.4);
}

.hover\:border-yellow-400\/45:hover {
  border-color: rgb(250 204 21 / 0.45);
}

.hover\:border-yellow-400\/5:hover {
  border-color: rgb(250 204 21 / 0.05);
}

.hover\:border-yellow-400\/50:hover {
  border-color: rgb(250 204 21 / 0.5);
}

.hover\:border-yellow-400\/55:hover {
  border-color: rgb(250 204 21 / 0.55);
}

.hover\:border-yellow-400\/60:hover {
  border-color: rgb(250 204 21 / 0.6);
}

.hover\:border-yellow-400\/65:hover {
  border-color: rgb(250 204 21 / 0.65);
}

.hover\:border-yellow-400\/70:hover {
  border-color: rgb(250 204 21 / 0.7);
}

.hover\:border-yellow-400\/75:hover {
  border-color: rgb(250 204 21 / 0.75);
}

.hover\:border-yellow-400\/80:hover {
  border-color: rgb(250 204 21 / 0.8);
}

.hover\:border-yellow-400\/85:hover {
  border-color: rgb(250 204 21 / 0.85);
}

.hover\:border-yellow-400\/90:hover {
  border-color: rgb(250 204 21 / 0.9);
}

.hover\:border-yellow-400\/95:hover {
  border-color: rgb(250 204 21 / 0.95);
}

.hover\:border-yellow-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-50\/0:hover {
  border-color: rgb(254 252 232 / 0);
}

.hover\:border-yellow-50\/10:hover {
  border-color: rgb(254 252 232 / 0.1);
}

.hover\:border-yellow-50\/100:hover {
  border-color: rgb(254 252 232 / 1);
}

.hover\:border-yellow-50\/15:hover {
  border-color: rgb(254 252 232 / 0.15);
}

.hover\:border-yellow-50\/20:hover {
  border-color: rgb(254 252 232 / 0.2);
}

.hover\:border-yellow-50\/25:hover {
  border-color: rgb(254 252 232 / 0.25);
}

.hover\:border-yellow-50\/30:hover {
  border-color: rgb(254 252 232 / 0.3);
}

.hover\:border-yellow-50\/35:hover {
  border-color: rgb(254 252 232 / 0.35);
}

.hover\:border-yellow-50\/40:hover {
  border-color: rgb(254 252 232 / 0.4);
}

.hover\:border-yellow-50\/45:hover {
  border-color: rgb(254 252 232 / 0.45);
}

.hover\:border-yellow-50\/5:hover {
  border-color: rgb(254 252 232 / 0.05);
}

.hover\:border-yellow-50\/50:hover {
  border-color: rgb(254 252 232 / 0.5);
}

.hover\:border-yellow-50\/55:hover {
  border-color: rgb(254 252 232 / 0.55);
}

.hover\:border-yellow-50\/60:hover {
  border-color: rgb(254 252 232 / 0.6);
}

.hover\:border-yellow-50\/65:hover {
  border-color: rgb(254 252 232 / 0.65);
}

.hover\:border-yellow-50\/70:hover {
  border-color: rgb(254 252 232 / 0.7);
}

.hover\:border-yellow-50\/75:hover {
  border-color: rgb(254 252 232 / 0.75);
}

.hover\:border-yellow-50\/80:hover {
  border-color: rgb(254 252 232 / 0.8);
}

.hover\:border-yellow-50\/85:hover {
  border-color: rgb(254 252 232 / 0.85);
}

.hover\:border-yellow-50\/90:hover {
  border-color: rgb(254 252 232 / 0.9);
}

.hover\:border-yellow-50\/95:hover {
  border-color: rgb(254 252 232 / 0.95);
}

.hover\:border-yellow-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-500\/0:hover {
  border-color: rgb(234 179 8 / 0);
}

.hover\:border-yellow-500\/10:hover {
  border-color: rgb(234 179 8 / 0.1);
}

.hover\:border-yellow-500\/100:hover {
  border-color: rgb(234 179 8 / 1);
}

.hover\:border-yellow-500\/15:hover {
  border-color: rgb(234 179 8 / 0.15);
}

.hover\:border-yellow-500\/20:hover {
  border-color: rgb(234 179 8 / 0.2);
}

.hover\:border-yellow-500\/25:hover {
  border-color: rgb(234 179 8 / 0.25);
}

.hover\:border-yellow-500\/30:hover {
  border-color: rgb(234 179 8 / 0.3);
}

.hover\:border-yellow-500\/35:hover {
  border-color: rgb(234 179 8 / 0.35);
}

.hover\:border-yellow-500\/40:hover {
  border-color: rgb(234 179 8 / 0.4);
}

.hover\:border-yellow-500\/45:hover {
  border-color: rgb(234 179 8 / 0.45);
}

.hover\:border-yellow-500\/5:hover {
  border-color: rgb(234 179 8 / 0.05);
}

.hover\:border-yellow-500\/50:hover {
  border-color: rgb(234 179 8 / 0.5);
}

.hover\:border-yellow-500\/55:hover {
  border-color: rgb(234 179 8 / 0.55);
}

.hover\:border-yellow-500\/60:hover {
  border-color: rgb(234 179 8 / 0.6);
}

.hover\:border-yellow-500\/65:hover {
  border-color: rgb(234 179 8 / 0.65);
}

.hover\:border-yellow-500\/70:hover {
  border-color: rgb(234 179 8 / 0.7);
}

.hover\:border-yellow-500\/75:hover {
  border-color: rgb(234 179 8 / 0.75);
}

.hover\:border-yellow-500\/80:hover {
  border-color: rgb(234 179 8 / 0.8);
}

.hover\:border-yellow-500\/85:hover {
  border-color: rgb(234 179 8 / 0.85);
}

.hover\:border-yellow-500\/90:hover {
  border-color: rgb(234 179 8 / 0.9);
}

.hover\:border-yellow-500\/95:hover {
  border-color: rgb(234 179 8 / 0.95);
}

.hover\:border-yellow-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-600\/0:hover {
  border-color: rgb(202 138 4 / 0);
}

.hover\:border-yellow-600\/10:hover {
  border-color: rgb(202 138 4 / 0.1);
}

.hover\:border-yellow-600\/100:hover {
  border-color: rgb(202 138 4 / 1);
}

.hover\:border-yellow-600\/15:hover {
  border-color: rgb(202 138 4 / 0.15);
}

.hover\:border-yellow-600\/20:hover {
  border-color: rgb(202 138 4 / 0.2);
}

.hover\:border-yellow-600\/25:hover {
  border-color: rgb(202 138 4 / 0.25);
}

.hover\:border-yellow-600\/30:hover {
  border-color: rgb(202 138 4 / 0.3);
}

.hover\:border-yellow-600\/35:hover {
  border-color: rgb(202 138 4 / 0.35);
}

.hover\:border-yellow-600\/40:hover {
  border-color: rgb(202 138 4 / 0.4);
}

.hover\:border-yellow-600\/45:hover {
  border-color: rgb(202 138 4 / 0.45);
}

.hover\:border-yellow-600\/5:hover {
  border-color: rgb(202 138 4 / 0.05);
}

.hover\:border-yellow-600\/50:hover {
  border-color: rgb(202 138 4 / 0.5);
}

.hover\:border-yellow-600\/55:hover {
  border-color: rgb(202 138 4 / 0.55);
}

.hover\:border-yellow-600\/60:hover {
  border-color: rgb(202 138 4 / 0.6);
}

.hover\:border-yellow-600\/65:hover {
  border-color: rgb(202 138 4 / 0.65);
}

.hover\:border-yellow-600\/70:hover {
  border-color: rgb(202 138 4 / 0.7);
}

.hover\:border-yellow-600\/75:hover {
  border-color: rgb(202 138 4 / 0.75);
}

.hover\:border-yellow-600\/80:hover {
  border-color: rgb(202 138 4 / 0.8);
}

.hover\:border-yellow-600\/85:hover {
  border-color: rgb(202 138 4 / 0.85);
}

.hover\:border-yellow-600\/90:hover {
  border-color: rgb(202 138 4 / 0.9);
}

.hover\:border-yellow-600\/95:hover {
  border-color: rgb(202 138 4 / 0.95);
}

.hover\:border-yellow-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-700\/0:hover {
  border-color: rgb(161 98 7 / 0);
}

.hover\:border-yellow-700\/10:hover {
  border-color: rgb(161 98 7 / 0.1);
}

.hover\:border-yellow-700\/100:hover {
  border-color: rgb(161 98 7 / 1);
}

.hover\:border-yellow-700\/15:hover {
  border-color: rgb(161 98 7 / 0.15);
}

.hover\:border-yellow-700\/20:hover {
  border-color: rgb(161 98 7 / 0.2);
}

.hover\:border-yellow-700\/25:hover {
  border-color: rgb(161 98 7 / 0.25);
}

.hover\:border-yellow-700\/30:hover {
  border-color: rgb(161 98 7 / 0.3);
}

.hover\:border-yellow-700\/35:hover {
  border-color: rgb(161 98 7 / 0.35);
}

.hover\:border-yellow-700\/40:hover {
  border-color: rgb(161 98 7 / 0.4);
}

.hover\:border-yellow-700\/45:hover {
  border-color: rgb(161 98 7 / 0.45);
}

.hover\:border-yellow-700\/5:hover {
  border-color: rgb(161 98 7 / 0.05);
}

.hover\:border-yellow-700\/50:hover {
  border-color: rgb(161 98 7 / 0.5);
}

.hover\:border-yellow-700\/55:hover {
  border-color: rgb(161 98 7 / 0.55);
}

.hover\:border-yellow-700\/60:hover {
  border-color: rgb(161 98 7 / 0.6);
}

.hover\:border-yellow-700\/65:hover {
  border-color: rgb(161 98 7 / 0.65);
}

.hover\:border-yellow-700\/70:hover {
  border-color: rgb(161 98 7 / 0.7);
}

.hover\:border-yellow-700\/75:hover {
  border-color: rgb(161 98 7 / 0.75);
}

.hover\:border-yellow-700\/80:hover {
  border-color: rgb(161 98 7 / 0.8);
}

.hover\:border-yellow-700\/85:hover {
  border-color: rgb(161 98 7 / 0.85);
}

.hover\:border-yellow-700\/90:hover {
  border-color: rgb(161 98 7 / 0.9);
}

.hover\:border-yellow-700\/95:hover {
  border-color: rgb(161 98 7 / 0.95);
}

.hover\:border-yellow-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-800\/0:hover {
  border-color: rgb(133 77 14 / 0);
}

.hover\:border-yellow-800\/10:hover {
  border-color: rgb(133 77 14 / 0.1);
}

.hover\:border-yellow-800\/100:hover {
  border-color: rgb(133 77 14 / 1);
}

.hover\:border-yellow-800\/15:hover {
  border-color: rgb(133 77 14 / 0.15);
}

.hover\:border-yellow-800\/20:hover {
  border-color: rgb(133 77 14 / 0.2);
}

.hover\:border-yellow-800\/25:hover {
  border-color: rgb(133 77 14 / 0.25);
}

.hover\:border-yellow-800\/30:hover {
  border-color: rgb(133 77 14 / 0.3);
}

.hover\:border-yellow-800\/35:hover {
  border-color: rgb(133 77 14 / 0.35);
}

.hover\:border-yellow-800\/40:hover {
  border-color: rgb(133 77 14 / 0.4);
}

.hover\:border-yellow-800\/45:hover {
  border-color: rgb(133 77 14 / 0.45);
}

.hover\:border-yellow-800\/5:hover {
  border-color: rgb(133 77 14 / 0.05);
}

.hover\:border-yellow-800\/50:hover {
  border-color: rgb(133 77 14 / 0.5);
}

.hover\:border-yellow-800\/55:hover {
  border-color: rgb(133 77 14 / 0.55);
}

.hover\:border-yellow-800\/60:hover {
  border-color: rgb(133 77 14 / 0.6);
}

.hover\:border-yellow-800\/65:hover {
  border-color: rgb(133 77 14 / 0.65);
}

.hover\:border-yellow-800\/70:hover {
  border-color: rgb(133 77 14 / 0.7);
}

.hover\:border-yellow-800\/75:hover {
  border-color: rgb(133 77 14 / 0.75);
}

.hover\:border-yellow-800\/80:hover {
  border-color: rgb(133 77 14 / 0.8);
}

.hover\:border-yellow-800\/85:hover {
  border-color: rgb(133 77 14 / 0.85);
}

.hover\:border-yellow-800\/90:hover {
  border-color: rgb(133 77 14 / 0.9);
}

.hover\:border-yellow-800\/95:hover {
  border-color: rgb(133 77 14 / 0.95);
}

.hover\:border-yellow-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-900\/0:hover {
  border-color: rgb(113 63 18 / 0);
}

.hover\:border-yellow-900\/10:hover {
  border-color: rgb(113 63 18 / 0.1);
}

.hover\:border-yellow-900\/100:hover {
  border-color: rgb(113 63 18 / 1);
}

.hover\:border-yellow-900\/15:hover {
  border-color: rgb(113 63 18 / 0.15);
}

.hover\:border-yellow-900\/20:hover {
  border-color: rgb(113 63 18 / 0.2);
}

.hover\:border-yellow-900\/25:hover {
  border-color: rgb(113 63 18 / 0.25);
}

.hover\:border-yellow-900\/30:hover {
  border-color: rgb(113 63 18 / 0.3);
}

.hover\:border-yellow-900\/35:hover {
  border-color: rgb(113 63 18 / 0.35);
}

.hover\:border-yellow-900\/40:hover {
  border-color: rgb(113 63 18 / 0.4);
}

.hover\:border-yellow-900\/45:hover {
  border-color: rgb(113 63 18 / 0.45);
}

.hover\:border-yellow-900\/5:hover {
  border-color: rgb(113 63 18 / 0.05);
}

.hover\:border-yellow-900\/50:hover {
  border-color: rgb(113 63 18 / 0.5);
}

.hover\:border-yellow-900\/55:hover {
  border-color: rgb(113 63 18 / 0.55);
}

.hover\:border-yellow-900\/60:hover {
  border-color: rgb(113 63 18 / 0.6);
}

.hover\:border-yellow-900\/65:hover {
  border-color: rgb(113 63 18 / 0.65);
}

.hover\:border-yellow-900\/70:hover {
  border-color: rgb(113 63 18 / 0.7);
}

.hover\:border-yellow-900\/75:hover {
  border-color: rgb(113 63 18 / 0.75);
}

.hover\:border-yellow-900\/80:hover {
  border-color: rgb(113 63 18 / 0.8);
}

.hover\:border-yellow-900\/85:hover {
  border-color: rgb(113 63 18 / 0.85);
}

.hover\:border-yellow-900\/90:hover {
  border-color: rgb(113 63 18 / 0.9);
}

.hover\:border-yellow-900\/95:hover {
  border-color: rgb(113 63 18 / 0.95);
}

.hover\:border-yellow-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-950\/0:hover {
  border-color: rgb(66 32 6 / 0);
}

.hover\:border-yellow-950\/10:hover {
  border-color: rgb(66 32 6 / 0.1);
}

.hover\:border-yellow-950\/100:hover {
  border-color: rgb(66 32 6 / 1);
}

.hover\:border-yellow-950\/15:hover {
  border-color: rgb(66 32 6 / 0.15);
}

.hover\:border-yellow-950\/20:hover {
  border-color: rgb(66 32 6 / 0.2);
}

.hover\:border-yellow-950\/25:hover {
  border-color: rgb(66 32 6 / 0.25);
}

.hover\:border-yellow-950\/30:hover {
  border-color: rgb(66 32 6 / 0.3);
}

.hover\:border-yellow-950\/35:hover {
  border-color: rgb(66 32 6 / 0.35);
}

.hover\:border-yellow-950\/40:hover {
  border-color: rgb(66 32 6 / 0.4);
}

.hover\:border-yellow-950\/45:hover {
  border-color: rgb(66 32 6 / 0.45);
}

.hover\:border-yellow-950\/5:hover {
  border-color: rgb(66 32 6 / 0.05);
}

.hover\:border-yellow-950\/50:hover {
  border-color: rgb(66 32 6 / 0.5);
}

.hover\:border-yellow-950\/55:hover {
  border-color: rgb(66 32 6 / 0.55);
}

.hover\:border-yellow-950\/60:hover {
  border-color: rgb(66 32 6 / 0.6);
}

.hover\:border-yellow-950\/65:hover {
  border-color: rgb(66 32 6 / 0.65);
}

.hover\:border-yellow-950\/70:hover {
  border-color: rgb(66 32 6 / 0.7);
}

.hover\:border-yellow-950\/75:hover {
  border-color: rgb(66 32 6 / 0.75);
}

.hover\:border-yellow-950\/80:hover {
  border-color: rgb(66 32 6 / 0.8);
}

.hover\:border-yellow-950\/85:hover {
  border-color: rgb(66 32 6 / 0.85);
}

.hover\:border-yellow-950\/90:hover {
  border-color: rgb(66 32 6 / 0.9);
}

.hover\:border-yellow-950\/95:hover {
  border-color: rgb(66 32 6 / 0.95);
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-100\/0:hover {
  background-color: rgb(219 234 254 / 0);
}

.hover\:bg-blue-100\/10:hover {
  background-color: rgb(219 234 254 / 0.1);
}

.hover\:bg-blue-100\/100:hover {
  background-color: rgb(219 234 254 / 1);
}

.hover\:bg-blue-100\/15:hover {
  background-color: rgb(219 234 254 / 0.15);
}

.hover\:bg-blue-100\/20:hover {
  background-color: rgb(219 234 254 / 0.2);
}

.hover\:bg-blue-100\/25:hover {
  background-color: rgb(219 234 254 / 0.25);
}

.hover\:bg-blue-100\/30:hover {
  background-color: rgb(219 234 254 / 0.3);
}

.hover\:bg-blue-100\/35:hover {
  background-color: rgb(219 234 254 / 0.35);
}

.hover\:bg-blue-100\/40:hover {
  background-color: rgb(219 234 254 / 0.4);
}

.hover\:bg-blue-100\/45:hover {
  background-color: rgb(219 234 254 / 0.45);
}

.hover\:bg-blue-100\/5:hover {
  background-color: rgb(219 234 254 / 0.05);
}

.hover\:bg-blue-100\/50:hover {
  background-color: rgb(219 234 254 / 0.5);
}

.hover\:bg-blue-100\/55:hover {
  background-color: rgb(219 234 254 / 0.55);
}

.hover\:bg-blue-100\/60:hover {
  background-color: rgb(219 234 254 / 0.6);
}

.hover\:bg-blue-100\/65:hover {
  background-color: rgb(219 234 254 / 0.65);
}

.hover\:bg-blue-100\/70:hover {
  background-color: rgb(219 234 254 / 0.7);
}

.hover\:bg-blue-100\/75:hover {
  background-color: rgb(219 234 254 / 0.75);
}

.hover\:bg-blue-100\/80:hover {
  background-color: rgb(219 234 254 / 0.8);
}

.hover\:bg-blue-100\/85:hover {
  background-color: rgb(219 234 254 / 0.85);
}

.hover\:bg-blue-100\/90:hover {
  background-color: rgb(219 234 254 / 0.9);
}

.hover\:bg-blue-100\/95:hover {
  background-color: rgb(219 234 254 / 0.95);
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-200\/0:hover {
  background-color: rgb(191 219 254 / 0);
}

.hover\:bg-blue-200\/10:hover {
  background-color: rgb(191 219 254 / 0.1);
}

.hover\:bg-blue-200\/100:hover {
  background-color: rgb(191 219 254 / 1);
}

.hover\:bg-blue-200\/15:hover {
  background-color: rgb(191 219 254 / 0.15);
}

.hover\:bg-blue-200\/20:hover {
  background-color: rgb(191 219 254 / 0.2);
}

.hover\:bg-blue-200\/25:hover {
  background-color: rgb(191 219 254 / 0.25);
}

.hover\:bg-blue-200\/30:hover {
  background-color: rgb(191 219 254 / 0.3);
}

.hover\:bg-blue-200\/35:hover {
  background-color: rgb(191 219 254 / 0.35);
}

.hover\:bg-blue-200\/40:hover {
  background-color: rgb(191 219 254 / 0.4);
}

.hover\:bg-blue-200\/45:hover {
  background-color: rgb(191 219 254 / 0.45);
}

.hover\:bg-blue-200\/5:hover {
  background-color: rgb(191 219 254 / 0.05);
}

.hover\:bg-blue-200\/50:hover {
  background-color: rgb(191 219 254 / 0.5);
}

.hover\:bg-blue-200\/55:hover {
  background-color: rgb(191 219 254 / 0.55);
}

.hover\:bg-blue-200\/60:hover {
  background-color: rgb(191 219 254 / 0.6);
}

.hover\:bg-blue-200\/65:hover {
  background-color: rgb(191 219 254 / 0.65);
}

.hover\:bg-blue-200\/70:hover {
  background-color: rgb(191 219 254 / 0.7);
}

.hover\:bg-blue-200\/75:hover {
  background-color: rgb(191 219 254 / 0.75);
}

.hover\:bg-blue-200\/80:hover {
  background-color: rgb(191 219 254 / 0.8);
}

.hover\:bg-blue-200\/85:hover {
  background-color: rgb(191 219 254 / 0.85);
}

.hover\:bg-blue-200\/90:hover {
  background-color: rgb(191 219 254 / 0.9);
}

.hover\:bg-blue-200\/95:hover {
  background-color: rgb(191 219 254 / 0.95);
}

.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-300\/0:hover {
  background-color: rgb(147 197 253 / 0);
}

.hover\:bg-blue-300\/10:hover {
  background-color: rgb(147 197 253 / 0.1);
}

.hover\:bg-blue-300\/100:hover {
  background-color: rgb(147 197 253 / 1);
}

.hover\:bg-blue-300\/15:hover {
  background-color: rgb(147 197 253 / 0.15);
}

.hover\:bg-blue-300\/20:hover {
  background-color: rgb(147 197 253 / 0.2);
}

.hover\:bg-blue-300\/25:hover {
  background-color: rgb(147 197 253 / 0.25);
}

.hover\:bg-blue-300\/30:hover {
  background-color: rgb(147 197 253 / 0.3);
}

.hover\:bg-blue-300\/35:hover {
  background-color: rgb(147 197 253 / 0.35);
}

.hover\:bg-blue-300\/40:hover {
  background-color: rgb(147 197 253 / 0.4);
}

.hover\:bg-blue-300\/45:hover {
  background-color: rgb(147 197 253 / 0.45);
}

.hover\:bg-blue-300\/5:hover {
  background-color: rgb(147 197 253 / 0.05);
}

.hover\:bg-blue-300\/50:hover {
  background-color: rgb(147 197 253 / 0.5);
}

.hover\:bg-blue-300\/55:hover {
  background-color: rgb(147 197 253 / 0.55);
}

.hover\:bg-blue-300\/60:hover {
  background-color: rgb(147 197 253 / 0.6);
}

.hover\:bg-blue-300\/65:hover {
  background-color: rgb(147 197 253 / 0.65);
}

.hover\:bg-blue-300\/70:hover {
  background-color: rgb(147 197 253 / 0.7);
}

.hover\:bg-blue-300\/75:hover {
  background-color: rgb(147 197 253 / 0.75);
}

.hover\:bg-blue-300\/80:hover {
  background-color: rgb(147 197 253 / 0.8);
}

.hover\:bg-blue-300\/85:hover {
  background-color: rgb(147 197 253 / 0.85);
}

.hover\:bg-blue-300\/90:hover {
  background-color: rgb(147 197 253 / 0.9);
}

.hover\:bg-blue-300\/95:hover {
  background-color: rgb(147 197 253 / 0.95);
}

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-400\/0:hover {
  background-color: rgb(96 165 250 / 0);
}

.hover\:bg-blue-400\/10:hover {
  background-color: rgb(96 165 250 / 0.1);
}

.hover\:bg-blue-400\/100:hover {
  background-color: rgb(96 165 250 / 1);
}

.hover\:bg-blue-400\/15:hover {
  background-color: rgb(96 165 250 / 0.15);
}

.hover\:bg-blue-400\/20:hover {
  background-color: rgb(96 165 250 / 0.2);
}

.hover\:bg-blue-400\/25:hover {
  background-color: rgb(96 165 250 / 0.25);
}

.hover\:bg-blue-400\/30:hover {
  background-color: rgb(96 165 250 / 0.3);
}

.hover\:bg-blue-400\/35:hover {
  background-color: rgb(96 165 250 / 0.35);
}

.hover\:bg-blue-400\/40:hover {
  background-color: rgb(96 165 250 / 0.4);
}

.hover\:bg-blue-400\/45:hover {
  background-color: rgb(96 165 250 / 0.45);
}

.hover\:bg-blue-400\/5:hover {
  background-color: rgb(96 165 250 / 0.05);
}

.hover\:bg-blue-400\/50:hover {
  background-color: rgb(96 165 250 / 0.5);
}

.hover\:bg-blue-400\/55:hover {
  background-color: rgb(96 165 250 / 0.55);
}

.hover\:bg-blue-400\/60:hover {
  background-color: rgb(96 165 250 / 0.6);
}

.hover\:bg-blue-400\/65:hover {
  background-color: rgb(96 165 250 / 0.65);
}

.hover\:bg-blue-400\/70:hover {
  background-color: rgb(96 165 250 / 0.7);
}

.hover\:bg-blue-400\/75:hover {
  background-color: rgb(96 165 250 / 0.75);
}

.hover\:bg-blue-400\/80:hover {
  background-color: rgb(96 165 250 / 0.8);
}

.hover\:bg-blue-400\/85:hover {
  background-color: rgb(96 165 250 / 0.85);
}

.hover\:bg-blue-400\/90:hover {
  background-color: rgb(96 165 250 / 0.9);
}

.hover\:bg-blue-400\/95:hover {
  background-color: rgb(96 165 250 / 0.95);
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-50\/0:hover {
  background-color: rgb(239 246 255 / 0);
}

.hover\:bg-blue-50\/10:hover {
  background-color: rgb(239 246 255 / 0.1);
}

.hover\:bg-blue-50\/100:hover {
  background-color: rgb(239 246 255 / 1);
}

.hover\:bg-blue-50\/15:hover {
  background-color: rgb(239 246 255 / 0.15);
}

.hover\:bg-blue-50\/20:hover {
  background-color: rgb(239 246 255 / 0.2);
}

.hover\:bg-blue-50\/25:hover {
  background-color: rgb(239 246 255 / 0.25);
}

.hover\:bg-blue-50\/30:hover {
  background-color: rgb(239 246 255 / 0.3);
}

.hover\:bg-blue-50\/35:hover {
  background-color: rgb(239 246 255 / 0.35);
}

.hover\:bg-blue-50\/40:hover {
  background-color: rgb(239 246 255 / 0.4);
}

.hover\:bg-blue-50\/45:hover {
  background-color: rgb(239 246 255 / 0.45);
}

.hover\:bg-blue-50\/5:hover {
  background-color: rgb(239 246 255 / 0.05);
}

.hover\:bg-blue-50\/50:hover {
  background-color: rgb(239 246 255 / 0.5);
}

.hover\:bg-blue-50\/55:hover {
  background-color: rgb(239 246 255 / 0.55);
}

.hover\:bg-blue-50\/60:hover {
  background-color: rgb(239 246 255 / 0.6);
}

.hover\:bg-blue-50\/65:hover {
  background-color: rgb(239 246 255 / 0.65);
}

.hover\:bg-blue-50\/70:hover {
  background-color: rgb(239 246 255 / 0.7);
}

.hover\:bg-blue-50\/75:hover {
  background-color: rgb(239 246 255 / 0.75);
}

.hover\:bg-blue-50\/80:hover {
  background-color: rgb(239 246 255 / 0.8);
}

.hover\:bg-blue-50\/85:hover {
  background-color: rgb(239 246 255 / 0.85);
}

.hover\:bg-blue-50\/90:hover {
  background-color: rgb(239 246 255 / 0.9);
}

.hover\:bg-blue-50\/95:hover {
  background-color: rgb(239 246 255 / 0.95);
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-500\/0:hover {
  background-color: rgb(59 130 246 / 0);
}

.hover\:bg-blue-500\/10:hover {
  background-color: rgb(59 130 246 / 0.1);
}

.hover\:bg-blue-500\/100:hover {
  background-color: rgb(59 130 246 / 1);
}

.hover\:bg-blue-500\/15:hover {
  background-color: rgb(59 130 246 / 0.15);
}

.hover\:bg-blue-500\/20:hover {
  background-color: rgb(59 130 246 / 0.2);
}

.hover\:bg-blue-500\/25:hover {
  background-color: rgb(59 130 246 / 0.25);
}

.hover\:bg-blue-500\/30:hover {
  background-color: rgb(59 130 246 / 0.3);
}

.hover\:bg-blue-500\/35:hover {
  background-color: rgb(59 130 246 / 0.35);
}

.hover\:bg-blue-500\/40:hover {
  background-color: rgb(59 130 246 / 0.4);
}

.hover\:bg-blue-500\/45:hover {
  background-color: rgb(59 130 246 / 0.45);
}

.hover\:bg-blue-500\/5:hover {
  background-color: rgb(59 130 246 / 0.05);
}

.hover\:bg-blue-500\/50:hover {
  background-color: rgb(59 130 246 / 0.5);
}

.hover\:bg-blue-500\/55:hover {
  background-color: rgb(59 130 246 / 0.55);
}

.hover\:bg-blue-500\/60:hover {
  background-color: rgb(59 130 246 / 0.6);
}

.hover\:bg-blue-500\/65:hover {
  background-color: rgb(59 130 246 / 0.65);
}

.hover\:bg-blue-500\/70:hover {
  background-color: rgb(59 130 246 / 0.7);
}

.hover\:bg-blue-500\/75:hover {
  background-color: rgb(59 130 246 / 0.75);
}

.hover\:bg-blue-500\/80:hover {
  background-color: rgb(59 130 246 / 0.8);
}

.hover\:bg-blue-500\/85:hover {
  background-color: rgb(59 130 246 / 0.85);
}

.hover\:bg-blue-500\/90:hover {
  background-color: rgb(59 130 246 / 0.9);
}

.hover\:bg-blue-500\/95:hover {
  background-color: rgb(59 130 246 / 0.95);
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-600\/0:hover {
  background-color: rgb(37 99 235 / 0);
}

.hover\:bg-blue-600\/10:hover {
  background-color: rgb(37 99 235 / 0.1);
}

.hover\:bg-blue-600\/100:hover {
  background-color: rgb(37 99 235 / 1);
}

.hover\:bg-blue-600\/15:hover {
  background-color: rgb(37 99 235 / 0.15);
}

.hover\:bg-blue-600\/20:hover {
  background-color: rgb(37 99 235 / 0.2);
}

.hover\:bg-blue-600\/25:hover {
  background-color: rgb(37 99 235 / 0.25);
}

.hover\:bg-blue-600\/30:hover {
  background-color: rgb(37 99 235 / 0.3);
}

.hover\:bg-blue-600\/35:hover {
  background-color: rgb(37 99 235 / 0.35);
}

.hover\:bg-blue-600\/40:hover {
  background-color: rgb(37 99 235 / 0.4);
}

.hover\:bg-blue-600\/45:hover {
  background-color: rgb(37 99 235 / 0.45);
}

.hover\:bg-blue-600\/5:hover {
  background-color: rgb(37 99 235 / 0.05);
}

.hover\:bg-blue-600\/50:hover {
  background-color: rgb(37 99 235 / 0.5);
}

.hover\:bg-blue-600\/55:hover {
  background-color: rgb(37 99 235 / 0.55);
}

.hover\:bg-blue-600\/60:hover {
  background-color: rgb(37 99 235 / 0.6);
}

.hover\:bg-blue-600\/65:hover {
  background-color: rgb(37 99 235 / 0.65);
}

.hover\:bg-blue-600\/70:hover {
  background-color: rgb(37 99 235 / 0.7);
}

.hover\:bg-blue-600\/75:hover {
  background-color: rgb(37 99 235 / 0.75);
}

.hover\:bg-blue-600\/80:hover {
  background-color: rgb(37 99 235 / 0.8);
}

.hover\:bg-blue-600\/85:hover {
  background-color: rgb(37 99 235 / 0.85);
}

.hover\:bg-blue-600\/90:hover {
  background-color: rgb(37 99 235 / 0.9);
}

.hover\:bg-blue-600\/95:hover {
  background-color: rgb(37 99 235 / 0.95);
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700\/0:hover {
  background-color: rgb(29 78 216 / 0);
}

.hover\:bg-blue-700\/10:hover {
  background-color: rgb(29 78 216 / 0.1);
}

.hover\:bg-blue-700\/100:hover {
  background-color: rgb(29 78 216 / 1);
}

.hover\:bg-blue-700\/15:hover {
  background-color: rgb(29 78 216 / 0.15);
}

.hover\:bg-blue-700\/20:hover {
  background-color: rgb(29 78 216 / 0.2);
}

.hover\:bg-blue-700\/25:hover {
  background-color: rgb(29 78 216 / 0.25);
}

.hover\:bg-blue-700\/30:hover {
  background-color: rgb(29 78 216 / 0.3);
}

.hover\:bg-blue-700\/35:hover {
  background-color: rgb(29 78 216 / 0.35);
}

.hover\:bg-blue-700\/40:hover {
  background-color: rgb(29 78 216 / 0.4);
}

.hover\:bg-blue-700\/45:hover {
  background-color: rgb(29 78 216 / 0.45);
}

.hover\:bg-blue-700\/5:hover {
  background-color: rgb(29 78 216 / 0.05);
}

.hover\:bg-blue-700\/50:hover {
  background-color: rgb(29 78 216 / 0.5);
}

.hover\:bg-blue-700\/55:hover {
  background-color: rgb(29 78 216 / 0.55);
}

.hover\:bg-blue-700\/60:hover {
  background-color: rgb(29 78 216 / 0.6);
}

.hover\:bg-blue-700\/65:hover {
  background-color: rgb(29 78 216 / 0.65);
}

.hover\:bg-blue-700\/70:hover {
  background-color: rgb(29 78 216 / 0.7);
}

.hover\:bg-blue-700\/75:hover {
  background-color: rgb(29 78 216 / 0.75);
}

.hover\:bg-blue-700\/80:hover {
  background-color: rgb(29 78 216 / 0.8);
}

.hover\:bg-blue-700\/85:hover {
  background-color: rgb(29 78 216 / 0.85);
}

.hover\:bg-blue-700\/90:hover {
  background-color: rgb(29 78 216 / 0.9);
}

.hover\:bg-blue-700\/95:hover {
  background-color: rgb(29 78 216 / 0.95);
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-800\/0:hover {
  background-color: rgb(30 64 175 / 0);
}

.hover\:bg-blue-800\/10:hover {
  background-color: rgb(30 64 175 / 0.1);
}

.hover\:bg-blue-800\/100:hover {
  background-color: rgb(30 64 175 / 1);
}

.hover\:bg-blue-800\/15:hover {
  background-color: rgb(30 64 175 / 0.15);
}

.hover\:bg-blue-800\/20:hover {
  background-color: rgb(30 64 175 / 0.2);
}

.hover\:bg-blue-800\/25:hover {
  background-color: rgb(30 64 175 / 0.25);
}

.hover\:bg-blue-800\/30:hover {
  background-color: rgb(30 64 175 / 0.3);
}

.hover\:bg-blue-800\/35:hover {
  background-color: rgb(30 64 175 / 0.35);
}

.hover\:bg-blue-800\/40:hover {
  background-color: rgb(30 64 175 / 0.4);
}

.hover\:bg-blue-800\/45:hover {
  background-color: rgb(30 64 175 / 0.45);
}

.hover\:bg-blue-800\/5:hover {
  background-color: rgb(30 64 175 / 0.05);
}

.hover\:bg-blue-800\/50:hover {
  background-color: rgb(30 64 175 / 0.5);
}

.hover\:bg-blue-800\/55:hover {
  background-color: rgb(30 64 175 / 0.55);
}

.hover\:bg-blue-800\/60:hover {
  background-color: rgb(30 64 175 / 0.6);
}

.hover\:bg-blue-800\/65:hover {
  background-color: rgb(30 64 175 / 0.65);
}

.hover\:bg-blue-800\/70:hover {
  background-color: rgb(30 64 175 / 0.7);
}

.hover\:bg-blue-800\/75:hover {
  background-color: rgb(30 64 175 / 0.75);
}

.hover\:bg-blue-800\/80:hover {
  background-color: rgb(30 64 175 / 0.8);
}

.hover\:bg-blue-800\/85:hover {
  background-color: rgb(30 64 175 / 0.85);
}

.hover\:bg-blue-800\/90:hover {
  background-color: rgb(30 64 175 / 0.9);
}

.hover\:bg-blue-800\/95:hover {
  background-color: rgb(30 64 175 / 0.95);
}

.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-900\/0:hover {
  background-color: rgb(30 58 138 / 0);
}

.hover\:bg-blue-900\/10:hover {
  background-color: rgb(30 58 138 / 0.1);
}

.hover\:bg-blue-900\/100:hover {
  background-color: rgb(30 58 138 / 1);
}

.hover\:bg-blue-900\/15:hover {
  background-color: rgb(30 58 138 / 0.15);
}

.hover\:bg-blue-900\/20:hover {
  background-color: rgb(30 58 138 / 0.2);
}

.hover\:bg-blue-900\/25:hover {
  background-color: rgb(30 58 138 / 0.25);
}

.hover\:bg-blue-900\/30:hover {
  background-color: rgb(30 58 138 / 0.3);
}

.hover\:bg-blue-900\/35:hover {
  background-color: rgb(30 58 138 / 0.35);
}

.hover\:bg-blue-900\/40:hover {
  background-color: rgb(30 58 138 / 0.4);
}

.hover\:bg-blue-900\/45:hover {
  background-color: rgb(30 58 138 / 0.45);
}

.hover\:bg-blue-900\/5:hover {
  background-color: rgb(30 58 138 / 0.05);
}

.hover\:bg-blue-900\/50:hover {
  background-color: rgb(30 58 138 / 0.5);
}

.hover\:bg-blue-900\/55:hover {
  background-color: rgb(30 58 138 / 0.55);
}

.hover\:bg-blue-900\/60:hover {
  background-color: rgb(30 58 138 / 0.6);
}

.hover\:bg-blue-900\/65:hover {
  background-color: rgb(30 58 138 / 0.65);
}

.hover\:bg-blue-900\/70:hover {
  background-color: rgb(30 58 138 / 0.7);
}

.hover\:bg-blue-900\/75:hover {
  background-color: rgb(30 58 138 / 0.75);
}

.hover\:bg-blue-900\/80:hover {
  background-color: rgb(30 58 138 / 0.8);
}

.hover\:bg-blue-900\/85:hover {
  background-color: rgb(30 58 138 / 0.85);
}

.hover\:bg-blue-900\/90:hover {
  background-color: rgb(30 58 138 / 0.9);
}

.hover\:bg-blue-900\/95:hover {
  background-color: rgb(30 58 138 / 0.95);
}

.hover\:bg-blue-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-950\/0:hover {
  background-color: rgb(23 37 84 / 0);
}

.hover\:bg-blue-950\/10:hover {
  background-color: rgb(23 37 84 / 0.1);
}

.hover\:bg-blue-950\/100:hover {
  background-color: rgb(23 37 84 / 1);
}

.hover\:bg-blue-950\/15:hover {
  background-color: rgb(23 37 84 / 0.15);
}

.hover\:bg-blue-950\/20:hover {
  background-color: rgb(23 37 84 / 0.2);
}

.hover\:bg-blue-950\/25:hover {
  background-color: rgb(23 37 84 / 0.25);
}

.hover\:bg-blue-950\/30:hover {
  background-color: rgb(23 37 84 / 0.3);
}

.hover\:bg-blue-950\/35:hover {
  background-color: rgb(23 37 84 / 0.35);
}

.hover\:bg-blue-950\/40:hover {
  background-color: rgb(23 37 84 / 0.4);
}

.hover\:bg-blue-950\/45:hover {
  background-color: rgb(23 37 84 / 0.45);
}

.hover\:bg-blue-950\/5:hover {
  background-color: rgb(23 37 84 / 0.05);
}

.hover\:bg-blue-950\/50:hover {
  background-color: rgb(23 37 84 / 0.5);
}

.hover\:bg-blue-950\/55:hover {
  background-color: rgb(23 37 84 / 0.55);
}

.hover\:bg-blue-950\/60:hover {
  background-color: rgb(23 37 84 / 0.6);
}

.hover\:bg-blue-950\/65:hover {
  background-color: rgb(23 37 84 / 0.65);
}

.hover\:bg-blue-950\/70:hover {
  background-color: rgb(23 37 84 / 0.7);
}

.hover\:bg-blue-950\/75:hover {
  background-color: rgb(23 37 84 / 0.75);
}

.hover\:bg-blue-950\/80:hover {
  background-color: rgb(23 37 84 / 0.8);
}

.hover\:bg-blue-950\/85:hover {
  background-color: rgb(23 37 84 / 0.85);
}

.hover\:bg-blue-950\/90:hover {
  background-color: rgb(23 37 84 / 0.9);
}

.hover\:bg-blue-950\/95:hover {
  background-color: rgb(23 37 84 / 0.95);
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100\/0:hover {
  background-color: rgb(243 244 246 / 0);
}

.hover\:bg-gray-100\/10:hover {
  background-color: rgb(243 244 246 / 0.1);
}

.hover\:bg-gray-100\/100:hover {
  background-color: rgb(243 244 246 / 1);
}

.hover\:bg-gray-100\/15:hover {
  background-color: rgb(243 244 246 / 0.15);
}

.hover\:bg-gray-100\/20:hover {
  background-color: rgb(243 244 246 / 0.2);
}

.hover\:bg-gray-100\/25:hover {
  background-color: rgb(243 244 246 / 0.25);
}

.hover\:bg-gray-100\/30:hover {
  background-color: rgb(243 244 246 / 0.3);
}

.hover\:bg-gray-100\/35:hover {
  background-color: rgb(243 244 246 / 0.35);
}

.hover\:bg-gray-100\/40:hover {
  background-color: rgb(243 244 246 / 0.4);
}

.hover\:bg-gray-100\/45:hover {
  background-color: rgb(243 244 246 / 0.45);
}

.hover\:bg-gray-100\/5:hover {
  background-color: rgb(243 244 246 / 0.05);
}

.hover\:bg-gray-100\/50:hover {
  background-color: rgb(243 244 246 / 0.5);
}

.hover\:bg-gray-100\/55:hover {
  background-color: rgb(243 244 246 / 0.55);
}

.hover\:bg-gray-100\/60:hover {
  background-color: rgb(243 244 246 / 0.6);
}

.hover\:bg-gray-100\/65:hover {
  background-color: rgb(243 244 246 / 0.65);
}

.hover\:bg-gray-100\/70:hover {
  background-color: rgb(243 244 246 / 0.7);
}

.hover\:bg-gray-100\/75:hover {
  background-color: rgb(243 244 246 / 0.75);
}

.hover\:bg-gray-100\/80:hover {
  background-color: rgb(243 244 246 / 0.8);
}

.hover\:bg-gray-100\/85:hover {
  background-color: rgb(243 244 246 / 0.85);
}

.hover\:bg-gray-100\/90:hover {
  background-color: rgb(243 244 246 / 0.9);
}

.hover\:bg-gray-100\/95:hover {
  background-color: rgb(243 244 246 / 0.95);
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200\/0:hover {
  background-color: rgb(229 231 235 / 0);
}

.hover\:bg-gray-200\/10:hover {
  background-color: rgb(229 231 235 / 0.1);
}

.hover\:bg-gray-200\/100:hover {
  background-color: rgb(229 231 235 / 1);
}

.hover\:bg-gray-200\/15:hover {
  background-color: rgb(229 231 235 / 0.15);
}

.hover\:bg-gray-200\/20:hover {
  background-color: rgb(229 231 235 / 0.2);
}

.hover\:bg-gray-200\/25:hover {
  background-color: rgb(229 231 235 / 0.25);
}

.hover\:bg-gray-200\/30:hover {
  background-color: rgb(229 231 235 / 0.3);
}

.hover\:bg-gray-200\/35:hover {
  background-color: rgb(229 231 235 / 0.35);
}

.hover\:bg-gray-200\/40:hover {
  background-color: rgb(229 231 235 / 0.4);
}

.hover\:bg-gray-200\/45:hover {
  background-color: rgb(229 231 235 / 0.45);
}

.hover\:bg-gray-200\/5:hover {
  background-color: rgb(229 231 235 / 0.05);
}

.hover\:bg-gray-200\/50:hover {
  background-color: rgb(229 231 235 / 0.5);
}

.hover\:bg-gray-200\/55:hover {
  background-color: rgb(229 231 235 / 0.55);
}

.hover\:bg-gray-200\/60:hover {
  background-color: rgb(229 231 235 / 0.6);
}

.hover\:bg-gray-200\/65:hover {
  background-color: rgb(229 231 235 / 0.65);
}

.hover\:bg-gray-200\/70:hover {
  background-color: rgb(229 231 235 / 0.7);
}

.hover\:bg-gray-200\/75:hover {
  background-color: rgb(229 231 235 / 0.75);
}

.hover\:bg-gray-200\/80:hover {
  background-color: rgb(229 231 235 / 0.8);
}

.hover\:bg-gray-200\/85:hover {
  background-color: rgb(229 231 235 / 0.85);
}

.hover\:bg-gray-200\/90:hover {
  background-color: rgb(229 231 235 / 0.9);
}

.hover\:bg-gray-200\/95:hover {
  background-color: rgb(229 231 235 / 0.95);
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-300\/0:hover {
  background-color: rgb(209 213 219 / 0);
}

.hover\:bg-gray-300\/10:hover {
  background-color: rgb(209 213 219 / 0.1);
}

.hover\:bg-gray-300\/100:hover {
  background-color: rgb(209 213 219 / 1);
}

.hover\:bg-gray-300\/15:hover {
  background-color: rgb(209 213 219 / 0.15);
}

.hover\:bg-gray-300\/20:hover {
  background-color: rgb(209 213 219 / 0.2);
}

.hover\:bg-gray-300\/25:hover {
  background-color: rgb(209 213 219 / 0.25);
}

.hover\:bg-gray-300\/30:hover {
  background-color: rgb(209 213 219 / 0.3);
}

.hover\:bg-gray-300\/35:hover {
  background-color: rgb(209 213 219 / 0.35);
}

.hover\:bg-gray-300\/40:hover {
  background-color: rgb(209 213 219 / 0.4);
}

.hover\:bg-gray-300\/45:hover {
  background-color: rgb(209 213 219 / 0.45);
}

.hover\:bg-gray-300\/5:hover {
  background-color: rgb(209 213 219 / 0.05);
}

.hover\:bg-gray-300\/50:hover {
  background-color: rgb(209 213 219 / 0.5);
}

.hover\:bg-gray-300\/55:hover {
  background-color: rgb(209 213 219 / 0.55);
}

.hover\:bg-gray-300\/60:hover {
  background-color: rgb(209 213 219 / 0.6);
}

.hover\:bg-gray-300\/65:hover {
  background-color: rgb(209 213 219 / 0.65);
}

.hover\:bg-gray-300\/70:hover {
  background-color: rgb(209 213 219 / 0.7);
}

.hover\:bg-gray-300\/75:hover {
  background-color: rgb(209 213 219 / 0.75);
}

.hover\:bg-gray-300\/80:hover {
  background-color: rgb(209 213 219 / 0.8);
}

.hover\:bg-gray-300\/85:hover {
  background-color: rgb(209 213 219 / 0.85);
}

.hover\:bg-gray-300\/90:hover {
  background-color: rgb(209 213 219 / 0.9);
}

.hover\:bg-gray-300\/95:hover {
  background-color: rgb(209 213 219 / 0.95);
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-400\/0:hover {
  background-color: rgb(156 163 175 / 0);
}

.hover\:bg-gray-400\/10:hover {
  background-color: rgb(156 163 175 / 0.1);
}

.hover\:bg-gray-400\/100:hover {
  background-color: rgb(156 163 175 / 1);
}

.hover\:bg-gray-400\/15:hover {
  background-color: rgb(156 163 175 / 0.15);
}

.hover\:bg-gray-400\/20:hover {
  background-color: rgb(156 163 175 / 0.2);
}

.hover\:bg-gray-400\/25:hover {
  background-color: rgb(156 163 175 / 0.25);
}

.hover\:bg-gray-400\/30:hover {
  background-color: rgb(156 163 175 / 0.3);
}

.hover\:bg-gray-400\/35:hover {
  background-color: rgb(156 163 175 / 0.35);
}

.hover\:bg-gray-400\/40:hover {
  background-color: rgb(156 163 175 / 0.4);
}

.hover\:bg-gray-400\/45:hover {
  background-color: rgb(156 163 175 / 0.45);
}

.hover\:bg-gray-400\/5:hover {
  background-color: rgb(156 163 175 / 0.05);
}

.hover\:bg-gray-400\/50:hover {
  background-color: rgb(156 163 175 / 0.5);
}

.hover\:bg-gray-400\/55:hover {
  background-color: rgb(156 163 175 / 0.55);
}

.hover\:bg-gray-400\/60:hover {
  background-color: rgb(156 163 175 / 0.6);
}

.hover\:bg-gray-400\/65:hover {
  background-color: rgb(156 163 175 / 0.65);
}

.hover\:bg-gray-400\/70:hover {
  background-color: rgb(156 163 175 / 0.7);
}

.hover\:bg-gray-400\/75:hover {
  background-color: rgb(156 163 175 / 0.75);
}

.hover\:bg-gray-400\/80:hover {
  background-color: rgb(156 163 175 / 0.8);
}

.hover\:bg-gray-400\/85:hover {
  background-color: rgb(156 163 175 / 0.85);
}

.hover\:bg-gray-400\/90:hover {
  background-color: rgb(156 163 175 / 0.9);
}

.hover\:bg-gray-400\/95:hover {
  background-color: rgb(156 163 175 / 0.95);
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50\/0:hover {
  background-color: rgb(249 250 251 / 0);
}

.hover\:bg-gray-50\/10:hover {
  background-color: rgb(249 250 251 / 0.1);
}

.hover\:bg-gray-50\/100:hover {
  background-color: rgb(249 250 251 / 1);
}

.hover\:bg-gray-50\/15:hover {
  background-color: rgb(249 250 251 / 0.15);
}

.hover\:bg-gray-50\/20:hover {
  background-color: rgb(249 250 251 / 0.2);
}

.hover\:bg-gray-50\/25:hover {
  background-color: rgb(249 250 251 / 0.25);
}

.hover\:bg-gray-50\/30:hover {
  background-color: rgb(249 250 251 / 0.3);
}

.hover\:bg-gray-50\/35:hover {
  background-color: rgb(249 250 251 / 0.35);
}

.hover\:bg-gray-50\/40:hover {
  background-color: rgb(249 250 251 / 0.4);
}

.hover\:bg-gray-50\/45:hover {
  background-color: rgb(249 250 251 / 0.45);
}

.hover\:bg-gray-50\/5:hover {
  background-color: rgb(249 250 251 / 0.05);
}

.hover\:bg-gray-50\/50:hover {
  background-color: rgb(249 250 251 / 0.5);
}

.hover\:bg-gray-50\/55:hover {
  background-color: rgb(249 250 251 / 0.55);
}

.hover\:bg-gray-50\/60:hover {
  background-color: rgb(249 250 251 / 0.6);
}

.hover\:bg-gray-50\/65:hover {
  background-color: rgb(249 250 251 / 0.65);
}

.hover\:bg-gray-50\/70:hover {
  background-color: rgb(249 250 251 / 0.7);
}

.hover\:bg-gray-50\/75:hover {
  background-color: rgb(249 250 251 / 0.75);
}

.hover\:bg-gray-50\/80:hover {
  background-color: rgb(249 250 251 / 0.8);
}

.hover\:bg-gray-50\/85:hover {
  background-color: rgb(249 250 251 / 0.85);
}

.hover\:bg-gray-50\/90:hover {
  background-color: rgb(249 250 251 / 0.9);
}

.hover\:bg-gray-50\/95:hover {
  background-color: rgb(249 250 251 / 0.95);
}

.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-500\/0:hover {
  background-color: rgb(107 114 128 / 0);
}

.hover\:bg-gray-500\/10:hover {
  background-color: rgb(107 114 128 / 0.1);
}

.hover\:bg-gray-500\/100:hover {
  background-color: rgb(107 114 128 / 1);
}

.hover\:bg-gray-500\/15:hover {
  background-color: rgb(107 114 128 / 0.15);
}

.hover\:bg-gray-500\/20:hover {
  background-color: rgb(107 114 128 / 0.2);
}

.hover\:bg-gray-500\/25:hover {
  background-color: rgb(107 114 128 / 0.25);
}

.hover\:bg-gray-500\/30:hover {
  background-color: rgb(107 114 128 / 0.3);
}

.hover\:bg-gray-500\/35:hover {
  background-color: rgb(107 114 128 / 0.35);
}

.hover\:bg-gray-500\/40:hover {
  background-color: rgb(107 114 128 / 0.4);
}

.hover\:bg-gray-500\/45:hover {
  background-color: rgb(107 114 128 / 0.45);
}

.hover\:bg-gray-500\/5:hover {
  background-color: rgb(107 114 128 / 0.05);
}

.hover\:bg-gray-500\/50:hover {
  background-color: rgb(107 114 128 / 0.5);
}

.hover\:bg-gray-500\/55:hover {
  background-color: rgb(107 114 128 / 0.55);
}

.hover\:bg-gray-500\/60:hover {
  background-color: rgb(107 114 128 / 0.6);
}

.hover\:bg-gray-500\/65:hover {
  background-color: rgb(107 114 128 / 0.65);
}

.hover\:bg-gray-500\/70:hover {
  background-color: rgb(107 114 128 / 0.7);
}

.hover\:bg-gray-500\/75:hover {
  background-color: rgb(107 114 128 / 0.75);
}

.hover\:bg-gray-500\/80:hover {
  background-color: rgb(107 114 128 / 0.8);
}

.hover\:bg-gray-500\/85:hover {
  background-color: rgb(107 114 128 / 0.85);
}

.hover\:bg-gray-500\/90:hover {
  background-color: rgb(107 114 128 / 0.9);
}

.hover\:bg-gray-500\/95:hover {
  background-color: rgb(107 114 128 / 0.95);
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-600\/0:hover {
  background-color: rgb(75 85 99 / 0);
}

.hover\:bg-gray-600\/10:hover {
  background-color: rgb(75 85 99 / 0.1);
}

.hover\:bg-gray-600\/100:hover {
  background-color: rgb(75 85 99 / 1);
}

.hover\:bg-gray-600\/15:hover {
  background-color: rgb(75 85 99 / 0.15);
}

.hover\:bg-gray-600\/20:hover {
  background-color: rgb(75 85 99 / 0.2);
}

.hover\:bg-gray-600\/25:hover {
  background-color: rgb(75 85 99 / 0.25);
}

.hover\:bg-gray-600\/30:hover {
  background-color: rgb(75 85 99 / 0.3);
}

.hover\:bg-gray-600\/35:hover {
  background-color: rgb(75 85 99 / 0.35);
}

.hover\:bg-gray-600\/40:hover {
  background-color: rgb(75 85 99 / 0.4);
}

.hover\:bg-gray-600\/45:hover {
  background-color: rgb(75 85 99 / 0.45);
}

.hover\:bg-gray-600\/5:hover {
  background-color: rgb(75 85 99 / 0.05);
}

.hover\:bg-gray-600\/50:hover {
  background-color: rgb(75 85 99 / 0.5);
}

.hover\:bg-gray-600\/55:hover {
  background-color: rgb(75 85 99 / 0.55);
}

.hover\:bg-gray-600\/60:hover {
  background-color: rgb(75 85 99 / 0.6);
}

.hover\:bg-gray-600\/65:hover {
  background-color: rgb(75 85 99 / 0.65);
}

.hover\:bg-gray-600\/70:hover {
  background-color: rgb(75 85 99 / 0.7);
}

.hover\:bg-gray-600\/75:hover {
  background-color: rgb(75 85 99 / 0.75);
}

.hover\:bg-gray-600\/80:hover {
  background-color: rgb(75 85 99 / 0.8);
}

.hover\:bg-gray-600\/85:hover {
  background-color: rgb(75 85 99 / 0.85);
}

.hover\:bg-gray-600\/90:hover {
  background-color: rgb(75 85 99 / 0.9);
}

.hover\:bg-gray-600\/95:hover {
  background-color: rgb(75 85 99 / 0.95);
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700\/0:hover {
  background-color: rgb(55 65 81 / 0);
}

.hover\:bg-gray-700\/10:hover {
  background-color: rgb(55 65 81 / 0.1);
}

.hover\:bg-gray-700\/100:hover {
  background-color: rgb(55 65 81 / 1);
}

.hover\:bg-gray-700\/15:hover {
  background-color: rgb(55 65 81 / 0.15);
}

.hover\:bg-gray-700\/20:hover {
  background-color: rgb(55 65 81 / 0.2);
}

.hover\:bg-gray-700\/25:hover {
  background-color: rgb(55 65 81 / 0.25);
}

.hover\:bg-gray-700\/30:hover {
  background-color: rgb(55 65 81 / 0.3);
}

.hover\:bg-gray-700\/35:hover {
  background-color: rgb(55 65 81 / 0.35);
}

.hover\:bg-gray-700\/40:hover {
  background-color: rgb(55 65 81 / 0.4);
}

.hover\:bg-gray-700\/45:hover {
  background-color: rgb(55 65 81 / 0.45);
}

.hover\:bg-gray-700\/5:hover {
  background-color: rgb(55 65 81 / 0.05);
}

.hover\:bg-gray-700\/50:hover {
  background-color: rgb(55 65 81 / 0.5);
}

.hover\:bg-gray-700\/55:hover {
  background-color: rgb(55 65 81 / 0.55);
}

.hover\:bg-gray-700\/60:hover {
  background-color: rgb(55 65 81 / 0.6);
}

.hover\:bg-gray-700\/65:hover {
  background-color: rgb(55 65 81 / 0.65);
}

.hover\:bg-gray-700\/70:hover {
  background-color: rgb(55 65 81 / 0.7);
}

.hover\:bg-gray-700\/75:hover {
  background-color: rgb(55 65 81 / 0.75);
}

.hover\:bg-gray-700\/80:hover {
  background-color: rgb(55 65 81 / 0.8);
}

.hover\:bg-gray-700\/85:hover {
  background-color: rgb(55 65 81 / 0.85);
}

.hover\:bg-gray-700\/90:hover {
  background-color: rgb(55 65 81 / 0.9);
}

.hover\:bg-gray-700\/95:hover {
  background-color: rgb(55 65 81 / 0.95);
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-800\/0:hover {
  background-color: rgb(31 41 55 / 0);
}

.hover\:bg-gray-800\/10:hover {
  background-color: rgb(31 41 55 / 0.1);
}

.hover\:bg-gray-800\/100:hover {
  background-color: rgb(31 41 55 / 1);
}

.hover\:bg-gray-800\/15:hover {
  background-color: rgb(31 41 55 / 0.15);
}

.hover\:bg-gray-800\/20:hover {
  background-color: rgb(31 41 55 / 0.2);
}

.hover\:bg-gray-800\/25:hover {
  background-color: rgb(31 41 55 / 0.25);
}

.hover\:bg-gray-800\/30:hover {
  background-color: rgb(31 41 55 / 0.3);
}

.hover\:bg-gray-800\/35:hover {
  background-color: rgb(31 41 55 / 0.35);
}

.hover\:bg-gray-800\/40:hover {
  background-color: rgb(31 41 55 / 0.4);
}

.hover\:bg-gray-800\/45:hover {
  background-color: rgb(31 41 55 / 0.45);
}

.hover\:bg-gray-800\/5:hover {
  background-color: rgb(31 41 55 / 0.05);
}

.hover\:bg-gray-800\/50:hover {
  background-color: rgb(31 41 55 / 0.5);
}

.hover\:bg-gray-800\/55:hover {
  background-color: rgb(31 41 55 / 0.55);
}

.hover\:bg-gray-800\/60:hover {
  background-color: rgb(31 41 55 / 0.6);
}

.hover\:bg-gray-800\/65:hover {
  background-color: rgb(31 41 55 / 0.65);
}

.hover\:bg-gray-800\/70:hover {
  background-color: rgb(31 41 55 / 0.7);
}

.hover\:bg-gray-800\/75:hover {
  background-color: rgb(31 41 55 / 0.75);
}

.hover\:bg-gray-800\/80:hover {
  background-color: rgb(31 41 55 / 0.8);
}

.hover\:bg-gray-800\/85:hover {
  background-color: rgb(31 41 55 / 0.85);
}

.hover\:bg-gray-800\/90:hover {
  background-color: rgb(31 41 55 / 0.9);
}

.hover\:bg-gray-800\/95:hover {
  background-color: rgb(31 41 55 / 0.95);
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-900\/0:hover {
  background-color: rgb(17 24 39 / 0);
}

.hover\:bg-gray-900\/10:hover {
  background-color: rgb(17 24 39 / 0.1);
}

.hover\:bg-gray-900\/100:hover {
  background-color: rgb(17 24 39 / 1);
}

.hover\:bg-gray-900\/15:hover {
  background-color: rgb(17 24 39 / 0.15);
}

.hover\:bg-gray-900\/20:hover {
  background-color: rgb(17 24 39 / 0.2);
}

.hover\:bg-gray-900\/25:hover {
  background-color: rgb(17 24 39 / 0.25);
}

.hover\:bg-gray-900\/30:hover {
  background-color: rgb(17 24 39 / 0.3);
}

.hover\:bg-gray-900\/35:hover {
  background-color: rgb(17 24 39 / 0.35);
}

.hover\:bg-gray-900\/40:hover {
  background-color: rgb(17 24 39 / 0.4);
}

.hover\:bg-gray-900\/45:hover {
  background-color: rgb(17 24 39 / 0.45);
}

.hover\:bg-gray-900\/5:hover {
  background-color: rgb(17 24 39 / 0.05);
}

.hover\:bg-gray-900\/50:hover {
  background-color: rgb(17 24 39 / 0.5);
}

.hover\:bg-gray-900\/55:hover {
  background-color: rgb(17 24 39 / 0.55);
}

.hover\:bg-gray-900\/60:hover {
  background-color: rgb(17 24 39 / 0.6);
}

.hover\:bg-gray-900\/65:hover {
  background-color: rgb(17 24 39 / 0.65);
}

.hover\:bg-gray-900\/70:hover {
  background-color: rgb(17 24 39 / 0.7);
}

.hover\:bg-gray-900\/75:hover {
  background-color: rgb(17 24 39 / 0.75);
}

.hover\:bg-gray-900\/80:hover {
  background-color: rgb(17 24 39 / 0.8);
}

.hover\:bg-gray-900\/85:hover {
  background-color: rgb(17 24 39 / 0.85);
}

.hover\:bg-gray-900\/90:hover {
  background-color: rgb(17 24 39 / 0.9);
}

.hover\:bg-gray-900\/95:hover {
  background-color: rgb(17 24 39 / 0.95);
}

.hover\:bg-gray-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-950\/0:hover {
  background-color: rgb(3 7 18 / 0);
}

.hover\:bg-gray-950\/10:hover {
  background-color: rgb(3 7 18 / 0.1);
}

.hover\:bg-gray-950\/100:hover {
  background-color: rgb(3 7 18 / 1);
}

.hover\:bg-gray-950\/15:hover {
  background-color: rgb(3 7 18 / 0.15);
}

.hover\:bg-gray-950\/20:hover {
  background-color: rgb(3 7 18 / 0.2);
}

.hover\:bg-gray-950\/25:hover {
  background-color: rgb(3 7 18 / 0.25);
}

.hover\:bg-gray-950\/30:hover {
  background-color: rgb(3 7 18 / 0.3);
}

.hover\:bg-gray-950\/35:hover {
  background-color: rgb(3 7 18 / 0.35);
}

.hover\:bg-gray-950\/40:hover {
  background-color: rgb(3 7 18 / 0.4);
}

.hover\:bg-gray-950\/45:hover {
  background-color: rgb(3 7 18 / 0.45);
}

.hover\:bg-gray-950\/5:hover {
  background-color: rgb(3 7 18 / 0.05);
}

.hover\:bg-gray-950\/50:hover {
  background-color: rgb(3 7 18 / 0.5);
}

.hover\:bg-gray-950\/55:hover {
  background-color: rgb(3 7 18 / 0.55);
}

.hover\:bg-gray-950\/60:hover {
  background-color: rgb(3 7 18 / 0.6);
}

.hover\:bg-gray-950\/65:hover {
  background-color: rgb(3 7 18 / 0.65);
}

.hover\:bg-gray-950\/70:hover {
  background-color: rgb(3 7 18 / 0.7);
}

.hover\:bg-gray-950\/75:hover {
  background-color: rgb(3 7 18 / 0.75);
}

.hover\:bg-gray-950\/80:hover {
  background-color: rgb(3 7 18 / 0.8);
}

.hover\:bg-gray-950\/85:hover {
  background-color: rgb(3 7 18 / 0.85);
}

.hover\:bg-gray-950\/90:hover {
  background-color: rgb(3 7 18 / 0.9);
}

.hover\:bg-gray-950\/95:hover {
  background-color: rgb(3 7 18 / 0.95);
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-100\/0:hover {
  background-color: rgb(220 252 231 / 0);
}

.hover\:bg-green-100\/10:hover {
  background-color: rgb(220 252 231 / 0.1);
}

.hover\:bg-green-100\/100:hover {
  background-color: rgb(220 252 231 / 1);
}

.hover\:bg-green-100\/15:hover {
  background-color: rgb(220 252 231 / 0.15);
}

.hover\:bg-green-100\/20:hover {
  background-color: rgb(220 252 231 / 0.2);
}

.hover\:bg-green-100\/25:hover {
  background-color: rgb(220 252 231 / 0.25);
}

.hover\:bg-green-100\/30:hover {
  background-color: rgb(220 252 231 / 0.3);
}

.hover\:bg-green-100\/35:hover {
  background-color: rgb(220 252 231 / 0.35);
}

.hover\:bg-green-100\/40:hover {
  background-color: rgb(220 252 231 / 0.4);
}

.hover\:bg-green-100\/45:hover {
  background-color: rgb(220 252 231 / 0.45);
}

.hover\:bg-green-100\/5:hover {
  background-color: rgb(220 252 231 / 0.05);
}

.hover\:bg-green-100\/50:hover {
  background-color: rgb(220 252 231 / 0.5);
}

.hover\:bg-green-100\/55:hover {
  background-color: rgb(220 252 231 / 0.55);
}

.hover\:bg-green-100\/60:hover {
  background-color: rgb(220 252 231 / 0.6);
}

.hover\:bg-green-100\/65:hover {
  background-color: rgb(220 252 231 / 0.65);
}

.hover\:bg-green-100\/70:hover {
  background-color: rgb(220 252 231 / 0.7);
}

.hover\:bg-green-100\/75:hover {
  background-color: rgb(220 252 231 / 0.75);
}

.hover\:bg-green-100\/80:hover {
  background-color: rgb(220 252 231 / 0.8);
}

.hover\:bg-green-100\/85:hover {
  background-color: rgb(220 252 231 / 0.85);
}

.hover\:bg-green-100\/90:hover {
  background-color: rgb(220 252 231 / 0.9);
}

.hover\:bg-green-100\/95:hover {
  background-color: rgb(220 252 231 / 0.95);
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-200\/0:hover {
  background-color: rgb(187 247 208 / 0);
}

.hover\:bg-green-200\/10:hover {
  background-color: rgb(187 247 208 / 0.1);
}

.hover\:bg-green-200\/100:hover {
  background-color: rgb(187 247 208 / 1);
}

.hover\:bg-green-200\/15:hover {
  background-color: rgb(187 247 208 / 0.15);
}

.hover\:bg-green-200\/20:hover {
  background-color: rgb(187 247 208 / 0.2);
}

.hover\:bg-green-200\/25:hover {
  background-color: rgb(187 247 208 / 0.25);
}

.hover\:bg-green-200\/30:hover {
  background-color: rgb(187 247 208 / 0.3);
}

.hover\:bg-green-200\/35:hover {
  background-color: rgb(187 247 208 / 0.35);
}

.hover\:bg-green-200\/40:hover {
  background-color: rgb(187 247 208 / 0.4);
}

.hover\:bg-green-200\/45:hover {
  background-color: rgb(187 247 208 / 0.45);
}

.hover\:bg-green-200\/5:hover {
  background-color: rgb(187 247 208 / 0.05);
}

.hover\:bg-green-200\/50:hover {
  background-color: rgb(187 247 208 / 0.5);
}

.hover\:bg-green-200\/55:hover {
  background-color: rgb(187 247 208 / 0.55);
}

.hover\:bg-green-200\/60:hover {
  background-color: rgb(187 247 208 / 0.6);
}

.hover\:bg-green-200\/65:hover {
  background-color: rgb(187 247 208 / 0.65);
}

.hover\:bg-green-200\/70:hover {
  background-color: rgb(187 247 208 / 0.7);
}

.hover\:bg-green-200\/75:hover {
  background-color: rgb(187 247 208 / 0.75);
}

.hover\:bg-green-200\/80:hover {
  background-color: rgb(187 247 208 / 0.8);
}

.hover\:bg-green-200\/85:hover {
  background-color: rgb(187 247 208 / 0.85);
}

.hover\:bg-green-200\/90:hover {
  background-color: rgb(187 247 208 / 0.9);
}

.hover\:bg-green-200\/95:hover {
  background-color: rgb(187 247 208 / 0.95);
}

.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-300\/0:hover {
  background-color: rgb(134 239 172 / 0);
}

.hover\:bg-green-300\/10:hover {
  background-color: rgb(134 239 172 / 0.1);
}

.hover\:bg-green-300\/100:hover {
  background-color: rgb(134 239 172 / 1);
}

.hover\:bg-green-300\/15:hover {
  background-color: rgb(134 239 172 / 0.15);
}

.hover\:bg-green-300\/20:hover {
  background-color: rgb(134 239 172 / 0.2);
}

.hover\:bg-green-300\/25:hover {
  background-color: rgb(134 239 172 / 0.25);
}

.hover\:bg-green-300\/30:hover {
  background-color: rgb(134 239 172 / 0.3);
}

.hover\:bg-green-300\/35:hover {
  background-color: rgb(134 239 172 / 0.35);
}

.hover\:bg-green-300\/40:hover {
  background-color: rgb(134 239 172 / 0.4);
}

.hover\:bg-green-300\/45:hover {
  background-color: rgb(134 239 172 / 0.45);
}

.hover\:bg-green-300\/5:hover {
  background-color: rgb(134 239 172 / 0.05);
}

.hover\:bg-green-300\/50:hover {
  background-color: rgb(134 239 172 / 0.5);
}

.hover\:bg-green-300\/55:hover {
  background-color: rgb(134 239 172 / 0.55);
}

.hover\:bg-green-300\/60:hover {
  background-color: rgb(134 239 172 / 0.6);
}

.hover\:bg-green-300\/65:hover {
  background-color: rgb(134 239 172 / 0.65);
}

.hover\:bg-green-300\/70:hover {
  background-color: rgb(134 239 172 / 0.7);
}

.hover\:bg-green-300\/75:hover {
  background-color: rgb(134 239 172 / 0.75);
}

.hover\:bg-green-300\/80:hover {
  background-color: rgb(134 239 172 / 0.8);
}

.hover\:bg-green-300\/85:hover {
  background-color: rgb(134 239 172 / 0.85);
}

.hover\:bg-green-300\/90:hover {
  background-color: rgb(134 239 172 / 0.9);
}

.hover\:bg-green-300\/95:hover {
  background-color: rgb(134 239 172 / 0.95);
}

.hover\:bg-green-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-400\/0:hover {
  background-color: rgb(74 222 128 / 0);
}

.hover\:bg-green-400\/10:hover {
  background-color: rgb(74 222 128 / 0.1);
}

.hover\:bg-green-400\/100:hover {
  background-color: rgb(74 222 128 / 1);
}

.hover\:bg-green-400\/15:hover {
  background-color: rgb(74 222 128 / 0.15);
}

.hover\:bg-green-400\/20:hover {
  background-color: rgb(74 222 128 / 0.2);
}

.hover\:bg-green-400\/25:hover {
  background-color: rgb(74 222 128 / 0.25);
}

.hover\:bg-green-400\/30:hover {
  background-color: rgb(74 222 128 / 0.3);
}

.hover\:bg-green-400\/35:hover {
  background-color: rgb(74 222 128 / 0.35);
}

.hover\:bg-green-400\/40:hover {
  background-color: rgb(74 222 128 / 0.4);
}

.hover\:bg-green-400\/45:hover {
  background-color: rgb(74 222 128 / 0.45);
}

.hover\:bg-green-400\/5:hover {
  background-color: rgb(74 222 128 / 0.05);
}

.hover\:bg-green-400\/50:hover {
  background-color: rgb(74 222 128 / 0.5);
}

.hover\:bg-green-400\/55:hover {
  background-color: rgb(74 222 128 / 0.55);
}

.hover\:bg-green-400\/60:hover {
  background-color: rgb(74 222 128 / 0.6);
}

.hover\:bg-green-400\/65:hover {
  background-color: rgb(74 222 128 / 0.65);
}

.hover\:bg-green-400\/70:hover {
  background-color: rgb(74 222 128 / 0.7);
}

.hover\:bg-green-400\/75:hover {
  background-color: rgb(74 222 128 / 0.75);
}

.hover\:bg-green-400\/80:hover {
  background-color: rgb(74 222 128 / 0.8);
}

.hover\:bg-green-400\/85:hover {
  background-color: rgb(74 222 128 / 0.85);
}

.hover\:bg-green-400\/90:hover {
  background-color: rgb(74 222 128 / 0.9);
}

.hover\:bg-green-400\/95:hover {
  background-color: rgb(74 222 128 / 0.95);
}

.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-50\/0:hover {
  background-color: rgb(240 253 244 / 0);
}

.hover\:bg-green-50\/10:hover {
  background-color: rgb(240 253 244 / 0.1);
}

.hover\:bg-green-50\/100:hover {
  background-color: rgb(240 253 244 / 1);
}

.hover\:bg-green-50\/15:hover {
  background-color: rgb(240 253 244 / 0.15);
}

.hover\:bg-green-50\/20:hover {
  background-color: rgb(240 253 244 / 0.2);
}

.hover\:bg-green-50\/25:hover {
  background-color: rgb(240 253 244 / 0.25);
}

.hover\:bg-green-50\/30:hover {
  background-color: rgb(240 253 244 / 0.3);
}

.hover\:bg-green-50\/35:hover {
  background-color: rgb(240 253 244 / 0.35);
}

.hover\:bg-green-50\/40:hover {
  background-color: rgb(240 253 244 / 0.4);
}

.hover\:bg-green-50\/45:hover {
  background-color: rgb(240 253 244 / 0.45);
}

.hover\:bg-green-50\/5:hover {
  background-color: rgb(240 253 244 / 0.05);
}

.hover\:bg-green-50\/50:hover {
  background-color: rgb(240 253 244 / 0.5);
}

.hover\:bg-green-50\/55:hover {
  background-color: rgb(240 253 244 / 0.55);
}

.hover\:bg-green-50\/60:hover {
  background-color: rgb(240 253 244 / 0.6);
}

.hover\:bg-green-50\/65:hover {
  background-color: rgb(240 253 244 / 0.65);
}

.hover\:bg-green-50\/70:hover {
  background-color: rgb(240 253 244 / 0.7);
}

.hover\:bg-green-50\/75:hover {
  background-color: rgb(240 253 244 / 0.75);
}

.hover\:bg-green-50\/80:hover {
  background-color: rgb(240 253 244 / 0.8);
}

.hover\:bg-green-50\/85:hover {
  background-color: rgb(240 253 244 / 0.85);
}

.hover\:bg-green-50\/90:hover {
  background-color: rgb(240 253 244 / 0.9);
}

.hover\:bg-green-50\/95:hover {
  background-color: rgb(240 253 244 / 0.95);
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-500\/0:hover {
  background-color: rgb(34 197 94 / 0);
}

.hover\:bg-green-500\/10:hover {
  background-color: rgb(34 197 94 / 0.1);
}

.hover\:bg-green-500\/100:hover {
  background-color: rgb(34 197 94 / 1);
}

.hover\:bg-green-500\/15:hover {
  background-color: rgb(34 197 94 / 0.15);
}

.hover\:bg-green-500\/20:hover {
  background-color: rgb(34 197 94 / 0.2);
}

.hover\:bg-green-500\/25:hover {
  background-color: rgb(34 197 94 / 0.25);
}

.hover\:bg-green-500\/30:hover {
  background-color: rgb(34 197 94 / 0.3);
}

.hover\:bg-green-500\/35:hover {
  background-color: rgb(34 197 94 / 0.35);
}

.hover\:bg-green-500\/40:hover {
  background-color: rgb(34 197 94 / 0.4);
}

.hover\:bg-green-500\/45:hover {
  background-color: rgb(34 197 94 / 0.45);
}

.hover\:bg-green-500\/5:hover {
  background-color: rgb(34 197 94 / 0.05);
}

.hover\:bg-green-500\/50:hover {
  background-color: rgb(34 197 94 / 0.5);
}

.hover\:bg-green-500\/55:hover {
  background-color: rgb(34 197 94 / 0.55);
}

.hover\:bg-green-500\/60:hover {
  background-color: rgb(34 197 94 / 0.6);
}

.hover\:bg-green-500\/65:hover {
  background-color: rgb(34 197 94 / 0.65);
}

.hover\:bg-green-500\/70:hover {
  background-color: rgb(34 197 94 / 0.7);
}

.hover\:bg-green-500\/75:hover {
  background-color: rgb(34 197 94 / 0.75);
}

.hover\:bg-green-500\/80:hover {
  background-color: rgb(34 197 94 / 0.8);
}

.hover\:bg-green-500\/85:hover {
  background-color: rgb(34 197 94 / 0.85);
}

.hover\:bg-green-500\/90:hover {
  background-color: rgb(34 197 94 / 0.9);
}

.hover\:bg-green-500\/95:hover {
  background-color: rgb(34 197 94 / 0.95);
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-600\/0:hover {
  background-color: rgb(22 163 74 / 0);
}

.hover\:bg-green-600\/10:hover {
  background-color: rgb(22 163 74 / 0.1);
}

.hover\:bg-green-600\/100:hover {
  background-color: rgb(22 163 74 / 1);
}

.hover\:bg-green-600\/15:hover {
  background-color: rgb(22 163 74 / 0.15);
}

.hover\:bg-green-600\/20:hover {
  background-color: rgb(22 163 74 / 0.2);
}

.hover\:bg-green-600\/25:hover {
  background-color: rgb(22 163 74 / 0.25);
}

.hover\:bg-green-600\/30:hover {
  background-color: rgb(22 163 74 / 0.3);
}

.hover\:bg-green-600\/35:hover {
  background-color: rgb(22 163 74 / 0.35);
}

.hover\:bg-green-600\/40:hover {
  background-color: rgb(22 163 74 / 0.4);
}

.hover\:bg-green-600\/45:hover {
  background-color: rgb(22 163 74 / 0.45);
}

.hover\:bg-green-600\/5:hover {
  background-color: rgb(22 163 74 / 0.05);
}

.hover\:bg-green-600\/50:hover {
  background-color: rgb(22 163 74 / 0.5);
}

.hover\:bg-green-600\/55:hover {
  background-color: rgb(22 163 74 / 0.55);
}

.hover\:bg-green-600\/60:hover {
  background-color: rgb(22 163 74 / 0.6);
}

.hover\:bg-green-600\/65:hover {
  background-color: rgb(22 163 74 / 0.65);
}

.hover\:bg-green-600\/70:hover {
  background-color: rgb(22 163 74 / 0.7);
}

.hover\:bg-green-600\/75:hover {
  background-color: rgb(22 163 74 / 0.75);
}

.hover\:bg-green-600\/80:hover {
  background-color: rgb(22 163 74 / 0.8);
}

.hover\:bg-green-600\/85:hover {
  background-color: rgb(22 163 74 / 0.85);
}

.hover\:bg-green-600\/90:hover {
  background-color: rgb(22 163 74 / 0.9);
}

.hover\:bg-green-600\/95:hover {
  background-color: rgb(22 163 74 / 0.95);
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700\/0:hover {
  background-color: rgb(21 128 61 / 0);
}

.hover\:bg-green-700\/10:hover {
  background-color: rgb(21 128 61 / 0.1);
}

.hover\:bg-green-700\/100:hover {
  background-color: rgb(21 128 61 / 1);
}

.hover\:bg-green-700\/15:hover {
  background-color: rgb(21 128 61 / 0.15);
}

.hover\:bg-green-700\/20:hover {
  background-color: rgb(21 128 61 / 0.2);
}

.hover\:bg-green-700\/25:hover {
  background-color: rgb(21 128 61 / 0.25);
}

.hover\:bg-green-700\/30:hover {
  background-color: rgb(21 128 61 / 0.3);
}

.hover\:bg-green-700\/35:hover {
  background-color: rgb(21 128 61 / 0.35);
}

.hover\:bg-green-700\/40:hover {
  background-color: rgb(21 128 61 / 0.4);
}

.hover\:bg-green-700\/45:hover {
  background-color: rgb(21 128 61 / 0.45);
}

.hover\:bg-green-700\/5:hover {
  background-color: rgb(21 128 61 / 0.05);
}

.hover\:bg-green-700\/50:hover {
  background-color: rgb(21 128 61 / 0.5);
}

.hover\:bg-green-700\/55:hover {
  background-color: rgb(21 128 61 / 0.55);
}

.hover\:bg-green-700\/60:hover {
  background-color: rgb(21 128 61 / 0.6);
}

.hover\:bg-green-700\/65:hover {
  background-color: rgb(21 128 61 / 0.65);
}

.hover\:bg-green-700\/70:hover {
  background-color: rgb(21 128 61 / 0.7);
}

.hover\:bg-green-700\/75:hover {
  background-color: rgb(21 128 61 / 0.75);
}

.hover\:bg-green-700\/80:hover {
  background-color: rgb(21 128 61 / 0.8);
}

.hover\:bg-green-700\/85:hover {
  background-color: rgb(21 128 61 / 0.85);
}

.hover\:bg-green-700\/90:hover {
  background-color: rgb(21 128 61 / 0.9);
}

.hover\:bg-green-700\/95:hover {
  background-color: rgb(21 128 61 / 0.95);
}

.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-800\/0:hover {
  background-color: rgb(22 101 52 / 0);
}

.hover\:bg-green-800\/10:hover {
  background-color: rgb(22 101 52 / 0.1);
}

.hover\:bg-green-800\/100:hover {
  background-color: rgb(22 101 52 / 1);
}

.hover\:bg-green-800\/15:hover {
  background-color: rgb(22 101 52 / 0.15);
}

.hover\:bg-green-800\/20:hover {
  background-color: rgb(22 101 52 / 0.2);
}

.hover\:bg-green-800\/25:hover {
  background-color: rgb(22 101 52 / 0.25);
}

.hover\:bg-green-800\/30:hover {
  background-color: rgb(22 101 52 / 0.3);
}

.hover\:bg-green-800\/35:hover {
  background-color: rgb(22 101 52 / 0.35);
}

.hover\:bg-green-800\/40:hover {
  background-color: rgb(22 101 52 / 0.4);
}

.hover\:bg-green-800\/45:hover {
  background-color: rgb(22 101 52 / 0.45);
}

.hover\:bg-green-800\/5:hover {
  background-color: rgb(22 101 52 / 0.05);
}

.hover\:bg-green-800\/50:hover {
  background-color: rgb(22 101 52 / 0.5);
}

.hover\:bg-green-800\/55:hover {
  background-color: rgb(22 101 52 / 0.55);
}

.hover\:bg-green-800\/60:hover {
  background-color: rgb(22 101 52 / 0.6);
}

.hover\:bg-green-800\/65:hover {
  background-color: rgb(22 101 52 / 0.65);
}

.hover\:bg-green-800\/70:hover {
  background-color: rgb(22 101 52 / 0.7);
}

.hover\:bg-green-800\/75:hover {
  background-color: rgb(22 101 52 / 0.75);
}

.hover\:bg-green-800\/80:hover {
  background-color: rgb(22 101 52 / 0.8);
}

.hover\:bg-green-800\/85:hover {
  background-color: rgb(22 101 52 / 0.85);
}

.hover\:bg-green-800\/90:hover {
  background-color: rgb(22 101 52 / 0.9);
}

.hover\:bg-green-800\/95:hover {
  background-color: rgb(22 101 52 / 0.95);
}

.hover\:bg-green-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-900\/0:hover {
  background-color: rgb(20 83 45 / 0);
}

.hover\:bg-green-900\/10:hover {
  background-color: rgb(20 83 45 / 0.1);
}

.hover\:bg-green-900\/100:hover {
  background-color: rgb(20 83 45 / 1);
}

.hover\:bg-green-900\/15:hover {
  background-color: rgb(20 83 45 / 0.15);
}

.hover\:bg-green-900\/20:hover {
  background-color: rgb(20 83 45 / 0.2);
}

.hover\:bg-green-900\/25:hover {
  background-color: rgb(20 83 45 / 0.25);
}

.hover\:bg-green-900\/30:hover {
  background-color: rgb(20 83 45 / 0.3);
}

.hover\:bg-green-900\/35:hover {
  background-color: rgb(20 83 45 / 0.35);
}

.hover\:bg-green-900\/40:hover {
  background-color: rgb(20 83 45 / 0.4);
}

.hover\:bg-green-900\/45:hover {
  background-color: rgb(20 83 45 / 0.45);
}

.hover\:bg-green-900\/5:hover {
  background-color: rgb(20 83 45 / 0.05);
}

.hover\:bg-green-900\/50:hover {
  background-color: rgb(20 83 45 / 0.5);
}

.hover\:bg-green-900\/55:hover {
  background-color: rgb(20 83 45 / 0.55);
}

.hover\:bg-green-900\/60:hover {
  background-color: rgb(20 83 45 / 0.6);
}

.hover\:bg-green-900\/65:hover {
  background-color: rgb(20 83 45 / 0.65);
}

.hover\:bg-green-900\/70:hover {
  background-color: rgb(20 83 45 / 0.7);
}

.hover\:bg-green-900\/75:hover {
  background-color: rgb(20 83 45 / 0.75);
}

.hover\:bg-green-900\/80:hover {
  background-color: rgb(20 83 45 / 0.8);
}

.hover\:bg-green-900\/85:hover {
  background-color: rgb(20 83 45 / 0.85);
}

.hover\:bg-green-900\/90:hover {
  background-color: rgb(20 83 45 / 0.9);
}

.hover\:bg-green-900\/95:hover {
  background-color: rgb(20 83 45 / 0.95);
}

.hover\:bg-green-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-950\/0:hover {
  background-color: rgb(5 46 22 / 0);
}

.hover\:bg-green-950\/10:hover {
  background-color: rgb(5 46 22 / 0.1);
}

.hover\:bg-green-950\/100:hover {
  background-color: rgb(5 46 22 / 1);
}

.hover\:bg-green-950\/15:hover {
  background-color: rgb(5 46 22 / 0.15);
}

.hover\:bg-green-950\/20:hover {
  background-color: rgb(5 46 22 / 0.2);
}

.hover\:bg-green-950\/25:hover {
  background-color: rgb(5 46 22 / 0.25);
}

.hover\:bg-green-950\/30:hover {
  background-color: rgb(5 46 22 / 0.3);
}

.hover\:bg-green-950\/35:hover {
  background-color: rgb(5 46 22 / 0.35);
}

.hover\:bg-green-950\/40:hover {
  background-color: rgb(5 46 22 / 0.4);
}

.hover\:bg-green-950\/45:hover {
  background-color: rgb(5 46 22 / 0.45);
}

.hover\:bg-green-950\/5:hover {
  background-color: rgb(5 46 22 / 0.05);
}

.hover\:bg-green-950\/50:hover {
  background-color: rgb(5 46 22 / 0.5);
}

.hover\:bg-green-950\/55:hover {
  background-color: rgb(5 46 22 / 0.55);
}

.hover\:bg-green-950\/60:hover {
  background-color: rgb(5 46 22 / 0.6);
}

.hover\:bg-green-950\/65:hover {
  background-color: rgb(5 46 22 / 0.65);
}

.hover\:bg-green-950\/70:hover {
  background-color: rgb(5 46 22 / 0.7);
}

.hover\:bg-green-950\/75:hover {
  background-color: rgb(5 46 22 / 0.75);
}

.hover\:bg-green-950\/80:hover {
  background-color: rgb(5 46 22 / 0.8);
}

.hover\:bg-green-950\/85:hover {
  background-color: rgb(5 46 22 / 0.85);
}

.hover\:bg-green-950\/90:hover {
  background-color: rgb(5 46 22 / 0.9);
}

.hover\:bg-green-950\/95:hover {
  background-color: rgb(5 46 22 / 0.95);
}

.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-100\/0:hover {
  background-color: rgb(224 231 255 / 0);
}

.hover\:bg-indigo-100\/10:hover {
  background-color: rgb(224 231 255 / 0.1);
}

.hover\:bg-indigo-100\/100:hover {
  background-color: rgb(224 231 255 / 1);
}

.hover\:bg-indigo-100\/15:hover {
  background-color: rgb(224 231 255 / 0.15);
}

.hover\:bg-indigo-100\/20:hover {
  background-color: rgb(224 231 255 / 0.2);
}

.hover\:bg-indigo-100\/25:hover {
  background-color: rgb(224 231 255 / 0.25);
}

.hover\:bg-indigo-100\/30:hover {
  background-color: rgb(224 231 255 / 0.3);
}

.hover\:bg-indigo-100\/35:hover {
  background-color: rgb(224 231 255 / 0.35);
}

.hover\:bg-indigo-100\/40:hover {
  background-color: rgb(224 231 255 / 0.4);
}

.hover\:bg-indigo-100\/45:hover {
  background-color: rgb(224 231 255 / 0.45);
}

.hover\:bg-indigo-100\/5:hover {
  background-color: rgb(224 231 255 / 0.05);
}

.hover\:bg-indigo-100\/50:hover {
  background-color: rgb(224 231 255 / 0.5);
}

.hover\:bg-indigo-100\/55:hover {
  background-color: rgb(224 231 255 / 0.55);
}

.hover\:bg-indigo-100\/60:hover {
  background-color: rgb(224 231 255 / 0.6);
}

.hover\:bg-indigo-100\/65:hover {
  background-color: rgb(224 231 255 / 0.65);
}

.hover\:bg-indigo-100\/70:hover {
  background-color: rgb(224 231 255 / 0.7);
}

.hover\:bg-indigo-100\/75:hover {
  background-color: rgb(224 231 255 / 0.75);
}

.hover\:bg-indigo-100\/80:hover {
  background-color: rgb(224 231 255 / 0.8);
}

.hover\:bg-indigo-100\/85:hover {
  background-color: rgb(224 231 255 / 0.85);
}

.hover\:bg-indigo-100\/90:hover {
  background-color: rgb(224 231 255 / 0.9);
}

.hover\:bg-indigo-100\/95:hover {
  background-color: rgb(224 231 255 / 0.95);
}

.hover\:bg-indigo-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-200\/0:hover {
  background-color: rgb(199 210 254 / 0);
}

.hover\:bg-indigo-200\/10:hover {
  background-color: rgb(199 210 254 / 0.1);
}

.hover\:bg-indigo-200\/100:hover {
  background-color: rgb(199 210 254 / 1);
}

.hover\:bg-indigo-200\/15:hover {
  background-color: rgb(199 210 254 / 0.15);
}

.hover\:bg-indigo-200\/20:hover {
  background-color: rgb(199 210 254 / 0.2);
}

.hover\:bg-indigo-200\/25:hover {
  background-color: rgb(199 210 254 / 0.25);
}

.hover\:bg-indigo-200\/30:hover {
  background-color: rgb(199 210 254 / 0.3);
}

.hover\:bg-indigo-200\/35:hover {
  background-color: rgb(199 210 254 / 0.35);
}

.hover\:bg-indigo-200\/40:hover {
  background-color: rgb(199 210 254 / 0.4);
}

.hover\:bg-indigo-200\/45:hover {
  background-color: rgb(199 210 254 / 0.45);
}

.hover\:bg-indigo-200\/5:hover {
  background-color: rgb(199 210 254 / 0.05);
}

.hover\:bg-indigo-200\/50:hover {
  background-color: rgb(199 210 254 / 0.5);
}

.hover\:bg-indigo-200\/55:hover {
  background-color: rgb(199 210 254 / 0.55);
}

.hover\:bg-indigo-200\/60:hover {
  background-color: rgb(199 210 254 / 0.6);
}

.hover\:bg-indigo-200\/65:hover {
  background-color: rgb(199 210 254 / 0.65);
}

.hover\:bg-indigo-200\/70:hover {
  background-color: rgb(199 210 254 / 0.7);
}

.hover\:bg-indigo-200\/75:hover {
  background-color: rgb(199 210 254 / 0.75);
}

.hover\:bg-indigo-200\/80:hover {
  background-color: rgb(199 210 254 / 0.8);
}

.hover\:bg-indigo-200\/85:hover {
  background-color: rgb(199 210 254 / 0.85);
}

.hover\:bg-indigo-200\/90:hover {
  background-color: rgb(199 210 254 / 0.9);
}

.hover\:bg-indigo-200\/95:hover {
  background-color: rgb(199 210 254 / 0.95);
}

.hover\:bg-indigo-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-300\/0:hover {
  background-color: rgb(165 180 252 / 0);
}

.hover\:bg-indigo-300\/10:hover {
  background-color: rgb(165 180 252 / 0.1);
}

.hover\:bg-indigo-300\/100:hover {
  background-color: rgb(165 180 252 / 1);
}

.hover\:bg-indigo-300\/15:hover {
  background-color: rgb(165 180 252 / 0.15);
}

.hover\:bg-indigo-300\/20:hover {
  background-color: rgb(165 180 252 / 0.2);
}

.hover\:bg-indigo-300\/25:hover {
  background-color: rgb(165 180 252 / 0.25);
}

.hover\:bg-indigo-300\/30:hover {
  background-color: rgb(165 180 252 / 0.3);
}

.hover\:bg-indigo-300\/35:hover {
  background-color: rgb(165 180 252 / 0.35);
}

.hover\:bg-indigo-300\/40:hover {
  background-color: rgb(165 180 252 / 0.4);
}

.hover\:bg-indigo-300\/45:hover {
  background-color: rgb(165 180 252 / 0.45);
}

.hover\:bg-indigo-300\/5:hover {
  background-color: rgb(165 180 252 / 0.05);
}

.hover\:bg-indigo-300\/50:hover {
  background-color: rgb(165 180 252 / 0.5);
}

.hover\:bg-indigo-300\/55:hover {
  background-color: rgb(165 180 252 / 0.55);
}

.hover\:bg-indigo-300\/60:hover {
  background-color: rgb(165 180 252 / 0.6);
}

.hover\:bg-indigo-300\/65:hover {
  background-color: rgb(165 180 252 / 0.65);
}

.hover\:bg-indigo-300\/70:hover {
  background-color: rgb(165 180 252 / 0.7);
}

.hover\:bg-indigo-300\/75:hover {
  background-color: rgb(165 180 252 / 0.75);
}

.hover\:bg-indigo-300\/80:hover {
  background-color: rgb(165 180 252 / 0.8);
}

.hover\:bg-indigo-300\/85:hover {
  background-color: rgb(165 180 252 / 0.85);
}

.hover\:bg-indigo-300\/90:hover {
  background-color: rgb(165 180 252 / 0.9);
}

.hover\:bg-indigo-300\/95:hover {
  background-color: rgb(165 180 252 / 0.95);
}

.hover\:bg-indigo-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-400\/0:hover {
  background-color: rgb(129 140 248 / 0);
}

.hover\:bg-indigo-400\/10:hover {
  background-color: rgb(129 140 248 / 0.1);
}

.hover\:bg-indigo-400\/100:hover {
  background-color: rgb(129 140 248 / 1);
}

.hover\:bg-indigo-400\/15:hover {
  background-color: rgb(129 140 248 / 0.15);
}

.hover\:bg-indigo-400\/20:hover {
  background-color: rgb(129 140 248 / 0.2);
}

.hover\:bg-indigo-400\/25:hover {
  background-color: rgb(129 140 248 / 0.25);
}

.hover\:bg-indigo-400\/30:hover {
  background-color: rgb(129 140 248 / 0.3);
}

.hover\:bg-indigo-400\/35:hover {
  background-color: rgb(129 140 248 / 0.35);
}

.hover\:bg-indigo-400\/40:hover {
  background-color: rgb(129 140 248 / 0.4);
}

.hover\:bg-indigo-400\/45:hover {
  background-color: rgb(129 140 248 / 0.45);
}

.hover\:bg-indigo-400\/5:hover {
  background-color: rgb(129 140 248 / 0.05);
}

.hover\:bg-indigo-400\/50:hover {
  background-color: rgb(129 140 248 / 0.5);
}

.hover\:bg-indigo-400\/55:hover {
  background-color: rgb(129 140 248 / 0.55);
}

.hover\:bg-indigo-400\/60:hover {
  background-color: rgb(129 140 248 / 0.6);
}

.hover\:bg-indigo-400\/65:hover {
  background-color: rgb(129 140 248 / 0.65);
}

.hover\:bg-indigo-400\/70:hover {
  background-color: rgb(129 140 248 / 0.7);
}

.hover\:bg-indigo-400\/75:hover {
  background-color: rgb(129 140 248 / 0.75);
}

.hover\:bg-indigo-400\/80:hover {
  background-color: rgb(129 140 248 / 0.8);
}

.hover\:bg-indigo-400\/85:hover {
  background-color: rgb(129 140 248 / 0.85);
}

.hover\:bg-indigo-400\/90:hover {
  background-color: rgb(129 140 248 / 0.9);
}

.hover\:bg-indigo-400\/95:hover {
  background-color: rgb(129 140 248 / 0.95);
}

.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-50\/0:hover {
  background-color: rgb(238 242 255 / 0);
}

.hover\:bg-indigo-50\/10:hover {
  background-color: rgb(238 242 255 / 0.1);
}

.hover\:bg-indigo-50\/100:hover {
  background-color: rgb(238 242 255 / 1);
}

.hover\:bg-indigo-50\/15:hover {
  background-color: rgb(238 242 255 / 0.15);
}

.hover\:bg-indigo-50\/20:hover {
  background-color: rgb(238 242 255 / 0.2);
}

.hover\:bg-indigo-50\/25:hover {
  background-color: rgb(238 242 255 / 0.25);
}

.hover\:bg-indigo-50\/30:hover {
  background-color: rgb(238 242 255 / 0.3);
}

.hover\:bg-indigo-50\/35:hover {
  background-color: rgb(238 242 255 / 0.35);
}

.hover\:bg-indigo-50\/40:hover {
  background-color: rgb(238 242 255 / 0.4);
}

.hover\:bg-indigo-50\/45:hover {
  background-color: rgb(238 242 255 / 0.45);
}

.hover\:bg-indigo-50\/5:hover {
  background-color: rgb(238 242 255 / 0.05);
}

.hover\:bg-indigo-50\/50:hover {
  background-color: rgb(238 242 255 / 0.5);
}

.hover\:bg-indigo-50\/55:hover {
  background-color: rgb(238 242 255 / 0.55);
}

.hover\:bg-indigo-50\/60:hover {
  background-color: rgb(238 242 255 / 0.6);
}

.hover\:bg-indigo-50\/65:hover {
  background-color: rgb(238 242 255 / 0.65);
}

.hover\:bg-indigo-50\/70:hover {
  background-color: rgb(238 242 255 / 0.7);
}

.hover\:bg-indigo-50\/75:hover {
  background-color: rgb(238 242 255 / 0.75);
}

.hover\:bg-indigo-50\/80:hover {
  background-color: rgb(238 242 255 / 0.8);
}

.hover\:bg-indigo-50\/85:hover {
  background-color: rgb(238 242 255 / 0.85);
}

.hover\:bg-indigo-50\/90:hover {
  background-color: rgb(238 242 255 / 0.9);
}

.hover\:bg-indigo-50\/95:hover {
  background-color: rgb(238 242 255 / 0.95);
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-500\/0:hover {
  background-color: rgb(99 102 241 / 0);
}

.hover\:bg-indigo-500\/10:hover {
  background-color: rgb(99 102 241 / 0.1);
}

.hover\:bg-indigo-500\/100:hover {
  background-color: rgb(99 102 241 / 1);
}

.hover\:bg-indigo-500\/15:hover {
  background-color: rgb(99 102 241 / 0.15);
}

.hover\:bg-indigo-500\/20:hover {
  background-color: rgb(99 102 241 / 0.2);
}

.hover\:bg-indigo-500\/25:hover {
  background-color: rgb(99 102 241 / 0.25);
}

.hover\:bg-indigo-500\/30:hover {
  background-color: rgb(99 102 241 / 0.3);
}

.hover\:bg-indigo-500\/35:hover {
  background-color: rgb(99 102 241 / 0.35);
}

.hover\:bg-indigo-500\/40:hover {
  background-color: rgb(99 102 241 / 0.4);
}

.hover\:bg-indigo-500\/45:hover {
  background-color: rgb(99 102 241 / 0.45);
}

.hover\:bg-indigo-500\/5:hover {
  background-color: rgb(99 102 241 / 0.05);
}

.hover\:bg-indigo-500\/50:hover {
  background-color: rgb(99 102 241 / 0.5);
}

.hover\:bg-indigo-500\/55:hover {
  background-color: rgb(99 102 241 / 0.55);
}

.hover\:bg-indigo-500\/60:hover {
  background-color: rgb(99 102 241 / 0.6);
}

.hover\:bg-indigo-500\/65:hover {
  background-color: rgb(99 102 241 / 0.65);
}

.hover\:bg-indigo-500\/70:hover {
  background-color: rgb(99 102 241 / 0.7);
}

.hover\:bg-indigo-500\/75:hover {
  background-color: rgb(99 102 241 / 0.75);
}

.hover\:bg-indigo-500\/80:hover {
  background-color: rgb(99 102 241 / 0.8);
}

.hover\:bg-indigo-500\/85:hover {
  background-color: rgb(99 102 241 / 0.85);
}

.hover\:bg-indigo-500\/90:hover {
  background-color: rgb(99 102 241 / 0.9);
}

.hover\:bg-indigo-500\/95:hover {
  background-color: rgb(99 102 241 / 0.95);
}

.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-600\/0:hover {
  background-color: rgb(79 70 229 / 0);
}

.hover\:bg-indigo-600\/10:hover {
  background-color: rgb(79 70 229 / 0.1);
}

.hover\:bg-indigo-600\/100:hover {
  background-color: rgb(79 70 229 / 1);
}

.hover\:bg-indigo-600\/15:hover {
  background-color: rgb(79 70 229 / 0.15);
}

.hover\:bg-indigo-600\/20:hover {
  background-color: rgb(79 70 229 / 0.2);
}

.hover\:bg-indigo-600\/25:hover {
  background-color: rgb(79 70 229 / 0.25);
}

.hover\:bg-indigo-600\/30:hover {
  background-color: rgb(79 70 229 / 0.3);
}

.hover\:bg-indigo-600\/35:hover {
  background-color: rgb(79 70 229 / 0.35);
}

.hover\:bg-indigo-600\/40:hover {
  background-color: rgb(79 70 229 / 0.4);
}

.hover\:bg-indigo-600\/45:hover {
  background-color: rgb(79 70 229 / 0.45);
}

.hover\:bg-indigo-600\/5:hover {
  background-color: rgb(79 70 229 / 0.05);
}

.hover\:bg-indigo-600\/50:hover {
  background-color: rgb(79 70 229 / 0.5);
}

.hover\:bg-indigo-600\/55:hover {
  background-color: rgb(79 70 229 / 0.55);
}

.hover\:bg-indigo-600\/60:hover {
  background-color: rgb(79 70 229 / 0.6);
}

.hover\:bg-indigo-600\/65:hover {
  background-color: rgb(79 70 229 / 0.65);
}

.hover\:bg-indigo-600\/70:hover {
  background-color: rgb(79 70 229 / 0.7);
}

.hover\:bg-indigo-600\/75:hover {
  background-color: rgb(79 70 229 / 0.75);
}

.hover\:bg-indigo-600\/80:hover {
  background-color: rgb(79 70 229 / 0.8);
}

.hover\:bg-indigo-600\/85:hover {
  background-color: rgb(79 70 229 / 0.85);
}

.hover\:bg-indigo-600\/90:hover {
  background-color: rgb(79 70 229 / 0.9);
}

.hover\:bg-indigo-600\/95:hover {
  background-color: rgb(79 70 229 / 0.95);
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-700\/0:hover {
  background-color: rgb(67 56 202 / 0);
}

.hover\:bg-indigo-700\/10:hover {
  background-color: rgb(67 56 202 / 0.1);
}

.hover\:bg-indigo-700\/100:hover {
  background-color: rgb(67 56 202 / 1);
}

.hover\:bg-indigo-700\/15:hover {
  background-color: rgb(67 56 202 / 0.15);
}

.hover\:bg-indigo-700\/20:hover {
  background-color: rgb(67 56 202 / 0.2);
}

.hover\:bg-indigo-700\/25:hover {
  background-color: rgb(67 56 202 / 0.25);
}

.hover\:bg-indigo-700\/30:hover {
  background-color: rgb(67 56 202 / 0.3);
}

.hover\:bg-indigo-700\/35:hover {
  background-color: rgb(67 56 202 / 0.35);
}

.hover\:bg-indigo-700\/40:hover {
  background-color: rgb(67 56 202 / 0.4);
}

.hover\:bg-indigo-700\/45:hover {
  background-color: rgb(67 56 202 / 0.45);
}

.hover\:bg-indigo-700\/5:hover {
  background-color: rgb(67 56 202 / 0.05);
}

.hover\:bg-indigo-700\/50:hover {
  background-color: rgb(67 56 202 / 0.5);
}

.hover\:bg-indigo-700\/55:hover {
  background-color: rgb(67 56 202 / 0.55);
}

.hover\:bg-indigo-700\/60:hover {
  background-color: rgb(67 56 202 / 0.6);
}

.hover\:bg-indigo-700\/65:hover {
  background-color: rgb(67 56 202 / 0.65);
}

.hover\:bg-indigo-700\/70:hover {
  background-color: rgb(67 56 202 / 0.7);
}

.hover\:bg-indigo-700\/75:hover {
  background-color: rgb(67 56 202 / 0.75);
}

.hover\:bg-indigo-700\/80:hover {
  background-color: rgb(67 56 202 / 0.8);
}

.hover\:bg-indigo-700\/85:hover {
  background-color: rgb(67 56 202 / 0.85);
}

.hover\:bg-indigo-700\/90:hover {
  background-color: rgb(67 56 202 / 0.9);
}

.hover\:bg-indigo-700\/95:hover {
  background-color: rgb(67 56 202 / 0.95);
}

.hover\:bg-indigo-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-800\/0:hover {
  background-color: rgb(55 48 163 / 0);
}

.hover\:bg-indigo-800\/10:hover {
  background-color: rgb(55 48 163 / 0.1);
}

.hover\:bg-indigo-800\/100:hover {
  background-color: rgb(55 48 163 / 1);
}

.hover\:bg-indigo-800\/15:hover {
  background-color: rgb(55 48 163 / 0.15);
}

.hover\:bg-indigo-800\/20:hover {
  background-color: rgb(55 48 163 / 0.2);
}

.hover\:bg-indigo-800\/25:hover {
  background-color: rgb(55 48 163 / 0.25);
}

.hover\:bg-indigo-800\/30:hover {
  background-color: rgb(55 48 163 / 0.3);
}

.hover\:bg-indigo-800\/35:hover {
  background-color: rgb(55 48 163 / 0.35);
}

.hover\:bg-indigo-800\/40:hover {
  background-color: rgb(55 48 163 / 0.4);
}

.hover\:bg-indigo-800\/45:hover {
  background-color: rgb(55 48 163 / 0.45);
}

.hover\:bg-indigo-800\/5:hover {
  background-color: rgb(55 48 163 / 0.05);
}

.hover\:bg-indigo-800\/50:hover {
  background-color: rgb(55 48 163 / 0.5);
}

.hover\:bg-indigo-800\/55:hover {
  background-color: rgb(55 48 163 / 0.55);
}

.hover\:bg-indigo-800\/60:hover {
  background-color: rgb(55 48 163 / 0.6);
}

.hover\:bg-indigo-800\/65:hover {
  background-color: rgb(55 48 163 / 0.65);
}

.hover\:bg-indigo-800\/70:hover {
  background-color: rgb(55 48 163 / 0.7);
}

.hover\:bg-indigo-800\/75:hover {
  background-color: rgb(55 48 163 / 0.75);
}

.hover\:bg-indigo-800\/80:hover {
  background-color: rgb(55 48 163 / 0.8);
}

.hover\:bg-indigo-800\/85:hover {
  background-color: rgb(55 48 163 / 0.85);
}

.hover\:bg-indigo-800\/90:hover {
  background-color: rgb(55 48 163 / 0.9);
}

.hover\:bg-indigo-800\/95:hover {
  background-color: rgb(55 48 163 / 0.95);
}

.hover\:bg-indigo-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-900\/0:hover {
  background-color: rgb(49 46 129 / 0);
}

.hover\:bg-indigo-900\/10:hover {
  background-color: rgb(49 46 129 / 0.1);
}

.hover\:bg-indigo-900\/100:hover {
  background-color: rgb(49 46 129 / 1);
}

.hover\:bg-indigo-900\/15:hover {
  background-color: rgb(49 46 129 / 0.15);
}

.hover\:bg-indigo-900\/20:hover {
  background-color: rgb(49 46 129 / 0.2);
}

.hover\:bg-indigo-900\/25:hover {
  background-color: rgb(49 46 129 / 0.25);
}

.hover\:bg-indigo-900\/30:hover {
  background-color: rgb(49 46 129 / 0.3);
}

.hover\:bg-indigo-900\/35:hover {
  background-color: rgb(49 46 129 / 0.35);
}

.hover\:bg-indigo-900\/40:hover {
  background-color: rgb(49 46 129 / 0.4);
}

.hover\:bg-indigo-900\/45:hover {
  background-color: rgb(49 46 129 / 0.45);
}

.hover\:bg-indigo-900\/5:hover {
  background-color: rgb(49 46 129 / 0.05);
}

.hover\:bg-indigo-900\/50:hover {
  background-color: rgb(49 46 129 / 0.5);
}

.hover\:bg-indigo-900\/55:hover {
  background-color: rgb(49 46 129 / 0.55);
}

.hover\:bg-indigo-900\/60:hover {
  background-color: rgb(49 46 129 / 0.6);
}

.hover\:bg-indigo-900\/65:hover {
  background-color: rgb(49 46 129 / 0.65);
}

.hover\:bg-indigo-900\/70:hover {
  background-color: rgb(49 46 129 / 0.7);
}

.hover\:bg-indigo-900\/75:hover {
  background-color: rgb(49 46 129 / 0.75);
}

.hover\:bg-indigo-900\/80:hover {
  background-color: rgb(49 46 129 / 0.8);
}

.hover\:bg-indigo-900\/85:hover {
  background-color: rgb(49 46 129 / 0.85);
}

.hover\:bg-indigo-900\/90:hover {
  background-color: rgb(49 46 129 / 0.9);
}

.hover\:bg-indigo-900\/95:hover {
  background-color: rgb(49 46 129 / 0.95);
}

.hover\:bg-indigo-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-950\/0:hover {
  background-color: rgb(30 27 75 / 0);
}

.hover\:bg-indigo-950\/10:hover {
  background-color: rgb(30 27 75 / 0.1);
}

.hover\:bg-indigo-950\/100:hover {
  background-color: rgb(30 27 75 / 1);
}

.hover\:bg-indigo-950\/15:hover {
  background-color: rgb(30 27 75 / 0.15);
}

.hover\:bg-indigo-950\/20:hover {
  background-color: rgb(30 27 75 / 0.2);
}

.hover\:bg-indigo-950\/25:hover {
  background-color: rgb(30 27 75 / 0.25);
}

.hover\:bg-indigo-950\/30:hover {
  background-color: rgb(30 27 75 / 0.3);
}

.hover\:bg-indigo-950\/35:hover {
  background-color: rgb(30 27 75 / 0.35);
}

.hover\:bg-indigo-950\/40:hover {
  background-color: rgb(30 27 75 / 0.4);
}

.hover\:bg-indigo-950\/45:hover {
  background-color: rgb(30 27 75 / 0.45);
}

.hover\:bg-indigo-950\/5:hover {
  background-color: rgb(30 27 75 / 0.05);
}

.hover\:bg-indigo-950\/50:hover {
  background-color: rgb(30 27 75 / 0.5);
}

.hover\:bg-indigo-950\/55:hover {
  background-color: rgb(30 27 75 / 0.55);
}

.hover\:bg-indigo-950\/60:hover {
  background-color: rgb(30 27 75 / 0.6);
}

.hover\:bg-indigo-950\/65:hover {
  background-color: rgb(30 27 75 / 0.65);
}

.hover\:bg-indigo-950\/70:hover {
  background-color: rgb(30 27 75 / 0.7);
}

.hover\:bg-indigo-950\/75:hover {
  background-color: rgb(30 27 75 / 0.75);
}

.hover\:bg-indigo-950\/80:hover {
  background-color: rgb(30 27 75 / 0.8);
}

.hover\:bg-indigo-950\/85:hover {
  background-color: rgb(30 27 75 / 0.85);
}

.hover\:bg-indigo-950\/90:hover {
  background-color: rgb(30 27 75 / 0.9);
}

.hover\:bg-indigo-950\/95:hover {
  background-color: rgb(30 27 75 / 0.95);
}

.hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-100\/0:hover {
  background-color: rgb(252 231 243 / 0);
}

.hover\:bg-pink-100\/10:hover {
  background-color: rgb(252 231 243 / 0.1);
}

.hover\:bg-pink-100\/100:hover {
  background-color: rgb(252 231 243 / 1);
}

.hover\:bg-pink-100\/15:hover {
  background-color: rgb(252 231 243 / 0.15);
}

.hover\:bg-pink-100\/20:hover {
  background-color: rgb(252 231 243 / 0.2);
}

.hover\:bg-pink-100\/25:hover {
  background-color: rgb(252 231 243 / 0.25);
}

.hover\:bg-pink-100\/30:hover {
  background-color: rgb(252 231 243 / 0.3);
}

.hover\:bg-pink-100\/35:hover {
  background-color: rgb(252 231 243 / 0.35);
}

.hover\:bg-pink-100\/40:hover {
  background-color: rgb(252 231 243 / 0.4);
}

.hover\:bg-pink-100\/45:hover {
  background-color: rgb(252 231 243 / 0.45);
}

.hover\:bg-pink-100\/5:hover {
  background-color: rgb(252 231 243 / 0.05);
}

.hover\:bg-pink-100\/50:hover {
  background-color: rgb(252 231 243 / 0.5);
}

.hover\:bg-pink-100\/55:hover {
  background-color: rgb(252 231 243 / 0.55);
}

.hover\:bg-pink-100\/60:hover {
  background-color: rgb(252 231 243 / 0.6);
}

.hover\:bg-pink-100\/65:hover {
  background-color: rgb(252 231 243 / 0.65);
}

.hover\:bg-pink-100\/70:hover {
  background-color: rgb(252 231 243 / 0.7);
}

.hover\:bg-pink-100\/75:hover {
  background-color: rgb(252 231 243 / 0.75);
}

.hover\:bg-pink-100\/80:hover {
  background-color: rgb(252 231 243 / 0.8);
}

.hover\:bg-pink-100\/85:hover {
  background-color: rgb(252 231 243 / 0.85);
}

.hover\:bg-pink-100\/90:hover {
  background-color: rgb(252 231 243 / 0.9);
}

.hover\:bg-pink-100\/95:hover {
  background-color: rgb(252 231 243 / 0.95);
}

.hover\:bg-pink-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-200\/0:hover {
  background-color: rgb(251 207 232 / 0);
}

.hover\:bg-pink-200\/10:hover {
  background-color: rgb(251 207 232 / 0.1);
}

.hover\:bg-pink-200\/100:hover {
  background-color: rgb(251 207 232 / 1);
}

.hover\:bg-pink-200\/15:hover {
  background-color: rgb(251 207 232 / 0.15);
}

.hover\:bg-pink-200\/20:hover {
  background-color: rgb(251 207 232 / 0.2);
}

.hover\:bg-pink-200\/25:hover {
  background-color: rgb(251 207 232 / 0.25);
}

.hover\:bg-pink-200\/30:hover {
  background-color: rgb(251 207 232 / 0.3);
}

.hover\:bg-pink-200\/35:hover {
  background-color: rgb(251 207 232 / 0.35);
}

.hover\:bg-pink-200\/40:hover {
  background-color: rgb(251 207 232 / 0.4);
}

.hover\:bg-pink-200\/45:hover {
  background-color: rgb(251 207 232 / 0.45);
}

.hover\:bg-pink-200\/5:hover {
  background-color: rgb(251 207 232 / 0.05);
}

.hover\:bg-pink-200\/50:hover {
  background-color: rgb(251 207 232 / 0.5);
}

.hover\:bg-pink-200\/55:hover {
  background-color: rgb(251 207 232 / 0.55);
}

.hover\:bg-pink-200\/60:hover {
  background-color: rgb(251 207 232 / 0.6);
}

.hover\:bg-pink-200\/65:hover {
  background-color: rgb(251 207 232 / 0.65);
}

.hover\:bg-pink-200\/70:hover {
  background-color: rgb(251 207 232 / 0.7);
}

.hover\:bg-pink-200\/75:hover {
  background-color: rgb(251 207 232 / 0.75);
}

.hover\:bg-pink-200\/80:hover {
  background-color: rgb(251 207 232 / 0.8);
}

.hover\:bg-pink-200\/85:hover {
  background-color: rgb(251 207 232 / 0.85);
}

.hover\:bg-pink-200\/90:hover {
  background-color: rgb(251 207 232 / 0.9);
}

.hover\:bg-pink-200\/95:hover {
  background-color: rgb(251 207 232 / 0.95);
}

.hover\:bg-pink-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-300\/0:hover {
  background-color: rgb(249 168 212 / 0);
}

.hover\:bg-pink-300\/10:hover {
  background-color: rgb(249 168 212 / 0.1);
}

.hover\:bg-pink-300\/100:hover {
  background-color: rgb(249 168 212 / 1);
}

.hover\:bg-pink-300\/15:hover {
  background-color: rgb(249 168 212 / 0.15);
}

.hover\:bg-pink-300\/20:hover {
  background-color: rgb(249 168 212 / 0.2);
}

.hover\:bg-pink-300\/25:hover {
  background-color: rgb(249 168 212 / 0.25);
}

.hover\:bg-pink-300\/30:hover {
  background-color: rgb(249 168 212 / 0.3);
}

.hover\:bg-pink-300\/35:hover {
  background-color: rgb(249 168 212 / 0.35);
}

.hover\:bg-pink-300\/40:hover {
  background-color: rgb(249 168 212 / 0.4);
}

.hover\:bg-pink-300\/45:hover {
  background-color: rgb(249 168 212 / 0.45);
}

.hover\:bg-pink-300\/5:hover {
  background-color: rgb(249 168 212 / 0.05);
}

.hover\:bg-pink-300\/50:hover {
  background-color: rgb(249 168 212 / 0.5);
}

.hover\:bg-pink-300\/55:hover {
  background-color: rgb(249 168 212 / 0.55);
}

.hover\:bg-pink-300\/60:hover {
  background-color: rgb(249 168 212 / 0.6);
}

.hover\:bg-pink-300\/65:hover {
  background-color: rgb(249 168 212 / 0.65);
}

.hover\:bg-pink-300\/70:hover {
  background-color: rgb(249 168 212 / 0.7);
}

.hover\:bg-pink-300\/75:hover {
  background-color: rgb(249 168 212 / 0.75);
}

.hover\:bg-pink-300\/80:hover {
  background-color: rgb(249 168 212 / 0.8);
}

.hover\:bg-pink-300\/85:hover {
  background-color: rgb(249 168 212 / 0.85);
}

.hover\:bg-pink-300\/90:hover {
  background-color: rgb(249 168 212 / 0.9);
}

.hover\:bg-pink-300\/95:hover {
  background-color: rgb(249 168 212 / 0.95);
}

.hover\:bg-pink-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-400\/0:hover {
  background-color: rgb(244 114 182 / 0);
}

.hover\:bg-pink-400\/10:hover {
  background-color: rgb(244 114 182 / 0.1);
}

.hover\:bg-pink-400\/100:hover {
  background-color: rgb(244 114 182 / 1);
}

.hover\:bg-pink-400\/15:hover {
  background-color: rgb(244 114 182 / 0.15);
}

.hover\:bg-pink-400\/20:hover {
  background-color: rgb(244 114 182 / 0.2);
}

.hover\:bg-pink-400\/25:hover {
  background-color: rgb(244 114 182 / 0.25);
}

.hover\:bg-pink-400\/30:hover {
  background-color: rgb(244 114 182 / 0.3);
}

.hover\:bg-pink-400\/35:hover {
  background-color: rgb(244 114 182 / 0.35);
}

.hover\:bg-pink-400\/40:hover {
  background-color: rgb(244 114 182 / 0.4);
}

.hover\:bg-pink-400\/45:hover {
  background-color: rgb(244 114 182 / 0.45);
}

.hover\:bg-pink-400\/5:hover {
  background-color: rgb(244 114 182 / 0.05);
}

.hover\:bg-pink-400\/50:hover {
  background-color: rgb(244 114 182 / 0.5);
}

.hover\:bg-pink-400\/55:hover {
  background-color: rgb(244 114 182 / 0.55);
}

.hover\:bg-pink-400\/60:hover {
  background-color: rgb(244 114 182 / 0.6);
}

.hover\:bg-pink-400\/65:hover {
  background-color: rgb(244 114 182 / 0.65);
}

.hover\:bg-pink-400\/70:hover {
  background-color: rgb(244 114 182 / 0.7);
}

.hover\:bg-pink-400\/75:hover {
  background-color: rgb(244 114 182 / 0.75);
}

.hover\:bg-pink-400\/80:hover {
  background-color: rgb(244 114 182 / 0.8);
}

.hover\:bg-pink-400\/85:hover {
  background-color: rgb(244 114 182 / 0.85);
}

.hover\:bg-pink-400\/90:hover {
  background-color: rgb(244 114 182 / 0.9);
}

.hover\:bg-pink-400\/95:hover {
  background-color: rgb(244 114 182 / 0.95);
}

.hover\:bg-pink-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-50\/0:hover {
  background-color: rgb(253 242 248 / 0);
}

.hover\:bg-pink-50\/10:hover {
  background-color: rgb(253 242 248 / 0.1);
}

.hover\:bg-pink-50\/100:hover {
  background-color: rgb(253 242 248 / 1);
}

.hover\:bg-pink-50\/15:hover {
  background-color: rgb(253 242 248 / 0.15);
}

.hover\:bg-pink-50\/20:hover {
  background-color: rgb(253 242 248 / 0.2);
}

.hover\:bg-pink-50\/25:hover {
  background-color: rgb(253 242 248 / 0.25);
}

.hover\:bg-pink-50\/30:hover {
  background-color: rgb(253 242 248 / 0.3);
}

.hover\:bg-pink-50\/35:hover {
  background-color: rgb(253 242 248 / 0.35);
}

.hover\:bg-pink-50\/40:hover {
  background-color: rgb(253 242 248 / 0.4);
}

.hover\:bg-pink-50\/45:hover {
  background-color: rgb(253 242 248 / 0.45);
}

.hover\:bg-pink-50\/5:hover {
  background-color: rgb(253 242 248 / 0.05);
}

.hover\:bg-pink-50\/50:hover {
  background-color: rgb(253 242 248 / 0.5);
}

.hover\:bg-pink-50\/55:hover {
  background-color: rgb(253 242 248 / 0.55);
}

.hover\:bg-pink-50\/60:hover {
  background-color: rgb(253 242 248 / 0.6);
}

.hover\:bg-pink-50\/65:hover {
  background-color: rgb(253 242 248 / 0.65);
}

.hover\:bg-pink-50\/70:hover {
  background-color: rgb(253 242 248 / 0.7);
}

.hover\:bg-pink-50\/75:hover {
  background-color: rgb(253 242 248 / 0.75);
}

.hover\:bg-pink-50\/80:hover {
  background-color: rgb(253 242 248 / 0.8);
}

.hover\:bg-pink-50\/85:hover {
  background-color: rgb(253 242 248 / 0.85);
}

.hover\:bg-pink-50\/90:hover {
  background-color: rgb(253 242 248 / 0.9);
}

.hover\:bg-pink-50\/95:hover {
  background-color: rgb(253 242 248 / 0.95);
}

.hover\:bg-pink-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-500\/0:hover {
  background-color: rgb(236 72 153 / 0);
}

.hover\:bg-pink-500\/10:hover {
  background-color: rgb(236 72 153 / 0.1);
}

.hover\:bg-pink-500\/100:hover {
  background-color: rgb(236 72 153 / 1);
}

.hover\:bg-pink-500\/15:hover {
  background-color: rgb(236 72 153 / 0.15);
}

.hover\:bg-pink-500\/20:hover {
  background-color: rgb(236 72 153 / 0.2);
}

.hover\:bg-pink-500\/25:hover {
  background-color: rgb(236 72 153 / 0.25);
}

.hover\:bg-pink-500\/30:hover {
  background-color: rgb(236 72 153 / 0.3);
}

.hover\:bg-pink-500\/35:hover {
  background-color: rgb(236 72 153 / 0.35);
}

.hover\:bg-pink-500\/40:hover {
  background-color: rgb(236 72 153 / 0.4);
}

.hover\:bg-pink-500\/45:hover {
  background-color: rgb(236 72 153 / 0.45);
}

.hover\:bg-pink-500\/5:hover {
  background-color: rgb(236 72 153 / 0.05);
}

.hover\:bg-pink-500\/50:hover {
  background-color: rgb(236 72 153 / 0.5);
}

.hover\:bg-pink-500\/55:hover {
  background-color: rgb(236 72 153 / 0.55);
}

.hover\:bg-pink-500\/60:hover {
  background-color: rgb(236 72 153 / 0.6);
}

.hover\:bg-pink-500\/65:hover {
  background-color: rgb(236 72 153 / 0.65);
}

.hover\:bg-pink-500\/70:hover {
  background-color: rgb(236 72 153 / 0.7);
}

.hover\:bg-pink-500\/75:hover {
  background-color: rgb(236 72 153 / 0.75);
}

.hover\:bg-pink-500\/80:hover {
  background-color: rgb(236 72 153 / 0.8);
}

.hover\:bg-pink-500\/85:hover {
  background-color: rgb(236 72 153 / 0.85);
}

.hover\:bg-pink-500\/90:hover {
  background-color: rgb(236 72 153 / 0.9);
}

.hover\:bg-pink-500\/95:hover {
  background-color: rgb(236 72 153 / 0.95);
}

.hover\:bg-pink-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-600\/0:hover {
  background-color: rgb(219 39 119 / 0);
}

.hover\:bg-pink-600\/10:hover {
  background-color: rgb(219 39 119 / 0.1);
}

.hover\:bg-pink-600\/100:hover {
  background-color: rgb(219 39 119 / 1);
}

.hover\:bg-pink-600\/15:hover {
  background-color: rgb(219 39 119 / 0.15);
}

.hover\:bg-pink-600\/20:hover {
  background-color: rgb(219 39 119 / 0.2);
}

.hover\:bg-pink-600\/25:hover {
  background-color: rgb(219 39 119 / 0.25);
}

.hover\:bg-pink-600\/30:hover {
  background-color: rgb(219 39 119 / 0.3);
}

.hover\:bg-pink-600\/35:hover {
  background-color: rgb(219 39 119 / 0.35);
}

.hover\:bg-pink-600\/40:hover {
  background-color: rgb(219 39 119 / 0.4);
}

.hover\:bg-pink-600\/45:hover {
  background-color: rgb(219 39 119 / 0.45);
}

.hover\:bg-pink-600\/5:hover {
  background-color: rgb(219 39 119 / 0.05);
}

.hover\:bg-pink-600\/50:hover {
  background-color: rgb(219 39 119 / 0.5);
}

.hover\:bg-pink-600\/55:hover {
  background-color: rgb(219 39 119 / 0.55);
}

.hover\:bg-pink-600\/60:hover {
  background-color: rgb(219 39 119 / 0.6);
}

.hover\:bg-pink-600\/65:hover {
  background-color: rgb(219 39 119 / 0.65);
}

.hover\:bg-pink-600\/70:hover {
  background-color: rgb(219 39 119 / 0.7);
}

.hover\:bg-pink-600\/75:hover {
  background-color: rgb(219 39 119 / 0.75);
}

.hover\:bg-pink-600\/80:hover {
  background-color: rgb(219 39 119 / 0.8);
}

.hover\:bg-pink-600\/85:hover {
  background-color: rgb(219 39 119 / 0.85);
}

.hover\:bg-pink-600\/90:hover {
  background-color: rgb(219 39 119 / 0.9);
}

.hover\:bg-pink-600\/95:hover {
  background-color: rgb(219 39 119 / 0.95);
}

.hover\:bg-pink-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-700\/0:hover {
  background-color: rgb(190 24 93 / 0);
}

.hover\:bg-pink-700\/10:hover {
  background-color: rgb(190 24 93 / 0.1);
}

.hover\:bg-pink-700\/100:hover {
  background-color: rgb(190 24 93 / 1);
}

.hover\:bg-pink-700\/15:hover {
  background-color: rgb(190 24 93 / 0.15);
}

.hover\:bg-pink-700\/20:hover {
  background-color: rgb(190 24 93 / 0.2);
}

.hover\:bg-pink-700\/25:hover {
  background-color: rgb(190 24 93 / 0.25);
}

.hover\:bg-pink-700\/30:hover {
  background-color: rgb(190 24 93 / 0.3);
}

.hover\:bg-pink-700\/35:hover {
  background-color: rgb(190 24 93 / 0.35);
}

.hover\:bg-pink-700\/40:hover {
  background-color: rgb(190 24 93 / 0.4);
}

.hover\:bg-pink-700\/45:hover {
  background-color: rgb(190 24 93 / 0.45);
}

.hover\:bg-pink-700\/5:hover {
  background-color: rgb(190 24 93 / 0.05);
}

.hover\:bg-pink-700\/50:hover {
  background-color: rgb(190 24 93 / 0.5);
}

.hover\:bg-pink-700\/55:hover {
  background-color: rgb(190 24 93 / 0.55);
}

.hover\:bg-pink-700\/60:hover {
  background-color: rgb(190 24 93 / 0.6);
}

.hover\:bg-pink-700\/65:hover {
  background-color: rgb(190 24 93 / 0.65);
}

.hover\:bg-pink-700\/70:hover {
  background-color: rgb(190 24 93 / 0.7);
}

.hover\:bg-pink-700\/75:hover {
  background-color: rgb(190 24 93 / 0.75);
}

.hover\:bg-pink-700\/80:hover {
  background-color: rgb(190 24 93 / 0.8);
}

.hover\:bg-pink-700\/85:hover {
  background-color: rgb(190 24 93 / 0.85);
}

.hover\:bg-pink-700\/90:hover {
  background-color: rgb(190 24 93 / 0.9);
}

.hover\:bg-pink-700\/95:hover {
  background-color: rgb(190 24 93 / 0.95);
}

.hover\:bg-pink-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-800\/0:hover {
  background-color: rgb(157 23 77 / 0);
}

.hover\:bg-pink-800\/10:hover {
  background-color: rgb(157 23 77 / 0.1);
}

.hover\:bg-pink-800\/100:hover {
  background-color: rgb(157 23 77 / 1);
}

.hover\:bg-pink-800\/15:hover {
  background-color: rgb(157 23 77 / 0.15);
}

.hover\:bg-pink-800\/20:hover {
  background-color: rgb(157 23 77 / 0.2);
}

.hover\:bg-pink-800\/25:hover {
  background-color: rgb(157 23 77 / 0.25);
}

.hover\:bg-pink-800\/30:hover {
  background-color: rgb(157 23 77 / 0.3);
}

.hover\:bg-pink-800\/35:hover {
  background-color: rgb(157 23 77 / 0.35);
}

.hover\:bg-pink-800\/40:hover {
  background-color: rgb(157 23 77 / 0.4);
}

.hover\:bg-pink-800\/45:hover {
  background-color: rgb(157 23 77 / 0.45);
}

.hover\:bg-pink-800\/5:hover {
  background-color: rgb(157 23 77 / 0.05);
}

.hover\:bg-pink-800\/50:hover {
  background-color: rgb(157 23 77 / 0.5);
}

.hover\:bg-pink-800\/55:hover {
  background-color: rgb(157 23 77 / 0.55);
}

.hover\:bg-pink-800\/60:hover {
  background-color: rgb(157 23 77 / 0.6);
}

.hover\:bg-pink-800\/65:hover {
  background-color: rgb(157 23 77 / 0.65);
}

.hover\:bg-pink-800\/70:hover {
  background-color: rgb(157 23 77 / 0.7);
}

.hover\:bg-pink-800\/75:hover {
  background-color: rgb(157 23 77 / 0.75);
}

.hover\:bg-pink-800\/80:hover {
  background-color: rgb(157 23 77 / 0.8);
}

.hover\:bg-pink-800\/85:hover {
  background-color: rgb(157 23 77 / 0.85);
}

.hover\:bg-pink-800\/90:hover {
  background-color: rgb(157 23 77 / 0.9);
}

.hover\:bg-pink-800\/95:hover {
  background-color: rgb(157 23 77 / 0.95);
}

.hover\:bg-pink-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-900\/0:hover {
  background-color: rgb(131 24 67 / 0);
}

.hover\:bg-pink-900\/10:hover {
  background-color: rgb(131 24 67 / 0.1);
}

.hover\:bg-pink-900\/100:hover {
  background-color: rgb(131 24 67 / 1);
}

.hover\:bg-pink-900\/15:hover {
  background-color: rgb(131 24 67 / 0.15);
}

.hover\:bg-pink-900\/20:hover {
  background-color: rgb(131 24 67 / 0.2);
}

.hover\:bg-pink-900\/25:hover {
  background-color: rgb(131 24 67 / 0.25);
}

.hover\:bg-pink-900\/30:hover {
  background-color: rgb(131 24 67 / 0.3);
}

.hover\:bg-pink-900\/35:hover {
  background-color: rgb(131 24 67 / 0.35);
}

.hover\:bg-pink-900\/40:hover {
  background-color: rgb(131 24 67 / 0.4);
}

.hover\:bg-pink-900\/45:hover {
  background-color: rgb(131 24 67 / 0.45);
}

.hover\:bg-pink-900\/5:hover {
  background-color: rgb(131 24 67 / 0.05);
}

.hover\:bg-pink-900\/50:hover {
  background-color: rgb(131 24 67 / 0.5);
}

.hover\:bg-pink-900\/55:hover {
  background-color: rgb(131 24 67 / 0.55);
}

.hover\:bg-pink-900\/60:hover {
  background-color: rgb(131 24 67 / 0.6);
}

.hover\:bg-pink-900\/65:hover {
  background-color: rgb(131 24 67 / 0.65);
}

.hover\:bg-pink-900\/70:hover {
  background-color: rgb(131 24 67 / 0.7);
}

.hover\:bg-pink-900\/75:hover {
  background-color: rgb(131 24 67 / 0.75);
}

.hover\:bg-pink-900\/80:hover {
  background-color: rgb(131 24 67 / 0.8);
}

.hover\:bg-pink-900\/85:hover {
  background-color: rgb(131 24 67 / 0.85);
}

.hover\:bg-pink-900\/90:hover {
  background-color: rgb(131 24 67 / 0.9);
}

.hover\:bg-pink-900\/95:hover {
  background-color: rgb(131 24 67 / 0.95);
}

.hover\:bg-pink-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-950\/0:hover {
  background-color: rgb(80 7 36 / 0);
}

.hover\:bg-pink-950\/10:hover {
  background-color: rgb(80 7 36 / 0.1);
}

.hover\:bg-pink-950\/100:hover {
  background-color: rgb(80 7 36 / 1);
}

.hover\:bg-pink-950\/15:hover {
  background-color: rgb(80 7 36 / 0.15);
}

.hover\:bg-pink-950\/20:hover {
  background-color: rgb(80 7 36 / 0.2);
}

.hover\:bg-pink-950\/25:hover {
  background-color: rgb(80 7 36 / 0.25);
}

.hover\:bg-pink-950\/30:hover {
  background-color: rgb(80 7 36 / 0.3);
}

.hover\:bg-pink-950\/35:hover {
  background-color: rgb(80 7 36 / 0.35);
}

.hover\:bg-pink-950\/40:hover {
  background-color: rgb(80 7 36 / 0.4);
}

.hover\:bg-pink-950\/45:hover {
  background-color: rgb(80 7 36 / 0.45);
}

.hover\:bg-pink-950\/5:hover {
  background-color: rgb(80 7 36 / 0.05);
}

.hover\:bg-pink-950\/50:hover {
  background-color: rgb(80 7 36 / 0.5);
}

.hover\:bg-pink-950\/55:hover {
  background-color: rgb(80 7 36 / 0.55);
}

.hover\:bg-pink-950\/60:hover {
  background-color: rgb(80 7 36 / 0.6);
}

.hover\:bg-pink-950\/65:hover {
  background-color: rgb(80 7 36 / 0.65);
}

.hover\:bg-pink-950\/70:hover {
  background-color: rgb(80 7 36 / 0.7);
}

.hover\:bg-pink-950\/75:hover {
  background-color: rgb(80 7 36 / 0.75);
}

.hover\:bg-pink-950\/80:hover {
  background-color: rgb(80 7 36 / 0.8);
}

.hover\:bg-pink-950\/85:hover {
  background-color: rgb(80 7 36 / 0.85);
}

.hover\:bg-pink-950\/90:hover {
  background-color: rgb(80 7 36 / 0.9);
}

.hover\:bg-pink-950\/95:hover {
  background-color: rgb(80 7 36 / 0.95);
}

.hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-100\/0:hover {
  background-color: rgb(243 232 255 / 0);
}

.hover\:bg-purple-100\/10:hover {
  background-color: rgb(243 232 255 / 0.1);
}

.hover\:bg-purple-100\/100:hover {
  background-color: rgb(243 232 255 / 1);
}

.hover\:bg-purple-100\/15:hover {
  background-color: rgb(243 232 255 / 0.15);
}

.hover\:bg-purple-100\/20:hover {
  background-color: rgb(243 232 255 / 0.2);
}

.hover\:bg-purple-100\/25:hover {
  background-color: rgb(243 232 255 / 0.25);
}

.hover\:bg-purple-100\/30:hover {
  background-color: rgb(243 232 255 / 0.3);
}

.hover\:bg-purple-100\/35:hover {
  background-color: rgb(243 232 255 / 0.35);
}

.hover\:bg-purple-100\/40:hover {
  background-color: rgb(243 232 255 / 0.4);
}

.hover\:bg-purple-100\/45:hover {
  background-color: rgb(243 232 255 / 0.45);
}

.hover\:bg-purple-100\/5:hover {
  background-color: rgb(243 232 255 / 0.05);
}

.hover\:bg-purple-100\/50:hover {
  background-color: rgb(243 232 255 / 0.5);
}

.hover\:bg-purple-100\/55:hover {
  background-color: rgb(243 232 255 / 0.55);
}

.hover\:bg-purple-100\/60:hover {
  background-color: rgb(243 232 255 / 0.6);
}

.hover\:bg-purple-100\/65:hover {
  background-color: rgb(243 232 255 / 0.65);
}

.hover\:bg-purple-100\/70:hover {
  background-color: rgb(243 232 255 / 0.7);
}

.hover\:bg-purple-100\/75:hover {
  background-color: rgb(243 232 255 / 0.75);
}

.hover\:bg-purple-100\/80:hover {
  background-color: rgb(243 232 255 / 0.8);
}

.hover\:bg-purple-100\/85:hover {
  background-color: rgb(243 232 255 / 0.85);
}

.hover\:bg-purple-100\/90:hover {
  background-color: rgb(243 232 255 / 0.9);
}

.hover\:bg-purple-100\/95:hover {
  background-color: rgb(243 232 255 / 0.95);
}

.hover\:bg-purple-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-200\/0:hover {
  background-color: rgb(233 213 255 / 0);
}

.hover\:bg-purple-200\/10:hover {
  background-color: rgb(233 213 255 / 0.1);
}

.hover\:bg-purple-200\/100:hover {
  background-color: rgb(233 213 255 / 1);
}

.hover\:bg-purple-200\/15:hover {
  background-color: rgb(233 213 255 / 0.15);
}

.hover\:bg-purple-200\/20:hover {
  background-color: rgb(233 213 255 / 0.2);
}

.hover\:bg-purple-200\/25:hover {
  background-color: rgb(233 213 255 / 0.25);
}

.hover\:bg-purple-200\/30:hover {
  background-color: rgb(233 213 255 / 0.3);
}

.hover\:bg-purple-200\/35:hover {
  background-color: rgb(233 213 255 / 0.35);
}

.hover\:bg-purple-200\/40:hover {
  background-color: rgb(233 213 255 / 0.4);
}

.hover\:bg-purple-200\/45:hover {
  background-color: rgb(233 213 255 / 0.45);
}

.hover\:bg-purple-200\/5:hover {
  background-color: rgb(233 213 255 / 0.05);
}

.hover\:bg-purple-200\/50:hover {
  background-color: rgb(233 213 255 / 0.5);
}

.hover\:bg-purple-200\/55:hover {
  background-color: rgb(233 213 255 / 0.55);
}

.hover\:bg-purple-200\/60:hover {
  background-color: rgb(233 213 255 / 0.6);
}

.hover\:bg-purple-200\/65:hover {
  background-color: rgb(233 213 255 / 0.65);
}

.hover\:bg-purple-200\/70:hover {
  background-color: rgb(233 213 255 / 0.7);
}

.hover\:bg-purple-200\/75:hover {
  background-color: rgb(233 213 255 / 0.75);
}

.hover\:bg-purple-200\/80:hover {
  background-color: rgb(233 213 255 / 0.8);
}

.hover\:bg-purple-200\/85:hover {
  background-color: rgb(233 213 255 / 0.85);
}

.hover\:bg-purple-200\/90:hover {
  background-color: rgb(233 213 255 / 0.9);
}

.hover\:bg-purple-200\/95:hover {
  background-color: rgb(233 213 255 / 0.95);
}

.hover\:bg-purple-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-300\/0:hover {
  background-color: rgb(216 180 254 / 0);
}

.hover\:bg-purple-300\/10:hover {
  background-color: rgb(216 180 254 / 0.1);
}

.hover\:bg-purple-300\/100:hover {
  background-color: rgb(216 180 254 / 1);
}

.hover\:bg-purple-300\/15:hover {
  background-color: rgb(216 180 254 / 0.15);
}

.hover\:bg-purple-300\/20:hover {
  background-color: rgb(216 180 254 / 0.2);
}

.hover\:bg-purple-300\/25:hover {
  background-color: rgb(216 180 254 / 0.25);
}

.hover\:bg-purple-300\/30:hover {
  background-color: rgb(216 180 254 / 0.3);
}

.hover\:bg-purple-300\/35:hover {
  background-color: rgb(216 180 254 / 0.35);
}

.hover\:bg-purple-300\/40:hover {
  background-color: rgb(216 180 254 / 0.4);
}

.hover\:bg-purple-300\/45:hover {
  background-color: rgb(216 180 254 / 0.45);
}

.hover\:bg-purple-300\/5:hover {
  background-color: rgb(216 180 254 / 0.05);
}

.hover\:bg-purple-300\/50:hover {
  background-color: rgb(216 180 254 / 0.5);
}

.hover\:bg-purple-300\/55:hover {
  background-color: rgb(216 180 254 / 0.55);
}

.hover\:bg-purple-300\/60:hover {
  background-color: rgb(216 180 254 / 0.6);
}

.hover\:bg-purple-300\/65:hover {
  background-color: rgb(216 180 254 / 0.65);
}

.hover\:bg-purple-300\/70:hover {
  background-color: rgb(216 180 254 / 0.7);
}

.hover\:bg-purple-300\/75:hover {
  background-color: rgb(216 180 254 / 0.75);
}

.hover\:bg-purple-300\/80:hover {
  background-color: rgb(216 180 254 / 0.8);
}

.hover\:bg-purple-300\/85:hover {
  background-color: rgb(216 180 254 / 0.85);
}

.hover\:bg-purple-300\/90:hover {
  background-color: rgb(216 180 254 / 0.9);
}

.hover\:bg-purple-300\/95:hover {
  background-color: rgb(216 180 254 / 0.95);
}

.hover\:bg-purple-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-400\/0:hover {
  background-color: rgb(192 132 252 / 0);
}

.hover\:bg-purple-400\/10:hover {
  background-color: rgb(192 132 252 / 0.1);
}

.hover\:bg-purple-400\/100:hover {
  background-color: rgb(192 132 252 / 1);
}

.hover\:bg-purple-400\/15:hover {
  background-color: rgb(192 132 252 / 0.15);
}

.hover\:bg-purple-400\/20:hover {
  background-color: rgb(192 132 252 / 0.2);
}

.hover\:bg-purple-400\/25:hover {
  background-color: rgb(192 132 252 / 0.25);
}

.hover\:bg-purple-400\/30:hover {
  background-color: rgb(192 132 252 / 0.3);
}

.hover\:bg-purple-400\/35:hover {
  background-color: rgb(192 132 252 / 0.35);
}

.hover\:bg-purple-400\/40:hover {
  background-color: rgb(192 132 252 / 0.4);
}

.hover\:bg-purple-400\/45:hover {
  background-color: rgb(192 132 252 / 0.45);
}

.hover\:bg-purple-400\/5:hover {
  background-color: rgb(192 132 252 / 0.05);
}

.hover\:bg-purple-400\/50:hover {
  background-color: rgb(192 132 252 / 0.5);
}

.hover\:bg-purple-400\/55:hover {
  background-color: rgb(192 132 252 / 0.55);
}

.hover\:bg-purple-400\/60:hover {
  background-color: rgb(192 132 252 / 0.6);
}

.hover\:bg-purple-400\/65:hover {
  background-color: rgb(192 132 252 / 0.65);
}

.hover\:bg-purple-400\/70:hover {
  background-color: rgb(192 132 252 / 0.7);
}

.hover\:bg-purple-400\/75:hover {
  background-color: rgb(192 132 252 / 0.75);
}

.hover\:bg-purple-400\/80:hover {
  background-color: rgb(192 132 252 / 0.8);
}

.hover\:bg-purple-400\/85:hover {
  background-color: rgb(192 132 252 / 0.85);
}

.hover\:bg-purple-400\/90:hover {
  background-color: rgb(192 132 252 / 0.9);
}

.hover\:bg-purple-400\/95:hover {
  background-color: rgb(192 132 252 / 0.95);
}

.hover\:bg-purple-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-50\/0:hover {
  background-color: rgb(250 245 255 / 0);
}

.hover\:bg-purple-50\/10:hover {
  background-color: rgb(250 245 255 / 0.1);
}

.hover\:bg-purple-50\/100:hover {
  background-color: rgb(250 245 255 / 1);
}

.hover\:bg-purple-50\/15:hover {
  background-color: rgb(250 245 255 / 0.15);
}

.hover\:bg-purple-50\/20:hover {
  background-color: rgb(250 245 255 / 0.2);
}

.hover\:bg-purple-50\/25:hover {
  background-color: rgb(250 245 255 / 0.25);
}

.hover\:bg-purple-50\/30:hover {
  background-color: rgb(250 245 255 / 0.3);
}

.hover\:bg-purple-50\/35:hover {
  background-color: rgb(250 245 255 / 0.35);
}

.hover\:bg-purple-50\/40:hover {
  background-color: rgb(250 245 255 / 0.4);
}

.hover\:bg-purple-50\/45:hover {
  background-color: rgb(250 245 255 / 0.45);
}

.hover\:bg-purple-50\/5:hover {
  background-color: rgb(250 245 255 / 0.05);
}

.hover\:bg-purple-50\/50:hover {
  background-color: rgb(250 245 255 / 0.5);
}

.hover\:bg-purple-50\/55:hover {
  background-color: rgb(250 245 255 / 0.55);
}

.hover\:bg-purple-50\/60:hover {
  background-color: rgb(250 245 255 / 0.6);
}

.hover\:bg-purple-50\/65:hover {
  background-color: rgb(250 245 255 / 0.65);
}

.hover\:bg-purple-50\/70:hover {
  background-color: rgb(250 245 255 / 0.7);
}

.hover\:bg-purple-50\/75:hover {
  background-color: rgb(250 245 255 / 0.75);
}

.hover\:bg-purple-50\/80:hover {
  background-color: rgb(250 245 255 / 0.8);
}

.hover\:bg-purple-50\/85:hover {
  background-color: rgb(250 245 255 / 0.85);
}

.hover\:bg-purple-50\/90:hover {
  background-color: rgb(250 245 255 / 0.9);
}

.hover\:bg-purple-50\/95:hover {
  background-color: rgb(250 245 255 / 0.95);
}

.hover\:bg-purple-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-500\/0:hover {
  background-color: rgb(168 85 247 / 0);
}

.hover\:bg-purple-500\/10:hover {
  background-color: rgb(168 85 247 / 0.1);
}

.hover\:bg-purple-500\/100:hover {
  background-color: rgb(168 85 247 / 1);
}

.hover\:bg-purple-500\/15:hover {
  background-color: rgb(168 85 247 / 0.15);
}

.hover\:bg-purple-500\/20:hover {
  background-color: rgb(168 85 247 / 0.2);
}

.hover\:bg-purple-500\/25:hover {
  background-color: rgb(168 85 247 / 0.25);
}

.hover\:bg-purple-500\/30:hover {
  background-color: rgb(168 85 247 / 0.3);
}

.hover\:bg-purple-500\/35:hover {
  background-color: rgb(168 85 247 / 0.35);
}

.hover\:bg-purple-500\/40:hover {
  background-color: rgb(168 85 247 / 0.4);
}

.hover\:bg-purple-500\/45:hover {
  background-color: rgb(168 85 247 / 0.45);
}

.hover\:bg-purple-500\/5:hover {
  background-color: rgb(168 85 247 / 0.05);
}

.hover\:bg-purple-500\/50:hover {
  background-color: rgb(168 85 247 / 0.5);
}

.hover\:bg-purple-500\/55:hover {
  background-color: rgb(168 85 247 / 0.55);
}

.hover\:bg-purple-500\/60:hover {
  background-color: rgb(168 85 247 / 0.6);
}

.hover\:bg-purple-500\/65:hover {
  background-color: rgb(168 85 247 / 0.65);
}

.hover\:bg-purple-500\/70:hover {
  background-color: rgb(168 85 247 / 0.7);
}

.hover\:bg-purple-500\/75:hover {
  background-color: rgb(168 85 247 / 0.75);
}

.hover\:bg-purple-500\/80:hover {
  background-color: rgb(168 85 247 / 0.8);
}

.hover\:bg-purple-500\/85:hover {
  background-color: rgb(168 85 247 / 0.85);
}

.hover\:bg-purple-500\/90:hover {
  background-color: rgb(168 85 247 / 0.9);
}

.hover\:bg-purple-500\/95:hover {
  background-color: rgb(168 85 247 / 0.95);
}

.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-600\/0:hover {
  background-color: rgb(147 51 234 / 0);
}

.hover\:bg-purple-600\/10:hover {
  background-color: rgb(147 51 234 / 0.1);
}

.hover\:bg-purple-600\/100:hover {
  background-color: rgb(147 51 234 / 1);
}

.hover\:bg-purple-600\/15:hover {
  background-color: rgb(147 51 234 / 0.15);
}

.hover\:bg-purple-600\/20:hover {
  background-color: rgb(147 51 234 / 0.2);
}

.hover\:bg-purple-600\/25:hover {
  background-color: rgb(147 51 234 / 0.25);
}

.hover\:bg-purple-600\/30:hover {
  background-color: rgb(147 51 234 / 0.3);
}

.hover\:bg-purple-600\/35:hover {
  background-color: rgb(147 51 234 / 0.35);
}

.hover\:bg-purple-600\/40:hover {
  background-color: rgb(147 51 234 / 0.4);
}

.hover\:bg-purple-600\/45:hover {
  background-color: rgb(147 51 234 / 0.45);
}

.hover\:bg-purple-600\/5:hover {
  background-color: rgb(147 51 234 / 0.05);
}

.hover\:bg-purple-600\/50:hover {
  background-color: rgb(147 51 234 / 0.5);
}

.hover\:bg-purple-600\/55:hover {
  background-color: rgb(147 51 234 / 0.55);
}

.hover\:bg-purple-600\/60:hover {
  background-color: rgb(147 51 234 / 0.6);
}

.hover\:bg-purple-600\/65:hover {
  background-color: rgb(147 51 234 / 0.65);
}

.hover\:bg-purple-600\/70:hover {
  background-color: rgb(147 51 234 / 0.7);
}

.hover\:bg-purple-600\/75:hover {
  background-color: rgb(147 51 234 / 0.75);
}

.hover\:bg-purple-600\/80:hover {
  background-color: rgb(147 51 234 / 0.8);
}

.hover\:bg-purple-600\/85:hover {
  background-color: rgb(147 51 234 / 0.85);
}

.hover\:bg-purple-600\/90:hover {
  background-color: rgb(147 51 234 / 0.9);
}

.hover\:bg-purple-600\/95:hover {
  background-color: rgb(147 51 234 / 0.95);
}

.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-700\/0:hover {
  background-color: rgb(126 34 206 / 0);
}

.hover\:bg-purple-700\/10:hover {
  background-color: rgb(126 34 206 / 0.1);
}

.hover\:bg-purple-700\/100:hover {
  background-color: rgb(126 34 206 / 1);
}

.hover\:bg-purple-700\/15:hover {
  background-color: rgb(126 34 206 / 0.15);
}

.hover\:bg-purple-700\/20:hover {
  background-color: rgb(126 34 206 / 0.2);
}

.hover\:bg-purple-700\/25:hover {
  background-color: rgb(126 34 206 / 0.25);
}

.hover\:bg-purple-700\/30:hover {
  background-color: rgb(126 34 206 / 0.3);
}

.hover\:bg-purple-700\/35:hover {
  background-color: rgb(126 34 206 / 0.35);
}

.hover\:bg-purple-700\/40:hover {
  background-color: rgb(126 34 206 / 0.4);
}

.hover\:bg-purple-700\/45:hover {
  background-color: rgb(126 34 206 / 0.45);
}

.hover\:bg-purple-700\/5:hover {
  background-color: rgb(126 34 206 / 0.05);
}

.hover\:bg-purple-700\/50:hover {
  background-color: rgb(126 34 206 / 0.5);
}

.hover\:bg-purple-700\/55:hover {
  background-color: rgb(126 34 206 / 0.55);
}

.hover\:bg-purple-700\/60:hover {
  background-color: rgb(126 34 206 / 0.6);
}

.hover\:bg-purple-700\/65:hover {
  background-color: rgb(126 34 206 / 0.65);
}

.hover\:bg-purple-700\/70:hover {
  background-color: rgb(126 34 206 / 0.7);
}

.hover\:bg-purple-700\/75:hover {
  background-color: rgb(126 34 206 / 0.75);
}

.hover\:bg-purple-700\/80:hover {
  background-color: rgb(126 34 206 / 0.8);
}

.hover\:bg-purple-700\/85:hover {
  background-color: rgb(126 34 206 / 0.85);
}

.hover\:bg-purple-700\/90:hover {
  background-color: rgb(126 34 206 / 0.9);
}

.hover\:bg-purple-700\/95:hover {
  background-color: rgb(126 34 206 / 0.95);
}

.hover\:bg-purple-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-800\/0:hover {
  background-color: rgb(107 33 168 / 0);
}

.hover\:bg-purple-800\/10:hover {
  background-color: rgb(107 33 168 / 0.1);
}

.hover\:bg-purple-800\/100:hover {
  background-color: rgb(107 33 168 / 1);
}

.hover\:bg-purple-800\/15:hover {
  background-color: rgb(107 33 168 / 0.15);
}

.hover\:bg-purple-800\/20:hover {
  background-color: rgb(107 33 168 / 0.2);
}

.hover\:bg-purple-800\/25:hover {
  background-color: rgb(107 33 168 / 0.25);
}

.hover\:bg-purple-800\/30:hover {
  background-color: rgb(107 33 168 / 0.3);
}

.hover\:bg-purple-800\/35:hover {
  background-color: rgb(107 33 168 / 0.35);
}

.hover\:bg-purple-800\/40:hover {
  background-color: rgb(107 33 168 / 0.4);
}

.hover\:bg-purple-800\/45:hover {
  background-color: rgb(107 33 168 / 0.45);
}

.hover\:bg-purple-800\/5:hover {
  background-color: rgb(107 33 168 / 0.05);
}

.hover\:bg-purple-800\/50:hover {
  background-color: rgb(107 33 168 / 0.5);
}

.hover\:bg-purple-800\/55:hover {
  background-color: rgb(107 33 168 / 0.55);
}

.hover\:bg-purple-800\/60:hover {
  background-color: rgb(107 33 168 / 0.6);
}

.hover\:bg-purple-800\/65:hover {
  background-color: rgb(107 33 168 / 0.65);
}

.hover\:bg-purple-800\/70:hover {
  background-color: rgb(107 33 168 / 0.7);
}

.hover\:bg-purple-800\/75:hover {
  background-color: rgb(107 33 168 / 0.75);
}

.hover\:bg-purple-800\/80:hover {
  background-color: rgb(107 33 168 / 0.8);
}

.hover\:bg-purple-800\/85:hover {
  background-color: rgb(107 33 168 / 0.85);
}

.hover\:bg-purple-800\/90:hover {
  background-color: rgb(107 33 168 / 0.9);
}

.hover\:bg-purple-800\/95:hover {
  background-color: rgb(107 33 168 / 0.95);
}

.hover\:bg-purple-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-900\/0:hover {
  background-color: rgb(88 28 135 / 0);
}

.hover\:bg-purple-900\/10:hover {
  background-color: rgb(88 28 135 / 0.1);
}

.hover\:bg-purple-900\/100:hover {
  background-color: rgb(88 28 135 / 1);
}

.hover\:bg-purple-900\/15:hover {
  background-color: rgb(88 28 135 / 0.15);
}

.hover\:bg-purple-900\/20:hover {
  background-color: rgb(88 28 135 / 0.2);
}

.hover\:bg-purple-900\/25:hover {
  background-color: rgb(88 28 135 / 0.25);
}

.hover\:bg-purple-900\/30:hover {
  background-color: rgb(88 28 135 / 0.3);
}

.hover\:bg-purple-900\/35:hover {
  background-color: rgb(88 28 135 / 0.35);
}

.hover\:bg-purple-900\/40:hover {
  background-color: rgb(88 28 135 / 0.4);
}

.hover\:bg-purple-900\/45:hover {
  background-color: rgb(88 28 135 / 0.45);
}

.hover\:bg-purple-900\/5:hover {
  background-color: rgb(88 28 135 / 0.05);
}

.hover\:bg-purple-900\/50:hover {
  background-color: rgb(88 28 135 / 0.5);
}

.hover\:bg-purple-900\/55:hover {
  background-color: rgb(88 28 135 / 0.55);
}

.hover\:bg-purple-900\/60:hover {
  background-color: rgb(88 28 135 / 0.6);
}

.hover\:bg-purple-900\/65:hover {
  background-color: rgb(88 28 135 / 0.65);
}

.hover\:bg-purple-900\/70:hover {
  background-color: rgb(88 28 135 / 0.7);
}

.hover\:bg-purple-900\/75:hover {
  background-color: rgb(88 28 135 / 0.75);
}

.hover\:bg-purple-900\/80:hover {
  background-color: rgb(88 28 135 / 0.8);
}

.hover\:bg-purple-900\/85:hover {
  background-color: rgb(88 28 135 / 0.85);
}

.hover\:bg-purple-900\/90:hover {
  background-color: rgb(88 28 135 / 0.9);
}

.hover\:bg-purple-900\/95:hover {
  background-color: rgb(88 28 135 / 0.95);
}

.hover\:bg-purple-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-950\/0:hover {
  background-color: rgb(59 7 100 / 0);
}

.hover\:bg-purple-950\/10:hover {
  background-color: rgb(59 7 100 / 0.1);
}

.hover\:bg-purple-950\/100:hover {
  background-color: rgb(59 7 100 / 1);
}

.hover\:bg-purple-950\/15:hover {
  background-color: rgb(59 7 100 / 0.15);
}

.hover\:bg-purple-950\/20:hover {
  background-color: rgb(59 7 100 / 0.2);
}

.hover\:bg-purple-950\/25:hover {
  background-color: rgb(59 7 100 / 0.25);
}

.hover\:bg-purple-950\/30:hover {
  background-color: rgb(59 7 100 / 0.3);
}

.hover\:bg-purple-950\/35:hover {
  background-color: rgb(59 7 100 / 0.35);
}

.hover\:bg-purple-950\/40:hover {
  background-color: rgb(59 7 100 / 0.4);
}

.hover\:bg-purple-950\/45:hover {
  background-color: rgb(59 7 100 / 0.45);
}

.hover\:bg-purple-950\/5:hover {
  background-color: rgb(59 7 100 / 0.05);
}

.hover\:bg-purple-950\/50:hover {
  background-color: rgb(59 7 100 / 0.5);
}

.hover\:bg-purple-950\/55:hover {
  background-color: rgb(59 7 100 / 0.55);
}

.hover\:bg-purple-950\/60:hover {
  background-color: rgb(59 7 100 / 0.6);
}

.hover\:bg-purple-950\/65:hover {
  background-color: rgb(59 7 100 / 0.65);
}

.hover\:bg-purple-950\/70:hover {
  background-color: rgb(59 7 100 / 0.7);
}

.hover\:bg-purple-950\/75:hover {
  background-color: rgb(59 7 100 / 0.75);
}

.hover\:bg-purple-950\/80:hover {
  background-color: rgb(59 7 100 / 0.8);
}

.hover\:bg-purple-950\/85:hover {
  background-color: rgb(59 7 100 / 0.85);
}

.hover\:bg-purple-950\/90:hover {
  background-color: rgb(59 7 100 / 0.9);
}

.hover\:bg-purple-950\/95:hover {
  background-color: rgb(59 7 100 / 0.95);
}

.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-100\/0:hover {
  background-color: rgb(254 226 226 / 0);
}

.hover\:bg-red-100\/10:hover {
  background-color: rgb(254 226 226 / 0.1);
}

.hover\:bg-red-100\/100:hover {
  background-color: rgb(254 226 226 / 1);
}

.hover\:bg-red-100\/15:hover {
  background-color: rgb(254 226 226 / 0.15);
}

.hover\:bg-red-100\/20:hover {
  background-color: rgb(254 226 226 / 0.2);
}

.hover\:bg-red-100\/25:hover {
  background-color: rgb(254 226 226 / 0.25);
}

.hover\:bg-red-100\/30:hover {
  background-color: rgb(254 226 226 / 0.3);
}

.hover\:bg-red-100\/35:hover {
  background-color: rgb(254 226 226 / 0.35);
}

.hover\:bg-red-100\/40:hover {
  background-color: rgb(254 226 226 / 0.4);
}

.hover\:bg-red-100\/45:hover {
  background-color: rgb(254 226 226 / 0.45);
}

.hover\:bg-red-100\/5:hover {
  background-color: rgb(254 226 226 / 0.05);
}

.hover\:bg-red-100\/50:hover {
  background-color: rgb(254 226 226 / 0.5);
}

.hover\:bg-red-100\/55:hover {
  background-color: rgb(254 226 226 / 0.55);
}

.hover\:bg-red-100\/60:hover {
  background-color: rgb(254 226 226 / 0.6);
}

.hover\:bg-red-100\/65:hover {
  background-color: rgb(254 226 226 / 0.65);
}

.hover\:bg-red-100\/70:hover {
  background-color: rgb(254 226 226 / 0.7);
}

.hover\:bg-red-100\/75:hover {
  background-color: rgb(254 226 226 / 0.75);
}

.hover\:bg-red-100\/80:hover {
  background-color: rgb(254 226 226 / 0.8);
}

.hover\:bg-red-100\/85:hover {
  background-color: rgb(254 226 226 / 0.85);
}

.hover\:bg-red-100\/90:hover {
  background-color: rgb(254 226 226 / 0.9);
}

.hover\:bg-red-100\/95:hover {
  background-color: rgb(254 226 226 / 0.95);
}

.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-200\/0:hover {
  background-color: rgb(254 202 202 / 0);
}

.hover\:bg-red-200\/10:hover {
  background-color: rgb(254 202 202 / 0.1);
}

.hover\:bg-red-200\/100:hover {
  background-color: rgb(254 202 202 / 1);
}

.hover\:bg-red-200\/15:hover {
  background-color: rgb(254 202 202 / 0.15);
}

.hover\:bg-red-200\/20:hover {
  background-color: rgb(254 202 202 / 0.2);
}

.hover\:bg-red-200\/25:hover {
  background-color: rgb(254 202 202 / 0.25);
}

.hover\:bg-red-200\/30:hover {
  background-color: rgb(254 202 202 / 0.3);
}

.hover\:bg-red-200\/35:hover {
  background-color: rgb(254 202 202 / 0.35);
}

.hover\:bg-red-200\/40:hover {
  background-color: rgb(254 202 202 / 0.4);
}

.hover\:bg-red-200\/45:hover {
  background-color: rgb(254 202 202 / 0.45);
}

.hover\:bg-red-200\/5:hover {
  background-color: rgb(254 202 202 / 0.05);
}

.hover\:bg-red-200\/50:hover {
  background-color: rgb(254 202 202 / 0.5);
}

.hover\:bg-red-200\/55:hover {
  background-color: rgb(254 202 202 / 0.55);
}

.hover\:bg-red-200\/60:hover {
  background-color: rgb(254 202 202 / 0.6);
}

.hover\:bg-red-200\/65:hover {
  background-color: rgb(254 202 202 / 0.65);
}

.hover\:bg-red-200\/70:hover {
  background-color: rgb(254 202 202 / 0.7);
}

.hover\:bg-red-200\/75:hover {
  background-color: rgb(254 202 202 / 0.75);
}

.hover\:bg-red-200\/80:hover {
  background-color: rgb(254 202 202 / 0.8);
}

.hover\:bg-red-200\/85:hover {
  background-color: rgb(254 202 202 / 0.85);
}

.hover\:bg-red-200\/90:hover {
  background-color: rgb(254 202 202 / 0.9);
}

.hover\:bg-red-200\/95:hover {
  background-color: rgb(254 202 202 / 0.95);
}

.hover\:bg-red-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-300\/0:hover {
  background-color: rgb(252 165 165 / 0);
}

.hover\:bg-red-300\/10:hover {
  background-color: rgb(252 165 165 / 0.1);
}

.hover\:bg-red-300\/100:hover {
  background-color: rgb(252 165 165 / 1);
}

.hover\:bg-red-300\/15:hover {
  background-color: rgb(252 165 165 / 0.15);
}

.hover\:bg-red-300\/20:hover {
  background-color: rgb(252 165 165 / 0.2);
}

.hover\:bg-red-300\/25:hover {
  background-color: rgb(252 165 165 / 0.25);
}

.hover\:bg-red-300\/30:hover {
  background-color: rgb(252 165 165 / 0.3);
}

.hover\:bg-red-300\/35:hover {
  background-color: rgb(252 165 165 / 0.35);
}

.hover\:bg-red-300\/40:hover {
  background-color: rgb(252 165 165 / 0.4);
}

.hover\:bg-red-300\/45:hover {
  background-color: rgb(252 165 165 / 0.45);
}

.hover\:bg-red-300\/5:hover {
  background-color: rgb(252 165 165 / 0.05);
}

.hover\:bg-red-300\/50:hover {
  background-color: rgb(252 165 165 / 0.5);
}

.hover\:bg-red-300\/55:hover {
  background-color: rgb(252 165 165 / 0.55);
}

.hover\:bg-red-300\/60:hover {
  background-color: rgb(252 165 165 / 0.6);
}

.hover\:bg-red-300\/65:hover {
  background-color: rgb(252 165 165 / 0.65);
}

.hover\:bg-red-300\/70:hover {
  background-color: rgb(252 165 165 / 0.7);
}

.hover\:bg-red-300\/75:hover {
  background-color: rgb(252 165 165 / 0.75);
}

.hover\:bg-red-300\/80:hover {
  background-color: rgb(252 165 165 / 0.8);
}

.hover\:bg-red-300\/85:hover {
  background-color: rgb(252 165 165 / 0.85);
}

.hover\:bg-red-300\/90:hover {
  background-color: rgb(252 165 165 / 0.9);
}

.hover\:bg-red-300\/95:hover {
  background-color: rgb(252 165 165 / 0.95);
}

.hover\:bg-red-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-400\/0:hover {
  background-color: rgb(248 113 113 / 0);
}

.hover\:bg-red-400\/10:hover {
  background-color: rgb(248 113 113 / 0.1);
}

.hover\:bg-red-400\/100:hover {
  background-color: rgb(248 113 113 / 1);
}

.hover\:bg-red-400\/15:hover {
  background-color: rgb(248 113 113 / 0.15);
}

.hover\:bg-red-400\/20:hover {
  background-color: rgb(248 113 113 / 0.2);
}

.hover\:bg-red-400\/25:hover {
  background-color: rgb(248 113 113 / 0.25);
}

.hover\:bg-red-400\/30:hover {
  background-color: rgb(248 113 113 / 0.3);
}

.hover\:bg-red-400\/35:hover {
  background-color: rgb(248 113 113 / 0.35);
}

.hover\:bg-red-400\/40:hover {
  background-color: rgb(248 113 113 / 0.4);
}

.hover\:bg-red-400\/45:hover {
  background-color: rgb(248 113 113 / 0.45);
}

.hover\:bg-red-400\/5:hover {
  background-color: rgb(248 113 113 / 0.05);
}

.hover\:bg-red-400\/50:hover {
  background-color: rgb(248 113 113 / 0.5);
}

.hover\:bg-red-400\/55:hover {
  background-color: rgb(248 113 113 / 0.55);
}

.hover\:bg-red-400\/60:hover {
  background-color: rgb(248 113 113 / 0.6);
}

.hover\:bg-red-400\/65:hover {
  background-color: rgb(248 113 113 / 0.65);
}

.hover\:bg-red-400\/70:hover {
  background-color: rgb(248 113 113 / 0.7);
}

.hover\:bg-red-400\/75:hover {
  background-color: rgb(248 113 113 / 0.75);
}

.hover\:bg-red-400\/80:hover {
  background-color: rgb(248 113 113 / 0.8);
}

.hover\:bg-red-400\/85:hover {
  background-color: rgb(248 113 113 / 0.85);
}

.hover\:bg-red-400\/90:hover {
  background-color: rgb(248 113 113 / 0.9);
}

.hover\:bg-red-400\/95:hover {
  background-color: rgb(248 113 113 / 0.95);
}

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-50\/0:hover {
  background-color: rgb(254 242 242 / 0);
}

.hover\:bg-red-50\/10:hover {
  background-color: rgb(254 242 242 / 0.1);
}

.hover\:bg-red-50\/100:hover {
  background-color: rgb(254 242 242 / 1);
}

.hover\:bg-red-50\/15:hover {
  background-color: rgb(254 242 242 / 0.15);
}

.hover\:bg-red-50\/20:hover {
  background-color: rgb(254 242 242 / 0.2);
}

.hover\:bg-red-50\/25:hover {
  background-color: rgb(254 242 242 / 0.25);
}

.hover\:bg-red-50\/30:hover {
  background-color: rgb(254 242 242 / 0.3);
}

.hover\:bg-red-50\/35:hover {
  background-color: rgb(254 242 242 / 0.35);
}

.hover\:bg-red-50\/40:hover {
  background-color: rgb(254 242 242 / 0.4);
}

.hover\:bg-red-50\/45:hover {
  background-color: rgb(254 242 242 / 0.45);
}

.hover\:bg-red-50\/5:hover {
  background-color: rgb(254 242 242 / 0.05);
}

.hover\:bg-red-50\/50:hover {
  background-color: rgb(254 242 242 / 0.5);
}

.hover\:bg-red-50\/55:hover {
  background-color: rgb(254 242 242 / 0.55);
}

.hover\:bg-red-50\/60:hover {
  background-color: rgb(254 242 242 / 0.6);
}

.hover\:bg-red-50\/65:hover {
  background-color: rgb(254 242 242 / 0.65);
}

.hover\:bg-red-50\/70:hover {
  background-color: rgb(254 242 242 / 0.7);
}

.hover\:bg-red-50\/75:hover {
  background-color: rgb(254 242 242 / 0.75);
}

.hover\:bg-red-50\/80:hover {
  background-color: rgb(254 242 242 / 0.8);
}

.hover\:bg-red-50\/85:hover {
  background-color: rgb(254 242 242 / 0.85);
}

.hover\:bg-red-50\/90:hover {
  background-color: rgb(254 242 242 / 0.9);
}

.hover\:bg-red-50\/95:hover {
  background-color: rgb(254 242 242 / 0.95);
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-500\/0:hover {
  background-color: rgb(239 68 68 / 0);
}

.hover\:bg-red-500\/10:hover {
  background-color: rgb(239 68 68 / 0.1);
}

.hover\:bg-red-500\/100:hover {
  background-color: rgb(239 68 68 / 1);
}

.hover\:bg-red-500\/15:hover {
  background-color: rgb(239 68 68 / 0.15);
}

.hover\:bg-red-500\/20:hover {
  background-color: rgb(239 68 68 / 0.2);
}

.hover\:bg-red-500\/25:hover {
  background-color: rgb(239 68 68 / 0.25);
}

.hover\:bg-red-500\/30:hover {
  background-color: rgb(239 68 68 / 0.3);
}

.hover\:bg-red-500\/35:hover {
  background-color: rgb(239 68 68 / 0.35);
}

.hover\:bg-red-500\/40:hover {
  background-color: rgb(239 68 68 / 0.4);
}

.hover\:bg-red-500\/45:hover {
  background-color: rgb(239 68 68 / 0.45);
}

.hover\:bg-red-500\/5:hover {
  background-color: rgb(239 68 68 / 0.05);
}

.hover\:bg-red-500\/50:hover {
  background-color: rgb(239 68 68 / 0.5);
}

.hover\:bg-red-500\/55:hover {
  background-color: rgb(239 68 68 / 0.55);
}

.hover\:bg-red-500\/60:hover {
  background-color: rgb(239 68 68 / 0.6);
}

.hover\:bg-red-500\/65:hover {
  background-color: rgb(239 68 68 / 0.65);
}

.hover\:bg-red-500\/70:hover {
  background-color: rgb(239 68 68 / 0.7);
}

.hover\:bg-red-500\/75:hover {
  background-color: rgb(239 68 68 / 0.75);
}

.hover\:bg-red-500\/80:hover {
  background-color: rgb(239 68 68 / 0.8);
}

.hover\:bg-red-500\/85:hover {
  background-color: rgb(239 68 68 / 0.85);
}

.hover\:bg-red-500\/90:hover {
  background-color: rgb(239 68 68 / 0.9);
}

.hover\:bg-red-500\/95:hover {
  background-color: rgb(239 68 68 / 0.95);
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-600\/0:hover {
  background-color: rgb(220 38 38 / 0);
}

.hover\:bg-red-600\/10:hover {
  background-color: rgb(220 38 38 / 0.1);
}

.hover\:bg-red-600\/100:hover {
  background-color: rgb(220 38 38 / 1);
}

.hover\:bg-red-600\/15:hover {
  background-color: rgb(220 38 38 / 0.15);
}

.hover\:bg-red-600\/20:hover {
  background-color: rgb(220 38 38 / 0.2);
}

.hover\:bg-red-600\/25:hover {
  background-color: rgb(220 38 38 / 0.25);
}

.hover\:bg-red-600\/30:hover {
  background-color: rgb(220 38 38 / 0.3);
}

.hover\:bg-red-600\/35:hover {
  background-color: rgb(220 38 38 / 0.35);
}

.hover\:bg-red-600\/40:hover {
  background-color: rgb(220 38 38 / 0.4);
}

.hover\:bg-red-600\/45:hover {
  background-color: rgb(220 38 38 / 0.45);
}

.hover\:bg-red-600\/5:hover {
  background-color: rgb(220 38 38 / 0.05);
}

.hover\:bg-red-600\/50:hover {
  background-color: rgb(220 38 38 / 0.5);
}

.hover\:bg-red-600\/55:hover {
  background-color: rgb(220 38 38 / 0.55);
}

.hover\:bg-red-600\/60:hover {
  background-color: rgb(220 38 38 / 0.6);
}

.hover\:bg-red-600\/65:hover {
  background-color: rgb(220 38 38 / 0.65);
}

.hover\:bg-red-600\/70:hover {
  background-color: rgb(220 38 38 / 0.7);
}

.hover\:bg-red-600\/75:hover {
  background-color: rgb(220 38 38 / 0.75);
}

.hover\:bg-red-600\/80:hover {
  background-color: rgb(220 38 38 / 0.8);
}

.hover\:bg-red-600\/85:hover {
  background-color: rgb(220 38 38 / 0.85);
}

.hover\:bg-red-600\/90:hover {
  background-color: rgb(220 38 38 / 0.9);
}

.hover\:bg-red-600\/95:hover {
  background-color: rgb(220 38 38 / 0.95);
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700\/0:hover {
  background-color: rgb(185 28 28 / 0);
}

.hover\:bg-red-700\/10:hover {
  background-color: rgb(185 28 28 / 0.1);
}

.hover\:bg-red-700\/100:hover {
  background-color: rgb(185 28 28 / 1);
}

.hover\:bg-red-700\/15:hover {
  background-color: rgb(185 28 28 / 0.15);
}

.hover\:bg-red-700\/20:hover {
  background-color: rgb(185 28 28 / 0.2);
}

.hover\:bg-red-700\/25:hover {
  background-color: rgb(185 28 28 / 0.25);
}

.hover\:bg-red-700\/30:hover {
  background-color: rgb(185 28 28 / 0.3);
}

.hover\:bg-red-700\/35:hover {
  background-color: rgb(185 28 28 / 0.35);
}

.hover\:bg-red-700\/40:hover {
  background-color: rgb(185 28 28 / 0.4);
}

.hover\:bg-red-700\/45:hover {
  background-color: rgb(185 28 28 / 0.45);
}

.hover\:bg-red-700\/5:hover {
  background-color: rgb(185 28 28 / 0.05);
}

.hover\:bg-red-700\/50:hover {
  background-color: rgb(185 28 28 / 0.5);
}

.hover\:bg-red-700\/55:hover {
  background-color: rgb(185 28 28 / 0.55);
}

.hover\:bg-red-700\/60:hover {
  background-color: rgb(185 28 28 / 0.6);
}

.hover\:bg-red-700\/65:hover {
  background-color: rgb(185 28 28 / 0.65);
}

.hover\:bg-red-700\/70:hover {
  background-color: rgb(185 28 28 / 0.7);
}

.hover\:bg-red-700\/75:hover {
  background-color: rgb(185 28 28 / 0.75);
}

.hover\:bg-red-700\/80:hover {
  background-color: rgb(185 28 28 / 0.8);
}

.hover\:bg-red-700\/85:hover {
  background-color: rgb(185 28 28 / 0.85);
}

.hover\:bg-red-700\/90:hover {
  background-color: rgb(185 28 28 / 0.9);
}

.hover\:bg-red-700\/95:hover {
  background-color: rgb(185 28 28 / 0.95);
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-800\/0:hover {
  background-color: rgb(153 27 27 / 0);
}

.hover\:bg-red-800\/10:hover {
  background-color: rgb(153 27 27 / 0.1);
}

.hover\:bg-red-800\/100:hover {
  background-color: rgb(153 27 27 / 1);
}

.hover\:bg-red-800\/15:hover {
  background-color: rgb(153 27 27 / 0.15);
}

.hover\:bg-red-800\/20:hover {
  background-color: rgb(153 27 27 / 0.2);
}

.hover\:bg-red-800\/25:hover {
  background-color: rgb(153 27 27 / 0.25);
}

.hover\:bg-red-800\/30:hover {
  background-color: rgb(153 27 27 / 0.3);
}

.hover\:bg-red-800\/35:hover {
  background-color: rgb(153 27 27 / 0.35);
}

.hover\:bg-red-800\/40:hover {
  background-color: rgb(153 27 27 / 0.4);
}

.hover\:bg-red-800\/45:hover {
  background-color: rgb(153 27 27 / 0.45);
}

.hover\:bg-red-800\/5:hover {
  background-color: rgb(153 27 27 / 0.05);
}

.hover\:bg-red-800\/50:hover {
  background-color: rgb(153 27 27 / 0.5);
}

.hover\:bg-red-800\/55:hover {
  background-color: rgb(153 27 27 / 0.55);
}

.hover\:bg-red-800\/60:hover {
  background-color: rgb(153 27 27 / 0.6);
}

.hover\:bg-red-800\/65:hover {
  background-color: rgb(153 27 27 / 0.65);
}

.hover\:bg-red-800\/70:hover {
  background-color: rgb(153 27 27 / 0.7);
}

.hover\:bg-red-800\/75:hover {
  background-color: rgb(153 27 27 / 0.75);
}

.hover\:bg-red-800\/80:hover {
  background-color: rgb(153 27 27 / 0.8);
}

.hover\:bg-red-800\/85:hover {
  background-color: rgb(153 27 27 / 0.85);
}

.hover\:bg-red-800\/90:hover {
  background-color: rgb(153 27 27 / 0.9);
}

.hover\:bg-red-800\/95:hover {
  background-color: rgb(153 27 27 / 0.95);
}

.hover\:bg-red-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-900\/0:hover {
  background-color: rgb(127 29 29 / 0);
}

.hover\:bg-red-900\/10:hover {
  background-color: rgb(127 29 29 / 0.1);
}

.hover\:bg-red-900\/100:hover {
  background-color: rgb(127 29 29 / 1);
}

.hover\:bg-red-900\/15:hover {
  background-color: rgb(127 29 29 / 0.15);
}

.hover\:bg-red-900\/20:hover {
  background-color: rgb(127 29 29 / 0.2);
}

.hover\:bg-red-900\/25:hover {
  background-color: rgb(127 29 29 / 0.25);
}

.hover\:bg-red-900\/30:hover {
  background-color: rgb(127 29 29 / 0.3);
}

.hover\:bg-red-900\/35:hover {
  background-color: rgb(127 29 29 / 0.35);
}

.hover\:bg-red-900\/40:hover {
  background-color: rgb(127 29 29 / 0.4);
}

.hover\:bg-red-900\/45:hover {
  background-color: rgb(127 29 29 / 0.45);
}

.hover\:bg-red-900\/5:hover {
  background-color: rgb(127 29 29 / 0.05);
}

.hover\:bg-red-900\/50:hover {
  background-color: rgb(127 29 29 / 0.5);
}

.hover\:bg-red-900\/55:hover {
  background-color: rgb(127 29 29 / 0.55);
}

.hover\:bg-red-900\/60:hover {
  background-color: rgb(127 29 29 / 0.6);
}

.hover\:bg-red-900\/65:hover {
  background-color: rgb(127 29 29 / 0.65);
}

.hover\:bg-red-900\/70:hover {
  background-color: rgb(127 29 29 / 0.7);
}

.hover\:bg-red-900\/75:hover {
  background-color: rgb(127 29 29 / 0.75);
}

.hover\:bg-red-900\/80:hover {
  background-color: rgb(127 29 29 / 0.8);
}

.hover\:bg-red-900\/85:hover {
  background-color: rgb(127 29 29 / 0.85);
}

.hover\:bg-red-900\/90:hover {
  background-color: rgb(127 29 29 / 0.9);
}

.hover\:bg-red-900\/95:hover {
  background-color: rgb(127 29 29 / 0.95);
}

.hover\:bg-red-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-950\/0:hover {
  background-color: rgb(69 10 10 / 0);
}

.hover\:bg-red-950\/10:hover {
  background-color: rgb(69 10 10 / 0.1);
}

.hover\:bg-red-950\/100:hover {
  background-color: rgb(69 10 10 / 1);
}

.hover\:bg-red-950\/15:hover {
  background-color: rgb(69 10 10 / 0.15);
}

.hover\:bg-red-950\/20:hover {
  background-color: rgb(69 10 10 / 0.2);
}

.hover\:bg-red-950\/25:hover {
  background-color: rgb(69 10 10 / 0.25);
}

.hover\:bg-red-950\/30:hover {
  background-color: rgb(69 10 10 / 0.3);
}

.hover\:bg-red-950\/35:hover {
  background-color: rgb(69 10 10 / 0.35);
}

.hover\:bg-red-950\/40:hover {
  background-color: rgb(69 10 10 / 0.4);
}

.hover\:bg-red-950\/45:hover {
  background-color: rgb(69 10 10 / 0.45);
}

.hover\:bg-red-950\/5:hover {
  background-color: rgb(69 10 10 / 0.05);
}

.hover\:bg-red-950\/50:hover {
  background-color: rgb(69 10 10 / 0.5);
}

.hover\:bg-red-950\/55:hover {
  background-color: rgb(69 10 10 / 0.55);
}

.hover\:bg-red-950\/60:hover {
  background-color: rgb(69 10 10 / 0.6);
}

.hover\:bg-red-950\/65:hover {
  background-color: rgb(69 10 10 / 0.65);
}

.hover\:bg-red-950\/70:hover {
  background-color: rgb(69 10 10 / 0.7);
}

.hover\:bg-red-950\/75:hover {
  background-color: rgb(69 10 10 / 0.75);
}

.hover\:bg-red-950\/80:hover {
  background-color: rgb(69 10 10 / 0.8);
}

.hover\:bg-red-950\/85:hover {
  background-color: rgb(69 10 10 / 0.85);
}

.hover\:bg-red-950\/90:hover {
  background-color: rgb(69 10 10 / 0.9);
}

.hover\:bg-red-950\/95:hover {
  background-color: rgb(69 10 10 / 0.95);
}

.hover\:bg-yellow-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-100\/0:hover {
  background-color: rgb(254 249 195 / 0);
}

.hover\:bg-yellow-100\/10:hover {
  background-color: rgb(254 249 195 / 0.1);
}

.hover\:bg-yellow-100\/100:hover {
  background-color: rgb(254 249 195 / 1);
}

.hover\:bg-yellow-100\/15:hover {
  background-color: rgb(254 249 195 / 0.15);
}

.hover\:bg-yellow-100\/20:hover {
  background-color: rgb(254 249 195 / 0.2);
}

.hover\:bg-yellow-100\/25:hover {
  background-color: rgb(254 249 195 / 0.25);
}

.hover\:bg-yellow-100\/30:hover {
  background-color: rgb(254 249 195 / 0.3);
}

.hover\:bg-yellow-100\/35:hover {
  background-color: rgb(254 249 195 / 0.35);
}

.hover\:bg-yellow-100\/40:hover {
  background-color: rgb(254 249 195 / 0.4);
}

.hover\:bg-yellow-100\/45:hover {
  background-color: rgb(254 249 195 / 0.45);
}

.hover\:bg-yellow-100\/5:hover {
  background-color: rgb(254 249 195 / 0.05);
}

.hover\:bg-yellow-100\/50:hover {
  background-color: rgb(254 249 195 / 0.5);
}

.hover\:bg-yellow-100\/55:hover {
  background-color: rgb(254 249 195 / 0.55);
}

.hover\:bg-yellow-100\/60:hover {
  background-color: rgb(254 249 195 / 0.6);
}

.hover\:bg-yellow-100\/65:hover {
  background-color: rgb(254 249 195 / 0.65);
}

.hover\:bg-yellow-100\/70:hover {
  background-color: rgb(254 249 195 / 0.7);
}

.hover\:bg-yellow-100\/75:hover {
  background-color: rgb(254 249 195 / 0.75);
}

.hover\:bg-yellow-100\/80:hover {
  background-color: rgb(254 249 195 / 0.8);
}

.hover\:bg-yellow-100\/85:hover {
  background-color: rgb(254 249 195 / 0.85);
}

.hover\:bg-yellow-100\/90:hover {
  background-color: rgb(254 249 195 / 0.9);
}

.hover\:bg-yellow-100\/95:hover {
  background-color: rgb(254 249 195 / 0.95);
}

.hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-200\/0:hover {
  background-color: rgb(254 240 138 / 0);
}

.hover\:bg-yellow-200\/10:hover {
  background-color: rgb(254 240 138 / 0.1);
}

.hover\:bg-yellow-200\/100:hover {
  background-color: rgb(254 240 138 / 1);
}

.hover\:bg-yellow-200\/15:hover {
  background-color: rgb(254 240 138 / 0.15);
}

.hover\:bg-yellow-200\/20:hover {
  background-color: rgb(254 240 138 / 0.2);
}

.hover\:bg-yellow-200\/25:hover {
  background-color: rgb(254 240 138 / 0.25);
}

.hover\:bg-yellow-200\/30:hover {
  background-color: rgb(254 240 138 / 0.3);
}

.hover\:bg-yellow-200\/35:hover {
  background-color: rgb(254 240 138 / 0.35);
}

.hover\:bg-yellow-200\/40:hover {
  background-color: rgb(254 240 138 / 0.4);
}

.hover\:bg-yellow-200\/45:hover {
  background-color: rgb(254 240 138 / 0.45);
}

.hover\:bg-yellow-200\/5:hover {
  background-color: rgb(254 240 138 / 0.05);
}

.hover\:bg-yellow-200\/50:hover {
  background-color: rgb(254 240 138 / 0.5);
}

.hover\:bg-yellow-200\/55:hover {
  background-color: rgb(254 240 138 / 0.55);
}

.hover\:bg-yellow-200\/60:hover {
  background-color: rgb(254 240 138 / 0.6);
}

.hover\:bg-yellow-200\/65:hover {
  background-color: rgb(254 240 138 / 0.65);
}

.hover\:bg-yellow-200\/70:hover {
  background-color: rgb(254 240 138 / 0.7);
}

.hover\:bg-yellow-200\/75:hover {
  background-color: rgb(254 240 138 / 0.75);
}

.hover\:bg-yellow-200\/80:hover {
  background-color: rgb(254 240 138 / 0.8);
}

.hover\:bg-yellow-200\/85:hover {
  background-color: rgb(254 240 138 / 0.85);
}

.hover\:bg-yellow-200\/90:hover {
  background-color: rgb(254 240 138 / 0.9);
}

.hover\:bg-yellow-200\/95:hover {
  background-color: rgb(254 240 138 / 0.95);
}

.hover\:bg-yellow-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-300\/0:hover {
  background-color: rgb(253 224 71 / 0);
}

.hover\:bg-yellow-300\/10:hover {
  background-color: rgb(253 224 71 / 0.1);
}

.hover\:bg-yellow-300\/100:hover {
  background-color: rgb(253 224 71 / 1);
}

.hover\:bg-yellow-300\/15:hover {
  background-color: rgb(253 224 71 / 0.15);
}

.hover\:bg-yellow-300\/20:hover {
  background-color: rgb(253 224 71 / 0.2);
}

.hover\:bg-yellow-300\/25:hover {
  background-color: rgb(253 224 71 / 0.25);
}

.hover\:bg-yellow-300\/30:hover {
  background-color: rgb(253 224 71 / 0.3);
}

.hover\:bg-yellow-300\/35:hover {
  background-color: rgb(253 224 71 / 0.35);
}

.hover\:bg-yellow-300\/40:hover {
  background-color: rgb(253 224 71 / 0.4);
}

.hover\:bg-yellow-300\/45:hover {
  background-color: rgb(253 224 71 / 0.45);
}

.hover\:bg-yellow-300\/5:hover {
  background-color: rgb(253 224 71 / 0.05);
}

.hover\:bg-yellow-300\/50:hover {
  background-color: rgb(253 224 71 / 0.5);
}

.hover\:bg-yellow-300\/55:hover {
  background-color: rgb(253 224 71 / 0.55);
}

.hover\:bg-yellow-300\/60:hover {
  background-color: rgb(253 224 71 / 0.6);
}

.hover\:bg-yellow-300\/65:hover {
  background-color: rgb(253 224 71 / 0.65);
}

.hover\:bg-yellow-300\/70:hover {
  background-color: rgb(253 224 71 / 0.7);
}

.hover\:bg-yellow-300\/75:hover {
  background-color: rgb(253 224 71 / 0.75);
}

.hover\:bg-yellow-300\/80:hover {
  background-color: rgb(253 224 71 / 0.8);
}

.hover\:bg-yellow-300\/85:hover {
  background-color: rgb(253 224 71 / 0.85);
}

.hover\:bg-yellow-300\/90:hover {
  background-color: rgb(253 224 71 / 0.9);
}

.hover\:bg-yellow-300\/95:hover {
  background-color: rgb(253 224 71 / 0.95);
}

.hover\:bg-yellow-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-400\/0:hover {
  background-color: rgb(250 204 21 / 0);
}

.hover\:bg-yellow-400\/10:hover {
  background-color: rgb(250 204 21 / 0.1);
}

.hover\:bg-yellow-400\/100:hover {
  background-color: rgb(250 204 21 / 1);
}

.hover\:bg-yellow-400\/15:hover {
  background-color: rgb(250 204 21 / 0.15);
}

.hover\:bg-yellow-400\/20:hover {
  background-color: rgb(250 204 21 / 0.2);
}

.hover\:bg-yellow-400\/25:hover {
  background-color: rgb(250 204 21 / 0.25);
}

.hover\:bg-yellow-400\/30:hover {
  background-color: rgb(250 204 21 / 0.3);
}

.hover\:bg-yellow-400\/35:hover {
  background-color: rgb(250 204 21 / 0.35);
}

.hover\:bg-yellow-400\/40:hover {
  background-color: rgb(250 204 21 / 0.4);
}

.hover\:bg-yellow-400\/45:hover {
  background-color: rgb(250 204 21 / 0.45);
}

.hover\:bg-yellow-400\/5:hover {
  background-color: rgb(250 204 21 / 0.05);
}

.hover\:bg-yellow-400\/50:hover {
  background-color: rgb(250 204 21 / 0.5);
}

.hover\:bg-yellow-400\/55:hover {
  background-color: rgb(250 204 21 / 0.55);
}

.hover\:bg-yellow-400\/60:hover {
  background-color: rgb(250 204 21 / 0.6);
}

.hover\:bg-yellow-400\/65:hover {
  background-color: rgb(250 204 21 / 0.65);
}

.hover\:bg-yellow-400\/70:hover {
  background-color: rgb(250 204 21 / 0.7);
}

.hover\:bg-yellow-400\/75:hover {
  background-color: rgb(250 204 21 / 0.75);
}

.hover\:bg-yellow-400\/80:hover {
  background-color: rgb(250 204 21 / 0.8);
}

.hover\:bg-yellow-400\/85:hover {
  background-color: rgb(250 204 21 / 0.85);
}

.hover\:bg-yellow-400\/90:hover {
  background-color: rgb(250 204 21 / 0.9);
}

.hover\:bg-yellow-400\/95:hover {
  background-color: rgb(250 204 21 / 0.95);
}

.hover\:bg-yellow-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-50\/0:hover {
  background-color: rgb(254 252 232 / 0);
}

.hover\:bg-yellow-50\/10:hover {
  background-color: rgb(254 252 232 / 0.1);
}

.hover\:bg-yellow-50\/100:hover {
  background-color: rgb(254 252 232 / 1);
}

.hover\:bg-yellow-50\/15:hover {
  background-color: rgb(254 252 232 / 0.15);
}

.hover\:bg-yellow-50\/20:hover {
  background-color: rgb(254 252 232 / 0.2);
}

.hover\:bg-yellow-50\/25:hover {
  background-color: rgb(254 252 232 / 0.25);
}

.hover\:bg-yellow-50\/30:hover {
  background-color: rgb(254 252 232 / 0.3);
}

.hover\:bg-yellow-50\/35:hover {
  background-color: rgb(254 252 232 / 0.35);
}

.hover\:bg-yellow-50\/40:hover {
  background-color: rgb(254 252 232 / 0.4);
}

.hover\:bg-yellow-50\/45:hover {
  background-color: rgb(254 252 232 / 0.45);
}

.hover\:bg-yellow-50\/5:hover {
  background-color: rgb(254 252 232 / 0.05);
}

.hover\:bg-yellow-50\/50:hover {
  background-color: rgb(254 252 232 / 0.5);
}

.hover\:bg-yellow-50\/55:hover {
  background-color: rgb(254 252 232 / 0.55);
}

.hover\:bg-yellow-50\/60:hover {
  background-color: rgb(254 252 232 / 0.6);
}

.hover\:bg-yellow-50\/65:hover {
  background-color: rgb(254 252 232 / 0.65);
}

.hover\:bg-yellow-50\/70:hover {
  background-color: rgb(254 252 232 / 0.7);
}

.hover\:bg-yellow-50\/75:hover {
  background-color: rgb(254 252 232 / 0.75);
}

.hover\:bg-yellow-50\/80:hover {
  background-color: rgb(254 252 232 / 0.8);
}

.hover\:bg-yellow-50\/85:hover {
  background-color: rgb(254 252 232 / 0.85);
}

.hover\:bg-yellow-50\/90:hover {
  background-color: rgb(254 252 232 / 0.9);
}

.hover\:bg-yellow-50\/95:hover {
  background-color: rgb(254 252 232 / 0.95);
}

.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-500\/0:hover {
  background-color: rgb(234 179 8 / 0);
}

.hover\:bg-yellow-500\/10:hover {
  background-color: rgb(234 179 8 / 0.1);
}

.hover\:bg-yellow-500\/100:hover {
  background-color: rgb(234 179 8 / 1);
}

.hover\:bg-yellow-500\/15:hover {
  background-color: rgb(234 179 8 / 0.15);
}

.hover\:bg-yellow-500\/20:hover {
  background-color: rgb(234 179 8 / 0.2);
}

.hover\:bg-yellow-500\/25:hover {
  background-color: rgb(234 179 8 / 0.25);
}

.hover\:bg-yellow-500\/30:hover {
  background-color: rgb(234 179 8 / 0.3);
}

.hover\:bg-yellow-500\/35:hover {
  background-color: rgb(234 179 8 / 0.35);
}

.hover\:bg-yellow-500\/40:hover {
  background-color: rgb(234 179 8 / 0.4);
}

.hover\:bg-yellow-500\/45:hover {
  background-color: rgb(234 179 8 / 0.45);
}

.hover\:bg-yellow-500\/5:hover {
  background-color: rgb(234 179 8 / 0.05);
}

.hover\:bg-yellow-500\/50:hover {
  background-color: rgb(234 179 8 / 0.5);
}

.hover\:bg-yellow-500\/55:hover {
  background-color: rgb(234 179 8 / 0.55);
}

.hover\:bg-yellow-500\/60:hover {
  background-color: rgb(234 179 8 / 0.6);
}

.hover\:bg-yellow-500\/65:hover {
  background-color: rgb(234 179 8 / 0.65);
}

.hover\:bg-yellow-500\/70:hover {
  background-color: rgb(234 179 8 / 0.7);
}

.hover\:bg-yellow-500\/75:hover {
  background-color: rgb(234 179 8 / 0.75);
}

.hover\:bg-yellow-500\/80:hover {
  background-color: rgb(234 179 8 / 0.8);
}

.hover\:bg-yellow-500\/85:hover {
  background-color: rgb(234 179 8 / 0.85);
}

.hover\:bg-yellow-500\/90:hover {
  background-color: rgb(234 179 8 / 0.9);
}

.hover\:bg-yellow-500\/95:hover {
  background-color: rgb(234 179 8 / 0.95);
}

.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-600\/0:hover {
  background-color: rgb(202 138 4 / 0);
}

.hover\:bg-yellow-600\/10:hover {
  background-color: rgb(202 138 4 / 0.1);
}

.hover\:bg-yellow-600\/100:hover {
  background-color: rgb(202 138 4 / 1);
}

.hover\:bg-yellow-600\/15:hover {
  background-color: rgb(202 138 4 / 0.15);
}

.hover\:bg-yellow-600\/20:hover {
  background-color: rgb(202 138 4 / 0.2);
}

.hover\:bg-yellow-600\/25:hover {
  background-color: rgb(202 138 4 / 0.25);
}

.hover\:bg-yellow-600\/30:hover {
  background-color: rgb(202 138 4 / 0.3);
}

.hover\:bg-yellow-600\/35:hover {
  background-color: rgb(202 138 4 / 0.35);
}

.hover\:bg-yellow-600\/40:hover {
  background-color: rgb(202 138 4 / 0.4);
}

.hover\:bg-yellow-600\/45:hover {
  background-color: rgb(202 138 4 / 0.45);
}

.hover\:bg-yellow-600\/5:hover {
  background-color: rgb(202 138 4 / 0.05);
}

.hover\:bg-yellow-600\/50:hover {
  background-color: rgb(202 138 4 / 0.5);
}

.hover\:bg-yellow-600\/55:hover {
  background-color: rgb(202 138 4 / 0.55);
}

.hover\:bg-yellow-600\/60:hover {
  background-color: rgb(202 138 4 / 0.6);
}

.hover\:bg-yellow-600\/65:hover {
  background-color: rgb(202 138 4 / 0.65);
}

.hover\:bg-yellow-600\/70:hover {
  background-color: rgb(202 138 4 / 0.7);
}

.hover\:bg-yellow-600\/75:hover {
  background-color: rgb(202 138 4 / 0.75);
}

.hover\:bg-yellow-600\/80:hover {
  background-color: rgb(202 138 4 / 0.8);
}

.hover\:bg-yellow-600\/85:hover {
  background-color: rgb(202 138 4 / 0.85);
}

.hover\:bg-yellow-600\/90:hover {
  background-color: rgb(202 138 4 / 0.9);
}

.hover\:bg-yellow-600\/95:hover {
  background-color: rgb(202 138 4 / 0.95);
}

.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-700\/0:hover {
  background-color: rgb(161 98 7 / 0);
}

.hover\:bg-yellow-700\/10:hover {
  background-color: rgb(161 98 7 / 0.1);
}

.hover\:bg-yellow-700\/100:hover {
  background-color: rgb(161 98 7 / 1);
}

.hover\:bg-yellow-700\/15:hover {
  background-color: rgb(161 98 7 / 0.15);
}

.hover\:bg-yellow-700\/20:hover {
  background-color: rgb(161 98 7 / 0.2);
}

.hover\:bg-yellow-700\/25:hover {
  background-color: rgb(161 98 7 / 0.25);
}

.hover\:bg-yellow-700\/30:hover {
  background-color: rgb(161 98 7 / 0.3);
}

.hover\:bg-yellow-700\/35:hover {
  background-color: rgb(161 98 7 / 0.35);
}

.hover\:bg-yellow-700\/40:hover {
  background-color: rgb(161 98 7 / 0.4);
}

.hover\:bg-yellow-700\/45:hover {
  background-color: rgb(161 98 7 / 0.45);
}

.hover\:bg-yellow-700\/5:hover {
  background-color: rgb(161 98 7 / 0.05);
}

.hover\:bg-yellow-700\/50:hover {
  background-color: rgb(161 98 7 / 0.5);
}

.hover\:bg-yellow-700\/55:hover {
  background-color: rgb(161 98 7 / 0.55);
}

.hover\:bg-yellow-700\/60:hover {
  background-color: rgb(161 98 7 / 0.6);
}

.hover\:bg-yellow-700\/65:hover {
  background-color: rgb(161 98 7 / 0.65);
}

.hover\:bg-yellow-700\/70:hover {
  background-color: rgb(161 98 7 / 0.7);
}

.hover\:bg-yellow-700\/75:hover {
  background-color: rgb(161 98 7 / 0.75);
}

.hover\:bg-yellow-700\/80:hover {
  background-color: rgb(161 98 7 / 0.8);
}

.hover\:bg-yellow-700\/85:hover {
  background-color: rgb(161 98 7 / 0.85);
}

.hover\:bg-yellow-700\/90:hover {
  background-color: rgb(161 98 7 / 0.9);
}

.hover\:bg-yellow-700\/95:hover {
  background-color: rgb(161 98 7 / 0.95);
}

.hover\:bg-yellow-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-800\/0:hover {
  background-color: rgb(133 77 14 / 0);
}

.hover\:bg-yellow-800\/10:hover {
  background-color: rgb(133 77 14 / 0.1);
}

.hover\:bg-yellow-800\/100:hover {
  background-color: rgb(133 77 14 / 1);
}

.hover\:bg-yellow-800\/15:hover {
  background-color: rgb(133 77 14 / 0.15);
}

.hover\:bg-yellow-800\/20:hover {
  background-color: rgb(133 77 14 / 0.2);
}

.hover\:bg-yellow-800\/25:hover {
  background-color: rgb(133 77 14 / 0.25);
}

.hover\:bg-yellow-800\/30:hover {
  background-color: rgb(133 77 14 / 0.3);
}

.hover\:bg-yellow-800\/35:hover {
  background-color: rgb(133 77 14 / 0.35);
}

.hover\:bg-yellow-800\/40:hover {
  background-color: rgb(133 77 14 / 0.4);
}

.hover\:bg-yellow-800\/45:hover {
  background-color: rgb(133 77 14 / 0.45);
}

.hover\:bg-yellow-800\/5:hover {
  background-color: rgb(133 77 14 / 0.05);
}

.hover\:bg-yellow-800\/50:hover {
  background-color: rgb(133 77 14 / 0.5);
}

.hover\:bg-yellow-800\/55:hover {
  background-color: rgb(133 77 14 / 0.55);
}

.hover\:bg-yellow-800\/60:hover {
  background-color: rgb(133 77 14 / 0.6);
}

.hover\:bg-yellow-800\/65:hover {
  background-color: rgb(133 77 14 / 0.65);
}

.hover\:bg-yellow-800\/70:hover {
  background-color: rgb(133 77 14 / 0.7);
}

.hover\:bg-yellow-800\/75:hover {
  background-color: rgb(133 77 14 / 0.75);
}

.hover\:bg-yellow-800\/80:hover {
  background-color: rgb(133 77 14 / 0.8);
}

.hover\:bg-yellow-800\/85:hover {
  background-color: rgb(133 77 14 / 0.85);
}

.hover\:bg-yellow-800\/90:hover {
  background-color: rgb(133 77 14 / 0.9);
}

.hover\:bg-yellow-800\/95:hover {
  background-color: rgb(133 77 14 / 0.95);
}

.hover\:bg-yellow-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-900\/0:hover {
  background-color: rgb(113 63 18 / 0);
}

.hover\:bg-yellow-900\/10:hover {
  background-color: rgb(113 63 18 / 0.1);
}

.hover\:bg-yellow-900\/100:hover {
  background-color: rgb(113 63 18 / 1);
}

.hover\:bg-yellow-900\/15:hover {
  background-color: rgb(113 63 18 / 0.15);
}

.hover\:bg-yellow-900\/20:hover {
  background-color: rgb(113 63 18 / 0.2);
}

.hover\:bg-yellow-900\/25:hover {
  background-color: rgb(113 63 18 / 0.25);
}

.hover\:bg-yellow-900\/30:hover {
  background-color: rgb(113 63 18 / 0.3);
}

.hover\:bg-yellow-900\/35:hover {
  background-color: rgb(113 63 18 / 0.35);
}

.hover\:bg-yellow-900\/40:hover {
  background-color: rgb(113 63 18 / 0.4);
}

.hover\:bg-yellow-900\/45:hover {
  background-color: rgb(113 63 18 / 0.45);
}

.hover\:bg-yellow-900\/5:hover {
  background-color: rgb(113 63 18 / 0.05);
}

.hover\:bg-yellow-900\/50:hover {
  background-color: rgb(113 63 18 / 0.5);
}

.hover\:bg-yellow-900\/55:hover {
  background-color: rgb(113 63 18 / 0.55);
}

.hover\:bg-yellow-900\/60:hover {
  background-color: rgb(113 63 18 / 0.6);
}

.hover\:bg-yellow-900\/65:hover {
  background-color: rgb(113 63 18 / 0.65);
}

.hover\:bg-yellow-900\/70:hover {
  background-color: rgb(113 63 18 / 0.7);
}

.hover\:bg-yellow-900\/75:hover {
  background-color: rgb(113 63 18 / 0.75);
}

.hover\:bg-yellow-900\/80:hover {
  background-color: rgb(113 63 18 / 0.8);
}

.hover\:bg-yellow-900\/85:hover {
  background-color: rgb(113 63 18 / 0.85);
}

.hover\:bg-yellow-900\/90:hover {
  background-color: rgb(113 63 18 / 0.9);
}

.hover\:bg-yellow-900\/95:hover {
  background-color: rgb(113 63 18 / 0.95);
}

.hover\:bg-yellow-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-950\/0:hover {
  background-color: rgb(66 32 6 / 0);
}

.hover\:bg-yellow-950\/10:hover {
  background-color: rgb(66 32 6 / 0.1);
}

.hover\:bg-yellow-950\/100:hover {
  background-color: rgb(66 32 6 / 1);
}

.hover\:bg-yellow-950\/15:hover {
  background-color: rgb(66 32 6 / 0.15);
}

.hover\:bg-yellow-950\/20:hover {
  background-color: rgb(66 32 6 / 0.2);
}

.hover\:bg-yellow-950\/25:hover {
  background-color: rgb(66 32 6 / 0.25);
}

.hover\:bg-yellow-950\/30:hover {
  background-color: rgb(66 32 6 / 0.3);
}

.hover\:bg-yellow-950\/35:hover {
  background-color: rgb(66 32 6 / 0.35);
}

.hover\:bg-yellow-950\/40:hover {
  background-color: rgb(66 32 6 / 0.4);
}

.hover\:bg-yellow-950\/45:hover {
  background-color: rgb(66 32 6 / 0.45);
}

.hover\:bg-yellow-950\/5:hover {
  background-color: rgb(66 32 6 / 0.05);
}

.hover\:bg-yellow-950\/50:hover {
  background-color: rgb(66 32 6 / 0.5);
}

.hover\:bg-yellow-950\/55:hover {
  background-color: rgb(66 32 6 / 0.55);
}

.hover\:bg-yellow-950\/60:hover {
  background-color: rgb(66 32 6 / 0.6);
}

.hover\:bg-yellow-950\/65:hover {
  background-color: rgb(66 32 6 / 0.65);
}

.hover\:bg-yellow-950\/70:hover {
  background-color: rgb(66 32 6 / 0.7);
}

.hover\:bg-yellow-950\/75:hover {
  background-color: rgb(66 32 6 / 0.75);
}

.hover\:bg-yellow-950\/80:hover {
  background-color: rgb(66 32 6 / 0.8);
}

.hover\:bg-yellow-950\/85:hover {
  background-color: rgb(66 32 6 / 0.85);
}

.hover\:bg-yellow-950\/90:hover {
  background-color: rgb(66 32 6 / 0.9);
}

.hover\:bg-yellow-950\/95:hover {
  background-color: rgb(66 32 6 / 0.95);
}

.hover\:text-blue-100:hover {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-100\/0:hover {
  color: rgb(219 234 254 / 0);
}

.hover\:text-blue-100\/10:hover {
  color: rgb(219 234 254 / 0.1);
}

.hover\:text-blue-100\/100:hover {
  color: rgb(219 234 254 / 1);
}

.hover\:text-blue-100\/15:hover {
  color: rgb(219 234 254 / 0.15);
}

.hover\:text-blue-100\/20:hover {
  color: rgb(219 234 254 / 0.2);
}

.hover\:text-blue-100\/25:hover {
  color: rgb(219 234 254 / 0.25);
}

.hover\:text-blue-100\/30:hover {
  color: rgb(219 234 254 / 0.3);
}

.hover\:text-blue-100\/35:hover {
  color: rgb(219 234 254 / 0.35);
}

.hover\:text-blue-100\/40:hover {
  color: rgb(219 234 254 / 0.4);
}

.hover\:text-blue-100\/45:hover {
  color: rgb(219 234 254 / 0.45);
}

.hover\:text-blue-100\/5:hover {
  color: rgb(219 234 254 / 0.05);
}

.hover\:text-blue-100\/50:hover {
  color: rgb(219 234 254 / 0.5);
}

.hover\:text-blue-100\/55:hover {
  color: rgb(219 234 254 / 0.55);
}

.hover\:text-blue-100\/60:hover {
  color: rgb(219 234 254 / 0.6);
}

.hover\:text-blue-100\/65:hover {
  color: rgb(219 234 254 / 0.65);
}

.hover\:text-blue-100\/70:hover {
  color: rgb(219 234 254 / 0.7);
}

.hover\:text-blue-100\/75:hover {
  color: rgb(219 234 254 / 0.75);
}

.hover\:text-blue-100\/80:hover {
  color: rgb(219 234 254 / 0.8);
}

.hover\:text-blue-100\/85:hover {
  color: rgb(219 234 254 / 0.85);
}

.hover\:text-blue-100\/90:hover {
  color: rgb(219 234 254 / 0.9);
}

.hover\:text-blue-100\/95:hover {
  color: rgb(219 234 254 / 0.95);
}

.hover\:text-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-200\/0:hover {
  color: rgb(191 219 254 / 0);
}

.hover\:text-blue-200\/10:hover {
  color: rgb(191 219 254 / 0.1);
}

.hover\:text-blue-200\/100:hover {
  color: rgb(191 219 254 / 1);
}

.hover\:text-blue-200\/15:hover {
  color: rgb(191 219 254 / 0.15);
}

.hover\:text-blue-200\/20:hover {
  color: rgb(191 219 254 / 0.2);
}

.hover\:text-blue-200\/25:hover {
  color: rgb(191 219 254 / 0.25);
}

.hover\:text-blue-200\/30:hover {
  color: rgb(191 219 254 / 0.3);
}

.hover\:text-blue-200\/35:hover {
  color: rgb(191 219 254 / 0.35);
}

.hover\:text-blue-200\/40:hover {
  color: rgb(191 219 254 / 0.4);
}

.hover\:text-blue-200\/45:hover {
  color: rgb(191 219 254 / 0.45);
}

.hover\:text-blue-200\/5:hover {
  color: rgb(191 219 254 / 0.05);
}

.hover\:text-blue-200\/50:hover {
  color: rgb(191 219 254 / 0.5);
}

.hover\:text-blue-200\/55:hover {
  color: rgb(191 219 254 / 0.55);
}

.hover\:text-blue-200\/60:hover {
  color: rgb(191 219 254 / 0.6);
}

.hover\:text-blue-200\/65:hover {
  color: rgb(191 219 254 / 0.65);
}

.hover\:text-blue-200\/70:hover {
  color: rgb(191 219 254 / 0.7);
}

.hover\:text-blue-200\/75:hover {
  color: rgb(191 219 254 / 0.75);
}

.hover\:text-blue-200\/80:hover {
  color: rgb(191 219 254 / 0.8);
}

.hover\:text-blue-200\/85:hover {
  color: rgb(191 219 254 / 0.85);
}

.hover\:text-blue-200\/90:hover {
  color: rgb(191 219 254 / 0.9);
}

.hover\:text-blue-200\/95:hover {
  color: rgb(191 219 254 / 0.95);
}

.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-300\/0:hover {
  color: rgb(147 197 253 / 0);
}

.hover\:text-blue-300\/10:hover {
  color: rgb(147 197 253 / 0.1);
}

.hover\:text-blue-300\/100:hover {
  color: rgb(147 197 253 / 1);
}

.hover\:text-blue-300\/15:hover {
  color: rgb(147 197 253 / 0.15);
}

.hover\:text-blue-300\/20:hover {
  color: rgb(147 197 253 / 0.2);
}

.hover\:text-blue-300\/25:hover {
  color: rgb(147 197 253 / 0.25);
}

.hover\:text-blue-300\/30:hover {
  color: rgb(147 197 253 / 0.3);
}

.hover\:text-blue-300\/35:hover {
  color: rgb(147 197 253 / 0.35);
}

.hover\:text-blue-300\/40:hover {
  color: rgb(147 197 253 / 0.4);
}

.hover\:text-blue-300\/45:hover {
  color: rgb(147 197 253 / 0.45);
}

.hover\:text-blue-300\/5:hover {
  color: rgb(147 197 253 / 0.05);
}

.hover\:text-blue-300\/50:hover {
  color: rgb(147 197 253 / 0.5);
}

.hover\:text-blue-300\/55:hover {
  color: rgb(147 197 253 / 0.55);
}

.hover\:text-blue-300\/60:hover {
  color: rgb(147 197 253 / 0.6);
}

.hover\:text-blue-300\/65:hover {
  color: rgb(147 197 253 / 0.65);
}

.hover\:text-blue-300\/70:hover {
  color: rgb(147 197 253 / 0.7);
}

.hover\:text-blue-300\/75:hover {
  color: rgb(147 197 253 / 0.75);
}

.hover\:text-blue-300\/80:hover {
  color: rgb(147 197 253 / 0.8);
}

.hover\:text-blue-300\/85:hover {
  color: rgb(147 197 253 / 0.85);
}

.hover\:text-blue-300\/90:hover {
  color: rgb(147 197 253 / 0.9);
}

.hover\:text-blue-300\/95:hover {
  color: rgb(147 197 253 / 0.95);
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-400\/0:hover {
  color: rgb(96 165 250 / 0);
}

.hover\:text-blue-400\/10:hover {
  color: rgb(96 165 250 / 0.1);
}

.hover\:text-blue-400\/100:hover {
  color: rgb(96 165 250 / 1);
}

.hover\:text-blue-400\/15:hover {
  color: rgb(96 165 250 / 0.15);
}

.hover\:text-blue-400\/20:hover {
  color: rgb(96 165 250 / 0.2);
}

.hover\:text-blue-400\/25:hover {
  color: rgb(96 165 250 / 0.25);
}

.hover\:text-blue-400\/30:hover {
  color: rgb(96 165 250 / 0.3);
}

.hover\:text-blue-400\/35:hover {
  color: rgb(96 165 250 / 0.35);
}

.hover\:text-blue-400\/40:hover {
  color: rgb(96 165 250 / 0.4);
}

.hover\:text-blue-400\/45:hover {
  color: rgb(96 165 250 / 0.45);
}

.hover\:text-blue-400\/5:hover {
  color: rgb(96 165 250 / 0.05);
}

.hover\:text-blue-400\/50:hover {
  color: rgb(96 165 250 / 0.5);
}

.hover\:text-blue-400\/55:hover {
  color: rgb(96 165 250 / 0.55);
}

.hover\:text-blue-400\/60:hover {
  color: rgb(96 165 250 / 0.6);
}

.hover\:text-blue-400\/65:hover {
  color: rgb(96 165 250 / 0.65);
}

.hover\:text-blue-400\/70:hover {
  color: rgb(96 165 250 / 0.7);
}

.hover\:text-blue-400\/75:hover {
  color: rgb(96 165 250 / 0.75);
}

.hover\:text-blue-400\/80:hover {
  color: rgb(96 165 250 / 0.8);
}

.hover\:text-blue-400\/85:hover {
  color: rgb(96 165 250 / 0.85);
}

.hover\:text-blue-400\/90:hover {
  color: rgb(96 165 250 / 0.9);
}

.hover\:text-blue-400\/95:hover {
  color: rgb(96 165 250 / 0.95);
}

.hover\:text-blue-50:hover {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-50\/0:hover {
  color: rgb(239 246 255 / 0);
}

.hover\:text-blue-50\/10:hover {
  color: rgb(239 246 255 / 0.1);
}

.hover\:text-blue-50\/100:hover {
  color: rgb(239 246 255 / 1);
}

.hover\:text-blue-50\/15:hover {
  color: rgb(239 246 255 / 0.15);
}

.hover\:text-blue-50\/20:hover {
  color: rgb(239 246 255 / 0.2);
}

.hover\:text-blue-50\/25:hover {
  color: rgb(239 246 255 / 0.25);
}

.hover\:text-blue-50\/30:hover {
  color: rgb(239 246 255 / 0.3);
}

.hover\:text-blue-50\/35:hover {
  color: rgb(239 246 255 / 0.35);
}

.hover\:text-blue-50\/40:hover {
  color: rgb(239 246 255 / 0.4);
}

.hover\:text-blue-50\/45:hover {
  color: rgb(239 246 255 / 0.45);
}

.hover\:text-blue-50\/5:hover {
  color: rgb(239 246 255 / 0.05);
}

.hover\:text-blue-50\/50:hover {
  color: rgb(239 246 255 / 0.5);
}

.hover\:text-blue-50\/55:hover {
  color: rgb(239 246 255 / 0.55);
}

.hover\:text-blue-50\/60:hover {
  color: rgb(239 246 255 / 0.6);
}

.hover\:text-blue-50\/65:hover {
  color: rgb(239 246 255 / 0.65);
}

.hover\:text-blue-50\/70:hover {
  color: rgb(239 246 255 / 0.7);
}

.hover\:text-blue-50\/75:hover {
  color: rgb(239 246 255 / 0.75);
}

.hover\:text-blue-50\/80:hover {
  color: rgb(239 246 255 / 0.8);
}

.hover\:text-blue-50\/85:hover {
  color: rgb(239 246 255 / 0.85);
}

.hover\:text-blue-50\/90:hover {
  color: rgb(239 246 255 / 0.9);
}

.hover\:text-blue-50\/95:hover {
  color: rgb(239 246 255 / 0.95);
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-500\/0:hover {
  color: rgb(59 130 246 / 0);
}

.hover\:text-blue-500\/10:hover {
  color: rgb(59 130 246 / 0.1);
}

.hover\:text-blue-500\/100:hover {
  color: rgb(59 130 246 / 1);
}

.hover\:text-blue-500\/15:hover {
  color: rgb(59 130 246 / 0.15);
}

.hover\:text-blue-500\/20:hover {
  color: rgb(59 130 246 / 0.2);
}

.hover\:text-blue-500\/25:hover {
  color: rgb(59 130 246 / 0.25);
}

.hover\:text-blue-500\/30:hover {
  color: rgb(59 130 246 / 0.3);
}

.hover\:text-blue-500\/35:hover {
  color: rgb(59 130 246 / 0.35);
}

.hover\:text-blue-500\/40:hover {
  color: rgb(59 130 246 / 0.4);
}

.hover\:text-blue-500\/45:hover {
  color: rgb(59 130 246 / 0.45);
}

.hover\:text-blue-500\/5:hover {
  color: rgb(59 130 246 / 0.05);
}

.hover\:text-blue-500\/50:hover {
  color: rgb(59 130 246 / 0.5);
}

.hover\:text-blue-500\/55:hover {
  color: rgb(59 130 246 / 0.55);
}

.hover\:text-blue-500\/60:hover {
  color: rgb(59 130 246 / 0.6);
}

.hover\:text-blue-500\/65:hover {
  color: rgb(59 130 246 / 0.65);
}

.hover\:text-blue-500\/70:hover {
  color: rgb(59 130 246 / 0.7);
}

.hover\:text-blue-500\/75:hover {
  color: rgb(59 130 246 / 0.75);
}

.hover\:text-blue-500\/80:hover {
  color: rgb(59 130 246 / 0.8);
}

.hover\:text-blue-500\/85:hover {
  color: rgb(59 130 246 / 0.85);
}

.hover\:text-blue-500\/90:hover {
  color: rgb(59 130 246 / 0.9);
}

.hover\:text-blue-500\/95:hover {
  color: rgb(59 130 246 / 0.95);
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-600\/0:hover {
  color: rgb(37 99 235 / 0);
}

.hover\:text-blue-600\/10:hover {
  color: rgb(37 99 235 / 0.1);
}

.hover\:text-blue-600\/100:hover {
  color: rgb(37 99 235 / 1);
}

.hover\:text-blue-600\/15:hover {
  color: rgb(37 99 235 / 0.15);
}

.hover\:text-blue-600\/20:hover {
  color: rgb(37 99 235 / 0.2);
}

.hover\:text-blue-600\/25:hover {
  color: rgb(37 99 235 / 0.25);
}

.hover\:text-blue-600\/30:hover {
  color: rgb(37 99 235 / 0.3);
}

.hover\:text-blue-600\/35:hover {
  color: rgb(37 99 235 / 0.35);
}

.hover\:text-blue-600\/40:hover {
  color: rgb(37 99 235 / 0.4);
}

.hover\:text-blue-600\/45:hover {
  color: rgb(37 99 235 / 0.45);
}

.hover\:text-blue-600\/5:hover {
  color: rgb(37 99 235 / 0.05);
}

.hover\:text-blue-600\/50:hover {
  color: rgb(37 99 235 / 0.5);
}

.hover\:text-blue-600\/55:hover {
  color: rgb(37 99 235 / 0.55);
}

.hover\:text-blue-600\/60:hover {
  color: rgb(37 99 235 / 0.6);
}

.hover\:text-blue-600\/65:hover {
  color: rgb(37 99 235 / 0.65);
}

.hover\:text-blue-600\/70:hover {
  color: rgb(37 99 235 / 0.7);
}

.hover\:text-blue-600\/75:hover {
  color: rgb(37 99 235 / 0.75);
}

.hover\:text-blue-600\/80:hover {
  color: rgb(37 99 235 / 0.8);
}

.hover\:text-blue-600\/85:hover {
  color: rgb(37 99 235 / 0.85);
}

.hover\:text-blue-600\/90:hover {
  color: rgb(37 99 235 / 0.9);
}

.hover\:text-blue-600\/95:hover {
  color: rgb(37 99 235 / 0.95);
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-700\/0:hover {
  color: rgb(29 78 216 / 0);
}

.hover\:text-blue-700\/10:hover {
  color: rgb(29 78 216 / 0.1);
}

.hover\:text-blue-700\/100:hover {
  color: rgb(29 78 216 / 1);
}

.hover\:text-blue-700\/15:hover {
  color: rgb(29 78 216 / 0.15);
}

.hover\:text-blue-700\/20:hover {
  color: rgb(29 78 216 / 0.2);
}

.hover\:text-blue-700\/25:hover {
  color: rgb(29 78 216 / 0.25);
}

.hover\:text-blue-700\/30:hover {
  color: rgb(29 78 216 / 0.3);
}

.hover\:text-blue-700\/35:hover {
  color: rgb(29 78 216 / 0.35);
}

.hover\:text-blue-700\/40:hover {
  color: rgb(29 78 216 / 0.4);
}

.hover\:text-blue-700\/45:hover {
  color: rgb(29 78 216 / 0.45);
}

.hover\:text-blue-700\/5:hover {
  color: rgb(29 78 216 / 0.05);
}

.hover\:text-blue-700\/50:hover {
  color: rgb(29 78 216 / 0.5);
}

.hover\:text-blue-700\/55:hover {
  color: rgb(29 78 216 / 0.55);
}

.hover\:text-blue-700\/60:hover {
  color: rgb(29 78 216 / 0.6);
}

.hover\:text-blue-700\/65:hover {
  color: rgb(29 78 216 / 0.65);
}

.hover\:text-blue-700\/70:hover {
  color: rgb(29 78 216 / 0.7);
}

.hover\:text-blue-700\/75:hover {
  color: rgb(29 78 216 / 0.75);
}

.hover\:text-blue-700\/80:hover {
  color: rgb(29 78 216 / 0.8);
}

.hover\:text-blue-700\/85:hover {
  color: rgb(29 78 216 / 0.85);
}

.hover\:text-blue-700\/90:hover {
  color: rgb(29 78 216 / 0.9);
}

.hover\:text-blue-700\/95:hover {
  color: rgb(29 78 216 / 0.95);
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-800\/0:hover {
  color: rgb(30 64 175 / 0);
}

.hover\:text-blue-800\/10:hover {
  color: rgb(30 64 175 / 0.1);
}

.hover\:text-blue-800\/100:hover {
  color: rgb(30 64 175 / 1);
}

.hover\:text-blue-800\/15:hover {
  color: rgb(30 64 175 / 0.15);
}

.hover\:text-blue-800\/20:hover {
  color: rgb(30 64 175 / 0.2);
}

.hover\:text-blue-800\/25:hover {
  color: rgb(30 64 175 / 0.25);
}

.hover\:text-blue-800\/30:hover {
  color: rgb(30 64 175 / 0.3);
}

.hover\:text-blue-800\/35:hover {
  color: rgb(30 64 175 / 0.35);
}

.hover\:text-blue-800\/40:hover {
  color: rgb(30 64 175 / 0.4);
}

.hover\:text-blue-800\/45:hover {
  color: rgb(30 64 175 / 0.45);
}

.hover\:text-blue-800\/5:hover {
  color: rgb(30 64 175 / 0.05);
}

.hover\:text-blue-800\/50:hover {
  color: rgb(30 64 175 / 0.5);
}

.hover\:text-blue-800\/55:hover {
  color: rgb(30 64 175 / 0.55);
}

.hover\:text-blue-800\/60:hover {
  color: rgb(30 64 175 / 0.6);
}

.hover\:text-blue-800\/65:hover {
  color: rgb(30 64 175 / 0.65);
}

.hover\:text-blue-800\/70:hover {
  color: rgb(30 64 175 / 0.7);
}

.hover\:text-blue-800\/75:hover {
  color: rgb(30 64 175 / 0.75);
}

.hover\:text-blue-800\/80:hover {
  color: rgb(30 64 175 / 0.8);
}

.hover\:text-blue-800\/85:hover {
  color: rgb(30 64 175 / 0.85);
}

.hover\:text-blue-800\/90:hover {
  color: rgb(30 64 175 / 0.9);
}

.hover\:text-blue-800\/95:hover {
  color: rgb(30 64 175 / 0.95);
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-900\/0:hover {
  color: rgb(30 58 138 / 0);
}

.hover\:text-blue-900\/10:hover {
  color: rgb(30 58 138 / 0.1);
}

.hover\:text-blue-900\/100:hover {
  color: rgb(30 58 138 / 1);
}

.hover\:text-blue-900\/15:hover {
  color: rgb(30 58 138 / 0.15);
}

.hover\:text-blue-900\/20:hover {
  color: rgb(30 58 138 / 0.2);
}

.hover\:text-blue-900\/25:hover {
  color: rgb(30 58 138 / 0.25);
}

.hover\:text-blue-900\/30:hover {
  color: rgb(30 58 138 / 0.3);
}

.hover\:text-blue-900\/35:hover {
  color: rgb(30 58 138 / 0.35);
}

.hover\:text-blue-900\/40:hover {
  color: rgb(30 58 138 / 0.4);
}

.hover\:text-blue-900\/45:hover {
  color: rgb(30 58 138 / 0.45);
}

.hover\:text-blue-900\/5:hover {
  color: rgb(30 58 138 / 0.05);
}

.hover\:text-blue-900\/50:hover {
  color: rgb(30 58 138 / 0.5);
}

.hover\:text-blue-900\/55:hover {
  color: rgb(30 58 138 / 0.55);
}

.hover\:text-blue-900\/60:hover {
  color: rgb(30 58 138 / 0.6);
}

.hover\:text-blue-900\/65:hover {
  color: rgb(30 58 138 / 0.65);
}

.hover\:text-blue-900\/70:hover {
  color: rgb(30 58 138 / 0.7);
}

.hover\:text-blue-900\/75:hover {
  color: rgb(30 58 138 / 0.75);
}

.hover\:text-blue-900\/80:hover {
  color: rgb(30 58 138 / 0.8);
}

.hover\:text-blue-900\/85:hover {
  color: rgb(30 58 138 / 0.85);
}

.hover\:text-blue-900\/90:hover {
  color: rgb(30 58 138 / 0.9);
}

.hover\:text-blue-900\/95:hover {
  color: rgb(30 58 138 / 0.95);
}

.hover\:text-blue-950:hover {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-950\/0:hover {
  color: rgb(23 37 84 / 0);
}

.hover\:text-blue-950\/10:hover {
  color: rgb(23 37 84 / 0.1);
}

.hover\:text-blue-950\/100:hover {
  color: rgb(23 37 84 / 1);
}

.hover\:text-blue-950\/15:hover {
  color: rgb(23 37 84 / 0.15);
}

.hover\:text-blue-950\/20:hover {
  color: rgb(23 37 84 / 0.2);
}

.hover\:text-blue-950\/25:hover {
  color: rgb(23 37 84 / 0.25);
}

.hover\:text-blue-950\/30:hover {
  color: rgb(23 37 84 / 0.3);
}

.hover\:text-blue-950\/35:hover {
  color: rgb(23 37 84 / 0.35);
}

.hover\:text-blue-950\/40:hover {
  color: rgb(23 37 84 / 0.4);
}

.hover\:text-blue-950\/45:hover {
  color: rgb(23 37 84 / 0.45);
}

.hover\:text-blue-950\/5:hover {
  color: rgb(23 37 84 / 0.05);
}

.hover\:text-blue-950\/50:hover {
  color: rgb(23 37 84 / 0.5);
}

.hover\:text-blue-950\/55:hover {
  color: rgb(23 37 84 / 0.55);
}

.hover\:text-blue-950\/60:hover {
  color: rgb(23 37 84 / 0.6);
}

.hover\:text-blue-950\/65:hover {
  color: rgb(23 37 84 / 0.65);
}

.hover\:text-blue-950\/70:hover {
  color: rgb(23 37 84 / 0.7);
}

.hover\:text-blue-950\/75:hover {
  color: rgb(23 37 84 / 0.75);
}

.hover\:text-blue-950\/80:hover {
  color: rgb(23 37 84 / 0.8);
}

.hover\:text-blue-950\/85:hover {
  color: rgb(23 37 84 / 0.85);
}

.hover\:text-blue-950\/90:hover {
  color: rgb(23 37 84 / 0.9);
}

.hover\:text-blue-950\/95:hover {
  color: rgb(23 37 84 / 0.95);
}

.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-100\/0:hover {
  color: rgb(243 244 246 / 0);
}

.hover\:text-gray-100\/10:hover {
  color: rgb(243 244 246 / 0.1);
}

.hover\:text-gray-100\/100:hover {
  color: rgb(243 244 246 / 1);
}

.hover\:text-gray-100\/15:hover {
  color: rgb(243 244 246 / 0.15);
}

.hover\:text-gray-100\/20:hover {
  color: rgb(243 244 246 / 0.2);
}

.hover\:text-gray-100\/25:hover {
  color: rgb(243 244 246 / 0.25);
}

.hover\:text-gray-100\/30:hover {
  color: rgb(243 244 246 / 0.3);
}

.hover\:text-gray-100\/35:hover {
  color: rgb(243 244 246 / 0.35);
}

.hover\:text-gray-100\/40:hover {
  color: rgb(243 244 246 / 0.4);
}

.hover\:text-gray-100\/45:hover {
  color: rgb(243 244 246 / 0.45);
}

.hover\:text-gray-100\/5:hover {
  color: rgb(243 244 246 / 0.05);
}

.hover\:text-gray-100\/50:hover {
  color: rgb(243 244 246 / 0.5);
}

.hover\:text-gray-100\/55:hover {
  color: rgb(243 244 246 / 0.55);
}

.hover\:text-gray-100\/60:hover {
  color: rgb(243 244 246 / 0.6);
}

.hover\:text-gray-100\/65:hover {
  color: rgb(243 244 246 / 0.65);
}

.hover\:text-gray-100\/70:hover {
  color: rgb(243 244 246 / 0.7);
}

.hover\:text-gray-100\/75:hover {
  color: rgb(243 244 246 / 0.75);
}

.hover\:text-gray-100\/80:hover {
  color: rgb(243 244 246 / 0.8);
}

.hover\:text-gray-100\/85:hover {
  color: rgb(243 244 246 / 0.85);
}

.hover\:text-gray-100\/90:hover {
  color: rgb(243 244 246 / 0.9);
}

.hover\:text-gray-100\/95:hover {
  color: rgb(243 244 246 / 0.95);
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-200\/0:hover {
  color: rgb(229 231 235 / 0);
}

.hover\:text-gray-200\/10:hover {
  color: rgb(229 231 235 / 0.1);
}

.hover\:text-gray-200\/100:hover {
  color: rgb(229 231 235 / 1);
}

.hover\:text-gray-200\/15:hover {
  color: rgb(229 231 235 / 0.15);
}

.hover\:text-gray-200\/20:hover {
  color: rgb(229 231 235 / 0.2);
}

.hover\:text-gray-200\/25:hover {
  color: rgb(229 231 235 / 0.25);
}

.hover\:text-gray-200\/30:hover {
  color: rgb(229 231 235 / 0.3);
}

.hover\:text-gray-200\/35:hover {
  color: rgb(229 231 235 / 0.35);
}

.hover\:text-gray-200\/40:hover {
  color: rgb(229 231 235 / 0.4);
}

.hover\:text-gray-200\/45:hover {
  color: rgb(229 231 235 / 0.45);
}

.hover\:text-gray-200\/5:hover {
  color: rgb(229 231 235 / 0.05);
}

.hover\:text-gray-200\/50:hover {
  color: rgb(229 231 235 / 0.5);
}

.hover\:text-gray-200\/55:hover {
  color: rgb(229 231 235 / 0.55);
}

.hover\:text-gray-200\/60:hover {
  color: rgb(229 231 235 / 0.6);
}

.hover\:text-gray-200\/65:hover {
  color: rgb(229 231 235 / 0.65);
}

.hover\:text-gray-200\/70:hover {
  color: rgb(229 231 235 / 0.7);
}

.hover\:text-gray-200\/75:hover {
  color: rgb(229 231 235 / 0.75);
}

.hover\:text-gray-200\/80:hover {
  color: rgb(229 231 235 / 0.8);
}

.hover\:text-gray-200\/85:hover {
  color: rgb(229 231 235 / 0.85);
}

.hover\:text-gray-200\/90:hover {
  color: rgb(229 231 235 / 0.9);
}

.hover\:text-gray-200\/95:hover {
  color: rgb(229 231 235 / 0.95);
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-300\/0:hover {
  color: rgb(209 213 219 / 0);
}

.hover\:text-gray-300\/10:hover {
  color: rgb(209 213 219 / 0.1);
}

.hover\:text-gray-300\/100:hover {
  color: rgb(209 213 219 / 1);
}

.hover\:text-gray-300\/15:hover {
  color: rgb(209 213 219 / 0.15);
}

.hover\:text-gray-300\/20:hover {
  color: rgb(209 213 219 / 0.2);
}

.hover\:text-gray-300\/25:hover {
  color: rgb(209 213 219 / 0.25);
}

.hover\:text-gray-300\/30:hover {
  color: rgb(209 213 219 / 0.3);
}

.hover\:text-gray-300\/35:hover {
  color: rgb(209 213 219 / 0.35);
}

.hover\:text-gray-300\/40:hover {
  color: rgb(209 213 219 / 0.4);
}

.hover\:text-gray-300\/45:hover {
  color: rgb(209 213 219 / 0.45);
}

.hover\:text-gray-300\/5:hover {
  color: rgb(209 213 219 / 0.05);
}

.hover\:text-gray-300\/50:hover {
  color: rgb(209 213 219 / 0.5);
}

.hover\:text-gray-300\/55:hover {
  color: rgb(209 213 219 / 0.55);
}

.hover\:text-gray-300\/60:hover {
  color: rgb(209 213 219 / 0.6);
}

.hover\:text-gray-300\/65:hover {
  color: rgb(209 213 219 / 0.65);
}

.hover\:text-gray-300\/70:hover {
  color: rgb(209 213 219 / 0.7);
}

.hover\:text-gray-300\/75:hover {
  color: rgb(209 213 219 / 0.75);
}

.hover\:text-gray-300\/80:hover {
  color: rgb(209 213 219 / 0.8);
}

.hover\:text-gray-300\/85:hover {
  color: rgb(209 213 219 / 0.85);
}

.hover\:text-gray-300\/90:hover {
  color: rgb(209 213 219 / 0.9);
}

.hover\:text-gray-300\/95:hover {
  color: rgb(209 213 219 / 0.95);
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-400\/0:hover {
  color: rgb(156 163 175 / 0);
}

.hover\:text-gray-400\/10:hover {
  color: rgb(156 163 175 / 0.1);
}

.hover\:text-gray-400\/100:hover {
  color: rgb(156 163 175 / 1);
}

.hover\:text-gray-400\/15:hover {
  color: rgb(156 163 175 / 0.15);
}

.hover\:text-gray-400\/20:hover {
  color: rgb(156 163 175 / 0.2);
}

.hover\:text-gray-400\/25:hover {
  color: rgb(156 163 175 / 0.25);
}

.hover\:text-gray-400\/30:hover {
  color: rgb(156 163 175 / 0.3);
}

.hover\:text-gray-400\/35:hover {
  color: rgb(156 163 175 / 0.35);
}

.hover\:text-gray-400\/40:hover {
  color: rgb(156 163 175 / 0.4);
}

.hover\:text-gray-400\/45:hover {
  color: rgb(156 163 175 / 0.45);
}

.hover\:text-gray-400\/5:hover {
  color: rgb(156 163 175 / 0.05);
}

.hover\:text-gray-400\/50:hover {
  color: rgb(156 163 175 / 0.5);
}

.hover\:text-gray-400\/55:hover {
  color: rgb(156 163 175 / 0.55);
}

.hover\:text-gray-400\/60:hover {
  color: rgb(156 163 175 / 0.6);
}

.hover\:text-gray-400\/65:hover {
  color: rgb(156 163 175 / 0.65);
}

.hover\:text-gray-400\/70:hover {
  color: rgb(156 163 175 / 0.7);
}

.hover\:text-gray-400\/75:hover {
  color: rgb(156 163 175 / 0.75);
}

.hover\:text-gray-400\/80:hover {
  color: rgb(156 163 175 / 0.8);
}

.hover\:text-gray-400\/85:hover {
  color: rgb(156 163 175 / 0.85);
}

.hover\:text-gray-400\/90:hover {
  color: rgb(156 163 175 / 0.9);
}

.hover\:text-gray-400\/95:hover {
  color: rgb(156 163 175 / 0.95);
}

.hover\:text-gray-50:hover {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-50\/0:hover {
  color: rgb(249 250 251 / 0);
}

.hover\:text-gray-50\/10:hover {
  color: rgb(249 250 251 / 0.1);
}

.hover\:text-gray-50\/100:hover {
  color: rgb(249 250 251 / 1);
}

.hover\:text-gray-50\/15:hover {
  color: rgb(249 250 251 / 0.15);
}

.hover\:text-gray-50\/20:hover {
  color: rgb(249 250 251 / 0.2);
}

.hover\:text-gray-50\/25:hover {
  color: rgb(249 250 251 / 0.25);
}

.hover\:text-gray-50\/30:hover {
  color: rgb(249 250 251 / 0.3);
}

.hover\:text-gray-50\/35:hover {
  color: rgb(249 250 251 / 0.35);
}

.hover\:text-gray-50\/40:hover {
  color: rgb(249 250 251 / 0.4);
}

.hover\:text-gray-50\/45:hover {
  color: rgb(249 250 251 / 0.45);
}

.hover\:text-gray-50\/5:hover {
  color: rgb(249 250 251 / 0.05);
}

.hover\:text-gray-50\/50:hover {
  color: rgb(249 250 251 / 0.5);
}

.hover\:text-gray-50\/55:hover {
  color: rgb(249 250 251 / 0.55);
}

.hover\:text-gray-50\/60:hover {
  color: rgb(249 250 251 / 0.6);
}

.hover\:text-gray-50\/65:hover {
  color: rgb(249 250 251 / 0.65);
}

.hover\:text-gray-50\/70:hover {
  color: rgb(249 250 251 / 0.7);
}

.hover\:text-gray-50\/75:hover {
  color: rgb(249 250 251 / 0.75);
}

.hover\:text-gray-50\/80:hover {
  color: rgb(249 250 251 / 0.8);
}

.hover\:text-gray-50\/85:hover {
  color: rgb(249 250 251 / 0.85);
}

.hover\:text-gray-50\/90:hover {
  color: rgb(249 250 251 / 0.9);
}

.hover\:text-gray-50\/95:hover {
  color: rgb(249 250 251 / 0.95);
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-500\/0:hover {
  color: rgb(107 114 128 / 0);
}

.hover\:text-gray-500\/10:hover {
  color: rgb(107 114 128 / 0.1);
}

.hover\:text-gray-500\/100:hover {
  color: rgb(107 114 128 / 1);
}

.hover\:text-gray-500\/15:hover {
  color: rgb(107 114 128 / 0.15);
}

.hover\:text-gray-500\/20:hover {
  color: rgb(107 114 128 / 0.2);
}

.hover\:text-gray-500\/25:hover {
  color: rgb(107 114 128 / 0.25);
}

.hover\:text-gray-500\/30:hover {
  color: rgb(107 114 128 / 0.3);
}

.hover\:text-gray-500\/35:hover {
  color: rgb(107 114 128 / 0.35);
}

.hover\:text-gray-500\/40:hover {
  color: rgb(107 114 128 / 0.4);
}

.hover\:text-gray-500\/45:hover {
  color: rgb(107 114 128 / 0.45);
}

.hover\:text-gray-500\/5:hover {
  color: rgb(107 114 128 / 0.05);
}

.hover\:text-gray-500\/50:hover {
  color: rgb(107 114 128 / 0.5);
}

.hover\:text-gray-500\/55:hover {
  color: rgb(107 114 128 / 0.55);
}

.hover\:text-gray-500\/60:hover {
  color: rgb(107 114 128 / 0.6);
}

.hover\:text-gray-500\/65:hover {
  color: rgb(107 114 128 / 0.65);
}

.hover\:text-gray-500\/70:hover {
  color: rgb(107 114 128 / 0.7);
}

.hover\:text-gray-500\/75:hover {
  color: rgb(107 114 128 / 0.75);
}

.hover\:text-gray-500\/80:hover {
  color: rgb(107 114 128 / 0.8);
}

.hover\:text-gray-500\/85:hover {
  color: rgb(107 114 128 / 0.85);
}

.hover\:text-gray-500\/90:hover {
  color: rgb(107 114 128 / 0.9);
}

.hover\:text-gray-500\/95:hover {
  color: rgb(107 114 128 / 0.95);
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600\/0:hover {
  color: rgb(75 85 99 / 0);
}

.hover\:text-gray-600\/10:hover {
  color: rgb(75 85 99 / 0.1);
}

.hover\:text-gray-600\/100:hover {
  color: rgb(75 85 99 / 1);
}

.hover\:text-gray-600\/15:hover {
  color: rgb(75 85 99 / 0.15);
}

.hover\:text-gray-600\/20:hover {
  color: rgb(75 85 99 / 0.2);
}

.hover\:text-gray-600\/25:hover {
  color: rgb(75 85 99 / 0.25);
}

.hover\:text-gray-600\/30:hover {
  color: rgb(75 85 99 / 0.3);
}

.hover\:text-gray-600\/35:hover {
  color: rgb(75 85 99 / 0.35);
}

.hover\:text-gray-600\/40:hover {
  color: rgb(75 85 99 / 0.4);
}

.hover\:text-gray-600\/45:hover {
  color: rgb(75 85 99 / 0.45);
}

.hover\:text-gray-600\/5:hover {
  color: rgb(75 85 99 / 0.05);
}

.hover\:text-gray-600\/50:hover {
  color: rgb(75 85 99 / 0.5);
}

.hover\:text-gray-600\/55:hover {
  color: rgb(75 85 99 / 0.55);
}

.hover\:text-gray-600\/60:hover {
  color: rgb(75 85 99 / 0.6);
}

.hover\:text-gray-600\/65:hover {
  color: rgb(75 85 99 / 0.65);
}

.hover\:text-gray-600\/70:hover {
  color: rgb(75 85 99 / 0.7);
}

.hover\:text-gray-600\/75:hover {
  color: rgb(75 85 99 / 0.75);
}

.hover\:text-gray-600\/80:hover {
  color: rgb(75 85 99 / 0.8);
}

.hover\:text-gray-600\/85:hover {
  color: rgb(75 85 99 / 0.85);
}

.hover\:text-gray-600\/90:hover {
  color: rgb(75 85 99 / 0.9);
}

.hover\:text-gray-600\/95:hover {
  color: rgb(75 85 99 / 0.95);
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-700\/0:hover {
  color: rgb(55 65 81 / 0);
}

.hover\:text-gray-700\/10:hover {
  color: rgb(55 65 81 / 0.1);
}

.hover\:text-gray-700\/100:hover {
  color: rgb(55 65 81 / 1);
}

.hover\:text-gray-700\/15:hover {
  color: rgb(55 65 81 / 0.15);
}

.hover\:text-gray-700\/20:hover {
  color: rgb(55 65 81 / 0.2);
}

.hover\:text-gray-700\/25:hover {
  color: rgb(55 65 81 / 0.25);
}

.hover\:text-gray-700\/30:hover {
  color: rgb(55 65 81 / 0.3);
}

.hover\:text-gray-700\/35:hover {
  color: rgb(55 65 81 / 0.35);
}

.hover\:text-gray-700\/40:hover {
  color: rgb(55 65 81 / 0.4);
}

.hover\:text-gray-700\/45:hover {
  color: rgb(55 65 81 / 0.45);
}

.hover\:text-gray-700\/5:hover {
  color: rgb(55 65 81 / 0.05);
}

.hover\:text-gray-700\/50:hover {
  color: rgb(55 65 81 / 0.5);
}

.hover\:text-gray-700\/55:hover {
  color: rgb(55 65 81 / 0.55);
}

.hover\:text-gray-700\/60:hover {
  color: rgb(55 65 81 / 0.6);
}

.hover\:text-gray-700\/65:hover {
  color: rgb(55 65 81 / 0.65);
}

.hover\:text-gray-700\/70:hover {
  color: rgb(55 65 81 / 0.7);
}

.hover\:text-gray-700\/75:hover {
  color: rgb(55 65 81 / 0.75);
}

.hover\:text-gray-700\/80:hover {
  color: rgb(55 65 81 / 0.8);
}

.hover\:text-gray-700\/85:hover {
  color: rgb(55 65 81 / 0.85);
}

.hover\:text-gray-700\/90:hover {
  color: rgb(55 65 81 / 0.9);
}

.hover\:text-gray-700\/95:hover {
  color: rgb(55 65 81 / 0.95);
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-800\/0:hover {
  color: rgb(31 41 55 / 0);
}

.hover\:text-gray-800\/10:hover {
  color: rgb(31 41 55 / 0.1);
}

.hover\:text-gray-800\/100:hover {
  color: rgb(31 41 55 / 1);
}

.hover\:text-gray-800\/15:hover {
  color: rgb(31 41 55 / 0.15);
}

.hover\:text-gray-800\/20:hover {
  color: rgb(31 41 55 / 0.2);
}

.hover\:text-gray-800\/25:hover {
  color: rgb(31 41 55 / 0.25);
}

.hover\:text-gray-800\/30:hover {
  color: rgb(31 41 55 / 0.3);
}

.hover\:text-gray-800\/35:hover {
  color: rgb(31 41 55 / 0.35);
}

.hover\:text-gray-800\/40:hover {
  color: rgb(31 41 55 / 0.4);
}

.hover\:text-gray-800\/45:hover {
  color: rgb(31 41 55 / 0.45);
}

.hover\:text-gray-800\/5:hover {
  color: rgb(31 41 55 / 0.05);
}

.hover\:text-gray-800\/50:hover {
  color: rgb(31 41 55 / 0.5);
}

.hover\:text-gray-800\/55:hover {
  color: rgb(31 41 55 / 0.55);
}

.hover\:text-gray-800\/60:hover {
  color: rgb(31 41 55 / 0.6);
}

.hover\:text-gray-800\/65:hover {
  color: rgb(31 41 55 / 0.65);
}

.hover\:text-gray-800\/70:hover {
  color: rgb(31 41 55 / 0.7);
}

.hover\:text-gray-800\/75:hover {
  color: rgb(31 41 55 / 0.75);
}

.hover\:text-gray-800\/80:hover {
  color: rgb(31 41 55 / 0.8);
}

.hover\:text-gray-800\/85:hover {
  color: rgb(31 41 55 / 0.85);
}

.hover\:text-gray-800\/90:hover {
  color: rgb(31 41 55 / 0.9);
}

.hover\:text-gray-800\/95:hover {
  color: rgb(31 41 55 / 0.95);
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900\/0:hover {
  color: rgb(17 24 39 / 0);
}

.hover\:text-gray-900\/10:hover {
  color: rgb(17 24 39 / 0.1);
}

.hover\:text-gray-900\/100:hover {
  color: rgb(17 24 39 / 1);
}

.hover\:text-gray-900\/15:hover {
  color: rgb(17 24 39 / 0.15);
}

.hover\:text-gray-900\/20:hover {
  color: rgb(17 24 39 / 0.2);
}

.hover\:text-gray-900\/25:hover {
  color: rgb(17 24 39 / 0.25);
}

.hover\:text-gray-900\/30:hover {
  color: rgb(17 24 39 / 0.3);
}

.hover\:text-gray-900\/35:hover {
  color: rgb(17 24 39 / 0.35);
}

.hover\:text-gray-900\/40:hover {
  color: rgb(17 24 39 / 0.4);
}

.hover\:text-gray-900\/45:hover {
  color: rgb(17 24 39 / 0.45);
}

.hover\:text-gray-900\/5:hover {
  color: rgb(17 24 39 / 0.05);
}

.hover\:text-gray-900\/50:hover {
  color: rgb(17 24 39 / 0.5);
}

.hover\:text-gray-900\/55:hover {
  color: rgb(17 24 39 / 0.55);
}

.hover\:text-gray-900\/60:hover {
  color: rgb(17 24 39 / 0.6);
}

.hover\:text-gray-900\/65:hover {
  color: rgb(17 24 39 / 0.65);
}

.hover\:text-gray-900\/70:hover {
  color: rgb(17 24 39 / 0.7);
}

.hover\:text-gray-900\/75:hover {
  color: rgb(17 24 39 / 0.75);
}

.hover\:text-gray-900\/80:hover {
  color: rgb(17 24 39 / 0.8);
}

.hover\:text-gray-900\/85:hover {
  color: rgb(17 24 39 / 0.85);
}

.hover\:text-gray-900\/90:hover {
  color: rgb(17 24 39 / 0.9);
}

.hover\:text-gray-900\/95:hover {
  color: rgb(17 24 39 / 0.95);
}

.hover\:text-gray-950:hover {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-950\/0:hover {
  color: rgb(3 7 18 / 0);
}

.hover\:text-gray-950\/10:hover {
  color: rgb(3 7 18 / 0.1);
}

.hover\:text-gray-950\/100:hover {
  color: rgb(3 7 18 / 1);
}

.hover\:text-gray-950\/15:hover {
  color: rgb(3 7 18 / 0.15);
}

.hover\:text-gray-950\/20:hover {
  color: rgb(3 7 18 / 0.2);
}

.hover\:text-gray-950\/25:hover {
  color: rgb(3 7 18 / 0.25);
}

.hover\:text-gray-950\/30:hover {
  color: rgb(3 7 18 / 0.3);
}

.hover\:text-gray-950\/35:hover {
  color: rgb(3 7 18 / 0.35);
}

.hover\:text-gray-950\/40:hover {
  color: rgb(3 7 18 / 0.4);
}

.hover\:text-gray-950\/45:hover {
  color: rgb(3 7 18 / 0.45);
}

.hover\:text-gray-950\/5:hover {
  color: rgb(3 7 18 / 0.05);
}

.hover\:text-gray-950\/50:hover {
  color: rgb(3 7 18 / 0.5);
}

.hover\:text-gray-950\/55:hover {
  color: rgb(3 7 18 / 0.55);
}

.hover\:text-gray-950\/60:hover {
  color: rgb(3 7 18 / 0.6);
}

.hover\:text-gray-950\/65:hover {
  color: rgb(3 7 18 / 0.65);
}

.hover\:text-gray-950\/70:hover {
  color: rgb(3 7 18 / 0.7);
}

.hover\:text-gray-950\/75:hover {
  color: rgb(3 7 18 / 0.75);
}

.hover\:text-gray-950\/80:hover {
  color: rgb(3 7 18 / 0.8);
}

.hover\:text-gray-950\/85:hover {
  color: rgb(3 7 18 / 0.85);
}

.hover\:text-gray-950\/90:hover {
  color: rgb(3 7 18 / 0.9);
}

.hover\:text-gray-950\/95:hover {
  color: rgb(3 7 18 / 0.95);
}

.hover\:text-green-100:hover {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.hover\:text-green-100\/0:hover {
  color: rgb(220 252 231 / 0);
}

.hover\:text-green-100\/10:hover {
  color: rgb(220 252 231 / 0.1);
}

.hover\:text-green-100\/100:hover {
  color: rgb(220 252 231 / 1);
}

.hover\:text-green-100\/15:hover {
  color: rgb(220 252 231 / 0.15);
}

.hover\:text-green-100\/20:hover {
  color: rgb(220 252 231 / 0.2);
}

.hover\:text-green-100\/25:hover {
  color: rgb(220 252 231 / 0.25);
}

.hover\:text-green-100\/30:hover {
  color: rgb(220 252 231 / 0.3);
}

.hover\:text-green-100\/35:hover {
  color: rgb(220 252 231 / 0.35);
}

.hover\:text-green-100\/40:hover {
  color: rgb(220 252 231 / 0.4);
}

.hover\:text-green-100\/45:hover {
  color: rgb(220 252 231 / 0.45);
}

.hover\:text-green-100\/5:hover {
  color: rgb(220 252 231 / 0.05);
}

.hover\:text-green-100\/50:hover {
  color: rgb(220 252 231 / 0.5);
}

.hover\:text-green-100\/55:hover {
  color: rgb(220 252 231 / 0.55);
}

.hover\:text-green-100\/60:hover {
  color: rgb(220 252 231 / 0.6);
}

.hover\:text-green-100\/65:hover {
  color: rgb(220 252 231 / 0.65);
}

.hover\:text-green-100\/70:hover {
  color: rgb(220 252 231 / 0.7);
}

.hover\:text-green-100\/75:hover {
  color: rgb(220 252 231 / 0.75);
}

.hover\:text-green-100\/80:hover {
  color: rgb(220 252 231 / 0.8);
}

.hover\:text-green-100\/85:hover {
  color: rgb(220 252 231 / 0.85);
}

.hover\:text-green-100\/90:hover {
  color: rgb(220 252 231 / 0.9);
}

.hover\:text-green-100\/95:hover {
  color: rgb(220 252 231 / 0.95);
}

.hover\:text-green-200:hover {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.hover\:text-green-200\/0:hover {
  color: rgb(187 247 208 / 0);
}

.hover\:text-green-200\/10:hover {
  color: rgb(187 247 208 / 0.1);
}

.hover\:text-green-200\/100:hover {
  color: rgb(187 247 208 / 1);
}

.hover\:text-green-200\/15:hover {
  color: rgb(187 247 208 / 0.15);
}

.hover\:text-green-200\/20:hover {
  color: rgb(187 247 208 / 0.2);
}

.hover\:text-green-200\/25:hover {
  color: rgb(187 247 208 / 0.25);
}

.hover\:text-green-200\/30:hover {
  color: rgb(187 247 208 / 0.3);
}

.hover\:text-green-200\/35:hover {
  color: rgb(187 247 208 / 0.35);
}

.hover\:text-green-200\/40:hover {
  color: rgb(187 247 208 / 0.4);
}

.hover\:text-green-200\/45:hover {
  color: rgb(187 247 208 / 0.45);
}

.hover\:text-green-200\/5:hover {
  color: rgb(187 247 208 / 0.05);
}

.hover\:text-green-200\/50:hover {
  color: rgb(187 247 208 / 0.5);
}

.hover\:text-green-200\/55:hover {
  color: rgb(187 247 208 / 0.55);
}

.hover\:text-green-200\/60:hover {
  color: rgb(187 247 208 / 0.6);
}

.hover\:text-green-200\/65:hover {
  color: rgb(187 247 208 / 0.65);
}

.hover\:text-green-200\/70:hover {
  color: rgb(187 247 208 / 0.7);
}

.hover\:text-green-200\/75:hover {
  color: rgb(187 247 208 / 0.75);
}

.hover\:text-green-200\/80:hover {
  color: rgb(187 247 208 / 0.8);
}

.hover\:text-green-200\/85:hover {
  color: rgb(187 247 208 / 0.85);
}

.hover\:text-green-200\/90:hover {
  color: rgb(187 247 208 / 0.9);
}

.hover\:text-green-200\/95:hover {
  color: rgb(187 247 208 / 0.95);
}

.hover\:text-green-300:hover {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.hover\:text-green-300\/0:hover {
  color: rgb(134 239 172 / 0);
}

.hover\:text-green-300\/10:hover {
  color: rgb(134 239 172 / 0.1);
}

.hover\:text-green-300\/100:hover {
  color: rgb(134 239 172 / 1);
}

.hover\:text-green-300\/15:hover {
  color: rgb(134 239 172 / 0.15);
}

.hover\:text-green-300\/20:hover {
  color: rgb(134 239 172 / 0.2);
}

.hover\:text-green-300\/25:hover {
  color: rgb(134 239 172 / 0.25);
}

.hover\:text-green-300\/30:hover {
  color: rgb(134 239 172 / 0.3);
}

.hover\:text-green-300\/35:hover {
  color: rgb(134 239 172 / 0.35);
}

.hover\:text-green-300\/40:hover {
  color: rgb(134 239 172 / 0.4);
}

.hover\:text-green-300\/45:hover {
  color: rgb(134 239 172 / 0.45);
}

.hover\:text-green-300\/5:hover {
  color: rgb(134 239 172 / 0.05);
}

.hover\:text-green-300\/50:hover {
  color: rgb(134 239 172 / 0.5);
}

.hover\:text-green-300\/55:hover {
  color: rgb(134 239 172 / 0.55);
}

.hover\:text-green-300\/60:hover {
  color: rgb(134 239 172 / 0.6);
}

.hover\:text-green-300\/65:hover {
  color: rgb(134 239 172 / 0.65);
}

.hover\:text-green-300\/70:hover {
  color: rgb(134 239 172 / 0.7);
}

.hover\:text-green-300\/75:hover {
  color: rgb(134 239 172 / 0.75);
}

.hover\:text-green-300\/80:hover {
  color: rgb(134 239 172 / 0.8);
}

.hover\:text-green-300\/85:hover {
  color: rgb(134 239 172 / 0.85);
}

.hover\:text-green-300\/90:hover {
  color: rgb(134 239 172 / 0.9);
}

.hover\:text-green-300\/95:hover {
  color: rgb(134 239 172 / 0.95);
}

.hover\:text-green-400:hover {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.hover\:text-green-400\/0:hover {
  color: rgb(74 222 128 / 0);
}

.hover\:text-green-400\/10:hover {
  color: rgb(74 222 128 / 0.1);
}

.hover\:text-green-400\/100:hover {
  color: rgb(74 222 128 / 1);
}

.hover\:text-green-400\/15:hover {
  color: rgb(74 222 128 / 0.15);
}

.hover\:text-green-400\/20:hover {
  color: rgb(74 222 128 / 0.2);
}

.hover\:text-green-400\/25:hover {
  color: rgb(74 222 128 / 0.25);
}

.hover\:text-green-400\/30:hover {
  color: rgb(74 222 128 / 0.3);
}

.hover\:text-green-400\/35:hover {
  color: rgb(74 222 128 / 0.35);
}

.hover\:text-green-400\/40:hover {
  color: rgb(74 222 128 / 0.4);
}

.hover\:text-green-400\/45:hover {
  color: rgb(74 222 128 / 0.45);
}

.hover\:text-green-400\/5:hover {
  color: rgb(74 222 128 / 0.05);
}

.hover\:text-green-400\/50:hover {
  color: rgb(74 222 128 / 0.5);
}

.hover\:text-green-400\/55:hover {
  color: rgb(74 222 128 / 0.55);
}

.hover\:text-green-400\/60:hover {
  color: rgb(74 222 128 / 0.6);
}

.hover\:text-green-400\/65:hover {
  color: rgb(74 222 128 / 0.65);
}

.hover\:text-green-400\/70:hover {
  color: rgb(74 222 128 / 0.7);
}

.hover\:text-green-400\/75:hover {
  color: rgb(74 222 128 / 0.75);
}

.hover\:text-green-400\/80:hover {
  color: rgb(74 222 128 / 0.8);
}

.hover\:text-green-400\/85:hover {
  color: rgb(74 222 128 / 0.85);
}

.hover\:text-green-400\/90:hover {
  color: rgb(74 222 128 / 0.9);
}

.hover\:text-green-400\/95:hover {
  color: rgb(74 222 128 / 0.95);
}

.hover\:text-green-50:hover {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1));
}

.hover\:text-green-50\/0:hover {
  color: rgb(240 253 244 / 0);
}

.hover\:text-green-50\/10:hover {
  color: rgb(240 253 244 / 0.1);
}

.hover\:text-green-50\/100:hover {
  color: rgb(240 253 244 / 1);
}

.hover\:text-green-50\/15:hover {
  color: rgb(240 253 244 / 0.15);
}

.hover\:text-green-50\/20:hover {
  color: rgb(240 253 244 / 0.2);
}

.hover\:text-green-50\/25:hover {
  color: rgb(240 253 244 / 0.25);
}

.hover\:text-green-50\/30:hover {
  color: rgb(240 253 244 / 0.3);
}

.hover\:text-green-50\/35:hover {
  color: rgb(240 253 244 / 0.35);
}

.hover\:text-green-50\/40:hover {
  color: rgb(240 253 244 / 0.4);
}

.hover\:text-green-50\/45:hover {
  color: rgb(240 253 244 / 0.45);
}

.hover\:text-green-50\/5:hover {
  color: rgb(240 253 244 / 0.05);
}

.hover\:text-green-50\/50:hover {
  color: rgb(240 253 244 / 0.5);
}

.hover\:text-green-50\/55:hover {
  color: rgb(240 253 244 / 0.55);
}

.hover\:text-green-50\/60:hover {
  color: rgb(240 253 244 / 0.6);
}

.hover\:text-green-50\/65:hover {
  color: rgb(240 253 244 / 0.65);
}

.hover\:text-green-50\/70:hover {
  color: rgb(240 253 244 / 0.7);
}

.hover\:text-green-50\/75:hover {
  color: rgb(240 253 244 / 0.75);
}

.hover\:text-green-50\/80:hover {
  color: rgb(240 253 244 / 0.8);
}

.hover\:text-green-50\/85:hover {
  color: rgb(240 253 244 / 0.85);
}

.hover\:text-green-50\/90:hover {
  color: rgb(240 253 244 / 0.9);
}

.hover\:text-green-50\/95:hover {
  color: rgb(240 253 244 / 0.95);
}

.hover\:text-green-500:hover {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.hover\:text-green-500\/0:hover {
  color: rgb(34 197 94 / 0);
}

.hover\:text-green-500\/10:hover {
  color: rgb(34 197 94 / 0.1);
}

.hover\:text-green-500\/100:hover {
  color: rgb(34 197 94 / 1);
}

.hover\:text-green-500\/15:hover {
  color: rgb(34 197 94 / 0.15);
}

.hover\:text-green-500\/20:hover {
  color: rgb(34 197 94 / 0.2);
}

.hover\:text-green-500\/25:hover {
  color: rgb(34 197 94 / 0.25);
}

.hover\:text-green-500\/30:hover {
  color: rgb(34 197 94 / 0.3);
}

.hover\:text-green-500\/35:hover {
  color: rgb(34 197 94 / 0.35);
}

.hover\:text-green-500\/40:hover {
  color: rgb(34 197 94 / 0.4);
}

.hover\:text-green-500\/45:hover {
  color: rgb(34 197 94 / 0.45);
}

.hover\:text-green-500\/5:hover {
  color: rgb(34 197 94 / 0.05);
}

.hover\:text-green-500\/50:hover {
  color: rgb(34 197 94 / 0.5);
}

.hover\:text-green-500\/55:hover {
  color: rgb(34 197 94 / 0.55);
}

.hover\:text-green-500\/60:hover {
  color: rgb(34 197 94 / 0.6);
}

.hover\:text-green-500\/65:hover {
  color: rgb(34 197 94 / 0.65);
}

.hover\:text-green-500\/70:hover {
  color: rgb(34 197 94 / 0.7);
}

.hover\:text-green-500\/75:hover {
  color: rgb(34 197 94 / 0.75);
}

.hover\:text-green-500\/80:hover {
  color: rgb(34 197 94 / 0.8);
}

.hover\:text-green-500\/85:hover {
  color: rgb(34 197 94 / 0.85);
}

.hover\:text-green-500\/90:hover {
  color: rgb(34 197 94 / 0.9);
}

.hover\:text-green-500\/95:hover {
  color: rgb(34 197 94 / 0.95);
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.hover\:text-green-600\/0:hover {
  color: rgb(22 163 74 / 0);
}

.hover\:text-green-600\/10:hover {
  color: rgb(22 163 74 / 0.1);
}

.hover\:text-green-600\/100:hover {
  color: rgb(22 163 74 / 1);
}

.hover\:text-green-600\/15:hover {
  color: rgb(22 163 74 / 0.15);
}

.hover\:text-green-600\/20:hover {
  color: rgb(22 163 74 / 0.2);
}

.hover\:text-green-600\/25:hover {
  color: rgb(22 163 74 / 0.25);
}

.hover\:text-green-600\/30:hover {
  color: rgb(22 163 74 / 0.3);
}

.hover\:text-green-600\/35:hover {
  color: rgb(22 163 74 / 0.35);
}

.hover\:text-green-600\/40:hover {
  color: rgb(22 163 74 / 0.4);
}

.hover\:text-green-600\/45:hover {
  color: rgb(22 163 74 / 0.45);
}

.hover\:text-green-600\/5:hover {
  color: rgb(22 163 74 / 0.05);
}

.hover\:text-green-600\/50:hover {
  color: rgb(22 163 74 / 0.5);
}

.hover\:text-green-600\/55:hover {
  color: rgb(22 163 74 / 0.55);
}

.hover\:text-green-600\/60:hover {
  color: rgb(22 163 74 / 0.6);
}

.hover\:text-green-600\/65:hover {
  color: rgb(22 163 74 / 0.65);
}

.hover\:text-green-600\/70:hover {
  color: rgb(22 163 74 / 0.7);
}

.hover\:text-green-600\/75:hover {
  color: rgb(22 163 74 / 0.75);
}

.hover\:text-green-600\/80:hover {
  color: rgb(22 163 74 / 0.8);
}

.hover\:text-green-600\/85:hover {
  color: rgb(22 163 74 / 0.85);
}

.hover\:text-green-600\/90:hover {
  color: rgb(22 163 74 / 0.9);
}

.hover\:text-green-600\/95:hover {
  color: rgb(22 163 74 / 0.95);
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.hover\:text-green-700\/0:hover {
  color: rgb(21 128 61 / 0);
}

.hover\:text-green-700\/10:hover {
  color: rgb(21 128 61 / 0.1);
}

.hover\:text-green-700\/100:hover {
  color: rgb(21 128 61 / 1);
}

.hover\:text-green-700\/15:hover {
  color: rgb(21 128 61 / 0.15);
}

.hover\:text-green-700\/20:hover {
  color: rgb(21 128 61 / 0.2);
}

.hover\:text-green-700\/25:hover {
  color: rgb(21 128 61 / 0.25);
}

.hover\:text-green-700\/30:hover {
  color: rgb(21 128 61 / 0.3);
}

.hover\:text-green-700\/35:hover {
  color: rgb(21 128 61 / 0.35);
}

.hover\:text-green-700\/40:hover {
  color: rgb(21 128 61 / 0.4);
}

.hover\:text-green-700\/45:hover {
  color: rgb(21 128 61 / 0.45);
}

.hover\:text-green-700\/5:hover {
  color: rgb(21 128 61 / 0.05);
}

.hover\:text-green-700\/50:hover {
  color: rgb(21 128 61 / 0.5);
}

.hover\:text-green-700\/55:hover {
  color: rgb(21 128 61 / 0.55);
}

.hover\:text-green-700\/60:hover {
  color: rgb(21 128 61 / 0.6);
}

.hover\:text-green-700\/65:hover {
  color: rgb(21 128 61 / 0.65);
}

.hover\:text-green-700\/70:hover {
  color: rgb(21 128 61 / 0.7);
}

.hover\:text-green-700\/75:hover {
  color: rgb(21 128 61 / 0.75);
}

.hover\:text-green-700\/80:hover {
  color: rgb(21 128 61 / 0.8);
}

.hover\:text-green-700\/85:hover {
  color: rgb(21 128 61 / 0.85);
}

.hover\:text-green-700\/90:hover {
  color: rgb(21 128 61 / 0.9);
}

.hover\:text-green-700\/95:hover {
  color: rgb(21 128 61 / 0.95);
}

.hover\:text-green-800:hover {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.hover\:text-green-800\/0:hover {
  color: rgb(22 101 52 / 0);
}

.hover\:text-green-800\/10:hover {
  color: rgb(22 101 52 / 0.1);
}

.hover\:text-green-800\/100:hover {
  color: rgb(22 101 52 / 1);
}

.hover\:text-green-800\/15:hover {
  color: rgb(22 101 52 / 0.15);
}

.hover\:text-green-800\/20:hover {
  color: rgb(22 101 52 / 0.2);
}

.hover\:text-green-800\/25:hover {
  color: rgb(22 101 52 / 0.25);
}

.hover\:text-green-800\/30:hover {
  color: rgb(22 101 52 / 0.3);
}

.hover\:text-green-800\/35:hover {
  color: rgb(22 101 52 / 0.35);
}

.hover\:text-green-800\/40:hover {
  color: rgb(22 101 52 / 0.4);
}

.hover\:text-green-800\/45:hover {
  color: rgb(22 101 52 / 0.45);
}

.hover\:text-green-800\/5:hover {
  color: rgb(22 101 52 / 0.05);
}

.hover\:text-green-800\/50:hover {
  color: rgb(22 101 52 / 0.5);
}

.hover\:text-green-800\/55:hover {
  color: rgb(22 101 52 / 0.55);
}

.hover\:text-green-800\/60:hover {
  color: rgb(22 101 52 / 0.6);
}

.hover\:text-green-800\/65:hover {
  color: rgb(22 101 52 / 0.65);
}

.hover\:text-green-800\/70:hover {
  color: rgb(22 101 52 / 0.7);
}

.hover\:text-green-800\/75:hover {
  color: rgb(22 101 52 / 0.75);
}

.hover\:text-green-800\/80:hover {
  color: rgb(22 101 52 / 0.8);
}

.hover\:text-green-800\/85:hover {
  color: rgb(22 101 52 / 0.85);
}

.hover\:text-green-800\/90:hover {
  color: rgb(22 101 52 / 0.9);
}

.hover\:text-green-800\/95:hover {
  color: rgb(22 101 52 / 0.95);
}

.hover\:text-green-900:hover {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.hover\:text-green-900\/0:hover {
  color: rgb(20 83 45 / 0);
}

.hover\:text-green-900\/10:hover {
  color: rgb(20 83 45 / 0.1);
}

.hover\:text-green-900\/100:hover {
  color: rgb(20 83 45 / 1);
}

.hover\:text-green-900\/15:hover {
  color: rgb(20 83 45 / 0.15);
}

.hover\:text-green-900\/20:hover {
  color: rgb(20 83 45 / 0.2);
}

.hover\:text-green-900\/25:hover {
  color: rgb(20 83 45 / 0.25);
}

.hover\:text-green-900\/30:hover {
  color: rgb(20 83 45 / 0.3);
}

.hover\:text-green-900\/35:hover {
  color: rgb(20 83 45 / 0.35);
}

.hover\:text-green-900\/40:hover {
  color: rgb(20 83 45 / 0.4);
}

.hover\:text-green-900\/45:hover {
  color: rgb(20 83 45 / 0.45);
}

.hover\:text-green-900\/5:hover {
  color: rgb(20 83 45 / 0.05);
}

.hover\:text-green-900\/50:hover {
  color: rgb(20 83 45 / 0.5);
}

.hover\:text-green-900\/55:hover {
  color: rgb(20 83 45 / 0.55);
}

.hover\:text-green-900\/60:hover {
  color: rgb(20 83 45 / 0.6);
}

.hover\:text-green-900\/65:hover {
  color: rgb(20 83 45 / 0.65);
}

.hover\:text-green-900\/70:hover {
  color: rgb(20 83 45 / 0.7);
}

.hover\:text-green-900\/75:hover {
  color: rgb(20 83 45 / 0.75);
}

.hover\:text-green-900\/80:hover {
  color: rgb(20 83 45 / 0.8);
}

.hover\:text-green-900\/85:hover {
  color: rgb(20 83 45 / 0.85);
}

.hover\:text-green-900\/90:hover {
  color: rgb(20 83 45 / 0.9);
}

.hover\:text-green-900\/95:hover {
  color: rgb(20 83 45 / 0.95);
}

.hover\:text-green-950:hover {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}

.hover\:text-green-950\/0:hover {
  color: rgb(5 46 22 / 0);
}

.hover\:text-green-950\/10:hover {
  color: rgb(5 46 22 / 0.1);
}

.hover\:text-green-950\/100:hover {
  color: rgb(5 46 22 / 1);
}

.hover\:text-green-950\/15:hover {
  color: rgb(5 46 22 / 0.15);
}

.hover\:text-green-950\/20:hover {
  color: rgb(5 46 22 / 0.2);
}

.hover\:text-green-950\/25:hover {
  color: rgb(5 46 22 / 0.25);
}

.hover\:text-green-950\/30:hover {
  color: rgb(5 46 22 / 0.3);
}

.hover\:text-green-950\/35:hover {
  color: rgb(5 46 22 / 0.35);
}

.hover\:text-green-950\/40:hover {
  color: rgb(5 46 22 / 0.4);
}

.hover\:text-green-950\/45:hover {
  color: rgb(5 46 22 / 0.45);
}

.hover\:text-green-950\/5:hover {
  color: rgb(5 46 22 / 0.05);
}

.hover\:text-green-950\/50:hover {
  color: rgb(5 46 22 / 0.5);
}

.hover\:text-green-950\/55:hover {
  color: rgb(5 46 22 / 0.55);
}

.hover\:text-green-950\/60:hover {
  color: rgb(5 46 22 / 0.6);
}

.hover\:text-green-950\/65:hover {
  color: rgb(5 46 22 / 0.65);
}

.hover\:text-green-950\/70:hover {
  color: rgb(5 46 22 / 0.7);
}

.hover\:text-green-950\/75:hover {
  color: rgb(5 46 22 / 0.75);
}

.hover\:text-green-950\/80:hover {
  color: rgb(5 46 22 / 0.8);
}

.hover\:text-green-950\/85:hover {
  color: rgb(5 46 22 / 0.85);
}

.hover\:text-green-950\/90:hover {
  color: rgb(5 46 22 / 0.9);
}

.hover\:text-green-950\/95:hover {
  color: rgb(5 46 22 / 0.95);
}

.hover\:text-indigo-100:hover {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-100\/0:hover {
  color: rgb(224 231 255 / 0);
}

.hover\:text-indigo-100\/10:hover {
  color: rgb(224 231 255 / 0.1);
}

.hover\:text-indigo-100\/100:hover {
  color: rgb(224 231 255 / 1);
}

.hover\:text-indigo-100\/15:hover {
  color: rgb(224 231 255 / 0.15);
}

.hover\:text-indigo-100\/20:hover {
  color: rgb(224 231 255 / 0.2);
}

.hover\:text-indigo-100\/25:hover {
  color: rgb(224 231 255 / 0.25);
}

.hover\:text-indigo-100\/30:hover {
  color: rgb(224 231 255 / 0.3);
}

.hover\:text-indigo-100\/35:hover {
  color: rgb(224 231 255 / 0.35);
}

.hover\:text-indigo-100\/40:hover {
  color: rgb(224 231 255 / 0.4);
}

.hover\:text-indigo-100\/45:hover {
  color: rgb(224 231 255 / 0.45);
}

.hover\:text-indigo-100\/5:hover {
  color: rgb(224 231 255 / 0.05);
}

.hover\:text-indigo-100\/50:hover {
  color: rgb(224 231 255 / 0.5);
}

.hover\:text-indigo-100\/55:hover {
  color: rgb(224 231 255 / 0.55);
}

.hover\:text-indigo-100\/60:hover {
  color: rgb(224 231 255 / 0.6);
}

.hover\:text-indigo-100\/65:hover {
  color: rgb(224 231 255 / 0.65);
}

.hover\:text-indigo-100\/70:hover {
  color: rgb(224 231 255 / 0.7);
}

.hover\:text-indigo-100\/75:hover {
  color: rgb(224 231 255 / 0.75);
}

.hover\:text-indigo-100\/80:hover {
  color: rgb(224 231 255 / 0.8);
}

.hover\:text-indigo-100\/85:hover {
  color: rgb(224 231 255 / 0.85);
}

.hover\:text-indigo-100\/90:hover {
  color: rgb(224 231 255 / 0.9);
}

.hover\:text-indigo-100\/95:hover {
  color: rgb(224 231 255 / 0.95);
}

.hover\:text-indigo-200:hover {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-200\/0:hover {
  color: rgb(199 210 254 / 0);
}

.hover\:text-indigo-200\/10:hover {
  color: rgb(199 210 254 / 0.1);
}

.hover\:text-indigo-200\/100:hover {
  color: rgb(199 210 254 / 1);
}

.hover\:text-indigo-200\/15:hover {
  color: rgb(199 210 254 / 0.15);
}

.hover\:text-indigo-200\/20:hover {
  color: rgb(199 210 254 / 0.2);
}

.hover\:text-indigo-200\/25:hover {
  color: rgb(199 210 254 / 0.25);
}

.hover\:text-indigo-200\/30:hover {
  color: rgb(199 210 254 / 0.3);
}

.hover\:text-indigo-200\/35:hover {
  color: rgb(199 210 254 / 0.35);
}

.hover\:text-indigo-200\/40:hover {
  color: rgb(199 210 254 / 0.4);
}

.hover\:text-indigo-200\/45:hover {
  color: rgb(199 210 254 / 0.45);
}

.hover\:text-indigo-200\/5:hover {
  color: rgb(199 210 254 / 0.05);
}

.hover\:text-indigo-200\/50:hover {
  color: rgb(199 210 254 / 0.5);
}

.hover\:text-indigo-200\/55:hover {
  color: rgb(199 210 254 / 0.55);
}

.hover\:text-indigo-200\/60:hover {
  color: rgb(199 210 254 / 0.6);
}

.hover\:text-indigo-200\/65:hover {
  color: rgb(199 210 254 / 0.65);
}

.hover\:text-indigo-200\/70:hover {
  color: rgb(199 210 254 / 0.7);
}

.hover\:text-indigo-200\/75:hover {
  color: rgb(199 210 254 / 0.75);
}

.hover\:text-indigo-200\/80:hover {
  color: rgb(199 210 254 / 0.8);
}

.hover\:text-indigo-200\/85:hover {
  color: rgb(199 210 254 / 0.85);
}

.hover\:text-indigo-200\/90:hover {
  color: rgb(199 210 254 / 0.9);
}

.hover\:text-indigo-200\/95:hover {
  color: rgb(199 210 254 / 0.95);
}

.hover\:text-indigo-300:hover {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-300\/0:hover {
  color: rgb(165 180 252 / 0);
}

.hover\:text-indigo-300\/10:hover {
  color: rgb(165 180 252 / 0.1);
}

.hover\:text-indigo-300\/100:hover {
  color: rgb(165 180 252 / 1);
}

.hover\:text-indigo-300\/15:hover {
  color: rgb(165 180 252 / 0.15);
}

.hover\:text-indigo-300\/20:hover {
  color: rgb(165 180 252 / 0.2);
}

.hover\:text-indigo-300\/25:hover {
  color: rgb(165 180 252 / 0.25);
}

.hover\:text-indigo-300\/30:hover {
  color: rgb(165 180 252 / 0.3);
}

.hover\:text-indigo-300\/35:hover {
  color: rgb(165 180 252 / 0.35);
}

.hover\:text-indigo-300\/40:hover {
  color: rgb(165 180 252 / 0.4);
}

.hover\:text-indigo-300\/45:hover {
  color: rgb(165 180 252 / 0.45);
}

.hover\:text-indigo-300\/5:hover {
  color: rgb(165 180 252 / 0.05);
}

.hover\:text-indigo-300\/50:hover {
  color: rgb(165 180 252 / 0.5);
}

.hover\:text-indigo-300\/55:hover {
  color: rgb(165 180 252 / 0.55);
}

.hover\:text-indigo-300\/60:hover {
  color: rgb(165 180 252 / 0.6);
}

.hover\:text-indigo-300\/65:hover {
  color: rgb(165 180 252 / 0.65);
}

.hover\:text-indigo-300\/70:hover {
  color: rgb(165 180 252 / 0.7);
}

.hover\:text-indigo-300\/75:hover {
  color: rgb(165 180 252 / 0.75);
}

.hover\:text-indigo-300\/80:hover {
  color: rgb(165 180 252 / 0.8);
}

.hover\:text-indigo-300\/85:hover {
  color: rgb(165 180 252 / 0.85);
}

.hover\:text-indigo-300\/90:hover {
  color: rgb(165 180 252 / 0.9);
}

.hover\:text-indigo-300\/95:hover {
  color: rgb(165 180 252 / 0.95);
}

.hover\:text-indigo-400:hover {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-400\/0:hover {
  color: rgb(129 140 248 / 0);
}

.hover\:text-indigo-400\/10:hover {
  color: rgb(129 140 248 / 0.1);
}

.hover\:text-indigo-400\/100:hover {
  color: rgb(129 140 248 / 1);
}

.hover\:text-indigo-400\/15:hover {
  color: rgb(129 140 248 / 0.15);
}

.hover\:text-indigo-400\/20:hover {
  color: rgb(129 140 248 / 0.2);
}

.hover\:text-indigo-400\/25:hover {
  color: rgb(129 140 248 / 0.25);
}

.hover\:text-indigo-400\/30:hover {
  color: rgb(129 140 248 / 0.3);
}

.hover\:text-indigo-400\/35:hover {
  color: rgb(129 140 248 / 0.35);
}

.hover\:text-indigo-400\/40:hover {
  color: rgb(129 140 248 / 0.4);
}

.hover\:text-indigo-400\/45:hover {
  color: rgb(129 140 248 / 0.45);
}

.hover\:text-indigo-400\/5:hover {
  color: rgb(129 140 248 / 0.05);
}

.hover\:text-indigo-400\/50:hover {
  color: rgb(129 140 248 / 0.5);
}

.hover\:text-indigo-400\/55:hover {
  color: rgb(129 140 248 / 0.55);
}

.hover\:text-indigo-400\/60:hover {
  color: rgb(129 140 248 / 0.6);
}

.hover\:text-indigo-400\/65:hover {
  color: rgb(129 140 248 / 0.65);
}

.hover\:text-indigo-400\/70:hover {
  color: rgb(129 140 248 / 0.7);
}

.hover\:text-indigo-400\/75:hover {
  color: rgb(129 140 248 / 0.75);
}

.hover\:text-indigo-400\/80:hover {
  color: rgb(129 140 248 / 0.8);
}

.hover\:text-indigo-400\/85:hover {
  color: rgb(129 140 248 / 0.85);
}

.hover\:text-indigo-400\/90:hover {
  color: rgb(129 140 248 / 0.9);
}

.hover\:text-indigo-400\/95:hover {
  color: rgb(129 140 248 / 0.95);
}

.hover\:text-indigo-50:hover {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-50\/0:hover {
  color: rgb(238 242 255 / 0);
}

.hover\:text-indigo-50\/10:hover {
  color: rgb(238 242 255 / 0.1);
}

.hover\:text-indigo-50\/100:hover {
  color: rgb(238 242 255 / 1);
}

.hover\:text-indigo-50\/15:hover {
  color: rgb(238 242 255 / 0.15);
}

.hover\:text-indigo-50\/20:hover {
  color: rgb(238 242 255 / 0.2);
}

.hover\:text-indigo-50\/25:hover {
  color: rgb(238 242 255 / 0.25);
}

.hover\:text-indigo-50\/30:hover {
  color: rgb(238 242 255 / 0.3);
}

.hover\:text-indigo-50\/35:hover {
  color: rgb(238 242 255 / 0.35);
}

.hover\:text-indigo-50\/40:hover {
  color: rgb(238 242 255 / 0.4);
}

.hover\:text-indigo-50\/45:hover {
  color: rgb(238 242 255 / 0.45);
}

.hover\:text-indigo-50\/5:hover {
  color: rgb(238 242 255 / 0.05);
}

.hover\:text-indigo-50\/50:hover {
  color: rgb(238 242 255 / 0.5);
}

.hover\:text-indigo-50\/55:hover {
  color: rgb(238 242 255 / 0.55);
}

.hover\:text-indigo-50\/60:hover {
  color: rgb(238 242 255 / 0.6);
}

.hover\:text-indigo-50\/65:hover {
  color: rgb(238 242 255 / 0.65);
}

.hover\:text-indigo-50\/70:hover {
  color: rgb(238 242 255 / 0.7);
}

.hover\:text-indigo-50\/75:hover {
  color: rgb(238 242 255 / 0.75);
}

.hover\:text-indigo-50\/80:hover {
  color: rgb(238 242 255 / 0.8);
}

.hover\:text-indigo-50\/85:hover {
  color: rgb(238 242 255 / 0.85);
}

.hover\:text-indigo-50\/90:hover {
  color: rgb(238 242 255 / 0.9);
}

.hover\:text-indigo-50\/95:hover {
  color: rgb(238 242 255 / 0.95);
}

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-500\/0:hover {
  color: rgb(99 102 241 / 0);
}

.hover\:text-indigo-500\/10:hover {
  color: rgb(99 102 241 / 0.1);
}

.hover\:text-indigo-500\/100:hover {
  color: rgb(99 102 241 / 1);
}

.hover\:text-indigo-500\/15:hover {
  color: rgb(99 102 241 / 0.15);
}

.hover\:text-indigo-500\/20:hover {
  color: rgb(99 102 241 / 0.2);
}

.hover\:text-indigo-500\/25:hover {
  color: rgb(99 102 241 / 0.25);
}

.hover\:text-indigo-500\/30:hover {
  color: rgb(99 102 241 / 0.3);
}

.hover\:text-indigo-500\/35:hover {
  color: rgb(99 102 241 / 0.35);
}

.hover\:text-indigo-500\/40:hover {
  color: rgb(99 102 241 / 0.4);
}

.hover\:text-indigo-500\/45:hover {
  color: rgb(99 102 241 / 0.45);
}

.hover\:text-indigo-500\/5:hover {
  color: rgb(99 102 241 / 0.05);
}

.hover\:text-indigo-500\/50:hover {
  color: rgb(99 102 241 / 0.5);
}

.hover\:text-indigo-500\/55:hover {
  color: rgb(99 102 241 / 0.55);
}

.hover\:text-indigo-500\/60:hover {
  color: rgb(99 102 241 / 0.6);
}

.hover\:text-indigo-500\/65:hover {
  color: rgb(99 102 241 / 0.65);
}

.hover\:text-indigo-500\/70:hover {
  color: rgb(99 102 241 / 0.7);
}

.hover\:text-indigo-500\/75:hover {
  color: rgb(99 102 241 / 0.75);
}

.hover\:text-indigo-500\/80:hover {
  color: rgb(99 102 241 / 0.8);
}

.hover\:text-indigo-500\/85:hover {
  color: rgb(99 102 241 / 0.85);
}

.hover\:text-indigo-500\/90:hover {
  color: rgb(99 102 241 / 0.9);
}

.hover\:text-indigo-500\/95:hover {
  color: rgb(99 102 241 / 0.95);
}

.hover\:text-indigo-600:hover {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-600\/0:hover {
  color: rgb(79 70 229 / 0);
}

.hover\:text-indigo-600\/10:hover {
  color: rgb(79 70 229 / 0.1);
}

.hover\:text-indigo-600\/100:hover {
  color: rgb(79 70 229 / 1);
}

.hover\:text-indigo-600\/15:hover {
  color: rgb(79 70 229 / 0.15);
}

.hover\:text-indigo-600\/20:hover {
  color: rgb(79 70 229 / 0.2);
}

.hover\:text-indigo-600\/25:hover {
  color: rgb(79 70 229 / 0.25);
}

.hover\:text-indigo-600\/30:hover {
  color: rgb(79 70 229 / 0.3);
}

.hover\:text-indigo-600\/35:hover {
  color: rgb(79 70 229 / 0.35);
}

.hover\:text-indigo-600\/40:hover {
  color: rgb(79 70 229 / 0.4);
}

.hover\:text-indigo-600\/45:hover {
  color: rgb(79 70 229 / 0.45);
}

.hover\:text-indigo-600\/5:hover {
  color: rgb(79 70 229 / 0.05);
}

.hover\:text-indigo-600\/50:hover {
  color: rgb(79 70 229 / 0.5);
}

.hover\:text-indigo-600\/55:hover {
  color: rgb(79 70 229 / 0.55);
}

.hover\:text-indigo-600\/60:hover {
  color: rgb(79 70 229 / 0.6);
}

.hover\:text-indigo-600\/65:hover {
  color: rgb(79 70 229 / 0.65);
}

.hover\:text-indigo-600\/70:hover {
  color: rgb(79 70 229 / 0.7);
}

.hover\:text-indigo-600\/75:hover {
  color: rgb(79 70 229 / 0.75);
}

.hover\:text-indigo-600\/80:hover {
  color: rgb(79 70 229 / 0.8);
}

.hover\:text-indigo-600\/85:hover {
  color: rgb(79 70 229 / 0.85);
}

.hover\:text-indigo-600\/90:hover {
  color: rgb(79 70 229 / 0.9);
}

.hover\:text-indigo-600\/95:hover {
  color: rgb(79 70 229 / 0.95);
}

.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-700\/0:hover {
  color: rgb(67 56 202 / 0);
}

.hover\:text-indigo-700\/10:hover {
  color: rgb(67 56 202 / 0.1);
}

.hover\:text-indigo-700\/100:hover {
  color: rgb(67 56 202 / 1);
}

.hover\:text-indigo-700\/15:hover {
  color: rgb(67 56 202 / 0.15);
}

.hover\:text-indigo-700\/20:hover {
  color: rgb(67 56 202 / 0.2);
}

.hover\:text-indigo-700\/25:hover {
  color: rgb(67 56 202 / 0.25);
}

.hover\:text-indigo-700\/30:hover {
  color: rgb(67 56 202 / 0.3);
}

.hover\:text-indigo-700\/35:hover {
  color: rgb(67 56 202 / 0.35);
}

.hover\:text-indigo-700\/40:hover {
  color: rgb(67 56 202 / 0.4);
}

.hover\:text-indigo-700\/45:hover {
  color: rgb(67 56 202 / 0.45);
}

.hover\:text-indigo-700\/5:hover {
  color: rgb(67 56 202 / 0.05);
}

.hover\:text-indigo-700\/50:hover {
  color: rgb(67 56 202 / 0.5);
}

.hover\:text-indigo-700\/55:hover {
  color: rgb(67 56 202 / 0.55);
}

.hover\:text-indigo-700\/60:hover {
  color: rgb(67 56 202 / 0.6);
}

.hover\:text-indigo-700\/65:hover {
  color: rgb(67 56 202 / 0.65);
}

.hover\:text-indigo-700\/70:hover {
  color: rgb(67 56 202 / 0.7);
}

.hover\:text-indigo-700\/75:hover {
  color: rgb(67 56 202 / 0.75);
}

.hover\:text-indigo-700\/80:hover {
  color: rgb(67 56 202 / 0.8);
}

.hover\:text-indigo-700\/85:hover {
  color: rgb(67 56 202 / 0.85);
}

.hover\:text-indigo-700\/90:hover {
  color: rgb(67 56 202 / 0.9);
}

.hover\:text-indigo-700\/95:hover {
  color: rgb(67 56 202 / 0.95);
}

.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-800\/0:hover {
  color: rgb(55 48 163 / 0);
}

.hover\:text-indigo-800\/10:hover {
  color: rgb(55 48 163 / 0.1);
}

.hover\:text-indigo-800\/100:hover {
  color: rgb(55 48 163 / 1);
}

.hover\:text-indigo-800\/15:hover {
  color: rgb(55 48 163 / 0.15);
}

.hover\:text-indigo-800\/20:hover {
  color: rgb(55 48 163 / 0.2);
}

.hover\:text-indigo-800\/25:hover {
  color: rgb(55 48 163 / 0.25);
}

.hover\:text-indigo-800\/30:hover {
  color: rgb(55 48 163 / 0.3);
}

.hover\:text-indigo-800\/35:hover {
  color: rgb(55 48 163 / 0.35);
}

.hover\:text-indigo-800\/40:hover {
  color: rgb(55 48 163 / 0.4);
}

.hover\:text-indigo-800\/45:hover {
  color: rgb(55 48 163 / 0.45);
}

.hover\:text-indigo-800\/5:hover {
  color: rgb(55 48 163 / 0.05);
}

.hover\:text-indigo-800\/50:hover {
  color: rgb(55 48 163 / 0.5);
}

.hover\:text-indigo-800\/55:hover {
  color: rgb(55 48 163 / 0.55);
}

.hover\:text-indigo-800\/60:hover {
  color: rgb(55 48 163 / 0.6);
}

.hover\:text-indigo-800\/65:hover {
  color: rgb(55 48 163 / 0.65);
}

.hover\:text-indigo-800\/70:hover {
  color: rgb(55 48 163 / 0.7);
}

.hover\:text-indigo-800\/75:hover {
  color: rgb(55 48 163 / 0.75);
}

.hover\:text-indigo-800\/80:hover {
  color: rgb(55 48 163 / 0.8);
}

.hover\:text-indigo-800\/85:hover {
  color: rgb(55 48 163 / 0.85);
}

.hover\:text-indigo-800\/90:hover {
  color: rgb(55 48 163 / 0.9);
}

.hover\:text-indigo-800\/95:hover {
  color: rgb(55 48 163 / 0.95);
}

.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-900\/0:hover {
  color: rgb(49 46 129 / 0);
}

.hover\:text-indigo-900\/10:hover {
  color: rgb(49 46 129 / 0.1);
}

.hover\:text-indigo-900\/100:hover {
  color: rgb(49 46 129 / 1);
}

.hover\:text-indigo-900\/15:hover {
  color: rgb(49 46 129 / 0.15);
}

.hover\:text-indigo-900\/20:hover {
  color: rgb(49 46 129 / 0.2);
}

.hover\:text-indigo-900\/25:hover {
  color: rgb(49 46 129 / 0.25);
}

.hover\:text-indigo-900\/30:hover {
  color: rgb(49 46 129 / 0.3);
}

.hover\:text-indigo-900\/35:hover {
  color: rgb(49 46 129 / 0.35);
}

.hover\:text-indigo-900\/40:hover {
  color: rgb(49 46 129 / 0.4);
}

.hover\:text-indigo-900\/45:hover {
  color: rgb(49 46 129 / 0.45);
}

.hover\:text-indigo-900\/5:hover {
  color: rgb(49 46 129 / 0.05);
}

.hover\:text-indigo-900\/50:hover {
  color: rgb(49 46 129 / 0.5);
}

.hover\:text-indigo-900\/55:hover {
  color: rgb(49 46 129 / 0.55);
}

.hover\:text-indigo-900\/60:hover {
  color: rgb(49 46 129 / 0.6);
}

.hover\:text-indigo-900\/65:hover {
  color: rgb(49 46 129 / 0.65);
}

.hover\:text-indigo-900\/70:hover {
  color: rgb(49 46 129 / 0.7);
}

.hover\:text-indigo-900\/75:hover {
  color: rgb(49 46 129 / 0.75);
}

.hover\:text-indigo-900\/80:hover {
  color: rgb(49 46 129 / 0.8);
}

.hover\:text-indigo-900\/85:hover {
  color: rgb(49 46 129 / 0.85);
}

.hover\:text-indigo-900\/90:hover {
  color: rgb(49 46 129 / 0.9);
}

.hover\:text-indigo-900\/95:hover {
  color: rgb(49 46 129 / 0.95);
}

.hover\:text-indigo-950:hover {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-950\/0:hover {
  color: rgb(30 27 75 / 0);
}

.hover\:text-indigo-950\/10:hover {
  color: rgb(30 27 75 / 0.1);
}

.hover\:text-indigo-950\/100:hover {
  color: rgb(30 27 75 / 1);
}

.hover\:text-indigo-950\/15:hover {
  color: rgb(30 27 75 / 0.15);
}

.hover\:text-indigo-950\/20:hover {
  color: rgb(30 27 75 / 0.2);
}

.hover\:text-indigo-950\/25:hover {
  color: rgb(30 27 75 / 0.25);
}

.hover\:text-indigo-950\/30:hover {
  color: rgb(30 27 75 / 0.3);
}

.hover\:text-indigo-950\/35:hover {
  color: rgb(30 27 75 / 0.35);
}

.hover\:text-indigo-950\/40:hover {
  color: rgb(30 27 75 / 0.4);
}

.hover\:text-indigo-950\/45:hover {
  color: rgb(30 27 75 / 0.45);
}

.hover\:text-indigo-950\/5:hover {
  color: rgb(30 27 75 / 0.05);
}

.hover\:text-indigo-950\/50:hover {
  color: rgb(30 27 75 / 0.5);
}

.hover\:text-indigo-950\/55:hover {
  color: rgb(30 27 75 / 0.55);
}

.hover\:text-indigo-950\/60:hover {
  color: rgb(30 27 75 / 0.6);
}

.hover\:text-indigo-950\/65:hover {
  color: rgb(30 27 75 / 0.65);
}

.hover\:text-indigo-950\/70:hover {
  color: rgb(30 27 75 / 0.7);
}

.hover\:text-indigo-950\/75:hover {
  color: rgb(30 27 75 / 0.75);
}

.hover\:text-indigo-950\/80:hover {
  color: rgb(30 27 75 / 0.8);
}

.hover\:text-indigo-950\/85:hover {
  color: rgb(30 27 75 / 0.85);
}

.hover\:text-indigo-950\/90:hover {
  color: rgb(30 27 75 / 0.9);
}

.hover\:text-indigo-950\/95:hover {
  color: rgb(30 27 75 / 0.95);
}

.hover\:text-pink-100:hover {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-100\/0:hover {
  color: rgb(252 231 243 / 0);
}

.hover\:text-pink-100\/10:hover {
  color: rgb(252 231 243 / 0.1);
}

.hover\:text-pink-100\/100:hover {
  color: rgb(252 231 243 / 1);
}

.hover\:text-pink-100\/15:hover {
  color: rgb(252 231 243 / 0.15);
}

.hover\:text-pink-100\/20:hover {
  color: rgb(252 231 243 / 0.2);
}

.hover\:text-pink-100\/25:hover {
  color: rgb(252 231 243 / 0.25);
}

.hover\:text-pink-100\/30:hover {
  color: rgb(252 231 243 / 0.3);
}

.hover\:text-pink-100\/35:hover {
  color: rgb(252 231 243 / 0.35);
}

.hover\:text-pink-100\/40:hover {
  color: rgb(252 231 243 / 0.4);
}

.hover\:text-pink-100\/45:hover {
  color: rgb(252 231 243 / 0.45);
}

.hover\:text-pink-100\/5:hover {
  color: rgb(252 231 243 / 0.05);
}

.hover\:text-pink-100\/50:hover {
  color: rgb(252 231 243 / 0.5);
}

.hover\:text-pink-100\/55:hover {
  color: rgb(252 231 243 / 0.55);
}

.hover\:text-pink-100\/60:hover {
  color: rgb(252 231 243 / 0.6);
}

.hover\:text-pink-100\/65:hover {
  color: rgb(252 231 243 / 0.65);
}

.hover\:text-pink-100\/70:hover {
  color: rgb(252 231 243 / 0.7);
}

.hover\:text-pink-100\/75:hover {
  color: rgb(252 231 243 / 0.75);
}

.hover\:text-pink-100\/80:hover {
  color: rgb(252 231 243 / 0.8);
}

.hover\:text-pink-100\/85:hover {
  color: rgb(252 231 243 / 0.85);
}

.hover\:text-pink-100\/90:hover {
  color: rgb(252 231 243 / 0.9);
}

.hover\:text-pink-100\/95:hover {
  color: rgb(252 231 243 / 0.95);
}

.hover\:text-pink-200:hover {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-200\/0:hover {
  color: rgb(251 207 232 / 0);
}

.hover\:text-pink-200\/10:hover {
  color: rgb(251 207 232 / 0.1);
}

.hover\:text-pink-200\/100:hover {
  color: rgb(251 207 232 / 1);
}

.hover\:text-pink-200\/15:hover {
  color: rgb(251 207 232 / 0.15);
}

.hover\:text-pink-200\/20:hover {
  color: rgb(251 207 232 / 0.2);
}

.hover\:text-pink-200\/25:hover {
  color: rgb(251 207 232 / 0.25);
}

.hover\:text-pink-200\/30:hover {
  color: rgb(251 207 232 / 0.3);
}

.hover\:text-pink-200\/35:hover {
  color: rgb(251 207 232 / 0.35);
}

.hover\:text-pink-200\/40:hover {
  color: rgb(251 207 232 / 0.4);
}

.hover\:text-pink-200\/45:hover {
  color: rgb(251 207 232 / 0.45);
}

.hover\:text-pink-200\/5:hover {
  color: rgb(251 207 232 / 0.05);
}

.hover\:text-pink-200\/50:hover {
  color: rgb(251 207 232 / 0.5);
}

.hover\:text-pink-200\/55:hover {
  color: rgb(251 207 232 / 0.55);
}

.hover\:text-pink-200\/60:hover {
  color: rgb(251 207 232 / 0.6);
}

.hover\:text-pink-200\/65:hover {
  color: rgb(251 207 232 / 0.65);
}

.hover\:text-pink-200\/70:hover {
  color: rgb(251 207 232 / 0.7);
}

.hover\:text-pink-200\/75:hover {
  color: rgb(251 207 232 / 0.75);
}

.hover\:text-pink-200\/80:hover {
  color: rgb(251 207 232 / 0.8);
}

.hover\:text-pink-200\/85:hover {
  color: rgb(251 207 232 / 0.85);
}

.hover\:text-pink-200\/90:hover {
  color: rgb(251 207 232 / 0.9);
}

.hover\:text-pink-200\/95:hover {
  color: rgb(251 207 232 / 0.95);
}

.hover\:text-pink-300:hover {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-300\/0:hover {
  color: rgb(249 168 212 / 0);
}

.hover\:text-pink-300\/10:hover {
  color: rgb(249 168 212 / 0.1);
}

.hover\:text-pink-300\/100:hover {
  color: rgb(249 168 212 / 1);
}

.hover\:text-pink-300\/15:hover {
  color: rgb(249 168 212 / 0.15);
}

.hover\:text-pink-300\/20:hover {
  color: rgb(249 168 212 / 0.2);
}

.hover\:text-pink-300\/25:hover {
  color: rgb(249 168 212 / 0.25);
}

.hover\:text-pink-300\/30:hover {
  color: rgb(249 168 212 / 0.3);
}

.hover\:text-pink-300\/35:hover {
  color: rgb(249 168 212 / 0.35);
}

.hover\:text-pink-300\/40:hover {
  color: rgb(249 168 212 / 0.4);
}

.hover\:text-pink-300\/45:hover {
  color: rgb(249 168 212 / 0.45);
}

.hover\:text-pink-300\/5:hover {
  color: rgb(249 168 212 / 0.05);
}

.hover\:text-pink-300\/50:hover {
  color: rgb(249 168 212 / 0.5);
}

.hover\:text-pink-300\/55:hover {
  color: rgb(249 168 212 / 0.55);
}

.hover\:text-pink-300\/60:hover {
  color: rgb(249 168 212 / 0.6);
}

.hover\:text-pink-300\/65:hover {
  color: rgb(249 168 212 / 0.65);
}

.hover\:text-pink-300\/70:hover {
  color: rgb(249 168 212 / 0.7);
}

.hover\:text-pink-300\/75:hover {
  color: rgb(249 168 212 / 0.75);
}

.hover\:text-pink-300\/80:hover {
  color: rgb(249 168 212 / 0.8);
}

.hover\:text-pink-300\/85:hover {
  color: rgb(249 168 212 / 0.85);
}

.hover\:text-pink-300\/90:hover {
  color: rgb(249 168 212 / 0.9);
}

.hover\:text-pink-300\/95:hover {
  color: rgb(249 168 212 / 0.95);
}

.hover\:text-pink-400:hover {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-400\/0:hover {
  color: rgb(244 114 182 / 0);
}

.hover\:text-pink-400\/10:hover {
  color: rgb(244 114 182 / 0.1);
}

.hover\:text-pink-400\/100:hover {
  color: rgb(244 114 182 / 1);
}

.hover\:text-pink-400\/15:hover {
  color: rgb(244 114 182 / 0.15);
}

.hover\:text-pink-400\/20:hover {
  color: rgb(244 114 182 / 0.2);
}

.hover\:text-pink-400\/25:hover {
  color: rgb(244 114 182 / 0.25);
}

.hover\:text-pink-400\/30:hover {
  color: rgb(244 114 182 / 0.3);
}

.hover\:text-pink-400\/35:hover {
  color: rgb(244 114 182 / 0.35);
}

.hover\:text-pink-400\/40:hover {
  color: rgb(244 114 182 / 0.4);
}

.hover\:text-pink-400\/45:hover {
  color: rgb(244 114 182 / 0.45);
}

.hover\:text-pink-400\/5:hover {
  color: rgb(244 114 182 / 0.05);
}

.hover\:text-pink-400\/50:hover {
  color: rgb(244 114 182 / 0.5);
}

.hover\:text-pink-400\/55:hover {
  color: rgb(244 114 182 / 0.55);
}

.hover\:text-pink-400\/60:hover {
  color: rgb(244 114 182 / 0.6);
}

.hover\:text-pink-400\/65:hover {
  color: rgb(244 114 182 / 0.65);
}

.hover\:text-pink-400\/70:hover {
  color: rgb(244 114 182 / 0.7);
}

.hover\:text-pink-400\/75:hover {
  color: rgb(244 114 182 / 0.75);
}

.hover\:text-pink-400\/80:hover {
  color: rgb(244 114 182 / 0.8);
}

.hover\:text-pink-400\/85:hover {
  color: rgb(244 114 182 / 0.85);
}

.hover\:text-pink-400\/90:hover {
  color: rgb(244 114 182 / 0.9);
}

.hover\:text-pink-400\/95:hover {
  color: rgb(244 114 182 / 0.95);
}

.hover\:text-pink-50:hover {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-50\/0:hover {
  color: rgb(253 242 248 / 0);
}

.hover\:text-pink-50\/10:hover {
  color: rgb(253 242 248 / 0.1);
}

.hover\:text-pink-50\/100:hover {
  color: rgb(253 242 248 / 1);
}

.hover\:text-pink-50\/15:hover {
  color: rgb(253 242 248 / 0.15);
}

.hover\:text-pink-50\/20:hover {
  color: rgb(253 242 248 / 0.2);
}

.hover\:text-pink-50\/25:hover {
  color: rgb(253 242 248 / 0.25);
}

.hover\:text-pink-50\/30:hover {
  color: rgb(253 242 248 / 0.3);
}

.hover\:text-pink-50\/35:hover {
  color: rgb(253 242 248 / 0.35);
}

.hover\:text-pink-50\/40:hover {
  color: rgb(253 242 248 / 0.4);
}

.hover\:text-pink-50\/45:hover {
  color: rgb(253 242 248 / 0.45);
}

.hover\:text-pink-50\/5:hover {
  color: rgb(253 242 248 / 0.05);
}

.hover\:text-pink-50\/50:hover {
  color: rgb(253 242 248 / 0.5);
}

.hover\:text-pink-50\/55:hover {
  color: rgb(253 242 248 / 0.55);
}

.hover\:text-pink-50\/60:hover {
  color: rgb(253 242 248 / 0.6);
}

.hover\:text-pink-50\/65:hover {
  color: rgb(253 242 248 / 0.65);
}

.hover\:text-pink-50\/70:hover {
  color: rgb(253 242 248 / 0.7);
}

.hover\:text-pink-50\/75:hover {
  color: rgb(253 242 248 / 0.75);
}

.hover\:text-pink-50\/80:hover {
  color: rgb(253 242 248 / 0.8);
}

.hover\:text-pink-50\/85:hover {
  color: rgb(253 242 248 / 0.85);
}

.hover\:text-pink-50\/90:hover {
  color: rgb(253 242 248 / 0.9);
}

.hover\:text-pink-50\/95:hover {
  color: rgb(253 242 248 / 0.95);
}

.hover\:text-pink-500:hover {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-500\/0:hover {
  color: rgb(236 72 153 / 0);
}

.hover\:text-pink-500\/10:hover {
  color: rgb(236 72 153 / 0.1);
}

.hover\:text-pink-500\/100:hover {
  color: rgb(236 72 153 / 1);
}

.hover\:text-pink-500\/15:hover {
  color: rgb(236 72 153 / 0.15);
}

.hover\:text-pink-500\/20:hover {
  color: rgb(236 72 153 / 0.2);
}

.hover\:text-pink-500\/25:hover {
  color: rgb(236 72 153 / 0.25);
}

.hover\:text-pink-500\/30:hover {
  color: rgb(236 72 153 / 0.3);
}

.hover\:text-pink-500\/35:hover {
  color: rgb(236 72 153 / 0.35);
}

.hover\:text-pink-500\/40:hover {
  color: rgb(236 72 153 / 0.4);
}

.hover\:text-pink-500\/45:hover {
  color: rgb(236 72 153 / 0.45);
}

.hover\:text-pink-500\/5:hover {
  color: rgb(236 72 153 / 0.05);
}

.hover\:text-pink-500\/50:hover {
  color: rgb(236 72 153 / 0.5);
}

.hover\:text-pink-500\/55:hover {
  color: rgb(236 72 153 / 0.55);
}

.hover\:text-pink-500\/60:hover {
  color: rgb(236 72 153 / 0.6);
}

.hover\:text-pink-500\/65:hover {
  color: rgb(236 72 153 / 0.65);
}

.hover\:text-pink-500\/70:hover {
  color: rgb(236 72 153 / 0.7);
}

.hover\:text-pink-500\/75:hover {
  color: rgb(236 72 153 / 0.75);
}

.hover\:text-pink-500\/80:hover {
  color: rgb(236 72 153 / 0.8);
}

.hover\:text-pink-500\/85:hover {
  color: rgb(236 72 153 / 0.85);
}

.hover\:text-pink-500\/90:hover {
  color: rgb(236 72 153 / 0.9);
}

.hover\:text-pink-500\/95:hover {
  color: rgb(236 72 153 / 0.95);
}

.hover\:text-pink-600:hover {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-600\/0:hover {
  color: rgb(219 39 119 / 0);
}

.hover\:text-pink-600\/10:hover {
  color: rgb(219 39 119 / 0.1);
}

.hover\:text-pink-600\/100:hover {
  color: rgb(219 39 119 / 1);
}

.hover\:text-pink-600\/15:hover {
  color: rgb(219 39 119 / 0.15);
}

.hover\:text-pink-600\/20:hover {
  color: rgb(219 39 119 / 0.2);
}

.hover\:text-pink-600\/25:hover {
  color: rgb(219 39 119 / 0.25);
}

.hover\:text-pink-600\/30:hover {
  color: rgb(219 39 119 / 0.3);
}

.hover\:text-pink-600\/35:hover {
  color: rgb(219 39 119 / 0.35);
}

.hover\:text-pink-600\/40:hover {
  color: rgb(219 39 119 / 0.4);
}

.hover\:text-pink-600\/45:hover {
  color: rgb(219 39 119 / 0.45);
}

.hover\:text-pink-600\/5:hover {
  color: rgb(219 39 119 / 0.05);
}

.hover\:text-pink-600\/50:hover {
  color: rgb(219 39 119 / 0.5);
}

.hover\:text-pink-600\/55:hover {
  color: rgb(219 39 119 / 0.55);
}

.hover\:text-pink-600\/60:hover {
  color: rgb(219 39 119 / 0.6);
}

.hover\:text-pink-600\/65:hover {
  color: rgb(219 39 119 / 0.65);
}

.hover\:text-pink-600\/70:hover {
  color: rgb(219 39 119 / 0.7);
}

.hover\:text-pink-600\/75:hover {
  color: rgb(219 39 119 / 0.75);
}

.hover\:text-pink-600\/80:hover {
  color: rgb(219 39 119 / 0.8);
}

.hover\:text-pink-600\/85:hover {
  color: rgb(219 39 119 / 0.85);
}

.hover\:text-pink-600\/90:hover {
  color: rgb(219 39 119 / 0.9);
}

.hover\:text-pink-600\/95:hover {
  color: rgb(219 39 119 / 0.95);
}

.hover\:text-pink-700:hover {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-700\/0:hover {
  color: rgb(190 24 93 / 0);
}

.hover\:text-pink-700\/10:hover {
  color: rgb(190 24 93 / 0.1);
}

.hover\:text-pink-700\/100:hover {
  color: rgb(190 24 93 / 1);
}

.hover\:text-pink-700\/15:hover {
  color: rgb(190 24 93 / 0.15);
}

.hover\:text-pink-700\/20:hover {
  color: rgb(190 24 93 / 0.2);
}

.hover\:text-pink-700\/25:hover {
  color: rgb(190 24 93 / 0.25);
}

.hover\:text-pink-700\/30:hover {
  color: rgb(190 24 93 / 0.3);
}

.hover\:text-pink-700\/35:hover {
  color: rgb(190 24 93 / 0.35);
}

.hover\:text-pink-700\/40:hover {
  color: rgb(190 24 93 / 0.4);
}

.hover\:text-pink-700\/45:hover {
  color: rgb(190 24 93 / 0.45);
}

.hover\:text-pink-700\/5:hover {
  color: rgb(190 24 93 / 0.05);
}

.hover\:text-pink-700\/50:hover {
  color: rgb(190 24 93 / 0.5);
}

.hover\:text-pink-700\/55:hover {
  color: rgb(190 24 93 / 0.55);
}

.hover\:text-pink-700\/60:hover {
  color: rgb(190 24 93 / 0.6);
}

.hover\:text-pink-700\/65:hover {
  color: rgb(190 24 93 / 0.65);
}

.hover\:text-pink-700\/70:hover {
  color: rgb(190 24 93 / 0.7);
}

.hover\:text-pink-700\/75:hover {
  color: rgb(190 24 93 / 0.75);
}

.hover\:text-pink-700\/80:hover {
  color: rgb(190 24 93 / 0.8);
}

.hover\:text-pink-700\/85:hover {
  color: rgb(190 24 93 / 0.85);
}

.hover\:text-pink-700\/90:hover {
  color: rgb(190 24 93 / 0.9);
}

.hover\:text-pink-700\/95:hover {
  color: rgb(190 24 93 / 0.95);
}

.hover\:text-pink-800:hover {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-800\/0:hover {
  color: rgb(157 23 77 / 0);
}

.hover\:text-pink-800\/10:hover {
  color: rgb(157 23 77 / 0.1);
}

.hover\:text-pink-800\/100:hover {
  color: rgb(157 23 77 / 1);
}

.hover\:text-pink-800\/15:hover {
  color: rgb(157 23 77 / 0.15);
}

.hover\:text-pink-800\/20:hover {
  color: rgb(157 23 77 / 0.2);
}

.hover\:text-pink-800\/25:hover {
  color: rgb(157 23 77 / 0.25);
}

.hover\:text-pink-800\/30:hover {
  color: rgb(157 23 77 / 0.3);
}

.hover\:text-pink-800\/35:hover {
  color: rgb(157 23 77 / 0.35);
}

.hover\:text-pink-800\/40:hover {
  color: rgb(157 23 77 / 0.4);
}

.hover\:text-pink-800\/45:hover {
  color: rgb(157 23 77 / 0.45);
}

.hover\:text-pink-800\/5:hover {
  color: rgb(157 23 77 / 0.05);
}

.hover\:text-pink-800\/50:hover {
  color: rgb(157 23 77 / 0.5);
}

.hover\:text-pink-800\/55:hover {
  color: rgb(157 23 77 / 0.55);
}

.hover\:text-pink-800\/60:hover {
  color: rgb(157 23 77 / 0.6);
}

.hover\:text-pink-800\/65:hover {
  color: rgb(157 23 77 / 0.65);
}

.hover\:text-pink-800\/70:hover {
  color: rgb(157 23 77 / 0.7);
}

.hover\:text-pink-800\/75:hover {
  color: rgb(157 23 77 / 0.75);
}

.hover\:text-pink-800\/80:hover {
  color: rgb(157 23 77 / 0.8);
}

.hover\:text-pink-800\/85:hover {
  color: rgb(157 23 77 / 0.85);
}

.hover\:text-pink-800\/90:hover {
  color: rgb(157 23 77 / 0.9);
}

.hover\:text-pink-800\/95:hover {
  color: rgb(157 23 77 / 0.95);
}

.hover\:text-pink-900:hover {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-900\/0:hover {
  color: rgb(131 24 67 / 0);
}

.hover\:text-pink-900\/10:hover {
  color: rgb(131 24 67 / 0.1);
}

.hover\:text-pink-900\/100:hover {
  color: rgb(131 24 67 / 1);
}

.hover\:text-pink-900\/15:hover {
  color: rgb(131 24 67 / 0.15);
}

.hover\:text-pink-900\/20:hover {
  color: rgb(131 24 67 / 0.2);
}

.hover\:text-pink-900\/25:hover {
  color: rgb(131 24 67 / 0.25);
}

.hover\:text-pink-900\/30:hover {
  color: rgb(131 24 67 / 0.3);
}

.hover\:text-pink-900\/35:hover {
  color: rgb(131 24 67 / 0.35);
}

.hover\:text-pink-900\/40:hover {
  color: rgb(131 24 67 / 0.4);
}

.hover\:text-pink-900\/45:hover {
  color: rgb(131 24 67 / 0.45);
}

.hover\:text-pink-900\/5:hover {
  color: rgb(131 24 67 / 0.05);
}

.hover\:text-pink-900\/50:hover {
  color: rgb(131 24 67 / 0.5);
}

.hover\:text-pink-900\/55:hover {
  color: rgb(131 24 67 / 0.55);
}

.hover\:text-pink-900\/60:hover {
  color: rgb(131 24 67 / 0.6);
}

.hover\:text-pink-900\/65:hover {
  color: rgb(131 24 67 / 0.65);
}

.hover\:text-pink-900\/70:hover {
  color: rgb(131 24 67 / 0.7);
}

.hover\:text-pink-900\/75:hover {
  color: rgb(131 24 67 / 0.75);
}

.hover\:text-pink-900\/80:hover {
  color: rgb(131 24 67 / 0.8);
}

.hover\:text-pink-900\/85:hover {
  color: rgb(131 24 67 / 0.85);
}

.hover\:text-pink-900\/90:hover {
  color: rgb(131 24 67 / 0.9);
}

.hover\:text-pink-900\/95:hover {
  color: rgb(131 24 67 / 0.95);
}

.hover\:text-pink-950:hover {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-950\/0:hover {
  color: rgb(80 7 36 / 0);
}

.hover\:text-pink-950\/10:hover {
  color: rgb(80 7 36 / 0.1);
}

.hover\:text-pink-950\/100:hover {
  color: rgb(80 7 36 / 1);
}

.hover\:text-pink-950\/15:hover {
  color: rgb(80 7 36 / 0.15);
}

.hover\:text-pink-950\/20:hover {
  color: rgb(80 7 36 / 0.2);
}

.hover\:text-pink-950\/25:hover {
  color: rgb(80 7 36 / 0.25);
}

.hover\:text-pink-950\/30:hover {
  color: rgb(80 7 36 / 0.3);
}

.hover\:text-pink-950\/35:hover {
  color: rgb(80 7 36 / 0.35);
}

.hover\:text-pink-950\/40:hover {
  color: rgb(80 7 36 / 0.4);
}

.hover\:text-pink-950\/45:hover {
  color: rgb(80 7 36 / 0.45);
}

.hover\:text-pink-950\/5:hover {
  color: rgb(80 7 36 / 0.05);
}

.hover\:text-pink-950\/50:hover {
  color: rgb(80 7 36 / 0.5);
}

.hover\:text-pink-950\/55:hover {
  color: rgb(80 7 36 / 0.55);
}

.hover\:text-pink-950\/60:hover {
  color: rgb(80 7 36 / 0.6);
}

.hover\:text-pink-950\/65:hover {
  color: rgb(80 7 36 / 0.65);
}

.hover\:text-pink-950\/70:hover {
  color: rgb(80 7 36 / 0.7);
}

.hover\:text-pink-950\/75:hover {
  color: rgb(80 7 36 / 0.75);
}

.hover\:text-pink-950\/80:hover {
  color: rgb(80 7 36 / 0.8);
}

.hover\:text-pink-950\/85:hover {
  color: rgb(80 7 36 / 0.85);
}

.hover\:text-pink-950\/90:hover {
  color: rgb(80 7 36 / 0.9);
}

.hover\:text-pink-950\/95:hover {
  color: rgb(80 7 36 / 0.95);
}

.hover\:text-purple-100:hover {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-100\/0:hover {
  color: rgb(243 232 255 / 0);
}

.hover\:text-purple-100\/10:hover {
  color: rgb(243 232 255 / 0.1);
}

.hover\:text-purple-100\/100:hover {
  color: rgb(243 232 255 / 1);
}

.hover\:text-purple-100\/15:hover {
  color: rgb(243 232 255 / 0.15);
}

.hover\:text-purple-100\/20:hover {
  color: rgb(243 232 255 / 0.2);
}

.hover\:text-purple-100\/25:hover {
  color: rgb(243 232 255 / 0.25);
}

.hover\:text-purple-100\/30:hover {
  color: rgb(243 232 255 / 0.3);
}

.hover\:text-purple-100\/35:hover {
  color: rgb(243 232 255 / 0.35);
}

.hover\:text-purple-100\/40:hover {
  color: rgb(243 232 255 / 0.4);
}

.hover\:text-purple-100\/45:hover {
  color: rgb(243 232 255 / 0.45);
}

.hover\:text-purple-100\/5:hover {
  color: rgb(243 232 255 / 0.05);
}

.hover\:text-purple-100\/50:hover {
  color: rgb(243 232 255 / 0.5);
}

.hover\:text-purple-100\/55:hover {
  color: rgb(243 232 255 / 0.55);
}

.hover\:text-purple-100\/60:hover {
  color: rgb(243 232 255 / 0.6);
}

.hover\:text-purple-100\/65:hover {
  color: rgb(243 232 255 / 0.65);
}

.hover\:text-purple-100\/70:hover {
  color: rgb(243 232 255 / 0.7);
}

.hover\:text-purple-100\/75:hover {
  color: rgb(243 232 255 / 0.75);
}

.hover\:text-purple-100\/80:hover {
  color: rgb(243 232 255 / 0.8);
}

.hover\:text-purple-100\/85:hover {
  color: rgb(243 232 255 / 0.85);
}

.hover\:text-purple-100\/90:hover {
  color: rgb(243 232 255 / 0.9);
}

.hover\:text-purple-100\/95:hover {
  color: rgb(243 232 255 / 0.95);
}

.hover\:text-purple-200:hover {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-200\/0:hover {
  color: rgb(233 213 255 / 0);
}

.hover\:text-purple-200\/10:hover {
  color: rgb(233 213 255 / 0.1);
}

.hover\:text-purple-200\/100:hover {
  color: rgb(233 213 255 / 1);
}

.hover\:text-purple-200\/15:hover {
  color: rgb(233 213 255 / 0.15);
}

.hover\:text-purple-200\/20:hover {
  color: rgb(233 213 255 / 0.2);
}

.hover\:text-purple-200\/25:hover {
  color: rgb(233 213 255 / 0.25);
}

.hover\:text-purple-200\/30:hover {
  color: rgb(233 213 255 / 0.3);
}

.hover\:text-purple-200\/35:hover {
  color: rgb(233 213 255 / 0.35);
}

.hover\:text-purple-200\/40:hover {
  color: rgb(233 213 255 / 0.4);
}

.hover\:text-purple-200\/45:hover {
  color: rgb(233 213 255 / 0.45);
}

.hover\:text-purple-200\/5:hover {
  color: rgb(233 213 255 / 0.05);
}

.hover\:text-purple-200\/50:hover {
  color: rgb(233 213 255 / 0.5);
}

.hover\:text-purple-200\/55:hover {
  color: rgb(233 213 255 / 0.55);
}

.hover\:text-purple-200\/60:hover {
  color: rgb(233 213 255 / 0.6);
}

.hover\:text-purple-200\/65:hover {
  color: rgb(233 213 255 / 0.65);
}

.hover\:text-purple-200\/70:hover {
  color: rgb(233 213 255 / 0.7);
}

.hover\:text-purple-200\/75:hover {
  color: rgb(233 213 255 / 0.75);
}

.hover\:text-purple-200\/80:hover {
  color: rgb(233 213 255 / 0.8);
}

.hover\:text-purple-200\/85:hover {
  color: rgb(233 213 255 / 0.85);
}

.hover\:text-purple-200\/90:hover {
  color: rgb(233 213 255 / 0.9);
}

.hover\:text-purple-200\/95:hover {
  color: rgb(233 213 255 / 0.95);
}

.hover\:text-purple-300:hover {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-300\/0:hover {
  color: rgb(216 180 254 / 0);
}

.hover\:text-purple-300\/10:hover {
  color: rgb(216 180 254 / 0.1);
}

.hover\:text-purple-300\/100:hover {
  color: rgb(216 180 254 / 1);
}

.hover\:text-purple-300\/15:hover {
  color: rgb(216 180 254 / 0.15);
}

.hover\:text-purple-300\/20:hover {
  color: rgb(216 180 254 / 0.2);
}

.hover\:text-purple-300\/25:hover {
  color: rgb(216 180 254 / 0.25);
}

.hover\:text-purple-300\/30:hover {
  color: rgb(216 180 254 / 0.3);
}

.hover\:text-purple-300\/35:hover {
  color: rgb(216 180 254 / 0.35);
}

.hover\:text-purple-300\/40:hover {
  color: rgb(216 180 254 / 0.4);
}

.hover\:text-purple-300\/45:hover {
  color: rgb(216 180 254 / 0.45);
}

.hover\:text-purple-300\/5:hover {
  color: rgb(216 180 254 / 0.05);
}

.hover\:text-purple-300\/50:hover {
  color: rgb(216 180 254 / 0.5);
}

.hover\:text-purple-300\/55:hover {
  color: rgb(216 180 254 / 0.55);
}

.hover\:text-purple-300\/60:hover {
  color: rgb(216 180 254 / 0.6);
}

.hover\:text-purple-300\/65:hover {
  color: rgb(216 180 254 / 0.65);
}

.hover\:text-purple-300\/70:hover {
  color: rgb(216 180 254 / 0.7);
}

.hover\:text-purple-300\/75:hover {
  color: rgb(216 180 254 / 0.75);
}

.hover\:text-purple-300\/80:hover {
  color: rgb(216 180 254 / 0.8);
}

.hover\:text-purple-300\/85:hover {
  color: rgb(216 180 254 / 0.85);
}

.hover\:text-purple-300\/90:hover {
  color: rgb(216 180 254 / 0.9);
}

.hover\:text-purple-300\/95:hover {
  color: rgb(216 180 254 / 0.95);
}

.hover\:text-purple-400:hover {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-400\/0:hover {
  color: rgb(192 132 252 / 0);
}

.hover\:text-purple-400\/10:hover {
  color: rgb(192 132 252 / 0.1);
}

.hover\:text-purple-400\/100:hover {
  color: rgb(192 132 252 / 1);
}

.hover\:text-purple-400\/15:hover {
  color: rgb(192 132 252 / 0.15);
}

.hover\:text-purple-400\/20:hover {
  color: rgb(192 132 252 / 0.2);
}

.hover\:text-purple-400\/25:hover {
  color: rgb(192 132 252 / 0.25);
}

.hover\:text-purple-400\/30:hover {
  color: rgb(192 132 252 / 0.3);
}

.hover\:text-purple-400\/35:hover {
  color: rgb(192 132 252 / 0.35);
}

.hover\:text-purple-400\/40:hover {
  color: rgb(192 132 252 / 0.4);
}

.hover\:text-purple-400\/45:hover {
  color: rgb(192 132 252 / 0.45);
}

.hover\:text-purple-400\/5:hover {
  color: rgb(192 132 252 / 0.05);
}

.hover\:text-purple-400\/50:hover {
  color: rgb(192 132 252 / 0.5);
}

.hover\:text-purple-400\/55:hover {
  color: rgb(192 132 252 / 0.55);
}

.hover\:text-purple-400\/60:hover {
  color: rgb(192 132 252 / 0.6);
}

.hover\:text-purple-400\/65:hover {
  color: rgb(192 132 252 / 0.65);
}

.hover\:text-purple-400\/70:hover {
  color: rgb(192 132 252 / 0.7);
}

.hover\:text-purple-400\/75:hover {
  color: rgb(192 132 252 / 0.75);
}

.hover\:text-purple-400\/80:hover {
  color: rgb(192 132 252 / 0.8);
}

.hover\:text-purple-400\/85:hover {
  color: rgb(192 132 252 / 0.85);
}

.hover\:text-purple-400\/90:hover {
  color: rgb(192 132 252 / 0.9);
}

.hover\:text-purple-400\/95:hover {
  color: rgb(192 132 252 / 0.95);
}

.hover\:text-purple-50:hover {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-50\/0:hover {
  color: rgb(250 245 255 / 0);
}

.hover\:text-purple-50\/10:hover {
  color: rgb(250 245 255 / 0.1);
}

.hover\:text-purple-50\/100:hover {
  color: rgb(250 245 255 / 1);
}

.hover\:text-purple-50\/15:hover {
  color: rgb(250 245 255 / 0.15);
}

.hover\:text-purple-50\/20:hover {
  color: rgb(250 245 255 / 0.2);
}

.hover\:text-purple-50\/25:hover {
  color: rgb(250 245 255 / 0.25);
}

.hover\:text-purple-50\/30:hover {
  color: rgb(250 245 255 / 0.3);
}

.hover\:text-purple-50\/35:hover {
  color: rgb(250 245 255 / 0.35);
}

.hover\:text-purple-50\/40:hover {
  color: rgb(250 245 255 / 0.4);
}

.hover\:text-purple-50\/45:hover {
  color: rgb(250 245 255 / 0.45);
}

.hover\:text-purple-50\/5:hover {
  color: rgb(250 245 255 / 0.05);
}

.hover\:text-purple-50\/50:hover {
  color: rgb(250 245 255 / 0.5);
}

.hover\:text-purple-50\/55:hover {
  color: rgb(250 245 255 / 0.55);
}

.hover\:text-purple-50\/60:hover {
  color: rgb(250 245 255 / 0.6);
}

.hover\:text-purple-50\/65:hover {
  color: rgb(250 245 255 / 0.65);
}

.hover\:text-purple-50\/70:hover {
  color: rgb(250 245 255 / 0.7);
}

.hover\:text-purple-50\/75:hover {
  color: rgb(250 245 255 / 0.75);
}

.hover\:text-purple-50\/80:hover {
  color: rgb(250 245 255 / 0.8);
}

.hover\:text-purple-50\/85:hover {
  color: rgb(250 245 255 / 0.85);
}

.hover\:text-purple-50\/90:hover {
  color: rgb(250 245 255 / 0.9);
}

.hover\:text-purple-50\/95:hover {
  color: rgb(250 245 255 / 0.95);
}

.hover\:text-purple-500:hover {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-500\/0:hover {
  color: rgb(168 85 247 / 0);
}

.hover\:text-purple-500\/10:hover {
  color: rgb(168 85 247 / 0.1);
}

.hover\:text-purple-500\/100:hover {
  color: rgb(168 85 247 / 1);
}

.hover\:text-purple-500\/15:hover {
  color: rgb(168 85 247 / 0.15);
}

.hover\:text-purple-500\/20:hover {
  color: rgb(168 85 247 / 0.2);
}

.hover\:text-purple-500\/25:hover {
  color: rgb(168 85 247 / 0.25);
}

.hover\:text-purple-500\/30:hover {
  color: rgb(168 85 247 / 0.3);
}

.hover\:text-purple-500\/35:hover {
  color: rgb(168 85 247 / 0.35);
}

.hover\:text-purple-500\/40:hover {
  color: rgb(168 85 247 / 0.4);
}

.hover\:text-purple-500\/45:hover {
  color: rgb(168 85 247 / 0.45);
}

.hover\:text-purple-500\/5:hover {
  color: rgb(168 85 247 / 0.05);
}

.hover\:text-purple-500\/50:hover {
  color: rgb(168 85 247 / 0.5);
}

.hover\:text-purple-500\/55:hover {
  color: rgb(168 85 247 / 0.55);
}

.hover\:text-purple-500\/60:hover {
  color: rgb(168 85 247 / 0.6);
}

.hover\:text-purple-500\/65:hover {
  color: rgb(168 85 247 / 0.65);
}

.hover\:text-purple-500\/70:hover {
  color: rgb(168 85 247 / 0.7);
}

.hover\:text-purple-500\/75:hover {
  color: rgb(168 85 247 / 0.75);
}

.hover\:text-purple-500\/80:hover {
  color: rgb(168 85 247 / 0.8);
}

.hover\:text-purple-500\/85:hover {
  color: rgb(168 85 247 / 0.85);
}

.hover\:text-purple-500\/90:hover {
  color: rgb(168 85 247 / 0.9);
}

.hover\:text-purple-500\/95:hover {
  color: rgb(168 85 247 / 0.95);
}

.hover\:text-purple-600:hover {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-600\/0:hover {
  color: rgb(147 51 234 / 0);
}

.hover\:text-purple-600\/10:hover {
  color: rgb(147 51 234 / 0.1);
}

.hover\:text-purple-600\/100:hover {
  color: rgb(147 51 234 / 1);
}

.hover\:text-purple-600\/15:hover {
  color: rgb(147 51 234 / 0.15);
}

.hover\:text-purple-600\/20:hover {
  color: rgb(147 51 234 / 0.2);
}

.hover\:text-purple-600\/25:hover {
  color: rgb(147 51 234 / 0.25);
}

.hover\:text-purple-600\/30:hover {
  color: rgb(147 51 234 / 0.3);
}

.hover\:text-purple-600\/35:hover {
  color: rgb(147 51 234 / 0.35);
}

.hover\:text-purple-600\/40:hover {
  color: rgb(147 51 234 / 0.4);
}

.hover\:text-purple-600\/45:hover {
  color: rgb(147 51 234 / 0.45);
}

.hover\:text-purple-600\/5:hover {
  color: rgb(147 51 234 / 0.05);
}

.hover\:text-purple-600\/50:hover {
  color: rgb(147 51 234 / 0.5);
}

.hover\:text-purple-600\/55:hover {
  color: rgb(147 51 234 / 0.55);
}

.hover\:text-purple-600\/60:hover {
  color: rgb(147 51 234 / 0.6);
}

.hover\:text-purple-600\/65:hover {
  color: rgb(147 51 234 / 0.65);
}

.hover\:text-purple-600\/70:hover {
  color: rgb(147 51 234 / 0.7);
}

.hover\:text-purple-600\/75:hover {
  color: rgb(147 51 234 / 0.75);
}

.hover\:text-purple-600\/80:hover {
  color: rgb(147 51 234 / 0.8);
}

.hover\:text-purple-600\/85:hover {
  color: rgb(147 51 234 / 0.85);
}

.hover\:text-purple-600\/90:hover {
  color: rgb(147 51 234 / 0.9);
}

.hover\:text-purple-600\/95:hover {
  color: rgb(147 51 234 / 0.95);
}

.hover\:text-purple-700:hover {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-700\/0:hover {
  color: rgb(126 34 206 / 0);
}

.hover\:text-purple-700\/10:hover {
  color: rgb(126 34 206 / 0.1);
}

.hover\:text-purple-700\/100:hover {
  color: rgb(126 34 206 / 1);
}

.hover\:text-purple-700\/15:hover {
  color: rgb(126 34 206 / 0.15);
}

.hover\:text-purple-700\/20:hover {
  color: rgb(126 34 206 / 0.2);
}

.hover\:text-purple-700\/25:hover {
  color: rgb(126 34 206 / 0.25);
}

.hover\:text-purple-700\/30:hover {
  color: rgb(126 34 206 / 0.3);
}

.hover\:text-purple-700\/35:hover {
  color: rgb(126 34 206 / 0.35);
}

.hover\:text-purple-700\/40:hover {
  color: rgb(126 34 206 / 0.4);
}

.hover\:text-purple-700\/45:hover {
  color: rgb(126 34 206 / 0.45);
}

.hover\:text-purple-700\/5:hover {
  color: rgb(126 34 206 / 0.05);
}

.hover\:text-purple-700\/50:hover {
  color: rgb(126 34 206 / 0.5);
}

.hover\:text-purple-700\/55:hover {
  color: rgb(126 34 206 / 0.55);
}

.hover\:text-purple-700\/60:hover {
  color: rgb(126 34 206 / 0.6);
}

.hover\:text-purple-700\/65:hover {
  color: rgb(126 34 206 / 0.65);
}

.hover\:text-purple-700\/70:hover {
  color: rgb(126 34 206 / 0.7);
}

.hover\:text-purple-700\/75:hover {
  color: rgb(126 34 206 / 0.75);
}

.hover\:text-purple-700\/80:hover {
  color: rgb(126 34 206 / 0.8);
}

.hover\:text-purple-700\/85:hover {
  color: rgb(126 34 206 / 0.85);
}

.hover\:text-purple-700\/90:hover {
  color: rgb(126 34 206 / 0.9);
}

.hover\:text-purple-700\/95:hover {
  color: rgb(126 34 206 / 0.95);
}

.hover\:text-purple-800:hover {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-800\/0:hover {
  color: rgb(107 33 168 / 0);
}

.hover\:text-purple-800\/10:hover {
  color: rgb(107 33 168 / 0.1);
}

.hover\:text-purple-800\/100:hover {
  color: rgb(107 33 168 / 1);
}

.hover\:text-purple-800\/15:hover {
  color: rgb(107 33 168 / 0.15);
}

.hover\:text-purple-800\/20:hover {
  color: rgb(107 33 168 / 0.2);
}

.hover\:text-purple-800\/25:hover {
  color: rgb(107 33 168 / 0.25);
}

.hover\:text-purple-800\/30:hover {
  color: rgb(107 33 168 / 0.3);
}

.hover\:text-purple-800\/35:hover {
  color: rgb(107 33 168 / 0.35);
}

.hover\:text-purple-800\/40:hover {
  color: rgb(107 33 168 / 0.4);
}

.hover\:text-purple-800\/45:hover {
  color: rgb(107 33 168 / 0.45);
}

.hover\:text-purple-800\/5:hover {
  color: rgb(107 33 168 / 0.05);
}

.hover\:text-purple-800\/50:hover {
  color: rgb(107 33 168 / 0.5);
}

.hover\:text-purple-800\/55:hover {
  color: rgb(107 33 168 / 0.55);
}

.hover\:text-purple-800\/60:hover {
  color: rgb(107 33 168 / 0.6);
}

.hover\:text-purple-800\/65:hover {
  color: rgb(107 33 168 / 0.65);
}

.hover\:text-purple-800\/70:hover {
  color: rgb(107 33 168 / 0.7);
}

.hover\:text-purple-800\/75:hover {
  color: rgb(107 33 168 / 0.75);
}

.hover\:text-purple-800\/80:hover {
  color: rgb(107 33 168 / 0.8);
}

.hover\:text-purple-800\/85:hover {
  color: rgb(107 33 168 / 0.85);
}

.hover\:text-purple-800\/90:hover {
  color: rgb(107 33 168 / 0.9);
}

.hover\:text-purple-800\/95:hover {
  color: rgb(107 33 168 / 0.95);
}

.hover\:text-purple-900:hover {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-900\/0:hover {
  color: rgb(88 28 135 / 0);
}

.hover\:text-purple-900\/10:hover {
  color: rgb(88 28 135 / 0.1);
}

.hover\:text-purple-900\/100:hover {
  color: rgb(88 28 135 / 1);
}

.hover\:text-purple-900\/15:hover {
  color: rgb(88 28 135 / 0.15);
}

.hover\:text-purple-900\/20:hover {
  color: rgb(88 28 135 / 0.2);
}

.hover\:text-purple-900\/25:hover {
  color: rgb(88 28 135 / 0.25);
}

.hover\:text-purple-900\/30:hover {
  color: rgb(88 28 135 / 0.3);
}

.hover\:text-purple-900\/35:hover {
  color: rgb(88 28 135 / 0.35);
}

.hover\:text-purple-900\/40:hover {
  color: rgb(88 28 135 / 0.4);
}

.hover\:text-purple-900\/45:hover {
  color: rgb(88 28 135 / 0.45);
}

.hover\:text-purple-900\/5:hover {
  color: rgb(88 28 135 / 0.05);
}

.hover\:text-purple-900\/50:hover {
  color: rgb(88 28 135 / 0.5);
}

.hover\:text-purple-900\/55:hover {
  color: rgb(88 28 135 / 0.55);
}

.hover\:text-purple-900\/60:hover {
  color: rgb(88 28 135 / 0.6);
}

.hover\:text-purple-900\/65:hover {
  color: rgb(88 28 135 / 0.65);
}

.hover\:text-purple-900\/70:hover {
  color: rgb(88 28 135 / 0.7);
}

.hover\:text-purple-900\/75:hover {
  color: rgb(88 28 135 / 0.75);
}

.hover\:text-purple-900\/80:hover {
  color: rgb(88 28 135 / 0.8);
}

.hover\:text-purple-900\/85:hover {
  color: rgb(88 28 135 / 0.85);
}

.hover\:text-purple-900\/90:hover {
  color: rgb(88 28 135 / 0.9);
}

.hover\:text-purple-900\/95:hover {
  color: rgb(88 28 135 / 0.95);
}

.hover\:text-purple-950:hover {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-950\/0:hover {
  color: rgb(59 7 100 / 0);
}

.hover\:text-purple-950\/10:hover {
  color: rgb(59 7 100 / 0.1);
}

.hover\:text-purple-950\/100:hover {
  color: rgb(59 7 100 / 1);
}

.hover\:text-purple-950\/15:hover {
  color: rgb(59 7 100 / 0.15);
}

.hover\:text-purple-950\/20:hover {
  color: rgb(59 7 100 / 0.2);
}

.hover\:text-purple-950\/25:hover {
  color: rgb(59 7 100 / 0.25);
}

.hover\:text-purple-950\/30:hover {
  color: rgb(59 7 100 / 0.3);
}

.hover\:text-purple-950\/35:hover {
  color: rgb(59 7 100 / 0.35);
}

.hover\:text-purple-950\/40:hover {
  color: rgb(59 7 100 / 0.4);
}

.hover\:text-purple-950\/45:hover {
  color: rgb(59 7 100 / 0.45);
}

.hover\:text-purple-950\/5:hover {
  color: rgb(59 7 100 / 0.05);
}

.hover\:text-purple-950\/50:hover {
  color: rgb(59 7 100 / 0.5);
}

.hover\:text-purple-950\/55:hover {
  color: rgb(59 7 100 / 0.55);
}

.hover\:text-purple-950\/60:hover {
  color: rgb(59 7 100 / 0.6);
}

.hover\:text-purple-950\/65:hover {
  color: rgb(59 7 100 / 0.65);
}

.hover\:text-purple-950\/70:hover {
  color: rgb(59 7 100 / 0.7);
}

.hover\:text-purple-950\/75:hover {
  color: rgb(59 7 100 / 0.75);
}

.hover\:text-purple-950\/80:hover {
  color: rgb(59 7 100 / 0.8);
}

.hover\:text-purple-950\/85:hover {
  color: rgb(59 7 100 / 0.85);
}

.hover\:text-purple-950\/90:hover {
  color: rgb(59 7 100 / 0.9);
}

.hover\:text-purple-950\/95:hover {
  color: rgb(59 7 100 / 0.95);
}

.hover\:text-red-100:hover {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.hover\:text-red-100\/0:hover {
  color: rgb(254 226 226 / 0);
}

.hover\:text-red-100\/10:hover {
  color: rgb(254 226 226 / 0.1);
}

.hover\:text-red-100\/100:hover {
  color: rgb(254 226 226 / 1);
}

.hover\:text-red-100\/15:hover {
  color: rgb(254 226 226 / 0.15);
}

.hover\:text-red-100\/20:hover {
  color: rgb(254 226 226 / 0.2);
}

.hover\:text-red-100\/25:hover {
  color: rgb(254 226 226 / 0.25);
}

.hover\:text-red-100\/30:hover {
  color: rgb(254 226 226 / 0.3);
}

.hover\:text-red-100\/35:hover {
  color: rgb(254 226 226 / 0.35);
}

.hover\:text-red-100\/40:hover {
  color: rgb(254 226 226 / 0.4);
}

.hover\:text-red-100\/45:hover {
  color: rgb(254 226 226 / 0.45);
}

.hover\:text-red-100\/5:hover {
  color: rgb(254 226 226 / 0.05);
}

.hover\:text-red-100\/50:hover {
  color: rgb(254 226 226 / 0.5);
}

.hover\:text-red-100\/55:hover {
  color: rgb(254 226 226 / 0.55);
}

.hover\:text-red-100\/60:hover {
  color: rgb(254 226 226 / 0.6);
}

.hover\:text-red-100\/65:hover {
  color: rgb(254 226 226 / 0.65);
}

.hover\:text-red-100\/70:hover {
  color: rgb(254 226 226 / 0.7);
}

.hover\:text-red-100\/75:hover {
  color: rgb(254 226 226 / 0.75);
}

.hover\:text-red-100\/80:hover {
  color: rgb(254 226 226 / 0.8);
}

.hover\:text-red-100\/85:hover {
  color: rgb(254 226 226 / 0.85);
}

.hover\:text-red-100\/90:hover {
  color: rgb(254 226 226 / 0.9);
}

.hover\:text-red-100\/95:hover {
  color: rgb(254 226 226 / 0.95);
}

.hover\:text-red-200:hover {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.hover\:text-red-200\/0:hover {
  color: rgb(254 202 202 / 0);
}

.hover\:text-red-200\/10:hover {
  color: rgb(254 202 202 / 0.1);
}

.hover\:text-red-200\/100:hover {
  color: rgb(254 202 202 / 1);
}

.hover\:text-red-200\/15:hover {
  color: rgb(254 202 202 / 0.15);
}

.hover\:text-red-200\/20:hover {
  color: rgb(254 202 202 / 0.2);
}

.hover\:text-red-200\/25:hover {
  color: rgb(254 202 202 / 0.25);
}

.hover\:text-red-200\/30:hover {
  color: rgb(254 202 202 / 0.3);
}

.hover\:text-red-200\/35:hover {
  color: rgb(254 202 202 / 0.35);
}

.hover\:text-red-200\/40:hover {
  color: rgb(254 202 202 / 0.4);
}

.hover\:text-red-200\/45:hover {
  color: rgb(254 202 202 / 0.45);
}

.hover\:text-red-200\/5:hover {
  color: rgb(254 202 202 / 0.05);
}

.hover\:text-red-200\/50:hover {
  color: rgb(254 202 202 / 0.5);
}

.hover\:text-red-200\/55:hover {
  color: rgb(254 202 202 / 0.55);
}

.hover\:text-red-200\/60:hover {
  color: rgb(254 202 202 / 0.6);
}

.hover\:text-red-200\/65:hover {
  color: rgb(254 202 202 / 0.65);
}

.hover\:text-red-200\/70:hover {
  color: rgb(254 202 202 / 0.7);
}

.hover\:text-red-200\/75:hover {
  color: rgb(254 202 202 / 0.75);
}

.hover\:text-red-200\/80:hover {
  color: rgb(254 202 202 / 0.8);
}

.hover\:text-red-200\/85:hover {
  color: rgb(254 202 202 / 0.85);
}

.hover\:text-red-200\/90:hover {
  color: rgb(254 202 202 / 0.9);
}

.hover\:text-red-200\/95:hover {
  color: rgb(254 202 202 / 0.95);
}

.hover\:text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.hover\:text-red-300\/0:hover {
  color: rgb(252 165 165 / 0);
}

.hover\:text-red-300\/10:hover {
  color: rgb(252 165 165 / 0.1);
}

.hover\:text-red-300\/100:hover {
  color: rgb(252 165 165 / 1);
}

.hover\:text-red-300\/15:hover {
  color: rgb(252 165 165 / 0.15);
}

.hover\:text-red-300\/20:hover {
  color: rgb(252 165 165 / 0.2);
}

.hover\:text-red-300\/25:hover {
  color: rgb(252 165 165 / 0.25);
}

.hover\:text-red-300\/30:hover {
  color: rgb(252 165 165 / 0.3);
}

.hover\:text-red-300\/35:hover {
  color: rgb(252 165 165 / 0.35);
}

.hover\:text-red-300\/40:hover {
  color: rgb(252 165 165 / 0.4);
}

.hover\:text-red-300\/45:hover {
  color: rgb(252 165 165 / 0.45);
}

.hover\:text-red-300\/5:hover {
  color: rgb(252 165 165 / 0.05);
}

.hover\:text-red-300\/50:hover {
  color: rgb(252 165 165 / 0.5);
}

.hover\:text-red-300\/55:hover {
  color: rgb(252 165 165 / 0.55);
}

.hover\:text-red-300\/60:hover {
  color: rgb(252 165 165 / 0.6);
}

.hover\:text-red-300\/65:hover {
  color: rgb(252 165 165 / 0.65);
}

.hover\:text-red-300\/70:hover {
  color: rgb(252 165 165 / 0.7);
}

.hover\:text-red-300\/75:hover {
  color: rgb(252 165 165 / 0.75);
}

.hover\:text-red-300\/80:hover {
  color: rgb(252 165 165 / 0.8);
}

.hover\:text-red-300\/85:hover {
  color: rgb(252 165 165 / 0.85);
}

.hover\:text-red-300\/90:hover {
  color: rgb(252 165 165 / 0.9);
}

.hover\:text-red-300\/95:hover {
  color: rgb(252 165 165 / 0.95);
}

.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.hover\:text-red-400\/0:hover {
  color: rgb(248 113 113 / 0);
}

.hover\:text-red-400\/10:hover {
  color: rgb(248 113 113 / 0.1);
}

.hover\:text-red-400\/100:hover {
  color: rgb(248 113 113 / 1);
}

.hover\:text-red-400\/15:hover {
  color: rgb(248 113 113 / 0.15);
}

.hover\:text-red-400\/20:hover {
  color: rgb(248 113 113 / 0.2);
}

.hover\:text-red-400\/25:hover {
  color: rgb(248 113 113 / 0.25);
}

.hover\:text-red-400\/30:hover {
  color: rgb(248 113 113 / 0.3);
}

.hover\:text-red-400\/35:hover {
  color: rgb(248 113 113 / 0.35);
}

.hover\:text-red-400\/40:hover {
  color: rgb(248 113 113 / 0.4);
}

.hover\:text-red-400\/45:hover {
  color: rgb(248 113 113 / 0.45);
}

.hover\:text-red-400\/5:hover {
  color: rgb(248 113 113 / 0.05);
}

.hover\:text-red-400\/50:hover {
  color: rgb(248 113 113 / 0.5);
}

.hover\:text-red-400\/55:hover {
  color: rgb(248 113 113 / 0.55);
}

.hover\:text-red-400\/60:hover {
  color: rgb(248 113 113 / 0.6);
}

.hover\:text-red-400\/65:hover {
  color: rgb(248 113 113 / 0.65);
}

.hover\:text-red-400\/70:hover {
  color: rgb(248 113 113 / 0.7);
}

.hover\:text-red-400\/75:hover {
  color: rgb(248 113 113 / 0.75);
}

.hover\:text-red-400\/80:hover {
  color: rgb(248 113 113 / 0.8);
}

.hover\:text-red-400\/85:hover {
  color: rgb(248 113 113 / 0.85);
}

.hover\:text-red-400\/90:hover {
  color: rgb(248 113 113 / 0.9);
}

.hover\:text-red-400\/95:hover {
  color: rgb(248 113 113 / 0.95);
}

.hover\:text-red-50:hover {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.hover\:text-red-50\/0:hover {
  color: rgb(254 242 242 / 0);
}

.hover\:text-red-50\/10:hover {
  color: rgb(254 242 242 / 0.1);
}

.hover\:text-red-50\/100:hover {
  color: rgb(254 242 242 / 1);
}

.hover\:text-red-50\/15:hover {
  color: rgb(254 242 242 / 0.15);
}

.hover\:text-red-50\/20:hover {
  color: rgb(254 242 242 / 0.2);
}

.hover\:text-red-50\/25:hover {
  color: rgb(254 242 242 / 0.25);
}

.hover\:text-red-50\/30:hover {
  color: rgb(254 242 242 / 0.3);
}

.hover\:text-red-50\/35:hover {
  color: rgb(254 242 242 / 0.35);
}

.hover\:text-red-50\/40:hover {
  color: rgb(254 242 242 / 0.4);
}

.hover\:text-red-50\/45:hover {
  color: rgb(254 242 242 / 0.45);
}

.hover\:text-red-50\/5:hover {
  color: rgb(254 242 242 / 0.05);
}

.hover\:text-red-50\/50:hover {
  color: rgb(254 242 242 / 0.5);
}

.hover\:text-red-50\/55:hover {
  color: rgb(254 242 242 / 0.55);
}

.hover\:text-red-50\/60:hover {
  color: rgb(254 242 242 / 0.6);
}

.hover\:text-red-50\/65:hover {
  color: rgb(254 242 242 / 0.65);
}

.hover\:text-red-50\/70:hover {
  color: rgb(254 242 242 / 0.7);
}

.hover\:text-red-50\/75:hover {
  color: rgb(254 242 242 / 0.75);
}

.hover\:text-red-50\/80:hover {
  color: rgb(254 242 242 / 0.8);
}

.hover\:text-red-50\/85:hover {
  color: rgb(254 242 242 / 0.85);
}

.hover\:text-red-50\/90:hover {
  color: rgb(254 242 242 / 0.9);
}

.hover\:text-red-50\/95:hover {
  color: rgb(254 242 242 / 0.95);
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.hover\:text-red-500\/0:hover {
  color: rgb(239 68 68 / 0);
}

.hover\:text-red-500\/10:hover {
  color: rgb(239 68 68 / 0.1);
}

.hover\:text-red-500\/100:hover {
  color: rgb(239 68 68 / 1);
}

.hover\:text-red-500\/15:hover {
  color: rgb(239 68 68 / 0.15);
}

.hover\:text-red-500\/20:hover {
  color: rgb(239 68 68 / 0.2);
}

.hover\:text-red-500\/25:hover {
  color: rgb(239 68 68 / 0.25);
}

.hover\:text-red-500\/30:hover {
  color: rgb(239 68 68 / 0.3);
}

.hover\:text-red-500\/35:hover {
  color: rgb(239 68 68 / 0.35);
}

.hover\:text-red-500\/40:hover {
  color: rgb(239 68 68 / 0.4);
}

.hover\:text-red-500\/45:hover {
  color: rgb(239 68 68 / 0.45);
}

.hover\:text-red-500\/5:hover {
  color: rgb(239 68 68 / 0.05);
}

.hover\:text-red-500\/50:hover {
  color: rgb(239 68 68 / 0.5);
}

.hover\:text-red-500\/55:hover {
  color: rgb(239 68 68 / 0.55);
}

.hover\:text-red-500\/60:hover {
  color: rgb(239 68 68 / 0.6);
}

.hover\:text-red-500\/65:hover {
  color: rgb(239 68 68 / 0.65);
}

.hover\:text-red-500\/70:hover {
  color: rgb(239 68 68 / 0.7);
}

.hover\:text-red-500\/75:hover {
  color: rgb(239 68 68 / 0.75);
}

.hover\:text-red-500\/80:hover {
  color: rgb(239 68 68 / 0.8);
}

.hover\:text-red-500\/85:hover {
  color: rgb(239 68 68 / 0.85);
}

.hover\:text-red-500\/90:hover {
  color: rgb(239 68 68 / 0.9);
}

.hover\:text-red-500\/95:hover {
  color: rgb(239 68 68 / 0.95);
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.hover\:text-red-600\/0:hover {
  color: rgb(220 38 38 / 0);
}

.hover\:text-red-600\/10:hover {
  color: rgb(220 38 38 / 0.1);
}

.hover\:text-red-600\/100:hover {
  color: rgb(220 38 38 / 1);
}

.hover\:text-red-600\/15:hover {
  color: rgb(220 38 38 / 0.15);
}

.hover\:text-red-600\/20:hover {
  color: rgb(220 38 38 / 0.2);
}

.hover\:text-red-600\/25:hover {
  color: rgb(220 38 38 / 0.25);
}

.hover\:text-red-600\/30:hover {
  color: rgb(220 38 38 / 0.3);
}

.hover\:text-red-600\/35:hover {
  color: rgb(220 38 38 / 0.35);
}

.hover\:text-red-600\/40:hover {
  color: rgb(220 38 38 / 0.4);
}

.hover\:text-red-600\/45:hover {
  color: rgb(220 38 38 / 0.45);
}

.hover\:text-red-600\/5:hover {
  color: rgb(220 38 38 / 0.05);
}

.hover\:text-red-600\/50:hover {
  color: rgb(220 38 38 / 0.5);
}

.hover\:text-red-600\/55:hover {
  color: rgb(220 38 38 / 0.55);
}

.hover\:text-red-600\/60:hover {
  color: rgb(220 38 38 / 0.6);
}

.hover\:text-red-600\/65:hover {
  color: rgb(220 38 38 / 0.65);
}

.hover\:text-red-600\/70:hover {
  color: rgb(220 38 38 / 0.7);
}

.hover\:text-red-600\/75:hover {
  color: rgb(220 38 38 / 0.75);
}

.hover\:text-red-600\/80:hover {
  color: rgb(220 38 38 / 0.8);
}

.hover\:text-red-600\/85:hover {
  color: rgb(220 38 38 / 0.85);
}

.hover\:text-red-600\/90:hover {
  color: rgb(220 38 38 / 0.9);
}

.hover\:text-red-600\/95:hover {
  color: rgb(220 38 38 / 0.95);
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.hover\:text-red-700\/0:hover {
  color: rgb(185 28 28 / 0);
}

.hover\:text-red-700\/10:hover {
  color: rgb(185 28 28 / 0.1);
}

.hover\:text-red-700\/100:hover {
  color: rgb(185 28 28 / 1);
}

.hover\:text-red-700\/15:hover {
  color: rgb(185 28 28 / 0.15);
}

.hover\:text-red-700\/20:hover {
  color: rgb(185 28 28 / 0.2);
}

.hover\:text-red-700\/25:hover {
  color: rgb(185 28 28 / 0.25);
}

.hover\:text-red-700\/30:hover {
  color: rgb(185 28 28 / 0.3);
}

.hover\:text-red-700\/35:hover {
  color: rgb(185 28 28 / 0.35);
}

.hover\:text-red-700\/40:hover {
  color: rgb(185 28 28 / 0.4);
}

.hover\:text-red-700\/45:hover {
  color: rgb(185 28 28 / 0.45);
}

.hover\:text-red-700\/5:hover {
  color: rgb(185 28 28 / 0.05);
}

.hover\:text-red-700\/50:hover {
  color: rgb(185 28 28 / 0.5);
}

.hover\:text-red-700\/55:hover {
  color: rgb(185 28 28 / 0.55);
}

.hover\:text-red-700\/60:hover {
  color: rgb(185 28 28 / 0.6);
}

.hover\:text-red-700\/65:hover {
  color: rgb(185 28 28 / 0.65);
}

.hover\:text-red-700\/70:hover {
  color: rgb(185 28 28 / 0.7);
}

.hover\:text-red-700\/75:hover {
  color: rgb(185 28 28 / 0.75);
}

.hover\:text-red-700\/80:hover {
  color: rgb(185 28 28 / 0.8);
}

.hover\:text-red-700\/85:hover {
  color: rgb(185 28 28 / 0.85);
}

.hover\:text-red-700\/90:hover {
  color: rgb(185 28 28 / 0.9);
}

.hover\:text-red-700\/95:hover {
  color: rgb(185 28 28 / 0.95);
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.hover\:text-red-800\/0:hover {
  color: rgb(153 27 27 / 0);
}

.hover\:text-red-800\/10:hover {
  color: rgb(153 27 27 / 0.1);
}

.hover\:text-red-800\/100:hover {
  color: rgb(153 27 27 / 1);
}

.hover\:text-red-800\/15:hover {
  color: rgb(153 27 27 / 0.15);
}

.hover\:text-red-800\/20:hover {
  color: rgb(153 27 27 / 0.2);
}

.hover\:text-red-800\/25:hover {
  color: rgb(153 27 27 / 0.25);
}

.hover\:text-red-800\/30:hover {
  color: rgb(153 27 27 / 0.3);
}

.hover\:text-red-800\/35:hover {
  color: rgb(153 27 27 / 0.35);
}

.hover\:text-red-800\/40:hover {
  color: rgb(153 27 27 / 0.4);
}

.hover\:text-red-800\/45:hover {
  color: rgb(153 27 27 / 0.45);
}

.hover\:text-red-800\/5:hover {
  color: rgb(153 27 27 / 0.05);
}

.hover\:text-red-800\/50:hover {
  color: rgb(153 27 27 / 0.5);
}

.hover\:text-red-800\/55:hover {
  color: rgb(153 27 27 / 0.55);
}

.hover\:text-red-800\/60:hover {
  color: rgb(153 27 27 / 0.6);
}

.hover\:text-red-800\/65:hover {
  color: rgb(153 27 27 / 0.65);
}

.hover\:text-red-800\/70:hover {
  color: rgb(153 27 27 / 0.7);
}

.hover\:text-red-800\/75:hover {
  color: rgb(153 27 27 / 0.75);
}

.hover\:text-red-800\/80:hover {
  color: rgb(153 27 27 / 0.8);
}

.hover\:text-red-800\/85:hover {
  color: rgb(153 27 27 / 0.85);
}

.hover\:text-red-800\/90:hover {
  color: rgb(153 27 27 / 0.9);
}

.hover\:text-red-800\/95:hover {
  color: rgb(153 27 27 / 0.95);
}

.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.hover\:text-red-900\/0:hover {
  color: rgb(127 29 29 / 0);
}

.hover\:text-red-900\/10:hover {
  color: rgb(127 29 29 / 0.1);
}

.hover\:text-red-900\/100:hover {
  color: rgb(127 29 29 / 1);
}

.hover\:text-red-900\/15:hover {
  color: rgb(127 29 29 / 0.15);
}

.hover\:text-red-900\/20:hover {
  color: rgb(127 29 29 / 0.2);
}

.hover\:text-red-900\/25:hover {
  color: rgb(127 29 29 / 0.25);
}

.hover\:text-red-900\/30:hover {
  color: rgb(127 29 29 / 0.3);
}

.hover\:text-red-900\/35:hover {
  color: rgb(127 29 29 / 0.35);
}

.hover\:text-red-900\/40:hover {
  color: rgb(127 29 29 / 0.4);
}

.hover\:text-red-900\/45:hover {
  color: rgb(127 29 29 / 0.45);
}

.hover\:text-red-900\/5:hover {
  color: rgb(127 29 29 / 0.05);
}

.hover\:text-red-900\/50:hover {
  color: rgb(127 29 29 / 0.5);
}

.hover\:text-red-900\/55:hover {
  color: rgb(127 29 29 / 0.55);
}

.hover\:text-red-900\/60:hover {
  color: rgb(127 29 29 / 0.6);
}

.hover\:text-red-900\/65:hover {
  color: rgb(127 29 29 / 0.65);
}

.hover\:text-red-900\/70:hover {
  color: rgb(127 29 29 / 0.7);
}

.hover\:text-red-900\/75:hover {
  color: rgb(127 29 29 / 0.75);
}

.hover\:text-red-900\/80:hover {
  color: rgb(127 29 29 / 0.8);
}

.hover\:text-red-900\/85:hover {
  color: rgb(127 29 29 / 0.85);
}

.hover\:text-red-900\/90:hover {
  color: rgb(127 29 29 / 0.9);
}

.hover\:text-red-900\/95:hover {
  color: rgb(127 29 29 / 0.95);
}

.hover\:text-red-950:hover {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}

.hover\:text-red-950\/0:hover {
  color: rgb(69 10 10 / 0);
}

.hover\:text-red-950\/10:hover {
  color: rgb(69 10 10 / 0.1);
}

.hover\:text-red-950\/100:hover {
  color: rgb(69 10 10 / 1);
}

.hover\:text-red-950\/15:hover {
  color: rgb(69 10 10 / 0.15);
}

.hover\:text-red-950\/20:hover {
  color: rgb(69 10 10 / 0.2);
}

.hover\:text-red-950\/25:hover {
  color: rgb(69 10 10 / 0.25);
}

.hover\:text-red-950\/30:hover {
  color: rgb(69 10 10 / 0.3);
}

.hover\:text-red-950\/35:hover {
  color: rgb(69 10 10 / 0.35);
}

.hover\:text-red-950\/40:hover {
  color: rgb(69 10 10 / 0.4);
}

.hover\:text-red-950\/45:hover {
  color: rgb(69 10 10 / 0.45);
}

.hover\:text-red-950\/5:hover {
  color: rgb(69 10 10 / 0.05);
}

.hover\:text-red-950\/50:hover {
  color: rgb(69 10 10 / 0.5);
}

.hover\:text-red-950\/55:hover {
  color: rgb(69 10 10 / 0.55);
}

.hover\:text-red-950\/60:hover {
  color: rgb(69 10 10 / 0.6);
}

.hover\:text-red-950\/65:hover {
  color: rgb(69 10 10 / 0.65);
}

.hover\:text-red-950\/70:hover {
  color: rgb(69 10 10 / 0.7);
}

.hover\:text-red-950\/75:hover {
  color: rgb(69 10 10 / 0.75);
}

.hover\:text-red-950\/80:hover {
  color: rgb(69 10 10 / 0.8);
}

.hover\:text-red-950\/85:hover {
  color: rgb(69 10 10 / 0.85);
}

.hover\:text-red-950\/90:hover {
  color: rgb(69 10 10 / 0.9);
}

.hover\:text-red-950\/95:hover {
  color: rgb(69 10 10 / 0.95);
}

.hover\:text-yellow-100:hover {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-100\/0:hover {
  color: rgb(254 249 195 / 0);
}

.hover\:text-yellow-100\/10:hover {
  color: rgb(254 249 195 / 0.1);
}

.hover\:text-yellow-100\/100:hover {
  color: rgb(254 249 195 / 1);
}

.hover\:text-yellow-100\/15:hover {
  color: rgb(254 249 195 / 0.15);
}

.hover\:text-yellow-100\/20:hover {
  color: rgb(254 249 195 / 0.2);
}

.hover\:text-yellow-100\/25:hover {
  color: rgb(254 249 195 / 0.25);
}

.hover\:text-yellow-100\/30:hover {
  color: rgb(254 249 195 / 0.3);
}

.hover\:text-yellow-100\/35:hover {
  color: rgb(254 249 195 / 0.35);
}

.hover\:text-yellow-100\/40:hover {
  color: rgb(254 249 195 / 0.4);
}

.hover\:text-yellow-100\/45:hover {
  color: rgb(254 249 195 / 0.45);
}

.hover\:text-yellow-100\/5:hover {
  color: rgb(254 249 195 / 0.05);
}

.hover\:text-yellow-100\/50:hover {
  color: rgb(254 249 195 / 0.5);
}

.hover\:text-yellow-100\/55:hover {
  color: rgb(254 249 195 / 0.55);
}

.hover\:text-yellow-100\/60:hover {
  color: rgb(254 249 195 / 0.6);
}

.hover\:text-yellow-100\/65:hover {
  color: rgb(254 249 195 / 0.65);
}

.hover\:text-yellow-100\/70:hover {
  color: rgb(254 249 195 / 0.7);
}

.hover\:text-yellow-100\/75:hover {
  color: rgb(254 249 195 / 0.75);
}

.hover\:text-yellow-100\/80:hover {
  color: rgb(254 249 195 / 0.8);
}

.hover\:text-yellow-100\/85:hover {
  color: rgb(254 249 195 / 0.85);
}

.hover\:text-yellow-100\/90:hover {
  color: rgb(254 249 195 / 0.9);
}

.hover\:text-yellow-100\/95:hover {
  color: rgb(254 249 195 / 0.95);
}

.hover\:text-yellow-200:hover {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-200\/0:hover {
  color: rgb(254 240 138 / 0);
}

.hover\:text-yellow-200\/10:hover {
  color: rgb(254 240 138 / 0.1);
}

.hover\:text-yellow-200\/100:hover {
  color: rgb(254 240 138 / 1);
}

.hover\:text-yellow-200\/15:hover {
  color: rgb(254 240 138 / 0.15);
}

.hover\:text-yellow-200\/20:hover {
  color: rgb(254 240 138 / 0.2);
}

.hover\:text-yellow-200\/25:hover {
  color: rgb(254 240 138 / 0.25);
}

.hover\:text-yellow-200\/30:hover {
  color: rgb(254 240 138 / 0.3);
}

.hover\:text-yellow-200\/35:hover {
  color: rgb(254 240 138 / 0.35);
}

.hover\:text-yellow-200\/40:hover {
  color: rgb(254 240 138 / 0.4);
}

.hover\:text-yellow-200\/45:hover {
  color: rgb(254 240 138 / 0.45);
}

.hover\:text-yellow-200\/5:hover {
  color: rgb(254 240 138 / 0.05);
}

.hover\:text-yellow-200\/50:hover {
  color: rgb(254 240 138 / 0.5);
}

.hover\:text-yellow-200\/55:hover {
  color: rgb(254 240 138 / 0.55);
}

.hover\:text-yellow-200\/60:hover {
  color: rgb(254 240 138 / 0.6);
}

.hover\:text-yellow-200\/65:hover {
  color: rgb(254 240 138 / 0.65);
}

.hover\:text-yellow-200\/70:hover {
  color: rgb(254 240 138 / 0.7);
}

.hover\:text-yellow-200\/75:hover {
  color: rgb(254 240 138 / 0.75);
}

.hover\:text-yellow-200\/80:hover {
  color: rgb(254 240 138 / 0.8);
}

.hover\:text-yellow-200\/85:hover {
  color: rgb(254 240 138 / 0.85);
}

.hover\:text-yellow-200\/90:hover {
  color: rgb(254 240 138 / 0.9);
}

.hover\:text-yellow-200\/95:hover {
  color: rgb(254 240 138 / 0.95);
}

.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-300\/0:hover {
  color: rgb(253 224 71 / 0);
}

.hover\:text-yellow-300\/10:hover {
  color: rgb(253 224 71 / 0.1);
}

.hover\:text-yellow-300\/100:hover {
  color: rgb(253 224 71 / 1);
}

.hover\:text-yellow-300\/15:hover {
  color: rgb(253 224 71 / 0.15);
}

.hover\:text-yellow-300\/20:hover {
  color: rgb(253 224 71 / 0.2);
}

.hover\:text-yellow-300\/25:hover {
  color: rgb(253 224 71 / 0.25);
}

.hover\:text-yellow-300\/30:hover {
  color: rgb(253 224 71 / 0.3);
}

.hover\:text-yellow-300\/35:hover {
  color: rgb(253 224 71 / 0.35);
}

.hover\:text-yellow-300\/40:hover {
  color: rgb(253 224 71 / 0.4);
}

.hover\:text-yellow-300\/45:hover {
  color: rgb(253 224 71 / 0.45);
}

.hover\:text-yellow-300\/5:hover {
  color: rgb(253 224 71 / 0.05);
}

.hover\:text-yellow-300\/50:hover {
  color: rgb(253 224 71 / 0.5);
}

.hover\:text-yellow-300\/55:hover {
  color: rgb(253 224 71 / 0.55);
}

.hover\:text-yellow-300\/60:hover {
  color: rgb(253 224 71 / 0.6);
}

.hover\:text-yellow-300\/65:hover {
  color: rgb(253 224 71 / 0.65);
}

.hover\:text-yellow-300\/70:hover {
  color: rgb(253 224 71 / 0.7);
}

.hover\:text-yellow-300\/75:hover {
  color: rgb(253 224 71 / 0.75);
}

.hover\:text-yellow-300\/80:hover {
  color: rgb(253 224 71 / 0.8);
}

.hover\:text-yellow-300\/85:hover {
  color: rgb(253 224 71 / 0.85);
}

.hover\:text-yellow-300\/90:hover {
  color: rgb(253 224 71 / 0.9);
}

.hover\:text-yellow-300\/95:hover {
  color: rgb(253 224 71 / 0.95);
}

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-400\/0:hover {
  color: rgb(250 204 21 / 0);
}

.hover\:text-yellow-400\/10:hover {
  color: rgb(250 204 21 / 0.1);
}

.hover\:text-yellow-400\/100:hover {
  color: rgb(250 204 21 / 1);
}

.hover\:text-yellow-400\/15:hover {
  color: rgb(250 204 21 / 0.15);
}

.hover\:text-yellow-400\/20:hover {
  color: rgb(250 204 21 / 0.2);
}

.hover\:text-yellow-400\/25:hover {
  color: rgb(250 204 21 / 0.25);
}

.hover\:text-yellow-400\/30:hover {
  color: rgb(250 204 21 / 0.3);
}

.hover\:text-yellow-400\/35:hover {
  color: rgb(250 204 21 / 0.35);
}

.hover\:text-yellow-400\/40:hover {
  color: rgb(250 204 21 / 0.4);
}

.hover\:text-yellow-400\/45:hover {
  color: rgb(250 204 21 / 0.45);
}

.hover\:text-yellow-400\/5:hover {
  color: rgb(250 204 21 / 0.05);
}

.hover\:text-yellow-400\/50:hover {
  color: rgb(250 204 21 / 0.5);
}

.hover\:text-yellow-400\/55:hover {
  color: rgb(250 204 21 / 0.55);
}

.hover\:text-yellow-400\/60:hover {
  color: rgb(250 204 21 / 0.6);
}

.hover\:text-yellow-400\/65:hover {
  color: rgb(250 204 21 / 0.65);
}

.hover\:text-yellow-400\/70:hover {
  color: rgb(250 204 21 / 0.7);
}

.hover\:text-yellow-400\/75:hover {
  color: rgb(250 204 21 / 0.75);
}

.hover\:text-yellow-400\/80:hover {
  color: rgb(250 204 21 / 0.8);
}

.hover\:text-yellow-400\/85:hover {
  color: rgb(250 204 21 / 0.85);
}

.hover\:text-yellow-400\/90:hover {
  color: rgb(250 204 21 / 0.9);
}

.hover\:text-yellow-400\/95:hover {
  color: rgb(250 204 21 / 0.95);
}

.hover\:text-yellow-50:hover {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-50\/0:hover {
  color: rgb(254 252 232 / 0);
}

.hover\:text-yellow-50\/10:hover {
  color: rgb(254 252 232 / 0.1);
}

.hover\:text-yellow-50\/100:hover {
  color: rgb(254 252 232 / 1);
}

.hover\:text-yellow-50\/15:hover {
  color: rgb(254 252 232 / 0.15);
}

.hover\:text-yellow-50\/20:hover {
  color: rgb(254 252 232 / 0.2);
}

.hover\:text-yellow-50\/25:hover {
  color: rgb(254 252 232 / 0.25);
}

.hover\:text-yellow-50\/30:hover {
  color: rgb(254 252 232 / 0.3);
}

.hover\:text-yellow-50\/35:hover {
  color: rgb(254 252 232 / 0.35);
}

.hover\:text-yellow-50\/40:hover {
  color: rgb(254 252 232 / 0.4);
}

.hover\:text-yellow-50\/45:hover {
  color: rgb(254 252 232 / 0.45);
}

.hover\:text-yellow-50\/5:hover {
  color: rgb(254 252 232 / 0.05);
}

.hover\:text-yellow-50\/50:hover {
  color: rgb(254 252 232 / 0.5);
}

.hover\:text-yellow-50\/55:hover {
  color: rgb(254 252 232 / 0.55);
}

.hover\:text-yellow-50\/60:hover {
  color: rgb(254 252 232 / 0.6);
}

.hover\:text-yellow-50\/65:hover {
  color: rgb(254 252 232 / 0.65);
}

.hover\:text-yellow-50\/70:hover {
  color: rgb(254 252 232 / 0.7);
}

.hover\:text-yellow-50\/75:hover {
  color: rgb(254 252 232 / 0.75);
}

.hover\:text-yellow-50\/80:hover {
  color: rgb(254 252 232 / 0.8);
}

.hover\:text-yellow-50\/85:hover {
  color: rgb(254 252 232 / 0.85);
}

.hover\:text-yellow-50\/90:hover {
  color: rgb(254 252 232 / 0.9);
}

.hover\:text-yellow-50\/95:hover {
  color: rgb(254 252 232 / 0.95);
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-500\/0:hover {
  color: rgb(234 179 8 / 0);
}

.hover\:text-yellow-500\/10:hover {
  color: rgb(234 179 8 / 0.1);
}

.hover\:text-yellow-500\/100:hover {
  color: rgb(234 179 8 / 1);
}

.hover\:text-yellow-500\/15:hover {
  color: rgb(234 179 8 / 0.15);
}

.hover\:text-yellow-500\/20:hover {
  color: rgb(234 179 8 / 0.2);
}

.hover\:text-yellow-500\/25:hover {
  color: rgb(234 179 8 / 0.25);
}

.hover\:text-yellow-500\/30:hover {
  color: rgb(234 179 8 / 0.3);
}

.hover\:text-yellow-500\/35:hover {
  color: rgb(234 179 8 / 0.35);
}

.hover\:text-yellow-500\/40:hover {
  color: rgb(234 179 8 / 0.4);
}

.hover\:text-yellow-500\/45:hover {
  color: rgb(234 179 8 / 0.45);
}

.hover\:text-yellow-500\/5:hover {
  color: rgb(234 179 8 / 0.05);
}

.hover\:text-yellow-500\/50:hover {
  color: rgb(234 179 8 / 0.5);
}

.hover\:text-yellow-500\/55:hover {
  color: rgb(234 179 8 / 0.55);
}

.hover\:text-yellow-500\/60:hover {
  color: rgb(234 179 8 / 0.6);
}

.hover\:text-yellow-500\/65:hover {
  color: rgb(234 179 8 / 0.65);
}

.hover\:text-yellow-500\/70:hover {
  color: rgb(234 179 8 / 0.7);
}

.hover\:text-yellow-500\/75:hover {
  color: rgb(234 179 8 / 0.75);
}

.hover\:text-yellow-500\/80:hover {
  color: rgb(234 179 8 / 0.8);
}

.hover\:text-yellow-500\/85:hover {
  color: rgb(234 179 8 / 0.85);
}

.hover\:text-yellow-500\/90:hover {
  color: rgb(234 179 8 / 0.9);
}

.hover\:text-yellow-500\/95:hover {
  color: rgb(234 179 8 / 0.95);
}

.hover\:text-yellow-600:hover {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-600\/0:hover {
  color: rgb(202 138 4 / 0);
}

.hover\:text-yellow-600\/10:hover {
  color: rgb(202 138 4 / 0.1);
}

.hover\:text-yellow-600\/100:hover {
  color: rgb(202 138 4 / 1);
}

.hover\:text-yellow-600\/15:hover {
  color: rgb(202 138 4 / 0.15);
}

.hover\:text-yellow-600\/20:hover {
  color: rgb(202 138 4 / 0.2);
}

.hover\:text-yellow-600\/25:hover {
  color: rgb(202 138 4 / 0.25);
}

.hover\:text-yellow-600\/30:hover {
  color: rgb(202 138 4 / 0.3);
}

.hover\:text-yellow-600\/35:hover {
  color: rgb(202 138 4 / 0.35);
}

.hover\:text-yellow-600\/40:hover {
  color: rgb(202 138 4 / 0.4);
}

.hover\:text-yellow-600\/45:hover {
  color: rgb(202 138 4 / 0.45);
}

.hover\:text-yellow-600\/5:hover {
  color: rgb(202 138 4 / 0.05);
}

.hover\:text-yellow-600\/50:hover {
  color: rgb(202 138 4 / 0.5);
}

.hover\:text-yellow-600\/55:hover {
  color: rgb(202 138 4 / 0.55);
}

.hover\:text-yellow-600\/60:hover {
  color: rgb(202 138 4 / 0.6);
}

.hover\:text-yellow-600\/65:hover {
  color: rgb(202 138 4 / 0.65);
}

.hover\:text-yellow-600\/70:hover {
  color: rgb(202 138 4 / 0.7);
}

.hover\:text-yellow-600\/75:hover {
  color: rgb(202 138 4 / 0.75);
}

.hover\:text-yellow-600\/80:hover {
  color: rgb(202 138 4 / 0.8);
}

.hover\:text-yellow-600\/85:hover {
  color: rgb(202 138 4 / 0.85);
}

.hover\:text-yellow-600\/90:hover {
  color: rgb(202 138 4 / 0.9);
}

.hover\:text-yellow-600\/95:hover {
  color: rgb(202 138 4 / 0.95);
}

.hover\:text-yellow-700:hover {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-700\/0:hover {
  color: rgb(161 98 7 / 0);
}

.hover\:text-yellow-700\/10:hover {
  color: rgb(161 98 7 / 0.1);
}

.hover\:text-yellow-700\/100:hover {
  color: rgb(161 98 7 / 1);
}

.hover\:text-yellow-700\/15:hover {
  color: rgb(161 98 7 / 0.15);
}

.hover\:text-yellow-700\/20:hover {
  color: rgb(161 98 7 / 0.2);
}

.hover\:text-yellow-700\/25:hover {
  color: rgb(161 98 7 / 0.25);
}

.hover\:text-yellow-700\/30:hover {
  color: rgb(161 98 7 / 0.3);
}

.hover\:text-yellow-700\/35:hover {
  color: rgb(161 98 7 / 0.35);
}

.hover\:text-yellow-700\/40:hover {
  color: rgb(161 98 7 / 0.4);
}

.hover\:text-yellow-700\/45:hover {
  color: rgb(161 98 7 / 0.45);
}

.hover\:text-yellow-700\/5:hover {
  color: rgb(161 98 7 / 0.05);
}

.hover\:text-yellow-700\/50:hover {
  color: rgb(161 98 7 / 0.5);
}

.hover\:text-yellow-700\/55:hover {
  color: rgb(161 98 7 / 0.55);
}

.hover\:text-yellow-700\/60:hover {
  color: rgb(161 98 7 / 0.6);
}

.hover\:text-yellow-700\/65:hover {
  color: rgb(161 98 7 / 0.65);
}

.hover\:text-yellow-700\/70:hover {
  color: rgb(161 98 7 / 0.7);
}

.hover\:text-yellow-700\/75:hover {
  color: rgb(161 98 7 / 0.75);
}

.hover\:text-yellow-700\/80:hover {
  color: rgb(161 98 7 / 0.8);
}

.hover\:text-yellow-700\/85:hover {
  color: rgb(161 98 7 / 0.85);
}

.hover\:text-yellow-700\/90:hover {
  color: rgb(161 98 7 / 0.9);
}

.hover\:text-yellow-700\/95:hover {
  color: rgb(161 98 7 / 0.95);
}

.hover\:text-yellow-800:hover {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-800\/0:hover {
  color: rgb(133 77 14 / 0);
}

.hover\:text-yellow-800\/10:hover {
  color: rgb(133 77 14 / 0.1);
}

.hover\:text-yellow-800\/100:hover {
  color: rgb(133 77 14 / 1);
}

.hover\:text-yellow-800\/15:hover {
  color: rgb(133 77 14 / 0.15);
}

.hover\:text-yellow-800\/20:hover {
  color: rgb(133 77 14 / 0.2);
}

.hover\:text-yellow-800\/25:hover {
  color: rgb(133 77 14 / 0.25);
}

.hover\:text-yellow-800\/30:hover {
  color: rgb(133 77 14 / 0.3);
}

.hover\:text-yellow-800\/35:hover {
  color: rgb(133 77 14 / 0.35);
}

.hover\:text-yellow-800\/40:hover {
  color: rgb(133 77 14 / 0.4);
}

.hover\:text-yellow-800\/45:hover {
  color: rgb(133 77 14 / 0.45);
}

.hover\:text-yellow-800\/5:hover {
  color: rgb(133 77 14 / 0.05);
}

.hover\:text-yellow-800\/50:hover {
  color: rgb(133 77 14 / 0.5);
}

.hover\:text-yellow-800\/55:hover {
  color: rgb(133 77 14 / 0.55);
}

.hover\:text-yellow-800\/60:hover {
  color: rgb(133 77 14 / 0.6);
}

.hover\:text-yellow-800\/65:hover {
  color: rgb(133 77 14 / 0.65);
}

.hover\:text-yellow-800\/70:hover {
  color: rgb(133 77 14 / 0.7);
}

.hover\:text-yellow-800\/75:hover {
  color: rgb(133 77 14 / 0.75);
}

.hover\:text-yellow-800\/80:hover {
  color: rgb(133 77 14 / 0.8);
}

.hover\:text-yellow-800\/85:hover {
  color: rgb(133 77 14 / 0.85);
}

.hover\:text-yellow-800\/90:hover {
  color: rgb(133 77 14 / 0.9);
}

.hover\:text-yellow-800\/95:hover {
  color: rgb(133 77 14 / 0.95);
}

.hover\:text-yellow-900:hover {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-900\/0:hover {
  color: rgb(113 63 18 / 0);
}

.hover\:text-yellow-900\/10:hover {
  color: rgb(113 63 18 / 0.1);
}

.hover\:text-yellow-900\/100:hover {
  color: rgb(113 63 18 / 1);
}

.hover\:text-yellow-900\/15:hover {
  color: rgb(113 63 18 / 0.15);
}

.hover\:text-yellow-900\/20:hover {
  color: rgb(113 63 18 / 0.2);
}

.hover\:text-yellow-900\/25:hover {
  color: rgb(113 63 18 / 0.25);
}

.hover\:text-yellow-900\/30:hover {
  color: rgb(113 63 18 / 0.3);
}

.hover\:text-yellow-900\/35:hover {
  color: rgb(113 63 18 / 0.35);
}

.hover\:text-yellow-900\/40:hover {
  color: rgb(113 63 18 / 0.4);
}

.hover\:text-yellow-900\/45:hover {
  color: rgb(113 63 18 / 0.45);
}

.hover\:text-yellow-900\/5:hover {
  color: rgb(113 63 18 / 0.05);
}

.hover\:text-yellow-900\/50:hover {
  color: rgb(113 63 18 / 0.5);
}

.hover\:text-yellow-900\/55:hover {
  color: rgb(113 63 18 / 0.55);
}

.hover\:text-yellow-900\/60:hover {
  color: rgb(113 63 18 / 0.6);
}

.hover\:text-yellow-900\/65:hover {
  color: rgb(113 63 18 / 0.65);
}

.hover\:text-yellow-900\/70:hover {
  color: rgb(113 63 18 / 0.7);
}

.hover\:text-yellow-900\/75:hover {
  color: rgb(113 63 18 / 0.75);
}

.hover\:text-yellow-900\/80:hover {
  color: rgb(113 63 18 / 0.8);
}

.hover\:text-yellow-900\/85:hover {
  color: rgb(113 63 18 / 0.85);
}

.hover\:text-yellow-900\/90:hover {
  color: rgb(113 63 18 / 0.9);
}

.hover\:text-yellow-900\/95:hover {
  color: rgb(113 63 18 / 0.95);
}

.hover\:text-yellow-950:hover {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-950\/0:hover {
  color: rgb(66 32 6 / 0);
}

.hover\:text-yellow-950\/10:hover {
  color: rgb(66 32 6 / 0.1);
}

.hover\:text-yellow-950\/100:hover {
  color: rgb(66 32 6 / 1);
}

.hover\:text-yellow-950\/15:hover {
  color: rgb(66 32 6 / 0.15);
}

.hover\:text-yellow-950\/20:hover {
  color: rgb(66 32 6 / 0.2);
}

.hover\:text-yellow-950\/25:hover {
  color: rgb(66 32 6 / 0.25);
}

.hover\:text-yellow-950\/30:hover {
  color: rgb(66 32 6 / 0.3);
}

.hover\:text-yellow-950\/35:hover {
  color: rgb(66 32 6 / 0.35);
}

.hover\:text-yellow-950\/40:hover {
  color: rgb(66 32 6 / 0.4);
}

.hover\:text-yellow-950\/45:hover {
  color: rgb(66 32 6 / 0.45);
}

.hover\:text-yellow-950\/5:hover {
  color: rgb(66 32 6 / 0.05);
}

.hover\:text-yellow-950\/50:hover {
  color: rgb(66 32 6 / 0.5);
}

.hover\:text-yellow-950\/55:hover {
  color: rgb(66 32 6 / 0.55);
}

.hover\:text-yellow-950\/60:hover {
  color: rgb(66 32 6 / 0.6);
}

.hover\:text-yellow-950\/65:hover {
  color: rgb(66 32 6 / 0.65);
}

.hover\:text-yellow-950\/70:hover {
  color: rgb(66 32 6 / 0.7);
}

.hover\:text-yellow-950\/75:hover {
  color: rgb(66 32 6 / 0.75);
}

.hover\:text-yellow-950\/80:hover {
  color: rgb(66 32 6 / 0.8);
}

.hover\:text-yellow-950\/85:hover {
  color: rgb(66 32 6 / 0.85);
}

.hover\:text-yellow-950\/90:hover {
  color: rgb(66 32 6 / 0.9);
}

.hover\:text-yellow-950\/95:hover {
  color: rgb(66 32 6 / 0.95);
}

.focus\:border-blue-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-100\/0:focus {
  border-color: rgb(219 234 254 / 0);
}

.focus\:border-blue-100\/10:focus {
  border-color: rgb(219 234 254 / 0.1);
}

.focus\:border-blue-100\/100:focus {
  border-color: rgb(219 234 254 / 1);
}

.focus\:border-blue-100\/15:focus {
  border-color: rgb(219 234 254 / 0.15);
}

.focus\:border-blue-100\/20:focus {
  border-color: rgb(219 234 254 / 0.2);
}

.focus\:border-blue-100\/25:focus {
  border-color: rgb(219 234 254 / 0.25);
}

.focus\:border-blue-100\/30:focus {
  border-color: rgb(219 234 254 / 0.3);
}

.focus\:border-blue-100\/35:focus {
  border-color: rgb(219 234 254 / 0.35);
}

.focus\:border-blue-100\/40:focus {
  border-color: rgb(219 234 254 / 0.4);
}

.focus\:border-blue-100\/45:focus {
  border-color: rgb(219 234 254 / 0.45);
}

.focus\:border-blue-100\/5:focus {
  border-color: rgb(219 234 254 / 0.05);
}

.focus\:border-blue-100\/50:focus {
  border-color: rgb(219 234 254 / 0.5);
}

.focus\:border-blue-100\/55:focus {
  border-color: rgb(219 234 254 / 0.55);
}

.focus\:border-blue-100\/60:focus {
  border-color: rgb(219 234 254 / 0.6);
}

.focus\:border-blue-100\/65:focus {
  border-color: rgb(219 234 254 / 0.65);
}

.focus\:border-blue-100\/70:focus {
  border-color: rgb(219 234 254 / 0.7);
}

.focus\:border-blue-100\/75:focus {
  border-color: rgb(219 234 254 / 0.75);
}

.focus\:border-blue-100\/80:focus {
  border-color: rgb(219 234 254 / 0.8);
}

.focus\:border-blue-100\/85:focus {
  border-color: rgb(219 234 254 / 0.85);
}

.focus\:border-blue-100\/90:focus {
  border-color: rgb(219 234 254 / 0.9);
}

.focus\:border-blue-100\/95:focus {
  border-color: rgb(219 234 254 / 0.95);
}

.focus\:border-blue-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-200\/0:focus {
  border-color: rgb(191 219 254 / 0);
}

.focus\:border-blue-200\/10:focus {
  border-color: rgb(191 219 254 / 0.1);
}

.focus\:border-blue-200\/100:focus {
  border-color: rgb(191 219 254 / 1);
}

.focus\:border-blue-200\/15:focus {
  border-color: rgb(191 219 254 / 0.15);
}

.focus\:border-blue-200\/20:focus {
  border-color: rgb(191 219 254 / 0.2);
}

.focus\:border-blue-200\/25:focus {
  border-color: rgb(191 219 254 / 0.25);
}

.focus\:border-blue-200\/30:focus {
  border-color: rgb(191 219 254 / 0.3);
}

.focus\:border-blue-200\/35:focus {
  border-color: rgb(191 219 254 / 0.35);
}

.focus\:border-blue-200\/40:focus {
  border-color: rgb(191 219 254 / 0.4);
}

.focus\:border-blue-200\/45:focus {
  border-color: rgb(191 219 254 / 0.45);
}

.focus\:border-blue-200\/5:focus {
  border-color: rgb(191 219 254 / 0.05);
}

.focus\:border-blue-200\/50:focus {
  border-color: rgb(191 219 254 / 0.5);
}

.focus\:border-blue-200\/55:focus {
  border-color: rgb(191 219 254 / 0.55);
}

.focus\:border-blue-200\/60:focus {
  border-color: rgb(191 219 254 / 0.6);
}

.focus\:border-blue-200\/65:focus {
  border-color: rgb(191 219 254 / 0.65);
}

.focus\:border-blue-200\/70:focus {
  border-color: rgb(191 219 254 / 0.7);
}

.focus\:border-blue-200\/75:focus {
  border-color: rgb(191 219 254 / 0.75);
}

.focus\:border-blue-200\/80:focus {
  border-color: rgb(191 219 254 / 0.8);
}

.focus\:border-blue-200\/85:focus {
  border-color: rgb(191 219 254 / 0.85);
}

.focus\:border-blue-200\/90:focus {
  border-color: rgb(191 219 254 / 0.9);
}

.focus\:border-blue-200\/95:focus {
  border-color: rgb(191 219 254 / 0.95);
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-300\/0:focus {
  border-color: rgb(147 197 253 / 0);
}

.focus\:border-blue-300\/10:focus {
  border-color: rgb(147 197 253 / 0.1);
}

.focus\:border-blue-300\/100:focus {
  border-color: rgb(147 197 253 / 1);
}

.focus\:border-blue-300\/15:focus {
  border-color: rgb(147 197 253 / 0.15);
}

.focus\:border-blue-300\/20:focus {
  border-color: rgb(147 197 253 / 0.2);
}

.focus\:border-blue-300\/25:focus {
  border-color: rgb(147 197 253 / 0.25);
}

.focus\:border-blue-300\/30:focus {
  border-color: rgb(147 197 253 / 0.3);
}

.focus\:border-blue-300\/35:focus {
  border-color: rgb(147 197 253 / 0.35);
}

.focus\:border-blue-300\/40:focus {
  border-color: rgb(147 197 253 / 0.4);
}

.focus\:border-blue-300\/45:focus {
  border-color: rgb(147 197 253 / 0.45);
}

.focus\:border-blue-300\/5:focus {
  border-color: rgb(147 197 253 / 0.05);
}

.focus\:border-blue-300\/50:focus {
  border-color: rgb(147 197 253 / 0.5);
}

.focus\:border-blue-300\/55:focus {
  border-color: rgb(147 197 253 / 0.55);
}

.focus\:border-blue-300\/60:focus {
  border-color: rgb(147 197 253 / 0.6);
}

.focus\:border-blue-300\/65:focus {
  border-color: rgb(147 197 253 / 0.65);
}

.focus\:border-blue-300\/70:focus {
  border-color: rgb(147 197 253 / 0.7);
}

.focus\:border-blue-300\/75:focus {
  border-color: rgb(147 197 253 / 0.75);
}

.focus\:border-blue-300\/80:focus {
  border-color: rgb(147 197 253 / 0.8);
}

.focus\:border-blue-300\/85:focus {
  border-color: rgb(147 197 253 / 0.85);
}

.focus\:border-blue-300\/90:focus {
  border-color: rgb(147 197 253 / 0.9);
}

.focus\:border-blue-300\/95:focus {
  border-color: rgb(147 197 253 / 0.95);
}

.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-400\/0:focus {
  border-color: rgb(96 165 250 / 0);
}

.focus\:border-blue-400\/10:focus {
  border-color: rgb(96 165 250 / 0.1);
}

.focus\:border-blue-400\/100:focus {
  border-color: rgb(96 165 250 / 1);
}

.focus\:border-blue-400\/15:focus {
  border-color: rgb(96 165 250 / 0.15);
}

.focus\:border-blue-400\/20:focus {
  border-color: rgb(96 165 250 / 0.2);
}

.focus\:border-blue-400\/25:focus {
  border-color: rgb(96 165 250 / 0.25);
}

.focus\:border-blue-400\/30:focus {
  border-color: rgb(96 165 250 / 0.3);
}

.focus\:border-blue-400\/35:focus {
  border-color: rgb(96 165 250 / 0.35);
}

.focus\:border-blue-400\/40:focus {
  border-color: rgb(96 165 250 / 0.4);
}

.focus\:border-blue-400\/45:focus {
  border-color: rgb(96 165 250 / 0.45);
}

.focus\:border-blue-400\/5:focus {
  border-color: rgb(96 165 250 / 0.05);
}

.focus\:border-blue-400\/50:focus {
  border-color: rgb(96 165 250 / 0.5);
}

.focus\:border-blue-400\/55:focus {
  border-color: rgb(96 165 250 / 0.55);
}

.focus\:border-blue-400\/60:focus {
  border-color: rgb(96 165 250 / 0.6);
}

.focus\:border-blue-400\/65:focus {
  border-color: rgb(96 165 250 / 0.65);
}

.focus\:border-blue-400\/70:focus {
  border-color: rgb(96 165 250 / 0.7);
}

.focus\:border-blue-400\/75:focus {
  border-color: rgb(96 165 250 / 0.75);
}

.focus\:border-blue-400\/80:focus {
  border-color: rgb(96 165 250 / 0.8);
}

.focus\:border-blue-400\/85:focus {
  border-color: rgb(96 165 250 / 0.85);
}

.focus\:border-blue-400\/90:focus {
  border-color: rgb(96 165 250 / 0.9);
}

.focus\:border-blue-400\/95:focus {
  border-color: rgb(96 165 250 / 0.95);
}

.focus\:border-blue-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-50\/0:focus {
  border-color: rgb(239 246 255 / 0);
}

.focus\:border-blue-50\/10:focus {
  border-color: rgb(239 246 255 / 0.1);
}

.focus\:border-blue-50\/100:focus {
  border-color: rgb(239 246 255 / 1);
}

.focus\:border-blue-50\/15:focus {
  border-color: rgb(239 246 255 / 0.15);
}

.focus\:border-blue-50\/20:focus {
  border-color: rgb(239 246 255 / 0.2);
}

.focus\:border-blue-50\/25:focus {
  border-color: rgb(239 246 255 / 0.25);
}

.focus\:border-blue-50\/30:focus {
  border-color: rgb(239 246 255 / 0.3);
}

.focus\:border-blue-50\/35:focus {
  border-color: rgb(239 246 255 / 0.35);
}

.focus\:border-blue-50\/40:focus {
  border-color: rgb(239 246 255 / 0.4);
}

.focus\:border-blue-50\/45:focus {
  border-color: rgb(239 246 255 / 0.45);
}

.focus\:border-blue-50\/5:focus {
  border-color: rgb(239 246 255 / 0.05);
}

.focus\:border-blue-50\/50:focus {
  border-color: rgb(239 246 255 / 0.5);
}

.focus\:border-blue-50\/55:focus {
  border-color: rgb(239 246 255 / 0.55);
}

.focus\:border-blue-50\/60:focus {
  border-color: rgb(239 246 255 / 0.6);
}

.focus\:border-blue-50\/65:focus {
  border-color: rgb(239 246 255 / 0.65);
}

.focus\:border-blue-50\/70:focus {
  border-color: rgb(239 246 255 / 0.7);
}

.focus\:border-blue-50\/75:focus {
  border-color: rgb(239 246 255 / 0.75);
}

.focus\:border-blue-50\/80:focus {
  border-color: rgb(239 246 255 / 0.8);
}

.focus\:border-blue-50\/85:focus {
  border-color: rgb(239 246 255 / 0.85);
}

.focus\:border-blue-50\/90:focus {
  border-color: rgb(239 246 255 / 0.9);
}

.focus\:border-blue-50\/95:focus {
  border-color: rgb(239 246 255 / 0.95);
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-500\/0:focus {
  border-color: rgb(59 130 246 / 0);
}

.focus\:border-blue-500\/10:focus {
  border-color: rgb(59 130 246 / 0.1);
}

.focus\:border-blue-500\/100:focus {
  border-color: rgb(59 130 246 / 1);
}

.focus\:border-blue-500\/15:focus {
  border-color: rgb(59 130 246 / 0.15);
}

.focus\:border-blue-500\/20:focus {
  border-color: rgb(59 130 246 / 0.2);
}

.focus\:border-blue-500\/25:focus {
  border-color: rgb(59 130 246 / 0.25);
}

.focus\:border-blue-500\/30:focus {
  border-color: rgb(59 130 246 / 0.3);
}

.focus\:border-blue-500\/35:focus {
  border-color: rgb(59 130 246 / 0.35);
}

.focus\:border-blue-500\/40:focus {
  border-color: rgb(59 130 246 / 0.4);
}

.focus\:border-blue-500\/45:focus {
  border-color: rgb(59 130 246 / 0.45);
}

.focus\:border-blue-500\/5:focus {
  border-color: rgb(59 130 246 / 0.05);
}

.focus\:border-blue-500\/50:focus {
  border-color: rgb(59 130 246 / 0.5);
}

.focus\:border-blue-500\/55:focus {
  border-color: rgb(59 130 246 / 0.55);
}

.focus\:border-blue-500\/60:focus {
  border-color: rgb(59 130 246 / 0.6);
}

.focus\:border-blue-500\/65:focus {
  border-color: rgb(59 130 246 / 0.65);
}

.focus\:border-blue-500\/70:focus {
  border-color: rgb(59 130 246 / 0.7);
}

.focus\:border-blue-500\/75:focus {
  border-color: rgb(59 130 246 / 0.75);
}

.focus\:border-blue-500\/80:focus {
  border-color: rgb(59 130 246 / 0.8);
}

.focus\:border-blue-500\/85:focus {
  border-color: rgb(59 130 246 / 0.85);
}

.focus\:border-blue-500\/90:focus {
  border-color: rgb(59 130 246 / 0.9);
}

.focus\:border-blue-500\/95:focus {
  border-color: rgb(59 130 246 / 0.95);
}

.focus\:border-blue-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-600\/0:focus {
  border-color: rgb(37 99 235 / 0);
}

.focus\:border-blue-600\/10:focus {
  border-color: rgb(37 99 235 / 0.1);
}

.focus\:border-blue-600\/100:focus {
  border-color: rgb(37 99 235 / 1);
}

.focus\:border-blue-600\/15:focus {
  border-color: rgb(37 99 235 / 0.15);
}

.focus\:border-blue-600\/20:focus {
  border-color: rgb(37 99 235 / 0.2);
}

.focus\:border-blue-600\/25:focus {
  border-color: rgb(37 99 235 / 0.25);
}

.focus\:border-blue-600\/30:focus {
  border-color: rgb(37 99 235 / 0.3);
}

.focus\:border-blue-600\/35:focus {
  border-color: rgb(37 99 235 / 0.35);
}

.focus\:border-blue-600\/40:focus {
  border-color: rgb(37 99 235 / 0.4);
}

.focus\:border-blue-600\/45:focus {
  border-color: rgb(37 99 235 / 0.45);
}

.focus\:border-blue-600\/5:focus {
  border-color: rgb(37 99 235 / 0.05);
}

.focus\:border-blue-600\/50:focus {
  border-color: rgb(37 99 235 / 0.5);
}

.focus\:border-blue-600\/55:focus {
  border-color: rgb(37 99 235 / 0.55);
}

.focus\:border-blue-600\/60:focus {
  border-color: rgb(37 99 235 / 0.6);
}

.focus\:border-blue-600\/65:focus {
  border-color: rgb(37 99 235 / 0.65);
}

.focus\:border-blue-600\/70:focus {
  border-color: rgb(37 99 235 / 0.7);
}

.focus\:border-blue-600\/75:focus {
  border-color: rgb(37 99 235 / 0.75);
}

.focus\:border-blue-600\/80:focus {
  border-color: rgb(37 99 235 / 0.8);
}

.focus\:border-blue-600\/85:focus {
  border-color: rgb(37 99 235 / 0.85);
}

.focus\:border-blue-600\/90:focus {
  border-color: rgb(37 99 235 / 0.9);
}

.focus\:border-blue-600\/95:focus {
  border-color: rgb(37 99 235 / 0.95);
}

.focus\:border-blue-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-700\/0:focus {
  border-color: rgb(29 78 216 / 0);
}

.focus\:border-blue-700\/10:focus {
  border-color: rgb(29 78 216 / 0.1);
}

.focus\:border-blue-700\/100:focus {
  border-color: rgb(29 78 216 / 1);
}

.focus\:border-blue-700\/15:focus {
  border-color: rgb(29 78 216 / 0.15);
}

.focus\:border-blue-700\/20:focus {
  border-color: rgb(29 78 216 / 0.2);
}

.focus\:border-blue-700\/25:focus {
  border-color: rgb(29 78 216 / 0.25);
}

.focus\:border-blue-700\/30:focus {
  border-color: rgb(29 78 216 / 0.3);
}

.focus\:border-blue-700\/35:focus {
  border-color: rgb(29 78 216 / 0.35);
}

.focus\:border-blue-700\/40:focus {
  border-color: rgb(29 78 216 / 0.4);
}

.focus\:border-blue-700\/45:focus {
  border-color: rgb(29 78 216 / 0.45);
}

.focus\:border-blue-700\/5:focus {
  border-color: rgb(29 78 216 / 0.05);
}

.focus\:border-blue-700\/50:focus {
  border-color: rgb(29 78 216 / 0.5);
}

.focus\:border-blue-700\/55:focus {
  border-color: rgb(29 78 216 / 0.55);
}

.focus\:border-blue-700\/60:focus {
  border-color: rgb(29 78 216 / 0.6);
}

.focus\:border-blue-700\/65:focus {
  border-color: rgb(29 78 216 / 0.65);
}

.focus\:border-blue-700\/70:focus {
  border-color: rgb(29 78 216 / 0.7);
}

.focus\:border-blue-700\/75:focus {
  border-color: rgb(29 78 216 / 0.75);
}

.focus\:border-blue-700\/80:focus {
  border-color: rgb(29 78 216 / 0.8);
}

.focus\:border-blue-700\/85:focus {
  border-color: rgb(29 78 216 / 0.85);
}

.focus\:border-blue-700\/90:focus {
  border-color: rgb(29 78 216 / 0.9);
}

.focus\:border-blue-700\/95:focus {
  border-color: rgb(29 78 216 / 0.95);
}

.focus\:border-blue-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-800\/0:focus {
  border-color: rgb(30 64 175 / 0);
}

.focus\:border-blue-800\/10:focus {
  border-color: rgb(30 64 175 / 0.1);
}

.focus\:border-blue-800\/100:focus {
  border-color: rgb(30 64 175 / 1);
}

.focus\:border-blue-800\/15:focus {
  border-color: rgb(30 64 175 / 0.15);
}

.focus\:border-blue-800\/20:focus {
  border-color: rgb(30 64 175 / 0.2);
}

.focus\:border-blue-800\/25:focus {
  border-color: rgb(30 64 175 / 0.25);
}

.focus\:border-blue-800\/30:focus {
  border-color: rgb(30 64 175 / 0.3);
}

.focus\:border-blue-800\/35:focus {
  border-color: rgb(30 64 175 / 0.35);
}

.focus\:border-blue-800\/40:focus {
  border-color: rgb(30 64 175 / 0.4);
}

.focus\:border-blue-800\/45:focus {
  border-color: rgb(30 64 175 / 0.45);
}

.focus\:border-blue-800\/5:focus {
  border-color: rgb(30 64 175 / 0.05);
}

.focus\:border-blue-800\/50:focus {
  border-color: rgb(30 64 175 / 0.5);
}

.focus\:border-blue-800\/55:focus {
  border-color: rgb(30 64 175 / 0.55);
}

.focus\:border-blue-800\/60:focus {
  border-color: rgb(30 64 175 / 0.6);
}

.focus\:border-blue-800\/65:focus {
  border-color: rgb(30 64 175 / 0.65);
}

.focus\:border-blue-800\/70:focus {
  border-color: rgb(30 64 175 / 0.7);
}

.focus\:border-blue-800\/75:focus {
  border-color: rgb(30 64 175 / 0.75);
}

.focus\:border-blue-800\/80:focus {
  border-color: rgb(30 64 175 / 0.8);
}

.focus\:border-blue-800\/85:focus {
  border-color: rgb(30 64 175 / 0.85);
}

.focus\:border-blue-800\/90:focus {
  border-color: rgb(30 64 175 / 0.9);
}

.focus\:border-blue-800\/95:focus {
  border-color: rgb(30 64 175 / 0.95);
}

.focus\:border-blue-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-900\/0:focus {
  border-color: rgb(30 58 138 / 0);
}

.focus\:border-blue-900\/10:focus {
  border-color: rgb(30 58 138 / 0.1);
}

.focus\:border-blue-900\/100:focus {
  border-color: rgb(30 58 138 / 1);
}

.focus\:border-blue-900\/15:focus {
  border-color: rgb(30 58 138 / 0.15);
}

.focus\:border-blue-900\/20:focus {
  border-color: rgb(30 58 138 / 0.2);
}

.focus\:border-blue-900\/25:focus {
  border-color: rgb(30 58 138 / 0.25);
}

.focus\:border-blue-900\/30:focus {
  border-color: rgb(30 58 138 / 0.3);
}

.focus\:border-blue-900\/35:focus {
  border-color: rgb(30 58 138 / 0.35);
}

.focus\:border-blue-900\/40:focus {
  border-color: rgb(30 58 138 / 0.4);
}

.focus\:border-blue-900\/45:focus {
  border-color: rgb(30 58 138 / 0.45);
}

.focus\:border-blue-900\/5:focus {
  border-color: rgb(30 58 138 / 0.05);
}

.focus\:border-blue-900\/50:focus {
  border-color: rgb(30 58 138 / 0.5);
}

.focus\:border-blue-900\/55:focus {
  border-color: rgb(30 58 138 / 0.55);
}

.focus\:border-blue-900\/60:focus {
  border-color: rgb(30 58 138 / 0.6);
}

.focus\:border-blue-900\/65:focus {
  border-color: rgb(30 58 138 / 0.65);
}

.focus\:border-blue-900\/70:focus {
  border-color: rgb(30 58 138 / 0.7);
}

.focus\:border-blue-900\/75:focus {
  border-color: rgb(30 58 138 / 0.75);
}

.focus\:border-blue-900\/80:focus {
  border-color: rgb(30 58 138 / 0.8);
}

.focus\:border-blue-900\/85:focus {
  border-color: rgb(30 58 138 / 0.85);
}

.focus\:border-blue-900\/90:focus {
  border-color: rgb(30 58 138 / 0.9);
}

.focus\:border-blue-900\/95:focus {
  border-color: rgb(30 58 138 / 0.95);
}

.focus\:border-blue-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-950\/0:focus {
  border-color: rgb(23 37 84 / 0);
}

.focus\:border-blue-950\/10:focus {
  border-color: rgb(23 37 84 / 0.1);
}

.focus\:border-blue-950\/100:focus {
  border-color: rgb(23 37 84 / 1);
}

.focus\:border-blue-950\/15:focus {
  border-color: rgb(23 37 84 / 0.15);
}

.focus\:border-blue-950\/20:focus {
  border-color: rgb(23 37 84 / 0.2);
}

.focus\:border-blue-950\/25:focus {
  border-color: rgb(23 37 84 / 0.25);
}

.focus\:border-blue-950\/30:focus {
  border-color: rgb(23 37 84 / 0.3);
}

.focus\:border-blue-950\/35:focus {
  border-color: rgb(23 37 84 / 0.35);
}

.focus\:border-blue-950\/40:focus {
  border-color: rgb(23 37 84 / 0.4);
}

.focus\:border-blue-950\/45:focus {
  border-color: rgb(23 37 84 / 0.45);
}

.focus\:border-blue-950\/5:focus {
  border-color: rgb(23 37 84 / 0.05);
}

.focus\:border-blue-950\/50:focus {
  border-color: rgb(23 37 84 / 0.5);
}

.focus\:border-blue-950\/55:focus {
  border-color: rgb(23 37 84 / 0.55);
}

.focus\:border-blue-950\/60:focus {
  border-color: rgb(23 37 84 / 0.6);
}

.focus\:border-blue-950\/65:focus {
  border-color: rgb(23 37 84 / 0.65);
}

.focus\:border-blue-950\/70:focus {
  border-color: rgb(23 37 84 / 0.7);
}

.focus\:border-blue-950\/75:focus {
  border-color: rgb(23 37 84 / 0.75);
}

.focus\:border-blue-950\/80:focus {
  border-color: rgb(23 37 84 / 0.8);
}

.focus\:border-blue-950\/85:focus {
  border-color: rgb(23 37 84 / 0.85);
}

.focus\:border-blue-950\/90:focus {
  border-color: rgb(23 37 84 / 0.9);
}

.focus\:border-blue-950\/95:focus {
  border-color: rgb(23 37 84 / 0.95);
}

.focus\:border-gray-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-100\/0:focus {
  border-color: rgb(243 244 246 / 0);
}

.focus\:border-gray-100\/10:focus {
  border-color: rgb(243 244 246 / 0.1);
}

.focus\:border-gray-100\/100:focus {
  border-color: rgb(243 244 246 / 1);
}

.focus\:border-gray-100\/15:focus {
  border-color: rgb(243 244 246 / 0.15);
}

.focus\:border-gray-100\/20:focus {
  border-color: rgb(243 244 246 / 0.2);
}

.focus\:border-gray-100\/25:focus {
  border-color: rgb(243 244 246 / 0.25);
}

.focus\:border-gray-100\/30:focus {
  border-color: rgb(243 244 246 / 0.3);
}

.focus\:border-gray-100\/35:focus {
  border-color: rgb(243 244 246 / 0.35);
}

.focus\:border-gray-100\/40:focus {
  border-color: rgb(243 244 246 / 0.4);
}

.focus\:border-gray-100\/45:focus {
  border-color: rgb(243 244 246 / 0.45);
}

.focus\:border-gray-100\/5:focus {
  border-color: rgb(243 244 246 / 0.05);
}

.focus\:border-gray-100\/50:focus {
  border-color: rgb(243 244 246 / 0.5);
}

.focus\:border-gray-100\/55:focus {
  border-color: rgb(243 244 246 / 0.55);
}

.focus\:border-gray-100\/60:focus {
  border-color: rgb(243 244 246 / 0.6);
}

.focus\:border-gray-100\/65:focus {
  border-color: rgb(243 244 246 / 0.65);
}

.focus\:border-gray-100\/70:focus {
  border-color: rgb(243 244 246 / 0.7);
}

.focus\:border-gray-100\/75:focus {
  border-color: rgb(243 244 246 / 0.75);
}

.focus\:border-gray-100\/80:focus {
  border-color: rgb(243 244 246 / 0.8);
}

.focus\:border-gray-100\/85:focus {
  border-color: rgb(243 244 246 / 0.85);
}

.focus\:border-gray-100\/90:focus {
  border-color: rgb(243 244 246 / 0.9);
}

.focus\:border-gray-100\/95:focus {
  border-color: rgb(243 244 246 / 0.95);
}

.focus\:border-gray-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-200\/0:focus {
  border-color: rgb(229 231 235 / 0);
}

.focus\:border-gray-200\/10:focus {
  border-color: rgb(229 231 235 / 0.1);
}

.focus\:border-gray-200\/100:focus {
  border-color: rgb(229 231 235 / 1);
}

.focus\:border-gray-200\/15:focus {
  border-color: rgb(229 231 235 / 0.15);
}

.focus\:border-gray-200\/20:focus {
  border-color: rgb(229 231 235 / 0.2);
}

.focus\:border-gray-200\/25:focus {
  border-color: rgb(229 231 235 / 0.25);
}

.focus\:border-gray-200\/30:focus {
  border-color: rgb(229 231 235 / 0.3);
}

.focus\:border-gray-200\/35:focus {
  border-color: rgb(229 231 235 / 0.35);
}

.focus\:border-gray-200\/40:focus {
  border-color: rgb(229 231 235 / 0.4);
}

.focus\:border-gray-200\/45:focus {
  border-color: rgb(229 231 235 / 0.45);
}

.focus\:border-gray-200\/5:focus {
  border-color: rgb(229 231 235 / 0.05);
}

.focus\:border-gray-200\/50:focus {
  border-color: rgb(229 231 235 / 0.5);
}

.focus\:border-gray-200\/55:focus {
  border-color: rgb(229 231 235 / 0.55);
}

.focus\:border-gray-200\/60:focus {
  border-color: rgb(229 231 235 / 0.6);
}

.focus\:border-gray-200\/65:focus {
  border-color: rgb(229 231 235 / 0.65);
}

.focus\:border-gray-200\/70:focus {
  border-color: rgb(229 231 235 / 0.7);
}

.focus\:border-gray-200\/75:focus {
  border-color: rgb(229 231 235 / 0.75);
}

.focus\:border-gray-200\/80:focus {
  border-color: rgb(229 231 235 / 0.8);
}

.focus\:border-gray-200\/85:focus {
  border-color: rgb(229 231 235 / 0.85);
}

.focus\:border-gray-200\/90:focus {
  border-color: rgb(229 231 235 / 0.9);
}

.focus\:border-gray-200\/95:focus {
  border-color: rgb(229 231 235 / 0.95);
}

.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-300\/0:focus {
  border-color: rgb(209 213 219 / 0);
}

.focus\:border-gray-300\/10:focus {
  border-color: rgb(209 213 219 / 0.1);
}

.focus\:border-gray-300\/100:focus {
  border-color: rgb(209 213 219 / 1);
}

.focus\:border-gray-300\/15:focus {
  border-color: rgb(209 213 219 / 0.15);
}

.focus\:border-gray-300\/20:focus {
  border-color: rgb(209 213 219 / 0.2);
}

.focus\:border-gray-300\/25:focus {
  border-color: rgb(209 213 219 / 0.25);
}

.focus\:border-gray-300\/30:focus {
  border-color: rgb(209 213 219 / 0.3);
}

.focus\:border-gray-300\/35:focus {
  border-color: rgb(209 213 219 / 0.35);
}

.focus\:border-gray-300\/40:focus {
  border-color: rgb(209 213 219 / 0.4);
}

.focus\:border-gray-300\/45:focus {
  border-color: rgb(209 213 219 / 0.45);
}

.focus\:border-gray-300\/5:focus {
  border-color: rgb(209 213 219 / 0.05);
}

.focus\:border-gray-300\/50:focus {
  border-color: rgb(209 213 219 / 0.5);
}

.focus\:border-gray-300\/55:focus {
  border-color: rgb(209 213 219 / 0.55);
}

.focus\:border-gray-300\/60:focus {
  border-color: rgb(209 213 219 / 0.6);
}

.focus\:border-gray-300\/65:focus {
  border-color: rgb(209 213 219 / 0.65);
}

.focus\:border-gray-300\/70:focus {
  border-color: rgb(209 213 219 / 0.7);
}

.focus\:border-gray-300\/75:focus {
  border-color: rgb(209 213 219 / 0.75);
}

.focus\:border-gray-300\/80:focus {
  border-color: rgb(209 213 219 / 0.8);
}

.focus\:border-gray-300\/85:focus {
  border-color: rgb(209 213 219 / 0.85);
}

.focus\:border-gray-300\/90:focus {
  border-color: rgb(209 213 219 / 0.9);
}

.focus\:border-gray-300\/95:focus {
  border-color: rgb(209 213 219 / 0.95);
}

.focus\:border-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-400\/0:focus {
  border-color: rgb(156 163 175 / 0);
}

.focus\:border-gray-400\/10:focus {
  border-color: rgb(156 163 175 / 0.1);
}

.focus\:border-gray-400\/100:focus {
  border-color: rgb(156 163 175 / 1);
}

.focus\:border-gray-400\/15:focus {
  border-color: rgb(156 163 175 / 0.15);
}

.focus\:border-gray-400\/20:focus {
  border-color: rgb(156 163 175 / 0.2);
}

.focus\:border-gray-400\/25:focus {
  border-color: rgb(156 163 175 / 0.25);
}

.focus\:border-gray-400\/30:focus {
  border-color: rgb(156 163 175 / 0.3);
}

.focus\:border-gray-400\/35:focus {
  border-color: rgb(156 163 175 / 0.35);
}

.focus\:border-gray-400\/40:focus {
  border-color: rgb(156 163 175 / 0.4);
}

.focus\:border-gray-400\/45:focus {
  border-color: rgb(156 163 175 / 0.45);
}

.focus\:border-gray-400\/5:focus {
  border-color: rgb(156 163 175 / 0.05);
}

.focus\:border-gray-400\/50:focus {
  border-color: rgb(156 163 175 / 0.5);
}

.focus\:border-gray-400\/55:focus {
  border-color: rgb(156 163 175 / 0.55);
}

.focus\:border-gray-400\/60:focus {
  border-color: rgb(156 163 175 / 0.6);
}

.focus\:border-gray-400\/65:focus {
  border-color: rgb(156 163 175 / 0.65);
}

.focus\:border-gray-400\/70:focus {
  border-color: rgb(156 163 175 / 0.7);
}

.focus\:border-gray-400\/75:focus {
  border-color: rgb(156 163 175 / 0.75);
}

.focus\:border-gray-400\/80:focus {
  border-color: rgb(156 163 175 / 0.8);
}

.focus\:border-gray-400\/85:focus {
  border-color: rgb(156 163 175 / 0.85);
}

.focus\:border-gray-400\/90:focus {
  border-color: rgb(156 163 175 / 0.9);
}

.focus\:border-gray-400\/95:focus {
  border-color: rgb(156 163 175 / 0.95);
}

.focus\:border-gray-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-50\/0:focus {
  border-color: rgb(249 250 251 / 0);
}

.focus\:border-gray-50\/10:focus {
  border-color: rgb(249 250 251 / 0.1);
}

.focus\:border-gray-50\/100:focus {
  border-color: rgb(249 250 251 / 1);
}

.focus\:border-gray-50\/15:focus {
  border-color: rgb(249 250 251 / 0.15);
}

.focus\:border-gray-50\/20:focus {
  border-color: rgb(249 250 251 / 0.2);
}

.focus\:border-gray-50\/25:focus {
  border-color: rgb(249 250 251 / 0.25);
}

.focus\:border-gray-50\/30:focus {
  border-color: rgb(249 250 251 / 0.3);
}

.focus\:border-gray-50\/35:focus {
  border-color: rgb(249 250 251 / 0.35);
}

.focus\:border-gray-50\/40:focus {
  border-color: rgb(249 250 251 / 0.4);
}

.focus\:border-gray-50\/45:focus {
  border-color: rgb(249 250 251 / 0.45);
}

.focus\:border-gray-50\/5:focus {
  border-color: rgb(249 250 251 / 0.05);
}

.focus\:border-gray-50\/50:focus {
  border-color: rgb(249 250 251 / 0.5);
}

.focus\:border-gray-50\/55:focus {
  border-color: rgb(249 250 251 / 0.55);
}

.focus\:border-gray-50\/60:focus {
  border-color: rgb(249 250 251 / 0.6);
}

.focus\:border-gray-50\/65:focus {
  border-color: rgb(249 250 251 / 0.65);
}

.focus\:border-gray-50\/70:focus {
  border-color: rgb(249 250 251 / 0.7);
}

.focus\:border-gray-50\/75:focus {
  border-color: rgb(249 250 251 / 0.75);
}

.focus\:border-gray-50\/80:focus {
  border-color: rgb(249 250 251 / 0.8);
}

.focus\:border-gray-50\/85:focus {
  border-color: rgb(249 250 251 / 0.85);
}

.focus\:border-gray-50\/90:focus {
  border-color: rgb(249 250 251 / 0.9);
}

.focus\:border-gray-50\/95:focus {
  border-color: rgb(249 250 251 / 0.95);
}

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-500\/0:focus {
  border-color: rgb(107 114 128 / 0);
}

.focus\:border-gray-500\/10:focus {
  border-color: rgb(107 114 128 / 0.1);
}

.focus\:border-gray-500\/100:focus {
  border-color: rgb(107 114 128 / 1);
}

.focus\:border-gray-500\/15:focus {
  border-color: rgb(107 114 128 / 0.15);
}

.focus\:border-gray-500\/20:focus {
  border-color: rgb(107 114 128 / 0.2);
}

.focus\:border-gray-500\/25:focus {
  border-color: rgb(107 114 128 / 0.25);
}

.focus\:border-gray-500\/30:focus {
  border-color: rgb(107 114 128 / 0.3);
}

.focus\:border-gray-500\/35:focus {
  border-color: rgb(107 114 128 / 0.35);
}

.focus\:border-gray-500\/40:focus {
  border-color: rgb(107 114 128 / 0.4);
}

.focus\:border-gray-500\/45:focus {
  border-color: rgb(107 114 128 / 0.45);
}

.focus\:border-gray-500\/5:focus {
  border-color: rgb(107 114 128 / 0.05);
}

.focus\:border-gray-500\/50:focus {
  border-color: rgb(107 114 128 / 0.5);
}

.focus\:border-gray-500\/55:focus {
  border-color: rgb(107 114 128 / 0.55);
}

.focus\:border-gray-500\/60:focus {
  border-color: rgb(107 114 128 / 0.6);
}

.focus\:border-gray-500\/65:focus {
  border-color: rgb(107 114 128 / 0.65);
}

.focus\:border-gray-500\/70:focus {
  border-color: rgb(107 114 128 / 0.7);
}

.focus\:border-gray-500\/75:focus {
  border-color: rgb(107 114 128 / 0.75);
}

.focus\:border-gray-500\/80:focus {
  border-color: rgb(107 114 128 / 0.8);
}

.focus\:border-gray-500\/85:focus {
  border-color: rgb(107 114 128 / 0.85);
}

.focus\:border-gray-500\/90:focus {
  border-color: rgb(107 114 128 / 0.9);
}

.focus\:border-gray-500\/95:focus {
  border-color: rgb(107 114 128 / 0.95);
}

.focus\:border-gray-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-600\/0:focus {
  border-color: rgb(75 85 99 / 0);
}

.focus\:border-gray-600\/10:focus {
  border-color: rgb(75 85 99 / 0.1);
}

.focus\:border-gray-600\/100:focus {
  border-color: rgb(75 85 99 / 1);
}

.focus\:border-gray-600\/15:focus {
  border-color: rgb(75 85 99 / 0.15);
}

.focus\:border-gray-600\/20:focus {
  border-color: rgb(75 85 99 / 0.2);
}

.focus\:border-gray-600\/25:focus {
  border-color: rgb(75 85 99 / 0.25);
}

.focus\:border-gray-600\/30:focus {
  border-color: rgb(75 85 99 / 0.3);
}

.focus\:border-gray-600\/35:focus {
  border-color: rgb(75 85 99 / 0.35);
}

.focus\:border-gray-600\/40:focus {
  border-color: rgb(75 85 99 / 0.4);
}

.focus\:border-gray-600\/45:focus {
  border-color: rgb(75 85 99 / 0.45);
}

.focus\:border-gray-600\/5:focus {
  border-color: rgb(75 85 99 / 0.05);
}

.focus\:border-gray-600\/50:focus {
  border-color: rgb(75 85 99 / 0.5);
}

.focus\:border-gray-600\/55:focus {
  border-color: rgb(75 85 99 / 0.55);
}

.focus\:border-gray-600\/60:focus {
  border-color: rgb(75 85 99 / 0.6);
}

.focus\:border-gray-600\/65:focus {
  border-color: rgb(75 85 99 / 0.65);
}

.focus\:border-gray-600\/70:focus {
  border-color: rgb(75 85 99 / 0.7);
}

.focus\:border-gray-600\/75:focus {
  border-color: rgb(75 85 99 / 0.75);
}

.focus\:border-gray-600\/80:focus {
  border-color: rgb(75 85 99 / 0.8);
}

.focus\:border-gray-600\/85:focus {
  border-color: rgb(75 85 99 / 0.85);
}

.focus\:border-gray-600\/90:focus {
  border-color: rgb(75 85 99 / 0.9);
}

.focus\:border-gray-600\/95:focus {
  border-color: rgb(75 85 99 / 0.95);
}

.focus\:border-gray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-700\/0:focus {
  border-color: rgb(55 65 81 / 0);
}

.focus\:border-gray-700\/10:focus {
  border-color: rgb(55 65 81 / 0.1);
}

.focus\:border-gray-700\/100:focus {
  border-color: rgb(55 65 81 / 1);
}

.focus\:border-gray-700\/15:focus {
  border-color: rgb(55 65 81 / 0.15);
}

.focus\:border-gray-700\/20:focus {
  border-color: rgb(55 65 81 / 0.2);
}

.focus\:border-gray-700\/25:focus {
  border-color: rgb(55 65 81 / 0.25);
}

.focus\:border-gray-700\/30:focus {
  border-color: rgb(55 65 81 / 0.3);
}

.focus\:border-gray-700\/35:focus {
  border-color: rgb(55 65 81 / 0.35);
}

.focus\:border-gray-700\/40:focus {
  border-color: rgb(55 65 81 / 0.4);
}

.focus\:border-gray-700\/45:focus {
  border-color: rgb(55 65 81 / 0.45);
}

.focus\:border-gray-700\/5:focus {
  border-color: rgb(55 65 81 / 0.05);
}

.focus\:border-gray-700\/50:focus {
  border-color: rgb(55 65 81 / 0.5);
}

.focus\:border-gray-700\/55:focus {
  border-color: rgb(55 65 81 / 0.55);
}

.focus\:border-gray-700\/60:focus {
  border-color: rgb(55 65 81 / 0.6);
}

.focus\:border-gray-700\/65:focus {
  border-color: rgb(55 65 81 / 0.65);
}

.focus\:border-gray-700\/70:focus {
  border-color: rgb(55 65 81 / 0.7);
}

.focus\:border-gray-700\/75:focus {
  border-color: rgb(55 65 81 / 0.75);
}

.focus\:border-gray-700\/80:focus {
  border-color: rgb(55 65 81 / 0.8);
}

.focus\:border-gray-700\/85:focus {
  border-color: rgb(55 65 81 / 0.85);
}

.focus\:border-gray-700\/90:focus {
  border-color: rgb(55 65 81 / 0.9);
}

.focus\:border-gray-700\/95:focus {
  border-color: rgb(55 65 81 / 0.95);
}

.focus\:border-gray-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-800\/0:focus {
  border-color: rgb(31 41 55 / 0);
}

.focus\:border-gray-800\/10:focus {
  border-color: rgb(31 41 55 / 0.1);
}

.focus\:border-gray-800\/100:focus {
  border-color: rgb(31 41 55 / 1);
}

.focus\:border-gray-800\/15:focus {
  border-color: rgb(31 41 55 / 0.15);
}

.focus\:border-gray-800\/20:focus {
  border-color: rgb(31 41 55 / 0.2);
}

.focus\:border-gray-800\/25:focus {
  border-color: rgb(31 41 55 / 0.25);
}

.focus\:border-gray-800\/30:focus {
  border-color: rgb(31 41 55 / 0.3);
}

.focus\:border-gray-800\/35:focus {
  border-color: rgb(31 41 55 / 0.35);
}

.focus\:border-gray-800\/40:focus {
  border-color: rgb(31 41 55 / 0.4);
}

.focus\:border-gray-800\/45:focus {
  border-color: rgb(31 41 55 / 0.45);
}

.focus\:border-gray-800\/5:focus {
  border-color: rgb(31 41 55 / 0.05);
}

.focus\:border-gray-800\/50:focus {
  border-color: rgb(31 41 55 / 0.5);
}

.focus\:border-gray-800\/55:focus {
  border-color: rgb(31 41 55 / 0.55);
}

.focus\:border-gray-800\/60:focus {
  border-color: rgb(31 41 55 / 0.6);
}

.focus\:border-gray-800\/65:focus {
  border-color: rgb(31 41 55 / 0.65);
}

.focus\:border-gray-800\/70:focus {
  border-color: rgb(31 41 55 / 0.7);
}

.focus\:border-gray-800\/75:focus {
  border-color: rgb(31 41 55 / 0.75);
}

.focus\:border-gray-800\/80:focus {
  border-color: rgb(31 41 55 / 0.8);
}

.focus\:border-gray-800\/85:focus {
  border-color: rgb(31 41 55 / 0.85);
}

.focus\:border-gray-800\/90:focus {
  border-color: rgb(31 41 55 / 0.9);
}

.focus\:border-gray-800\/95:focus {
  border-color: rgb(31 41 55 / 0.95);
}

.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-900\/0:focus {
  border-color: rgb(17 24 39 / 0);
}

.focus\:border-gray-900\/10:focus {
  border-color: rgb(17 24 39 / 0.1);
}

.focus\:border-gray-900\/100:focus {
  border-color: rgb(17 24 39 / 1);
}

.focus\:border-gray-900\/15:focus {
  border-color: rgb(17 24 39 / 0.15);
}

.focus\:border-gray-900\/20:focus {
  border-color: rgb(17 24 39 / 0.2);
}

.focus\:border-gray-900\/25:focus {
  border-color: rgb(17 24 39 / 0.25);
}

.focus\:border-gray-900\/30:focus {
  border-color: rgb(17 24 39 / 0.3);
}

.focus\:border-gray-900\/35:focus {
  border-color: rgb(17 24 39 / 0.35);
}

.focus\:border-gray-900\/40:focus {
  border-color: rgb(17 24 39 / 0.4);
}

.focus\:border-gray-900\/45:focus {
  border-color: rgb(17 24 39 / 0.45);
}

.focus\:border-gray-900\/5:focus {
  border-color: rgb(17 24 39 / 0.05);
}

.focus\:border-gray-900\/50:focus {
  border-color: rgb(17 24 39 / 0.5);
}

.focus\:border-gray-900\/55:focus {
  border-color: rgb(17 24 39 / 0.55);
}

.focus\:border-gray-900\/60:focus {
  border-color: rgb(17 24 39 / 0.6);
}

.focus\:border-gray-900\/65:focus {
  border-color: rgb(17 24 39 / 0.65);
}

.focus\:border-gray-900\/70:focus {
  border-color: rgb(17 24 39 / 0.7);
}

.focus\:border-gray-900\/75:focus {
  border-color: rgb(17 24 39 / 0.75);
}

.focus\:border-gray-900\/80:focus {
  border-color: rgb(17 24 39 / 0.8);
}

.focus\:border-gray-900\/85:focus {
  border-color: rgb(17 24 39 / 0.85);
}

.focus\:border-gray-900\/90:focus {
  border-color: rgb(17 24 39 / 0.9);
}

.focus\:border-gray-900\/95:focus {
  border-color: rgb(17 24 39 / 0.95);
}

.focus\:border-gray-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-950\/0:focus {
  border-color: rgb(3 7 18 / 0);
}

.focus\:border-gray-950\/10:focus {
  border-color: rgb(3 7 18 / 0.1);
}

.focus\:border-gray-950\/100:focus {
  border-color: rgb(3 7 18 / 1);
}

.focus\:border-gray-950\/15:focus {
  border-color: rgb(3 7 18 / 0.15);
}

.focus\:border-gray-950\/20:focus {
  border-color: rgb(3 7 18 / 0.2);
}

.focus\:border-gray-950\/25:focus {
  border-color: rgb(3 7 18 / 0.25);
}

.focus\:border-gray-950\/30:focus {
  border-color: rgb(3 7 18 / 0.3);
}

.focus\:border-gray-950\/35:focus {
  border-color: rgb(3 7 18 / 0.35);
}

.focus\:border-gray-950\/40:focus {
  border-color: rgb(3 7 18 / 0.4);
}

.focus\:border-gray-950\/45:focus {
  border-color: rgb(3 7 18 / 0.45);
}

.focus\:border-gray-950\/5:focus {
  border-color: rgb(3 7 18 / 0.05);
}

.focus\:border-gray-950\/50:focus {
  border-color: rgb(3 7 18 / 0.5);
}

.focus\:border-gray-950\/55:focus {
  border-color: rgb(3 7 18 / 0.55);
}

.focus\:border-gray-950\/60:focus {
  border-color: rgb(3 7 18 / 0.6);
}

.focus\:border-gray-950\/65:focus {
  border-color: rgb(3 7 18 / 0.65);
}

.focus\:border-gray-950\/70:focus {
  border-color: rgb(3 7 18 / 0.7);
}

.focus\:border-gray-950\/75:focus {
  border-color: rgb(3 7 18 / 0.75);
}

.focus\:border-gray-950\/80:focus {
  border-color: rgb(3 7 18 / 0.8);
}

.focus\:border-gray-950\/85:focus {
  border-color: rgb(3 7 18 / 0.85);
}

.focus\:border-gray-950\/90:focus {
  border-color: rgb(3 7 18 / 0.9);
}

.focus\:border-gray-950\/95:focus {
  border-color: rgb(3 7 18 / 0.95);
}

.focus\:border-green-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.focus\:border-green-100\/0:focus {
  border-color: rgb(220 252 231 / 0);
}

.focus\:border-green-100\/10:focus {
  border-color: rgb(220 252 231 / 0.1);
}

.focus\:border-green-100\/100:focus {
  border-color: rgb(220 252 231 / 1);
}

.focus\:border-green-100\/15:focus {
  border-color: rgb(220 252 231 / 0.15);
}

.focus\:border-green-100\/20:focus {
  border-color: rgb(220 252 231 / 0.2);
}

.focus\:border-green-100\/25:focus {
  border-color: rgb(220 252 231 / 0.25);
}

.focus\:border-green-100\/30:focus {
  border-color: rgb(220 252 231 / 0.3);
}

.focus\:border-green-100\/35:focus {
  border-color: rgb(220 252 231 / 0.35);
}

.focus\:border-green-100\/40:focus {
  border-color: rgb(220 252 231 / 0.4);
}

.focus\:border-green-100\/45:focus {
  border-color: rgb(220 252 231 / 0.45);
}

.focus\:border-green-100\/5:focus {
  border-color: rgb(220 252 231 / 0.05);
}

.focus\:border-green-100\/50:focus {
  border-color: rgb(220 252 231 / 0.5);
}

.focus\:border-green-100\/55:focus {
  border-color: rgb(220 252 231 / 0.55);
}

.focus\:border-green-100\/60:focus {
  border-color: rgb(220 252 231 / 0.6);
}

.focus\:border-green-100\/65:focus {
  border-color: rgb(220 252 231 / 0.65);
}

.focus\:border-green-100\/70:focus {
  border-color: rgb(220 252 231 / 0.7);
}

.focus\:border-green-100\/75:focus {
  border-color: rgb(220 252 231 / 0.75);
}

.focus\:border-green-100\/80:focus {
  border-color: rgb(220 252 231 / 0.8);
}

.focus\:border-green-100\/85:focus {
  border-color: rgb(220 252 231 / 0.85);
}

.focus\:border-green-100\/90:focus {
  border-color: rgb(220 252 231 / 0.9);
}

.focus\:border-green-100\/95:focus {
  border-color: rgb(220 252 231 / 0.95);
}

.focus\:border-green-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.focus\:border-green-200\/0:focus {
  border-color: rgb(187 247 208 / 0);
}

.focus\:border-green-200\/10:focus {
  border-color: rgb(187 247 208 / 0.1);
}

.focus\:border-green-200\/100:focus {
  border-color: rgb(187 247 208 / 1);
}

.focus\:border-green-200\/15:focus {
  border-color: rgb(187 247 208 / 0.15);
}

.focus\:border-green-200\/20:focus {
  border-color: rgb(187 247 208 / 0.2);
}

.focus\:border-green-200\/25:focus {
  border-color: rgb(187 247 208 / 0.25);
}

.focus\:border-green-200\/30:focus {
  border-color: rgb(187 247 208 / 0.3);
}

.focus\:border-green-200\/35:focus {
  border-color: rgb(187 247 208 / 0.35);
}

.focus\:border-green-200\/40:focus {
  border-color: rgb(187 247 208 / 0.4);
}

.focus\:border-green-200\/45:focus {
  border-color: rgb(187 247 208 / 0.45);
}

.focus\:border-green-200\/5:focus {
  border-color: rgb(187 247 208 / 0.05);
}

.focus\:border-green-200\/50:focus {
  border-color: rgb(187 247 208 / 0.5);
}

.focus\:border-green-200\/55:focus {
  border-color: rgb(187 247 208 / 0.55);
}

.focus\:border-green-200\/60:focus {
  border-color: rgb(187 247 208 / 0.6);
}

.focus\:border-green-200\/65:focus {
  border-color: rgb(187 247 208 / 0.65);
}

.focus\:border-green-200\/70:focus {
  border-color: rgb(187 247 208 / 0.7);
}

.focus\:border-green-200\/75:focus {
  border-color: rgb(187 247 208 / 0.75);
}

.focus\:border-green-200\/80:focus {
  border-color: rgb(187 247 208 / 0.8);
}

.focus\:border-green-200\/85:focus {
  border-color: rgb(187 247 208 / 0.85);
}

.focus\:border-green-200\/90:focus {
  border-color: rgb(187 247 208 / 0.9);
}

.focus\:border-green-200\/95:focus {
  border-color: rgb(187 247 208 / 0.95);
}

.focus\:border-green-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

.focus\:border-green-300\/0:focus {
  border-color: rgb(134 239 172 / 0);
}

.focus\:border-green-300\/10:focus {
  border-color: rgb(134 239 172 / 0.1);
}

.focus\:border-green-300\/100:focus {
  border-color: rgb(134 239 172 / 1);
}

.focus\:border-green-300\/15:focus {
  border-color: rgb(134 239 172 / 0.15);
}

.focus\:border-green-300\/20:focus {
  border-color: rgb(134 239 172 / 0.2);
}

.focus\:border-green-300\/25:focus {
  border-color: rgb(134 239 172 / 0.25);
}

.focus\:border-green-300\/30:focus {
  border-color: rgb(134 239 172 / 0.3);
}

.focus\:border-green-300\/35:focus {
  border-color: rgb(134 239 172 / 0.35);
}

.focus\:border-green-300\/40:focus {
  border-color: rgb(134 239 172 / 0.4);
}

.focus\:border-green-300\/45:focus {
  border-color: rgb(134 239 172 / 0.45);
}

.focus\:border-green-300\/5:focus {
  border-color: rgb(134 239 172 / 0.05);
}

.focus\:border-green-300\/50:focus {
  border-color: rgb(134 239 172 / 0.5);
}

.focus\:border-green-300\/55:focus {
  border-color: rgb(134 239 172 / 0.55);
}

.focus\:border-green-300\/60:focus {
  border-color: rgb(134 239 172 / 0.6);
}

.focus\:border-green-300\/65:focus {
  border-color: rgb(134 239 172 / 0.65);
}

.focus\:border-green-300\/70:focus {
  border-color: rgb(134 239 172 / 0.7);
}

.focus\:border-green-300\/75:focus {
  border-color: rgb(134 239 172 / 0.75);
}

.focus\:border-green-300\/80:focus {
  border-color: rgb(134 239 172 / 0.8);
}

.focus\:border-green-300\/85:focus {
  border-color: rgb(134 239 172 / 0.85);
}

.focus\:border-green-300\/90:focus {
  border-color: rgb(134 239 172 / 0.9);
}

.focus\:border-green-300\/95:focus {
  border-color: rgb(134 239 172 / 0.95);
}

.focus\:border-green-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.focus\:border-green-400\/0:focus {
  border-color: rgb(74 222 128 / 0);
}

.focus\:border-green-400\/10:focus {
  border-color: rgb(74 222 128 / 0.1);
}

.focus\:border-green-400\/100:focus {
  border-color: rgb(74 222 128 / 1);
}

.focus\:border-green-400\/15:focus {
  border-color: rgb(74 222 128 / 0.15);
}

.focus\:border-green-400\/20:focus {
  border-color: rgb(74 222 128 / 0.2);
}

.focus\:border-green-400\/25:focus {
  border-color: rgb(74 222 128 / 0.25);
}

.focus\:border-green-400\/30:focus {
  border-color: rgb(74 222 128 / 0.3);
}

.focus\:border-green-400\/35:focus {
  border-color: rgb(74 222 128 / 0.35);
}

.focus\:border-green-400\/40:focus {
  border-color: rgb(74 222 128 / 0.4);
}

.focus\:border-green-400\/45:focus {
  border-color: rgb(74 222 128 / 0.45);
}

.focus\:border-green-400\/5:focus {
  border-color: rgb(74 222 128 / 0.05);
}

.focus\:border-green-400\/50:focus {
  border-color: rgb(74 222 128 / 0.5);
}

.focus\:border-green-400\/55:focus {
  border-color: rgb(74 222 128 / 0.55);
}

.focus\:border-green-400\/60:focus {
  border-color: rgb(74 222 128 / 0.6);
}

.focus\:border-green-400\/65:focus {
  border-color: rgb(74 222 128 / 0.65);
}

.focus\:border-green-400\/70:focus {
  border-color: rgb(74 222 128 / 0.7);
}

.focus\:border-green-400\/75:focus {
  border-color: rgb(74 222 128 / 0.75);
}

.focus\:border-green-400\/80:focus {
  border-color: rgb(74 222 128 / 0.8);
}

.focus\:border-green-400\/85:focus {
  border-color: rgb(74 222 128 / 0.85);
}

.focus\:border-green-400\/90:focus {
  border-color: rgb(74 222 128 / 0.9);
}

.focus\:border-green-400\/95:focus {
  border-color: rgb(74 222 128 / 0.95);
}

.focus\:border-green-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}

.focus\:border-green-50\/0:focus {
  border-color: rgb(240 253 244 / 0);
}

.focus\:border-green-50\/10:focus {
  border-color: rgb(240 253 244 / 0.1);
}

.focus\:border-green-50\/100:focus {
  border-color: rgb(240 253 244 / 1);
}

.focus\:border-green-50\/15:focus {
  border-color: rgb(240 253 244 / 0.15);
}

.focus\:border-green-50\/20:focus {
  border-color: rgb(240 253 244 / 0.2);
}

.focus\:border-green-50\/25:focus {
  border-color: rgb(240 253 244 / 0.25);
}

.focus\:border-green-50\/30:focus {
  border-color: rgb(240 253 244 / 0.3);
}

.focus\:border-green-50\/35:focus {
  border-color: rgb(240 253 244 / 0.35);
}

.focus\:border-green-50\/40:focus {
  border-color: rgb(240 253 244 / 0.4);
}

.focus\:border-green-50\/45:focus {
  border-color: rgb(240 253 244 / 0.45);
}

.focus\:border-green-50\/5:focus {
  border-color: rgb(240 253 244 / 0.05);
}

.focus\:border-green-50\/50:focus {
  border-color: rgb(240 253 244 / 0.5);
}

.focus\:border-green-50\/55:focus {
  border-color: rgb(240 253 244 / 0.55);
}

.focus\:border-green-50\/60:focus {
  border-color: rgb(240 253 244 / 0.6);
}

.focus\:border-green-50\/65:focus {
  border-color: rgb(240 253 244 / 0.65);
}

.focus\:border-green-50\/70:focus {
  border-color: rgb(240 253 244 / 0.7);
}

.focus\:border-green-50\/75:focus {
  border-color: rgb(240 253 244 / 0.75);
}

.focus\:border-green-50\/80:focus {
  border-color: rgb(240 253 244 / 0.8);
}

.focus\:border-green-50\/85:focus {
  border-color: rgb(240 253 244 / 0.85);
}

.focus\:border-green-50\/90:focus {
  border-color: rgb(240 253 244 / 0.9);
}

.focus\:border-green-50\/95:focus {
  border-color: rgb(240 253 244 / 0.95);
}

.focus\:border-green-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.focus\:border-green-500\/0:focus {
  border-color: rgb(34 197 94 / 0);
}

.focus\:border-green-500\/10:focus {
  border-color: rgb(34 197 94 / 0.1);
}

.focus\:border-green-500\/100:focus {
  border-color: rgb(34 197 94 / 1);
}

.focus\:border-green-500\/15:focus {
  border-color: rgb(34 197 94 / 0.15);
}

.focus\:border-green-500\/20:focus {
  border-color: rgb(34 197 94 / 0.2);
}

.focus\:border-green-500\/25:focus {
  border-color: rgb(34 197 94 / 0.25);
}

.focus\:border-green-500\/30:focus {
  border-color: rgb(34 197 94 / 0.3);
}

.focus\:border-green-500\/35:focus {
  border-color: rgb(34 197 94 / 0.35);
}

.focus\:border-green-500\/40:focus {
  border-color: rgb(34 197 94 / 0.4);
}

.focus\:border-green-500\/45:focus {
  border-color: rgb(34 197 94 / 0.45);
}

.focus\:border-green-500\/5:focus {
  border-color: rgb(34 197 94 / 0.05);
}

.focus\:border-green-500\/50:focus {
  border-color: rgb(34 197 94 / 0.5);
}

.focus\:border-green-500\/55:focus {
  border-color: rgb(34 197 94 / 0.55);
}

.focus\:border-green-500\/60:focus {
  border-color: rgb(34 197 94 / 0.6);
}

.focus\:border-green-500\/65:focus {
  border-color: rgb(34 197 94 / 0.65);
}

.focus\:border-green-500\/70:focus {
  border-color: rgb(34 197 94 / 0.7);
}

.focus\:border-green-500\/75:focus {
  border-color: rgb(34 197 94 / 0.75);
}

.focus\:border-green-500\/80:focus {
  border-color: rgb(34 197 94 / 0.8);
}

.focus\:border-green-500\/85:focus {
  border-color: rgb(34 197 94 / 0.85);
}

.focus\:border-green-500\/90:focus {
  border-color: rgb(34 197 94 / 0.9);
}

.focus\:border-green-500\/95:focus {
  border-color: rgb(34 197 94 / 0.95);
}

.focus\:border-green-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.focus\:border-green-600\/0:focus {
  border-color: rgb(22 163 74 / 0);
}

.focus\:border-green-600\/10:focus {
  border-color: rgb(22 163 74 / 0.1);
}

.focus\:border-green-600\/100:focus {
  border-color: rgb(22 163 74 / 1);
}

.focus\:border-green-600\/15:focus {
  border-color: rgb(22 163 74 / 0.15);
}

.focus\:border-green-600\/20:focus {
  border-color: rgb(22 163 74 / 0.2);
}

.focus\:border-green-600\/25:focus {
  border-color: rgb(22 163 74 / 0.25);
}

.focus\:border-green-600\/30:focus {
  border-color: rgb(22 163 74 / 0.3);
}

.focus\:border-green-600\/35:focus {
  border-color: rgb(22 163 74 / 0.35);
}

.focus\:border-green-600\/40:focus {
  border-color: rgb(22 163 74 / 0.4);
}

.focus\:border-green-600\/45:focus {
  border-color: rgb(22 163 74 / 0.45);
}

.focus\:border-green-600\/5:focus {
  border-color: rgb(22 163 74 / 0.05);
}

.focus\:border-green-600\/50:focus {
  border-color: rgb(22 163 74 / 0.5);
}

.focus\:border-green-600\/55:focus {
  border-color: rgb(22 163 74 / 0.55);
}

.focus\:border-green-600\/60:focus {
  border-color: rgb(22 163 74 / 0.6);
}

.focus\:border-green-600\/65:focus {
  border-color: rgb(22 163 74 / 0.65);
}

.focus\:border-green-600\/70:focus {
  border-color: rgb(22 163 74 / 0.7);
}

.focus\:border-green-600\/75:focus {
  border-color: rgb(22 163 74 / 0.75);
}

.focus\:border-green-600\/80:focus {
  border-color: rgb(22 163 74 / 0.8);
}

.focus\:border-green-600\/85:focus {
  border-color: rgb(22 163 74 / 0.85);
}

.focus\:border-green-600\/90:focus {
  border-color: rgb(22 163 74 / 0.9);
}

.focus\:border-green-600\/95:focus {
  border-color: rgb(22 163 74 / 0.95);
}

.focus\:border-green-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}

.focus\:border-green-700\/0:focus {
  border-color: rgb(21 128 61 / 0);
}

.focus\:border-green-700\/10:focus {
  border-color: rgb(21 128 61 / 0.1);
}

.focus\:border-green-700\/100:focus {
  border-color: rgb(21 128 61 / 1);
}

.focus\:border-green-700\/15:focus {
  border-color: rgb(21 128 61 / 0.15);
}

.focus\:border-green-700\/20:focus {
  border-color: rgb(21 128 61 / 0.2);
}

.focus\:border-green-700\/25:focus {
  border-color: rgb(21 128 61 / 0.25);
}

.focus\:border-green-700\/30:focus {
  border-color: rgb(21 128 61 / 0.3);
}

.focus\:border-green-700\/35:focus {
  border-color: rgb(21 128 61 / 0.35);
}

.focus\:border-green-700\/40:focus {
  border-color: rgb(21 128 61 / 0.4);
}

.focus\:border-green-700\/45:focus {
  border-color: rgb(21 128 61 / 0.45);
}

.focus\:border-green-700\/5:focus {
  border-color: rgb(21 128 61 / 0.05);
}

.focus\:border-green-700\/50:focus {
  border-color: rgb(21 128 61 / 0.5);
}

.focus\:border-green-700\/55:focus {
  border-color: rgb(21 128 61 / 0.55);
}

.focus\:border-green-700\/60:focus {
  border-color: rgb(21 128 61 / 0.6);
}

.focus\:border-green-700\/65:focus {
  border-color: rgb(21 128 61 / 0.65);
}

.focus\:border-green-700\/70:focus {
  border-color: rgb(21 128 61 / 0.7);
}

.focus\:border-green-700\/75:focus {
  border-color: rgb(21 128 61 / 0.75);
}

.focus\:border-green-700\/80:focus {
  border-color: rgb(21 128 61 / 0.8);
}

.focus\:border-green-700\/85:focus {
  border-color: rgb(21 128 61 / 0.85);
}

.focus\:border-green-700\/90:focus {
  border-color: rgb(21 128 61 / 0.9);
}

.focus\:border-green-700\/95:focus {
  border-color: rgb(21 128 61 / 0.95);
}

.focus\:border-green-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}

.focus\:border-green-800\/0:focus {
  border-color: rgb(22 101 52 / 0);
}

.focus\:border-green-800\/10:focus {
  border-color: rgb(22 101 52 / 0.1);
}

.focus\:border-green-800\/100:focus {
  border-color: rgb(22 101 52 / 1);
}

.focus\:border-green-800\/15:focus {
  border-color: rgb(22 101 52 / 0.15);
}

.focus\:border-green-800\/20:focus {
  border-color: rgb(22 101 52 / 0.2);
}

.focus\:border-green-800\/25:focus {
  border-color: rgb(22 101 52 / 0.25);
}

.focus\:border-green-800\/30:focus {
  border-color: rgb(22 101 52 / 0.3);
}

.focus\:border-green-800\/35:focus {
  border-color: rgb(22 101 52 / 0.35);
}

.focus\:border-green-800\/40:focus {
  border-color: rgb(22 101 52 / 0.4);
}

.focus\:border-green-800\/45:focus {
  border-color: rgb(22 101 52 / 0.45);
}

.focus\:border-green-800\/5:focus {
  border-color: rgb(22 101 52 / 0.05);
}

.focus\:border-green-800\/50:focus {
  border-color: rgb(22 101 52 / 0.5);
}

.focus\:border-green-800\/55:focus {
  border-color: rgb(22 101 52 / 0.55);
}

.focus\:border-green-800\/60:focus {
  border-color: rgb(22 101 52 / 0.6);
}

.focus\:border-green-800\/65:focus {
  border-color: rgb(22 101 52 / 0.65);
}

.focus\:border-green-800\/70:focus {
  border-color: rgb(22 101 52 / 0.7);
}

.focus\:border-green-800\/75:focus {
  border-color: rgb(22 101 52 / 0.75);
}

.focus\:border-green-800\/80:focus {
  border-color: rgb(22 101 52 / 0.8);
}

.focus\:border-green-800\/85:focus {
  border-color: rgb(22 101 52 / 0.85);
}

.focus\:border-green-800\/90:focus {
  border-color: rgb(22 101 52 / 0.9);
}

.focus\:border-green-800\/95:focus {
  border-color: rgb(22 101 52 / 0.95);
}

.focus\:border-green-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}

.focus\:border-green-900\/0:focus {
  border-color: rgb(20 83 45 / 0);
}

.focus\:border-green-900\/10:focus {
  border-color: rgb(20 83 45 / 0.1);
}

.focus\:border-green-900\/100:focus {
  border-color: rgb(20 83 45 / 1);
}

.focus\:border-green-900\/15:focus {
  border-color: rgb(20 83 45 / 0.15);
}

.focus\:border-green-900\/20:focus {
  border-color: rgb(20 83 45 / 0.2);
}

.focus\:border-green-900\/25:focus {
  border-color: rgb(20 83 45 / 0.25);
}

.focus\:border-green-900\/30:focus {
  border-color: rgb(20 83 45 / 0.3);
}

.focus\:border-green-900\/35:focus {
  border-color: rgb(20 83 45 / 0.35);
}

.focus\:border-green-900\/40:focus {
  border-color: rgb(20 83 45 / 0.4);
}

.focus\:border-green-900\/45:focus {
  border-color: rgb(20 83 45 / 0.45);
}

.focus\:border-green-900\/5:focus {
  border-color: rgb(20 83 45 / 0.05);
}

.focus\:border-green-900\/50:focus {
  border-color: rgb(20 83 45 / 0.5);
}

.focus\:border-green-900\/55:focus {
  border-color: rgb(20 83 45 / 0.55);
}

.focus\:border-green-900\/60:focus {
  border-color: rgb(20 83 45 / 0.6);
}

.focus\:border-green-900\/65:focus {
  border-color: rgb(20 83 45 / 0.65);
}

.focus\:border-green-900\/70:focus {
  border-color: rgb(20 83 45 / 0.7);
}

.focus\:border-green-900\/75:focus {
  border-color: rgb(20 83 45 / 0.75);
}

.focus\:border-green-900\/80:focus {
  border-color: rgb(20 83 45 / 0.8);
}

.focus\:border-green-900\/85:focus {
  border-color: rgb(20 83 45 / 0.85);
}

.focus\:border-green-900\/90:focus {
  border-color: rgb(20 83 45 / 0.9);
}

.focus\:border-green-900\/95:focus {
  border-color: rgb(20 83 45 / 0.95);
}

.focus\:border-green-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}

.focus\:border-green-950\/0:focus {
  border-color: rgb(5 46 22 / 0);
}

.focus\:border-green-950\/10:focus {
  border-color: rgb(5 46 22 / 0.1);
}

.focus\:border-green-950\/100:focus {
  border-color: rgb(5 46 22 / 1);
}

.focus\:border-green-950\/15:focus {
  border-color: rgb(5 46 22 / 0.15);
}

.focus\:border-green-950\/20:focus {
  border-color: rgb(5 46 22 / 0.2);
}

.focus\:border-green-950\/25:focus {
  border-color: rgb(5 46 22 / 0.25);
}

.focus\:border-green-950\/30:focus {
  border-color: rgb(5 46 22 / 0.3);
}

.focus\:border-green-950\/35:focus {
  border-color: rgb(5 46 22 / 0.35);
}

.focus\:border-green-950\/40:focus {
  border-color: rgb(5 46 22 / 0.4);
}

.focus\:border-green-950\/45:focus {
  border-color: rgb(5 46 22 / 0.45);
}

.focus\:border-green-950\/5:focus {
  border-color: rgb(5 46 22 / 0.05);
}

.focus\:border-green-950\/50:focus {
  border-color: rgb(5 46 22 / 0.5);
}

.focus\:border-green-950\/55:focus {
  border-color: rgb(5 46 22 / 0.55);
}

.focus\:border-green-950\/60:focus {
  border-color: rgb(5 46 22 / 0.6);
}

.focus\:border-green-950\/65:focus {
  border-color: rgb(5 46 22 / 0.65);
}

.focus\:border-green-950\/70:focus {
  border-color: rgb(5 46 22 / 0.7);
}

.focus\:border-green-950\/75:focus {
  border-color: rgb(5 46 22 / 0.75);
}

.focus\:border-green-950\/80:focus {
  border-color: rgb(5 46 22 / 0.8);
}

.focus\:border-green-950\/85:focus {
  border-color: rgb(5 46 22 / 0.85);
}

.focus\:border-green-950\/90:focus {
  border-color: rgb(5 46 22 / 0.9);
}

.focus\:border-green-950\/95:focus {
  border-color: rgb(5 46 22 / 0.95);
}

.focus\:border-indigo-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-100\/0:focus {
  border-color: rgb(224 231 255 / 0);
}

.focus\:border-indigo-100\/10:focus {
  border-color: rgb(224 231 255 / 0.1);
}

.focus\:border-indigo-100\/100:focus {
  border-color: rgb(224 231 255 / 1);
}

.focus\:border-indigo-100\/15:focus {
  border-color: rgb(224 231 255 / 0.15);
}

.focus\:border-indigo-100\/20:focus {
  border-color: rgb(224 231 255 / 0.2);
}

.focus\:border-indigo-100\/25:focus {
  border-color: rgb(224 231 255 / 0.25);
}

.focus\:border-indigo-100\/30:focus {
  border-color: rgb(224 231 255 / 0.3);
}

.focus\:border-indigo-100\/35:focus {
  border-color: rgb(224 231 255 / 0.35);
}

.focus\:border-indigo-100\/40:focus {
  border-color: rgb(224 231 255 / 0.4);
}

.focus\:border-indigo-100\/45:focus {
  border-color: rgb(224 231 255 / 0.45);
}

.focus\:border-indigo-100\/5:focus {
  border-color: rgb(224 231 255 / 0.05);
}

.focus\:border-indigo-100\/50:focus {
  border-color: rgb(224 231 255 / 0.5);
}

.focus\:border-indigo-100\/55:focus {
  border-color: rgb(224 231 255 / 0.55);
}

.focus\:border-indigo-100\/60:focus {
  border-color: rgb(224 231 255 / 0.6);
}

.focus\:border-indigo-100\/65:focus {
  border-color: rgb(224 231 255 / 0.65);
}

.focus\:border-indigo-100\/70:focus {
  border-color: rgb(224 231 255 / 0.7);
}

.focus\:border-indigo-100\/75:focus {
  border-color: rgb(224 231 255 / 0.75);
}

.focus\:border-indigo-100\/80:focus {
  border-color: rgb(224 231 255 / 0.8);
}

.focus\:border-indigo-100\/85:focus {
  border-color: rgb(224 231 255 / 0.85);
}

.focus\:border-indigo-100\/90:focus {
  border-color: rgb(224 231 255 / 0.9);
}

.focus\:border-indigo-100\/95:focus {
  border-color: rgb(224 231 255 / 0.95);
}

.focus\:border-indigo-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-200\/0:focus {
  border-color: rgb(199 210 254 / 0);
}

.focus\:border-indigo-200\/10:focus {
  border-color: rgb(199 210 254 / 0.1);
}

.focus\:border-indigo-200\/100:focus {
  border-color: rgb(199 210 254 / 1);
}

.focus\:border-indigo-200\/15:focus {
  border-color: rgb(199 210 254 / 0.15);
}

.focus\:border-indigo-200\/20:focus {
  border-color: rgb(199 210 254 / 0.2);
}

.focus\:border-indigo-200\/25:focus {
  border-color: rgb(199 210 254 / 0.25);
}

.focus\:border-indigo-200\/30:focus {
  border-color: rgb(199 210 254 / 0.3);
}

.focus\:border-indigo-200\/35:focus {
  border-color: rgb(199 210 254 / 0.35);
}

.focus\:border-indigo-200\/40:focus {
  border-color: rgb(199 210 254 / 0.4);
}

.focus\:border-indigo-200\/45:focus {
  border-color: rgb(199 210 254 / 0.45);
}

.focus\:border-indigo-200\/5:focus {
  border-color: rgb(199 210 254 / 0.05);
}

.focus\:border-indigo-200\/50:focus {
  border-color: rgb(199 210 254 / 0.5);
}

.focus\:border-indigo-200\/55:focus {
  border-color: rgb(199 210 254 / 0.55);
}

.focus\:border-indigo-200\/60:focus {
  border-color: rgb(199 210 254 / 0.6);
}

.focus\:border-indigo-200\/65:focus {
  border-color: rgb(199 210 254 / 0.65);
}

.focus\:border-indigo-200\/70:focus {
  border-color: rgb(199 210 254 / 0.7);
}

.focus\:border-indigo-200\/75:focus {
  border-color: rgb(199 210 254 / 0.75);
}

.focus\:border-indigo-200\/80:focus {
  border-color: rgb(199 210 254 / 0.8);
}

.focus\:border-indigo-200\/85:focus {
  border-color: rgb(199 210 254 / 0.85);
}

.focus\:border-indigo-200\/90:focus {
  border-color: rgb(199 210 254 / 0.9);
}

.focus\:border-indigo-200\/95:focus {
  border-color: rgb(199 210 254 / 0.95);
}

.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-300\/0:focus {
  border-color: rgb(165 180 252 / 0);
}

.focus\:border-indigo-300\/10:focus {
  border-color: rgb(165 180 252 / 0.1);
}

.focus\:border-indigo-300\/100:focus {
  border-color: rgb(165 180 252 / 1);
}

.focus\:border-indigo-300\/15:focus {
  border-color: rgb(165 180 252 / 0.15);
}

.focus\:border-indigo-300\/20:focus {
  border-color: rgb(165 180 252 / 0.2);
}

.focus\:border-indigo-300\/25:focus {
  border-color: rgb(165 180 252 / 0.25);
}

.focus\:border-indigo-300\/30:focus {
  border-color: rgb(165 180 252 / 0.3);
}

.focus\:border-indigo-300\/35:focus {
  border-color: rgb(165 180 252 / 0.35);
}

.focus\:border-indigo-300\/40:focus {
  border-color: rgb(165 180 252 / 0.4);
}

.focus\:border-indigo-300\/45:focus {
  border-color: rgb(165 180 252 / 0.45);
}

.focus\:border-indigo-300\/5:focus {
  border-color: rgb(165 180 252 / 0.05);
}

.focus\:border-indigo-300\/50:focus {
  border-color: rgb(165 180 252 / 0.5);
}

.focus\:border-indigo-300\/55:focus {
  border-color: rgb(165 180 252 / 0.55);
}

.focus\:border-indigo-300\/60:focus {
  border-color: rgb(165 180 252 / 0.6);
}

.focus\:border-indigo-300\/65:focus {
  border-color: rgb(165 180 252 / 0.65);
}

.focus\:border-indigo-300\/70:focus {
  border-color: rgb(165 180 252 / 0.7);
}

.focus\:border-indigo-300\/75:focus {
  border-color: rgb(165 180 252 / 0.75);
}

.focus\:border-indigo-300\/80:focus {
  border-color: rgb(165 180 252 / 0.8);
}

.focus\:border-indigo-300\/85:focus {
  border-color: rgb(165 180 252 / 0.85);
}

.focus\:border-indigo-300\/90:focus {
  border-color: rgb(165 180 252 / 0.9);
}

.focus\:border-indigo-300\/95:focus {
  border-color: rgb(165 180 252 / 0.95);
}

.focus\:border-indigo-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-400\/0:focus {
  border-color: rgb(129 140 248 / 0);
}

.focus\:border-indigo-400\/10:focus {
  border-color: rgb(129 140 248 / 0.1);
}

.focus\:border-indigo-400\/100:focus {
  border-color: rgb(129 140 248 / 1);
}

.focus\:border-indigo-400\/15:focus {
  border-color: rgb(129 140 248 / 0.15);
}

.focus\:border-indigo-400\/20:focus {
  border-color: rgb(129 140 248 / 0.2);
}

.focus\:border-indigo-400\/25:focus {
  border-color: rgb(129 140 248 / 0.25);
}

.focus\:border-indigo-400\/30:focus {
  border-color: rgb(129 140 248 / 0.3);
}

.focus\:border-indigo-400\/35:focus {
  border-color: rgb(129 140 248 / 0.35);
}

.focus\:border-indigo-400\/40:focus {
  border-color: rgb(129 140 248 / 0.4);
}

.focus\:border-indigo-400\/45:focus {
  border-color: rgb(129 140 248 / 0.45);
}

.focus\:border-indigo-400\/5:focus {
  border-color: rgb(129 140 248 / 0.05);
}

.focus\:border-indigo-400\/50:focus {
  border-color: rgb(129 140 248 / 0.5);
}

.focus\:border-indigo-400\/55:focus {
  border-color: rgb(129 140 248 / 0.55);
}

.focus\:border-indigo-400\/60:focus {
  border-color: rgb(129 140 248 / 0.6);
}

.focus\:border-indigo-400\/65:focus {
  border-color: rgb(129 140 248 / 0.65);
}

.focus\:border-indigo-400\/70:focus {
  border-color: rgb(129 140 248 / 0.7);
}

.focus\:border-indigo-400\/75:focus {
  border-color: rgb(129 140 248 / 0.75);
}

.focus\:border-indigo-400\/80:focus {
  border-color: rgb(129 140 248 / 0.8);
}

.focus\:border-indigo-400\/85:focus {
  border-color: rgb(129 140 248 / 0.85);
}

.focus\:border-indigo-400\/90:focus {
  border-color: rgb(129 140 248 / 0.9);
}

.focus\:border-indigo-400\/95:focus {
  border-color: rgb(129 140 248 / 0.95);
}

.focus\:border-indigo-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-50\/0:focus {
  border-color: rgb(238 242 255 / 0);
}

.focus\:border-indigo-50\/10:focus {
  border-color: rgb(238 242 255 / 0.1);
}

.focus\:border-indigo-50\/100:focus {
  border-color: rgb(238 242 255 / 1);
}

.focus\:border-indigo-50\/15:focus {
  border-color: rgb(238 242 255 / 0.15);
}

.focus\:border-indigo-50\/20:focus {
  border-color: rgb(238 242 255 / 0.2);
}

.focus\:border-indigo-50\/25:focus {
  border-color: rgb(238 242 255 / 0.25);
}

.focus\:border-indigo-50\/30:focus {
  border-color: rgb(238 242 255 / 0.3);
}

.focus\:border-indigo-50\/35:focus {
  border-color: rgb(238 242 255 / 0.35);
}

.focus\:border-indigo-50\/40:focus {
  border-color: rgb(238 242 255 / 0.4);
}

.focus\:border-indigo-50\/45:focus {
  border-color: rgb(238 242 255 / 0.45);
}

.focus\:border-indigo-50\/5:focus {
  border-color: rgb(238 242 255 / 0.05);
}

.focus\:border-indigo-50\/50:focus {
  border-color: rgb(238 242 255 / 0.5);
}

.focus\:border-indigo-50\/55:focus {
  border-color: rgb(238 242 255 / 0.55);
}

.focus\:border-indigo-50\/60:focus {
  border-color: rgb(238 242 255 / 0.6);
}

.focus\:border-indigo-50\/65:focus {
  border-color: rgb(238 242 255 / 0.65);
}

.focus\:border-indigo-50\/70:focus {
  border-color: rgb(238 242 255 / 0.7);
}

.focus\:border-indigo-50\/75:focus {
  border-color: rgb(238 242 255 / 0.75);
}

.focus\:border-indigo-50\/80:focus {
  border-color: rgb(238 242 255 / 0.8);
}

.focus\:border-indigo-50\/85:focus {
  border-color: rgb(238 242 255 / 0.85);
}

.focus\:border-indigo-50\/90:focus {
  border-color: rgb(238 242 255 / 0.9);
}

.focus\:border-indigo-50\/95:focus {
  border-color: rgb(238 242 255 / 0.95);
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-500\/0:focus {
  border-color: rgb(99 102 241 / 0);
}

.focus\:border-indigo-500\/10:focus {
  border-color: rgb(99 102 241 / 0.1);
}

.focus\:border-indigo-500\/100:focus {
  border-color: rgb(99 102 241 / 1);
}

.focus\:border-indigo-500\/15:focus {
  border-color: rgb(99 102 241 / 0.15);
}

.focus\:border-indigo-500\/20:focus {
  border-color: rgb(99 102 241 / 0.2);
}

.focus\:border-indigo-500\/25:focus {
  border-color: rgb(99 102 241 / 0.25);
}

.focus\:border-indigo-500\/30:focus {
  border-color: rgb(99 102 241 / 0.3);
}

.focus\:border-indigo-500\/35:focus {
  border-color: rgb(99 102 241 / 0.35);
}

.focus\:border-indigo-500\/40:focus {
  border-color: rgb(99 102 241 / 0.4);
}

.focus\:border-indigo-500\/45:focus {
  border-color: rgb(99 102 241 / 0.45);
}

.focus\:border-indigo-500\/5:focus {
  border-color: rgb(99 102 241 / 0.05);
}

.focus\:border-indigo-500\/50:focus {
  border-color: rgb(99 102 241 / 0.5);
}

.focus\:border-indigo-500\/55:focus {
  border-color: rgb(99 102 241 / 0.55);
}

.focus\:border-indigo-500\/60:focus {
  border-color: rgb(99 102 241 / 0.6);
}

.focus\:border-indigo-500\/65:focus {
  border-color: rgb(99 102 241 / 0.65);
}

.focus\:border-indigo-500\/70:focus {
  border-color: rgb(99 102 241 / 0.7);
}

.focus\:border-indigo-500\/75:focus {
  border-color: rgb(99 102 241 / 0.75);
}

.focus\:border-indigo-500\/80:focus {
  border-color: rgb(99 102 241 / 0.8);
}

.focus\:border-indigo-500\/85:focus {
  border-color: rgb(99 102 241 / 0.85);
}

.focus\:border-indigo-500\/90:focus {
  border-color: rgb(99 102 241 / 0.9);
}

.focus\:border-indigo-500\/95:focus {
  border-color: rgb(99 102 241 / 0.95);
}

.focus\:border-indigo-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-600\/0:focus {
  border-color: rgb(79 70 229 / 0);
}

.focus\:border-indigo-600\/10:focus {
  border-color: rgb(79 70 229 / 0.1);
}

.focus\:border-indigo-600\/100:focus {
  border-color: rgb(79 70 229 / 1);
}

.focus\:border-indigo-600\/15:focus {
  border-color: rgb(79 70 229 / 0.15);
}

.focus\:border-indigo-600\/20:focus {
  border-color: rgb(79 70 229 / 0.2);
}

.focus\:border-indigo-600\/25:focus {
  border-color: rgb(79 70 229 / 0.25);
}

.focus\:border-indigo-600\/30:focus {
  border-color: rgb(79 70 229 / 0.3);
}

.focus\:border-indigo-600\/35:focus {
  border-color: rgb(79 70 229 / 0.35);
}

.focus\:border-indigo-600\/40:focus {
  border-color: rgb(79 70 229 / 0.4);
}

.focus\:border-indigo-600\/45:focus {
  border-color: rgb(79 70 229 / 0.45);
}

.focus\:border-indigo-600\/5:focus {
  border-color: rgb(79 70 229 / 0.05);
}

.focus\:border-indigo-600\/50:focus {
  border-color: rgb(79 70 229 / 0.5);
}

.focus\:border-indigo-600\/55:focus {
  border-color: rgb(79 70 229 / 0.55);
}

.focus\:border-indigo-600\/60:focus {
  border-color: rgb(79 70 229 / 0.6);
}

.focus\:border-indigo-600\/65:focus {
  border-color: rgb(79 70 229 / 0.65);
}

.focus\:border-indigo-600\/70:focus {
  border-color: rgb(79 70 229 / 0.7);
}

.focus\:border-indigo-600\/75:focus {
  border-color: rgb(79 70 229 / 0.75);
}

.focus\:border-indigo-600\/80:focus {
  border-color: rgb(79 70 229 / 0.8);
}

.focus\:border-indigo-600\/85:focus {
  border-color: rgb(79 70 229 / 0.85);
}

.focus\:border-indigo-600\/90:focus {
  border-color: rgb(79 70 229 / 0.9);
}

.focus\:border-indigo-600\/95:focus {
  border-color: rgb(79 70 229 / 0.95);
}

.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-700\/0:focus {
  border-color: rgb(67 56 202 / 0);
}

.focus\:border-indigo-700\/10:focus {
  border-color: rgb(67 56 202 / 0.1);
}

.focus\:border-indigo-700\/100:focus {
  border-color: rgb(67 56 202 / 1);
}

.focus\:border-indigo-700\/15:focus {
  border-color: rgb(67 56 202 / 0.15);
}

.focus\:border-indigo-700\/20:focus {
  border-color: rgb(67 56 202 / 0.2);
}

.focus\:border-indigo-700\/25:focus {
  border-color: rgb(67 56 202 / 0.25);
}

.focus\:border-indigo-700\/30:focus {
  border-color: rgb(67 56 202 / 0.3);
}

.focus\:border-indigo-700\/35:focus {
  border-color: rgb(67 56 202 / 0.35);
}

.focus\:border-indigo-700\/40:focus {
  border-color: rgb(67 56 202 / 0.4);
}

.focus\:border-indigo-700\/45:focus {
  border-color: rgb(67 56 202 / 0.45);
}

.focus\:border-indigo-700\/5:focus {
  border-color: rgb(67 56 202 / 0.05);
}

.focus\:border-indigo-700\/50:focus {
  border-color: rgb(67 56 202 / 0.5);
}

.focus\:border-indigo-700\/55:focus {
  border-color: rgb(67 56 202 / 0.55);
}

.focus\:border-indigo-700\/60:focus {
  border-color: rgb(67 56 202 / 0.6);
}

.focus\:border-indigo-700\/65:focus {
  border-color: rgb(67 56 202 / 0.65);
}

.focus\:border-indigo-700\/70:focus {
  border-color: rgb(67 56 202 / 0.7);
}

.focus\:border-indigo-700\/75:focus {
  border-color: rgb(67 56 202 / 0.75);
}

.focus\:border-indigo-700\/80:focus {
  border-color: rgb(67 56 202 / 0.8);
}

.focus\:border-indigo-700\/85:focus {
  border-color: rgb(67 56 202 / 0.85);
}

.focus\:border-indigo-700\/90:focus {
  border-color: rgb(67 56 202 / 0.9);
}

.focus\:border-indigo-700\/95:focus {
  border-color: rgb(67 56 202 / 0.95);
}

.focus\:border-indigo-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-800\/0:focus {
  border-color: rgb(55 48 163 / 0);
}

.focus\:border-indigo-800\/10:focus {
  border-color: rgb(55 48 163 / 0.1);
}

.focus\:border-indigo-800\/100:focus {
  border-color: rgb(55 48 163 / 1);
}

.focus\:border-indigo-800\/15:focus {
  border-color: rgb(55 48 163 / 0.15);
}

.focus\:border-indigo-800\/20:focus {
  border-color: rgb(55 48 163 / 0.2);
}

.focus\:border-indigo-800\/25:focus {
  border-color: rgb(55 48 163 / 0.25);
}

.focus\:border-indigo-800\/30:focus {
  border-color: rgb(55 48 163 / 0.3);
}

.focus\:border-indigo-800\/35:focus {
  border-color: rgb(55 48 163 / 0.35);
}

.focus\:border-indigo-800\/40:focus {
  border-color: rgb(55 48 163 / 0.4);
}

.focus\:border-indigo-800\/45:focus {
  border-color: rgb(55 48 163 / 0.45);
}

.focus\:border-indigo-800\/5:focus {
  border-color: rgb(55 48 163 / 0.05);
}

.focus\:border-indigo-800\/50:focus {
  border-color: rgb(55 48 163 / 0.5);
}

.focus\:border-indigo-800\/55:focus {
  border-color: rgb(55 48 163 / 0.55);
}

.focus\:border-indigo-800\/60:focus {
  border-color: rgb(55 48 163 / 0.6);
}

.focus\:border-indigo-800\/65:focus {
  border-color: rgb(55 48 163 / 0.65);
}

.focus\:border-indigo-800\/70:focus {
  border-color: rgb(55 48 163 / 0.7);
}

.focus\:border-indigo-800\/75:focus {
  border-color: rgb(55 48 163 / 0.75);
}

.focus\:border-indigo-800\/80:focus {
  border-color: rgb(55 48 163 / 0.8);
}

.focus\:border-indigo-800\/85:focus {
  border-color: rgb(55 48 163 / 0.85);
}

.focus\:border-indigo-800\/90:focus {
  border-color: rgb(55 48 163 / 0.9);
}

.focus\:border-indigo-800\/95:focus {
  border-color: rgb(55 48 163 / 0.95);
}

.focus\:border-indigo-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-900\/0:focus {
  border-color: rgb(49 46 129 / 0);
}

.focus\:border-indigo-900\/10:focus {
  border-color: rgb(49 46 129 / 0.1);
}

.focus\:border-indigo-900\/100:focus {
  border-color: rgb(49 46 129 / 1);
}

.focus\:border-indigo-900\/15:focus {
  border-color: rgb(49 46 129 / 0.15);
}

.focus\:border-indigo-900\/20:focus {
  border-color: rgb(49 46 129 / 0.2);
}

.focus\:border-indigo-900\/25:focus {
  border-color: rgb(49 46 129 / 0.25);
}

.focus\:border-indigo-900\/30:focus {
  border-color: rgb(49 46 129 / 0.3);
}

.focus\:border-indigo-900\/35:focus {
  border-color: rgb(49 46 129 / 0.35);
}

.focus\:border-indigo-900\/40:focus {
  border-color: rgb(49 46 129 / 0.4);
}

.focus\:border-indigo-900\/45:focus {
  border-color: rgb(49 46 129 / 0.45);
}

.focus\:border-indigo-900\/5:focus {
  border-color: rgb(49 46 129 / 0.05);
}

.focus\:border-indigo-900\/50:focus {
  border-color: rgb(49 46 129 / 0.5);
}

.focus\:border-indigo-900\/55:focus {
  border-color: rgb(49 46 129 / 0.55);
}

.focus\:border-indigo-900\/60:focus {
  border-color: rgb(49 46 129 / 0.6);
}

.focus\:border-indigo-900\/65:focus {
  border-color: rgb(49 46 129 / 0.65);
}

.focus\:border-indigo-900\/70:focus {
  border-color: rgb(49 46 129 / 0.7);
}

.focus\:border-indigo-900\/75:focus {
  border-color: rgb(49 46 129 / 0.75);
}

.focus\:border-indigo-900\/80:focus {
  border-color: rgb(49 46 129 / 0.8);
}

.focus\:border-indigo-900\/85:focus {
  border-color: rgb(49 46 129 / 0.85);
}

.focus\:border-indigo-900\/90:focus {
  border-color: rgb(49 46 129 / 0.9);
}

.focus\:border-indigo-900\/95:focus {
  border-color: rgb(49 46 129 / 0.95);
}

.focus\:border-indigo-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-950\/0:focus {
  border-color: rgb(30 27 75 / 0);
}

.focus\:border-indigo-950\/10:focus {
  border-color: rgb(30 27 75 / 0.1);
}

.focus\:border-indigo-950\/100:focus {
  border-color: rgb(30 27 75 / 1);
}

.focus\:border-indigo-950\/15:focus {
  border-color: rgb(30 27 75 / 0.15);
}

.focus\:border-indigo-950\/20:focus {
  border-color: rgb(30 27 75 / 0.2);
}

.focus\:border-indigo-950\/25:focus {
  border-color: rgb(30 27 75 / 0.25);
}

.focus\:border-indigo-950\/30:focus {
  border-color: rgb(30 27 75 / 0.3);
}

.focus\:border-indigo-950\/35:focus {
  border-color: rgb(30 27 75 / 0.35);
}

.focus\:border-indigo-950\/40:focus {
  border-color: rgb(30 27 75 / 0.4);
}

.focus\:border-indigo-950\/45:focus {
  border-color: rgb(30 27 75 / 0.45);
}

.focus\:border-indigo-950\/5:focus {
  border-color: rgb(30 27 75 / 0.05);
}

.focus\:border-indigo-950\/50:focus {
  border-color: rgb(30 27 75 / 0.5);
}

.focus\:border-indigo-950\/55:focus {
  border-color: rgb(30 27 75 / 0.55);
}

.focus\:border-indigo-950\/60:focus {
  border-color: rgb(30 27 75 / 0.6);
}

.focus\:border-indigo-950\/65:focus {
  border-color: rgb(30 27 75 / 0.65);
}

.focus\:border-indigo-950\/70:focus {
  border-color: rgb(30 27 75 / 0.7);
}

.focus\:border-indigo-950\/75:focus {
  border-color: rgb(30 27 75 / 0.75);
}

.focus\:border-indigo-950\/80:focus {
  border-color: rgb(30 27 75 / 0.8);
}

.focus\:border-indigo-950\/85:focus {
  border-color: rgb(30 27 75 / 0.85);
}

.focus\:border-indigo-950\/90:focus {
  border-color: rgb(30 27 75 / 0.9);
}

.focus\:border-indigo-950\/95:focus {
  border-color: rgb(30 27 75 / 0.95);
}

.focus\:border-pink-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-100\/0:focus {
  border-color: rgb(252 231 243 / 0);
}

.focus\:border-pink-100\/10:focus {
  border-color: rgb(252 231 243 / 0.1);
}

.focus\:border-pink-100\/100:focus {
  border-color: rgb(252 231 243 / 1);
}

.focus\:border-pink-100\/15:focus {
  border-color: rgb(252 231 243 / 0.15);
}

.focus\:border-pink-100\/20:focus {
  border-color: rgb(252 231 243 / 0.2);
}

.focus\:border-pink-100\/25:focus {
  border-color: rgb(252 231 243 / 0.25);
}

.focus\:border-pink-100\/30:focus {
  border-color: rgb(252 231 243 / 0.3);
}

.focus\:border-pink-100\/35:focus {
  border-color: rgb(252 231 243 / 0.35);
}

.focus\:border-pink-100\/40:focus {
  border-color: rgb(252 231 243 / 0.4);
}

.focus\:border-pink-100\/45:focus {
  border-color: rgb(252 231 243 / 0.45);
}

.focus\:border-pink-100\/5:focus {
  border-color: rgb(252 231 243 / 0.05);
}

.focus\:border-pink-100\/50:focus {
  border-color: rgb(252 231 243 / 0.5);
}

.focus\:border-pink-100\/55:focus {
  border-color: rgb(252 231 243 / 0.55);
}

.focus\:border-pink-100\/60:focus {
  border-color: rgb(252 231 243 / 0.6);
}

.focus\:border-pink-100\/65:focus {
  border-color: rgb(252 231 243 / 0.65);
}

.focus\:border-pink-100\/70:focus {
  border-color: rgb(252 231 243 / 0.7);
}

.focus\:border-pink-100\/75:focus {
  border-color: rgb(252 231 243 / 0.75);
}

.focus\:border-pink-100\/80:focus {
  border-color: rgb(252 231 243 / 0.8);
}

.focus\:border-pink-100\/85:focus {
  border-color: rgb(252 231 243 / 0.85);
}

.focus\:border-pink-100\/90:focus {
  border-color: rgb(252 231 243 / 0.9);
}

.focus\:border-pink-100\/95:focus {
  border-color: rgb(252 231 243 / 0.95);
}

.focus\:border-pink-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-200\/0:focus {
  border-color: rgb(251 207 232 / 0);
}

.focus\:border-pink-200\/10:focus {
  border-color: rgb(251 207 232 / 0.1);
}

.focus\:border-pink-200\/100:focus {
  border-color: rgb(251 207 232 / 1);
}

.focus\:border-pink-200\/15:focus {
  border-color: rgb(251 207 232 / 0.15);
}

.focus\:border-pink-200\/20:focus {
  border-color: rgb(251 207 232 / 0.2);
}

.focus\:border-pink-200\/25:focus {
  border-color: rgb(251 207 232 / 0.25);
}

.focus\:border-pink-200\/30:focus {
  border-color: rgb(251 207 232 / 0.3);
}

.focus\:border-pink-200\/35:focus {
  border-color: rgb(251 207 232 / 0.35);
}

.focus\:border-pink-200\/40:focus {
  border-color: rgb(251 207 232 / 0.4);
}

.focus\:border-pink-200\/45:focus {
  border-color: rgb(251 207 232 / 0.45);
}

.focus\:border-pink-200\/5:focus {
  border-color: rgb(251 207 232 / 0.05);
}

.focus\:border-pink-200\/50:focus {
  border-color: rgb(251 207 232 / 0.5);
}

.focus\:border-pink-200\/55:focus {
  border-color: rgb(251 207 232 / 0.55);
}

.focus\:border-pink-200\/60:focus {
  border-color: rgb(251 207 232 / 0.6);
}

.focus\:border-pink-200\/65:focus {
  border-color: rgb(251 207 232 / 0.65);
}

.focus\:border-pink-200\/70:focus {
  border-color: rgb(251 207 232 / 0.7);
}

.focus\:border-pink-200\/75:focus {
  border-color: rgb(251 207 232 / 0.75);
}

.focus\:border-pink-200\/80:focus {
  border-color: rgb(251 207 232 / 0.8);
}

.focus\:border-pink-200\/85:focus {
  border-color: rgb(251 207 232 / 0.85);
}

.focus\:border-pink-200\/90:focus {
  border-color: rgb(251 207 232 / 0.9);
}

.focus\:border-pink-200\/95:focus {
  border-color: rgb(251 207 232 / 0.95);
}

.focus\:border-pink-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-300\/0:focus {
  border-color: rgb(249 168 212 / 0);
}

.focus\:border-pink-300\/10:focus {
  border-color: rgb(249 168 212 / 0.1);
}

.focus\:border-pink-300\/100:focus {
  border-color: rgb(249 168 212 / 1);
}

.focus\:border-pink-300\/15:focus {
  border-color: rgb(249 168 212 / 0.15);
}

.focus\:border-pink-300\/20:focus {
  border-color: rgb(249 168 212 / 0.2);
}

.focus\:border-pink-300\/25:focus {
  border-color: rgb(249 168 212 / 0.25);
}

.focus\:border-pink-300\/30:focus {
  border-color: rgb(249 168 212 / 0.3);
}

.focus\:border-pink-300\/35:focus {
  border-color: rgb(249 168 212 / 0.35);
}

.focus\:border-pink-300\/40:focus {
  border-color: rgb(249 168 212 / 0.4);
}

.focus\:border-pink-300\/45:focus {
  border-color: rgb(249 168 212 / 0.45);
}

.focus\:border-pink-300\/5:focus {
  border-color: rgb(249 168 212 / 0.05);
}

.focus\:border-pink-300\/50:focus {
  border-color: rgb(249 168 212 / 0.5);
}

.focus\:border-pink-300\/55:focus {
  border-color: rgb(249 168 212 / 0.55);
}

.focus\:border-pink-300\/60:focus {
  border-color: rgb(249 168 212 / 0.6);
}

.focus\:border-pink-300\/65:focus {
  border-color: rgb(249 168 212 / 0.65);
}

.focus\:border-pink-300\/70:focus {
  border-color: rgb(249 168 212 / 0.7);
}

.focus\:border-pink-300\/75:focus {
  border-color: rgb(249 168 212 / 0.75);
}

.focus\:border-pink-300\/80:focus {
  border-color: rgb(249 168 212 / 0.8);
}

.focus\:border-pink-300\/85:focus {
  border-color: rgb(249 168 212 / 0.85);
}

.focus\:border-pink-300\/90:focus {
  border-color: rgb(249 168 212 / 0.9);
}

.focus\:border-pink-300\/95:focus {
  border-color: rgb(249 168 212 / 0.95);
}

.focus\:border-pink-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-400\/0:focus {
  border-color: rgb(244 114 182 / 0);
}

.focus\:border-pink-400\/10:focus {
  border-color: rgb(244 114 182 / 0.1);
}

.focus\:border-pink-400\/100:focus {
  border-color: rgb(244 114 182 / 1);
}

.focus\:border-pink-400\/15:focus {
  border-color: rgb(244 114 182 / 0.15);
}

.focus\:border-pink-400\/20:focus {
  border-color: rgb(244 114 182 / 0.2);
}

.focus\:border-pink-400\/25:focus {
  border-color: rgb(244 114 182 / 0.25);
}

.focus\:border-pink-400\/30:focus {
  border-color: rgb(244 114 182 / 0.3);
}

.focus\:border-pink-400\/35:focus {
  border-color: rgb(244 114 182 / 0.35);
}

.focus\:border-pink-400\/40:focus {
  border-color: rgb(244 114 182 / 0.4);
}

.focus\:border-pink-400\/45:focus {
  border-color: rgb(244 114 182 / 0.45);
}

.focus\:border-pink-400\/5:focus {
  border-color: rgb(244 114 182 / 0.05);
}

.focus\:border-pink-400\/50:focus {
  border-color: rgb(244 114 182 / 0.5);
}

.focus\:border-pink-400\/55:focus {
  border-color: rgb(244 114 182 / 0.55);
}

.focus\:border-pink-400\/60:focus {
  border-color: rgb(244 114 182 / 0.6);
}

.focus\:border-pink-400\/65:focus {
  border-color: rgb(244 114 182 / 0.65);
}

.focus\:border-pink-400\/70:focus {
  border-color: rgb(244 114 182 / 0.7);
}

.focus\:border-pink-400\/75:focus {
  border-color: rgb(244 114 182 / 0.75);
}

.focus\:border-pink-400\/80:focus {
  border-color: rgb(244 114 182 / 0.8);
}

.focus\:border-pink-400\/85:focus {
  border-color: rgb(244 114 182 / 0.85);
}

.focus\:border-pink-400\/90:focus {
  border-color: rgb(244 114 182 / 0.9);
}

.focus\:border-pink-400\/95:focus {
  border-color: rgb(244 114 182 / 0.95);
}

.focus\:border-pink-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-50\/0:focus {
  border-color: rgb(253 242 248 / 0);
}

.focus\:border-pink-50\/10:focus {
  border-color: rgb(253 242 248 / 0.1);
}

.focus\:border-pink-50\/100:focus {
  border-color: rgb(253 242 248 / 1);
}

.focus\:border-pink-50\/15:focus {
  border-color: rgb(253 242 248 / 0.15);
}

.focus\:border-pink-50\/20:focus {
  border-color: rgb(253 242 248 / 0.2);
}

.focus\:border-pink-50\/25:focus {
  border-color: rgb(253 242 248 / 0.25);
}

.focus\:border-pink-50\/30:focus {
  border-color: rgb(253 242 248 / 0.3);
}

.focus\:border-pink-50\/35:focus {
  border-color: rgb(253 242 248 / 0.35);
}

.focus\:border-pink-50\/40:focus {
  border-color: rgb(253 242 248 / 0.4);
}

.focus\:border-pink-50\/45:focus {
  border-color: rgb(253 242 248 / 0.45);
}

.focus\:border-pink-50\/5:focus {
  border-color: rgb(253 242 248 / 0.05);
}

.focus\:border-pink-50\/50:focus {
  border-color: rgb(253 242 248 / 0.5);
}

.focus\:border-pink-50\/55:focus {
  border-color: rgb(253 242 248 / 0.55);
}

.focus\:border-pink-50\/60:focus {
  border-color: rgb(253 242 248 / 0.6);
}

.focus\:border-pink-50\/65:focus {
  border-color: rgb(253 242 248 / 0.65);
}

.focus\:border-pink-50\/70:focus {
  border-color: rgb(253 242 248 / 0.7);
}

.focus\:border-pink-50\/75:focus {
  border-color: rgb(253 242 248 / 0.75);
}

.focus\:border-pink-50\/80:focus {
  border-color: rgb(253 242 248 / 0.8);
}

.focus\:border-pink-50\/85:focus {
  border-color: rgb(253 242 248 / 0.85);
}

.focus\:border-pink-50\/90:focus {
  border-color: rgb(253 242 248 / 0.9);
}

.focus\:border-pink-50\/95:focus {
  border-color: rgb(253 242 248 / 0.95);
}

.focus\:border-pink-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-500\/0:focus {
  border-color: rgb(236 72 153 / 0);
}

.focus\:border-pink-500\/10:focus {
  border-color: rgb(236 72 153 / 0.1);
}

.focus\:border-pink-500\/100:focus {
  border-color: rgb(236 72 153 / 1);
}

.focus\:border-pink-500\/15:focus {
  border-color: rgb(236 72 153 / 0.15);
}

.focus\:border-pink-500\/20:focus {
  border-color: rgb(236 72 153 / 0.2);
}

.focus\:border-pink-500\/25:focus {
  border-color: rgb(236 72 153 / 0.25);
}

.focus\:border-pink-500\/30:focus {
  border-color: rgb(236 72 153 / 0.3);
}

.focus\:border-pink-500\/35:focus {
  border-color: rgb(236 72 153 / 0.35);
}

.focus\:border-pink-500\/40:focus {
  border-color: rgb(236 72 153 / 0.4);
}

.focus\:border-pink-500\/45:focus {
  border-color: rgb(236 72 153 / 0.45);
}

.focus\:border-pink-500\/5:focus {
  border-color: rgb(236 72 153 / 0.05);
}

.focus\:border-pink-500\/50:focus {
  border-color: rgb(236 72 153 / 0.5);
}

.focus\:border-pink-500\/55:focus {
  border-color: rgb(236 72 153 / 0.55);
}

.focus\:border-pink-500\/60:focus {
  border-color: rgb(236 72 153 / 0.6);
}

.focus\:border-pink-500\/65:focus {
  border-color: rgb(236 72 153 / 0.65);
}

.focus\:border-pink-500\/70:focus {
  border-color: rgb(236 72 153 / 0.7);
}

.focus\:border-pink-500\/75:focus {
  border-color: rgb(236 72 153 / 0.75);
}

.focus\:border-pink-500\/80:focus {
  border-color: rgb(236 72 153 / 0.8);
}

.focus\:border-pink-500\/85:focus {
  border-color: rgb(236 72 153 / 0.85);
}

.focus\:border-pink-500\/90:focus {
  border-color: rgb(236 72 153 / 0.9);
}

.focus\:border-pink-500\/95:focus {
  border-color: rgb(236 72 153 / 0.95);
}

.focus\:border-pink-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-600\/0:focus {
  border-color: rgb(219 39 119 / 0);
}

.focus\:border-pink-600\/10:focus {
  border-color: rgb(219 39 119 / 0.1);
}

.focus\:border-pink-600\/100:focus {
  border-color: rgb(219 39 119 / 1);
}

.focus\:border-pink-600\/15:focus {
  border-color: rgb(219 39 119 / 0.15);
}

.focus\:border-pink-600\/20:focus {
  border-color: rgb(219 39 119 / 0.2);
}

.focus\:border-pink-600\/25:focus {
  border-color: rgb(219 39 119 / 0.25);
}

.focus\:border-pink-600\/30:focus {
  border-color: rgb(219 39 119 / 0.3);
}

.focus\:border-pink-600\/35:focus {
  border-color: rgb(219 39 119 / 0.35);
}

.focus\:border-pink-600\/40:focus {
  border-color: rgb(219 39 119 / 0.4);
}

.focus\:border-pink-600\/45:focus {
  border-color: rgb(219 39 119 / 0.45);
}

.focus\:border-pink-600\/5:focus {
  border-color: rgb(219 39 119 / 0.05);
}

.focus\:border-pink-600\/50:focus {
  border-color: rgb(219 39 119 / 0.5);
}

.focus\:border-pink-600\/55:focus {
  border-color: rgb(219 39 119 / 0.55);
}

.focus\:border-pink-600\/60:focus {
  border-color: rgb(219 39 119 / 0.6);
}

.focus\:border-pink-600\/65:focus {
  border-color: rgb(219 39 119 / 0.65);
}

.focus\:border-pink-600\/70:focus {
  border-color: rgb(219 39 119 / 0.7);
}

.focus\:border-pink-600\/75:focus {
  border-color: rgb(219 39 119 / 0.75);
}

.focus\:border-pink-600\/80:focus {
  border-color: rgb(219 39 119 / 0.8);
}

.focus\:border-pink-600\/85:focus {
  border-color: rgb(219 39 119 / 0.85);
}

.focus\:border-pink-600\/90:focus {
  border-color: rgb(219 39 119 / 0.9);
}

.focus\:border-pink-600\/95:focus {
  border-color: rgb(219 39 119 / 0.95);
}

.focus\:border-pink-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-700\/0:focus {
  border-color: rgb(190 24 93 / 0);
}

.focus\:border-pink-700\/10:focus {
  border-color: rgb(190 24 93 / 0.1);
}

.focus\:border-pink-700\/100:focus {
  border-color: rgb(190 24 93 / 1);
}

.focus\:border-pink-700\/15:focus {
  border-color: rgb(190 24 93 / 0.15);
}

.focus\:border-pink-700\/20:focus {
  border-color: rgb(190 24 93 / 0.2);
}

.focus\:border-pink-700\/25:focus {
  border-color: rgb(190 24 93 / 0.25);
}

.focus\:border-pink-700\/30:focus {
  border-color: rgb(190 24 93 / 0.3);
}

.focus\:border-pink-700\/35:focus {
  border-color: rgb(190 24 93 / 0.35);
}

.focus\:border-pink-700\/40:focus {
  border-color: rgb(190 24 93 / 0.4);
}

.focus\:border-pink-700\/45:focus {
  border-color: rgb(190 24 93 / 0.45);
}

.focus\:border-pink-700\/5:focus {
  border-color: rgb(190 24 93 / 0.05);
}

.focus\:border-pink-700\/50:focus {
  border-color: rgb(190 24 93 / 0.5);
}

.focus\:border-pink-700\/55:focus {
  border-color: rgb(190 24 93 / 0.55);
}

.focus\:border-pink-700\/60:focus {
  border-color: rgb(190 24 93 / 0.6);
}

.focus\:border-pink-700\/65:focus {
  border-color: rgb(190 24 93 / 0.65);
}

.focus\:border-pink-700\/70:focus {
  border-color: rgb(190 24 93 / 0.7);
}

.focus\:border-pink-700\/75:focus {
  border-color: rgb(190 24 93 / 0.75);
}

.focus\:border-pink-700\/80:focus {
  border-color: rgb(190 24 93 / 0.8);
}

.focus\:border-pink-700\/85:focus {
  border-color: rgb(190 24 93 / 0.85);
}

.focus\:border-pink-700\/90:focus {
  border-color: rgb(190 24 93 / 0.9);
}

.focus\:border-pink-700\/95:focus {
  border-color: rgb(190 24 93 / 0.95);
}

.focus\:border-pink-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-800\/0:focus {
  border-color: rgb(157 23 77 / 0);
}

.focus\:border-pink-800\/10:focus {
  border-color: rgb(157 23 77 / 0.1);
}

.focus\:border-pink-800\/100:focus {
  border-color: rgb(157 23 77 / 1);
}

.focus\:border-pink-800\/15:focus {
  border-color: rgb(157 23 77 / 0.15);
}

.focus\:border-pink-800\/20:focus {
  border-color: rgb(157 23 77 / 0.2);
}

.focus\:border-pink-800\/25:focus {
  border-color: rgb(157 23 77 / 0.25);
}

.focus\:border-pink-800\/30:focus {
  border-color: rgb(157 23 77 / 0.3);
}

.focus\:border-pink-800\/35:focus {
  border-color: rgb(157 23 77 / 0.35);
}

.focus\:border-pink-800\/40:focus {
  border-color: rgb(157 23 77 / 0.4);
}

.focus\:border-pink-800\/45:focus {
  border-color: rgb(157 23 77 / 0.45);
}

.focus\:border-pink-800\/5:focus {
  border-color: rgb(157 23 77 / 0.05);
}

.focus\:border-pink-800\/50:focus {
  border-color: rgb(157 23 77 / 0.5);
}

.focus\:border-pink-800\/55:focus {
  border-color: rgb(157 23 77 / 0.55);
}

.focus\:border-pink-800\/60:focus {
  border-color: rgb(157 23 77 / 0.6);
}

.focus\:border-pink-800\/65:focus {
  border-color: rgb(157 23 77 / 0.65);
}

.focus\:border-pink-800\/70:focus {
  border-color: rgb(157 23 77 / 0.7);
}

.focus\:border-pink-800\/75:focus {
  border-color: rgb(157 23 77 / 0.75);
}

.focus\:border-pink-800\/80:focus {
  border-color: rgb(157 23 77 / 0.8);
}

.focus\:border-pink-800\/85:focus {
  border-color: rgb(157 23 77 / 0.85);
}

.focus\:border-pink-800\/90:focus {
  border-color: rgb(157 23 77 / 0.9);
}

.focus\:border-pink-800\/95:focus {
  border-color: rgb(157 23 77 / 0.95);
}

.focus\:border-pink-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-900\/0:focus {
  border-color: rgb(131 24 67 / 0);
}

.focus\:border-pink-900\/10:focus {
  border-color: rgb(131 24 67 / 0.1);
}

.focus\:border-pink-900\/100:focus {
  border-color: rgb(131 24 67 / 1);
}

.focus\:border-pink-900\/15:focus {
  border-color: rgb(131 24 67 / 0.15);
}

.focus\:border-pink-900\/20:focus {
  border-color: rgb(131 24 67 / 0.2);
}

.focus\:border-pink-900\/25:focus {
  border-color: rgb(131 24 67 / 0.25);
}

.focus\:border-pink-900\/30:focus {
  border-color: rgb(131 24 67 / 0.3);
}

.focus\:border-pink-900\/35:focus {
  border-color: rgb(131 24 67 / 0.35);
}

.focus\:border-pink-900\/40:focus {
  border-color: rgb(131 24 67 / 0.4);
}

.focus\:border-pink-900\/45:focus {
  border-color: rgb(131 24 67 / 0.45);
}

.focus\:border-pink-900\/5:focus {
  border-color: rgb(131 24 67 / 0.05);
}

.focus\:border-pink-900\/50:focus {
  border-color: rgb(131 24 67 / 0.5);
}

.focus\:border-pink-900\/55:focus {
  border-color: rgb(131 24 67 / 0.55);
}

.focus\:border-pink-900\/60:focus {
  border-color: rgb(131 24 67 / 0.6);
}

.focus\:border-pink-900\/65:focus {
  border-color: rgb(131 24 67 / 0.65);
}

.focus\:border-pink-900\/70:focus {
  border-color: rgb(131 24 67 / 0.7);
}

.focus\:border-pink-900\/75:focus {
  border-color: rgb(131 24 67 / 0.75);
}

.focus\:border-pink-900\/80:focus {
  border-color: rgb(131 24 67 / 0.8);
}

.focus\:border-pink-900\/85:focus {
  border-color: rgb(131 24 67 / 0.85);
}

.focus\:border-pink-900\/90:focus {
  border-color: rgb(131 24 67 / 0.9);
}

.focus\:border-pink-900\/95:focus {
  border-color: rgb(131 24 67 / 0.95);
}

.focus\:border-pink-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-950\/0:focus {
  border-color: rgb(80 7 36 / 0);
}

.focus\:border-pink-950\/10:focus {
  border-color: rgb(80 7 36 / 0.1);
}

.focus\:border-pink-950\/100:focus {
  border-color: rgb(80 7 36 / 1);
}

.focus\:border-pink-950\/15:focus {
  border-color: rgb(80 7 36 / 0.15);
}

.focus\:border-pink-950\/20:focus {
  border-color: rgb(80 7 36 / 0.2);
}

.focus\:border-pink-950\/25:focus {
  border-color: rgb(80 7 36 / 0.25);
}

.focus\:border-pink-950\/30:focus {
  border-color: rgb(80 7 36 / 0.3);
}

.focus\:border-pink-950\/35:focus {
  border-color: rgb(80 7 36 / 0.35);
}

.focus\:border-pink-950\/40:focus {
  border-color: rgb(80 7 36 / 0.4);
}

.focus\:border-pink-950\/45:focus {
  border-color: rgb(80 7 36 / 0.45);
}

.focus\:border-pink-950\/5:focus {
  border-color: rgb(80 7 36 / 0.05);
}

.focus\:border-pink-950\/50:focus {
  border-color: rgb(80 7 36 / 0.5);
}

.focus\:border-pink-950\/55:focus {
  border-color: rgb(80 7 36 / 0.55);
}

.focus\:border-pink-950\/60:focus {
  border-color: rgb(80 7 36 / 0.6);
}

.focus\:border-pink-950\/65:focus {
  border-color: rgb(80 7 36 / 0.65);
}

.focus\:border-pink-950\/70:focus {
  border-color: rgb(80 7 36 / 0.7);
}

.focus\:border-pink-950\/75:focus {
  border-color: rgb(80 7 36 / 0.75);
}

.focus\:border-pink-950\/80:focus {
  border-color: rgb(80 7 36 / 0.8);
}

.focus\:border-pink-950\/85:focus {
  border-color: rgb(80 7 36 / 0.85);
}

.focus\:border-pink-950\/90:focus {
  border-color: rgb(80 7 36 / 0.9);
}

.focus\:border-pink-950\/95:focus {
  border-color: rgb(80 7 36 / 0.95);
}

.focus\:border-purple-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-100\/0:focus {
  border-color: rgb(243 232 255 / 0);
}

.focus\:border-purple-100\/10:focus {
  border-color: rgb(243 232 255 / 0.1);
}

.focus\:border-purple-100\/100:focus {
  border-color: rgb(243 232 255 / 1);
}

.focus\:border-purple-100\/15:focus {
  border-color: rgb(243 232 255 / 0.15);
}

.focus\:border-purple-100\/20:focus {
  border-color: rgb(243 232 255 / 0.2);
}

.focus\:border-purple-100\/25:focus {
  border-color: rgb(243 232 255 / 0.25);
}

.focus\:border-purple-100\/30:focus {
  border-color: rgb(243 232 255 / 0.3);
}

.focus\:border-purple-100\/35:focus {
  border-color: rgb(243 232 255 / 0.35);
}

.focus\:border-purple-100\/40:focus {
  border-color: rgb(243 232 255 / 0.4);
}

.focus\:border-purple-100\/45:focus {
  border-color: rgb(243 232 255 / 0.45);
}

.focus\:border-purple-100\/5:focus {
  border-color: rgb(243 232 255 / 0.05);
}

.focus\:border-purple-100\/50:focus {
  border-color: rgb(243 232 255 / 0.5);
}

.focus\:border-purple-100\/55:focus {
  border-color: rgb(243 232 255 / 0.55);
}

.focus\:border-purple-100\/60:focus {
  border-color: rgb(243 232 255 / 0.6);
}

.focus\:border-purple-100\/65:focus {
  border-color: rgb(243 232 255 / 0.65);
}

.focus\:border-purple-100\/70:focus {
  border-color: rgb(243 232 255 / 0.7);
}

.focus\:border-purple-100\/75:focus {
  border-color: rgb(243 232 255 / 0.75);
}

.focus\:border-purple-100\/80:focus {
  border-color: rgb(243 232 255 / 0.8);
}

.focus\:border-purple-100\/85:focus {
  border-color: rgb(243 232 255 / 0.85);
}

.focus\:border-purple-100\/90:focus {
  border-color: rgb(243 232 255 / 0.9);
}

.focus\:border-purple-100\/95:focus {
  border-color: rgb(243 232 255 / 0.95);
}

.focus\:border-purple-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-200\/0:focus {
  border-color: rgb(233 213 255 / 0);
}

.focus\:border-purple-200\/10:focus {
  border-color: rgb(233 213 255 / 0.1);
}

.focus\:border-purple-200\/100:focus {
  border-color: rgb(233 213 255 / 1);
}

.focus\:border-purple-200\/15:focus {
  border-color: rgb(233 213 255 / 0.15);
}

.focus\:border-purple-200\/20:focus {
  border-color: rgb(233 213 255 / 0.2);
}

.focus\:border-purple-200\/25:focus {
  border-color: rgb(233 213 255 / 0.25);
}

.focus\:border-purple-200\/30:focus {
  border-color: rgb(233 213 255 / 0.3);
}

.focus\:border-purple-200\/35:focus {
  border-color: rgb(233 213 255 / 0.35);
}

.focus\:border-purple-200\/40:focus {
  border-color: rgb(233 213 255 / 0.4);
}

.focus\:border-purple-200\/45:focus {
  border-color: rgb(233 213 255 / 0.45);
}

.focus\:border-purple-200\/5:focus {
  border-color: rgb(233 213 255 / 0.05);
}

.focus\:border-purple-200\/50:focus {
  border-color: rgb(233 213 255 / 0.5);
}

.focus\:border-purple-200\/55:focus {
  border-color: rgb(233 213 255 / 0.55);
}

.focus\:border-purple-200\/60:focus {
  border-color: rgb(233 213 255 / 0.6);
}

.focus\:border-purple-200\/65:focus {
  border-color: rgb(233 213 255 / 0.65);
}

.focus\:border-purple-200\/70:focus {
  border-color: rgb(233 213 255 / 0.7);
}

.focus\:border-purple-200\/75:focus {
  border-color: rgb(233 213 255 / 0.75);
}

.focus\:border-purple-200\/80:focus {
  border-color: rgb(233 213 255 / 0.8);
}

.focus\:border-purple-200\/85:focus {
  border-color: rgb(233 213 255 / 0.85);
}

.focus\:border-purple-200\/90:focus {
  border-color: rgb(233 213 255 / 0.9);
}

.focus\:border-purple-200\/95:focus {
  border-color: rgb(233 213 255 / 0.95);
}

.focus\:border-purple-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-300\/0:focus {
  border-color: rgb(216 180 254 / 0);
}

.focus\:border-purple-300\/10:focus {
  border-color: rgb(216 180 254 / 0.1);
}

.focus\:border-purple-300\/100:focus {
  border-color: rgb(216 180 254 / 1);
}

.focus\:border-purple-300\/15:focus {
  border-color: rgb(216 180 254 / 0.15);
}

.focus\:border-purple-300\/20:focus {
  border-color: rgb(216 180 254 / 0.2);
}

.focus\:border-purple-300\/25:focus {
  border-color: rgb(216 180 254 / 0.25);
}

.focus\:border-purple-300\/30:focus {
  border-color: rgb(216 180 254 / 0.3);
}

.focus\:border-purple-300\/35:focus {
  border-color: rgb(216 180 254 / 0.35);
}

.focus\:border-purple-300\/40:focus {
  border-color: rgb(216 180 254 / 0.4);
}

.focus\:border-purple-300\/45:focus {
  border-color: rgb(216 180 254 / 0.45);
}

.focus\:border-purple-300\/5:focus {
  border-color: rgb(216 180 254 / 0.05);
}

.focus\:border-purple-300\/50:focus {
  border-color: rgb(216 180 254 / 0.5);
}

.focus\:border-purple-300\/55:focus {
  border-color: rgb(216 180 254 / 0.55);
}

.focus\:border-purple-300\/60:focus {
  border-color: rgb(216 180 254 / 0.6);
}

.focus\:border-purple-300\/65:focus {
  border-color: rgb(216 180 254 / 0.65);
}

.focus\:border-purple-300\/70:focus {
  border-color: rgb(216 180 254 / 0.7);
}

.focus\:border-purple-300\/75:focus {
  border-color: rgb(216 180 254 / 0.75);
}

.focus\:border-purple-300\/80:focus {
  border-color: rgb(216 180 254 / 0.8);
}

.focus\:border-purple-300\/85:focus {
  border-color: rgb(216 180 254 / 0.85);
}

.focus\:border-purple-300\/90:focus {
  border-color: rgb(216 180 254 / 0.9);
}

.focus\:border-purple-300\/95:focus {
  border-color: rgb(216 180 254 / 0.95);
}

.focus\:border-purple-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-400\/0:focus {
  border-color: rgb(192 132 252 / 0);
}

.focus\:border-purple-400\/10:focus {
  border-color: rgb(192 132 252 / 0.1);
}

.focus\:border-purple-400\/100:focus {
  border-color: rgb(192 132 252 / 1);
}

.focus\:border-purple-400\/15:focus {
  border-color: rgb(192 132 252 / 0.15);
}

.focus\:border-purple-400\/20:focus {
  border-color: rgb(192 132 252 / 0.2);
}

.focus\:border-purple-400\/25:focus {
  border-color: rgb(192 132 252 / 0.25);
}

.focus\:border-purple-400\/30:focus {
  border-color: rgb(192 132 252 / 0.3);
}

.focus\:border-purple-400\/35:focus {
  border-color: rgb(192 132 252 / 0.35);
}

.focus\:border-purple-400\/40:focus {
  border-color: rgb(192 132 252 / 0.4);
}

.focus\:border-purple-400\/45:focus {
  border-color: rgb(192 132 252 / 0.45);
}

.focus\:border-purple-400\/5:focus {
  border-color: rgb(192 132 252 / 0.05);
}

.focus\:border-purple-400\/50:focus {
  border-color: rgb(192 132 252 / 0.5);
}

.focus\:border-purple-400\/55:focus {
  border-color: rgb(192 132 252 / 0.55);
}

.focus\:border-purple-400\/60:focus {
  border-color: rgb(192 132 252 / 0.6);
}

.focus\:border-purple-400\/65:focus {
  border-color: rgb(192 132 252 / 0.65);
}

.focus\:border-purple-400\/70:focus {
  border-color: rgb(192 132 252 / 0.7);
}

.focus\:border-purple-400\/75:focus {
  border-color: rgb(192 132 252 / 0.75);
}

.focus\:border-purple-400\/80:focus {
  border-color: rgb(192 132 252 / 0.8);
}

.focus\:border-purple-400\/85:focus {
  border-color: rgb(192 132 252 / 0.85);
}

.focus\:border-purple-400\/90:focus {
  border-color: rgb(192 132 252 / 0.9);
}

.focus\:border-purple-400\/95:focus {
  border-color: rgb(192 132 252 / 0.95);
}

.focus\:border-purple-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-50\/0:focus {
  border-color: rgb(250 245 255 / 0);
}

.focus\:border-purple-50\/10:focus {
  border-color: rgb(250 245 255 / 0.1);
}

.focus\:border-purple-50\/100:focus {
  border-color: rgb(250 245 255 / 1);
}

.focus\:border-purple-50\/15:focus {
  border-color: rgb(250 245 255 / 0.15);
}

.focus\:border-purple-50\/20:focus {
  border-color: rgb(250 245 255 / 0.2);
}

.focus\:border-purple-50\/25:focus {
  border-color: rgb(250 245 255 / 0.25);
}

.focus\:border-purple-50\/30:focus {
  border-color: rgb(250 245 255 / 0.3);
}

.focus\:border-purple-50\/35:focus {
  border-color: rgb(250 245 255 / 0.35);
}

.focus\:border-purple-50\/40:focus {
  border-color: rgb(250 245 255 / 0.4);
}

.focus\:border-purple-50\/45:focus {
  border-color: rgb(250 245 255 / 0.45);
}

.focus\:border-purple-50\/5:focus {
  border-color: rgb(250 245 255 / 0.05);
}

.focus\:border-purple-50\/50:focus {
  border-color: rgb(250 245 255 / 0.5);
}

.focus\:border-purple-50\/55:focus {
  border-color: rgb(250 245 255 / 0.55);
}

.focus\:border-purple-50\/60:focus {
  border-color: rgb(250 245 255 / 0.6);
}

.focus\:border-purple-50\/65:focus {
  border-color: rgb(250 245 255 / 0.65);
}

.focus\:border-purple-50\/70:focus {
  border-color: rgb(250 245 255 / 0.7);
}

.focus\:border-purple-50\/75:focus {
  border-color: rgb(250 245 255 / 0.75);
}

.focus\:border-purple-50\/80:focus {
  border-color: rgb(250 245 255 / 0.8);
}

.focus\:border-purple-50\/85:focus {
  border-color: rgb(250 245 255 / 0.85);
}

.focus\:border-purple-50\/90:focus {
  border-color: rgb(250 245 255 / 0.9);
}

.focus\:border-purple-50\/95:focus {
  border-color: rgb(250 245 255 / 0.95);
}

.focus\:border-purple-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-500\/0:focus {
  border-color: rgb(168 85 247 / 0);
}

.focus\:border-purple-500\/10:focus {
  border-color: rgb(168 85 247 / 0.1);
}

.focus\:border-purple-500\/100:focus {
  border-color: rgb(168 85 247 / 1);
}

.focus\:border-purple-500\/15:focus {
  border-color: rgb(168 85 247 / 0.15);
}

.focus\:border-purple-500\/20:focus {
  border-color: rgb(168 85 247 / 0.2);
}

.focus\:border-purple-500\/25:focus {
  border-color: rgb(168 85 247 / 0.25);
}

.focus\:border-purple-500\/30:focus {
  border-color: rgb(168 85 247 / 0.3);
}

.focus\:border-purple-500\/35:focus {
  border-color: rgb(168 85 247 / 0.35);
}

.focus\:border-purple-500\/40:focus {
  border-color: rgb(168 85 247 / 0.4);
}

.focus\:border-purple-500\/45:focus {
  border-color: rgb(168 85 247 / 0.45);
}

.focus\:border-purple-500\/5:focus {
  border-color: rgb(168 85 247 / 0.05);
}

.focus\:border-purple-500\/50:focus {
  border-color: rgb(168 85 247 / 0.5);
}

.focus\:border-purple-500\/55:focus {
  border-color: rgb(168 85 247 / 0.55);
}

.focus\:border-purple-500\/60:focus {
  border-color: rgb(168 85 247 / 0.6);
}

.focus\:border-purple-500\/65:focus {
  border-color: rgb(168 85 247 / 0.65);
}

.focus\:border-purple-500\/70:focus {
  border-color: rgb(168 85 247 / 0.7);
}

.focus\:border-purple-500\/75:focus {
  border-color: rgb(168 85 247 / 0.75);
}

.focus\:border-purple-500\/80:focus {
  border-color: rgb(168 85 247 / 0.8);
}

.focus\:border-purple-500\/85:focus {
  border-color: rgb(168 85 247 / 0.85);
}

.focus\:border-purple-500\/90:focus {
  border-color: rgb(168 85 247 / 0.9);
}

.focus\:border-purple-500\/95:focus {
  border-color: rgb(168 85 247 / 0.95);
}

.focus\:border-purple-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-600\/0:focus {
  border-color: rgb(147 51 234 / 0);
}

.focus\:border-purple-600\/10:focus {
  border-color: rgb(147 51 234 / 0.1);
}

.focus\:border-purple-600\/100:focus {
  border-color: rgb(147 51 234 / 1);
}

.focus\:border-purple-600\/15:focus {
  border-color: rgb(147 51 234 / 0.15);
}

.focus\:border-purple-600\/20:focus {
  border-color: rgb(147 51 234 / 0.2);
}

.focus\:border-purple-600\/25:focus {
  border-color: rgb(147 51 234 / 0.25);
}

.focus\:border-purple-600\/30:focus {
  border-color: rgb(147 51 234 / 0.3);
}

.focus\:border-purple-600\/35:focus {
  border-color: rgb(147 51 234 / 0.35);
}

.focus\:border-purple-600\/40:focus {
  border-color: rgb(147 51 234 / 0.4);
}

.focus\:border-purple-600\/45:focus {
  border-color: rgb(147 51 234 / 0.45);
}

.focus\:border-purple-600\/5:focus {
  border-color: rgb(147 51 234 / 0.05);
}

.focus\:border-purple-600\/50:focus {
  border-color: rgb(147 51 234 / 0.5);
}

.focus\:border-purple-600\/55:focus {
  border-color: rgb(147 51 234 / 0.55);
}

.focus\:border-purple-600\/60:focus {
  border-color: rgb(147 51 234 / 0.6);
}

.focus\:border-purple-600\/65:focus {
  border-color: rgb(147 51 234 / 0.65);
}

.focus\:border-purple-600\/70:focus {
  border-color: rgb(147 51 234 / 0.7);
}

.focus\:border-purple-600\/75:focus {
  border-color: rgb(147 51 234 / 0.75);
}

.focus\:border-purple-600\/80:focus {
  border-color: rgb(147 51 234 / 0.8);
}

.focus\:border-purple-600\/85:focus {
  border-color: rgb(147 51 234 / 0.85);
}

.focus\:border-purple-600\/90:focus {
  border-color: rgb(147 51 234 / 0.9);
}

.focus\:border-purple-600\/95:focus {
  border-color: rgb(147 51 234 / 0.95);
}

.focus\:border-purple-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-700\/0:focus {
  border-color: rgb(126 34 206 / 0);
}

.focus\:border-purple-700\/10:focus {
  border-color: rgb(126 34 206 / 0.1);
}

.focus\:border-purple-700\/100:focus {
  border-color: rgb(126 34 206 / 1);
}

.focus\:border-purple-700\/15:focus {
  border-color: rgb(126 34 206 / 0.15);
}

.focus\:border-purple-700\/20:focus {
  border-color: rgb(126 34 206 / 0.2);
}

.focus\:border-purple-700\/25:focus {
  border-color: rgb(126 34 206 / 0.25);
}

.focus\:border-purple-700\/30:focus {
  border-color: rgb(126 34 206 / 0.3);
}

.focus\:border-purple-700\/35:focus {
  border-color: rgb(126 34 206 / 0.35);
}

.focus\:border-purple-700\/40:focus {
  border-color: rgb(126 34 206 / 0.4);
}

.focus\:border-purple-700\/45:focus {
  border-color: rgb(126 34 206 / 0.45);
}

.focus\:border-purple-700\/5:focus {
  border-color: rgb(126 34 206 / 0.05);
}

.focus\:border-purple-700\/50:focus {
  border-color: rgb(126 34 206 / 0.5);
}

.focus\:border-purple-700\/55:focus {
  border-color: rgb(126 34 206 / 0.55);
}

.focus\:border-purple-700\/60:focus {
  border-color: rgb(126 34 206 / 0.6);
}

.focus\:border-purple-700\/65:focus {
  border-color: rgb(126 34 206 / 0.65);
}

.focus\:border-purple-700\/70:focus {
  border-color: rgb(126 34 206 / 0.7);
}

.focus\:border-purple-700\/75:focus {
  border-color: rgb(126 34 206 / 0.75);
}

.focus\:border-purple-700\/80:focus {
  border-color: rgb(126 34 206 / 0.8);
}

.focus\:border-purple-700\/85:focus {
  border-color: rgb(126 34 206 / 0.85);
}

.focus\:border-purple-700\/90:focus {
  border-color: rgb(126 34 206 / 0.9);
}

.focus\:border-purple-700\/95:focus {
  border-color: rgb(126 34 206 / 0.95);
}

.focus\:border-purple-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-800\/0:focus {
  border-color: rgb(107 33 168 / 0);
}

.focus\:border-purple-800\/10:focus {
  border-color: rgb(107 33 168 / 0.1);
}

.focus\:border-purple-800\/100:focus {
  border-color: rgb(107 33 168 / 1);
}

.focus\:border-purple-800\/15:focus {
  border-color: rgb(107 33 168 / 0.15);
}

.focus\:border-purple-800\/20:focus {
  border-color: rgb(107 33 168 / 0.2);
}

.focus\:border-purple-800\/25:focus {
  border-color: rgb(107 33 168 / 0.25);
}

.focus\:border-purple-800\/30:focus {
  border-color: rgb(107 33 168 / 0.3);
}

.focus\:border-purple-800\/35:focus {
  border-color: rgb(107 33 168 / 0.35);
}

.focus\:border-purple-800\/40:focus {
  border-color: rgb(107 33 168 / 0.4);
}

.focus\:border-purple-800\/45:focus {
  border-color: rgb(107 33 168 / 0.45);
}

.focus\:border-purple-800\/5:focus {
  border-color: rgb(107 33 168 / 0.05);
}

.focus\:border-purple-800\/50:focus {
  border-color: rgb(107 33 168 / 0.5);
}

.focus\:border-purple-800\/55:focus {
  border-color: rgb(107 33 168 / 0.55);
}

.focus\:border-purple-800\/60:focus {
  border-color: rgb(107 33 168 / 0.6);
}

.focus\:border-purple-800\/65:focus {
  border-color: rgb(107 33 168 / 0.65);
}

.focus\:border-purple-800\/70:focus {
  border-color: rgb(107 33 168 / 0.7);
}

.focus\:border-purple-800\/75:focus {
  border-color: rgb(107 33 168 / 0.75);
}

.focus\:border-purple-800\/80:focus {
  border-color: rgb(107 33 168 / 0.8);
}

.focus\:border-purple-800\/85:focus {
  border-color: rgb(107 33 168 / 0.85);
}

.focus\:border-purple-800\/90:focus {
  border-color: rgb(107 33 168 / 0.9);
}

.focus\:border-purple-800\/95:focus {
  border-color: rgb(107 33 168 / 0.95);
}

.focus\:border-purple-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-900\/0:focus {
  border-color: rgb(88 28 135 / 0);
}

.focus\:border-purple-900\/10:focus {
  border-color: rgb(88 28 135 / 0.1);
}

.focus\:border-purple-900\/100:focus {
  border-color: rgb(88 28 135 / 1);
}

.focus\:border-purple-900\/15:focus {
  border-color: rgb(88 28 135 / 0.15);
}

.focus\:border-purple-900\/20:focus {
  border-color: rgb(88 28 135 / 0.2);
}

.focus\:border-purple-900\/25:focus {
  border-color: rgb(88 28 135 / 0.25);
}

.focus\:border-purple-900\/30:focus {
  border-color: rgb(88 28 135 / 0.3);
}

.focus\:border-purple-900\/35:focus {
  border-color: rgb(88 28 135 / 0.35);
}

.focus\:border-purple-900\/40:focus {
  border-color: rgb(88 28 135 / 0.4);
}

.focus\:border-purple-900\/45:focus {
  border-color: rgb(88 28 135 / 0.45);
}

.focus\:border-purple-900\/5:focus {
  border-color: rgb(88 28 135 / 0.05);
}

.focus\:border-purple-900\/50:focus {
  border-color: rgb(88 28 135 / 0.5);
}

.focus\:border-purple-900\/55:focus {
  border-color: rgb(88 28 135 / 0.55);
}

.focus\:border-purple-900\/60:focus {
  border-color: rgb(88 28 135 / 0.6);
}

.focus\:border-purple-900\/65:focus {
  border-color: rgb(88 28 135 / 0.65);
}

.focus\:border-purple-900\/70:focus {
  border-color: rgb(88 28 135 / 0.7);
}

.focus\:border-purple-900\/75:focus {
  border-color: rgb(88 28 135 / 0.75);
}

.focus\:border-purple-900\/80:focus {
  border-color: rgb(88 28 135 / 0.8);
}

.focus\:border-purple-900\/85:focus {
  border-color: rgb(88 28 135 / 0.85);
}

.focus\:border-purple-900\/90:focus {
  border-color: rgb(88 28 135 / 0.9);
}

.focus\:border-purple-900\/95:focus {
  border-color: rgb(88 28 135 / 0.95);
}

.focus\:border-purple-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-950\/0:focus {
  border-color: rgb(59 7 100 / 0);
}

.focus\:border-purple-950\/10:focus {
  border-color: rgb(59 7 100 / 0.1);
}

.focus\:border-purple-950\/100:focus {
  border-color: rgb(59 7 100 / 1);
}

.focus\:border-purple-950\/15:focus {
  border-color: rgb(59 7 100 / 0.15);
}

.focus\:border-purple-950\/20:focus {
  border-color: rgb(59 7 100 / 0.2);
}

.focus\:border-purple-950\/25:focus {
  border-color: rgb(59 7 100 / 0.25);
}

.focus\:border-purple-950\/30:focus {
  border-color: rgb(59 7 100 / 0.3);
}

.focus\:border-purple-950\/35:focus {
  border-color: rgb(59 7 100 / 0.35);
}

.focus\:border-purple-950\/40:focus {
  border-color: rgb(59 7 100 / 0.4);
}

.focus\:border-purple-950\/45:focus {
  border-color: rgb(59 7 100 / 0.45);
}

.focus\:border-purple-950\/5:focus {
  border-color: rgb(59 7 100 / 0.05);
}

.focus\:border-purple-950\/50:focus {
  border-color: rgb(59 7 100 / 0.5);
}

.focus\:border-purple-950\/55:focus {
  border-color: rgb(59 7 100 / 0.55);
}

.focus\:border-purple-950\/60:focus {
  border-color: rgb(59 7 100 / 0.6);
}

.focus\:border-purple-950\/65:focus {
  border-color: rgb(59 7 100 / 0.65);
}

.focus\:border-purple-950\/70:focus {
  border-color: rgb(59 7 100 / 0.7);
}

.focus\:border-purple-950\/75:focus {
  border-color: rgb(59 7 100 / 0.75);
}

.focus\:border-purple-950\/80:focus {
  border-color: rgb(59 7 100 / 0.8);
}

.focus\:border-purple-950\/85:focus {
  border-color: rgb(59 7 100 / 0.85);
}

.focus\:border-purple-950\/90:focus {
  border-color: rgb(59 7 100 / 0.9);
}

.focus\:border-purple-950\/95:focus {
  border-color: rgb(59 7 100 / 0.95);
}

.focus\:border-red-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.focus\:border-red-100\/0:focus {
  border-color: rgb(254 226 226 / 0);
}

.focus\:border-red-100\/10:focus {
  border-color: rgb(254 226 226 / 0.1);
}

.focus\:border-red-100\/100:focus {
  border-color: rgb(254 226 226 / 1);
}

.focus\:border-red-100\/15:focus {
  border-color: rgb(254 226 226 / 0.15);
}

.focus\:border-red-100\/20:focus {
  border-color: rgb(254 226 226 / 0.2);
}

.focus\:border-red-100\/25:focus {
  border-color: rgb(254 226 226 / 0.25);
}

.focus\:border-red-100\/30:focus {
  border-color: rgb(254 226 226 / 0.3);
}

.focus\:border-red-100\/35:focus {
  border-color: rgb(254 226 226 / 0.35);
}

.focus\:border-red-100\/40:focus {
  border-color: rgb(254 226 226 / 0.4);
}

.focus\:border-red-100\/45:focus {
  border-color: rgb(254 226 226 / 0.45);
}

.focus\:border-red-100\/5:focus {
  border-color: rgb(254 226 226 / 0.05);
}

.focus\:border-red-100\/50:focus {
  border-color: rgb(254 226 226 / 0.5);
}

.focus\:border-red-100\/55:focus {
  border-color: rgb(254 226 226 / 0.55);
}

.focus\:border-red-100\/60:focus {
  border-color: rgb(254 226 226 / 0.6);
}

.focus\:border-red-100\/65:focus {
  border-color: rgb(254 226 226 / 0.65);
}

.focus\:border-red-100\/70:focus {
  border-color: rgb(254 226 226 / 0.7);
}

.focus\:border-red-100\/75:focus {
  border-color: rgb(254 226 226 / 0.75);
}

.focus\:border-red-100\/80:focus {
  border-color: rgb(254 226 226 / 0.8);
}

.focus\:border-red-100\/85:focus {
  border-color: rgb(254 226 226 / 0.85);
}

.focus\:border-red-100\/90:focus {
  border-color: rgb(254 226 226 / 0.9);
}

.focus\:border-red-100\/95:focus {
  border-color: rgb(254 226 226 / 0.95);
}

.focus\:border-red-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.focus\:border-red-200\/0:focus {
  border-color: rgb(254 202 202 / 0);
}

.focus\:border-red-200\/10:focus {
  border-color: rgb(254 202 202 / 0.1);
}

.focus\:border-red-200\/100:focus {
  border-color: rgb(254 202 202 / 1);
}

.focus\:border-red-200\/15:focus {
  border-color: rgb(254 202 202 / 0.15);
}

.focus\:border-red-200\/20:focus {
  border-color: rgb(254 202 202 / 0.2);
}

.focus\:border-red-200\/25:focus {
  border-color: rgb(254 202 202 / 0.25);
}

.focus\:border-red-200\/30:focus {
  border-color: rgb(254 202 202 / 0.3);
}

.focus\:border-red-200\/35:focus {
  border-color: rgb(254 202 202 / 0.35);
}

.focus\:border-red-200\/40:focus {
  border-color: rgb(254 202 202 / 0.4);
}

.focus\:border-red-200\/45:focus {
  border-color: rgb(254 202 202 / 0.45);
}

.focus\:border-red-200\/5:focus {
  border-color: rgb(254 202 202 / 0.05);
}

.focus\:border-red-200\/50:focus {
  border-color: rgb(254 202 202 / 0.5);
}

.focus\:border-red-200\/55:focus {
  border-color: rgb(254 202 202 / 0.55);
}

.focus\:border-red-200\/60:focus {
  border-color: rgb(254 202 202 / 0.6);
}

.focus\:border-red-200\/65:focus {
  border-color: rgb(254 202 202 / 0.65);
}

.focus\:border-red-200\/70:focus {
  border-color: rgb(254 202 202 / 0.7);
}

.focus\:border-red-200\/75:focus {
  border-color: rgb(254 202 202 / 0.75);
}

.focus\:border-red-200\/80:focus {
  border-color: rgb(254 202 202 / 0.8);
}

.focus\:border-red-200\/85:focus {
  border-color: rgb(254 202 202 / 0.85);
}

.focus\:border-red-200\/90:focus {
  border-color: rgb(254 202 202 / 0.9);
}

.focus\:border-red-200\/95:focus {
  border-color: rgb(254 202 202 / 0.95);
}

.focus\:border-red-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.focus\:border-red-300\/0:focus {
  border-color: rgb(252 165 165 / 0);
}

.focus\:border-red-300\/10:focus {
  border-color: rgb(252 165 165 / 0.1);
}

.focus\:border-red-300\/100:focus {
  border-color: rgb(252 165 165 / 1);
}

.focus\:border-red-300\/15:focus {
  border-color: rgb(252 165 165 / 0.15);
}

.focus\:border-red-300\/20:focus {
  border-color: rgb(252 165 165 / 0.2);
}

.focus\:border-red-300\/25:focus {
  border-color: rgb(252 165 165 / 0.25);
}

.focus\:border-red-300\/30:focus {
  border-color: rgb(252 165 165 / 0.3);
}

.focus\:border-red-300\/35:focus {
  border-color: rgb(252 165 165 / 0.35);
}

.focus\:border-red-300\/40:focus {
  border-color: rgb(252 165 165 / 0.4);
}

.focus\:border-red-300\/45:focus {
  border-color: rgb(252 165 165 / 0.45);
}

.focus\:border-red-300\/5:focus {
  border-color: rgb(252 165 165 / 0.05);
}

.focus\:border-red-300\/50:focus {
  border-color: rgb(252 165 165 / 0.5);
}

.focus\:border-red-300\/55:focus {
  border-color: rgb(252 165 165 / 0.55);
}

.focus\:border-red-300\/60:focus {
  border-color: rgb(252 165 165 / 0.6);
}

.focus\:border-red-300\/65:focus {
  border-color: rgb(252 165 165 / 0.65);
}

.focus\:border-red-300\/70:focus {
  border-color: rgb(252 165 165 / 0.7);
}

.focus\:border-red-300\/75:focus {
  border-color: rgb(252 165 165 / 0.75);
}

.focus\:border-red-300\/80:focus {
  border-color: rgb(252 165 165 / 0.8);
}

.focus\:border-red-300\/85:focus {
  border-color: rgb(252 165 165 / 0.85);
}

.focus\:border-red-300\/90:focus {
  border-color: rgb(252 165 165 / 0.9);
}

.focus\:border-red-300\/95:focus {
  border-color: rgb(252 165 165 / 0.95);
}

.focus\:border-red-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.focus\:border-red-400\/0:focus {
  border-color: rgb(248 113 113 / 0);
}

.focus\:border-red-400\/10:focus {
  border-color: rgb(248 113 113 / 0.1);
}

.focus\:border-red-400\/100:focus {
  border-color: rgb(248 113 113 / 1);
}

.focus\:border-red-400\/15:focus {
  border-color: rgb(248 113 113 / 0.15);
}

.focus\:border-red-400\/20:focus {
  border-color: rgb(248 113 113 / 0.2);
}

.focus\:border-red-400\/25:focus {
  border-color: rgb(248 113 113 / 0.25);
}

.focus\:border-red-400\/30:focus {
  border-color: rgb(248 113 113 / 0.3);
}

.focus\:border-red-400\/35:focus {
  border-color: rgb(248 113 113 / 0.35);
}

.focus\:border-red-400\/40:focus {
  border-color: rgb(248 113 113 / 0.4);
}

.focus\:border-red-400\/45:focus {
  border-color: rgb(248 113 113 / 0.45);
}

.focus\:border-red-400\/5:focus {
  border-color: rgb(248 113 113 / 0.05);
}

.focus\:border-red-400\/50:focus {
  border-color: rgb(248 113 113 / 0.5);
}

.focus\:border-red-400\/55:focus {
  border-color: rgb(248 113 113 / 0.55);
}

.focus\:border-red-400\/60:focus {
  border-color: rgb(248 113 113 / 0.6);
}

.focus\:border-red-400\/65:focus {
  border-color: rgb(248 113 113 / 0.65);
}

.focus\:border-red-400\/70:focus {
  border-color: rgb(248 113 113 / 0.7);
}

.focus\:border-red-400\/75:focus {
  border-color: rgb(248 113 113 / 0.75);
}

.focus\:border-red-400\/80:focus {
  border-color: rgb(248 113 113 / 0.8);
}

.focus\:border-red-400\/85:focus {
  border-color: rgb(248 113 113 / 0.85);
}

.focus\:border-red-400\/90:focus {
  border-color: rgb(248 113 113 / 0.9);
}

.focus\:border-red-400\/95:focus {
  border-color: rgb(248 113 113 / 0.95);
}

.focus\:border-red-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}

.focus\:border-red-50\/0:focus {
  border-color: rgb(254 242 242 / 0);
}

.focus\:border-red-50\/10:focus {
  border-color: rgb(254 242 242 / 0.1);
}

.focus\:border-red-50\/100:focus {
  border-color: rgb(254 242 242 / 1);
}

.focus\:border-red-50\/15:focus {
  border-color: rgb(254 242 242 / 0.15);
}

.focus\:border-red-50\/20:focus {
  border-color: rgb(254 242 242 / 0.2);
}

.focus\:border-red-50\/25:focus {
  border-color: rgb(254 242 242 / 0.25);
}

.focus\:border-red-50\/30:focus {
  border-color: rgb(254 242 242 / 0.3);
}

.focus\:border-red-50\/35:focus {
  border-color: rgb(254 242 242 / 0.35);
}

.focus\:border-red-50\/40:focus {
  border-color: rgb(254 242 242 / 0.4);
}

.focus\:border-red-50\/45:focus {
  border-color: rgb(254 242 242 / 0.45);
}

.focus\:border-red-50\/5:focus {
  border-color: rgb(254 242 242 / 0.05);
}

.focus\:border-red-50\/50:focus {
  border-color: rgb(254 242 242 / 0.5);
}

.focus\:border-red-50\/55:focus {
  border-color: rgb(254 242 242 / 0.55);
}

.focus\:border-red-50\/60:focus {
  border-color: rgb(254 242 242 / 0.6);
}

.focus\:border-red-50\/65:focus {
  border-color: rgb(254 242 242 / 0.65);
}

.focus\:border-red-50\/70:focus {
  border-color: rgb(254 242 242 / 0.7);
}

.focus\:border-red-50\/75:focus {
  border-color: rgb(254 242 242 / 0.75);
}

.focus\:border-red-50\/80:focus {
  border-color: rgb(254 242 242 / 0.8);
}

.focus\:border-red-50\/85:focus {
  border-color: rgb(254 242 242 / 0.85);
}

.focus\:border-red-50\/90:focus {
  border-color: rgb(254 242 242 / 0.9);
}

.focus\:border-red-50\/95:focus {
  border-color: rgb(254 242 242 / 0.95);
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.focus\:border-red-500\/0:focus {
  border-color: rgb(239 68 68 / 0);
}

.focus\:border-red-500\/10:focus {
  border-color: rgb(239 68 68 / 0.1);
}

.focus\:border-red-500\/100:focus {
  border-color: rgb(239 68 68 / 1);
}

.focus\:border-red-500\/15:focus {
  border-color: rgb(239 68 68 / 0.15);
}

.focus\:border-red-500\/20:focus {
  border-color: rgb(239 68 68 / 0.2);
}

.focus\:border-red-500\/25:focus {
  border-color: rgb(239 68 68 / 0.25);
}

.focus\:border-red-500\/30:focus {
  border-color: rgb(239 68 68 / 0.3);
}

.focus\:border-red-500\/35:focus {
  border-color: rgb(239 68 68 / 0.35);
}

.focus\:border-red-500\/40:focus {
  border-color: rgb(239 68 68 / 0.4);
}

.focus\:border-red-500\/45:focus {
  border-color: rgb(239 68 68 / 0.45);
}

.focus\:border-red-500\/5:focus {
  border-color: rgb(239 68 68 / 0.05);
}

.focus\:border-red-500\/50:focus {
  border-color: rgb(239 68 68 / 0.5);
}

.focus\:border-red-500\/55:focus {
  border-color: rgb(239 68 68 / 0.55);
}

.focus\:border-red-500\/60:focus {
  border-color: rgb(239 68 68 / 0.6);
}

.focus\:border-red-500\/65:focus {
  border-color: rgb(239 68 68 / 0.65);
}

.focus\:border-red-500\/70:focus {
  border-color: rgb(239 68 68 / 0.7);
}

.focus\:border-red-500\/75:focus {
  border-color: rgb(239 68 68 / 0.75);
}

.focus\:border-red-500\/80:focus {
  border-color: rgb(239 68 68 / 0.8);
}

.focus\:border-red-500\/85:focus {
  border-color: rgb(239 68 68 / 0.85);
}

.focus\:border-red-500\/90:focus {
  border-color: rgb(239 68 68 / 0.9);
}

.focus\:border-red-500\/95:focus {
  border-color: rgb(239 68 68 / 0.95);
}

.focus\:border-red-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.focus\:border-red-600\/0:focus {
  border-color: rgb(220 38 38 / 0);
}

.focus\:border-red-600\/10:focus {
  border-color: rgb(220 38 38 / 0.1);
}

.focus\:border-red-600\/100:focus {
  border-color: rgb(220 38 38 / 1);
}

.focus\:border-red-600\/15:focus {
  border-color: rgb(220 38 38 / 0.15);
}

.focus\:border-red-600\/20:focus {
  border-color: rgb(220 38 38 / 0.2);
}

.focus\:border-red-600\/25:focus {
  border-color: rgb(220 38 38 / 0.25);
}

.focus\:border-red-600\/30:focus {
  border-color: rgb(220 38 38 / 0.3);
}

.focus\:border-red-600\/35:focus {
  border-color: rgb(220 38 38 / 0.35);
}

.focus\:border-red-600\/40:focus {
  border-color: rgb(220 38 38 / 0.4);
}

.focus\:border-red-600\/45:focus {
  border-color: rgb(220 38 38 / 0.45);
}

.focus\:border-red-600\/5:focus {
  border-color: rgb(220 38 38 / 0.05);
}

.focus\:border-red-600\/50:focus {
  border-color: rgb(220 38 38 / 0.5);
}

.focus\:border-red-600\/55:focus {
  border-color: rgb(220 38 38 / 0.55);
}

.focus\:border-red-600\/60:focus {
  border-color: rgb(220 38 38 / 0.6);
}

.focus\:border-red-600\/65:focus {
  border-color: rgb(220 38 38 / 0.65);
}

.focus\:border-red-600\/70:focus {
  border-color: rgb(220 38 38 / 0.7);
}

.focus\:border-red-600\/75:focus {
  border-color: rgb(220 38 38 / 0.75);
}

.focus\:border-red-600\/80:focus {
  border-color: rgb(220 38 38 / 0.8);
}

.focus\:border-red-600\/85:focus {
  border-color: rgb(220 38 38 / 0.85);
}

.focus\:border-red-600\/90:focus {
  border-color: rgb(220 38 38 / 0.9);
}

.focus\:border-red-600\/95:focus {
  border-color: rgb(220 38 38 / 0.95);
}

.focus\:border-red-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.focus\:border-red-700\/0:focus {
  border-color: rgb(185 28 28 / 0);
}

.focus\:border-red-700\/10:focus {
  border-color: rgb(185 28 28 / 0.1);
}

.focus\:border-red-700\/100:focus {
  border-color: rgb(185 28 28 / 1);
}

.focus\:border-red-700\/15:focus {
  border-color: rgb(185 28 28 / 0.15);
}

.focus\:border-red-700\/20:focus {
  border-color: rgb(185 28 28 / 0.2);
}

.focus\:border-red-700\/25:focus {
  border-color: rgb(185 28 28 / 0.25);
}

.focus\:border-red-700\/30:focus {
  border-color: rgb(185 28 28 / 0.3);
}

.focus\:border-red-700\/35:focus {
  border-color: rgb(185 28 28 / 0.35);
}

.focus\:border-red-700\/40:focus {
  border-color: rgb(185 28 28 / 0.4);
}

.focus\:border-red-700\/45:focus {
  border-color: rgb(185 28 28 / 0.45);
}

.focus\:border-red-700\/5:focus {
  border-color: rgb(185 28 28 / 0.05);
}

.focus\:border-red-700\/50:focus {
  border-color: rgb(185 28 28 / 0.5);
}

.focus\:border-red-700\/55:focus {
  border-color: rgb(185 28 28 / 0.55);
}

.focus\:border-red-700\/60:focus {
  border-color: rgb(185 28 28 / 0.6);
}

.focus\:border-red-700\/65:focus {
  border-color: rgb(185 28 28 / 0.65);
}

.focus\:border-red-700\/70:focus {
  border-color: rgb(185 28 28 / 0.7);
}

.focus\:border-red-700\/75:focus {
  border-color: rgb(185 28 28 / 0.75);
}

.focus\:border-red-700\/80:focus {
  border-color: rgb(185 28 28 / 0.8);
}

.focus\:border-red-700\/85:focus {
  border-color: rgb(185 28 28 / 0.85);
}

.focus\:border-red-700\/90:focus {
  border-color: rgb(185 28 28 / 0.9);
}

.focus\:border-red-700\/95:focus {
  border-color: rgb(185 28 28 / 0.95);
}

.focus\:border-red-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}

.focus\:border-red-800\/0:focus {
  border-color: rgb(153 27 27 / 0);
}

.focus\:border-red-800\/10:focus {
  border-color: rgb(153 27 27 / 0.1);
}

.focus\:border-red-800\/100:focus {
  border-color: rgb(153 27 27 / 1);
}

.focus\:border-red-800\/15:focus {
  border-color: rgb(153 27 27 / 0.15);
}

.focus\:border-red-800\/20:focus {
  border-color: rgb(153 27 27 / 0.2);
}

.focus\:border-red-800\/25:focus {
  border-color: rgb(153 27 27 / 0.25);
}

.focus\:border-red-800\/30:focus {
  border-color: rgb(153 27 27 / 0.3);
}

.focus\:border-red-800\/35:focus {
  border-color: rgb(153 27 27 / 0.35);
}

.focus\:border-red-800\/40:focus {
  border-color: rgb(153 27 27 / 0.4);
}

.focus\:border-red-800\/45:focus {
  border-color: rgb(153 27 27 / 0.45);
}

.focus\:border-red-800\/5:focus {
  border-color: rgb(153 27 27 / 0.05);
}

.focus\:border-red-800\/50:focus {
  border-color: rgb(153 27 27 / 0.5);
}

.focus\:border-red-800\/55:focus {
  border-color: rgb(153 27 27 / 0.55);
}

.focus\:border-red-800\/60:focus {
  border-color: rgb(153 27 27 / 0.6);
}

.focus\:border-red-800\/65:focus {
  border-color: rgb(153 27 27 / 0.65);
}

.focus\:border-red-800\/70:focus {
  border-color: rgb(153 27 27 / 0.7);
}

.focus\:border-red-800\/75:focus {
  border-color: rgb(153 27 27 / 0.75);
}

.focus\:border-red-800\/80:focus {
  border-color: rgb(153 27 27 / 0.8);
}

.focus\:border-red-800\/85:focus {
  border-color: rgb(153 27 27 / 0.85);
}

.focus\:border-red-800\/90:focus {
  border-color: rgb(153 27 27 / 0.9);
}

.focus\:border-red-800\/95:focus {
  border-color: rgb(153 27 27 / 0.95);
}

.focus\:border-red-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}

.focus\:border-red-900\/0:focus {
  border-color: rgb(127 29 29 / 0);
}

.focus\:border-red-900\/10:focus {
  border-color: rgb(127 29 29 / 0.1);
}

.focus\:border-red-900\/100:focus {
  border-color: rgb(127 29 29 / 1);
}

.focus\:border-red-900\/15:focus {
  border-color: rgb(127 29 29 / 0.15);
}

.focus\:border-red-900\/20:focus {
  border-color: rgb(127 29 29 / 0.2);
}

.focus\:border-red-900\/25:focus {
  border-color: rgb(127 29 29 / 0.25);
}

.focus\:border-red-900\/30:focus {
  border-color: rgb(127 29 29 / 0.3);
}

.focus\:border-red-900\/35:focus {
  border-color: rgb(127 29 29 / 0.35);
}

.focus\:border-red-900\/40:focus {
  border-color: rgb(127 29 29 / 0.4);
}

.focus\:border-red-900\/45:focus {
  border-color: rgb(127 29 29 / 0.45);
}

.focus\:border-red-900\/5:focus {
  border-color: rgb(127 29 29 / 0.05);
}

.focus\:border-red-900\/50:focus {
  border-color: rgb(127 29 29 / 0.5);
}

.focus\:border-red-900\/55:focus {
  border-color: rgb(127 29 29 / 0.55);
}

.focus\:border-red-900\/60:focus {
  border-color: rgb(127 29 29 / 0.6);
}

.focus\:border-red-900\/65:focus {
  border-color: rgb(127 29 29 / 0.65);
}

.focus\:border-red-900\/70:focus {
  border-color: rgb(127 29 29 / 0.7);
}

.focus\:border-red-900\/75:focus {
  border-color: rgb(127 29 29 / 0.75);
}

.focus\:border-red-900\/80:focus {
  border-color: rgb(127 29 29 / 0.8);
}

.focus\:border-red-900\/85:focus {
  border-color: rgb(127 29 29 / 0.85);
}

.focus\:border-red-900\/90:focus {
  border-color: rgb(127 29 29 / 0.9);
}

.focus\:border-red-900\/95:focus {
  border-color: rgb(127 29 29 / 0.95);
}

.focus\:border-red-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}

.focus\:border-red-950\/0:focus {
  border-color: rgb(69 10 10 / 0);
}

.focus\:border-red-950\/10:focus {
  border-color: rgb(69 10 10 / 0.1);
}

.focus\:border-red-950\/100:focus {
  border-color: rgb(69 10 10 / 1);
}

.focus\:border-red-950\/15:focus {
  border-color: rgb(69 10 10 / 0.15);
}

.focus\:border-red-950\/20:focus {
  border-color: rgb(69 10 10 / 0.2);
}

.focus\:border-red-950\/25:focus {
  border-color: rgb(69 10 10 / 0.25);
}

.focus\:border-red-950\/30:focus {
  border-color: rgb(69 10 10 / 0.3);
}

.focus\:border-red-950\/35:focus {
  border-color: rgb(69 10 10 / 0.35);
}

.focus\:border-red-950\/40:focus {
  border-color: rgb(69 10 10 / 0.4);
}

.focus\:border-red-950\/45:focus {
  border-color: rgb(69 10 10 / 0.45);
}

.focus\:border-red-950\/5:focus {
  border-color: rgb(69 10 10 / 0.05);
}

.focus\:border-red-950\/50:focus {
  border-color: rgb(69 10 10 / 0.5);
}

.focus\:border-red-950\/55:focus {
  border-color: rgb(69 10 10 / 0.55);
}

.focus\:border-red-950\/60:focus {
  border-color: rgb(69 10 10 / 0.6);
}

.focus\:border-red-950\/65:focus {
  border-color: rgb(69 10 10 / 0.65);
}

.focus\:border-red-950\/70:focus {
  border-color: rgb(69 10 10 / 0.7);
}

.focus\:border-red-950\/75:focus {
  border-color: rgb(69 10 10 / 0.75);
}

.focus\:border-red-950\/80:focus {
  border-color: rgb(69 10 10 / 0.8);
}

.focus\:border-red-950\/85:focus {
  border-color: rgb(69 10 10 / 0.85);
}

.focus\:border-red-950\/90:focus {
  border-color: rgb(69 10 10 / 0.9);
}

.focus\:border-red-950\/95:focus {
  border-color: rgb(69 10 10 / 0.95);
}

.focus\:border-yellow-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.focus\:border-yellow-100\/0:focus {
  border-color: rgb(254 249 195 / 0);
}

.focus\:border-yellow-100\/10:focus {
  border-color: rgb(254 249 195 / 0.1);
}

.focus\:border-yellow-100\/100:focus {
  border-color: rgb(254 249 195 / 1);
}

.focus\:border-yellow-100\/15:focus {
  border-color: rgb(254 249 195 / 0.15);
}

.focus\:border-yellow-100\/20:focus {
  border-color: rgb(254 249 195 / 0.2);
}

.focus\:border-yellow-100\/25:focus {
  border-color: rgb(254 249 195 / 0.25);
}

.focus\:border-yellow-100\/30:focus {
  border-color: rgb(254 249 195 / 0.3);
}

.focus\:border-yellow-100\/35:focus {
  border-color: rgb(254 249 195 / 0.35);
}

.focus\:border-yellow-100\/40:focus {
  border-color: rgb(254 249 195 / 0.4);
}

.focus\:border-yellow-100\/45:focus {
  border-color: rgb(254 249 195 / 0.45);
}

.focus\:border-yellow-100\/5:focus {
  border-color: rgb(254 249 195 / 0.05);
}

.focus\:border-yellow-100\/50:focus {
  border-color: rgb(254 249 195 / 0.5);
}

.focus\:border-yellow-100\/55:focus {
  border-color: rgb(254 249 195 / 0.55);
}

.focus\:border-yellow-100\/60:focus {
  border-color: rgb(254 249 195 / 0.6);
}

.focus\:border-yellow-100\/65:focus {
  border-color: rgb(254 249 195 / 0.65);
}

.focus\:border-yellow-100\/70:focus {
  border-color: rgb(254 249 195 / 0.7);
}

.focus\:border-yellow-100\/75:focus {
  border-color: rgb(254 249 195 / 0.75);
}

.focus\:border-yellow-100\/80:focus {
  border-color: rgb(254 249 195 / 0.8);
}

.focus\:border-yellow-100\/85:focus {
  border-color: rgb(254 249 195 / 0.85);
}

.focus\:border-yellow-100\/90:focus {
  border-color: rgb(254 249 195 / 0.9);
}

.focus\:border-yellow-100\/95:focus {
  border-color: rgb(254 249 195 / 0.95);
}

.focus\:border-yellow-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.focus\:border-yellow-200\/0:focus {
  border-color: rgb(254 240 138 / 0);
}

.focus\:border-yellow-200\/10:focus {
  border-color: rgb(254 240 138 / 0.1);
}

.focus\:border-yellow-200\/100:focus {
  border-color: rgb(254 240 138 / 1);
}

.focus\:border-yellow-200\/15:focus {
  border-color: rgb(254 240 138 / 0.15);
}

.focus\:border-yellow-200\/20:focus {
  border-color: rgb(254 240 138 / 0.2);
}

.focus\:border-yellow-200\/25:focus {
  border-color: rgb(254 240 138 / 0.25);
}

.focus\:border-yellow-200\/30:focus {
  border-color: rgb(254 240 138 / 0.3);
}

.focus\:border-yellow-200\/35:focus {
  border-color: rgb(254 240 138 / 0.35);
}

.focus\:border-yellow-200\/40:focus {
  border-color: rgb(254 240 138 / 0.4);
}

.focus\:border-yellow-200\/45:focus {
  border-color: rgb(254 240 138 / 0.45);
}

.focus\:border-yellow-200\/5:focus {
  border-color: rgb(254 240 138 / 0.05);
}

.focus\:border-yellow-200\/50:focus {
  border-color: rgb(254 240 138 / 0.5);
}

.focus\:border-yellow-200\/55:focus {
  border-color: rgb(254 240 138 / 0.55);
}

.focus\:border-yellow-200\/60:focus {
  border-color: rgb(254 240 138 / 0.6);
}

.focus\:border-yellow-200\/65:focus {
  border-color: rgb(254 240 138 / 0.65);
}

.focus\:border-yellow-200\/70:focus {
  border-color: rgb(254 240 138 / 0.7);
}

.focus\:border-yellow-200\/75:focus {
  border-color: rgb(254 240 138 / 0.75);
}

.focus\:border-yellow-200\/80:focus {
  border-color: rgb(254 240 138 / 0.8);
}

.focus\:border-yellow-200\/85:focus {
  border-color: rgb(254 240 138 / 0.85);
}

.focus\:border-yellow-200\/90:focus {
  border-color: rgb(254 240 138 / 0.9);
}

.focus\:border-yellow-200\/95:focus {
  border-color: rgb(254 240 138 / 0.95);
}

.focus\:border-yellow-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.focus\:border-yellow-300\/0:focus {
  border-color: rgb(253 224 71 / 0);
}

.focus\:border-yellow-300\/10:focus {
  border-color: rgb(253 224 71 / 0.1);
}

.focus\:border-yellow-300\/100:focus {
  border-color: rgb(253 224 71 / 1);
}

.focus\:border-yellow-300\/15:focus {
  border-color: rgb(253 224 71 / 0.15);
}

.focus\:border-yellow-300\/20:focus {
  border-color: rgb(253 224 71 / 0.2);
}

.focus\:border-yellow-300\/25:focus {
  border-color: rgb(253 224 71 / 0.25);
}

.focus\:border-yellow-300\/30:focus {
  border-color: rgb(253 224 71 / 0.3);
}

.focus\:border-yellow-300\/35:focus {
  border-color: rgb(253 224 71 / 0.35);
}

.focus\:border-yellow-300\/40:focus {
  border-color: rgb(253 224 71 / 0.4);
}

.focus\:border-yellow-300\/45:focus {
  border-color: rgb(253 224 71 / 0.45);
}

.focus\:border-yellow-300\/5:focus {
  border-color: rgb(253 224 71 / 0.05);
}

.focus\:border-yellow-300\/50:focus {
  border-color: rgb(253 224 71 / 0.5);
}

.focus\:border-yellow-300\/55:focus {
  border-color: rgb(253 224 71 / 0.55);
}

.focus\:border-yellow-300\/60:focus {
  border-color: rgb(253 224 71 / 0.6);
}

.focus\:border-yellow-300\/65:focus {
  border-color: rgb(253 224 71 / 0.65);
}

.focus\:border-yellow-300\/70:focus {
  border-color: rgb(253 224 71 / 0.7);
}

.focus\:border-yellow-300\/75:focus {
  border-color: rgb(253 224 71 / 0.75);
}

.focus\:border-yellow-300\/80:focus {
  border-color: rgb(253 224 71 / 0.8);
}

.focus\:border-yellow-300\/85:focus {
  border-color: rgb(253 224 71 / 0.85);
}

.focus\:border-yellow-300\/90:focus {
  border-color: rgb(253 224 71 / 0.9);
}

.focus\:border-yellow-300\/95:focus {
  border-color: rgb(253 224 71 / 0.95);
}

.focus\:border-yellow-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.focus\:border-yellow-400\/0:focus {
  border-color: rgb(250 204 21 / 0);
}

.focus\:border-yellow-400\/10:focus {
  border-color: rgb(250 204 21 / 0.1);
}

.focus\:border-yellow-400\/100:focus {
  border-color: rgb(250 204 21 / 1);
}

.focus\:border-yellow-400\/15:focus {
  border-color: rgb(250 204 21 / 0.15);
}

.focus\:border-yellow-400\/20:focus {
  border-color: rgb(250 204 21 / 0.2);
}

.focus\:border-yellow-400\/25:focus {
  border-color: rgb(250 204 21 / 0.25);
}

.focus\:border-yellow-400\/30:focus {
  border-color: rgb(250 204 21 / 0.3);
}

.focus\:border-yellow-400\/35:focus {
  border-color: rgb(250 204 21 / 0.35);
}

.focus\:border-yellow-400\/40:focus {
  border-color: rgb(250 204 21 / 0.4);
}

.focus\:border-yellow-400\/45:focus {
  border-color: rgb(250 204 21 / 0.45);
}

.focus\:border-yellow-400\/5:focus {
  border-color: rgb(250 204 21 / 0.05);
}

.focus\:border-yellow-400\/50:focus {
  border-color: rgb(250 204 21 / 0.5);
}

.focus\:border-yellow-400\/55:focus {
  border-color: rgb(250 204 21 / 0.55);
}

.focus\:border-yellow-400\/60:focus {
  border-color: rgb(250 204 21 / 0.6);
}

.focus\:border-yellow-400\/65:focus {
  border-color: rgb(250 204 21 / 0.65);
}

.focus\:border-yellow-400\/70:focus {
  border-color: rgb(250 204 21 / 0.7);
}

.focus\:border-yellow-400\/75:focus {
  border-color: rgb(250 204 21 / 0.75);
}

.focus\:border-yellow-400\/80:focus {
  border-color: rgb(250 204 21 / 0.8);
}

.focus\:border-yellow-400\/85:focus {
  border-color: rgb(250 204 21 / 0.85);
}

.focus\:border-yellow-400\/90:focus {
  border-color: rgb(250 204 21 / 0.9);
}

.focus\:border-yellow-400\/95:focus {
  border-color: rgb(250 204 21 / 0.95);
}

.focus\:border-yellow-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.focus\:border-yellow-50\/0:focus {
  border-color: rgb(254 252 232 / 0);
}

.focus\:border-yellow-50\/10:focus {
  border-color: rgb(254 252 232 / 0.1);
}

.focus\:border-yellow-50\/100:focus {
  border-color: rgb(254 252 232 / 1);
}

.focus\:border-yellow-50\/15:focus {
  border-color: rgb(254 252 232 / 0.15);
}

.focus\:border-yellow-50\/20:focus {
  border-color: rgb(254 252 232 / 0.2);
}

.focus\:border-yellow-50\/25:focus {
  border-color: rgb(254 252 232 / 0.25);
}

.focus\:border-yellow-50\/30:focus {
  border-color: rgb(254 252 232 / 0.3);
}

.focus\:border-yellow-50\/35:focus {
  border-color: rgb(254 252 232 / 0.35);
}

.focus\:border-yellow-50\/40:focus {
  border-color: rgb(254 252 232 / 0.4);
}

.focus\:border-yellow-50\/45:focus {
  border-color: rgb(254 252 232 / 0.45);
}

.focus\:border-yellow-50\/5:focus {
  border-color: rgb(254 252 232 / 0.05);
}

.focus\:border-yellow-50\/50:focus {
  border-color: rgb(254 252 232 / 0.5);
}

.focus\:border-yellow-50\/55:focus {
  border-color: rgb(254 252 232 / 0.55);
}

.focus\:border-yellow-50\/60:focus {
  border-color: rgb(254 252 232 / 0.6);
}

.focus\:border-yellow-50\/65:focus {
  border-color: rgb(254 252 232 / 0.65);
}

.focus\:border-yellow-50\/70:focus {
  border-color: rgb(254 252 232 / 0.7);
}

.focus\:border-yellow-50\/75:focus {
  border-color: rgb(254 252 232 / 0.75);
}

.focus\:border-yellow-50\/80:focus {
  border-color: rgb(254 252 232 / 0.8);
}

.focus\:border-yellow-50\/85:focus {
  border-color: rgb(254 252 232 / 0.85);
}

.focus\:border-yellow-50\/90:focus {
  border-color: rgb(254 252 232 / 0.9);
}

.focus\:border-yellow-50\/95:focus {
  border-color: rgb(254 252 232 / 0.95);
}

.focus\:border-yellow-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.focus\:border-yellow-500\/0:focus {
  border-color: rgb(234 179 8 / 0);
}

.focus\:border-yellow-500\/10:focus {
  border-color: rgb(234 179 8 / 0.1);
}

.focus\:border-yellow-500\/100:focus {
  border-color: rgb(234 179 8 / 1);
}

.focus\:border-yellow-500\/15:focus {
  border-color: rgb(234 179 8 / 0.15);
}

.focus\:border-yellow-500\/20:focus {
  border-color: rgb(234 179 8 / 0.2);
}

.focus\:border-yellow-500\/25:focus {
  border-color: rgb(234 179 8 / 0.25);
}

.focus\:border-yellow-500\/30:focus {
  border-color: rgb(234 179 8 / 0.3);
}

.focus\:border-yellow-500\/35:focus {
  border-color: rgb(234 179 8 / 0.35);
}

.focus\:border-yellow-500\/40:focus {
  border-color: rgb(234 179 8 / 0.4);
}

.focus\:border-yellow-500\/45:focus {
  border-color: rgb(234 179 8 / 0.45);
}

.focus\:border-yellow-500\/5:focus {
  border-color: rgb(234 179 8 / 0.05);
}

.focus\:border-yellow-500\/50:focus {
  border-color: rgb(234 179 8 / 0.5);
}

.focus\:border-yellow-500\/55:focus {
  border-color: rgb(234 179 8 / 0.55);
}

.focus\:border-yellow-500\/60:focus {
  border-color: rgb(234 179 8 / 0.6);
}

.focus\:border-yellow-500\/65:focus {
  border-color: rgb(234 179 8 / 0.65);
}

.focus\:border-yellow-500\/70:focus {
  border-color: rgb(234 179 8 / 0.7);
}

.focus\:border-yellow-500\/75:focus {
  border-color: rgb(234 179 8 / 0.75);
}

.focus\:border-yellow-500\/80:focus {
  border-color: rgb(234 179 8 / 0.8);
}

.focus\:border-yellow-500\/85:focus {
  border-color: rgb(234 179 8 / 0.85);
}

.focus\:border-yellow-500\/90:focus {
  border-color: rgb(234 179 8 / 0.9);
}

.focus\:border-yellow-500\/95:focus {
  border-color: rgb(234 179 8 / 0.95);
}

.focus\:border-yellow-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.focus\:border-yellow-600\/0:focus {
  border-color: rgb(202 138 4 / 0);
}

.focus\:border-yellow-600\/10:focus {
  border-color: rgb(202 138 4 / 0.1);
}

.focus\:border-yellow-600\/100:focus {
  border-color: rgb(202 138 4 / 1);
}

.focus\:border-yellow-600\/15:focus {
  border-color: rgb(202 138 4 / 0.15);
}

.focus\:border-yellow-600\/20:focus {
  border-color: rgb(202 138 4 / 0.2);
}

.focus\:border-yellow-600\/25:focus {
  border-color: rgb(202 138 4 / 0.25);
}

.focus\:border-yellow-600\/30:focus {
  border-color: rgb(202 138 4 / 0.3);
}

.focus\:border-yellow-600\/35:focus {
  border-color: rgb(202 138 4 / 0.35);
}

.focus\:border-yellow-600\/40:focus {
  border-color: rgb(202 138 4 / 0.4);
}

.focus\:border-yellow-600\/45:focus {
  border-color: rgb(202 138 4 / 0.45);
}

.focus\:border-yellow-600\/5:focus {
  border-color: rgb(202 138 4 / 0.05);
}

.focus\:border-yellow-600\/50:focus {
  border-color: rgb(202 138 4 / 0.5);
}

.focus\:border-yellow-600\/55:focus {
  border-color: rgb(202 138 4 / 0.55);
}

.focus\:border-yellow-600\/60:focus {
  border-color: rgb(202 138 4 / 0.6);
}

.focus\:border-yellow-600\/65:focus {
  border-color: rgb(202 138 4 / 0.65);
}

.focus\:border-yellow-600\/70:focus {
  border-color: rgb(202 138 4 / 0.7);
}

.focus\:border-yellow-600\/75:focus {
  border-color: rgb(202 138 4 / 0.75);
}

.focus\:border-yellow-600\/80:focus {
  border-color: rgb(202 138 4 / 0.8);
}

.focus\:border-yellow-600\/85:focus {
  border-color: rgb(202 138 4 / 0.85);
}

.focus\:border-yellow-600\/90:focus {
  border-color: rgb(202 138 4 / 0.9);
}

.focus\:border-yellow-600\/95:focus {
  border-color: rgb(202 138 4 / 0.95);
}

.focus\:border-yellow-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.focus\:border-yellow-700\/0:focus {
  border-color: rgb(161 98 7 / 0);
}

.focus\:border-yellow-700\/10:focus {
  border-color: rgb(161 98 7 / 0.1);
}

.focus\:border-yellow-700\/100:focus {
  border-color: rgb(161 98 7 / 1);
}

.focus\:border-yellow-700\/15:focus {
  border-color: rgb(161 98 7 / 0.15);
}

.focus\:border-yellow-700\/20:focus {
  border-color: rgb(161 98 7 / 0.2);
}

.focus\:border-yellow-700\/25:focus {
  border-color: rgb(161 98 7 / 0.25);
}

.focus\:border-yellow-700\/30:focus {
  border-color: rgb(161 98 7 / 0.3);
}

.focus\:border-yellow-700\/35:focus {
  border-color: rgb(161 98 7 / 0.35);
}

.focus\:border-yellow-700\/40:focus {
  border-color: rgb(161 98 7 / 0.4);
}

.focus\:border-yellow-700\/45:focus {
  border-color: rgb(161 98 7 / 0.45);
}

.focus\:border-yellow-700\/5:focus {
  border-color: rgb(161 98 7 / 0.05);
}

.focus\:border-yellow-700\/50:focus {
  border-color: rgb(161 98 7 / 0.5);
}

.focus\:border-yellow-700\/55:focus {
  border-color: rgb(161 98 7 / 0.55);
}

.focus\:border-yellow-700\/60:focus {
  border-color: rgb(161 98 7 / 0.6);
}

.focus\:border-yellow-700\/65:focus {
  border-color: rgb(161 98 7 / 0.65);
}

.focus\:border-yellow-700\/70:focus {
  border-color: rgb(161 98 7 / 0.7);
}

.focus\:border-yellow-700\/75:focus {
  border-color: rgb(161 98 7 / 0.75);
}

.focus\:border-yellow-700\/80:focus {
  border-color: rgb(161 98 7 / 0.8);
}

.focus\:border-yellow-700\/85:focus {
  border-color: rgb(161 98 7 / 0.85);
}

.focus\:border-yellow-700\/90:focus {
  border-color: rgb(161 98 7 / 0.9);
}

.focus\:border-yellow-700\/95:focus {
  border-color: rgb(161 98 7 / 0.95);
}

.focus\:border-yellow-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.focus\:border-yellow-800\/0:focus {
  border-color: rgb(133 77 14 / 0);
}

.focus\:border-yellow-800\/10:focus {
  border-color: rgb(133 77 14 / 0.1);
}

.focus\:border-yellow-800\/100:focus {
  border-color: rgb(133 77 14 / 1);
}

.focus\:border-yellow-800\/15:focus {
  border-color: rgb(133 77 14 / 0.15);
}

.focus\:border-yellow-800\/20:focus {
  border-color: rgb(133 77 14 / 0.2);
}

.focus\:border-yellow-800\/25:focus {
  border-color: rgb(133 77 14 / 0.25);
}

.focus\:border-yellow-800\/30:focus {
  border-color: rgb(133 77 14 / 0.3);
}

.focus\:border-yellow-800\/35:focus {
  border-color: rgb(133 77 14 / 0.35);
}

.focus\:border-yellow-800\/40:focus {
  border-color: rgb(133 77 14 / 0.4);
}

.focus\:border-yellow-800\/45:focus {
  border-color: rgb(133 77 14 / 0.45);
}

.focus\:border-yellow-800\/5:focus {
  border-color: rgb(133 77 14 / 0.05);
}

.focus\:border-yellow-800\/50:focus {
  border-color: rgb(133 77 14 / 0.5);
}

.focus\:border-yellow-800\/55:focus {
  border-color: rgb(133 77 14 / 0.55);
}

.focus\:border-yellow-800\/60:focus {
  border-color: rgb(133 77 14 / 0.6);
}

.focus\:border-yellow-800\/65:focus {
  border-color: rgb(133 77 14 / 0.65);
}

.focus\:border-yellow-800\/70:focus {
  border-color: rgb(133 77 14 / 0.7);
}

.focus\:border-yellow-800\/75:focus {
  border-color: rgb(133 77 14 / 0.75);
}

.focus\:border-yellow-800\/80:focus {
  border-color: rgb(133 77 14 / 0.8);
}

.focus\:border-yellow-800\/85:focus {
  border-color: rgb(133 77 14 / 0.85);
}

.focus\:border-yellow-800\/90:focus {
  border-color: rgb(133 77 14 / 0.9);
}

.focus\:border-yellow-800\/95:focus {
  border-color: rgb(133 77 14 / 0.95);
}

.focus\:border-yellow-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.focus\:border-yellow-900\/0:focus {
  border-color: rgb(113 63 18 / 0);
}

.focus\:border-yellow-900\/10:focus {
  border-color: rgb(113 63 18 / 0.1);
}

.focus\:border-yellow-900\/100:focus {
  border-color: rgb(113 63 18 / 1);
}

.focus\:border-yellow-900\/15:focus {
  border-color: rgb(113 63 18 / 0.15);
}

.focus\:border-yellow-900\/20:focus {
  border-color: rgb(113 63 18 / 0.2);
}

.focus\:border-yellow-900\/25:focus {
  border-color: rgb(113 63 18 / 0.25);
}

.focus\:border-yellow-900\/30:focus {
  border-color: rgb(113 63 18 / 0.3);
}

.focus\:border-yellow-900\/35:focus {
  border-color: rgb(113 63 18 / 0.35);
}

.focus\:border-yellow-900\/40:focus {
  border-color: rgb(113 63 18 / 0.4);
}

.focus\:border-yellow-900\/45:focus {
  border-color: rgb(113 63 18 / 0.45);
}

.focus\:border-yellow-900\/5:focus {
  border-color: rgb(113 63 18 / 0.05);
}

.focus\:border-yellow-900\/50:focus {
  border-color: rgb(113 63 18 / 0.5);
}

.focus\:border-yellow-900\/55:focus {
  border-color: rgb(113 63 18 / 0.55);
}

.focus\:border-yellow-900\/60:focus {
  border-color: rgb(113 63 18 / 0.6);
}

.focus\:border-yellow-900\/65:focus {
  border-color: rgb(113 63 18 / 0.65);
}

.focus\:border-yellow-900\/70:focus {
  border-color: rgb(113 63 18 / 0.7);
}

.focus\:border-yellow-900\/75:focus {
  border-color: rgb(113 63 18 / 0.75);
}

.focus\:border-yellow-900\/80:focus {
  border-color: rgb(113 63 18 / 0.8);
}

.focus\:border-yellow-900\/85:focus {
  border-color: rgb(113 63 18 / 0.85);
}

.focus\:border-yellow-900\/90:focus {
  border-color: rgb(113 63 18 / 0.9);
}

.focus\:border-yellow-900\/95:focus {
  border-color: rgb(113 63 18 / 0.95);
}

.focus\:border-yellow-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.focus\:border-yellow-950\/0:focus {
  border-color: rgb(66 32 6 / 0);
}

.focus\:border-yellow-950\/10:focus {
  border-color: rgb(66 32 6 / 0.1);
}

.focus\:border-yellow-950\/100:focus {
  border-color: rgb(66 32 6 / 1);
}

.focus\:border-yellow-950\/15:focus {
  border-color: rgb(66 32 6 / 0.15);
}

.focus\:border-yellow-950\/20:focus {
  border-color: rgb(66 32 6 / 0.2);
}

.focus\:border-yellow-950\/25:focus {
  border-color: rgb(66 32 6 / 0.25);
}

.focus\:border-yellow-950\/30:focus {
  border-color: rgb(66 32 6 / 0.3);
}

.focus\:border-yellow-950\/35:focus {
  border-color: rgb(66 32 6 / 0.35);
}

.focus\:border-yellow-950\/40:focus {
  border-color: rgb(66 32 6 / 0.4);
}

.focus\:border-yellow-950\/45:focus {
  border-color: rgb(66 32 6 / 0.45);
}

.focus\:border-yellow-950\/5:focus {
  border-color: rgb(66 32 6 / 0.05);
}

.focus\:border-yellow-950\/50:focus {
  border-color: rgb(66 32 6 / 0.5);
}

.focus\:border-yellow-950\/55:focus {
  border-color: rgb(66 32 6 / 0.55);
}

.focus\:border-yellow-950\/60:focus {
  border-color: rgb(66 32 6 / 0.6);
}

.focus\:border-yellow-950\/65:focus {
  border-color: rgb(66 32 6 / 0.65);
}

.focus\:border-yellow-950\/70:focus {
  border-color: rgb(66 32 6 / 0.7);
}

.focus\:border-yellow-950\/75:focus {
  border-color: rgb(66 32 6 / 0.75);
}

.focus\:border-yellow-950\/80:focus {
  border-color: rgb(66 32 6 / 0.8);
}

.focus\:border-yellow-950\/85:focus {
  border-color: rgb(66 32 6 / 0.85);
}

.focus\:border-yellow-950\/90:focus {
  border-color: rgb(66 32 6 / 0.9);
}

.focus\:border-yellow-950\/95:focus {
  border-color: rgb(66 32 6 / 0.95);
}

.focus\:bg-blue-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-100\/0:focus {
  background-color: rgb(219 234 254 / 0);
}

.focus\:bg-blue-100\/10:focus {
  background-color: rgb(219 234 254 / 0.1);
}

.focus\:bg-blue-100\/100:focus {
  background-color: rgb(219 234 254 / 1);
}

.focus\:bg-blue-100\/15:focus {
  background-color: rgb(219 234 254 / 0.15);
}

.focus\:bg-blue-100\/20:focus {
  background-color: rgb(219 234 254 / 0.2);
}

.focus\:bg-blue-100\/25:focus {
  background-color: rgb(219 234 254 / 0.25);
}

.focus\:bg-blue-100\/30:focus {
  background-color: rgb(219 234 254 / 0.3);
}

.focus\:bg-blue-100\/35:focus {
  background-color: rgb(219 234 254 / 0.35);
}

.focus\:bg-blue-100\/40:focus {
  background-color: rgb(219 234 254 / 0.4);
}

.focus\:bg-blue-100\/45:focus {
  background-color: rgb(219 234 254 / 0.45);
}

.focus\:bg-blue-100\/5:focus {
  background-color: rgb(219 234 254 / 0.05);
}

.focus\:bg-blue-100\/50:focus {
  background-color: rgb(219 234 254 / 0.5);
}

.focus\:bg-blue-100\/55:focus {
  background-color: rgb(219 234 254 / 0.55);
}

.focus\:bg-blue-100\/60:focus {
  background-color: rgb(219 234 254 / 0.6);
}

.focus\:bg-blue-100\/65:focus {
  background-color: rgb(219 234 254 / 0.65);
}

.focus\:bg-blue-100\/70:focus {
  background-color: rgb(219 234 254 / 0.7);
}

.focus\:bg-blue-100\/75:focus {
  background-color: rgb(219 234 254 / 0.75);
}

.focus\:bg-blue-100\/80:focus {
  background-color: rgb(219 234 254 / 0.8);
}

.focus\:bg-blue-100\/85:focus {
  background-color: rgb(219 234 254 / 0.85);
}

.focus\:bg-blue-100\/90:focus {
  background-color: rgb(219 234 254 / 0.9);
}

.focus\:bg-blue-100\/95:focus {
  background-color: rgb(219 234 254 / 0.95);
}

.focus\:bg-blue-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-200\/0:focus {
  background-color: rgb(191 219 254 / 0);
}

.focus\:bg-blue-200\/10:focus {
  background-color: rgb(191 219 254 / 0.1);
}

.focus\:bg-blue-200\/100:focus {
  background-color: rgb(191 219 254 / 1);
}

.focus\:bg-blue-200\/15:focus {
  background-color: rgb(191 219 254 / 0.15);
}

.focus\:bg-blue-200\/20:focus {
  background-color: rgb(191 219 254 / 0.2);
}

.focus\:bg-blue-200\/25:focus {
  background-color: rgb(191 219 254 / 0.25);
}

.focus\:bg-blue-200\/30:focus {
  background-color: rgb(191 219 254 / 0.3);
}

.focus\:bg-blue-200\/35:focus {
  background-color: rgb(191 219 254 / 0.35);
}

.focus\:bg-blue-200\/40:focus {
  background-color: rgb(191 219 254 / 0.4);
}

.focus\:bg-blue-200\/45:focus {
  background-color: rgb(191 219 254 / 0.45);
}

.focus\:bg-blue-200\/5:focus {
  background-color: rgb(191 219 254 / 0.05);
}

.focus\:bg-blue-200\/50:focus {
  background-color: rgb(191 219 254 / 0.5);
}

.focus\:bg-blue-200\/55:focus {
  background-color: rgb(191 219 254 / 0.55);
}

.focus\:bg-blue-200\/60:focus {
  background-color: rgb(191 219 254 / 0.6);
}

.focus\:bg-blue-200\/65:focus {
  background-color: rgb(191 219 254 / 0.65);
}

.focus\:bg-blue-200\/70:focus {
  background-color: rgb(191 219 254 / 0.7);
}

.focus\:bg-blue-200\/75:focus {
  background-color: rgb(191 219 254 / 0.75);
}

.focus\:bg-blue-200\/80:focus {
  background-color: rgb(191 219 254 / 0.8);
}

.focus\:bg-blue-200\/85:focus {
  background-color: rgb(191 219 254 / 0.85);
}

.focus\:bg-blue-200\/90:focus {
  background-color: rgb(191 219 254 / 0.9);
}

.focus\:bg-blue-200\/95:focus {
  background-color: rgb(191 219 254 / 0.95);
}

.focus\:bg-blue-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-300\/0:focus {
  background-color: rgb(147 197 253 / 0);
}

.focus\:bg-blue-300\/10:focus {
  background-color: rgb(147 197 253 / 0.1);
}

.focus\:bg-blue-300\/100:focus {
  background-color: rgb(147 197 253 / 1);
}

.focus\:bg-blue-300\/15:focus {
  background-color: rgb(147 197 253 / 0.15);
}

.focus\:bg-blue-300\/20:focus {
  background-color: rgb(147 197 253 / 0.2);
}

.focus\:bg-blue-300\/25:focus {
  background-color: rgb(147 197 253 / 0.25);
}

.focus\:bg-blue-300\/30:focus {
  background-color: rgb(147 197 253 / 0.3);
}

.focus\:bg-blue-300\/35:focus {
  background-color: rgb(147 197 253 / 0.35);
}

.focus\:bg-blue-300\/40:focus {
  background-color: rgb(147 197 253 / 0.4);
}

.focus\:bg-blue-300\/45:focus {
  background-color: rgb(147 197 253 / 0.45);
}

.focus\:bg-blue-300\/5:focus {
  background-color: rgb(147 197 253 / 0.05);
}

.focus\:bg-blue-300\/50:focus {
  background-color: rgb(147 197 253 / 0.5);
}

.focus\:bg-blue-300\/55:focus {
  background-color: rgb(147 197 253 / 0.55);
}

.focus\:bg-blue-300\/60:focus {
  background-color: rgb(147 197 253 / 0.6);
}

.focus\:bg-blue-300\/65:focus {
  background-color: rgb(147 197 253 / 0.65);
}

.focus\:bg-blue-300\/70:focus {
  background-color: rgb(147 197 253 / 0.7);
}

.focus\:bg-blue-300\/75:focus {
  background-color: rgb(147 197 253 / 0.75);
}

.focus\:bg-blue-300\/80:focus {
  background-color: rgb(147 197 253 / 0.8);
}

.focus\:bg-blue-300\/85:focus {
  background-color: rgb(147 197 253 / 0.85);
}

.focus\:bg-blue-300\/90:focus {
  background-color: rgb(147 197 253 / 0.9);
}

.focus\:bg-blue-300\/95:focus {
  background-color: rgb(147 197 253 / 0.95);
}

.focus\:bg-blue-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-400\/0:focus {
  background-color: rgb(96 165 250 / 0);
}

.focus\:bg-blue-400\/10:focus {
  background-color: rgb(96 165 250 / 0.1);
}

.focus\:bg-blue-400\/100:focus {
  background-color: rgb(96 165 250 / 1);
}

.focus\:bg-blue-400\/15:focus {
  background-color: rgb(96 165 250 / 0.15);
}

.focus\:bg-blue-400\/20:focus {
  background-color: rgb(96 165 250 / 0.2);
}

.focus\:bg-blue-400\/25:focus {
  background-color: rgb(96 165 250 / 0.25);
}

.focus\:bg-blue-400\/30:focus {
  background-color: rgb(96 165 250 / 0.3);
}

.focus\:bg-blue-400\/35:focus {
  background-color: rgb(96 165 250 / 0.35);
}

.focus\:bg-blue-400\/40:focus {
  background-color: rgb(96 165 250 / 0.4);
}

.focus\:bg-blue-400\/45:focus {
  background-color: rgb(96 165 250 / 0.45);
}

.focus\:bg-blue-400\/5:focus {
  background-color: rgb(96 165 250 / 0.05);
}

.focus\:bg-blue-400\/50:focus {
  background-color: rgb(96 165 250 / 0.5);
}

.focus\:bg-blue-400\/55:focus {
  background-color: rgb(96 165 250 / 0.55);
}

.focus\:bg-blue-400\/60:focus {
  background-color: rgb(96 165 250 / 0.6);
}

.focus\:bg-blue-400\/65:focus {
  background-color: rgb(96 165 250 / 0.65);
}

.focus\:bg-blue-400\/70:focus {
  background-color: rgb(96 165 250 / 0.7);
}

.focus\:bg-blue-400\/75:focus {
  background-color: rgb(96 165 250 / 0.75);
}

.focus\:bg-blue-400\/80:focus {
  background-color: rgb(96 165 250 / 0.8);
}

.focus\:bg-blue-400\/85:focus {
  background-color: rgb(96 165 250 / 0.85);
}

.focus\:bg-blue-400\/90:focus {
  background-color: rgb(96 165 250 / 0.9);
}

.focus\:bg-blue-400\/95:focus {
  background-color: rgb(96 165 250 / 0.95);
}

.focus\:bg-blue-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-50\/0:focus {
  background-color: rgb(239 246 255 / 0);
}

.focus\:bg-blue-50\/10:focus {
  background-color: rgb(239 246 255 / 0.1);
}

.focus\:bg-blue-50\/100:focus {
  background-color: rgb(239 246 255 / 1);
}

.focus\:bg-blue-50\/15:focus {
  background-color: rgb(239 246 255 / 0.15);
}

.focus\:bg-blue-50\/20:focus {
  background-color: rgb(239 246 255 / 0.2);
}

.focus\:bg-blue-50\/25:focus {
  background-color: rgb(239 246 255 / 0.25);
}

.focus\:bg-blue-50\/30:focus {
  background-color: rgb(239 246 255 / 0.3);
}

.focus\:bg-blue-50\/35:focus {
  background-color: rgb(239 246 255 / 0.35);
}

.focus\:bg-blue-50\/40:focus {
  background-color: rgb(239 246 255 / 0.4);
}

.focus\:bg-blue-50\/45:focus {
  background-color: rgb(239 246 255 / 0.45);
}

.focus\:bg-blue-50\/5:focus {
  background-color: rgb(239 246 255 / 0.05);
}

.focus\:bg-blue-50\/50:focus {
  background-color: rgb(239 246 255 / 0.5);
}

.focus\:bg-blue-50\/55:focus {
  background-color: rgb(239 246 255 / 0.55);
}

.focus\:bg-blue-50\/60:focus {
  background-color: rgb(239 246 255 / 0.6);
}

.focus\:bg-blue-50\/65:focus {
  background-color: rgb(239 246 255 / 0.65);
}

.focus\:bg-blue-50\/70:focus {
  background-color: rgb(239 246 255 / 0.7);
}

.focus\:bg-blue-50\/75:focus {
  background-color: rgb(239 246 255 / 0.75);
}

.focus\:bg-blue-50\/80:focus {
  background-color: rgb(239 246 255 / 0.8);
}

.focus\:bg-blue-50\/85:focus {
  background-color: rgb(239 246 255 / 0.85);
}

.focus\:bg-blue-50\/90:focus {
  background-color: rgb(239 246 255 / 0.9);
}

.focus\:bg-blue-50\/95:focus {
  background-color: rgb(239 246 255 / 0.95);
}

.focus\:bg-blue-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-500\/0:focus {
  background-color: rgb(59 130 246 / 0);
}

.focus\:bg-blue-500\/10:focus {
  background-color: rgb(59 130 246 / 0.1);
}

.focus\:bg-blue-500\/100:focus {
  background-color: rgb(59 130 246 / 1);
}

.focus\:bg-blue-500\/15:focus {
  background-color: rgb(59 130 246 / 0.15);
}

.focus\:bg-blue-500\/20:focus {
  background-color: rgb(59 130 246 / 0.2);
}

.focus\:bg-blue-500\/25:focus {
  background-color: rgb(59 130 246 / 0.25);
}

.focus\:bg-blue-500\/30:focus {
  background-color: rgb(59 130 246 / 0.3);
}

.focus\:bg-blue-500\/35:focus {
  background-color: rgb(59 130 246 / 0.35);
}

.focus\:bg-blue-500\/40:focus {
  background-color: rgb(59 130 246 / 0.4);
}

.focus\:bg-blue-500\/45:focus {
  background-color: rgb(59 130 246 / 0.45);
}

.focus\:bg-blue-500\/5:focus {
  background-color: rgb(59 130 246 / 0.05);
}

.focus\:bg-blue-500\/50:focus {
  background-color: rgb(59 130 246 / 0.5);
}

.focus\:bg-blue-500\/55:focus {
  background-color: rgb(59 130 246 / 0.55);
}

.focus\:bg-blue-500\/60:focus {
  background-color: rgb(59 130 246 / 0.6);
}

.focus\:bg-blue-500\/65:focus {
  background-color: rgb(59 130 246 / 0.65);
}

.focus\:bg-blue-500\/70:focus {
  background-color: rgb(59 130 246 / 0.7);
}

.focus\:bg-blue-500\/75:focus {
  background-color: rgb(59 130 246 / 0.75);
}

.focus\:bg-blue-500\/80:focus {
  background-color: rgb(59 130 246 / 0.8);
}

.focus\:bg-blue-500\/85:focus {
  background-color: rgb(59 130 246 / 0.85);
}

.focus\:bg-blue-500\/90:focus {
  background-color: rgb(59 130 246 / 0.9);
}

.focus\:bg-blue-500\/95:focus {
  background-color: rgb(59 130 246 / 0.95);
}

.focus\:bg-blue-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-600\/0:focus {
  background-color: rgb(37 99 235 / 0);
}

.focus\:bg-blue-600\/10:focus {
  background-color: rgb(37 99 235 / 0.1);
}

.focus\:bg-blue-600\/100:focus {
  background-color: rgb(37 99 235 / 1);
}

.focus\:bg-blue-600\/15:focus {
  background-color: rgb(37 99 235 / 0.15);
}

.focus\:bg-blue-600\/20:focus {
  background-color: rgb(37 99 235 / 0.2);
}

.focus\:bg-blue-600\/25:focus {
  background-color: rgb(37 99 235 / 0.25);
}

.focus\:bg-blue-600\/30:focus {
  background-color: rgb(37 99 235 / 0.3);
}

.focus\:bg-blue-600\/35:focus {
  background-color: rgb(37 99 235 / 0.35);
}

.focus\:bg-blue-600\/40:focus {
  background-color: rgb(37 99 235 / 0.4);
}

.focus\:bg-blue-600\/45:focus {
  background-color: rgb(37 99 235 / 0.45);
}

.focus\:bg-blue-600\/5:focus {
  background-color: rgb(37 99 235 / 0.05);
}

.focus\:bg-blue-600\/50:focus {
  background-color: rgb(37 99 235 / 0.5);
}

.focus\:bg-blue-600\/55:focus {
  background-color: rgb(37 99 235 / 0.55);
}

.focus\:bg-blue-600\/60:focus {
  background-color: rgb(37 99 235 / 0.6);
}

.focus\:bg-blue-600\/65:focus {
  background-color: rgb(37 99 235 / 0.65);
}

.focus\:bg-blue-600\/70:focus {
  background-color: rgb(37 99 235 / 0.7);
}

.focus\:bg-blue-600\/75:focus {
  background-color: rgb(37 99 235 / 0.75);
}

.focus\:bg-blue-600\/80:focus {
  background-color: rgb(37 99 235 / 0.8);
}

.focus\:bg-blue-600\/85:focus {
  background-color: rgb(37 99 235 / 0.85);
}

.focus\:bg-blue-600\/90:focus {
  background-color: rgb(37 99 235 / 0.9);
}

.focus\:bg-blue-600\/95:focus {
  background-color: rgb(37 99 235 / 0.95);
}

.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-700\/0:focus {
  background-color: rgb(29 78 216 / 0);
}

.focus\:bg-blue-700\/10:focus {
  background-color: rgb(29 78 216 / 0.1);
}

.focus\:bg-blue-700\/100:focus {
  background-color: rgb(29 78 216 / 1);
}

.focus\:bg-blue-700\/15:focus {
  background-color: rgb(29 78 216 / 0.15);
}

.focus\:bg-blue-700\/20:focus {
  background-color: rgb(29 78 216 / 0.2);
}

.focus\:bg-blue-700\/25:focus {
  background-color: rgb(29 78 216 / 0.25);
}

.focus\:bg-blue-700\/30:focus {
  background-color: rgb(29 78 216 / 0.3);
}

.focus\:bg-blue-700\/35:focus {
  background-color: rgb(29 78 216 / 0.35);
}

.focus\:bg-blue-700\/40:focus {
  background-color: rgb(29 78 216 / 0.4);
}

.focus\:bg-blue-700\/45:focus {
  background-color: rgb(29 78 216 / 0.45);
}

.focus\:bg-blue-700\/5:focus {
  background-color: rgb(29 78 216 / 0.05);
}

.focus\:bg-blue-700\/50:focus {
  background-color: rgb(29 78 216 / 0.5);
}

.focus\:bg-blue-700\/55:focus {
  background-color: rgb(29 78 216 / 0.55);
}

.focus\:bg-blue-700\/60:focus {
  background-color: rgb(29 78 216 / 0.6);
}

.focus\:bg-blue-700\/65:focus {
  background-color: rgb(29 78 216 / 0.65);
}

.focus\:bg-blue-700\/70:focus {
  background-color: rgb(29 78 216 / 0.7);
}

.focus\:bg-blue-700\/75:focus {
  background-color: rgb(29 78 216 / 0.75);
}

.focus\:bg-blue-700\/80:focus {
  background-color: rgb(29 78 216 / 0.8);
}

.focus\:bg-blue-700\/85:focus {
  background-color: rgb(29 78 216 / 0.85);
}

.focus\:bg-blue-700\/90:focus {
  background-color: rgb(29 78 216 / 0.9);
}

.focus\:bg-blue-700\/95:focus {
  background-color: rgb(29 78 216 / 0.95);
}

.focus\:bg-blue-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-800\/0:focus {
  background-color: rgb(30 64 175 / 0);
}

.focus\:bg-blue-800\/10:focus {
  background-color: rgb(30 64 175 / 0.1);
}

.focus\:bg-blue-800\/100:focus {
  background-color: rgb(30 64 175 / 1);
}

.focus\:bg-blue-800\/15:focus {
  background-color: rgb(30 64 175 / 0.15);
}

.focus\:bg-blue-800\/20:focus {
  background-color: rgb(30 64 175 / 0.2);
}

.focus\:bg-blue-800\/25:focus {
  background-color: rgb(30 64 175 / 0.25);
}

.focus\:bg-blue-800\/30:focus {
  background-color: rgb(30 64 175 / 0.3);
}

.focus\:bg-blue-800\/35:focus {
  background-color: rgb(30 64 175 / 0.35);
}

.focus\:bg-blue-800\/40:focus {
  background-color: rgb(30 64 175 / 0.4);
}

.focus\:bg-blue-800\/45:focus {
  background-color: rgb(30 64 175 / 0.45);
}

.focus\:bg-blue-800\/5:focus {
  background-color: rgb(30 64 175 / 0.05);
}

.focus\:bg-blue-800\/50:focus {
  background-color: rgb(30 64 175 / 0.5);
}

.focus\:bg-blue-800\/55:focus {
  background-color: rgb(30 64 175 / 0.55);
}

.focus\:bg-blue-800\/60:focus {
  background-color: rgb(30 64 175 / 0.6);
}

.focus\:bg-blue-800\/65:focus {
  background-color: rgb(30 64 175 / 0.65);
}

.focus\:bg-blue-800\/70:focus {
  background-color: rgb(30 64 175 / 0.7);
}

.focus\:bg-blue-800\/75:focus {
  background-color: rgb(30 64 175 / 0.75);
}

.focus\:bg-blue-800\/80:focus {
  background-color: rgb(30 64 175 / 0.8);
}

.focus\:bg-blue-800\/85:focus {
  background-color: rgb(30 64 175 / 0.85);
}

.focus\:bg-blue-800\/90:focus {
  background-color: rgb(30 64 175 / 0.9);
}

.focus\:bg-blue-800\/95:focus {
  background-color: rgb(30 64 175 / 0.95);
}

.focus\:bg-blue-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-900\/0:focus {
  background-color: rgb(30 58 138 / 0);
}

.focus\:bg-blue-900\/10:focus {
  background-color: rgb(30 58 138 / 0.1);
}

.focus\:bg-blue-900\/100:focus {
  background-color: rgb(30 58 138 / 1);
}

.focus\:bg-blue-900\/15:focus {
  background-color: rgb(30 58 138 / 0.15);
}

.focus\:bg-blue-900\/20:focus {
  background-color: rgb(30 58 138 / 0.2);
}

.focus\:bg-blue-900\/25:focus {
  background-color: rgb(30 58 138 / 0.25);
}

.focus\:bg-blue-900\/30:focus {
  background-color: rgb(30 58 138 / 0.3);
}

.focus\:bg-blue-900\/35:focus {
  background-color: rgb(30 58 138 / 0.35);
}

.focus\:bg-blue-900\/40:focus {
  background-color: rgb(30 58 138 / 0.4);
}

.focus\:bg-blue-900\/45:focus {
  background-color: rgb(30 58 138 / 0.45);
}

.focus\:bg-blue-900\/5:focus {
  background-color: rgb(30 58 138 / 0.05);
}

.focus\:bg-blue-900\/50:focus {
  background-color: rgb(30 58 138 / 0.5);
}

.focus\:bg-blue-900\/55:focus {
  background-color: rgb(30 58 138 / 0.55);
}

.focus\:bg-blue-900\/60:focus {
  background-color: rgb(30 58 138 / 0.6);
}

.focus\:bg-blue-900\/65:focus {
  background-color: rgb(30 58 138 / 0.65);
}

.focus\:bg-blue-900\/70:focus {
  background-color: rgb(30 58 138 / 0.7);
}

.focus\:bg-blue-900\/75:focus {
  background-color: rgb(30 58 138 / 0.75);
}

.focus\:bg-blue-900\/80:focus {
  background-color: rgb(30 58 138 / 0.8);
}

.focus\:bg-blue-900\/85:focus {
  background-color: rgb(30 58 138 / 0.85);
}

.focus\:bg-blue-900\/90:focus {
  background-color: rgb(30 58 138 / 0.9);
}

.focus\:bg-blue-900\/95:focus {
  background-color: rgb(30 58 138 / 0.95);
}

.focus\:bg-blue-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-950\/0:focus {
  background-color: rgb(23 37 84 / 0);
}

.focus\:bg-blue-950\/10:focus {
  background-color: rgb(23 37 84 / 0.1);
}

.focus\:bg-blue-950\/100:focus {
  background-color: rgb(23 37 84 / 1);
}

.focus\:bg-blue-950\/15:focus {
  background-color: rgb(23 37 84 / 0.15);
}

.focus\:bg-blue-950\/20:focus {
  background-color: rgb(23 37 84 / 0.2);
}

.focus\:bg-blue-950\/25:focus {
  background-color: rgb(23 37 84 / 0.25);
}

.focus\:bg-blue-950\/30:focus {
  background-color: rgb(23 37 84 / 0.3);
}

.focus\:bg-blue-950\/35:focus {
  background-color: rgb(23 37 84 / 0.35);
}

.focus\:bg-blue-950\/40:focus {
  background-color: rgb(23 37 84 / 0.4);
}

.focus\:bg-blue-950\/45:focus {
  background-color: rgb(23 37 84 / 0.45);
}

.focus\:bg-blue-950\/5:focus {
  background-color: rgb(23 37 84 / 0.05);
}

.focus\:bg-blue-950\/50:focus {
  background-color: rgb(23 37 84 / 0.5);
}

.focus\:bg-blue-950\/55:focus {
  background-color: rgb(23 37 84 / 0.55);
}

.focus\:bg-blue-950\/60:focus {
  background-color: rgb(23 37 84 / 0.6);
}

.focus\:bg-blue-950\/65:focus {
  background-color: rgb(23 37 84 / 0.65);
}

.focus\:bg-blue-950\/70:focus {
  background-color: rgb(23 37 84 / 0.7);
}

.focus\:bg-blue-950\/75:focus {
  background-color: rgb(23 37 84 / 0.75);
}

.focus\:bg-blue-950\/80:focus {
  background-color: rgb(23 37 84 / 0.8);
}

.focus\:bg-blue-950\/85:focus {
  background-color: rgb(23 37 84 / 0.85);
}

.focus\:bg-blue-950\/90:focus {
  background-color: rgb(23 37 84 / 0.9);
}

.focus\:bg-blue-950\/95:focus {
  background-color: rgb(23 37 84 / 0.95);
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-100\/0:focus {
  background-color: rgb(243 244 246 / 0);
}

.focus\:bg-gray-100\/10:focus {
  background-color: rgb(243 244 246 / 0.1);
}

.focus\:bg-gray-100\/100:focus {
  background-color: rgb(243 244 246 / 1);
}

.focus\:bg-gray-100\/15:focus {
  background-color: rgb(243 244 246 / 0.15);
}

.focus\:bg-gray-100\/20:focus {
  background-color: rgb(243 244 246 / 0.2);
}

.focus\:bg-gray-100\/25:focus {
  background-color: rgb(243 244 246 / 0.25);
}

.focus\:bg-gray-100\/30:focus {
  background-color: rgb(243 244 246 / 0.3);
}

.focus\:bg-gray-100\/35:focus {
  background-color: rgb(243 244 246 / 0.35);
}

.focus\:bg-gray-100\/40:focus {
  background-color: rgb(243 244 246 / 0.4);
}

.focus\:bg-gray-100\/45:focus {
  background-color: rgb(243 244 246 / 0.45);
}

.focus\:bg-gray-100\/5:focus {
  background-color: rgb(243 244 246 / 0.05);
}

.focus\:bg-gray-100\/50:focus {
  background-color: rgb(243 244 246 / 0.5);
}

.focus\:bg-gray-100\/55:focus {
  background-color: rgb(243 244 246 / 0.55);
}

.focus\:bg-gray-100\/60:focus {
  background-color: rgb(243 244 246 / 0.6);
}

.focus\:bg-gray-100\/65:focus {
  background-color: rgb(243 244 246 / 0.65);
}

.focus\:bg-gray-100\/70:focus {
  background-color: rgb(243 244 246 / 0.7);
}

.focus\:bg-gray-100\/75:focus {
  background-color: rgb(243 244 246 / 0.75);
}

.focus\:bg-gray-100\/80:focus {
  background-color: rgb(243 244 246 / 0.8);
}

.focus\:bg-gray-100\/85:focus {
  background-color: rgb(243 244 246 / 0.85);
}

.focus\:bg-gray-100\/90:focus {
  background-color: rgb(243 244 246 / 0.9);
}

.focus\:bg-gray-100\/95:focus {
  background-color: rgb(243 244 246 / 0.95);
}

.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-200\/0:focus {
  background-color: rgb(229 231 235 / 0);
}

.focus\:bg-gray-200\/10:focus {
  background-color: rgb(229 231 235 / 0.1);
}

.focus\:bg-gray-200\/100:focus {
  background-color: rgb(229 231 235 / 1);
}

.focus\:bg-gray-200\/15:focus {
  background-color: rgb(229 231 235 / 0.15);
}

.focus\:bg-gray-200\/20:focus {
  background-color: rgb(229 231 235 / 0.2);
}

.focus\:bg-gray-200\/25:focus {
  background-color: rgb(229 231 235 / 0.25);
}

.focus\:bg-gray-200\/30:focus {
  background-color: rgb(229 231 235 / 0.3);
}

.focus\:bg-gray-200\/35:focus {
  background-color: rgb(229 231 235 / 0.35);
}

.focus\:bg-gray-200\/40:focus {
  background-color: rgb(229 231 235 / 0.4);
}

.focus\:bg-gray-200\/45:focus {
  background-color: rgb(229 231 235 / 0.45);
}

.focus\:bg-gray-200\/5:focus {
  background-color: rgb(229 231 235 / 0.05);
}

.focus\:bg-gray-200\/50:focus {
  background-color: rgb(229 231 235 / 0.5);
}

.focus\:bg-gray-200\/55:focus {
  background-color: rgb(229 231 235 / 0.55);
}

.focus\:bg-gray-200\/60:focus {
  background-color: rgb(229 231 235 / 0.6);
}

.focus\:bg-gray-200\/65:focus {
  background-color: rgb(229 231 235 / 0.65);
}

.focus\:bg-gray-200\/70:focus {
  background-color: rgb(229 231 235 / 0.7);
}

.focus\:bg-gray-200\/75:focus {
  background-color: rgb(229 231 235 / 0.75);
}

.focus\:bg-gray-200\/80:focus {
  background-color: rgb(229 231 235 / 0.8);
}

.focus\:bg-gray-200\/85:focus {
  background-color: rgb(229 231 235 / 0.85);
}

.focus\:bg-gray-200\/90:focus {
  background-color: rgb(229 231 235 / 0.9);
}

.focus\:bg-gray-200\/95:focus {
  background-color: rgb(229 231 235 / 0.95);
}

.focus\:bg-gray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-300\/0:focus {
  background-color: rgb(209 213 219 / 0);
}

.focus\:bg-gray-300\/10:focus {
  background-color: rgb(209 213 219 / 0.1);
}

.focus\:bg-gray-300\/100:focus {
  background-color: rgb(209 213 219 / 1);
}

.focus\:bg-gray-300\/15:focus {
  background-color: rgb(209 213 219 / 0.15);
}

.focus\:bg-gray-300\/20:focus {
  background-color: rgb(209 213 219 / 0.2);
}

.focus\:bg-gray-300\/25:focus {
  background-color: rgb(209 213 219 / 0.25);
}

.focus\:bg-gray-300\/30:focus {
  background-color: rgb(209 213 219 / 0.3);
}

.focus\:bg-gray-300\/35:focus {
  background-color: rgb(209 213 219 / 0.35);
}

.focus\:bg-gray-300\/40:focus {
  background-color: rgb(209 213 219 / 0.4);
}

.focus\:bg-gray-300\/45:focus {
  background-color: rgb(209 213 219 / 0.45);
}

.focus\:bg-gray-300\/5:focus {
  background-color: rgb(209 213 219 / 0.05);
}

.focus\:bg-gray-300\/50:focus {
  background-color: rgb(209 213 219 / 0.5);
}

.focus\:bg-gray-300\/55:focus {
  background-color: rgb(209 213 219 / 0.55);
}

.focus\:bg-gray-300\/60:focus {
  background-color: rgb(209 213 219 / 0.6);
}

.focus\:bg-gray-300\/65:focus {
  background-color: rgb(209 213 219 / 0.65);
}

.focus\:bg-gray-300\/70:focus {
  background-color: rgb(209 213 219 / 0.7);
}

.focus\:bg-gray-300\/75:focus {
  background-color: rgb(209 213 219 / 0.75);
}

.focus\:bg-gray-300\/80:focus {
  background-color: rgb(209 213 219 / 0.8);
}

.focus\:bg-gray-300\/85:focus {
  background-color: rgb(209 213 219 / 0.85);
}

.focus\:bg-gray-300\/90:focus {
  background-color: rgb(209 213 219 / 0.9);
}

.focus\:bg-gray-300\/95:focus {
  background-color: rgb(209 213 219 / 0.95);
}

.focus\:bg-gray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-400\/0:focus {
  background-color: rgb(156 163 175 / 0);
}

.focus\:bg-gray-400\/10:focus {
  background-color: rgb(156 163 175 / 0.1);
}

.focus\:bg-gray-400\/100:focus {
  background-color: rgb(156 163 175 / 1);
}

.focus\:bg-gray-400\/15:focus {
  background-color: rgb(156 163 175 / 0.15);
}

.focus\:bg-gray-400\/20:focus {
  background-color: rgb(156 163 175 / 0.2);
}

.focus\:bg-gray-400\/25:focus {
  background-color: rgb(156 163 175 / 0.25);
}

.focus\:bg-gray-400\/30:focus {
  background-color: rgb(156 163 175 / 0.3);
}

.focus\:bg-gray-400\/35:focus {
  background-color: rgb(156 163 175 / 0.35);
}

.focus\:bg-gray-400\/40:focus {
  background-color: rgb(156 163 175 / 0.4);
}

.focus\:bg-gray-400\/45:focus {
  background-color: rgb(156 163 175 / 0.45);
}

.focus\:bg-gray-400\/5:focus {
  background-color: rgb(156 163 175 / 0.05);
}

.focus\:bg-gray-400\/50:focus {
  background-color: rgb(156 163 175 / 0.5);
}

.focus\:bg-gray-400\/55:focus {
  background-color: rgb(156 163 175 / 0.55);
}

.focus\:bg-gray-400\/60:focus {
  background-color: rgb(156 163 175 / 0.6);
}

.focus\:bg-gray-400\/65:focus {
  background-color: rgb(156 163 175 / 0.65);
}

.focus\:bg-gray-400\/70:focus {
  background-color: rgb(156 163 175 / 0.7);
}

.focus\:bg-gray-400\/75:focus {
  background-color: rgb(156 163 175 / 0.75);
}

.focus\:bg-gray-400\/80:focus {
  background-color: rgb(156 163 175 / 0.8);
}

.focus\:bg-gray-400\/85:focus {
  background-color: rgb(156 163 175 / 0.85);
}

.focus\:bg-gray-400\/90:focus {
  background-color: rgb(156 163 175 / 0.9);
}

.focus\:bg-gray-400\/95:focus {
  background-color: rgb(156 163 175 / 0.95);
}

.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-50\/0:focus {
  background-color: rgb(249 250 251 / 0);
}

.focus\:bg-gray-50\/10:focus {
  background-color: rgb(249 250 251 / 0.1);
}

.focus\:bg-gray-50\/100:focus {
  background-color: rgb(249 250 251 / 1);
}

.focus\:bg-gray-50\/15:focus {
  background-color: rgb(249 250 251 / 0.15);
}

.focus\:bg-gray-50\/20:focus {
  background-color: rgb(249 250 251 / 0.2);
}

.focus\:bg-gray-50\/25:focus {
  background-color: rgb(249 250 251 / 0.25);
}

.focus\:bg-gray-50\/30:focus {
  background-color: rgb(249 250 251 / 0.3);
}

.focus\:bg-gray-50\/35:focus {
  background-color: rgb(249 250 251 / 0.35);
}

.focus\:bg-gray-50\/40:focus {
  background-color: rgb(249 250 251 / 0.4);
}

.focus\:bg-gray-50\/45:focus {
  background-color: rgb(249 250 251 / 0.45);
}

.focus\:bg-gray-50\/5:focus {
  background-color: rgb(249 250 251 / 0.05);
}

.focus\:bg-gray-50\/50:focus {
  background-color: rgb(249 250 251 / 0.5);
}

.focus\:bg-gray-50\/55:focus {
  background-color: rgb(249 250 251 / 0.55);
}

.focus\:bg-gray-50\/60:focus {
  background-color: rgb(249 250 251 / 0.6);
}

.focus\:bg-gray-50\/65:focus {
  background-color: rgb(249 250 251 / 0.65);
}

.focus\:bg-gray-50\/70:focus {
  background-color: rgb(249 250 251 / 0.7);
}

.focus\:bg-gray-50\/75:focus {
  background-color: rgb(249 250 251 / 0.75);
}

.focus\:bg-gray-50\/80:focus {
  background-color: rgb(249 250 251 / 0.8);
}

.focus\:bg-gray-50\/85:focus {
  background-color: rgb(249 250 251 / 0.85);
}

.focus\:bg-gray-50\/90:focus {
  background-color: rgb(249 250 251 / 0.9);
}

.focus\:bg-gray-50\/95:focus {
  background-color: rgb(249 250 251 / 0.95);
}

.focus\:bg-gray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-500\/0:focus {
  background-color: rgb(107 114 128 / 0);
}

.focus\:bg-gray-500\/10:focus {
  background-color: rgb(107 114 128 / 0.1);
}

.focus\:bg-gray-500\/100:focus {
  background-color: rgb(107 114 128 / 1);
}

.focus\:bg-gray-500\/15:focus {
  background-color: rgb(107 114 128 / 0.15);
}

.focus\:bg-gray-500\/20:focus {
  background-color: rgb(107 114 128 / 0.2);
}

.focus\:bg-gray-500\/25:focus {
  background-color: rgb(107 114 128 / 0.25);
}

.focus\:bg-gray-500\/30:focus {
  background-color: rgb(107 114 128 / 0.3);
}

.focus\:bg-gray-500\/35:focus {
  background-color: rgb(107 114 128 / 0.35);
}

.focus\:bg-gray-500\/40:focus {
  background-color: rgb(107 114 128 / 0.4);
}

.focus\:bg-gray-500\/45:focus {
  background-color: rgb(107 114 128 / 0.45);
}

.focus\:bg-gray-500\/5:focus {
  background-color: rgb(107 114 128 / 0.05);
}

.focus\:bg-gray-500\/50:focus {
  background-color: rgb(107 114 128 / 0.5);
}

.focus\:bg-gray-500\/55:focus {
  background-color: rgb(107 114 128 / 0.55);
}

.focus\:bg-gray-500\/60:focus {
  background-color: rgb(107 114 128 / 0.6);
}

.focus\:bg-gray-500\/65:focus {
  background-color: rgb(107 114 128 / 0.65);
}

.focus\:bg-gray-500\/70:focus {
  background-color: rgb(107 114 128 / 0.7);
}

.focus\:bg-gray-500\/75:focus {
  background-color: rgb(107 114 128 / 0.75);
}

.focus\:bg-gray-500\/80:focus {
  background-color: rgb(107 114 128 / 0.8);
}

.focus\:bg-gray-500\/85:focus {
  background-color: rgb(107 114 128 / 0.85);
}

.focus\:bg-gray-500\/90:focus {
  background-color: rgb(107 114 128 / 0.9);
}

.focus\:bg-gray-500\/95:focus {
  background-color: rgb(107 114 128 / 0.95);
}

.focus\:bg-gray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-600\/0:focus {
  background-color: rgb(75 85 99 / 0);
}

.focus\:bg-gray-600\/10:focus {
  background-color: rgb(75 85 99 / 0.1);
}

.focus\:bg-gray-600\/100:focus {
  background-color: rgb(75 85 99 / 1);
}

.focus\:bg-gray-600\/15:focus {
  background-color: rgb(75 85 99 / 0.15);
}

.focus\:bg-gray-600\/20:focus {
  background-color: rgb(75 85 99 / 0.2);
}

.focus\:bg-gray-600\/25:focus {
  background-color: rgb(75 85 99 / 0.25);
}

.focus\:bg-gray-600\/30:focus {
  background-color: rgb(75 85 99 / 0.3);
}

.focus\:bg-gray-600\/35:focus {
  background-color: rgb(75 85 99 / 0.35);
}

.focus\:bg-gray-600\/40:focus {
  background-color: rgb(75 85 99 / 0.4);
}

.focus\:bg-gray-600\/45:focus {
  background-color: rgb(75 85 99 / 0.45);
}

.focus\:bg-gray-600\/5:focus {
  background-color: rgb(75 85 99 / 0.05);
}

.focus\:bg-gray-600\/50:focus {
  background-color: rgb(75 85 99 / 0.5);
}

.focus\:bg-gray-600\/55:focus {
  background-color: rgb(75 85 99 / 0.55);
}

.focus\:bg-gray-600\/60:focus {
  background-color: rgb(75 85 99 / 0.6);
}

.focus\:bg-gray-600\/65:focus {
  background-color: rgb(75 85 99 / 0.65);
}

.focus\:bg-gray-600\/70:focus {
  background-color: rgb(75 85 99 / 0.7);
}

.focus\:bg-gray-600\/75:focus {
  background-color: rgb(75 85 99 / 0.75);
}

.focus\:bg-gray-600\/80:focus {
  background-color: rgb(75 85 99 / 0.8);
}

.focus\:bg-gray-600\/85:focus {
  background-color: rgb(75 85 99 / 0.85);
}

.focus\:bg-gray-600\/90:focus {
  background-color: rgb(75 85 99 / 0.9);
}

.focus\:bg-gray-600\/95:focus {
  background-color: rgb(75 85 99 / 0.95);
}

.focus\:bg-gray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-700\/0:focus {
  background-color: rgb(55 65 81 / 0);
}

.focus\:bg-gray-700\/10:focus {
  background-color: rgb(55 65 81 / 0.1);
}

.focus\:bg-gray-700\/100:focus {
  background-color: rgb(55 65 81 / 1);
}

.focus\:bg-gray-700\/15:focus {
  background-color: rgb(55 65 81 / 0.15);
}

.focus\:bg-gray-700\/20:focus {
  background-color: rgb(55 65 81 / 0.2);
}

.focus\:bg-gray-700\/25:focus {
  background-color: rgb(55 65 81 / 0.25);
}

.focus\:bg-gray-700\/30:focus {
  background-color: rgb(55 65 81 / 0.3);
}

.focus\:bg-gray-700\/35:focus {
  background-color: rgb(55 65 81 / 0.35);
}

.focus\:bg-gray-700\/40:focus {
  background-color: rgb(55 65 81 / 0.4);
}

.focus\:bg-gray-700\/45:focus {
  background-color: rgb(55 65 81 / 0.45);
}

.focus\:bg-gray-700\/5:focus {
  background-color: rgb(55 65 81 / 0.05);
}

.focus\:bg-gray-700\/50:focus {
  background-color: rgb(55 65 81 / 0.5);
}

.focus\:bg-gray-700\/55:focus {
  background-color: rgb(55 65 81 / 0.55);
}

.focus\:bg-gray-700\/60:focus {
  background-color: rgb(55 65 81 / 0.6);
}

.focus\:bg-gray-700\/65:focus {
  background-color: rgb(55 65 81 / 0.65);
}

.focus\:bg-gray-700\/70:focus {
  background-color: rgb(55 65 81 / 0.7);
}

.focus\:bg-gray-700\/75:focus {
  background-color: rgb(55 65 81 / 0.75);
}

.focus\:bg-gray-700\/80:focus {
  background-color: rgb(55 65 81 / 0.8);
}

.focus\:bg-gray-700\/85:focus {
  background-color: rgb(55 65 81 / 0.85);
}

.focus\:bg-gray-700\/90:focus {
  background-color: rgb(55 65 81 / 0.9);
}

.focus\:bg-gray-700\/95:focus {
  background-color: rgb(55 65 81 / 0.95);
}

.focus\:bg-gray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-800\/0:focus {
  background-color: rgb(31 41 55 / 0);
}

.focus\:bg-gray-800\/10:focus {
  background-color: rgb(31 41 55 / 0.1);
}

.focus\:bg-gray-800\/100:focus {
  background-color: rgb(31 41 55 / 1);
}

.focus\:bg-gray-800\/15:focus {
  background-color: rgb(31 41 55 / 0.15);
}

.focus\:bg-gray-800\/20:focus {
  background-color: rgb(31 41 55 / 0.2);
}

.focus\:bg-gray-800\/25:focus {
  background-color: rgb(31 41 55 / 0.25);
}

.focus\:bg-gray-800\/30:focus {
  background-color: rgb(31 41 55 / 0.3);
}

.focus\:bg-gray-800\/35:focus {
  background-color: rgb(31 41 55 / 0.35);
}

.focus\:bg-gray-800\/40:focus {
  background-color: rgb(31 41 55 / 0.4);
}

.focus\:bg-gray-800\/45:focus {
  background-color: rgb(31 41 55 / 0.45);
}

.focus\:bg-gray-800\/5:focus {
  background-color: rgb(31 41 55 / 0.05);
}

.focus\:bg-gray-800\/50:focus {
  background-color: rgb(31 41 55 / 0.5);
}

.focus\:bg-gray-800\/55:focus {
  background-color: rgb(31 41 55 / 0.55);
}

.focus\:bg-gray-800\/60:focus {
  background-color: rgb(31 41 55 / 0.6);
}

.focus\:bg-gray-800\/65:focus {
  background-color: rgb(31 41 55 / 0.65);
}

.focus\:bg-gray-800\/70:focus {
  background-color: rgb(31 41 55 / 0.7);
}

.focus\:bg-gray-800\/75:focus {
  background-color: rgb(31 41 55 / 0.75);
}

.focus\:bg-gray-800\/80:focus {
  background-color: rgb(31 41 55 / 0.8);
}

.focus\:bg-gray-800\/85:focus {
  background-color: rgb(31 41 55 / 0.85);
}

.focus\:bg-gray-800\/90:focus {
  background-color: rgb(31 41 55 / 0.9);
}

.focus\:bg-gray-800\/95:focus {
  background-color: rgb(31 41 55 / 0.95);
}

.focus\:bg-gray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-900\/0:focus {
  background-color: rgb(17 24 39 / 0);
}

.focus\:bg-gray-900\/10:focus {
  background-color: rgb(17 24 39 / 0.1);
}

.focus\:bg-gray-900\/100:focus {
  background-color: rgb(17 24 39 / 1);
}

.focus\:bg-gray-900\/15:focus {
  background-color: rgb(17 24 39 / 0.15);
}

.focus\:bg-gray-900\/20:focus {
  background-color: rgb(17 24 39 / 0.2);
}

.focus\:bg-gray-900\/25:focus {
  background-color: rgb(17 24 39 / 0.25);
}

.focus\:bg-gray-900\/30:focus {
  background-color: rgb(17 24 39 / 0.3);
}

.focus\:bg-gray-900\/35:focus {
  background-color: rgb(17 24 39 / 0.35);
}

.focus\:bg-gray-900\/40:focus {
  background-color: rgb(17 24 39 / 0.4);
}

.focus\:bg-gray-900\/45:focus {
  background-color: rgb(17 24 39 / 0.45);
}

.focus\:bg-gray-900\/5:focus {
  background-color: rgb(17 24 39 / 0.05);
}

.focus\:bg-gray-900\/50:focus {
  background-color: rgb(17 24 39 / 0.5);
}

.focus\:bg-gray-900\/55:focus {
  background-color: rgb(17 24 39 / 0.55);
}

.focus\:bg-gray-900\/60:focus {
  background-color: rgb(17 24 39 / 0.6);
}

.focus\:bg-gray-900\/65:focus {
  background-color: rgb(17 24 39 / 0.65);
}

.focus\:bg-gray-900\/70:focus {
  background-color: rgb(17 24 39 / 0.7);
}

.focus\:bg-gray-900\/75:focus {
  background-color: rgb(17 24 39 / 0.75);
}

.focus\:bg-gray-900\/80:focus {
  background-color: rgb(17 24 39 / 0.8);
}

.focus\:bg-gray-900\/85:focus {
  background-color: rgb(17 24 39 / 0.85);
}

.focus\:bg-gray-900\/90:focus {
  background-color: rgb(17 24 39 / 0.9);
}

.focus\:bg-gray-900\/95:focus {
  background-color: rgb(17 24 39 / 0.95);
}

.focus\:bg-gray-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-950\/0:focus {
  background-color: rgb(3 7 18 / 0);
}

.focus\:bg-gray-950\/10:focus {
  background-color: rgb(3 7 18 / 0.1);
}

.focus\:bg-gray-950\/100:focus {
  background-color: rgb(3 7 18 / 1);
}

.focus\:bg-gray-950\/15:focus {
  background-color: rgb(3 7 18 / 0.15);
}

.focus\:bg-gray-950\/20:focus {
  background-color: rgb(3 7 18 / 0.2);
}

.focus\:bg-gray-950\/25:focus {
  background-color: rgb(3 7 18 / 0.25);
}

.focus\:bg-gray-950\/30:focus {
  background-color: rgb(3 7 18 / 0.3);
}

.focus\:bg-gray-950\/35:focus {
  background-color: rgb(3 7 18 / 0.35);
}

.focus\:bg-gray-950\/40:focus {
  background-color: rgb(3 7 18 / 0.4);
}

.focus\:bg-gray-950\/45:focus {
  background-color: rgb(3 7 18 / 0.45);
}

.focus\:bg-gray-950\/5:focus {
  background-color: rgb(3 7 18 / 0.05);
}

.focus\:bg-gray-950\/50:focus {
  background-color: rgb(3 7 18 / 0.5);
}

.focus\:bg-gray-950\/55:focus {
  background-color: rgb(3 7 18 / 0.55);
}

.focus\:bg-gray-950\/60:focus {
  background-color: rgb(3 7 18 / 0.6);
}

.focus\:bg-gray-950\/65:focus {
  background-color: rgb(3 7 18 / 0.65);
}

.focus\:bg-gray-950\/70:focus {
  background-color: rgb(3 7 18 / 0.7);
}

.focus\:bg-gray-950\/75:focus {
  background-color: rgb(3 7 18 / 0.75);
}

.focus\:bg-gray-950\/80:focus {
  background-color: rgb(3 7 18 / 0.8);
}

.focus\:bg-gray-950\/85:focus {
  background-color: rgb(3 7 18 / 0.85);
}

.focus\:bg-gray-950\/90:focus {
  background-color: rgb(3 7 18 / 0.9);
}

.focus\:bg-gray-950\/95:focus {
  background-color: rgb(3 7 18 / 0.95);
}

.focus\:bg-green-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-100\/0:focus {
  background-color: rgb(220 252 231 / 0);
}

.focus\:bg-green-100\/10:focus {
  background-color: rgb(220 252 231 / 0.1);
}

.focus\:bg-green-100\/100:focus {
  background-color: rgb(220 252 231 / 1);
}

.focus\:bg-green-100\/15:focus {
  background-color: rgb(220 252 231 / 0.15);
}

.focus\:bg-green-100\/20:focus {
  background-color: rgb(220 252 231 / 0.2);
}

.focus\:bg-green-100\/25:focus {
  background-color: rgb(220 252 231 / 0.25);
}

.focus\:bg-green-100\/30:focus {
  background-color: rgb(220 252 231 / 0.3);
}

.focus\:bg-green-100\/35:focus {
  background-color: rgb(220 252 231 / 0.35);
}

.focus\:bg-green-100\/40:focus {
  background-color: rgb(220 252 231 / 0.4);
}

.focus\:bg-green-100\/45:focus {
  background-color: rgb(220 252 231 / 0.45);
}

.focus\:bg-green-100\/5:focus {
  background-color: rgb(220 252 231 / 0.05);
}

.focus\:bg-green-100\/50:focus {
  background-color: rgb(220 252 231 / 0.5);
}

.focus\:bg-green-100\/55:focus {
  background-color: rgb(220 252 231 / 0.55);
}

.focus\:bg-green-100\/60:focus {
  background-color: rgb(220 252 231 / 0.6);
}

.focus\:bg-green-100\/65:focus {
  background-color: rgb(220 252 231 / 0.65);
}

.focus\:bg-green-100\/70:focus {
  background-color: rgb(220 252 231 / 0.7);
}

.focus\:bg-green-100\/75:focus {
  background-color: rgb(220 252 231 / 0.75);
}

.focus\:bg-green-100\/80:focus {
  background-color: rgb(220 252 231 / 0.8);
}

.focus\:bg-green-100\/85:focus {
  background-color: rgb(220 252 231 / 0.85);
}

.focus\:bg-green-100\/90:focus {
  background-color: rgb(220 252 231 / 0.9);
}

.focus\:bg-green-100\/95:focus {
  background-color: rgb(220 252 231 / 0.95);
}

.focus\:bg-green-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-200\/0:focus {
  background-color: rgb(187 247 208 / 0);
}

.focus\:bg-green-200\/10:focus {
  background-color: rgb(187 247 208 / 0.1);
}

.focus\:bg-green-200\/100:focus {
  background-color: rgb(187 247 208 / 1);
}

.focus\:bg-green-200\/15:focus {
  background-color: rgb(187 247 208 / 0.15);
}

.focus\:bg-green-200\/20:focus {
  background-color: rgb(187 247 208 / 0.2);
}

.focus\:bg-green-200\/25:focus {
  background-color: rgb(187 247 208 / 0.25);
}

.focus\:bg-green-200\/30:focus {
  background-color: rgb(187 247 208 / 0.3);
}

.focus\:bg-green-200\/35:focus {
  background-color: rgb(187 247 208 / 0.35);
}

.focus\:bg-green-200\/40:focus {
  background-color: rgb(187 247 208 / 0.4);
}

.focus\:bg-green-200\/45:focus {
  background-color: rgb(187 247 208 / 0.45);
}

.focus\:bg-green-200\/5:focus {
  background-color: rgb(187 247 208 / 0.05);
}

.focus\:bg-green-200\/50:focus {
  background-color: rgb(187 247 208 / 0.5);
}

.focus\:bg-green-200\/55:focus {
  background-color: rgb(187 247 208 / 0.55);
}

.focus\:bg-green-200\/60:focus {
  background-color: rgb(187 247 208 / 0.6);
}

.focus\:bg-green-200\/65:focus {
  background-color: rgb(187 247 208 / 0.65);
}

.focus\:bg-green-200\/70:focus {
  background-color: rgb(187 247 208 / 0.7);
}

.focus\:bg-green-200\/75:focus {
  background-color: rgb(187 247 208 / 0.75);
}

.focus\:bg-green-200\/80:focus {
  background-color: rgb(187 247 208 / 0.8);
}

.focus\:bg-green-200\/85:focus {
  background-color: rgb(187 247 208 / 0.85);
}

.focus\:bg-green-200\/90:focus {
  background-color: rgb(187 247 208 / 0.9);
}

.focus\:bg-green-200\/95:focus {
  background-color: rgb(187 247 208 / 0.95);
}

.focus\:bg-green-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-300\/0:focus {
  background-color: rgb(134 239 172 / 0);
}

.focus\:bg-green-300\/10:focus {
  background-color: rgb(134 239 172 / 0.1);
}

.focus\:bg-green-300\/100:focus {
  background-color: rgb(134 239 172 / 1);
}

.focus\:bg-green-300\/15:focus {
  background-color: rgb(134 239 172 / 0.15);
}

.focus\:bg-green-300\/20:focus {
  background-color: rgb(134 239 172 / 0.2);
}

.focus\:bg-green-300\/25:focus {
  background-color: rgb(134 239 172 / 0.25);
}

.focus\:bg-green-300\/30:focus {
  background-color: rgb(134 239 172 / 0.3);
}

.focus\:bg-green-300\/35:focus {
  background-color: rgb(134 239 172 / 0.35);
}

.focus\:bg-green-300\/40:focus {
  background-color: rgb(134 239 172 / 0.4);
}

.focus\:bg-green-300\/45:focus {
  background-color: rgb(134 239 172 / 0.45);
}

.focus\:bg-green-300\/5:focus {
  background-color: rgb(134 239 172 / 0.05);
}

.focus\:bg-green-300\/50:focus {
  background-color: rgb(134 239 172 / 0.5);
}

.focus\:bg-green-300\/55:focus {
  background-color: rgb(134 239 172 / 0.55);
}

.focus\:bg-green-300\/60:focus {
  background-color: rgb(134 239 172 / 0.6);
}

.focus\:bg-green-300\/65:focus {
  background-color: rgb(134 239 172 / 0.65);
}

.focus\:bg-green-300\/70:focus {
  background-color: rgb(134 239 172 / 0.7);
}

.focus\:bg-green-300\/75:focus {
  background-color: rgb(134 239 172 / 0.75);
}

.focus\:bg-green-300\/80:focus {
  background-color: rgb(134 239 172 / 0.8);
}

.focus\:bg-green-300\/85:focus {
  background-color: rgb(134 239 172 / 0.85);
}

.focus\:bg-green-300\/90:focus {
  background-color: rgb(134 239 172 / 0.9);
}

.focus\:bg-green-300\/95:focus {
  background-color: rgb(134 239 172 / 0.95);
}

.focus\:bg-green-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-400\/0:focus {
  background-color: rgb(74 222 128 / 0);
}

.focus\:bg-green-400\/10:focus {
  background-color: rgb(74 222 128 / 0.1);
}

.focus\:bg-green-400\/100:focus {
  background-color: rgb(74 222 128 / 1);
}

.focus\:bg-green-400\/15:focus {
  background-color: rgb(74 222 128 / 0.15);
}

.focus\:bg-green-400\/20:focus {
  background-color: rgb(74 222 128 / 0.2);
}

.focus\:bg-green-400\/25:focus {
  background-color: rgb(74 222 128 / 0.25);
}

.focus\:bg-green-400\/30:focus {
  background-color: rgb(74 222 128 / 0.3);
}

.focus\:bg-green-400\/35:focus {
  background-color: rgb(74 222 128 / 0.35);
}

.focus\:bg-green-400\/40:focus {
  background-color: rgb(74 222 128 / 0.4);
}

.focus\:bg-green-400\/45:focus {
  background-color: rgb(74 222 128 / 0.45);
}

.focus\:bg-green-400\/5:focus {
  background-color: rgb(74 222 128 / 0.05);
}

.focus\:bg-green-400\/50:focus {
  background-color: rgb(74 222 128 / 0.5);
}

.focus\:bg-green-400\/55:focus {
  background-color: rgb(74 222 128 / 0.55);
}

.focus\:bg-green-400\/60:focus {
  background-color: rgb(74 222 128 / 0.6);
}

.focus\:bg-green-400\/65:focus {
  background-color: rgb(74 222 128 / 0.65);
}

.focus\:bg-green-400\/70:focus {
  background-color: rgb(74 222 128 / 0.7);
}

.focus\:bg-green-400\/75:focus {
  background-color: rgb(74 222 128 / 0.75);
}

.focus\:bg-green-400\/80:focus {
  background-color: rgb(74 222 128 / 0.8);
}

.focus\:bg-green-400\/85:focus {
  background-color: rgb(74 222 128 / 0.85);
}

.focus\:bg-green-400\/90:focus {
  background-color: rgb(74 222 128 / 0.9);
}

.focus\:bg-green-400\/95:focus {
  background-color: rgb(74 222 128 / 0.95);
}

.focus\:bg-green-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-50\/0:focus {
  background-color: rgb(240 253 244 / 0);
}

.focus\:bg-green-50\/10:focus {
  background-color: rgb(240 253 244 / 0.1);
}

.focus\:bg-green-50\/100:focus {
  background-color: rgb(240 253 244 / 1);
}

.focus\:bg-green-50\/15:focus {
  background-color: rgb(240 253 244 / 0.15);
}

.focus\:bg-green-50\/20:focus {
  background-color: rgb(240 253 244 / 0.2);
}

.focus\:bg-green-50\/25:focus {
  background-color: rgb(240 253 244 / 0.25);
}

.focus\:bg-green-50\/30:focus {
  background-color: rgb(240 253 244 / 0.3);
}

.focus\:bg-green-50\/35:focus {
  background-color: rgb(240 253 244 / 0.35);
}

.focus\:bg-green-50\/40:focus {
  background-color: rgb(240 253 244 / 0.4);
}

.focus\:bg-green-50\/45:focus {
  background-color: rgb(240 253 244 / 0.45);
}

.focus\:bg-green-50\/5:focus {
  background-color: rgb(240 253 244 / 0.05);
}

.focus\:bg-green-50\/50:focus {
  background-color: rgb(240 253 244 / 0.5);
}

.focus\:bg-green-50\/55:focus {
  background-color: rgb(240 253 244 / 0.55);
}

.focus\:bg-green-50\/60:focus {
  background-color: rgb(240 253 244 / 0.6);
}

.focus\:bg-green-50\/65:focus {
  background-color: rgb(240 253 244 / 0.65);
}

.focus\:bg-green-50\/70:focus {
  background-color: rgb(240 253 244 / 0.7);
}

.focus\:bg-green-50\/75:focus {
  background-color: rgb(240 253 244 / 0.75);
}

.focus\:bg-green-50\/80:focus {
  background-color: rgb(240 253 244 / 0.8);
}

.focus\:bg-green-50\/85:focus {
  background-color: rgb(240 253 244 / 0.85);
}

.focus\:bg-green-50\/90:focus {
  background-color: rgb(240 253 244 / 0.9);
}

.focus\:bg-green-50\/95:focus {
  background-color: rgb(240 253 244 / 0.95);
}

.focus\:bg-green-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-500\/0:focus {
  background-color: rgb(34 197 94 / 0);
}

.focus\:bg-green-500\/10:focus {
  background-color: rgb(34 197 94 / 0.1);
}

.focus\:bg-green-500\/100:focus {
  background-color: rgb(34 197 94 / 1);
}

.focus\:bg-green-500\/15:focus {
  background-color: rgb(34 197 94 / 0.15);
}

.focus\:bg-green-500\/20:focus {
  background-color: rgb(34 197 94 / 0.2);
}

.focus\:bg-green-500\/25:focus {
  background-color: rgb(34 197 94 / 0.25);
}

.focus\:bg-green-500\/30:focus {
  background-color: rgb(34 197 94 / 0.3);
}

.focus\:bg-green-500\/35:focus {
  background-color: rgb(34 197 94 / 0.35);
}

.focus\:bg-green-500\/40:focus {
  background-color: rgb(34 197 94 / 0.4);
}

.focus\:bg-green-500\/45:focus {
  background-color: rgb(34 197 94 / 0.45);
}

.focus\:bg-green-500\/5:focus {
  background-color: rgb(34 197 94 / 0.05);
}

.focus\:bg-green-500\/50:focus {
  background-color: rgb(34 197 94 / 0.5);
}

.focus\:bg-green-500\/55:focus {
  background-color: rgb(34 197 94 / 0.55);
}

.focus\:bg-green-500\/60:focus {
  background-color: rgb(34 197 94 / 0.6);
}

.focus\:bg-green-500\/65:focus {
  background-color: rgb(34 197 94 / 0.65);
}

.focus\:bg-green-500\/70:focus {
  background-color: rgb(34 197 94 / 0.7);
}

.focus\:bg-green-500\/75:focus {
  background-color: rgb(34 197 94 / 0.75);
}

.focus\:bg-green-500\/80:focus {
  background-color: rgb(34 197 94 / 0.8);
}

.focus\:bg-green-500\/85:focus {
  background-color: rgb(34 197 94 / 0.85);
}

.focus\:bg-green-500\/90:focus {
  background-color: rgb(34 197 94 / 0.9);
}

.focus\:bg-green-500\/95:focus {
  background-color: rgb(34 197 94 / 0.95);
}

.focus\:bg-green-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-600\/0:focus {
  background-color: rgb(22 163 74 / 0);
}

.focus\:bg-green-600\/10:focus {
  background-color: rgb(22 163 74 / 0.1);
}

.focus\:bg-green-600\/100:focus {
  background-color: rgb(22 163 74 / 1);
}

.focus\:bg-green-600\/15:focus {
  background-color: rgb(22 163 74 / 0.15);
}

.focus\:bg-green-600\/20:focus {
  background-color: rgb(22 163 74 / 0.2);
}

.focus\:bg-green-600\/25:focus {
  background-color: rgb(22 163 74 / 0.25);
}

.focus\:bg-green-600\/30:focus {
  background-color: rgb(22 163 74 / 0.3);
}

.focus\:bg-green-600\/35:focus {
  background-color: rgb(22 163 74 / 0.35);
}

.focus\:bg-green-600\/40:focus {
  background-color: rgb(22 163 74 / 0.4);
}

.focus\:bg-green-600\/45:focus {
  background-color: rgb(22 163 74 / 0.45);
}

.focus\:bg-green-600\/5:focus {
  background-color: rgb(22 163 74 / 0.05);
}

.focus\:bg-green-600\/50:focus {
  background-color: rgb(22 163 74 / 0.5);
}

.focus\:bg-green-600\/55:focus {
  background-color: rgb(22 163 74 / 0.55);
}

.focus\:bg-green-600\/60:focus {
  background-color: rgb(22 163 74 / 0.6);
}

.focus\:bg-green-600\/65:focus {
  background-color: rgb(22 163 74 / 0.65);
}

.focus\:bg-green-600\/70:focus {
  background-color: rgb(22 163 74 / 0.7);
}

.focus\:bg-green-600\/75:focus {
  background-color: rgb(22 163 74 / 0.75);
}

.focus\:bg-green-600\/80:focus {
  background-color: rgb(22 163 74 / 0.8);
}

.focus\:bg-green-600\/85:focus {
  background-color: rgb(22 163 74 / 0.85);
}

.focus\:bg-green-600\/90:focus {
  background-color: rgb(22 163 74 / 0.9);
}

.focus\:bg-green-600\/95:focus {
  background-color: rgb(22 163 74 / 0.95);
}

.focus\:bg-green-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-700\/0:focus {
  background-color: rgb(21 128 61 / 0);
}

.focus\:bg-green-700\/10:focus {
  background-color: rgb(21 128 61 / 0.1);
}

.focus\:bg-green-700\/100:focus {
  background-color: rgb(21 128 61 / 1);
}

.focus\:bg-green-700\/15:focus {
  background-color: rgb(21 128 61 / 0.15);
}

.focus\:bg-green-700\/20:focus {
  background-color: rgb(21 128 61 / 0.2);
}

.focus\:bg-green-700\/25:focus {
  background-color: rgb(21 128 61 / 0.25);
}

.focus\:bg-green-700\/30:focus {
  background-color: rgb(21 128 61 / 0.3);
}

.focus\:bg-green-700\/35:focus {
  background-color: rgb(21 128 61 / 0.35);
}

.focus\:bg-green-700\/40:focus {
  background-color: rgb(21 128 61 / 0.4);
}

.focus\:bg-green-700\/45:focus {
  background-color: rgb(21 128 61 / 0.45);
}

.focus\:bg-green-700\/5:focus {
  background-color: rgb(21 128 61 / 0.05);
}

.focus\:bg-green-700\/50:focus {
  background-color: rgb(21 128 61 / 0.5);
}

.focus\:bg-green-700\/55:focus {
  background-color: rgb(21 128 61 / 0.55);
}

.focus\:bg-green-700\/60:focus {
  background-color: rgb(21 128 61 / 0.6);
}

.focus\:bg-green-700\/65:focus {
  background-color: rgb(21 128 61 / 0.65);
}

.focus\:bg-green-700\/70:focus {
  background-color: rgb(21 128 61 / 0.7);
}

.focus\:bg-green-700\/75:focus {
  background-color: rgb(21 128 61 / 0.75);
}

.focus\:bg-green-700\/80:focus {
  background-color: rgb(21 128 61 / 0.8);
}

.focus\:bg-green-700\/85:focus {
  background-color: rgb(21 128 61 / 0.85);
}

.focus\:bg-green-700\/90:focus {
  background-color: rgb(21 128 61 / 0.9);
}

.focus\:bg-green-700\/95:focus {
  background-color: rgb(21 128 61 / 0.95);
}

.focus\:bg-green-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-800\/0:focus {
  background-color: rgb(22 101 52 / 0);
}

.focus\:bg-green-800\/10:focus {
  background-color: rgb(22 101 52 / 0.1);
}

.focus\:bg-green-800\/100:focus {
  background-color: rgb(22 101 52 / 1);
}

.focus\:bg-green-800\/15:focus {
  background-color: rgb(22 101 52 / 0.15);
}

.focus\:bg-green-800\/20:focus {
  background-color: rgb(22 101 52 / 0.2);
}

.focus\:bg-green-800\/25:focus {
  background-color: rgb(22 101 52 / 0.25);
}

.focus\:bg-green-800\/30:focus {
  background-color: rgb(22 101 52 / 0.3);
}

.focus\:bg-green-800\/35:focus {
  background-color: rgb(22 101 52 / 0.35);
}

.focus\:bg-green-800\/40:focus {
  background-color: rgb(22 101 52 / 0.4);
}

.focus\:bg-green-800\/45:focus {
  background-color: rgb(22 101 52 / 0.45);
}

.focus\:bg-green-800\/5:focus {
  background-color: rgb(22 101 52 / 0.05);
}

.focus\:bg-green-800\/50:focus {
  background-color: rgb(22 101 52 / 0.5);
}

.focus\:bg-green-800\/55:focus {
  background-color: rgb(22 101 52 / 0.55);
}

.focus\:bg-green-800\/60:focus {
  background-color: rgb(22 101 52 / 0.6);
}

.focus\:bg-green-800\/65:focus {
  background-color: rgb(22 101 52 / 0.65);
}

.focus\:bg-green-800\/70:focus {
  background-color: rgb(22 101 52 / 0.7);
}

.focus\:bg-green-800\/75:focus {
  background-color: rgb(22 101 52 / 0.75);
}

.focus\:bg-green-800\/80:focus {
  background-color: rgb(22 101 52 / 0.8);
}

.focus\:bg-green-800\/85:focus {
  background-color: rgb(22 101 52 / 0.85);
}

.focus\:bg-green-800\/90:focus {
  background-color: rgb(22 101 52 / 0.9);
}

.focus\:bg-green-800\/95:focus {
  background-color: rgb(22 101 52 / 0.95);
}

.focus\:bg-green-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-900\/0:focus {
  background-color: rgb(20 83 45 / 0);
}

.focus\:bg-green-900\/10:focus {
  background-color: rgb(20 83 45 / 0.1);
}

.focus\:bg-green-900\/100:focus {
  background-color: rgb(20 83 45 / 1);
}

.focus\:bg-green-900\/15:focus {
  background-color: rgb(20 83 45 / 0.15);
}

.focus\:bg-green-900\/20:focus {
  background-color: rgb(20 83 45 / 0.2);
}

.focus\:bg-green-900\/25:focus {
  background-color: rgb(20 83 45 / 0.25);
}

.focus\:bg-green-900\/30:focus {
  background-color: rgb(20 83 45 / 0.3);
}

.focus\:bg-green-900\/35:focus {
  background-color: rgb(20 83 45 / 0.35);
}

.focus\:bg-green-900\/40:focus {
  background-color: rgb(20 83 45 / 0.4);
}

.focus\:bg-green-900\/45:focus {
  background-color: rgb(20 83 45 / 0.45);
}

.focus\:bg-green-900\/5:focus {
  background-color: rgb(20 83 45 / 0.05);
}

.focus\:bg-green-900\/50:focus {
  background-color: rgb(20 83 45 / 0.5);
}

.focus\:bg-green-900\/55:focus {
  background-color: rgb(20 83 45 / 0.55);
}

.focus\:bg-green-900\/60:focus {
  background-color: rgb(20 83 45 / 0.6);
}

.focus\:bg-green-900\/65:focus {
  background-color: rgb(20 83 45 / 0.65);
}

.focus\:bg-green-900\/70:focus {
  background-color: rgb(20 83 45 / 0.7);
}

.focus\:bg-green-900\/75:focus {
  background-color: rgb(20 83 45 / 0.75);
}

.focus\:bg-green-900\/80:focus {
  background-color: rgb(20 83 45 / 0.8);
}

.focus\:bg-green-900\/85:focus {
  background-color: rgb(20 83 45 / 0.85);
}

.focus\:bg-green-900\/90:focus {
  background-color: rgb(20 83 45 / 0.9);
}

.focus\:bg-green-900\/95:focus {
  background-color: rgb(20 83 45 / 0.95);
}

.focus\:bg-green-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-950\/0:focus {
  background-color: rgb(5 46 22 / 0);
}

.focus\:bg-green-950\/10:focus {
  background-color: rgb(5 46 22 / 0.1);
}

.focus\:bg-green-950\/100:focus {
  background-color: rgb(5 46 22 / 1);
}

.focus\:bg-green-950\/15:focus {
  background-color: rgb(5 46 22 / 0.15);
}

.focus\:bg-green-950\/20:focus {
  background-color: rgb(5 46 22 / 0.2);
}

.focus\:bg-green-950\/25:focus {
  background-color: rgb(5 46 22 / 0.25);
}

.focus\:bg-green-950\/30:focus {
  background-color: rgb(5 46 22 / 0.3);
}

.focus\:bg-green-950\/35:focus {
  background-color: rgb(5 46 22 / 0.35);
}

.focus\:bg-green-950\/40:focus {
  background-color: rgb(5 46 22 / 0.4);
}

.focus\:bg-green-950\/45:focus {
  background-color: rgb(5 46 22 / 0.45);
}

.focus\:bg-green-950\/5:focus {
  background-color: rgb(5 46 22 / 0.05);
}

.focus\:bg-green-950\/50:focus {
  background-color: rgb(5 46 22 / 0.5);
}

.focus\:bg-green-950\/55:focus {
  background-color: rgb(5 46 22 / 0.55);
}

.focus\:bg-green-950\/60:focus {
  background-color: rgb(5 46 22 / 0.6);
}

.focus\:bg-green-950\/65:focus {
  background-color: rgb(5 46 22 / 0.65);
}

.focus\:bg-green-950\/70:focus {
  background-color: rgb(5 46 22 / 0.7);
}

.focus\:bg-green-950\/75:focus {
  background-color: rgb(5 46 22 / 0.75);
}

.focus\:bg-green-950\/80:focus {
  background-color: rgb(5 46 22 / 0.8);
}

.focus\:bg-green-950\/85:focus {
  background-color: rgb(5 46 22 / 0.85);
}

.focus\:bg-green-950\/90:focus {
  background-color: rgb(5 46 22 / 0.9);
}

.focus\:bg-green-950\/95:focus {
  background-color: rgb(5 46 22 / 0.95);
}

.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-100\/0:focus {
  background-color: rgb(224 231 255 / 0);
}

.focus\:bg-indigo-100\/10:focus {
  background-color: rgb(224 231 255 / 0.1);
}

.focus\:bg-indigo-100\/100:focus {
  background-color: rgb(224 231 255 / 1);
}

.focus\:bg-indigo-100\/15:focus {
  background-color: rgb(224 231 255 / 0.15);
}

.focus\:bg-indigo-100\/20:focus {
  background-color: rgb(224 231 255 / 0.2);
}

.focus\:bg-indigo-100\/25:focus {
  background-color: rgb(224 231 255 / 0.25);
}

.focus\:bg-indigo-100\/30:focus {
  background-color: rgb(224 231 255 / 0.3);
}

.focus\:bg-indigo-100\/35:focus {
  background-color: rgb(224 231 255 / 0.35);
}

.focus\:bg-indigo-100\/40:focus {
  background-color: rgb(224 231 255 / 0.4);
}

.focus\:bg-indigo-100\/45:focus {
  background-color: rgb(224 231 255 / 0.45);
}

.focus\:bg-indigo-100\/5:focus {
  background-color: rgb(224 231 255 / 0.05);
}

.focus\:bg-indigo-100\/50:focus {
  background-color: rgb(224 231 255 / 0.5);
}

.focus\:bg-indigo-100\/55:focus {
  background-color: rgb(224 231 255 / 0.55);
}

.focus\:bg-indigo-100\/60:focus {
  background-color: rgb(224 231 255 / 0.6);
}

.focus\:bg-indigo-100\/65:focus {
  background-color: rgb(224 231 255 / 0.65);
}

.focus\:bg-indigo-100\/70:focus {
  background-color: rgb(224 231 255 / 0.7);
}

.focus\:bg-indigo-100\/75:focus {
  background-color: rgb(224 231 255 / 0.75);
}

.focus\:bg-indigo-100\/80:focus {
  background-color: rgb(224 231 255 / 0.8);
}

.focus\:bg-indigo-100\/85:focus {
  background-color: rgb(224 231 255 / 0.85);
}

.focus\:bg-indigo-100\/90:focus {
  background-color: rgb(224 231 255 / 0.9);
}

.focus\:bg-indigo-100\/95:focus {
  background-color: rgb(224 231 255 / 0.95);
}

.focus\:bg-indigo-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-200\/0:focus {
  background-color: rgb(199 210 254 / 0);
}

.focus\:bg-indigo-200\/10:focus {
  background-color: rgb(199 210 254 / 0.1);
}

.focus\:bg-indigo-200\/100:focus {
  background-color: rgb(199 210 254 / 1);
}

.focus\:bg-indigo-200\/15:focus {
  background-color: rgb(199 210 254 / 0.15);
}

.focus\:bg-indigo-200\/20:focus {
  background-color: rgb(199 210 254 / 0.2);
}

.focus\:bg-indigo-200\/25:focus {
  background-color: rgb(199 210 254 / 0.25);
}

.focus\:bg-indigo-200\/30:focus {
  background-color: rgb(199 210 254 / 0.3);
}

.focus\:bg-indigo-200\/35:focus {
  background-color: rgb(199 210 254 / 0.35);
}

.focus\:bg-indigo-200\/40:focus {
  background-color: rgb(199 210 254 / 0.4);
}

.focus\:bg-indigo-200\/45:focus {
  background-color: rgb(199 210 254 / 0.45);
}

.focus\:bg-indigo-200\/5:focus {
  background-color: rgb(199 210 254 / 0.05);
}

.focus\:bg-indigo-200\/50:focus {
  background-color: rgb(199 210 254 / 0.5);
}

.focus\:bg-indigo-200\/55:focus {
  background-color: rgb(199 210 254 / 0.55);
}

.focus\:bg-indigo-200\/60:focus {
  background-color: rgb(199 210 254 / 0.6);
}

.focus\:bg-indigo-200\/65:focus {
  background-color: rgb(199 210 254 / 0.65);
}

.focus\:bg-indigo-200\/70:focus {
  background-color: rgb(199 210 254 / 0.7);
}

.focus\:bg-indigo-200\/75:focus {
  background-color: rgb(199 210 254 / 0.75);
}

.focus\:bg-indigo-200\/80:focus {
  background-color: rgb(199 210 254 / 0.8);
}

.focus\:bg-indigo-200\/85:focus {
  background-color: rgb(199 210 254 / 0.85);
}

.focus\:bg-indigo-200\/90:focus {
  background-color: rgb(199 210 254 / 0.9);
}

.focus\:bg-indigo-200\/95:focus {
  background-color: rgb(199 210 254 / 0.95);
}

.focus\:bg-indigo-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-300\/0:focus {
  background-color: rgb(165 180 252 / 0);
}

.focus\:bg-indigo-300\/10:focus {
  background-color: rgb(165 180 252 / 0.1);
}

.focus\:bg-indigo-300\/100:focus {
  background-color: rgb(165 180 252 / 1);
}

.focus\:bg-indigo-300\/15:focus {
  background-color: rgb(165 180 252 / 0.15);
}

.focus\:bg-indigo-300\/20:focus {
  background-color: rgb(165 180 252 / 0.2);
}

.focus\:bg-indigo-300\/25:focus {
  background-color: rgb(165 180 252 / 0.25);
}

.focus\:bg-indigo-300\/30:focus {
  background-color: rgb(165 180 252 / 0.3);
}

.focus\:bg-indigo-300\/35:focus {
  background-color: rgb(165 180 252 / 0.35);
}

.focus\:bg-indigo-300\/40:focus {
  background-color: rgb(165 180 252 / 0.4);
}

.focus\:bg-indigo-300\/45:focus {
  background-color: rgb(165 180 252 / 0.45);
}

.focus\:bg-indigo-300\/5:focus {
  background-color: rgb(165 180 252 / 0.05);
}

.focus\:bg-indigo-300\/50:focus {
  background-color: rgb(165 180 252 / 0.5);
}

.focus\:bg-indigo-300\/55:focus {
  background-color: rgb(165 180 252 / 0.55);
}

.focus\:bg-indigo-300\/60:focus {
  background-color: rgb(165 180 252 / 0.6);
}

.focus\:bg-indigo-300\/65:focus {
  background-color: rgb(165 180 252 / 0.65);
}

.focus\:bg-indigo-300\/70:focus {
  background-color: rgb(165 180 252 / 0.7);
}

.focus\:bg-indigo-300\/75:focus {
  background-color: rgb(165 180 252 / 0.75);
}

.focus\:bg-indigo-300\/80:focus {
  background-color: rgb(165 180 252 / 0.8);
}

.focus\:bg-indigo-300\/85:focus {
  background-color: rgb(165 180 252 / 0.85);
}

.focus\:bg-indigo-300\/90:focus {
  background-color: rgb(165 180 252 / 0.9);
}

.focus\:bg-indigo-300\/95:focus {
  background-color: rgb(165 180 252 / 0.95);
}

.focus\:bg-indigo-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-400\/0:focus {
  background-color: rgb(129 140 248 / 0);
}

.focus\:bg-indigo-400\/10:focus {
  background-color: rgb(129 140 248 / 0.1);
}

.focus\:bg-indigo-400\/100:focus {
  background-color: rgb(129 140 248 / 1);
}

.focus\:bg-indigo-400\/15:focus {
  background-color: rgb(129 140 248 / 0.15);
}

.focus\:bg-indigo-400\/20:focus {
  background-color: rgb(129 140 248 / 0.2);
}

.focus\:bg-indigo-400\/25:focus {
  background-color: rgb(129 140 248 / 0.25);
}

.focus\:bg-indigo-400\/30:focus {
  background-color: rgb(129 140 248 / 0.3);
}

.focus\:bg-indigo-400\/35:focus {
  background-color: rgb(129 140 248 / 0.35);
}

.focus\:bg-indigo-400\/40:focus {
  background-color: rgb(129 140 248 / 0.4);
}

.focus\:bg-indigo-400\/45:focus {
  background-color: rgb(129 140 248 / 0.45);
}

.focus\:bg-indigo-400\/5:focus {
  background-color: rgb(129 140 248 / 0.05);
}

.focus\:bg-indigo-400\/50:focus {
  background-color: rgb(129 140 248 / 0.5);
}

.focus\:bg-indigo-400\/55:focus {
  background-color: rgb(129 140 248 / 0.55);
}

.focus\:bg-indigo-400\/60:focus {
  background-color: rgb(129 140 248 / 0.6);
}

.focus\:bg-indigo-400\/65:focus {
  background-color: rgb(129 140 248 / 0.65);
}

.focus\:bg-indigo-400\/70:focus {
  background-color: rgb(129 140 248 / 0.7);
}

.focus\:bg-indigo-400\/75:focus {
  background-color: rgb(129 140 248 / 0.75);
}

.focus\:bg-indigo-400\/80:focus {
  background-color: rgb(129 140 248 / 0.8);
}

.focus\:bg-indigo-400\/85:focus {
  background-color: rgb(129 140 248 / 0.85);
}

.focus\:bg-indigo-400\/90:focus {
  background-color: rgb(129 140 248 / 0.9);
}

.focus\:bg-indigo-400\/95:focus {
  background-color: rgb(129 140 248 / 0.95);
}

.focus\:bg-indigo-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-50\/0:focus {
  background-color: rgb(238 242 255 / 0);
}

.focus\:bg-indigo-50\/10:focus {
  background-color: rgb(238 242 255 / 0.1);
}

.focus\:bg-indigo-50\/100:focus {
  background-color: rgb(238 242 255 / 1);
}

.focus\:bg-indigo-50\/15:focus {
  background-color: rgb(238 242 255 / 0.15);
}

.focus\:bg-indigo-50\/20:focus {
  background-color: rgb(238 242 255 / 0.2);
}

.focus\:bg-indigo-50\/25:focus {
  background-color: rgb(238 242 255 / 0.25);
}

.focus\:bg-indigo-50\/30:focus {
  background-color: rgb(238 242 255 / 0.3);
}

.focus\:bg-indigo-50\/35:focus {
  background-color: rgb(238 242 255 / 0.35);
}

.focus\:bg-indigo-50\/40:focus {
  background-color: rgb(238 242 255 / 0.4);
}

.focus\:bg-indigo-50\/45:focus {
  background-color: rgb(238 242 255 / 0.45);
}

.focus\:bg-indigo-50\/5:focus {
  background-color: rgb(238 242 255 / 0.05);
}

.focus\:bg-indigo-50\/50:focus {
  background-color: rgb(238 242 255 / 0.5);
}

.focus\:bg-indigo-50\/55:focus {
  background-color: rgb(238 242 255 / 0.55);
}

.focus\:bg-indigo-50\/60:focus {
  background-color: rgb(238 242 255 / 0.6);
}

.focus\:bg-indigo-50\/65:focus {
  background-color: rgb(238 242 255 / 0.65);
}

.focus\:bg-indigo-50\/70:focus {
  background-color: rgb(238 242 255 / 0.7);
}

.focus\:bg-indigo-50\/75:focus {
  background-color: rgb(238 242 255 / 0.75);
}

.focus\:bg-indigo-50\/80:focus {
  background-color: rgb(238 242 255 / 0.8);
}

.focus\:bg-indigo-50\/85:focus {
  background-color: rgb(238 242 255 / 0.85);
}

.focus\:bg-indigo-50\/90:focus {
  background-color: rgb(238 242 255 / 0.9);
}

.focus\:bg-indigo-50\/95:focus {
  background-color: rgb(238 242 255 / 0.95);
}

.focus\:bg-indigo-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-500\/0:focus {
  background-color: rgb(99 102 241 / 0);
}

.focus\:bg-indigo-500\/10:focus {
  background-color: rgb(99 102 241 / 0.1);
}

.focus\:bg-indigo-500\/100:focus {
  background-color: rgb(99 102 241 / 1);
}

.focus\:bg-indigo-500\/15:focus {
  background-color: rgb(99 102 241 / 0.15);
}

.focus\:bg-indigo-500\/20:focus {
  background-color: rgb(99 102 241 / 0.2);
}

.focus\:bg-indigo-500\/25:focus {
  background-color: rgb(99 102 241 / 0.25);
}

.focus\:bg-indigo-500\/30:focus {
  background-color: rgb(99 102 241 / 0.3);
}

.focus\:bg-indigo-500\/35:focus {
  background-color: rgb(99 102 241 / 0.35);
}

.focus\:bg-indigo-500\/40:focus {
  background-color: rgb(99 102 241 / 0.4);
}

.focus\:bg-indigo-500\/45:focus {
  background-color: rgb(99 102 241 / 0.45);
}

.focus\:bg-indigo-500\/5:focus {
  background-color: rgb(99 102 241 / 0.05);
}

.focus\:bg-indigo-500\/50:focus {
  background-color: rgb(99 102 241 / 0.5);
}

.focus\:bg-indigo-500\/55:focus {
  background-color: rgb(99 102 241 / 0.55);
}

.focus\:bg-indigo-500\/60:focus {
  background-color: rgb(99 102 241 / 0.6);
}

.focus\:bg-indigo-500\/65:focus {
  background-color: rgb(99 102 241 / 0.65);
}

.focus\:bg-indigo-500\/70:focus {
  background-color: rgb(99 102 241 / 0.7);
}

.focus\:bg-indigo-500\/75:focus {
  background-color: rgb(99 102 241 / 0.75);
}

.focus\:bg-indigo-500\/80:focus {
  background-color: rgb(99 102 241 / 0.8);
}

.focus\:bg-indigo-500\/85:focus {
  background-color: rgb(99 102 241 / 0.85);
}

.focus\:bg-indigo-500\/90:focus {
  background-color: rgb(99 102 241 / 0.9);
}

.focus\:bg-indigo-500\/95:focus {
  background-color: rgb(99 102 241 / 0.95);
}

.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-600\/0:focus {
  background-color: rgb(79 70 229 / 0);
}

.focus\:bg-indigo-600\/10:focus {
  background-color: rgb(79 70 229 / 0.1);
}

.focus\:bg-indigo-600\/100:focus {
  background-color: rgb(79 70 229 / 1);
}

.focus\:bg-indigo-600\/15:focus {
  background-color: rgb(79 70 229 / 0.15);
}

.focus\:bg-indigo-600\/20:focus {
  background-color: rgb(79 70 229 / 0.2);
}

.focus\:bg-indigo-600\/25:focus {
  background-color: rgb(79 70 229 / 0.25);
}

.focus\:bg-indigo-600\/30:focus {
  background-color: rgb(79 70 229 / 0.3);
}

.focus\:bg-indigo-600\/35:focus {
  background-color: rgb(79 70 229 / 0.35);
}

.focus\:bg-indigo-600\/40:focus {
  background-color: rgb(79 70 229 / 0.4);
}

.focus\:bg-indigo-600\/45:focus {
  background-color: rgb(79 70 229 / 0.45);
}

.focus\:bg-indigo-600\/5:focus {
  background-color: rgb(79 70 229 / 0.05);
}

.focus\:bg-indigo-600\/50:focus {
  background-color: rgb(79 70 229 / 0.5);
}

.focus\:bg-indigo-600\/55:focus {
  background-color: rgb(79 70 229 / 0.55);
}

.focus\:bg-indigo-600\/60:focus {
  background-color: rgb(79 70 229 / 0.6);
}

.focus\:bg-indigo-600\/65:focus {
  background-color: rgb(79 70 229 / 0.65);
}

.focus\:bg-indigo-600\/70:focus {
  background-color: rgb(79 70 229 / 0.7);
}

.focus\:bg-indigo-600\/75:focus {
  background-color: rgb(79 70 229 / 0.75);
}

.focus\:bg-indigo-600\/80:focus {
  background-color: rgb(79 70 229 / 0.8);
}

.focus\:bg-indigo-600\/85:focus {
  background-color: rgb(79 70 229 / 0.85);
}

.focus\:bg-indigo-600\/90:focus {
  background-color: rgb(79 70 229 / 0.9);
}

.focus\:bg-indigo-600\/95:focus {
  background-color: rgb(79 70 229 / 0.95);
}

.focus\:bg-indigo-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-700\/0:focus {
  background-color: rgb(67 56 202 / 0);
}

.focus\:bg-indigo-700\/10:focus {
  background-color: rgb(67 56 202 / 0.1);
}

.focus\:bg-indigo-700\/100:focus {
  background-color: rgb(67 56 202 / 1);
}

.focus\:bg-indigo-700\/15:focus {
  background-color: rgb(67 56 202 / 0.15);
}

.focus\:bg-indigo-700\/20:focus {
  background-color: rgb(67 56 202 / 0.2);
}

.focus\:bg-indigo-700\/25:focus {
  background-color: rgb(67 56 202 / 0.25);
}

.focus\:bg-indigo-700\/30:focus {
  background-color: rgb(67 56 202 / 0.3);
}

.focus\:bg-indigo-700\/35:focus {
  background-color: rgb(67 56 202 / 0.35);
}

.focus\:bg-indigo-700\/40:focus {
  background-color: rgb(67 56 202 / 0.4);
}

.focus\:bg-indigo-700\/45:focus {
  background-color: rgb(67 56 202 / 0.45);
}

.focus\:bg-indigo-700\/5:focus {
  background-color: rgb(67 56 202 / 0.05);
}

.focus\:bg-indigo-700\/50:focus {
  background-color: rgb(67 56 202 / 0.5);
}

.focus\:bg-indigo-700\/55:focus {
  background-color: rgb(67 56 202 / 0.55);
}

.focus\:bg-indigo-700\/60:focus {
  background-color: rgb(67 56 202 / 0.6);
}

.focus\:bg-indigo-700\/65:focus {
  background-color: rgb(67 56 202 / 0.65);
}

.focus\:bg-indigo-700\/70:focus {
  background-color: rgb(67 56 202 / 0.7);
}

.focus\:bg-indigo-700\/75:focus {
  background-color: rgb(67 56 202 / 0.75);
}

.focus\:bg-indigo-700\/80:focus {
  background-color: rgb(67 56 202 / 0.8);
}

.focus\:bg-indigo-700\/85:focus {
  background-color: rgb(67 56 202 / 0.85);
}

.focus\:bg-indigo-700\/90:focus {
  background-color: rgb(67 56 202 / 0.9);
}

.focus\:bg-indigo-700\/95:focus {
  background-color: rgb(67 56 202 / 0.95);
}

.focus\:bg-indigo-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-800\/0:focus {
  background-color: rgb(55 48 163 / 0);
}

.focus\:bg-indigo-800\/10:focus {
  background-color: rgb(55 48 163 / 0.1);
}

.focus\:bg-indigo-800\/100:focus {
  background-color: rgb(55 48 163 / 1);
}

.focus\:bg-indigo-800\/15:focus {
  background-color: rgb(55 48 163 / 0.15);
}

.focus\:bg-indigo-800\/20:focus {
  background-color: rgb(55 48 163 / 0.2);
}

.focus\:bg-indigo-800\/25:focus {
  background-color: rgb(55 48 163 / 0.25);
}

.focus\:bg-indigo-800\/30:focus {
  background-color: rgb(55 48 163 / 0.3);
}

.focus\:bg-indigo-800\/35:focus {
  background-color: rgb(55 48 163 / 0.35);
}

.focus\:bg-indigo-800\/40:focus {
  background-color: rgb(55 48 163 / 0.4);
}

.focus\:bg-indigo-800\/45:focus {
  background-color: rgb(55 48 163 / 0.45);
}

.focus\:bg-indigo-800\/5:focus {
  background-color: rgb(55 48 163 / 0.05);
}

.focus\:bg-indigo-800\/50:focus {
  background-color: rgb(55 48 163 / 0.5);
}

.focus\:bg-indigo-800\/55:focus {
  background-color: rgb(55 48 163 / 0.55);
}

.focus\:bg-indigo-800\/60:focus {
  background-color: rgb(55 48 163 / 0.6);
}

.focus\:bg-indigo-800\/65:focus {
  background-color: rgb(55 48 163 / 0.65);
}

.focus\:bg-indigo-800\/70:focus {
  background-color: rgb(55 48 163 / 0.7);
}

.focus\:bg-indigo-800\/75:focus {
  background-color: rgb(55 48 163 / 0.75);
}

.focus\:bg-indigo-800\/80:focus {
  background-color: rgb(55 48 163 / 0.8);
}

.focus\:bg-indigo-800\/85:focus {
  background-color: rgb(55 48 163 / 0.85);
}

.focus\:bg-indigo-800\/90:focus {
  background-color: rgb(55 48 163 / 0.9);
}

.focus\:bg-indigo-800\/95:focus {
  background-color: rgb(55 48 163 / 0.95);
}

.focus\:bg-indigo-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-900\/0:focus {
  background-color: rgb(49 46 129 / 0);
}

.focus\:bg-indigo-900\/10:focus {
  background-color: rgb(49 46 129 / 0.1);
}

.focus\:bg-indigo-900\/100:focus {
  background-color: rgb(49 46 129 / 1);
}

.focus\:bg-indigo-900\/15:focus {
  background-color: rgb(49 46 129 / 0.15);
}

.focus\:bg-indigo-900\/20:focus {
  background-color: rgb(49 46 129 / 0.2);
}

.focus\:bg-indigo-900\/25:focus {
  background-color: rgb(49 46 129 / 0.25);
}

.focus\:bg-indigo-900\/30:focus {
  background-color: rgb(49 46 129 / 0.3);
}

.focus\:bg-indigo-900\/35:focus {
  background-color: rgb(49 46 129 / 0.35);
}

.focus\:bg-indigo-900\/40:focus {
  background-color: rgb(49 46 129 / 0.4);
}

.focus\:bg-indigo-900\/45:focus {
  background-color: rgb(49 46 129 / 0.45);
}

.focus\:bg-indigo-900\/5:focus {
  background-color: rgb(49 46 129 / 0.05);
}

.focus\:bg-indigo-900\/50:focus {
  background-color: rgb(49 46 129 / 0.5);
}

.focus\:bg-indigo-900\/55:focus {
  background-color: rgb(49 46 129 / 0.55);
}

.focus\:bg-indigo-900\/60:focus {
  background-color: rgb(49 46 129 / 0.6);
}

.focus\:bg-indigo-900\/65:focus {
  background-color: rgb(49 46 129 / 0.65);
}

.focus\:bg-indigo-900\/70:focus {
  background-color: rgb(49 46 129 / 0.7);
}

.focus\:bg-indigo-900\/75:focus {
  background-color: rgb(49 46 129 / 0.75);
}

.focus\:bg-indigo-900\/80:focus {
  background-color: rgb(49 46 129 / 0.8);
}

.focus\:bg-indigo-900\/85:focus {
  background-color: rgb(49 46 129 / 0.85);
}

.focus\:bg-indigo-900\/90:focus {
  background-color: rgb(49 46 129 / 0.9);
}

.focus\:bg-indigo-900\/95:focus {
  background-color: rgb(49 46 129 / 0.95);
}

.focus\:bg-indigo-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-950\/0:focus {
  background-color: rgb(30 27 75 / 0);
}

.focus\:bg-indigo-950\/10:focus {
  background-color: rgb(30 27 75 / 0.1);
}

.focus\:bg-indigo-950\/100:focus {
  background-color: rgb(30 27 75 / 1);
}

.focus\:bg-indigo-950\/15:focus {
  background-color: rgb(30 27 75 / 0.15);
}

.focus\:bg-indigo-950\/20:focus {
  background-color: rgb(30 27 75 / 0.2);
}

.focus\:bg-indigo-950\/25:focus {
  background-color: rgb(30 27 75 / 0.25);
}

.focus\:bg-indigo-950\/30:focus {
  background-color: rgb(30 27 75 / 0.3);
}

.focus\:bg-indigo-950\/35:focus {
  background-color: rgb(30 27 75 / 0.35);
}

.focus\:bg-indigo-950\/40:focus {
  background-color: rgb(30 27 75 / 0.4);
}

.focus\:bg-indigo-950\/45:focus {
  background-color: rgb(30 27 75 / 0.45);
}

.focus\:bg-indigo-950\/5:focus {
  background-color: rgb(30 27 75 / 0.05);
}

.focus\:bg-indigo-950\/50:focus {
  background-color: rgb(30 27 75 / 0.5);
}

.focus\:bg-indigo-950\/55:focus {
  background-color: rgb(30 27 75 / 0.55);
}

.focus\:bg-indigo-950\/60:focus {
  background-color: rgb(30 27 75 / 0.6);
}

.focus\:bg-indigo-950\/65:focus {
  background-color: rgb(30 27 75 / 0.65);
}

.focus\:bg-indigo-950\/70:focus {
  background-color: rgb(30 27 75 / 0.7);
}

.focus\:bg-indigo-950\/75:focus {
  background-color: rgb(30 27 75 / 0.75);
}

.focus\:bg-indigo-950\/80:focus {
  background-color: rgb(30 27 75 / 0.8);
}

.focus\:bg-indigo-950\/85:focus {
  background-color: rgb(30 27 75 / 0.85);
}

.focus\:bg-indigo-950\/90:focus {
  background-color: rgb(30 27 75 / 0.9);
}

.focus\:bg-indigo-950\/95:focus {
  background-color: rgb(30 27 75 / 0.95);
}

.focus\:bg-pink-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-100\/0:focus {
  background-color: rgb(252 231 243 / 0);
}

.focus\:bg-pink-100\/10:focus {
  background-color: rgb(252 231 243 / 0.1);
}

.focus\:bg-pink-100\/100:focus {
  background-color: rgb(252 231 243 / 1);
}

.focus\:bg-pink-100\/15:focus {
  background-color: rgb(252 231 243 / 0.15);
}

.focus\:bg-pink-100\/20:focus {
  background-color: rgb(252 231 243 / 0.2);
}

.focus\:bg-pink-100\/25:focus {
  background-color: rgb(252 231 243 / 0.25);
}

.focus\:bg-pink-100\/30:focus {
  background-color: rgb(252 231 243 / 0.3);
}

.focus\:bg-pink-100\/35:focus {
  background-color: rgb(252 231 243 / 0.35);
}

.focus\:bg-pink-100\/40:focus {
  background-color: rgb(252 231 243 / 0.4);
}

.focus\:bg-pink-100\/45:focus {
  background-color: rgb(252 231 243 / 0.45);
}

.focus\:bg-pink-100\/5:focus {
  background-color: rgb(252 231 243 / 0.05);
}

.focus\:bg-pink-100\/50:focus {
  background-color: rgb(252 231 243 / 0.5);
}

.focus\:bg-pink-100\/55:focus {
  background-color: rgb(252 231 243 / 0.55);
}

.focus\:bg-pink-100\/60:focus {
  background-color: rgb(252 231 243 / 0.6);
}

.focus\:bg-pink-100\/65:focus {
  background-color: rgb(252 231 243 / 0.65);
}

.focus\:bg-pink-100\/70:focus {
  background-color: rgb(252 231 243 / 0.7);
}

.focus\:bg-pink-100\/75:focus {
  background-color: rgb(252 231 243 / 0.75);
}

.focus\:bg-pink-100\/80:focus {
  background-color: rgb(252 231 243 / 0.8);
}

.focus\:bg-pink-100\/85:focus {
  background-color: rgb(252 231 243 / 0.85);
}

.focus\:bg-pink-100\/90:focus {
  background-color: rgb(252 231 243 / 0.9);
}

.focus\:bg-pink-100\/95:focus {
  background-color: rgb(252 231 243 / 0.95);
}

.focus\:bg-pink-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-200\/0:focus {
  background-color: rgb(251 207 232 / 0);
}

.focus\:bg-pink-200\/10:focus {
  background-color: rgb(251 207 232 / 0.1);
}

.focus\:bg-pink-200\/100:focus {
  background-color: rgb(251 207 232 / 1);
}

.focus\:bg-pink-200\/15:focus {
  background-color: rgb(251 207 232 / 0.15);
}

.focus\:bg-pink-200\/20:focus {
  background-color: rgb(251 207 232 / 0.2);
}

.focus\:bg-pink-200\/25:focus {
  background-color: rgb(251 207 232 / 0.25);
}

.focus\:bg-pink-200\/30:focus {
  background-color: rgb(251 207 232 / 0.3);
}

.focus\:bg-pink-200\/35:focus {
  background-color: rgb(251 207 232 / 0.35);
}

.focus\:bg-pink-200\/40:focus {
  background-color: rgb(251 207 232 / 0.4);
}

.focus\:bg-pink-200\/45:focus {
  background-color: rgb(251 207 232 / 0.45);
}

.focus\:bg-pink-200\/5:focus {
  background-color: rgb(251 207 232 / 0.05);
}

.focus\:bg-pink-200\/50:focus {
  background-color: rgb(251 207 232 / 0.5);
}

.focus\:bg-pink-200\/55:focus {
  background-color: rgb(251 207 232 / 0.55);
}

.focus\:bg-pink-200\/60:focus {
  background-color: rgb(251 207 232 / 0.6);
}

.focus\:bg-pink-200\/65:focus {
  background-color: rgb(251 207 232 / 0.65);
}

.focus\:bg-pink-200\/70:focus {
  background-color: rgb(251 207 232 / 0.7);
}

.focus\:bg-pink-200\/75:focus {
  background-color: rgb(251 207 232 / 0.75);
}

.focus\:bg-pink-200\/80:focus {
  background-color: rgb(251 207 232 / 0.8);
}

.focus\:bg-pink-200\/85:focus {
  background-color: rgb(251 207 232 / 0.85);
}

.focus\:bg-pink-200\/90:focus {
  background-color: rgb(251 207 232 / 0.9);
}

.focus\:bg-pink-200\/95:focus {
  background-color: rgb(251 207 232 / 0.95);
}

.focus\:bg-pink-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-300\/0:focus {
  background-color: rgb(249 168 212 / 0);
}

.focus\:bg-pink-300\/10:focus {
  background-color: rgb(249 168 212 / 0.1);
}

.focus\:bg-pink-300\/100:focus {
  background-color: rgb(249 168 212 / 1);
}

.focus\:bg-pink-300\/15:focus {
  background-color: rgb(249 168 212 / 0.15);
}

.focus\:bg-pink-300\/20:focus {
  background-color: rgb(249 168 212 / 0.2);
}

.focus\:bg-pink-300\/25:focus {
  background-color: rgb(249 168 212 / 0.25);
}

.focus\:bg-pink-300\/30:focus {
  background-color: rgb(249 168 212 / 0.3);
}

.focus\:bg-pink-300\/35:focus {
  background-color: rgb(249 168 212 / 0.35);
}

.focus\:bg-pink-300\/40:focus {
  background-color: rgb(249 168 212 / 0.4);
}

.focus\:bg-pink-300\/45:focus {
  background-color: rgb(249 168 212 / 0.45);
}

.focus\:bg-pink-300\/5:focus {
  background-color: rgb(249 168 212 / 0.05);
}

.focus\:bg-pink-300\/50:focus {
  background-color: rgb(249 168 212 / 0.5);
}

.focus\:bg-pink-300\/55:focus {
  background-color: rgb(249 168 212 / 0.55);
}

.focus\:bg-pink-300\/60:focus {
  background-color: rgb(249 168 212 / 0.6);
}

.focus\:bg-pink-300\/65:focus {
  background-color: rgb(249 168 212 / 0.65);
}

.focus\:bg-pink-300\/70:focus {
  background-color: rgb(249 168 212 / 0.7);
}

.focus\:bg-pink-300\/75:focus {
  background-color: rgb(249 168 212 / 0.75);
}

.focus\:bg-pink-300\/80:focus {
  background-color: rgb(249 168 212 / 0.8);
}

.focus\:bg-pink-300\/85:focus {
  background-color: rgb(249 168 212 / 0.85);
}

.focus\:bg-pink-300\/90:focus {
  background-color: rgb(249 168 212 / 0.9);
}

.focus\:bg-pink-300\/95:focus {
  background-color: rgb(249 168 212 / 0.95);
}

.focus\:bg-pink-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-400\/0:focus {
  background-color: rgb(244 114 182 / 0);
}

.focus\:bg-pink-400\/10:focus {
  background-color: rgb(244 114 182 / 0.1);
}

.focus\:bg-pink-400\/100:focus {
  background-color: rgb(244 114 182 / 1);
}

.focus\:bg-pink-400\/15:focus {
  background-color: rgb(244 114 182 / 0.15);
}

.focus\:bg-pink-400\/20:focus {
  background-color: rgb(244 114 182 / 0.2);
}

.focus\:bg-pink-400\/25:focus {
  background-color: rgb(244 114 182 / 0.25);
}

.focus\:bg-pink-400\/30:focus {
  background-color: rgb(244 114 182 / 0.3);
}

.focus\:bg-pink-400\/35:focus {
  background-color: rgb(244 114 182 / 0.35);
}

.focus\:bg-pink-400\/40:focus {
  background-color: rgb(244 114 182 / 0.4);
}

.focus\:bg-pink-400\/45:focus {
  background-color: rgb(244 114 182 / 0.45);
}

.focus\:bg-pink-400\/5:focus {
  background-color: rgb(244 114 182 / 0.05);
}

.focus\:bg-pink-400\/50:focus {
  background-color: rgb(244 114 182 / 0.5);
}

.focus\:bg-pink-400\/55:focus {
  background-color: rgb(244 114 182 / 0.55);
}

.focus\:bg-pink-400\/60:focus {
  background-color: rgb(244 114 182 / 0.6);
}

.focus\:bg-pink-400\/65:focus {
  background-color: rgb(244 114 182 / 0.65);
}

.focus\:bg-pink-400\/70:focus {
  background-color: rgb(244 114 182 / 0.7);
}

.focus\:bg-pink-400\/75:focus {
  background-color: rgb(244 114 182 / 0.75);
}

.focus\:bg-pink-400\/80:focus {
  background-color: rgb(244 114 182 / 0.8);
}

.focus\:bg-pink-400\/85:focus {
  background-color: rgb(244 114 182 / 0.85);
}

.focus\:bg-pink-400\/90:focus {
  background-color: rgb(244 114 182 / 0.9);
}

.focus\:bg-pink-400\/95:focus {
  background-color: rgb(244 114 182 / 0.95);
}

.focus\:bg-pink-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-50\/0:focus {
  background-color: rgb(253 242 248 / 0);
}

.focus\:bg-pink-50\/10:focus {
  background-color: rgb(253 242 248 / 0.1);
}

.focus\:bg-pink-50\/100:focus {
  background-color: rgb(253 242 248 / 1);
}

.focus\:bg-pink-50\/15:focus {
  background-color: rgb(253 242 248 / 0.15);
}

.focus\:bg-pink-50\/20:focus {
  background-color: rgb(253 242 248 / 0.2);
}

.focus\:bg-pink-50\/25:focus {
  background-color: rgb(253 242 248 / 0.25);
}

.focus\:bg-pink-50\/30:focus {
  background-color: rgb(253 242 248 / 0.3);
}

.focus\:bg-pink-50\/35:focus {
  background-color: rgb(253 242 248 / 0.35);
}

.focus\:bg-pink-50\/40:focus {
  background-color: rgb(253 242 248 / 0.4);
}

.focus\:bg-pink-50\/45:focus {
  background-color: rgb(253 242 248 / 0.45);
}

.focus\:bg-pink-50\/5:focus {
  background-color: rgb(253 242 248 / 0.05);
}

.focus\:bg-pink-50\/50:focus {
  background-color: rgb(253 242 248 / 0.5);
}

.focus\:bg-pink-50\/55:focus {
  background-color: rgb(253 242 248 / 0.55);
}

.focus\:bg-pink-50\/60:focus {
  background-color: rgb(253 242 248 / 0.6);
}

.focus\:bg-pink-50\/65:focus {
  background-color: rgb(253 242 248 / 0.65);
}

.focus\:bg-pink-50\/70:focus {
  background-color: rgb(253 242 248 / 0.7);
}

.focus\:bg-pink-50\/75:focus {
  background-color: rgb(253 242 248 / 0.75);
}

.focus\:bg-pink-50\/80:focus {
  background-color: rgb(253 242 248 / 0.8);
}

.focus\:bg-pink-50\/85:focus {
  background-color: rgb(253 242 248 / 0.85);
}

.focus\:bg-pink-50\/90:focus {
  background-color: rgb(253 242 248 / 0.9);
}

.focus\:bg-pink-50\/95:focus {
  background-color: rgb(253 242 248 / 0.95);
}

.focus\:bg-pink-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-500\/0:focus {
  background-color: rgb(236 72 153 / 0);
}

.focus\:bg-pink-500\/10:focus {
  background-color: rgb(236 72 153 / 0.1);
}

.focus\:bg-pink-500\/100:focus {
  background-color: rgb(236 72 153 / 1);
}

.focus\:bg-pink-500\/15:focus {
  background-color: rgb(236 72 153 / 0.15);
}

.focus\:bg-pink-500\/20:focus {
  background-color: rgb(236 72 153 / 0.2);
}

.focus\:bg-pink-500\/25:focus {
  background-color: rgb(236 72 153 / 0.25);
}

.focus\:bg-pink-500\/30:focus {
  background-color: rgb(236 72 153 / 0.3);
}

.focus\:bg-pink-500\/35:focus {
  background-color: rgb(236 72 153 / 0.35);
}

.focus\:bg-pink-500\/40:focus {
  background-color: rgb(236 72 153 / 0.4);
}

.focus\:bg-pink-500\/45:focus {
  background-color: rgb(236 72 153 / 0.45);
}

.focus\:bg-pink-500\/5:focus {
  background-color: rgb(236 72 153 / 0.05);
}

.focus\:bg-pink-500\/50:focus {
  background-color: rgb(236 72 153 / 0.5);
}

.focus\:bg-pink-500\/55:focus {
  background-color: rgb(236 72 153 / 0.55);
}

.focus\:bg-pink-500\/60:focus {
  background-color: rgb(236 72 153 / 0.6);
}

.focus\:bg-pink-500\/65:focus {
  background-color: rgb(236 72 153 / 0.65);
}

.focus\:bg-pink-500\/70:focus {
  background-color: rgb(236 72 153 / 0.7);
}

.focus\:bg-pink-500\/75:focus {
  background-color: rgb(236 72 153 / 0.75);
}

.focus\:bg-pink-500\/80:focus {
  background-color: rgb(236 72 153 / 0.8);
}

.focus\:bg-pink-500\/85:focus {
  background-color: rgb(236 72 153 / 0.85);
}

.focus\:bg-pink-500\/90:focus {
  background-color: rgb(236 72 153 / 0.9);
}

.focus\:bg-pink-500\/95:focus {
  background-color: rgb(236 72 153 / 0.95);
}

.focus\:bg-pink-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-600\/0:focus {
  background-color: rgb(219 39 119 / 0);
}

.focus\:bg-pink-600\/10:focus {
  background-color: rgb(219 39 119 / 0.1);
}

.focus\:bg-pink-600\/100:focus {
  background-color: rgb(219 39 119 / 1);
}

.focus\:bg-pink-600\/15:focus {
  background-color: rgb(219 39 119 / 0.15);
}

.focus\:bg-pink-600\/20:focus {
  background-color: rgb(219 39 119 / 0.2);
}

.focus\:bg-pink-600\/25:focus {
  background-color: rgb(219 39 119 / 0.25);
}

.focus\:bg-pink-600\/30:focus {
  background-color: rgb(219 39 119 / 0.3);
}

.focus\:bg-pink-600\/35:focus {
  background-color: rgb(219 39 119 / 0.35);
}

.focus\:bg-pink-600\/40:focus {
  background-color: rgb(219 39 119 / 0.4);
}

.focus\:bg-pink-600\/45:focus {
  background-color: rgb(219 39 119 / 0.45);
}

.focus\:bg-pink-600\/5:focus {
  background-color: rgb(219 39 119 / 0.05);
}

.focus\:bg-pink-600\/50:focus {
  background-color: rgb(219 39 119 / 0.5);
}

.focus\:bg-pink-600\/55:focus {
  background-color: rgb(219 39 119 / 0.55);
}

.focus\:bg-pink-600\/60:focus {
  background-color: rgb(219 39 119 / 0.6);
}

.focus\:bg-pink-600\/65:focus {
  background-color: rgb(219 39 119 / 0.65);
}

.focus\:bg-pink-600\/70:focus {
  background-color: rgb(219 39 119 / 0.7);
}

.focus\:bg-pink-600\/75:focus {
  background-color: rgb(219 39 119 / 0.75);
}

.focus\:bg-pink-600\/80:focus {
  background-color: rgb(219 39 119 / 0.8);
}

.focus\:bg-pink-600\/85:focus {
  background-color: rgb(219 39 119 / 0.85);
}

.focus\:bg-pink-600\/90:focus {
  background-color: rgb(219 39 119 / 0.9);
}

.focus\:bg-pink-600\/95:focus {
  background-color: rgb(219 39 119 / 0.95);
}

.focus\:bg-pink-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-700\/0:focus {
  background-color: rgb(190 24 93 / 0);
}

.focus\:bg-pink-700\/10:focus {
  background-color: rgb(190 24 93 / 0.1);
}

.focus\:bg-pink-700\/100:focus {
  background-color: rgb(190 24 93 / 1);
}

.focus\:bg-pink-700\/15:focus {
  background-color: rgb(190 24 93 / 0.15);
}

.focus\:bg-pink-700\/20:focus {
  background-color: rgb(190 24 93 / 0.2);
}

.focus\:bg-pink-700\/25:focus {
  background-color: rgb(190 24 93 / 0.25);
}

.focus\:bg-pink-700\/30:focus {
  background-color: rgb(190 24 93 / 0.3);
}

.focus\:bg-pink-700\/35:focus {
  background-color: rgb(190 24 93 / 0.35);
}

.focus\:bg-pink-700\/40:focus {
  background-color: rgb(190 24 93 / 0.4);
}

.focus\:bg-pink-700\/45:focus {
  background-color: rgb(190 24 93 / 0.45);
}

.focus\:bg-pink-700\/5:focus {
  background-color: rgb(190 24 93 / 0.05);
}

.focus\:bg-pink-700\/50:focus {
  background-color: rgb(190 24 93 / 0.5);
}

.focus\:bg-pink-700\/55:focus {
  background-color: rgb(190 24 93 / 0.55);
}

.focus\:bg-pink-700\/60:focus {
  background-color: rgb(190 24 93 / 0.6);
}

.focus\:bg-pink-700\/65:focus {
  background-color: rgb(190 24 93 / 0.65);
}

.focus\:bg-pink-700\/70:focus {
  background-color: rgb(190 24 93 / 0.7);
}

.focus\:bg-pink-700\/75:focus {
  background-color: rgb(190 24 93 / 0.75);
}

.focus\:bg-pink-700\/80:focus {
  background-color: rgb(190 24 93 / 0.8);
}

.focus\:bg-pink-700\/85:focus {
  background-color: rgb(190 24 93 / 0.85);
}

.focus\:bg-pink-700\/90:focus {
  background-color: rgb(190 24 93 / 0.9);
}

.focus\:bg-pink-700\/95:focus {
  background-color: rgb(190 24 93 / 0.95);
}

.focus\:bg-pink-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-800\/0:focus {
  background-color: rgb(157 23 77 / 0);
}

.focus\:bg-pink-800\/10:focus {
  background-color: rgb(157 23 77 / 0.1);
}

.focus\:bg-pink-800\/100:focus {
  background-color: rgb(157 23 77 / 1);
}

.focus\:bg-pink-800\/15:focus {
  background-color: rgb(157 23 77 / 0.15);
}

.focus\:bg-pink-800\/20:focus {
  background-color: rgb(157 23 77 / 0.2);
}

.focus\:bg-pink-800\/25:focus {
  background-color: rgb(157 23 77 / 0.25);
}

.focus\:bg-pink-800\/30:focus {
  background-color: rgb(157 23 77 / 0.3);
}

.focus\:bg-pink-800\/35:focus {
  background-color: rgb(157 23 77 / 0.35);
}

.focus\:bg-pink-800\/40:focus {
  background-color: rgb(157 23 77 / 0.4);
}

.focus\:bg-pink-800\/45:focus {
  background-color: rgb(157 23 77 / 0.45);
}

.focus\:bg-pink-800\/5:focus {
  background-color: rgb(157 23 77 / 0.05);
}

.focus\:bg-pink-800\/50:focus {
  background-color: rgb(157 23 77 / 0.5);
}

.focus\:bg-pink-800\/55:focus {
  background-color: rgb(157 23 77 / 0.55);
}

.focus\:bg-pink-800\/60:focus {
  background-color: rgb(157 23 77 / 0.6);
}

.focus\:bg-pink-800\/65:focus {
  background-color: rgb(157 23 77 / 0.65);
}

.focus\:bg-pink-800\/70:focus {
  background-color: rgb(157 23 77 / 0.7);
}

.focus\:bg-pink-800\/75:focus {
  background-color: rgb(157 23 77 / 0.75);
}

.focus\:bg-pink-800\/80:focus {
  background-color: rgb(157 23 77 / 0.8);
}

.focus\:bg-pink-800\/85:focus {
  background-color: rgb(157 23 77 / 0.85);
}

.focus\:bg-pink-800\/90:focus {
  background-color: rgb(157 23 77 / 0.9);
}

.focus\:bg-pink-800\/95:focus {
  background-color: rgb(157 23 77 / 0.95);
}

.focus\:bg-pink-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-900\/0:focus {
  background-color: rgb(131 24 67 / 0);
}

.focus\:bg-pink-900\/10:focus {
  background-color: rgb(131 24 67 / 0.1);
}

.focus\:bg-pink-900\/100:focus {
  background-color: rgb(131 24 67 / 1);
}

.focus\:bg-pink-900\/15:focus {
  background-color: rgb(131 24 67 / 0.15);
}

.focus\:bg-pink-900\/20:focus {
  background-color: rgb(131 24 67 / 0.2);
}

.focus\:bg-pink-900\/25:focus {
  background-color: rgb(131 24 67 / 0.25);
}

.focus\:bg-pink-900\/30:focus {
  background-color: rgb(131 24 67 / 0.3);
}

.focus\:bg-pink-900\/35:focus {
  background-color: rgb(131 24 67 / 0.35);
}

.focus\:bg-pink-900\/40:focus {
  background-color: rgb(131 24 67 / 0.4);
}

.focus\:bg-pink-900\/45:focus {
  background-color: rgb(131 24 67 / 0.45);
}

.focus\:bg-pink-900\/5:focus {
  background-color: rgb(131 24 67 / 0.05);
}

.focus\:bg-pink-900\/50:focus {
  background-color: rgb(131 24 67 / 0.5);
}

.focus\:bg-pink-900\/55:focus {
  background-color: rgb(131 24 67 / 0.55);
}

.focus\:bg-pink-900\/60:focus {
  background-color: rgb(131 24 67 / 0.6);
}

.focus\:bg-pink-900\/65:focus {
  background-color: rgb(131 24 67 / 0.65);
}

.focus\:bg-pink-900\/70:focus {
  background-color: rgb(131 24 67 / 0.7);
}

.focus\:bg-pink-900\/75:focus {
  background-color: rgb(131 24 67 / 0.75);
}

.focus\:bg-pink-900\/80:focus {
  background-color: rgb(131 24 67 / 0.8);
}

.focus\:bg-pink-900\/85:focus {
  background-color: rgb(131 24 67 / 0.85);
}

.focus\:bg-pink-900\/90:focus {
  background-color: rgb(131 24 67 / 0.9);
}

.focus\:bg-pink-900\/95:focus {
  background-color: rgb(131 24 67 / 0.95);
}

.focus\:bg-pink-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-950\/0:focus {
  background-color: rgb(80 7 36 / 0);
}

.focus\:bg-pink-950\/10:focus {
  background-color: rgb(80 7 36 / 0.1);
}

.focus\:bg-pink-950\/100:focus {
  background-color: rgb(80 7 36 / 1);
}

.focus\:bg-pink-950\/15:focus {
  background-color: rgb(80 7 36 / 0.15);
}

.focus\:bg-pink-950\/20:focus {
  background-color: rgb(80 7 36 / 0.2);
}

.focus\:bg-pink-950\/25:focus {
  background-color: rgb(80 7 36 / 0.25);
}

.focus\:bg-pink-950\/30:focus {
  background-color: rgb(80 7 36 / 0.3);
}

.focus\:bg-pink-950\/35:focus {
  background-color: rgb(80 7 36 / 0.35);
}

.focus\:bg-pink-950\/40:focus {
  background-color: rgb(80 7 36 / 0.4);
}

.focus\:bg-pink-950\/45:focus {
  background-color: rgb(80 7 36 / 0.45);
}

.focus\:bg-pink-950\/5:focus {
  background-color: rgb(80 7 36 / 0.05);
}

.focus\:bg-pink-950\/50:focus {
  background-color: rgb(80 7 36 / 0.5);
}

.focus\:bg-pink-950\/55:focus {
  background-color: rgb(80 7 36 / 0.55);
}

.focus\:bg-pink-950\/60:focus {
  background-color: rgb(80 7 36 / 0.6);
}

.focus\:bg-pink-950\/65:focus {
  background-color: rgb(80 7 36 / 0.65);
}

.focus\:bg-pink-950\/70:focus {
  background-color: rgb(80 7 36 / 0.7);
}

.focus\:bg-pink-950\/75:focus {
  background-color: rgb(80 7 36 / 0.75);
}

.focus\:bg-pink-950\/80:focus {
  background-color: rgb(80 7 36 / 0.8);
}

.focus\:bg-pink-950\/85:focus {
  background-color: rgb(80 7 36 / 0.85);
}

.focus\:bg-pink-950\/90:focus {
  background-color: rgb(80 7 36 / 0.9);
}

.focus\:bg-pink-950\/95:focus {
  background-color: rgb(80 7 36 / 0.95);
}

.focus\:bg-purple-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-purple-100\/0:focus {
  background-color: rgb(243 232 255 / 0);
}

.focus\:bg-purple-100\/10:focus {
  background-color: rgb(243 232 255 / 0.1);
}

.focus\:bg-purple-100\/100:focus {
  background-color: rgb(243 232 255 / 1);
}

.focus\:bg-purple-100\/15:focus {
  background-color: rgb(243 232 255 / 0.15);
}

.focus\:bg-purple-100\/20:focus {
  background-color: rgb(243 232 255 / 0.2);
}

.focus\:bg-purple-100\/25:focus {
  background-color: rgb(243 232 255 / 0.25);
}

.focus\:bg-purple-100\/30:focus {
  background-color: rgb(243 232 255 / 0.3);
}

.focus\:bg-purple-100\/35:focus {
  background-color: rgb(243 232 255 / 0.35);
}

.focus\:bg-purple-100\/40:focus {
  background-color: rgb(243 232 255 / 0.4);
}

.focus\:bg-purple-100\/45:focus {
  background-color: rgb(243 232 255 / 0.45);
}

.focus\:bg-purple-100\/5:focus {
  background-color: rgb(243 232 255 / 0.05);
}

.focus\:bg-purple-100\/50:focus {
  background-color: rgb(243 232 255 / 0.5);
}

.focus\:bg-purple-100\/55:focus {
  background-color: rgb(243 232 255 / 0.55);
}

.focus\:bg-purple-100\/60:focus {
  background-color: rgb(243 232 255 / 0.6);
}

.focus\:bg-purple-100\/65:focus {
  background-color: rgb(243 232 255 / 0.65);
}

.focus\:bg-purple-100\/70:focus {
  background-color: rgb(243 232 255 / 0.7);
}

.focus\:bg-purple-100\/75:focus {
  background-color: rgb(243 232 255 / 0.75);
}

.focus\:bg-purple-100\/80:focus {
  background-color: rgb(243 232 255 / 0.8);
}

.focus\:bg-purple-100\/85:focus {
  background-color: rgb(243 232 255 / 0.85);
}

.focus\:bg-purple-100\/90:focus {
  background-color: rgb(243 232 255 / 0.9);
}

.focus\:bg-purple-100\/95:focus {
  background-color: rgb(243 232 255 / 0.95);
}

.focus\:bg-purple-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-purple-200\/0:focus {
  background-color: rgb(233 213 255 / 0);
}

.focus\:bg-purple-200\/10:focus {
  background-color: rgb(233 213 255 / 0.1);
}

.focus\:bg-purple-200\/100:focus {
  background-color: rgb(233 213 255 / 1);
}

.focus\:bg-purple-200\/15:focus {
  background-color: rgb(233 213 255 / 0.15);
}

.focus\:bg-purple-200\/20:focus {
  background-color: rgb(233 213 255 / 0.2);
}

.focus\:bg-purple-200\/25:focus {
  background-color: rgb(233 213 255 / 0.25);
}

.focus\:bg-purple-200\/30:focus {
  background-color: rgb(233 213 255 / 0.3);
}

.focus\:bg-purple-200\/35:focus {
  background-color: rgb(233 213 255 / 0.35);
}

.focus\:bg-purple-200\/40:focus {
  background-color: rgb(233 213 255 / 0.4);
}

.focus\:bg-purple-200\/45:focus {
  background-color: rgb(233 213 255 / 0.45);
}

.focus\:bg-purple-200\/5:focus {
  background-color: rgb(233 213 255 / 0.05);
}

.focus\:bg-purple-200\/50:focus {
  background-color: rgb(233 213 255 / 0.5);
}

.focus\:bg-purple-200\/55:focus {
  background-color: rgb(233 213 255 / 0.55);
}

.focus\:bg-purple-200\/60:focus {
  background-color: rgb(233 213 255 / 0.6);
}

.focus\:bg-purple-200\/65:focus {
  background-color: rgb(233 213 255 / 0.65);
}

.focus\:bg-purple-200\/70:focus {
  background-color: rgb(233 213 255 / 0.7);
}

.focus\:bg-purple-200\/75:focus {
  background-color: rgb(233 213 255 / 0.75);
}

.focus\:bg-purple-200\/80:focus {
  background-color: rgb(233 213 255 / 0.8);
}

.focus\:bg-purple-200\/85:focus {
  background-color: rgb(233 213 255 / 0.85);
}

.focus\:bg-purple-200\/90:focus {
  background-color: rgb(233 213 255 / 0.9);
}

.focus\:bg-purple-200\/95:focus {
  background-color: rgb(233 213 255 / 0.95);
}

.focus\:bg-purple-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}

.focus\:bg-purple-300\/0:focus {
  background-color: rgb(216 180 254 / 0);
}

.focus\:bg-purple-300\/10:focus {
  background-color: rgb(216 180 254 / 0.1);
}

.focus\:bg-purple-300\/100:focus {
  background-color: rgb(216 180 254 / 1);
}

.focus\:bg-purple-300\/15:focus {
  background-color: rgb(216 180 254 / 0.15);
}

.focus\:bg-purple-300\/20:focus {
  background-color: rgb(216 180 254 / 0.2);
}

.focus\:bg-purple-300\/25:focus {
  background-color: rgb(216 180 254 / 0.25);
}

.focus\:bg-purple-300\/30:focus {
  background-color: rgb(216 180 254 / 0.3);
}

.focus\:bg-purple-300\/35:focus {
  background-color: rgb(216 180 254 / 0.35);
}

.focus\:bg-purple-300\/40:focus {
  background-color: rgb(216 180 254 / 0.4);
}

.focus\:bg-purple-300\/45:focus {
  background-color: rgb(216 180 254 / 0.45);
}

.focus\:bg-purple-300\/5:focus {
  background-color: rgb(216 180 254 / 0.05);
}

.focus\:bg-purple-300\/50:focus {
  background-color: rgb(216 180 254 / 0.5);
}

.focus\:bg-purple-300\/55:focus {
  background-color: rgb(216 180 254 / 0.55);
}

.focus\:bg-purple-300\/60:focus {
  background-color: rgb(216 180 254 / 0.6);
}

.focus\:bg-purple-300\/65:focus {
  background-color: rgb(216 180 254 / 0.65);
}

.focus\:bg-purple-300\/70:focus {
  background-color: rgb(216 180 254 / 0.7);
}

.focus\:bg-purple-300\/75:focus {
  background-color: rgb(216 180 254 / 0.75);
}

.focus\:bg-purple-300\/80:focus {
  background-color: rgb(216 180 254 / 0.8);
}

.focus\:bg-purple-300\/85:focus {
  background-color: rgb(216 180 254 / 0.85);
}

.focus\:bg-purple-300\/90:focus {
  background-color: rgb(216 180 254 / 0.9);
}

.focus\:bg-purple-300\/95:focus {
  background-color: rgb(216 180 254 / 0.95);
}

.focus\:bg-purple-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}

.focus\:bg-purple-400\/0:focus {
  background-color: rgb(192 132 252 / 0);
}

.focus\:bg-purple-400\/10:focus {
  background-color: rgb(192 132 252 / 0.1);
}

.focus\:bg-purple-400\/100:focus {
  background-color: rgb(192 132 252 / 1);
}

.focus\:bg-purple-400\/15:focus {
  background-color: rgb(192 132 252 / 0.15);
}

.focus\:bg-purple-400\/20:focus {
  background-color: rgb(192 132 252 / 0.2);
}

.focus\:bg-purple-400\/25:focus {
  background-color: rgb(192 132 252 / 0.25);
}

.focus\:bg-purple-400\/30:focus {
  background-color: rgb(192 132 252 / 0.3);
}

.focus\:bg-purple-400\/35:focus {
  background-color: rgb(192 132 252 / 0.35);
}

.focus\:bg-purple-400\/40:focus {
  background-color: rgb(192 132 252 / 0.4);
}

.focus\:bg-purple-400\/45:focus {
  background-color: rgb(192 132 252 / 0.45);
}

.focus\:bg-purple-400\/5:focus {
  background-color: rgb(192 132 252 / 0.05);
}

.focus\:bg-purple-400\/50:focus {
  background-color: rgb(192 132 252 / 0.5);
}

.focus\:bg-purple-400\/55:focus {
  background-color: rgb(192 132 252 / 0.55);
}

.focus\:bg-purple-400\/60:focus {
  background-color: rgb(192 132 252 / 0.6);
}

.focus\:bg-purple-400\/65:focus {
  background-color: rgb(192 132 252 / 0.65);
}

.focus\:bg-purple-400\/70:focus {
  background-color: rgb(192 132 252 / 0.7);
}

.focus\:bg-purple-400\/75:focus {
  background-color: rgb(192 132 252 / 0.75);
}

.focus\:bg-purple-400\/80:focus {
  background-color: rgb(192 132 252 / 0.8);
}

.focus\:bg-purple-400\/85:focus {
  background-color: rgb(192 132 252 / 0.85);
}

.focus\:bg-purple-400\/90:focus {
  background-color: rgb(192 132 252 / 0.9);
}

.focus\:bg-purple-400\/95:focus {
  background-color: rgb(192 132 252 / 0.95);
}

.focus\:bg-purple-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-purple-50\/0:focus {
  background-color: rgb(250 245 255 / 0);
}

.focus\:bg-purple-50\/10:focus {
  background-color: rgb(250 245 255 / 0.1);
}

.focus\:bg-purple-50\/100:focus {
  background-color: rgb(250 245 255 / 1);
}

.focus\:bg-purple-50\/15:focus {
  background-color: rgb(250 245 255 / 0.15);
}

.focus\:bg-purple-50\/20:focus {
  background-color: rgb(250 245 255 / 0.2);
}

.focus\:bg-purple-50\/25:focus {
  background-color: rgb(250 245 255 / 0.25);
}

.focus\:bg-purple-50\/30:focus {
  background-color: rgb(250 245 255 / 0.3);
}

.focus\:bg-purple-50\/35:focus {
  background-color: rgb(250 245 255 / 0.35);
}

.focus\:bg-purple-50\/40:focus {
  background-color: rgb(250 245 255 / 0.4);
}

.focus\:bg-purple-50\/45:focus {
  background-color: rgb(250 245 255 / 0.45);
}

.focus\:bg-purple-50\/5:focus {
  background-color: rgb(250 245 255 / 0.05);
}

.focus\:bg-purple-50\/50:focus {
  background-color: rgb(250 245 255 / 0.5);
}

.focus\:bg-purple-50\/55:focus {
  background-color: rgb(250 245 255 / 0.55);
}

.focus\:bg-purple-50\/60:focus {
  background-color: rgb(250 245 255 / 0.6);
}

.focus\:bg-purple-50\/65:focus {
  background-color: rgb(250 245 255 / 0.65);
}

.focus\:bg-purple-50\/70:focus {
  background-color: rgb(250 245 255 / 0.7);
}

.focus\:bg-purple-50\/75:focus {
  background-color: rgb(250 245 255 / 0.75);
}

.focus\:bg-purple-50\/80:focus {
  background-color: rgb(250 245 255 / 0.8);
}

.focus\:bg-purple-50\/85:focus {
  background-color: rgb(250 245 255 / 0.85);
}

.focus\:bg-purple-50\/90:focus {
  background-color: rgb(250 245 255 / 0.9);
}

.focus\:bg-purple-50\/95:focus {
  background-color: rgb(250 245 255 / 0.95);
}

.focus\:bg-purple-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.focus\:bg-purple-500\/0:focus {
  background-color: rgb(168 85 247 / 0);
}

.focus\:bg-purple-500\/10:focus {
  background-color: rgb(168 85 247 / 0.1);
}

.focus\:bg-purple-500\/100:focus {
  background-color: rgb(168 85 247 / 1);
}

.focus\:bg-purple-500\/15:focus {
  background-color: rgb(168 85 247 / 0.15);
}

.focus\:bg-purple-500\/20:focus {
  background-color: rgb(168 85 247 / 0.2);
}

.focus\:bg-purple-500\/25:focus {
  background-color: rgb(168 85 247 / 0.25);
}

.focus\:bg-purple-500\/30:focus {
  background-color: rgb(168 85 247 / 0.3);
}

.focus\:bg-purple-500\/35:focus {
  background-color: rgb(168 85 247 / 0.35);
}

.focus\:bg-purple-500\/40:focus {
  background-color: rgb(168 85 247 / 0.4);
}

.focus\:bg-purple-500\/45:focus {
  background-color: rgb(168 85 247 / 0.45);
}

.focus\:bg-purple-500\/5:focus {
  background-color: rgb(168 85 247 / 0.05);
}

.focus\:bg-purple-500\/50:focus {
  background-color: rgb(168 85 247 / 0.5);
}

.focus\:bg-purple-500\/55:focus {
  background-color: rgb(168 85 247 / 0.55);
}

.focus\:bg-purple-500\/60:focus {
  background-color: rgb(168 85 247 / 0.6);
}

.focus\:bg-purple-500\/65:focus {
  background-color: rgb(168 85 247 / 0.65);
}

.focus\:bg-purple-500\/70:focus {
  background-color: rgb(168 85 247 / 0.7);
}

.focus\:bg-purple-500\/75:focus {
  background-color: rgb(168 85 247 / 0.75);
}

.focus\:bg-purple-500\/80:focus {
  background-color: rgb(168 85 247 / 0.8);
}

.focus\:bg-purple-500\/85:focus {
  background-color: rgb(168 85 247 / 0.85);
}

.focus\:bg-purple-500\/90:focus {
  background-color: rgb(168 85 247 / 0.9);
}

.focus\:bg-purple-500\/95:focus {
  background-color: rgb(168 85 247 / 0.95);
}

.focus\:bg-purple-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.focus\:bg-purple-600\/0:focus {
  background-color: rgb(147 51 234 / 0);
}

.focus\:bg-purple-600\/10:focus {
  background-color: rgb(147 51 234 / 0.1);
}

.focus\:bg-purple-600\/100:focus {
  background-color: rgb(147 51 234 / 1);
}

.focus\:bg-purple-600\/15:focus {
  background-color: rgb(147 51 234 / 0.15);
}

.focus\:bg-purple-600\/20:focus {
  background-color: rgb(147 51 234 / 0.2);
}

.focus\:bg-purple-600\/25:focus {
  background-color: rgb(147 51 234 / 0.25);
}

.focus\:bg-purple-600\/30:focus {
  background-color: rgb(147 51 234 / 0.3);
}

.focus\:bg-purple-600\/35:focus {
  background-color: rgb(147 51 234 / 0.35);
}

.focus\:bg-purple-600\/40:focus {
  background-color: rgb(147 51 234 / 0.4);
}

.focus\:bg-purple-600\/45:focus {
  background-color: rgb(147 51 234 / 0.45);
}

.focus\:bg-purple-600\/5:focus {
  background-color: rgb(147 51 234 / 0.05);
}

.focus\:bg-purple-600\/50:focus {
  background-color: rgb(147 51 234 / 0.5);
}

.focus\:bg-purple-600\/55:focus {
  background-color: rgb(147 51 234 / 0.55);
}

.focus\:bg-purple-600\/60:focus {
  background-color: rgb(147 51 234 / 0.6);
}

.focus\:bg-purple-600\/65:focus {
  background-color: rgb(147 51 234 / 0.65);
}

.focus\:bg-purple-600\/70:focus {
  background-color: rgb(147 51 234 / 0.7);
}

.focus\:bg-purple-600\/75:focus {
  background-color: rgb(147 51 234 / 0.75);
}

.focus\:bg-purple-600\/80:focus {
  background-color: rgb(147 51 234 / 0.8);
}

.focus\:bg-purple-600\/85:focus {
  background-color: rgb(147 51 234 / 0.85);
}

.focus\:bg-purple-600\/90:focus {
  background-color: rgb(147 51 234 / 0.9);
}

.focus\:bg-purple-600\/95:focus {
  background-color: rgb(147 51 234 / 0.95);
}

.focus\:bg-purple-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.focus\:bg-purple-700\/0:focus {
  background-color: rgb(126 34 206 / 0);
}

.focus\:bg-purple-700\/10:focus {
  background-color: rgb(126 34 206 / 0.1);
}

.focus\:bg-purple-700\/100:focus {
  background-color: rgb(126 34 206 / 1);
}

.focus\:bg-purple-700\/15:focus {
  background-color: rgb(126 34 206 / 0.15);
}

.focus\:bg-purple-700\/20:focus {
  background-color: rgb(126 34 206 / 0.2);
}

.focus\:bg-purple-700\/25:focus {
  background-color: rgb(126 34 206 / 0.25);
}

.focus\:bg-purple-700\/30:focus {
  background-color: rgb(126 34 206 / 0.3);
}

.focus\:bg-purple-700\/35:focus {
  background-color: rgb(126 34 206 / 0.35);
}

.focus\:bg-purple-700\/40:focus {
  background-color: rgb(126 34 206 / 0.4);
}

.focus\:bg-purple-700\/45:focus {
  background-color: rgb(126 34 206 / 0.45);
}

.focus\:bg-purple-700\/5:focus {
  background-color: rgb(126 34 206 / 0.05);
}

.focus\:bg-purple-700\/50:focus {
  background-color: rgb(126 34 206 / 0.5);
}

.focus\:bg-purple-700\/55:focus {
  background-color: rgb(126 34 206 / 0.55);
}

.focus\:bg-purple-700\/60:focus {
  background-color: rgb(126 34 206 / 0.6);
}

.focus\:bg-purple-700\/65:focus {
  background-color: rgb(126 34 206 / 0.65);
}

.focus\:bg-purple-700\/70:focus {
  background-color: rgb(126 34 206 / 0.7);
}

.focus\:bg-purple-700\/75:focus {
  background-color: rgb(126 34 206 / 0.75);
}

.focus\:bg-purple-700\/80:focus {
  background-color: rgb(126 34 206 / 0.8);
}

.focus\:bg-purple-700\/85:focus {
  background-color: rgb(126 34 206 / 0.85);
}

.focus\:bg-purple-700\/90:focus {
  background-color: rgb(126 34 206 / 0.9);
}

.focus\:bg-purple-700\/95:focus {
  background-color: rgb(126 34 206 / 0.95);
}

.focus\:bg-purple-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}

.focus\:bg-purple-800\/0:focus {
  background-color: rgb(107 33 168 / 0);
}

.focus\:bg-purple-800\/10:focus {
  background-color: rgb(107 33 168 / 0.1);
}

.focus\:bg-purple-800\/100:focus {
  background-color: rgb(107 33 168 / 1);
}

.focus\:bg-purple-800\/15:focus {
  background-color: rgb(107 33 168 / 0.15);
}

.focus\:bg-purple-800\/20:focus {
  background-color: rgb(107 33 168 / 0.2);
}

.focus\:bg-purple-800\/25:focus {
  background-color: rgb(107 33 168 / 0.25);
}

.focus\:bg-purple-800\/30:focus {
  background-color: rgb(107 33 168 / 0.3);
}

.focus\:bg-purple-800\/35:focus {
  background-color: rgb(107 33 168 / 0.35);
}

.focus\:bg-purple-800\/40:focus {
  background-color: rgb(107 33 168 / 0.4);
}

.focus\:bg-purple-800\/45:focus {
  background-color: rgb(107 33 168 / 0.45);
}

.focus\:bg-purple-800\/5:focus {
  background-color: rgb(107 33 168 / 0.05);
}

.focus\:bg-purple-800\/50:focus {
  background-color: rgb(107 33 168 / 0.5);
}

.focus\:bg-purple-800\/55:focus {
  background-color: rgb(107 33 168 / 0.55);
}

.focus\:bg-purple-800\/60:focus {
  background-color: rgb(107 33 168 / 0.6);
}

.focus\:bg-purple-800\/65:focus {
  background-color: rgb(107 33 168 / 0.65);
}

.focus\:bg-purple-800\/70:focus {
  background-color: rgb(107 33 168 / 0.7);
}

.focus\:bg-purple-800\/75:focus {
  background-color: rgb(107 33 168 / 0.75);
}

.focus\:bg-purple-800\/80:focus {
  background-color: rgb(107 33 168 / 0.8);
}

.focus\:bg-purple-800\/85:focus {
  background-color: rgb(107 33 168 / 0.85);
}

.focus\:bg-purple-800\/90:focus {
  background-color: rgb(107 33 168 / 0.9);
}

.focus\:bg-purple-800\/95:focus {
  background-color: rgb(107 33 168 / 0.95);
}

.focus\:bg-purple-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}

.focus\:bg-purple-900\/0:focus {
  background-color: rgb(88 28 135 / 0);
}

.focus\:bg-purple-900\/10:focus {
  background-color: rgb(88 28 135 / 0.1);
}

.focus\:bg-purple-900\/100:focus {
  background-color: rgb(88 28 135 / 1);
}

.focus\:bg-purple-900\/15:focus {
  background-color: rgb(88 28 135 / 0.15);
}

.focus\:bg-purple-900\/20:focus {
  background-color: rgb(88 28 135 / 0.2);
}

.focus\:bg-purple-900\/25:focus {
  background-color: rgb(88 28 135 / 0.25);
}

.focus\:bg-purple-900\/30:focus {
  background-color: rgb(88 28 135 / 0.3);
}

.focus\:bg-purple-900\/35:focus {
  background-color: rgb(88 28 135 / 0.35);
}

.focus\:bg-purple-900\/40:focus {
  background-color: rgb(88 28 135 / 0.4);
}

.focus\:bg-purple-900\/45:focus {
  background-color: rgb(88 28 135 / 0.45);
}

.focus\:bg-purple-900\/5:focus {
  background-color: rgb(88 28 135 / 0.05);
}

.focus\:bg-purple-900\/50:focus {
  background-color: rgb(88 28 135 / 0.5);
}

.focus\:bg-purple-900\/55:focus {
  background-color: rgb(88 28 135 / 0.55);
}

.focus\:bg-purple-900\/60:focus {
  background-color: rgb(88 28 135 / 0.6);
}

.focus\:bg-purple-900\/65:focus {
  background-color: rgb(88 28 135 / 0.65);
}

.focus\:bg-purple-900\/70:focus {
  background-color: rgb(88 28 135 / 0.7);
}

.focus\:bg-purple-900\/75:focus {
  background-color: rgb(88 28 135 / 0.75);
}

.focus\:bg-purple-900\/80:focus {
  background-color: rgb(88 28 135 / 0.8);
}

.focus\:bg-purple-900\/85:focus {
  background-color: rgb(88 28 135 / 0.85);
}

.focus\:bg-purple-900\/90:focus {
  background-color: rgb(88 28 135 / 0.9);
}

.focus\:bg-purple-900\/95:focus {
  background-color: rgb(88 28 135 / 0.95);
}

.focus\:bg-purple-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}

.focus\:bg-purple-950\/0:focus {
  background-color: rgb(59 7 100 / 0);
}

.focus\:bg-purple-950\/10:focus {
  background-color: rgb(59 7 100 / 0.1);
}

.focus\:bg-purple-950\/100:focus {
  background-color: rgb(59 7 100 / 1);
}

.focus\:bg-purple-950\/15:focus {
  background-color: rgb(59 7 100 / 0.15);
}

.focus\:bg-purple-950\/20:focus {
  background-color: rgb(59 7 100 / 0.2);
}

.focus\:bg-purple-950\/25:focus {
  background-color: rgb(59 7 100 / 0.25);
}

.focus\:bg-purple-950\/30:focus {
  background-color: rgb(59 7 100 / 0.3);
}

.focus\:bg-purple-950\/35:focus {
  background-color: rgb(59 7 100 / 0.35);
}

.focus\:bg-purple-950\/40:focus {
  background-color: rgb(59 7 100 / 0.4);
}

.focus\:bg-purple-950\/45:focus {
  background-color: rgb(59 7 100 / 0.45);
}

.focus\:bg-purple-950\/5:focus {
  background-color: rgb(59 7 100 / 0.05);
}

.focus\:bg-purple-950\/50:focus {
  background-color: rgb(59 7 100 / 0.5);
}

.focus\:bg-purple-950\/55:focus {
  background-color: rgb(59 7 100 / 0.55);
}

.focus\:bg-purple-950\/60:focus {
  background-color: rgb(59 7 100 / 0.6);
}

.focus\:bg-purple-950\/65:focus {
  background-color: rgb(59 7 100 / 0.65);
}

.focus\:bg-purple-950\/70:focus {
  background-color: rgb(59 7 100 / 0.7);
}

.focus\:bg-purple-950\/75:focus {
  background-color: rgb(59 7 100 / 0.75);
}

.focus\:bg-purple-950\/80:focus {
  background-color: rgb(59 7 100 / 0.8);
}

.focus\:bg-purple-950\/85:focus {
  background-color: rgb(59 7 100 / 0.85);
}

.focus\:bg-purple-950\/90:focus {
  background-color: rgb(59 7 100 / 0.9);
}

.focus\:bg-purple-950\/95:focus {
  background-color: rgb(59 7 100 / 0.95);
}

.focus\:bg-red-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.focus\:bg-red-100\/0:focus {
  background-color: rgb(254 226 226 / 0);
}

.focus\:bg-red-100\/10:focus {
  background-color: rgb(254 226 226 / 0.1);
}

.focus\:bg-red-100\/100:focus {
  background-color: rgb(254 226 226 / 1);
}

.focus\:bg-red-100\/15:focus {
  background-color: rgb(254 226 226 / 0.15);
}

.focus\:bg-red-100\/20:focus {
  background-color: rgb(254 226 226 / 0.2);
}

.focus\:bg-red-100\/25:focus {
  background-color: rgb(254 226 226 / 0.25);
}

.focus\:bg-red-100\/30:focus {
  background-color: rgb(254 226 226 / 0.3);
}

.focus\:bg-red-100\/35:focus {
  background-color: rgb(254 226 226 / 0.35);
}

.focus\:bg-red-100\/40:focus {
  background-color: rgb(254 226 226 / 0.4);
}

.focus\:bg-red-100\/45:focus {
  background-color: rgb(254 226 226 / 0.45);
}

.focus\:bg-red-100\/5:focus {
  background-color: rgb(254 226 226 / 0.05);
}

.focus\:bg-red-100\/50:focus {
  background-color: rgb(254 226 226 / 0.5);
}

.focus\:bg-red-100\/55:focus {
  background-color: rgb(254 226 226 / 0.55);
}

.focus\:bg-red-100\/60:focus {
  background-color: rgb(254 226 226 / 0.6);
}

.focus\:bg-red-100\/65:focus {
  background-color: rgb(254 226 226 / 0.65);
}

.focus\:bg-red-100\/70:focus {
  background-color: rgb(254 226 226 / 0.7);
}

.focus\:bg-red-100\/75:focus {
  background-color: rgb(254 226 226 / 0.75);
}

.focus\:bg-red-100\/80:focus {
  background-color: rgb(254 226 226 / 0.8);
}

.focus\:bg-red-100\/85:focus {
  background-color: rgb(254 226 226 / 0.85);
}

.focus\:bg-red-100\/90:focus {
  background-color: rgb(254 226 226 / 0.9);
}

.focus\:bg-red-100\/95:focus {
  background-color: rgb(254 226 226 / 0.95);
}

.focus\:bg-red-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.focus\:bg-red-200\/0:focus {
  background-color: rgb(254 202 202 / 0);
}

.focus\:bg-red-200\/10:focus {
  background-color: rgb(254 202 202 / 0.1);
}

.focus\:bg-red-200\/100:focus {
  background-color: rgb(254 202 202 / 1);
}

.focus\:bg-red-200\/15:focus {
  background-color: rgb(254 202 202 / 0.15);
}

.focus\:bg-red-200\/20:focus {
  background-color: rgb(254 202 202 / 0.2);
}

.focus\:bg-red-200\/25:focus {
  background-color: rgb(254 202 202 / 0.25);
}

.focus\:bg-red-200\/30:focus {
  background-color: rgb(254 202 202 / 0.3);
}

.focus\:bg-red-200\/35:focus {
  background-color: rgb(254 202 202 / 0.35);
}

.focus\:bg-red-200\/40:focus {
  background-color: rgb(254 202 202 / 0.4);
}

.focus\:bg-red-200\/45:focus {
  background-color: rgb(254 202 202 / 0.45);
}

.focus\:bg-red-200\/5:focus {
  background-color: rgb(254 202 202 / 0.05);
}

.focus\:bg-red-200\/50:focus {
  background-color: rgb(254 202 202 / 0.5);
}

.focus\:bg-red-200\/55:focus {
  background-color: rgb(254 202 202 / 0.55);
}

.focus\:bg-red-200\/60:focus {
  background-color: rgb(254 202 202 / 0.6);
}

.focus\:bg-red-200\/65:focus {
  background-color: rgb(254 202 202 / 0.65);
}

.focus\:bg-red-200\/70:focus {
  background-color: rgb(254 202 202 / 0.7);
}

.focus\:bg-red-200\/75:focus {
  background-color: rgb(254 202 202 / 0.75);
}

.focus\:bg-red-200\/80:focus {
  background-color: rgb(254 202 202 / 0.8);
}

.focus\:bg-red-200\/85:focus {
  background-color: rgb(254 202 202 / 0.85);
}

.focus\:bg-red-200\/90:focus {
  background-color: rgb(254 202 202 / 0.9);
}

.focus\:bg-red-200\/95:focus {
  background-color: rgb(254 202 202 / 0.95);
}

.focus\:bg-red-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

.focus\:bg-red-300\/0:focus {
  background-color: rgb(252 165 165 / 0);
}

.focus\:bg-red-300\/10:focus {
  background-color: rgb(252 165 165 / 0.1);
}

.focus\:bg-red-300\/100:focus {
  background-color: rgb(252 165 165 / 1);
}

.focus\:bg-red-300\/15:focus {
  background-color: rgb(252 165 165 / 0.15);
}

.focus\:bg-red-300\/20:focus {
  background-color: rgb(252 165 165 / 0.2);
}

.focus\:bg-red-300\/25:focus {
  background-color: rgb(252 165 165 / 0.25);
}

.focus\:bg-red-300\/30:focus {
  background-color: rgb(252 165 165 / 0.3);
}

.focus\:bg-red-300\/35:focus {
  background-color: rgb(252 165 165 / 0.35);
}

.focus\:bg-red-300\/40:focus {
  background-color: rgb(252 165 165 / 0.4);
}

.focus\:bg-red-300\/45:focus {
  background-color: rgb(252 165 165 / 0.45);
}

.focus\:bg-red-300\/5:focus {
  background-color: rgb(252 165 165 / 0.05);
}

.focus\:bg-red-300\/50:focus {
  background-color: rgb(252 165 165 / 0.5);
}

.focus\:bg-red-300\/55:focus {
  background-color: rgb(252 165 165 / 0.55);
}

.focus\:bg-red-300\/60:focus {
  background-color: rgb(252 165 165 / 0.6);
}

.focus\:bg-red-300\/65:focus {
  background-color: rgb(252 165 165 / 0.65);
}

.focus\:bg-red-300\/70:focus {
  background-color: rgb(252 165 165 / 0.7);
}

.focus\:bg-red-300\/75:focus {
  background-color: rgb(252 165 165 / 0.75);
}

.focus\:bg-red-300\/80:focus {
  background-color: rgb(252 165 165 / 0.8);
}

.focus\:bg-red-300\/85:focus {
  background-color: rgb(252 165 165 / 0.85);
}

.focus\:bg-red-300\/90:focus {
  background-color: rgb(252 165 165 / 0.9);
}

.focus\:bg-red-300\/95:focus {
  background-color: rgb(252 165 165 / 0.95);
}

.focus\:bg-red-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.focus\:bg-red-400\/0:focus {
  background-color: rgb(248 113 113 / 0);
}

.focus\:bg-red-400\/10:focus {
  background-color: rgb(248 113 113 / 0.1);
}

.focus\:bg-red-400\/100:focus {
  background-color: rgb(248 113 113 / 1);
}

.focus\:bg-red-400\/15:focus {
  background-color: rgb(248 113 113 / 0.15);
}

.focus\:bg-red-400\/20:focus {
  background-color: rgb(248 113 113 / 0.2);
}

.focus\:bg-red-400\/25:focus {
  background-color: rgb(248 113 113 / 0.25);
}

.focus\:bg-red-400\/30:focus {
  background-color: rgb(248 113 113 / 0.3);
}

.focus\:bg-red-400\/35:focus {
  background-color: rgb(248 113 113 / 0.35);
}

.focus\:bg-red-400\/40:focus {
  background-color: rgb(248 113 113 / 0.4);
}

.focus\:bg-red-400\/45:focus {
  background-color: rgb(248 113 113 / 0.45);
}

.focus\:bg-red-400\/5:focus {
  background-color: rgb(248 113 113 / 0.05);
}

.focus\:bg-red-400\/50:focus {
  background-color: rgb(248 113 113 / 0.5);
}

.focus\:bg-red-400\/55:focus {
  background-color: rgb(248 113 113 / 0.55);
}

.focus\:bg-red-400\/60:focus {
  background-color: rgb(248 113 113 / 0.6);
}

.focus\:bg-red-400\/65:focus {
  background-color: rgb(248 113 113 / 0.65);
}

.focus\:bg-red-400\/70:focus {
  background-color: rgb(248 113 113 / 0.7);
}

.focus\:bg-red-400\/75:focus {
  background-color: rgb(248 113 113 / 0.75);
}

.focus\:bg-red-400\/80:focus {
  background-color: rgb(248 113 113 / 0.8);
}

.focus\:bg-red-400\/85:focus {
  background-color: rgb(248 113 113 / 0.85);
}

.focus\:bg-red-400\/90:focus {
  background-color: rgb(248 113 113 / 0.9);
}

.focus\:bg-red-400\/95:focus {
  background-color: rgb(248 113 113 / 0.95);
}

.focus\:bg-red-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.focus\:bg-red-50\/0:focus {
  background-color: rgb(254 242 242 / 0);
}

.focus\:bg-red-50\/10:focus {
  background-color: rgb(254 242 242 / 0.1);
}

.focus\:bg-red-50\/100:focus {
  background-color: rgb(254 242 242 / 1);
}

.focus\:bg-red-50\/15:focus {
  background-color: rgb(254 242 242 / 0.15);
}

.focus\:bg-red-50\/20:focus {
  background-color: rgb(254 242 242 / 0.2);
}

.focus\:bg-red-50\/25:focus {
  background-color: rgb(254 242 242 / 0.25);
}

.focus\:bg-red-50\/30:focus {
  background-color: rgb(254 242 242 / 0.3);
}

.focus\:bg-red-50\/35:focus {
  background-color: rgb(254 242 242 / 0.35);
}

.focus\:bg-red-50\/40:focus {
  background-color: rgb(254 242 242 / 0.4);
}

.focus\:bg-red-50\/45:focus {
  background-color: rgb(254 242 242 / 0.45);
}

.focus\:bg-red-50\/5:focus {
  background-color: rgb(254 242 242 / 0.05);
}

.focus\:bg-red-50\/50:focus {
  background-color: rgb(254 242 242 / 0.5);
}

.focus\:bg-red-50\/55:focus {
  background-color: rgb(254 242 242 / 0.55);
}

.focus\:bg-red-50\/60:focus {
  background-color: rgb(254 242 242 / 0.6);
}

.focus\:bg-red-50\/65:focus {
  background-color: rgb(254 242 242 / 0.65);
}

.focus\:bg-red-50\/70:focus {
  background-color: rgb(254 242 242 / 0.7);
}

.focus\:bg-red-50\/75:focus {
  background-color: rgb(254 242 242 / 0.75);
}

.focus\:bg-red-50\/80:focus {
  background-color: rgb(254 242 242 / 0.8);
}

.focus\:bg-red-50\/85:focus {
  background-color: rgb(254 242 242 / 0.85);
}

.focus\:bg-red-50\/90:focus {
  background-color: rgb(254 242 242 / 0.9);
}

.focus\:bg-red-50\/95:focus {
  background-color: rgb(254 242 242 / 0.95);
}

.focus\:bg-red-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.focus\:bg-red-500\/0:focus {
  background-color: rgb(239 68 68 / 0);
}

.focus\:bg-red-500\/10:focus {
  background-color: rgb(239 68 68 / 0.1);
}

.focus\:bg-red-500\/100:focus {
  background-color: rgb(239 68 68 / 1);
}

.focus\:bg-red-500\/15:focus {
  background-color: rgb(239 68 68 / 0.15);
}

.focus\:bg-red-500\/20:focus {
  background-color: rgb(239 68 68 / 0.2);
}

.focus\:bg-red-500\/25:focus {
  background-color: rgb(239 68 68 / 0.25);
}

.focus\:bg-red-500\/30:focus {
  background-color: rgb(239 68 68 / 0.3);
}

.focus\:bg-red-500\/35:focus {
  background-color: rgb(239 68 68 / 0.35);
}

.focus\:bg-red-500\/40:focus {
  background-color: rgb(239 68 68 / 0.4);
}

.focus\:bg-red-500\/45:focus {
  background-color: rgb(239 68 68 / 0.45);
}

.focus\:bg-red-500\/5:focus {
  background-color: rgb(239 68 68 / 0.05);
}

.focus\:bg-red-500\/50:focus {
  background-color: rgb(239 68 68 / 0.5);
}

.focus\:bg-red-500\/55:focus {
  background-color: rgb(239 68 68 / 0.55);
}

.focus\:bg-red-500\/60:focus {
  background-color: rgb(239 68 68 / 0.6);
}

.focus\:bg-red-500\/65:focus {
  background-color: rgb(239 68 68 / 0.65);
}

.focus\:bg-red-500\/70:focus {
  background-color: rgb(239 68 68 / 0.7);
}

.focus\:bg-red-500\/75:focus {
  background-color: rgb(239 68 68 / 0.75);
}

.focus\:bg-red-500\/80:focus {
  background-color: rgb(239 68 68 / 0.8);
}

.focus\:bg-red-500\/85:focus {
  background-color: rgb(239 68 68 / 0.85);
}

.focus\:bg-red-500\/90:focus {
  background-color: rgb(239 68 68 / 0.9);
}

.focus\:bg-red-500\/95:focus {
  background-color: rgb(239 68 68 / 0.95);
}

.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.focus\:bg-red-600\/0:focus {
  background-color: rgb(220 38 38 / 0);
}

.focus\:bg-red-600\/10:focus {
  background-color: rgb(220 38 38 / 0.1);
}

.focus\:bg-red-600\/100:focus {
  background-color: rgb(220 38 38 / 1);
}

.focus\:bg-red-600\/15:focus {
  background-color: rgb(220 38 38 / 0.15);
}

.focus\:bg-red-600\/20:focus {
  background-color: rgb(220 38 38 / 0.2);
}

.focus\:bg-red-600\/25:focus {
  background-color: rgb(220 38 38 / 0.25);
}

.focus\:bg-red-600\/30:focus {
  background-color: rgb(220 38 38 / 0.3);
}

.focus\:bg-red-600\/35:focus {
  background-color: rgb(220 38 38 / 0.35);
}

.focus\:bg-red-600\/40:focus {
  background-color: rgb(220 38 38 / 0.4);
}

.focus\:bg-red-600\/45:focus {
  background-color: rgb(220 38 38 / 0.45);
}

.focus\:bg-red-600\/5:focus {
  background-color: rgb(220 38 38 / 0.05);
}

.focus\:bg-red-600\/50:focus {
  background-color: rgb(220 38 38 / 0.5);
}

.focus\:bg-red-600\/55:focus {
  background-color: rgb(220 38 38 / 0.55);
}

.focus\:bg-red-600\/60:focus {
  background-color: rgb(220 38 38 / 0.6);
}

.focus\:bg-red-600\/65:focus {
  background-color: rgb(220 38 38 / 0.65);
}

.focus\:bg-red-600\/70:focus {
  background-color: rgb(220 38 38 / 0.7);
}

.focus\:bg-red-600\/75:focus {
  background-color: rgb(220 38 38 / 0.75);
}

.focus\:bg-red-600\/80:focus {
  background-color: rgb(220 38 38 / 0.8);
}

.focus\:bg-red-600\/85:focus {
  background-color: rgb(220 38 38 / 0.85);
}

.focus\:bg-red-600\/90:focus {
  background-color: rgb(220 38 38 / 0.9);
}

.focus\:bg-red-600\/95:focus {
  background-color: rgb(220 38 38 / 0.95);
}

.focus\:bg-red-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.focus\:bg-red-700\/0:focus {
  background-color: rgb(185 28 28 / 0);
}

.focus\:bg-red-700\/10:focus {
  background-color: rgb(185 28 28 / 0.1);
}

.focus\:bg-red-700\/100:focus {
  background-color: rgb(185 28 28 / 1);
}

.focus\:bg-red-700\/15:focus {
  background-color: rgb(185 28 28 / 0.15);
}

.focus\:bg-red-700\/20:focus {
  background-color: rgb(185 28 28 / 0.2);
}

.focus\:bg-red-700\/25:focus {
  background-color: rgb(185 28 28 / 0.25);
}

.focus\:bg-red-700\/30:focus {
  background-color: rgb(185 28 28 / 0.3);
}

.focus\:bg-red-700\/35:focus {
  background-color: rgb(185 28 28 / 0.35);
}

.focus\:bg-red-700\/40:focus {
  background-color: rgb(185 28 28 / 0.4);
}

.focus\:bg-red-700\/45:focus {
  background-color: rgb(185 28 28 / 0.45);
}

.focus\:bg-red-700\/5:focus {
  background-color: rgb(185 28 28 / 0.05);
}

.focus\:bg-red-700\/50:focus {
  background-color: rgb(185 28 28 / 0.5);
}

.focus\:bg-red-700\/55:focus {
  background-color: rgb(185 28 28 / 0.55);
}

.focus\:bg-red-700\/60:focus {
  background-color: rgb(185 28 28 / 0.6);
}

.focus\:bg-red-700\/65:focus {
  background-color: rgb(185 28 28 / 0.65);
}

.focus\:bg-red-700\/70:focus {
  background-color: rgb(185 28 28 / 0.7);
}

.focus\:bg-red-700\/75:focus {
  background-color: rgb(185 28 28 / 0.75);
}

.focus\:bg-red-700\/80:focus {
  background-color: rgb(185 28 28 / 0.8);
}

.focus\:bg-red-700\/85:focus {
  background-color: rgb(185 28 28 / 0.85);
}

.focus\:bg-red-700\/90:focus {
  background-color: rgb(185 28 28 / 0.9);
}

.focus\:bg-red-700\/95:focus {
  background-color: rgb(185 28 28 / 0.95);
}

.focus\:bg-red-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.focus\:bg-red-800\/0:focus {
  background-color: rgb(153 27 27 / 0);
}

.focus\:bg-red-800\/10:focus {
  background-color: rgb(153 27 27 / 0.1);
}

.focus\:bg-red-800\/100:focus {
  background-color: rgb(153 27 27 / 1);
}

.focus\:bg-red-800\/15:focus {
  background-color: rgb(153 27 27 / 0.15);
}

.focus\:bg-red-800\/20:focus {
  background-color: rgb(153 27 27 / 0.2);
}

.focus\:bg-red-800\/25:focus {
  background-color: rgb(153 27 27 / 0.25);
}

.focus\:bg-red-800\/30:focus {
  background-color: rgb(153 27 27 / 0.3);
}

.focus\:bg-red-800\/35:focus {
  background-color: rgb(153 27 27 / 0.35);
}

.focus\:bg-red-800\/40:focus {
  background-color: rgb(153 27 27 / 0.4);
}

.focus\:bg-red-800\/45:focus {
  background-color: rgb(153 27 27 / 0.45);
}

.focus\:bg-red-800\/5:focus {
  background-color: rgb(153 27 27 / 0.05);
}

.focus\:bg-red-800\/50:focus {
  background-color: rgb(153 27 27 / 0.5);
}

.focus\:bg-red-800\/55:focus {
  background-color: rgb(153 27 27 / 0.55);
}

.focus\:bg-red-800\/60:focus {
  background-color: rgb(153 27 27 / 0.6);
}

.focus\:bg-red-800\/65:focus {
  background-color: rgb(153 27 27 / 0.65);
}

.focus\:bg-red-800\/70:focus {
  background-color: rgb(153 27 27 / 0.7);
}

.focus\:bg-red-800\/75:focus {
  background-color: rgb(153 27 27 / 0.75);
}

.focus\:bg-red-800\/80:focus {
  background-color: rgb(153 27 27 / 0.8);
}

.focus\:bg-red-800\/85:focus {
  background-color: rgb(153 27 27 / 0.85);
}

.focus\:bg-red-800\/90:focus {
  background-color: rgb(153 27 27 / 0.9);
}

.focus\:bg-red-800\/95:focus {
  background-color: rgb(153 27 27 / 0.95);
}

.focus\:bg-red-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.focus\:bg-red-900\/0:focus {
  background-color: rgb(127 29 29 / 0);
}

.focus\:bg-red-900\/10:focus {
  background-color: rgb(127 29 29 / 0.1);
}

.focus\:bg-red-900\/100:focus {
  background-color: rgb(127 29 29 / 1);
}

.focus\:bg-red-900\/15:focus {
  background-color: rgb(127 29 29 / 0.15);
}

.focus\:bg-red-900\/20:focus {
  background-color: rgb(127 29 29 / 0.2);
}

.focus\:bg-red-900\/25:focus {
  background-color: rgb(127 29 29 / 0.25);
}

.focus\:bg-red-900\/30:focus {
  background-color: rgb(127 29 29 / 0.3);
}

.focus\:bg-red-900\/35:focus {
  background-color: rgb(127 29 29 / 0.35);
}

.focus\:bg-red-900\/40:focus {
  background-color: rgb(127 29 29 / 0.4);
}

.focus\:bg-red-900\/45:focus {
  background-color: rgb(127 29 29 / 0.45);
}

.focus\:bg-red-900\/5:focus {
  background-color: rgb(127 29 29 / 0.05);
}

.focus\:bg-red-900\/50:focus {
  background-color: rgb(127 29 29 / 0.5);
}

.focus\:bg-red-900\/55:focus {
  background-color: rgb(127 29 29 / 0.55);
}

.focus\:bg-red-900\/60:focus {
  background-color: rgb(127 29 29 / 0.6);
}

.focus\:bg-red-900\/65:focus {
  background-color: rgb(127 29 29 / 0.65);
}

.focus\:bg-red-900\/70:focus {
  background-color: rgb(127 29 29 / 0.7);
}

.focus\:bg-red-900\/75:focus {
  background-color: rgb(127 29 29 / 0.75);
}

.focus\:bg-red-900\/80:focus {
  background-color: rgb(127 29 29 / 0.8);
}

.focus\:bg-red-900\/85:focus {
  background-color: rgb(127 29 29 / 0.85);
}

.focus\:bg-red-900\/90:focus {
  background-color: rgb(127 29 29 / 0.9);
}

.focus\:bg-red-900\/95:focus {
  background-color: rgb(127 29 29 / 0.95);
}

.focus\:bg-red-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}

.focus\:bg-red-950\/0:focus {
  background-color: rgb(69 10 10 / 0);
}

.focus\:bg-red-950\/10:focus {
  background-color: rgb(69 10 10 / 0.1);
}

.focus\:bg-red-950\/100:focus {
  background-color: rgb(69 10 10 / 1);
}

.focus\:bg-red-950\/15:focus {
  background-color: rgb(69 10 10 / 0.15);
}

.focus\:bg-red-950\/20:focus {
  background-color: rgb(69 10 10 / 0.2);
}

.focus\:bg-red-950\/25:focus {
  background-color: rgb(69 10 10 / 0.25);
}

.focus\:bg-red-950\/30:focus {
  background-color: rgb(69 10 10 / 0.3);
}

.focus\:bg-red-950\/35:focus {
  background-color: rgb(69 10 10 / 0.35);
}

.focus\:bg-red-950\/40:focus {
  background-color: rgb(69 10 10 / 0.4);
}

.focus\:bg-red-950\/45:focus {
  background-color: rgb(69 10 10 / 0.45);
}

.focus\:bg-red-950\/5:focus {
  background-color: rgb(69 10 10 / 0.05);
}

.focus\:bg-red-950\/50:focus {
  background-color: rgb(69 10 10 / 0.5);
}

.focus\:bg-red-950\/55:focus {
  background-color: rgb(69 10 10 / 0.55);
}

.focus\:bg-red-950\/60:focus {
  background-color: rgb(69 10 10 / 0.6);
}

.focus\:bg-red-950\/65:focus {
  background-color: rgb(69 10 10 / 0.65);
}

.focus\:bg-red-950\/70:focus {
  background-color: rgb(69 10 10 / 0.7);
}

.focus\:bg-red-950\/75:focus {
  background-color: rgb(69 10 10 / 0.75);
}

.focus\:bg-red-950\/80:focus {
  background-color: rgb(69 10 10 / 0.8);
}

.focus\:bg-red-950\/85:focus {
  background-color: rgb(69 10 10 / 0.85);
}

.focus\:bg-red-950\/90:focus {
  background-color: rgb(69 10 10 / 0.9);
}

.focus\:bg-red-950\/95:focus {
  background-color: rgb(69 10 10 / 0.95);
}

.focus\:bg-yellow-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.focus\:bg-yellow-100\/0:focus {
  background-color: rgb(254 249 195 / 0);
}

.focus\:bg-yellow-100\/10:focus {
  background-color: rgb(254 249 195 / 0.1);
}

.focus\:bg-yellow-100\/100:focus {
  background-color: rgb(254 249 195 / 1);
}

.focus\:bg-yellow-100\/15:focus {
  background-color: rgb(254 249 195 / 0.15);
}

.focus\:bg-yellow-100\/20:focus {
  background-color: rgb(254 249 195 / 0.2);
}

.focus\:bg-yellow-100\/25:focus {
  background-color: rgb(254 249 195 / 0.25);
}

.focus\:bg-yellow-100\/30:focus {
  background-color: rgb(254 249 195 / 0.3);
}

.focus\:bg-yellow-100\/35:focus {
  background-color: rgb(254 249 195 / 0.35);
}

.focus\:bg-yellow-100\/40:focus {
  background-color: rgb(254 249 195 / 0.4);
}

.focus\:bg-yellow-100\/45:focus {
  background-color: rgb(254 249 195 / 0.45);
}

.focus\:bg-yellow-100\/5:focus {
  background-color: rgb(254 249 195 / 0.05);
}

.focus\:bg-yellow-100\/50:focus {
  background-color: rgb(254 249 195 / 0.5);
}

.focus\:bg-yellow-100\/55:focus {
  background-color: rgb(254 249 195 / 0.55);
}

.focus\:bg-yellow-100\/60:focus {
  background-color: rgb(254 249 195 / 0.6);
}

.focus\:bg-yellow-100\/65:focus {
  background-color: rgb(254 249 195 / 0.65);
}

.focus\:bg-yellow-100\/70:focus {
  background-color: rgb(254 249 195 / 0.7);
}

.focus\:bg-yellow-100\/75:focus {
  background-color: rgb(254 249 195 / 0.75);
}

.focus\:bg-yellow-100\/80:focus {
  background-color: rgb(254 249 195 / 0.8);
}

.focus\:bg-yellow-100\/85:focus {
  background-color: rgb(254 249 195 / 0.85);
}

.focus\:bg-yellow-100\/90:focus {
  background-color: rgb(254 249 195 / 0.9);
}

.focus\:bg-yellow-100\/95:focus {
  background-color: rgb(254 249 195 / 0.95);
}

.focus\:bg-yellow-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.focus\:bg-yellow-200\/0:focus {
  background-color: rgb(254 240 138 / 0);
}

.focus\:bg-yellow-200\/10:focus {
  background-color: rgb(254 240 138 / 0.1);
}

.focus\:bg-yellow-200\/100:focus {
  background-color: rgb(254 240 138 / 1);
}

.focus\:bg-yellow-200\/15:focus {
  background-color: rgb(254 240 138 / 0.15);
}

.focus\:bg-yellow-200\/20:focus {
  background-color: rgb(254 240 138 / 0.2);
}

.focus\:bg-yellow-200\/25:focus {
  background-color: rgb(254 240 138 / 0.25);
}

.focus\:bg-yellow-200\/30:focus {
  background-color: rgb(254 240 138 / 0.3);
}

.focus\:bg-yellow-200\/35:focus {
  background-color: rgb(254 240 138 / 0.35);
}

.focus\:bg-yellow-200\/40:focus {
  background-color: rgb(254 240 138 / 0.4);
}

.focus\:bg-yellow-200\/45:focus {
  background-color: rgb(254 240 138 / 0.45);
}

.focus\:bg-yellow-200\/5:focus {
  background-color: rgb(254 240 138 / 0.05);
}

.focus\:bg-yellow-200\/50:focus {
  background-color: rgb(254 240 138 / 0.5);
}

.focus\:bg-yellow-200\/55:focus {
  background-color: rgb(254 240 138 / 0.55);
}

.focus\:bg-yellow-200\/60:focus {
  background-color: rgb(254 240 138 / 0.6);
}

.focus\:bg-yellow-200\/65:focus {
  background-color: rgb(254 240 138 / 0.65);
}

.focus\:bg-yellow-200\/70:focus {
  background-color: rgb(254 240 138 / 0.7);
}

.focus\:bg-yellow-200\/75:focus {
  background-color: rgb(254 240 138 / 0.75);
}

.focus\:bg-yellow-200\/80:focus {
  background-color: rgb(254 240 138 / 0.8);
}

.focus\:bg-yellow-200\/85:focus {
  background-color: rgb(254 240 138 / 0.85);
}

.focus\:bg-yellow-200\/90:focus {
  background-color: rgb(254 240 138 / 0.9);
}

.focus\:bg-yellow-200\/95:focus {
  background-color: rgb(254 240 138 / 0.95);
}

.focus\:bg-yellow-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}

.focus\:bg-yellow-300\/0:focus {
  background-color: rgb(253 224 71 / 0);
}

.focus\:bg-yellow-300\/10:focus {
  background-color: rgb(253 224 71 / 0.1);
}

.focus\:bg-yellow-300\/100:focus {
  background-color: rgb(253 224 71 / 1);
}

.focus\:bg-yellow-300\/15:focus {
  background-color: rgb(253 224 71 / 0.15);
}

.focus\:bg-yellow-300\/20:focus {
  background-color: rgb(253 224 71 / 0.2);
}

.focus\:bg-yellow-300\/25:focus {
  background-color: rgb(253 224 71 / 0.25);
}

.focus\:bg-yellow-300\/30:focus {
  background-color: rgb(253 224 71 / 0.3);
}

.focus\:bg-yellow-300\/35:focus {
  background-color: rgb(253 224 71 / 0.35);
}

.focus\:bg-yellow-300\/40:focus {
  background-color: rgb(253 224 71 / 0.4);
}

.focus\:bg-yellow-300\/45:focus {
  background-color: rgb(253 224 71 / 0.45);
}

.focus\:bg-yellow-300\/5:focus {
  background-color: rgb(253 224 71 / 0.05);
}

.focus\:bg-yellow-300\/50:focus {
  background-color: rgb(253 224 71 / 0.5);
}

.focus\:bg-yellow-300\/55:focus {
  background-color: rgb(253 224 71 / 0.55);
}

.focus\:bg-yellow-300\/60:focus {
  background-color: rgb(253 224 71 / 0.6);
}

.focus\:bg-yellow-300\/65:focus {
  background-color: rgb(253 224 71 / 0.65);
}

.focus\:bg-yellow-300\/70:focus {
  background-color: rgb(253 224 71 / 0.7);
}

.focus\:bg-yellow-300\/75:focus {
  background-color: rgb(253 224 71 / 0.75);
}

.focus\:bg-yellow-300\/80:focus {
  background-color: rgb(253 224 71 / 0.8);
}

.focus\:bg-yellow-300\/85:focus {
  background-color: rgb(253 224 71 / 0.85);
}

.focus\:bg-yellow-300\/90:focus {
  background-color: rgb(253 224 71 / 0.9);
}

.focus\:bg-yellow-300\/95:focus {
  background-color: rgb(253 224 71 / 0.95);
}

.focus\:bg-yellow-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.focus\:bg-yellow-400\/0:focus {
  background-color: rgb(250 204 21 / 0);
}

.focus\:bg-yellow-400\/10:focus {
  background-color: rgb(250 204 21 / 0.1);
}

.focus\:bg-yellow-400\/100:focus {
  background-color: rgb(250 204 21 / 1);
}

.focus\:bg-yellow-400\/15:focus {
  background-color: rgb(250 204 21 / 0.15);
}

.focus\:bg-yellow-400\/20:focus {
  background-color: rgb(250 204 21 / 0.2);
}

.focus\:bg-yellow-400\/25:focus {
  background-color: rgb(250 204 21 / 0.25);
}

.focus\:bg-yellow-400\/30:focus {
  background-color: rgb(250 204 21 / 0.3);
}

.focus\:bg-yellow-400\/35:focus {
  background-color: rgb(250 204 21 / 0.35);
}

.focus\:bg-yellow-400\/40:focus {
  background-color: rgb(250 204 21 / 0.4);
}

.focus\:bg-yellow-400\/45:focus {
  background-color: rgb(250 204 21 / 0.45);
}

.focus\:bg-yellow-400\/5:focus {
  background-color: rgb(250 204 21 / 0.05);
}

.focus\:bg-yellow-400\/50:focus {
  background-color: rgb(250 204 21 / 0.5);
}

.focus\:bg-yellow-400\/55:focus {
  background-color: rgb(250 204 21 / 0.55);
}

.focus\:bg-yellow-400\/60:focus {
  background-color: rgb(250 204 21 / 0.6);
}

.focus\:bg-yellow-400\/65:focus {
  background-color: rgb(250 204 21 / 0.65);
}

.focus\:bg-yellow-400\/70:focus {
  background-color: rgb(250 204 21 / 0.7);
}

.focus\:bg-yellow-400\/75:focus {
  background-color: rgb(250 204 21 / 0.75);
}

.focus\:bg-yellow-400\/80:focus {
  background-color: rgb(250 204 21 / 0.8);
}

.focus\:bg-yellow-400\/85:focus {
  background-color: rgb(250 204 21 / 0.85);
}

.focus\:bg-yellow-400\/90:focus {
  background-color: rgb(250 204 21 / 0.9);
}

.focus\:bg-yellow-400\/95:focus {
  background-color: rgb(250 204 21 / 0.95);
}

.focus\:bg-yellow-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.focus\:bg-yellow-50\/0:focus {
  background-color: rgb(254 252 232 / 0);
}

.focus\:bg-yellow-50\/10:focus {
  background-color: rgb(254 252 232 / 0.1);
}

.focus\:bg-yellow-50\/100:focus {
  background-color: rgb(254 252 232 / 1);
}

.focus\:bg-yellow-50\/15:focus {
  background-color: rgb(254 252 232 / 0.15);
}

.focus\:bg-yellow-50\/20:focus {
  background-color: rgb(254 252 232 / 0.2);
}

.focus\:bg-yellow-50\/25:focus {
  background-color: rgb(254 252 232 / 0.25);
}

.focus\:bg-yellow-50\/30:focus {
  background-color: rgb(254 252 232 / 0.3);
}

.focus\:bg-yellow-50\/35:focus {
  background-color: rgb(254 252 232 / 0.35);
}

.focus\:bg-yellow-50\/40:focus {
  background-color: rgb(254 252 232 / 0.4);
}

.focus\:bg-yellow-50\/45:focus {
  background-color: rgb(254 252 232 / 0.45);
}

.focus\:bg-yellow-50\/5:focus {
  background-color: rgb(254 252 232 / 0.05);
}

.focus\:bg-yellow-50\/50:focus {
  background-color: rgb(254 252 232 / 0.5);
}

.focus\:bg-yellow-50\/55:focus {
  background-color: rgb(254 252 232 / 0.55);
}

.focus\:bg-yellow-50\/60:focus {
  background-color: rgb(254 252 232 / 0.6);
}

.focus\:bg-yellow-50\/65:focus {
  background-color: rgb(254 252 232 / 0.65);
}

.focus\:bg-yellow-50\/70:focus {
  background-color: rgb(254 252 232 / 0.7);
}

.focus\:bg-yellow-50\/75:focus {
  background-color: rgb(254 252 232 / 0.75);
}

.focus\:bg-yellow-50\/80:focus {
  background-color: rgb(254 252 232 / 0.8);
}

.focus\:bg-yellow-50\/85:focus {
  background-color: rgb(254 252 232 / 0.85);
}

.focus\:bg-yellow-50\/90:focus {
  background-color: rgb(254 252 232 / 0.9);
}

.focus\:bg-yellow-50\/95:focus {
  background-color: rgb(254 252 232 / 0.95);
}

.focus\:bg-yellow-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.focus\:bg-yellow-500\/0:focus {
  background-color: rgb(234 179 8 / 0);
}

.focus\:bg-yellow-500\/10:focus {
  background-color: rgb(234 179 8 / 0.1);
}

.focus\:bg-yellow-500\/100:focus {
  background-color: rgb(234 179 8 / 1);
}

.focus\:bg-yellow-500\/15:focus {
  background-color: rgb(234 179 8 / 0.15);
}

.focus\:bg-yellow-500\/20:focus {
  background-color: rgb(234 179 8 / 0.2);
}

.focus\:bg-yellow-500\/25:focus {
  background-color: rgb(234 179 8 / 0.25);
}

.focus\:bg-yellow-500\/30:focus {
  background-color: rgb(234 179 8 / 0.3);
}

.focus\:bg-yellow-500\/35:focus {
  background-color: rgb(234 179 8 / 0.35);
}

.focus\:bg-yellow-500\/40:focus {
  background-color: rgb(234 179 8 / 0.4);
}

.focus\:bg-yellow-500\/45:focus {
  background-color: rgb(234 179 8 / 0.45);
}

.focus\:bg-yellow-500\/5:focus {
  background-color: rgb(234 179 8 / 0.05);
}

.focus\:bg-yellow-500\/50:focus {
  background-color: rgb(234 179 8 / 0.5);
}

.focus\:bg-yellow-500\/55:focus {
  background-color: rgb(234 179 8 / 0.55);
}

.focus\:bg-yellow-500\/60:focus {
  background-color: rgb(234 179 8 / 0.6);
}

.focus\:bg-yellow-500\/65:focus {
  background-color: rgb(234 179 8 / 0.65);
}

.focus\:bg-yellow-500\/70:focus {
  background-color: rgb(234 179 8 / 0.7);
}

.focus\:bg-yellow-500\/75:focus {
  background-color: rgb(234 179 8 / 0.75);
}

.focus\:bg-yellow-500\/80:focus {
  background-color: rgb(234 179 8 / 0.8);
}

.focus\:bg-yellow-500\/85:focus {
  background-color: rgb(234 179 8 / 0.85);
}

.focus\:bg-yellow-500\/90:focus {
  background-color: rgb(234 179 8 / 0.9);
}

.focus\:bg-yellow-500\/95:focus {
  background-color: rgb(234 179 8 / 0.95);
}

.focus\:bg-yellow-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.focus\:bg-yellow-600\/0:focus {
  background-color: rgb(202 138 4 / 0);
}

.focus\:bg-yellow-600\/10:focus {
  background-color: rgb(202 138 4 / 0.1);
}

.focus\:bg-yellow-600\/100:focus {
  background-color: rgb(202 138 4 / 1);
}

.focus\:bg-yellow-600\/15:focus {
  background-color: rgb(202 138 4 / 0.15);
}

.focus\:bg-yellow-600\/20:focus {
  background-color: rgb(202 138 4 / 0.2);
}

.focus\:bg-yellow-600\/25:focus {
  background-color: rgb(202 138 4 / 0.25);
}

.focus\:bg-yellow-600\/30:focus {
  background-color: rgb(202 138 4 / 0.3);
}

.focus\:bg-yellow-600\/35:focus {
  background-color: rgb(202 138 4 / 0.35);
}

.focus\:bg-yellow-600\/40:focus {
  background-color: rgb(202 138 4 / 0.4);
}

.focus\:bg-yellow-600\/45:focus {
  background-color: rgb(202 138 4 / 0.45);
}

.focus\:bg-yellow-600\/5:focus {
  background-color: rgb(202 138 4 / 0.05);
}

.focus\:bg-yellow-600\/50:focus {
  background-color: rgb(202 138 4 / 0.5);
}

.focus\:bg-yellow-600\/55:focus {
  background-color: rgb(202 138 4 / 0.55);
}

.focus\:bg-yellow-600\/60:focus {
  background-color: rgb(202 138 4 / 0.6);
}

.focus\:bg-yellow-600\/65:focus {
  background-color: rgb(202 138 4 / 0.65);
}

.focus\:bg-yellow-600\/70:focus {
  background-color: rgb(202 138 4 / 0.7);
}

.focus\:bg-yellow-600\/75:focus {
  background-color: rgb(202 138 4 / 0.75);
}

.focus\:bg-yellow-600\/80:focus {
  background-color: rgb(202 138 4 / 0.8);
}

.focus\:bg-yellow-600\/85:focus {
  background-color: rgb(202 138 4 / 0.85);
}

.focus\:bg-yellow-600\/90:focus {
  background-color: rgb(202 138 4 / 0.9);
}

.focus\:bg-yellow-600\/95:focus {
  background-color: rgb(202 138 4 / 0.95);
}

.focus\:bg-yellow-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.focus\:bg-yellow-700\/0:focus {
  background-color: rgb(161 98 7 / 0);
}

.focus\:bg-yellow-700\/10:focus {
  background-color: rgb(161 98 7 / 0.1);
}

.focus\:bg-yellow-700\/100:focus {
  background-color: rgb(161 98 7 / 1);
}

.focus\:bg-yellow-700\/15:focus {
  background-color: rgb(161 98 7 / 0.15);
}

.focus\:bg-yellow-700\/20:focus {
  background-color: rgb(161 98 7 / 0.2);
}

.focus\:bg-yellow-700\/25:focus {
  background-color: rgb(161 98 7 / 0.25);
}

.focus\:bg-yellow-700\/30:focus {
  background-color: rgb(161 98 7 / 0.3);
}

.focus\:bg-yellow-700\/35:focus {
  background-color: rgb(161 98 7 / 0.35);
}

.focus\:bg-yellow-700\/40:focus {
  background-color: rgb(161 98 7 / 0.4);
}

.focus\:bg-yellow-700\/45:focus {
  background-color: rgb(161 98 7 / 0.45);
}

.focus\:bg-yellow-700\/5:focus {
  background-color: rgb(161 98 7 / 0.05);
}

.focus\:bg-yellow-700\/50:focus {
  background-color: rgb(161 98 7 / 0.5);
}

.focus\:bg-yellow-700\/55:focus {
  background-color: rgb(161 98 7 / 0.55);
}

.focus\:bg-yellow-700\/60:focus {
  background-color: rgb(161 98 7 / 0.6);
}

.focus\:bg-yellow-700\/65:focus {
  background-color: rgb(161 98 7 / 0.65);
}

.focus\:bg-yellow-700\/70:focus {
  background-color: rgb(161 98 7 / 0.7);
}

.focus\:bg-yellow-700\/75:focus {
  background-color: rgb(161 98 7 / 0.75);
}

.focus\:bg-yellow-700\/80:focus {
  background-color: rgb(161 98 7 / 0.8);
}

.focus\:bg-yellow-700\/85:focus {
  background-color: rgb(161 98 7 / 0.85);
}

.focus\:bg-yellow-700\/90:focus {
  background-color: rgb(161 98 7 / 0.9);
}

.focus\:bg-yellow-700\/95:focus {
  background-color: rgb(161 98 7 / 0.95);
}

.focus\:bg-yellow-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}

.focus\:bg-yellow-800\/0:focus {
  background-color: rgb(133 77 14 / 0);
}

.focus\:bg-yellow-800\/10:focus {
  background-color: rgb(133 77 14 / 0.1);
}

.focus\:bg-yellow-800\/100:focus {
  background-color: rgb(133 77 14 / 1);
}

.focus\:bg-yellow-800\/15:focus {
  background-color: rgb(133 77 14 / 0.15);
}

.focus\:bg-yellow-800\/20:focus {
  background-color: rgb(133 77 14 / 0.2);
}

.focus\:bg-yellow-800\/25:focus {
  background-color: rgb(133 77 14 / 0.25);
}

.focus\:bg-yellow-800\/30:focus {
  background-color: rgb(133 77 14 / 0.3);
}

.focus\:bg-yellow-800\/35:focus {
  background-color: rgb(133 77 14 / 0.35);
}

.focus\:bg-yellow-800\/40:focus {
  background-color: rgb(133 77 14 / 0.4);
}

.focus\:bg-yellow-800\/45:focus {
  background-color: rgb(133 77 14 / 0.45);
}

.focus\:bg-yellow-800\/5:focus {
  background-color: rgb(133 77 14 / 0.05);
}

.focus\:bg-yellow-800\/50:focus {
  background-color: rgb(133 77 14 / 0.5);
}

.focus\:bg-yellow-800\/55:focus {
  background-color: rgb(133 77 14 / 0.55);
}

.focus\:bg-yellow-800\/60:focus {
  background-color: rgb(133 77 14 / 0.6);
}

.focus\:bg-yellow-800\/65:focus {
  background-color: rgb(133 77 14 / 0.65);
}

.focus\:bg-yellow-800\/70:focus {
  background-color: rgb(133 77 14 / 0.7);
}

.focus\:bg-yellow-800\/75:focus {
  background-color: rgb(133 77 14 / 0.75);
}

.focus\:bg-yellow-800\/80:focus {
  background-color: rgb(133 77 14 / 0.8);
}

.focus\:bg-yellow-800\/85:focus {
  background-color: rgb(133 77 14 / 0.85);
}

.focus\:bg-yellow-800\/90:focus {
  background-color: rgb(133 77 14 / 0.9);
}

.focus\:bg-yellow-800\/95:focus {
  background-color: rgb(133 77 14 / 0.95);
}

.focus\:bg-yellow-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}

.focus\:bg-yellow-900\/0:focus {
  background-color: rgb(113 63 18 / 0);
}

.focus\:bg-yellow-900\/10:focus {
  background-color: rgb(113 63 18 / 0.1);
}

.focus\:bg-yellow-900\/100:focus {
  background-color: rgb(113 63 18 / 1);
}

.focus\:bg-yellow-900\/15:focus {
  background-color: rgb(113 63 18 / 0.15);
}

.focus\:bg-yellow-900\/20:focus {
  background-color: rgb(113 63 18 / 0.2);
}

.focus\:bg-yellow-900\/25:focus {
  background-color: rgb(113 63 18 / 0.25);
}

.focus\:bg-yellow-900\/30:focus {
  background-color: rgb(113 63 18 / 0.3);
}

.focus\:bg-yellow-900\/35:focus {
  background-color: rgb(113 63 18 / 0.35);
}

.focus\:bg-yellow-900\/40:focus {
  background-color: rgb(113 63 18 / 0.4);
}

.focus\:bg-yellow-900\/45:focus {
  background-color: rgb(113 63 18 / 0.45);
}

.focus\:bg-yellow-900\/5:focus {
  background-color: rgb(113 63 18 / 0.05);
}

.focus\:bg-yellow-900\/50:focus {
  background-color: rgb(113 63 18 / 0.5);
}

.focus\:bg-yellow-900\/55:focus {
  background-color: rgb(113 63 18 / 0.55);
}

.focus\:bg-yellow-900\/60:focus {
  background-color: rgb(113 63 18 / 0.6);
}

.focus\:bg-yellow-900\/65:focus {
  background-color: rgb(113 63 18 / 0.65);
}

.focus\:bg-yellow-900\/70:focus {
  background-color: rgb(113 63 18 / 0.7);
}

.focus\:bg-yellow-900\/75:focus {
  background-color: rgb(113 63 18 / 0.75);
}

.focus\:bg-yellow-900\/80:focus {
  background-color: rgb(113 63 18 / 0.8);
}

.focus\:bg-yellow-900\/85:focus {
  background-color: rgb(113 63 18 / 0.85);
}

.focus\:bg-yellow-900\/90:focus {
  background-color: rgb(113 63 18 / 0.9);
}

.focus\:bg-yellow-900\/95:focus {
  background-color: rgb(113 63 18 / 0.95);
}

.focus\:bg-yellow-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}

.focus\:bg-yellow-950\/0:focus {
  background-color: rgb(66 32 6 / 0);
}

.focus\:bg-yellow-950\/10:focus {
  background-color: rgb(66 32 6 / 0.1);
}

.focus\:bg-yellow-950\/100:focus {
  background-color: rgb(66 32 6 / 1);
}

.focus\:bg-yellow-950\/15:focus {
  background-color: rgb(66 32 6 / 0.15);
}

.focus\:bg-yellow-950\/20:focus {
  background-color: rgb(66 32 6 / 0.2);
}

.focus\:bg-yellow-950\/25:focus {
  background-color: rgb(66 32 6 / 0.25);
}

.focus\:bg-yellow-950\/30:focus {
  background-color: rgb(66 32 6 / 0.3);
}

.focus\:bg-yellow-950\/35:focus {
  background-color: rgb(66 32 6 / 0.35);
}

.focus\:bg-yellow-950\/40:focus {
  background-color: rgb(66 32 6 / 0.4);
}

.focus\:bg-yellow-950\/45:focus {
  background-color: rgb(66 32 6 / 0.45);
}

.focus\:bg-yellow-950\/5:focus {
  background-color: rgb(66 32 6 / 0.05);
}

.focus\:bg-yellow-950\/50:focus {
  background-color: rgb(66 32 6 / 0.5);
}

.focus\:bg-yellow-950\/55:focus {
  background-color: rgb(66 32 6 / 0.55);
}

.focus\:bg-yellow-950\/60:focus {
  background-color: rgb(66 32 6 / 0.6);
}

.focus\:bg-yellow-950\/65:focus {
  background-color: rgb(66 32 6 / 0.65);
}

.focus\:bg-yellow-950\/70:focus {
  background-color: rgb(66 32 6 / 0.7);
}

.focus\:bg-yellow-950\/75:focus {
  background-color: rgb(66 32 6 / 0.75);
}

.focus\:bg-yellow-950\/80:focus {
  background-color: rgb(66 32 6 / 0.8);
}

.focus\:bg-yellow-950\/85:focus {
  background-color: rgb(66 32 6 / 0.85);
}

.focus\:bg-yellow-950\/90:focus {
  background-color: rgb(66 32 6 / 0.9);
}

.focus\:bg-yellow-950\/95:focus {
  background-color: rgb(66 32 6 / 0.95);
}

.focus\:text-blue-100:focus {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-100\/0:focus {
  color: rgb(219 234 254 / 0);
}

.focus\:text-blue-100\/10:focus {
  color: rgb(219 234 254 / 0.1);
}

.focus\:text-blue-100\/100:focus {
  color: rgb(219 234 254 / 1);
}

.focus\:text-blue-100\/15:focus {
  color: rgb(219 234 254 / 0.15);
}

.focus\:text-blue-100\/20:focus {
  color: rgb(219 234 254 / 0.2);
}

.focus\:text-blue-100\/25:focus {
  color: rgb(219 234 254 / 0.25);
}

.focus\:text-blue-100\/30:focus {
  color: rgb(219 234 254 / 0.3);
}

.focus\:text-blue-100\/35:focus {
  color: rgb(219 234 254 / 0.35);
}

.focus\:text-blue-100\/40:focus {
  color: rgb(219 234 254 / 0.4);
}

.focus\:text-blue-100\/45:focus {
  color: rgb(219 234 254 / 0.45);
}

.focus\:text-blue-100\/5:focus {
  color: rgb(219 234 254 / 0.05);
}

.focus\:text-blue-100\/50:focus {
  color: rgb(219 234 254 / 0.5);
}

.focus\:text-blue-100\/55:focus {
  color: rgb(219 234 254 / 0.55);
}

.focus\:text-blue-100\/60:focus {
  color: rgb(219 234 254 / 0.6);
}

.focus\:text-blue-100\/65:focus {
  color: rgb(219 234 254 / 0.65);
}

.focus\:text-blue-100\/70:focus {
  color: rgb(219 234 254 / 0.7);
}

.focus\:text-blue-100\/75:focus {
  color: rgb(219 234 254 / 0.75);
}

.focus\:text-blue-100\/80:focus {
  color: rgb(219 234 254 / 0.8);
}

.focus\:text-blue-100\/85:focus {
  color: rgb(219 234 254 / 0.85);
}

.focus\:text-blue-100\/90:focus {
  color: rgb(219 234 254 / 0.9);
}

.focus\:text-blue-100\/95:focus {
  color: rgb(219 234 254 / 0.95);
}

.focus\:text-blue-200:focus {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-200\/0:focus {
  color: rgb(191 219 254 / 0);
}

.focus\:text-blue-200\/10:focus {
  color: rgb(191 219 254 / 0.1);
}

.focus\:text-blue-200\/100:focus {
  color: rgb(191 219 254 / 1);
}

.focus\:text-blue-200\/15:focus {
  color: rgb(191 219 254 / 0.15);
}

.focus\:text-blue-200\/20:focus {
  color: rgb(191 219 254 / 0.2);
}

.focus\:text-blue-200\/25:focus {
  color: rgb(191 219 254 / 0.25);
}

.focus\:text-blue-200\/30:focus {
  color: rgb(191 219 254 / 0.3);
}

.focus\:text-blue-200\/35:focus {
  color: rgb(191 219 254 / 0.35);
}

.focus\:text-blue-200\/40:focus {
  color: rgb(191 219 254 / 0.4);
}

.focus\:text-blue-200\/45:focus {
  color: rgb(191 219 254 / 0.45);
}

.focus\:text-blue-200\/5:focus {
  color: rgb(191 219 254 / 0.05);
}

.focus\:text-blue-200\/50:focus {
  color: rgb(191 219 254 / 0.5);
}

.focus\:text-blue-200\/55:focus {
  color: rgb(191 219 254 / 0.55);
}

.focus\:text-blue-200\/60:focus {
  color: rgb(191 219 254 / 0.6);
}

.focus\:text-blue-200\/65:focus {
  color: rgb(191 219 254 / 0.65);
}

.focus\:text-blue-200\/70:focus {
  color: rgb(191 219 254 / 0.7);
}

.focus\:text-blue-200\/75:focus {
  color: rgb(191 219 254 / 0.75);
}

.focus\:text-blue-200\/80:focus {
  color: rgb(191 219 254 / 0.8);
}

.focus\:text-blue-200\/85:focus {
  color: rgb(191 219 254 / 0.85);
}

.focus\:text-blue-200\/90:focus {
  color: rgb(191 219 254 / 0.9);
}

.focus\:text-blue-200\/95:focus {
  color: rgb(191 219 254 / 0.95);
}

.focus\:text-blue-300:focus {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-300\/0:focus {
  color: rgb(147 197 253 / 0);
}

.focus\:text-blue-300\/10:focus {
  color: rgb(147 197 253 / 0.1);
}

.focus\:text-blue-300\/100:focus {
  color: rgb(147 197 253 / 1);
}

.focus\:text-blue-300\/15:focus {
  color: rgb(147 197 253 / 0.15);
}

.focus\:text-blue-300\/20:focus {
  color: rgb(147 197 253 / 0.2);
}

.focus\:text-blue-300\/25:focus {
  color: rgb(147 197 253 / 0.25);
}

.focus\:text-blue-300\/30:focus {
  color: rgb(147 197 253 / 0.3);
}

.focus\:text-blue-300\/35:focus {
  color: rgb(147 197 253 / 0.35);
}

.focus\:text-blue-300\/40:focus {
  color: rgb(147 197 253 / 0.4);
}

.focus\:text-blue-300\/45:focus {
  color: rgb(147 197 253 / 0.45);
}

.focus\:text-blue-300\/5:focus {
  color: rgb(147 197 253 / 0.05);
}

.focus\:text-blue-300\/50:focus {
  color: rgb(147 197 253 / 0.5);
}

.focus\:text-blue-300\/55:focus {
  color: rgb(147 197 253 / 0.55);
}

.focus\:text-blue-300\/60:focus {
  color: rgb(147 197 253 / 0.6);
}

.focus\:text-blue-300\/65:focus {
  color: rgb(147 197 253 / 0.65);
}

.focus\:text-blue-300\/70:focus {
  color: rgb(147 197 253 / 0.7);
}

.focus\:text-blue-300\/75:focus {
  color: rgb(147 197 253 / 0.75);
}

.focus\:text-blue-300\/80:focus {
  color: rgb(147 197 253 / 0.8);
}

.focus\:text-blue-300\/85:focus {
  color: rgb(147 197 253 / 0.85);
}

.focus\:text-blue-300\/90:focus {
  color: rgb(147 197 253 / 0.9);
}

.focus\:text-blue-300\/95:focus {
  color: rgb(147 197 253 / 0.95);
}

.focus\:text-blue-400:focus {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-400\/0:focus {
  color: rgb(96 165 250 / 0);
}

.focus\:text-blue-400\/10:focus {
  color: rgb(96 165 250 / 0.1);
}

.focus\:text-blue-400\/100:focus {
  color: rgb(96 165 250 / 1);
}

.focus\:text-blue-400\/15:focus {
  color: rgb(96 165 250 / 0.15);
}

.focus\:text-blue-400\/20:focus {
  color: rgb(96 165 250 / 0.2);
}

.focus\:text-blue-400\/25:focus {
  color: rgb(96 165 250 / 0.25);
}

.focus\:text-blue-400\/30:focus {
  color: rgb(96 165 250 / 0.3);
}

.focus\:text-blue-400\/35:focus {
  color: rgb(96 165 250 / 0.35);
}

.focus\:text-blue-400\/40:focus {
  color: rgb(96 165 250 / 0.4);
}

.focus\:text-blue-400\/45:focus {
  color: rgb(96 165 250 / 0.45);
}

.focus\:text-blue-400\/5:focus {
  color: rgb(96 165 250 / 0.05);
}

.focus\:text-blue-400\/50:focus {
  color: rgb(96 165 250 / 0.5);
}

.focus\:text-blue-400\/55:focus {
  color: rgb(96 165 250 / 0.55);
}

.focus\:text-blue-400\/60:focus {
  color: rgb(96 165 250 / 0.6);
}

.focus\:text-blue-400\/65:focus {
  color: rgb(96 165 250 / 0.65);
}

.focus\:text-blue-400\/70:focus {
  color: rgb(96 165 250 / 0.7);
}

.focus\:text-blue-400\/75:focus {
  color: rgb(96 165 250 / 0.75);
}

.focus\:text-blue-400\/80:focus {
  color: rgb(96 165 250 / 0.8);
}

.focus\:text-blue-400\/85:focus {
  color: rgb(96 165 250 / 0.85);
}

.focus\:text-blue-400\/90:focus {
  color: rgb(96 165 250 / 0.9);
}

.focus\:text-blue-400\/95:focus {
  color: rgb(96 165 250 / 0.95);
}

.focus\:text-blue-50:focus {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-50\/0:focus {
  color: rgb(239 246 255 / 0);
}

.focus\:text-blue-50\/10:focus {
  color: rgb(239 246 255 / 0.1);
}

.focus\:text-blue-50\/100:focus {
  color: rgb(239 246 255 / 1);
}

.focus\:text-blue-50\/15:focus {
  color: rgb(239 246 255 / 0.15);
}

.focus\:text-blue-50\/20:focus {
  color: rgb(239 246 255 / 0.2);
}

.focus\:text-blue-50\/25:focus {
  color: rgb(239 246 255 / 0.25);
}

.focus\:text-blue-50\/30:focus {
  color: rgb(239 246 255 / 0.3);
}

.focus\:text-blue-50\/35:focus {
  color: rgb(239 246 255 / 0.35);
}

.focus\:text-blue-50\/40:focus {
  color: rgb(239 246 255 / 0.4);
}

.focus\:text-blue-50\/45:focus {
  color: rgb(239 246 255 / 0.45);
}

.focus\:text-blue-50\/5:focus {
  color: rgb(239 246 255 / 0.05);
}

.focus\:text-blue-50\/50:focus {
  color: rgb(239 246 255 / 0.5);
}

.focus\:text-blue-50\/55:focus {
  color: rgb(239 246 255 / 0.55);
}

.focus\:text-blue-50\/60:focus {
  color: rgb(239 246 255 / 0.6);
}

.focus\:text-blue-50\/65:focus {
  color: rgb(239 246 255 / 0.65);
}

.focus\:text-blue-50\/70:focus {
  color: rgb(239 246 255 / 0.7);
}

.focus\:text-blue-50\/75:focus {
  color: rgb(239 246 255 / 0.75);
}

.focus\:text-blue-50\/80:focus {
  color: rgb(239 246 255 / 0.8);
}

.focus\:text-blue-50\/85:focus {
  color: rgb(239 246 255 / 0.85);
}

.focus\:text-blue-50\/90:focus {
  color: rgb(239 246 255 / 0.9);
}

.focus\:text-blue-50\/95:focus {
  color: rgb(239 246 255 / 0.95);
}

.focus\:text-blue-500:focus {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-500\/0:focus {
  color: rgb(59 130 246 / 0);
}

.focus\:text-blue-500\/10:focus {
  color: rgb(59 130 246 / 0.1);
}

.focus\:text-blue-500\/100:focus {
  color: rgb(59 130 246 / 1);
}

.focus\:text-blue-500\/15:focus {
  color: rgb(59 130 246 / 0.15);
}

.focus\:text-blue-500\/20:focus {
  color: rgb(59 130 246 / 0.2);
}

.focus\:text-blue-500\/25:focus {
  color: rgb(59 130 246 / 0.25);
}

.focus\:text-blue-500\/30:focus {
  color: rgb(59 130 246 / 0.3);
}

.focus\:text-blue-500\/35:focus {
  color: rgb(59 130 246 / 0.35);
}

.focus\:text-blue-500\/40:focus {
  color: rgb(59 130 246 / 0.4);
}

.focus\:text-blue-500\/45:focus {
  color: rgb(59 130 246 / 0.45);
}

.focus\:text-blue-500\/5:focus {
  color: rgb(59 130 246 / 0.05);
}

.focus\:text-blue-500\/50:focus {
  color: rgb(59 130 246 / 0.5);
}

.focus\:text-blue-500\/55:focus {
  color: rgb(59 130 246 / 0.55);
}

.focus\:text-blue-500\/60:focus {
  color: rgb(59 130 246 / 0.6);
}

.focus\:text-blue-500\/65:focus {
  color: rgb(59 130 246 / 0.65);
}

.focus\:text-blue-500\/70:focus {
  color: rgb(59 130 246 / 0.7);
}

.focus\:text-blue-500\/75:focus {
  color: rgb(59 130 246 / 0.75);
}

.focus\:text-blue-500\/80:focus {
  color: rgb(59 130 246 / 0.8);
}

.focus\:text-blue-500\/85:focus {
  color: rgb(59 130 246 / 0.85);
}

.focus\:text-blue-500\/90:focus {
  color: rgb(59 130 246 / 0.9);
}

.focus\:text-blue-500\/95:focus {
  color: rgb(59 130 246 / 0.95);
}

.focus\:text-blue-600:focus {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-600\/0:focus {
  color: rgb(37 99 235 / 0);
}

.focus\:text-blue-600\/10:focus {
  color: rgb(37 99 235 / 0.1);
}

.focus\:text-blue-600\/100:focus {
  color: rgb(37 99 235 / 1);
}

.focus\:text-blue-600\/15:focus {
  color: rgb(37 99 235 / 0.15);
}

.focus\:text-blue-600\/20:focus {
  color: rgb(37 99 235 / 0.2);
}

.focus\:text-blue-600\/25:focus {
  color: rgb(37 99 235 / 0.25);
}

.focus\:text-blue-600\/30:focus {
  color: rgb(37 99 235 / 0.3);
}

.focus\:text-blue-600\/35:focus {
  color: rgb(37 99 235 / 0.35);
}

.focus\:text-blue-600\/40:focus {
  color: rgb(37 99 235 / 0.4);
}

.focus\:text-blue-600\/45:focus {
  color: rgb(37 99 235 / 0.45);
}

.focus\:text-blue-600\/5:focus {
  color: rgb(37 99 235 / 0.05);
}

.focus\:text-blue-600\/50:focus {
  color: rgb(37 99 235 / 0.5);
}

.focus\:text-blue-600\/55:focus {
  color: rgb(37 99 235 / 0.55);
}

.focus\:text-blue-600\/60:focus {
  color: rgb(37 99 235 / 0.6);
}

.focus\:text-blue-600\/65:focus {
  color: rgb(37 99 235 / 0.65);
}

.focus\:text-blue-600\/70:focus {
  color: rgb(37 99 235 / 0.7);
}

.focus\:text-blue-600\/75:focus {
  color: rgb(37 99 235 / 0.75);
}

.focus\:text-blue-600\/80:focus {
  color: rgb(37 99 235 / 0.8);
}

.focus\:text-blue-600\/85:focus {
  color: rgb(37 99 235 / 0.85);
}

.focus\:text-blue-600\/90:focus {
  color: rgb(37 99 235 / 0.9);
}

.focus\:text-blue-600\/95:focus {
  color: rgb(37 99 235 / 0.95);
}

.focus\:text-blue-700:focus {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-700\/0:focus {
  color: rgb(29 78 216 / 0);
}

.focus\:text-blue-700\/10:focus {
  color: rgb(29 78 216 / 0.1);
}

.focus\:text-blue-700\/100:focus {
  color: rgb(29 78 216 / 1);
}

.focus\:text-blue-700\/15:focus {
  color: rgb(29 78 216 / 0.15);
}

.focus\:text-blue-700\/20:focus {
  color: rgb(29 78 216 / 0.2);
}

.focus\:text-blue-700\/25:focus {
  color: rgb(29 78 216 / 0.25);
}

.focus\:text-blue-700\/30:focus {
  color: rgb(29 78 216 / 0.3);
}

.focus\:text-blue-700\/35:focus {
  color: rgb(29 78 216 / 0.35);
}

.focus\:text-blue-700\/40:focus {
  color: rgb(29 78 216 / 0.4);
}

.focus\:text-blue-700\/45:focus {
  color: rgb(29 78 216 / 0.45);
}

.focus\:text-blue-700\/5:focus {
  color: rgb(29 78 216 / 0.05);
}

.focus\:text-blue-700\/50:focus {
  color: rgb(29 78 216 / 0.5);
}

.focus\:text-blue-700\/55:focus {
  color: rgb(29 78 216 / 0.55);
}

.focus\:text-blue-700\/60:focus {
  color: rgb(29 78 216 / 0.6);
}

.focus\:text-blue-700\/65:focus {
  color: rgb(29 78 216 / 0.65);
}

.focus\:text-blue-700\/70:focus {
  color: rgb(29 78 216 / 0.7);
}

.focus\:text-blue-700\/75:focus {
  color: rgb(29 78 216 / 0.75);
}

.focus\:text-blue-700\/80:focus {
  color: rgb(29 78 216 / 0.8);
}

.focus\:text-blue-700\/85:focus {
  color: rgb(29 78 216 / 0.85);
}

.focus\:text-blue-700\/90:focus {
  color: rgb(29 78 216 / 0.9);
}

.focus\:text-blue-700\/95:focus {
  color: rgb(29 78 216 / 0.95);
}

.focus\:text-blue-800:focus {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-800\/0:focus {
  color: rgb(30 64 175 / 0);
}

.focus\:text-blue-800\/10:focus {
  color: rgb(30 64 175 / 0.1);
}

.focus\:text-blue-800\/100:focus {
  color: rgb(30 64 175 / 1);
}

.focus\:text-blue-800\/15:focus {
  color: rgb(30 64 175 / 0.15);
}

.focus\:text-blue-800\/20:focus {
  color: rgb(30 64 175 / 0.2);
}

.focus\:text-blue-800\/25:focus {
  color: rgb(30 64 175 / 0.25);
}

.focus\:text-blue-800\/30:focus {
  color: rgb(30 64 175 / 0.3);
}

.focus\:text-blue-800\/35:focus {
  color: rgb(30 64 175 / 0.35);
}

.focus\:text-blue-800\/40:focus {
  color: rgb(30 64 175 / 0.4);
}

.focus\:text-blue-800\/45:focus {
  color: rgb(30 64 175 / 0.45);
}

.focus\:text-blue-800\/5:focus {
  color: rgb(30 64 175 / 0.05);
}

.focus\:text-blue-800\/50:focus {
  color: rgb(30 64 175 / 0.5);
}

.focus\:text-blue-800\/55:focus {
  color: rgb(30 64 175 / 0.55);
}

.focus\:text-blue-800\/60:focus {
  color: rgb(30 64 175 / 0.6);
}

.focus\:text-blue-800\/65:focus {
  color: rgb(30 64 175 / 0.65);
}

.focus\:text-blue-800\/70:focus {
  color: rgb(30 64 175 / 0.7);
}

.focus\:text-blue-800\/75:focus {
  color: rgb(30 64 175 / 0.75);
}

.focus\:text-blue-800\/80:focus {
  color: rgb(30 64 175 / 0.8);
}

.focus\:text-blue-800\/85:focus {
  color: rgb(30 64 175 / 0.85);
}

.focus\:text-blue-800\/90:focus {
  color: rgb(30 64 175 / 0.9);
}

.focus\:text-blue-800\/95:focus {
  color: rgb(30 64 175 / 0.95);
}

.focus\:text-blue-900:focus {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-900\/0:focus {
  color: rgb(30 58 138 / 0);
}

.focus\:text-blue-900\/10:focus {
  color: rgb(30 58 138 / 0.1);
}

.focus\:text-blue-900\/100:focus {
  color: rgb(30 58 138 / 1);
}

.focus\:text-blue-900\/15:focus {
  color: rgb(30 58 138 / 0.15);
}

.focus\:text-blue-900\/20:focus {
  color: rgb(30 58 138 / 0.2);
}

.focus\:text-blue-900\/25:focus {
  color: rgb(30 58 138 / 0.25);
}

.focus\:text-blue-900\/30:focus {
  color: rgb(30 58 138 / 0.3);
}

.focus\:text-blue-900\/35:focus {
  color: rgb(30 58 138 / 0.35);
}

.focus\:text-blue-900\/40:focus {
  color: rgb(30 58 138 / 0.4);
}

.focus\:text-blue-900\/45:focus {
  color: rgb(30 58 138 / 0.45);
}

.focus\:text-blue-900\/5:focus {
  color: rgb(30 58 138 / 0.05);
}

.focus\:text-blue-900\/50:focus {
  color: rgb(30 58 138 / 0.5);
}

.focus\:text-blue-900\/55:focus {
  color: rgb(30 58 138 / 0.55);
}

.focus\:text-blue-900\/60:focus {
  color: rgb(30 58 138 / 0.6);
}

.focus\:text-blue-900\/65:focus {
  color: rgb(30 58 138 / 0.65);
}

.focus\:text-blue-900\/70:focus {
  color: rgb(30 58 138 / 0.7);
}

.focus\:text-blue-900\/75:focus {
  color: rgb(30 58 138 / 0.75);
}

.focus\:text-blue-900\/80:focus {
  color: rgb(30 58 138 / 0.8);
}

.focus\:text-blue-900\/85:focus {
  color: rgb(30 58 138 / 0.85);
}

.focus\:text-blue-900\/90:focus {
  color: rgb(30 58 138 / 0.9);
}

.focus\:text-blue-900\/95:focus {
  color: rgb(30 58 138 / 0.95);
}

.focus\:text-blue-950:focus {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-950\/0:focus {
  color: rgb(23 37 84 / 0);
}

.focus\:text-blue-950\/10:focus {
  color: rgb(23 37 84 / 0.1);
}

.focus\:text-blue-950\/100:focus {
  color: rgb(23 37 84 / 1);
}

.focus\:text-blue-950\/15:focus {
  color: rgb(23 37 84 / 0.15);
}

.focus\:text-blue-950\/20:focus {
  color: rgb(23 37 84 / 0.2);
}

.focus\:text-blue-950\/25:focus {
  color: rgb(23 37 84 / 0.25);
}

.focus\:text-blue-950\/30:focus {
  color: rgb(23 37 84 / 0.3);
}

.focus\:text-blue-950\/35:focus {
  color: rgb(23 37 84 / 0.35);
}

.focus\:text-blue-950\/40:focus {
  color: rgb(23 37 84 / 0.4);
}

.focus\:text-blue-950\/45:focus {
  color: rgb(23 37 84 / 0.45);
}

.focus\:text-blue-950\/5:focus {
  color: rgb(23 37 84 / 0.05);
}

.focus\:text-blue-950\/50:focus {
  color: rgb(23 37 84 / 0.5);
}

.focus\:text-blue-950\/55:focus {
  color: rgb(23 37 84 / 0.55);
}

.focus\:text-blue-950\/60:focus {
  color: rgb(23 37 84 / 0.6);
}

.focus\:text-blue-950\/65:focus {
  color: rgb(23 37 84 / 0.65);
}

.focus\:text-blue-950\/70:focus {
  color: rgb(23 37 84 / 0.7);
}

.focus\:text-blue-950\/75:focus {
  color: rgb(23 37 84 / 0.75);
}

.focus\:text-blue-950\/80:focus {
  color: rgb(23 37 84 / 0.8);
}

.focus\:text-blue-950\/85:focus {
  color: rgb(23 37 84 / 0.85);
}

.focus\:text-blue-950\/90:focus {
  color: rgb(23 37 84 / 0.9);
}

.focus\:text-blue-950\/95:focus {
  color: rgb(23 37 84 / 0.95);
}

.focus\:text-gray-100:focus {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-100\/0:focus {
  color: rgb(243 244 246 / 0);
}

.focus\:text-gray-100\/10:focus {
  color: rgb(243 244 246 / 0.1);
}

.focus\:text-gray-100\/100:focus {
  color: rgb(243 244 246 / 1);
}

.focus\:text-gray-100\/15:focus {
  color: rgb(243 244 246 / 0.15);
}

.focus\:text-gray-100\/20:focus {
  color: rgb(243 244 246 / 0.2);
}

.focus\:text-gray-100\/25:focus {
  color: rgb(243 244 246 / 0.25);
}

.focus\:text-gray-100\/30:focus {
  color: rgb(243 244 246 / 0.3);
}

.focus\:text-gray-100\/35:focus {
  color: rgb(243 244 246 / 0.35);
}

.focus\:text-gray-100\/40:focus {
  color: rgb(243 244 246 / 0.4);
}

.focus\:text-gray-100\/45:focus {
  color: rgb(243 244 246 / 0.45);
}

.focus\:text-gray-100\/5:focus {
  color: rgb(243 244 246 / 0.05);
}

.focus\:text-gray-100\/50:focus {
  color: rgb(243 244 246 / 0.5);
}

.focus\:text-gray-100\/55:focus {
  color: rgb(243 244 246 / 0.55);
}

.focus\:text-gray-100\/60:focus {
  color: rgb(243 244 246 / 0.6);
}

.focus\:text-gray-100\/65:focus {
  color: rgb(243 244 246 / 0.65);
}

.focus\:text-gray-100\/70:focus {
  color: rgb(243 244 246 / 0.7);
}

.focus\:text-gray-100\/75:focus {
  color: rgb(243 244 246 / 0.75);
}

.focus\:text-gray-100\/80:focus {
  color: rgb(243 244 246 / 0.8);
}

.focus\:text-gray-100\/85:focus {
  color: rgb(243 244 246 / 0.85);
}

.focus\:text-gray-100\/90:focus {
  color: rgb(243 244 246 / 0.9);
}

.focus\:text-gray-100\/95:focus {
  color: rgb(243 244 246 / 0.95);
}

.focus\:text-gray-200:focus {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-200\/0:focus {
  color: rgb(229 231 235 / 0);
}

.focus\:text-gray-200\/10:focus {
  color: rgb(229 231 235 / 0.1);
}

.focus\:text-gray-200\/100:focus {
  color: rgb(229 231 235 / 1);
}

.focus\:text-gray-200\/15:focus {
  color: rgb(229 231 235 / 0.15);
}

.focus\:text-gray-200\/20:focus {
  color: rgb(229 231 235 / 0.2);
}

.focus\:text-gray-200\/25:focus {
  color: rgb(229 231 235 / 0.25);
}

.focus\:text-gray-200\/30:focus {
  color: rgb(229 231 235 / 0.3);
}

.focus\:text-gray-200\/35:focus {
  color: rgb(229 231 235 / 0.35);
}

.focus\:text-gray-200\/40:focus {
  color: rgb(229 231 235 / 0.4);
}

.focus\:text-gray-200\/45:focus {
  color: rgb(229 231 235 / 0.45);
}

.focus\:text-gray-200\/5:focus {
  color: rgb(229 231 235 / 0.05);
}

.focus\:text-gray-200\/50:focus {
  color: rgb(229 231 235 / 0.5);
}

.focus\:text-gray-200\/55:focus {
  color: rgb(229 231 235 / 0.55);
}

.focus\:text-gray-200\/60:focus {
  color: rgb(229 231 235 / 0.6);
}

.focus\:text-gray-200\/65:focus {
  color: rgb(229 231 235 / 0.65);
}

.focus\:text-gray-200\/70:focus {
  color: rgb(229 231 235 / 0.7);
}

.focus\:text-gray-200\/75:focus {
  color: rgb(229 231 235 / 0.75);
}

.focus\:text-gray-200\/80:focus {
  color: rgb(229 231 235 / 0.8);
}

.focus\:text-gray-200\/85:focus {
  color: rgb(229 231 235 / 0.85);
}

.focus\:text-gray-200\/90:focus {
  color: rgb(229 231 235 / 0.9);
}

.focus\:text-gray-200\/95:focus {
  color: rgb(229 231 235 / 0.95);
}

.focus\:text-gray-300:focus {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-300\/0:focus {
  color: rgb(209 213 219 / 0);
}

.focus\:text-gray-300\/10:focus {
  color: rgb(209 213 219 / 0.1);
}

.focus\:text-gray-300\/100:focus {
  color: rgb(209 213 219 / 1);
}

.focus\:text-gray-300\/15:focus {
  color: rgb(209 213 219 / 0.15);
}

.focus\:text-gray-300\/20:focus {
  color: rgb(209 213 219 / 0.2);
}

.focus\:text-gray-300\/25:focus {
  color: rgb(209 213 219 / 0.25);
}

.focus\:text-gray-300\/30:focus {
  color: rgb(209 213 219 / 0.3);
}

.focus\:text-gray-300\/35:focus {
  color: rgb(209 213 219 / 0.35);
}

.focus\:text-gray-300\/40:focus {
  color: rgb(209 213 219 / 0.4);
}

.focus\:text-gray-300\/45:focus {
  color: rgb(209 213 219 / 0.45);
}

.focus\:text-gray-300\/5:focus {
  color: rgb(209 213 219 / 0.05);
}

.focus\:text-gray-300\/50:focus {
  color: rgb(209 213 219 / 0.5);
}

.focus\:text-gray-300\/55:focus {
  color: rgb(209 213 219 / 0.55);
}

.focus\:text-gray-300\/60:focus {
  color: rgb(209 213 219 / 0.6);
}

.focus\:text-gray-300\/65:focus {
  color: rgb(209 213 219 / 0.65);
}

.focus\:text-gray-300\/70:focus {
  color: rgb(209 213 219 / 0.7);
}

.focus\:text-gray-300\/75:focus {
  color: rgb(209 213 219 / 0.75);
}

.focus\:text-gray-300\/80:focus {
  color: rgb(209 213 219 / 0.8);
}

.focus\:text-gray-300\/85:focus {
  color: rgb(209 213 219 / 0.85);
}

.focus\:text-gray-300\/90:focus {
  color: rgb(209 213 219 / 0.9);
}

.focus\:text-gray-300\/95:focus {
  color: rgb(209 213 219 / 0.95);
}

.focus\:text-gray-400:focus {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-400\/0:focus {
  color: rgb(156 163 175 / 0);
}

.focus\:text-gray-400\/10:focus {
  color: rgb(156 163 175 / 0.1);
}

.focus\:text-gray-400\/100:focus {
  color: rgb(156 163 175 / 1);
}

.focus\:text-gray-400\/15:focus {
  color: rgb(156 163 175 / 0.15);
}

.focus\:text-gray-400\/20:focus {
  color: rgb(156 163 175 / 0.2);
}

.focus\:text-gray-400\/25:focus {
  color: rgb(156 163 175 / 0.25);
}

.focus\:text-gray-400\/30:focus {
  color: rgb(156 163 175 / 0.3);
}

.focus\:text-gray-400\/35:focus {
  color: rgb(156 163 175 / 0.35);
}

.focus\:text-gray-400\/40:focus {
  color: rgb(156 163 175 / 0.4);
}

.focus\:text-gray-400\/45:focus {
  color: rgb(156 163 175 / 0.45);
}

.focus\:text-gray-400\/5:focus {
  color: rgb(156 163 175 / 0.05);
}

.focus\:text-gray-400\/50:focus {
  color: rgb(156 163 175 / 0.5);
}

.focus\:text-gray-400\/55:focus {
  color: rgb(156 163 175 / 0.55);
}

.focus\:text-gray-400\/60:focus {
  color: rgb(156 163 175 / 0.6);
}

.focus\:text-gray-400\/65:focus {
  color: rgb(156 163 175 / 0.65);
}

.focus\:text-gray-400\/70:focus {
  color: rgb(156 163 175 / 0.7);
}

.focus\:text-gray-400\/75:focus {
  color: rgb(156 163 175 / 0.75);
}

.focus\:text-gray-400\/80:focus {
  color: rgb(156 163 175 / 0.8);
}

.focus\:text-gray-400\/85:focus {
  color: rgb(156 163 175 / 0.85);
}

.focus\:text-gray-400\/90:focus {
  color: rgb(156 163 175 / 0.9);
}

.focus\:text-gray-400\/95:focus {
  color: rgb(156 163 175 / 0.95);
}

.focus\:text-gray-50:focus {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-50\/0:focus {
  color: rgb(249 250 251 / 0);
}

.focus\:text-gray-50\/10:focus {
  color: rgb(249 250 251 / 0.1);
}

.focus\:text-gray-50\/100:focus {
  color: rgb(249 250 251 / 1);
}

.focus\:text-gray-50\/15:focus {
  color: rgb(249 250 251 / 0.15);
}

.focus\:text-gray-50\/20:focus {
  color: rgb(249 250 251 / 0.2);
}

.focus\:text-gray-50\/25:focus {
  color: rgb(249 250 251 / 0.25);
}

.focus\:text-gray-50\/30:focus {
  color: rgb(249 250 251 / 0.3);
}

.focus\:text-gray-50\/35:focus {
  color: rgb(249 250 251 / 0.35);
}

.focus\:text-gray-50\/40:focus {
  color: rgb(249 250 251 / 0.4);
}

.focus\:text-gray-50\/45:focus {
  color: rgb(249 250 251 / 0.45);
}

.focus\:text-gray-50\/5:focus {
  color: rgb(249 250 251 / 0.05);
}

.focus\:text-gray-50\/50:focus {
  color: rgb(249 250 251 / 0.5);
}

.focus\:text-gray-50\/55:focus {
  color: rgb(249 250 251 / 0.55);
}

.focus\:text-gray-50\/60:focus {
  color: rgb(249 250 251 / 0.6);
}

.focus\:text-gray-50\/65:focus {
  color: rgb(249 250 251 / 0.65);
}

.focus\:text-gray-50\/70:focus {
  color: rgb(249 250 251 / 0.7);
}

.focus\:text-gray-50\/75:focus {
  color: rgb(249 250 251 / 0.75);
}

.focus\:text-gray-50\/80:focus {
  color: rgb(249 250 251 / 0.8);
}

.focus\:text-gray-50\/85:focus {
  color: rgb(249 250 251 / 0.85);
}

.focus\:text-gray-50\/90:focus {
  color: rgb(249 250 251 / 0.9);
}

.focus\:text-gray-50\/95:focus {
  color: rgb(249 250 251 / 0.95);
}

.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-500\/0:focus {
  color: rgb(107 114 128 / 0);
}

.focus\:text-gray-500\/10:focus {
  color: rgb(107 114 128 / 0.1);
}

.focus\:text-gray-500\/100:focus {
  color: rgb(107 114 128 / 1);
}

.focus\:text-gray-500\/15:focus {
  color: rgb(107 114 128 / 0.15);
}

.focus\:text-gray-500\/20:focus {
  color: rgb(107 114 128 / 0.2);
}

.focus\:text-gray-500\/25:focus {
  color: rgb(107 114 128 / 0.25);
}

.focus\:text-gray-500\/30:focus {
  color: rgb(107 114 128 / 0.3);
}

.focus\:text-gray-500\/35:focus {
  color: rgb(107 114 128 / 0.35);
}

.focus\:text-gray-500\/40:focus {
  color: rgb(107 114 128 / 0.4);
}

.focus\:text-gray-500\/45:focus {
  color: rgb(107 114 128 / 0.45);
}

.focus\:text-gray-500\/5:focus {
  color: rgb(107 114 128 / 0.05);
}

.focus\:text-gray-500\/50:focus {
  color: rgb(107 114 128 / 0.5);
}

.focus\:text-gray-500\/55:focus {
  color: rgb(107 114 128 / 0.55);
}

.focus\:text-gray-500\/60:focus {
  color: rgb(107 114 128 / 0.6);
}

.focus\:text-gray-500\/65:focus {
  color: rgb(107 114 128 / 0.65);
}

.focus\:text-gray-500\/70:focus {
  color: rgb(107 114 128 / 0.7);
}

.focus\:text-gray-500\/75:focus {
  color: rgb(107 114 128 / 0.75);
}

.focus\:text-gray-500\/80:focus {
  color: rgb(107 114 128 / 0.8);
}

.focus\:text-gray-500\/85:focus {
  color: rgb(107 114 128 / 0.85);
}

.focus\:text-gray-500\/90:focus {
  color: rgb(107 114 128 / 0.9);
}

.focus\:text-gray-500\/95:focus {
  color: rgb(107 114 128 / 0.95);
}

.focus\:text-gray-600:focus {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-600\/0:focus {
  color: rgb(75 85 99 / 0);
}

.focus\:text-gray-600\/10:focus {
  color: rgb(75 85 99 / 0.1);
}

.focus\:text-gray-600\/100:focus {
  color: rgb(75 85 99 / 1);
}

.focus\:text-gray-600\/15:focus {
  color: rgb(75 85 99 / 0.15);
}

.focus\:text-gray-600\/20:focus {
  color: rgb(75 85 99 / 0.2);
}

.focus\:text-gray-600\/25:focus {
  color: rgb(75 85 99 / 0.25);
}

.focus\:text-gray-600\/30:focus {
  color: rgb(75 85 99 / 0.3);
}

.focus\:text-gray-600\/35:focus {
  color: rgb(75 85 99 / 0.35);
}

.focus\:text-gray-600\/40:focus {
  color: rgb(75 85 99 / 0.4);
}

.focus\:text-gray-600\/45:focus {
  color: rgb(75 85 99 / 0.45);
}

.focus\:text-gray-600\/5:focus {
  color: rgb(75 85 99 / 0.05);
}

.focus\:text-gray-600\/50:focus {
  color: rgb(75 85 99 / 0.5);
}

.focus\:text-gray-600\/55:focus {
  color: rgb(75 85 99 / 0.55);
}

.focus\:text-gray-600\/60:focus {
  color: rgb(75 85 99 / 0.6);
}

.focus\:text-gray-600\/65:focus {
  color: rgb(75 85 99 / 0.65);
}

.focus\:text-gray-600\/70:focus {
  color: rgb(75 85 99 / 0.7);
}

.focus\:text-gray-600\/75:focus {
  color: rgb(75 85 99 / 0.75);
}

.focus\:text-gray-600\/80:focus {
  color: rgb(75 85 99 / 0.8);
}

.focus\:text-gray-600\/85:focus {
  color: rgb(75 85 99 / 0.85);
}

.focus\:text-gray-600\/90:focus {
  color: rgb(75 85 99 / 0.9);
}

.focus\:text-gray-600\/95:focus {
  color: rgb(75 85 99 / 0.95);
}

.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-700\/0:focus {
  color: rgb(55 65 81 / 0);
}

.focus\:text-gray-700\/10:focus {
  color: rgb(55 65 81 / 0.1);
}

.focus\:text-gray-700\/100:focus {
  color: rgb(55 65 81 / 1);
}

.focus\:text-gray-700\/15:focus {
  color: rgb(55 65 81 / 0.15);
}

.focus\:text-gray-700\/20:focus {
  color: rgb(55 65 81 / 0.2);
}

.focus\:text-gray-700\/25:focus {
  color: rgb(55 65 81 / 0.25);
}

.focus\:text-gray-700\/30:focus {
  color: rgb(55 65 81 / 0.3);
}

.focus\:text-gray-700\/35:focus {
  color: rgb(55 65 81 / 0.35);
}

.focus\:text-gray-700\/40:focus {
  color: rgb(55 65 81 / 0.4);
}

.focus\:text-gray-700\/45:focus {
  color: rgb(55 65 81 / 0.45);
}

.focus\:text-gray-700\/5:focus {
  color: rgb(55 65 81 / 0.05);
}

.focus\:text-gray-700\/50:focus {
  color: rgb(55 65 81 / 0.5);
}

.focus\:text-gray-700\/55:focus {
  color: rgb(55 65 81 / 0.55);
}

.focus\:text-gray-700\/60:focus {
  color: rgb(55 65 81 / 0.6);
}

.focus\:text-gray-700\/65:focus {
  color: rgb(55 65 81 / 0.65);
}

.focus\:text-gray-700\/70:focus {
  color: rgb(55 65 81 / 0.7);
}

.focus\:text-gray-700\/75:focus {
  color: rgb(55 65 81 / 0.75);
}

.focus\:text-gray-700\/80:focus {
  color: rgb(55 65 81 / 0.8);
}

.focus\:text-gray-700\/85:focus {
  color: rgb(55 65 81 / 0.85);
}

.focus\:text-gray-700\/90:focus {
  color: rgb(55 65 81 / 0.9);
}

.focus\:text-gray-700\/95:focus {
  color: rgb(55 65 81 / 0.95);
}

.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-800\/0:focus {
  color: rgb(31 41 55 / 0);
}

.focus\:text-gray-800\/10:focus {
  color: rgb(31 41 55 / 0.1);
}

.focus\:text-gray-800\/100:focus {
  color: rgb(31 41 55 / 1);
}

.focus\:text-gray-800\/15:focus {
  color: rgb(31 41 55 / 0.15);
}

.focus\:text-gray-800\/20:focus {
  color: rgb(31 41 55 / 0.2);
}

.focus\:text-gray-800\/25:focus {
  color: rgb(31 41 55 / 0.25);
}

.focus\:text-gray-800\/30:focus {
  color: rgb(31 41 55 / 0.3);
}

.focus\:text-gray-800\/35:focus {
  color: rgb(31 41 55 / 0.35);
}

.focus\:text-gray-800\/40:focus {
  color: rgb(31 41 55 / 0.4);
}

.focus\:text-gray-800\/45:focus {
  color: rgb(31 41 55 / 0.45);
}

.focus\:text-gray-800\/5:focus {
  color: rgb(31 41 55 / 0.05);
}

.focus\:text-gray-800\/50:focus {
  color: rgb(31 41 55 / 0.5);
}

.focus\:text-gray-800\/55:focus {
  color: rgb(31 41 55 / 0.55);
}

.focus\:text-gray-800\/60:focus {
  color: rgb(31 41 55 / 0.6);
}

.focus\:text-gray-800\/65:focus {
  color: rgb(31 41 55 / 0.65);
}

.focus\:text-gray-800\/70:focus {
  color: rgb(31 41 55 / 0.7);
}

.focus\:text-gray-800\/75:focus {
  color: rgb(31 41 55 / 0.75);
}

.focus\:text-gray-800\/80:focus {
  color: rgb(31 41 55 / 0.8);
}

.focus\:text-gray-800\/85:focus {
  color: rgb(31 41 55 / 0.85);
}

.focus\:text-gray-800\/90:focus {
  color: rgb(31 41 55 / 0.9);
}

.focus\:text-gray-800\/95:focus {
  color: rgb(31 41 55 / 0.95);
}

.focus\:text-gray-900:focus {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-900\/0:focus {
  color: rgb(17 24 39 / 0);
}

.focus\:text-gray-900\/10:focus {
  color: rgb(17 24 39 / 0.1);
}

.focus\:text-gray-900\/100:focus {
  color: rgb(17 24 39 / 1);
}

.focus\:text-gray-900\/15:focus {
  color: rgb(17 24 39 / 0.15);
}

.focus\:text-gray-900\/20:focus {
  color: rgb(17 24 39 / 0.2);
}

.focus\:text-gray-900\/25:focus {
  color: rgb(17 24 39 / 0.25);
}

.focus\:text-gray-900\/30:focus {
  color: rgb(17 24 39 / 0.3);
}

.focus\:text-gray-900\/35:focus {
  color: rgb(17 24 39 / 0.35);
}

.focus\:text-gray-900\/40:focus {
  color: rgb(17 24 39 / 0.4);
}

.focus\:text-gray-900\/45:focus {
  color: rgb(17 24 39 / 0.45);
}

.focus\:text-gray-900\/5:focus {
  color: rgb(17 24 39 / 0.05);
}

.focus\:text-gray-900\/50:focus {
  color: rgb(17 24 39 / 0.5);
}

.focus\:text-gray-900\/55:focus {
  color: rgb(17 24 39 / 0.55);
}

.focus\:text-gray-900\/60:focus {
  color: rgb(17 24 39 / 0.6);
}

.focus\:text-gray-900\/65:focus {
  color: rgb(17 24 39 / 0.65);
}

.focus\:text-gray-900\/70:focus {
  color: rgb(17 24 39 / 0.7);
}

.focus\:text-gray-900\/75:focus {
  color: rgb(17 24 39 / 0.75);
}

.focus\:text-gray-900\/80:focus {
  color: rgb(17 24 39 / 0.8);
}

.focus\:text-gray-900\/85:focus {
  color: rgb(17 24 39 / 0.85);
}

.focus\:text-gray-900\/90:focus {
  color: rgb(17 24 39 / 0.9);
}

.focus\:text-gray-900\/95:focus {
  color: rgb(17 24 39 / 0.95);
}

.focus\:text-gray-950:focus {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-950\/0:focus {
  color: rgb(3 7 18 / 0);
}

.focus\:text-gray-950\/10:focus {
  color: rgb(3 7 18 / 0.1);
}

.focus\:text-gray-950\/100:focus {
  color: rgb(3 7 18 / 1);
}

.focus\:text-gray-950\/15:focus {
  color: rgb(3 7 18 / 0.15);
}

.focus\:text-gray-950\/20:focus {
  color: rgb(3 7 18 / 0.2);
}

.focus\:text-gray-950\/25:focus {
  color: rgb(3 7 18 / 0.25);
}

.focus\:text-gray-950\/30:focus {
  color: rgb(3 7 18 / 0.3);
}

.focus\:text-gray-950\/35:focus {
  color: rgb(3 7 18 / 0.35);
}

.focus\:text-gray-950\/40:focus {
  color: rgb(3 7 18 / 0.4);
}

.focus\:text-gray-950\/45:focus {
  color: rgb(3 7 18 / 0.45);
}

.focus\:text-gray-950\/5:focus {
  color: rgb(3 7 18 / 0.05);
}

.focus\:text-gray-950\/50:focus {
  color: rgb(3 7 18 / 0.5);
}

.focus\:text-gray-950\/55:focus {
  color: rgb(3 7 18 / 0.55);
}

.focus\:text-gray-950\/60:focus {
  color: rgb(3 7 18 / 0.6);
}

.focus\:text-gray-950\/65:focus {
  color: rgb(3 7 18 / 0.65);
}

.focus\:text-gray-950\/70:focus {
  color: rgb(3 7 18 / 0.7);
}

.focus\:text-gray-950\/75:focus {
  color: rgb(3 7 18 / 0.75);
}

.focus\:text-gray-950\/80:focus {
  color: rgb(3 7 18 / 0.8);
}

.focus\:text-gray-950\/85:focus {
  color: rgb(3 7 18 / 0.85);
}

.focus\:text-gray-950\/90:focus {
  color: rgb(3 7 18 / 0.9);
}

.focus\:text-gray-950\/95:focus {
  color: rgb(3 7 18 / 0.95);
}

.focus\:text-green-100:focus {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.focus\:text-green-100\/0:focus {
  color: rgb(220 252 231 / 0);
}

.focus\:text-green-100\/10:focus {
  color: rgb(220 252 231 / 0.1);
}

.focus\:text-green-100\/100:focus {
  color: rgb(220 252 231 / 1);
}

.focus\:text-green-100\/15:focus {
  color: rgb(220 252 231 / 0.15);
}

.focus\:text-green-100\/20:focus {
  color: rgb(220 252 231 / 0.2);
}

.focus\:text-green-100\/25:focus {
  color: rgb(220 252 231 / 0.25);
}

.focus\:text-green-100\/30:focus {
  color: rgb(220 252 231 / 0.3);
}

.focus\:text-green-100\/35:focus {
  color: rgb(220 252 231 / 0.35);
}

.focus\:text-green-100\/40:focus {
  color: rgb(220 252 231 / 0.4);
}

.focus\:text-green-100\/45:focus {
  color: rgb(220 252 231 / 0.45);
}

.focus\:text-green-100\/5:focus {
  color: rgb(220 252 231 / 0.05);
}

.focus\:text-green-100\/50:focus {
  color: rgb(220 252 231 / 0.5);
}

.focus\:text-green-100\/55:focus {
  color: rgb(220 252 231 / 0.55);
}

.focus\:text-green-100\/60:focus {
  color: rgb(220 252 231 / 0.6);
}

.focus\:text-green-100\/65:focus {
  color: rgb(220 252 231 / 0.65);
}

.focus\:text-green-100\/70:focus {
  color: rgb(220 252 231 / 0.7);
}

.focus\:text-green-100\/75:focus {
  color: rgb(220 252 231 / 0.75);
}

.focus\:text-green-100\/80:focus {
  color: rgb(220 252 231 / 0.8);
}

.focus\:text-green-100\/85:focus {
  color: rgb(220 252 231 / 0.85);
}

.focus\:text-green-100\/90:focus {
  color: rgb(220 252 231 / 0.9);
}

.focus\:text-green-100\/95:focus {
  color: rgb(220 252 231 / 0.95);
}

.focus\:text-green-200:focus {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.focus\:text-green-200\/0:focus {
  color: rgb(187 247 208 / 0);
}

.focus\:text-green-200\/10:focus {
  color: rgb(187 247 208 / 0.1);
}

.focus\:text-green-200\/100:focus {
  color: rgb(187 247 208 / 1);
}

.focus\:text-green-200\/15:focus {
  color: rgb(187 247 208 / 0.15);
}

.focus\:text-green-200\/20:focus {
  color: rgb(187 247 208 / 0.2);
}

.focus\:text-green-200\/25:focus {
  color: rgb(187 247 208 / 0.25);
}

.focus\:text-green-200\/30:focus {
  color: rgb(187 247 208 / 0.3);
}

.focus\:text-green-200\/35:focus {
  color: rgb(187 247 208 / 0.35);
}

.focus\:text-green-200\/40:focus {
  color: rgb(187 247 208 / 0.4);
}

.focus\:text-green-200\/45:focus {
  color: rgb(187 247 208 / 0.45);
}

.focus\:text-green-200\/5:focus {
  color: rgb(187 247 208 / 0.05);
}

.focus\:text-green-200\/50:focus {
  color: rgb(187 247 208 / 0.5);
}

.focus\:text-green-200\/55:focus {
  color: rgb(187 247 208 / 0.55);
}

.focus\:text-green-200\/60:focus {
  color: rgb(187 247 208 / 0.6);
}

.focus\:text-green-200\/65:focus {
  color: rgb(187 247 208 / 0.65);
}

.focus\:text-green-200\/70:focus {
  color: rgb(187 247 208 / 0.7);
}

.focus\:text-green-200\/75:focus {
  color: rgb(187 247 208 / 0.75);
}

.focus\:text-green-200\/80:focus {
  color: rgb(187 247 208 / 0.8);
}

.focus\:text-green-200\/85:focus {
  color: rgb(187 247 208 / 0.85);
}

.focus\:text-green-200\/90:focus {
  color: rgb(187 247 208 / 0.9);
}

.focus\:text-green-200\/95:focus {
  color: rgb(187 247 208 / 0.95);
}

.focus\:text-green-300:focus {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.focus\:text-green-300\/0:focus {
  color: rgb(134 239 172 / 0);
}

.focus\:text-green-300\/10:focus {
  color: rgb(134 239 172 / 0.1);
}

.focus\:text-green-300\/100:focus {
  color: rgb(134 239 172 / 1);
}

.focus\:text-green-300\/15:focus {
  color: rgb(134 239 172 / 0.15);
}

.focus\:text-green-300\/20:focus {
  color: rgb(134 239 172 / 0.2);
}

.focus\:text-green-300\/25:focus {
  color: rgb(134 239 172 / 0.25);
}

.focus\:text-green-300\/30:focus {
  color: rgb(134 239 172 / 0.3);
}

.focus\:text-green-300\/35:focus {
  color: rgb(134 239 172 / 0.35);
}

.focus\:text-green-300\/40:focus {
  color: rgb(134 239 172 / 0.4);
}

.focus\:text-green-300\/45:focus {
  color: rgb(134 239 172 / 0.45);
}

.focus\:text-green-300\/5:focus {
  color: rgb(134 239 172 / 0.05);
}

.focus\:text-green-300\/50:focus {
  color: rgb(134 239 172 / 0.5);
}

.focus\:text-green-300\/55:focus {
  color: rgb(134 239 172 / 0.55);
}

.focus\:text-green-300\/60:focus {
  color: rgb(134 239 172 / 0.6);
}

.focus\:text-green-300\/65:focus {
  color: rgb(134 239 172 / 0.65);
}

.focus\:text-green-300\/70:focus {
  color: rgb(134 239 172 / 0.7);
}

.focus\:text-green-300\/75:focus {
  color: rgb(134 239 172 / 0.75);
}

.focus\:text-green-300\/80:focus {
  color: rgb(134 239 172 / 0.8);
}

.focus\:text-green-300\/85:focus {
  color: rgb(134 239 172 / 0.85);
}

.focus\:text-green-300\/90:focus {
  color: rgb(134 239 172 / 0.9);
}

.focus\:text-green-300\/95:focus {
  color: rgb(134 239 172 / 0.95);
}

.focus\:text-green-400:focus {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.focus\:text-green-400\/0:focus {
  color: rgb(74 222 128 / 0);
}

.focus\:text-green-400\/10:focus {
  color: rgb(74 222 128 / 0.1);
}

.focus\:text-green-400\/100:focus {
  color: rgb(74 222 128 / 1);
}

.focus\:text-green-400\/15:focus {
  color: rgb(74 222 128 / 0.15);
}

.focus\:text-green-400\/20:focus {
  color: rgb(74 222 128 / 0.2);
}

.focus\:text-green-400\/25:focus {
  color: rgb(74 222 128 / 0.25);
}

.focus\:text-green-400\/30:focus {
  color: rgb(74 222 128 / 0.3);
}

.focus\:text-green-400\/35:focus {
  color: rgb(74 222 128 / 0.35);
}

.focus\:text-green-400\/40:focus {
  color: rgb(74 222 128 / 0.4);
}

.focus\:text-green-400\/45:focus {
  color: rgb(74 222 128 / 0.45);
}

.focus\:text-green-400\/5:focus {
  color: rgb(74 222 128 / 0.05);
}

.focus\:text-green-400\/50:focus {
  color: rgb(74 222 128 / 0.5);
}

.focus\:text-green-400\/55:focus {
  color: rgb(74 222 128 / 0.55);
}

.focus\:text-green-400\/60:focus {
  color: rgb(74 222 128 / 0.6);
}

.focus\:text-green-400\/65:focus {
  color: rgb(74 222 128 / 0.65);
}

.focus\:text-green-400\/70:focus {
  color: rgb(74 222 128 / 0.7);
}

.focus\:text-green-400\/75:focus {
  color: rgb(74 222 128 / 0.75);
}

.focus\:text-green-400\/80:focus {
  color: rgb(74 222 128 / 0.8);
}

.focus\:text-green-400\/85:focus {
  color: rgb(74 222 128 / 0.85);
}

.focus\:text-green-400\/90:focus {
  color: rgb(74 222 128 / 0.9);
}

.focus\:text-green-400\/95:focus {
  color: rgb(74 222 128 / 0.95);
}

.focus\:text-green-50:focus {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1));
}

.focus\:text-green-50\/0:focus {
  color: rgb(240 253 244 / 0);
}

.focus\:text-green-50\/10:focus {
  color: rgb(240 253 244 / 0.1);
}

.focus\:text-green-50\/100:focus {
  color: rgb(240 253 244 / 1);
}

.focus\:text-green-50\/15:focus {
  color: rgb(240 253 244 / 0.15);
}

.focus\:text-green-50\/20:focus {
  color: rgb(240 253 244 / 0.2);
}

.focus\:text-green-50\/25:focus {
  color: rgb(240 253 244 / 0.25);
}

.focus\:text-green-50\/30:focus {
  color: rgb(240 253 244 / 0.3);
}

.focus\:text-green-50\/35:focus {
  color: rgb(240 253 244 / 0.35);
}

.focus\:text-green-50\/40:focus {
  color: rgb(240 253 244 / 0.4);
}

.focus\:text-green-50\/45:focus {
  color: rgb(240 253 244 / 0.45);
}

.focus\:text-green-50\/5:focus {
  color: rgb(240 253 244 / 0.05);
}

.focus\:text-green-50\/50:focus {
  color: rgb(240 253 244 / 0.5);
}

.focus\:text-green-50\/55:focus {
  color: rgb(240 253 244 / 0.55);
}

.focus\:text-green-50\/60:focus {
  color: rgb(240 253 244 / 0.6);
}

.focus\:text-green-50\/65:focus {
  color: rgb(240 253 244 / 0.65);
}

.focus\:text-green-50\/70:focus {
  color: rgb(240 253 244 / 0.7);
}

.focus\:text-green-50\/75:focus {
  color: rgb(240 253 244 / 0.75);
}

.focus\:text-green-50\/80:focus {
  color: rgb(240 253 244 / 0.8);
}

.focus\:text-green-50\/85:focus {
  color: rgb(240 253 244 / 0.85);
}

.focus\:text-green-50\/90:focus {
  color: rgb(240 253 244 / 0.9);
}

.focus\:text-green-50\/95:focus {
  color: rgb(240 253 244 / 0.95);
}

.focus\:text-green-500:focus {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.focus\:text-green-500\/0:focus {
  color: rgb(34 197 94 / 0);
}

.focus\:text-green-500\/10:focus {
  color: rgb(34 197 94 / 0.1);
}

.focus\:text-green-500\/100:focus {
  color: rgb(34 197 94 / 1);
}

.focus\:text-green-500\/15:focus {
  color: rgb(34 197 94 / 0.15);
}

.focus\:text-green-500\/20:focus {
  color: rgb(34 197 94 / 0.2);
}

.focus\:text-green-500\/25:focus {
  color: rgb(34 197 94 / 0.25);
}

.focus\:text-green-500\/30:focus {
  color: rgb(34 197 94 / 0.3);
}

.focus\:text-green-500\/35:focus {
  color: rgb(34 197 94 / 0.35);
}

.focus\:text-green-500\/40:focus {
  color: rgb(34 197 94 / 0.4);
}

.focus\:text-green-500\/45:focus {
  color: rgb(34 197 94 / 0.45);
}

.focus\:text-green-500\/5:focus {
  color: rgb(34 197 94 / 0.05);
}

.focus\:text-green-500\/50:focus {
  color: rgb(34 197 94 / 0.5);
}

.focus\:text-green-500\/55:focus {
  color: rgb(34 197 94 / 0.55);
}

.focus\:text-green-500\/60:focus {
  color: rgb(34 197 94 / 0.6);
}

.focus\:text-green-500\/65:focus {
  color: rgb(34 197 94 / 0.65);
}

.focus\:text-green-500\/70:focus {
  color: rgb(34 197 94 / 0.7);
}

.focus\:text-green-500\/75:focus {
  color: rgb(34 197 94 / 0.75);
}

.focus\:text-green-500\/80:focus {
  color: rgb(34 197 94 / 0.8);
}

.focus\:text-green-500\/85:focus {
  color: rgb(34 197 94 / 0.85);
}

.focus\:text-green-500\/90:focus {
  color: rgb(34 197 94 / 0.9);
}

.focus\:text-green-500\/95:focus {
  color: rgb(34 197 94 / 0.95);
}

.focus\:text-green-600:focus {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.focus\:text-green-600\/0:focus {
  color: rgb(22 163 74 / 0);
}

.focus\:text-green-600\/10:focus {
  color: rgb(22 163 74 / 0.1);
}

.focus\:text-green-600\/100:focus {
  color: rgb(22 163 74 / 1);
}

.focus\:text-green-600\/15:focus {
  color: rgb(22 163 74 / 0.15);
}

.focus\:text-green-600\/20:focus {
  color: rgb(22 163 74 / 0.2);
}

.focus\:text-green-600\/25:focus {
  color: rgb(22 163 74 / 0.25);
}

.focus\:text-green-600\/30:focus {
  color: rgb(22 163 74 / 0.3);
}

.focus\:text-green-600\/35:focus {
  color: rgb(22 163 74 / 0.35);
}

.focus\:text-green-600\/40:focus {
  color: rgb(22 163 74 / 0.4);
}

.focus\:text-green-600\/45:focus {
  color: rgb(22 163 74 / 0.45);
}

.focus\:text-green-600\/5:focus {
  color: rgb(22 163 74 / 0.05);
}

.focus\:text-green-600\/50:focus {
  color: rgb(22 163 74 / 0.5);
}

.focus\:text-green-600\/55:focus {
  color: rgb(22 163 74 / 0.55);
}

.focus\:text-green-600\/60:focus {
  color: rgb(22 163 74 / 0.6);
}

.focus\:text-green-600\/65:focus {
  color: rgb(22 163 74 / 0.65);
}

.focus\:text-green-600\/70:focus {
  color: rgb(22 163 74 / 0.7);
}

.focus\:text-green-600\/75:focus {
  color: rgb(22 163 74 / 0.75);
}

.focus\:text-green-600\/80:focus {
  color: rgb(22 163 74 / 0.8);
}

.focus\:text-green-600\/85:focus {
  color: rgb(22 163 74 / 0.85);
}

.focus\:text-green-600\/90:focus {
  color: rgb(22 163 74 / 0.9);
}

.focus\:text-green-600\/95:focus {
  color: rgb(22 163 74 / 0.95);
}

.focus\:text-green-700:focus {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.focus\:text-green-700\/0:focus {
  color: rgb(21 128 61 / 0);
}

.focus\:text-green-700\/10:focus {
  color: rgb(21 128 61 / 0.1);
}

.focus\:text-green-700\/100:focus {
  color: rgb(21 128 61 / 1);
}

.focus\:text-green-700\/15:focus {
  color: rgb(21 128 61 / 0.15);
}

.focus\:text-green-700\/20:focus {
  color: rgb(21 128 61 / 0.2);
}

.focus\:text-green-700\/25:focus {
  color: rgb(21 128 61 / 0.25);
}

.focus\:text-green-700\/30:focus {
  color: rgb(21 128 61 / 0.3);
}

.focus\:text-green-700\/35:focus {
  color: rgb(21 128 61 / 0.35);
}

.focus\:text-green-700\/40:focus {
  color: rgb(21 128 61 / 0.4);
}

.focus\:text-green-700\/45:focus {
  color: rgb(21 128 61 / 0.45);
}

.focus\:text-green-700\/5:focus {
  color: rgb(21 128 61 / 0.05);
}

.focus\:text-green-700\/50:focus {
  color: rgb(21 128 61 / 0.5);
}

.focus\:text-green-700\/55:focus {
  color: rgb(21 128 61 / 0.55);
}

.focus\:text-green-700\/60:focus {
  color: rgb(21 128 61 / 0.6);
}

.focus\:text-green-700\/65:focus {
  color: rgb(21 128 61 / 0.65);
}

.focus\:text-green-700\/70:focus {
  color: rgb(21 128 61 / 0.7);
}

.focus\:text-green-700\/75:focus {
  color: rgb(21 128 61 / 0.75);
}

.focus\:text-green-700\/80:focus {
  color: rgb(21 128 61 / 0.8);
}

.focus\:text-green-700\/85:focus {
  color: rgb(21 128 61 / 0.85);
}

.focus\:text-green-700\/90:focus {
  color: rgb(21 128 61 / 0.9);
}

.focus\:text-green-700\/95:focus {
  color: rgb(21 128 61 / 0.95);
}

.focus\:text-green-800:focus {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.focus\:text-green-800\/0:focus {
  color: rgb(22 101 52 / 0);
}

.focus\:text-green-800\/10:focus {
  color: rgb(22 101 52 / 0.1);
}

.focus\:text-green-800\/100:focus {
  color: rgb(22 101 52 / 1);
}

.focus\:text-green-800\/15:focus {
  color: rgb(22 101 52 / 0.15);
}

.focus\:text-green-800\/20:focus {
  color: rgb(22 101 52 / 0.2);
}

.focus\:text-green-800\/25:focus {
  color: rgb(22 101 52 / 0.25);
}

.focus\:text-green-800\/30:focus {
  color: rgb(22 101 52 / 0.3);
}

.focus\:text-green-800\/35:focus {
  color: rgb(22 101 52 / 0.35);
}

.focus\:text-green-800\/40:focus {
  color: rgb(22 101 52 / 0.4);
}

.focus\:text-green-800\/45:focus {
  color: rgb(22 101 52 / 0.45);
}

.focus\:text-green-800\/5:focus {
  color: rgb(22 101 52 / 0.05);
}

.focus\:text-green-800\/50:focus {
  color: rgb(22 101 52 / 0.5);
}

.focus\:text-green-800\/55:focus {
  color: rgb(22 101 52 / 0.55);
}

.focus\:text-green-800\/60:focus {
  color: rgb(22 101 52 / 0.6);
}

.focus\:text-green-800\/65:focus {
  color: rgb(22 101 52 / 0.65);
}

.focus\:text-green-800\/70:focus {
  color: rgb(22 101 52 / 0.7);
}

.focus\:text-green-800\/75:focus {
  color: rgb(22 101 52 / 0.75);
}

.focus\:text-green-800\/80:focus {
  color: rgb(22 101 52 / 0.8);
}

.focus\:text-green-800\/85:focus {
  color: rgb(22 101 52 / 0.85);
}

.focus\:text-green-800\/90:focus {
  color: rgb(22 101 52 / 0.9);
}

.focus\:text-green-800\/95:focus {
  color: rgb(22 101 52 / 0.95);
}

.focus\:text-green-900:focus {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.focus\:text-green-900\/0:focus {
  color: rgb(20 83 45 / 0);
}

.focus\:text-green-900\/10:focus {
  color: rgb(20 83 45 / 0.1);
}

.focus\:text-green-900\/100:focus {
  color: rgb(20 83 45 / 1);
}

.focus\:text-green-900\/15:focus {
  color: rgb(20 83 45 / 0.15);
}

.focus\:text-green-900\/20:focus {
  color: rgb(20 83 45 / 0.2);
}

.focus\:text-green-900\/25:focus {
  color: rgb(20 83 45 / 0.25);
}

.focus\:text-green-900\/30:focus {
  color: rgb(20 83 45 / 0.3);
}

.focus\:text-green-900\/35:focus {
  color: rgb(20 83 45 / 0.35);
}

.focus\:text-green-900\/40:focus {
  color: rgb(20 83 45 / 0.4);
}

.focus\:text-green-900\/45:focus {
  color: rgb(20 83 45 / 0.45);
}

.focus\:text-green-900\/5:focus {
  color: rgb(20 83 45 / 0.05);
}

.focus\:text-green-900\/50:focus {
  color: rgb(20 83 45 / 0.5);
}

.focus\:text-green-900\/55:focus {
  color: rgb(20 83 45 / 0.55);
}

.focus\:text-green-900\/60:focus {
  color: rgb(20 83 45 / 0.6);
}

.focus\:text-green-900\/65:focus {
  color: rgb(20 83 45 / 0.65);
}

.focus\:text-green-900\/70:focus {
  color: rgb(20 83 45 / 0.7);
}

.focus\:text-green-900\/75:focus {
  color: rgb(20 83 45 / 0.75);
}

.focus\:text-green-900\/80:focus {
  color: rgb(20 83 45 / 0.8);
}

.focus\:text-green-900\/85:focus {
  color: rgb(20 83 45 / 0.85);
}

.focus\:text-green-900\/90:focus {
  color: rgb(20 83 45 / 0.9);
}

.focus\:text-green-900\/95:focus {
  color: rgb(20 83 45 / 0.95);
}

.focus\:text-green-950:focus {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}

.focus\:text-green-950\/0:focus {
  color: rgb(5 46 22 / 0);
}

.focus\:text-green-950\/10:focus {
  color: rgb(5 46 22 / 0.1);
}

.focus\:text-green-950\/100:focus {
  color: rgb(5 46 22 / 1);
}

.focus\:text-green-950\/15:focus {
  color: rgb(5 46 22 / 0.15);
}

.focus\:text-green-950\/20:focus {
  color: rgb(5 46 22 / 0.2);
}

.focus\:text-green-950\/25:focus {
  color: rgb(5 46 22 / 0.25);
}

.focus\:text-green-950\/30:focus {
  color: rgb(5 46 22 / 0.3);
}

.focus\:text-green-950\/35:focus {
  color: rgb(5 46 22 / 0.35);
}

.focus\:text-green-950\/40:focus {
  color: rgb(5 46 22 / 0.4);
}

.focus\:text-green-950\/45:focus {
  color: rgb(5 46 22 / 0.45);
}

.focus\:text-green-950\/5:focus {
  color: rgb(5 46 22 / 0.05);
}

.focus\:text-green-950\/50:focus {
  color: rgb(5 46 22 / 0.5);
}

.focus\:text-green-950\/55:focus {
  color: rgb(5 46 22 / 0.55);
}

.focus\:text-green-950\/60:focus {
  color: rgb(5 46 22 / 0.6);
}

.focus\:text-green-950\/65:focus {
  color: rgb(5 46 22 / 0.65);
}

.focus\:text-green-950\/70:focus {
  color: rgb(5 46 22 / 0.7);
}

.focus\:text-green-950\/75:focus {
  color: rgb(5 46 22 / 0.75);
}

.focus\:text-green-950\/80:focus {
  color: rgb(5 46 22 / 0.8);
}

.focus\:text-green-950\/85:focus {
  color: rgb(5 46 22 / 0.85);
}

.focus\:text-green-950\/90:focus {
  color: rgb(5 46 22 / 0.9);
}

.focus\:text-green-950\/95:focus {
  color: rgb(5 46 22 / 0.95);
}

.focus\:text-indigo-100:focus {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-100\/0:focus {
  color: rgb(224 231 255 / 0);
}

.focus\:text-indigo-100\/10:focus {
  color: rgb(224 231 255 / 0.1);
}

.focus\:text-indigo-100\/100:focus {
  color: rgb(224 231 255 / 1);
}

.focus\:text-indigo-100\/15:focus {
  color: rgb(224 231 255 / 0.15);
}

.focus\:text-indigo-100\/20:focus {
  color: rgb(224 231 255 / 0.2);
}

.focus\:text-indigo-100\/25:focus {
  color: rgb(224 231 255 / 0.25);
}

.focus\:text-indigo-100\/30:focus {
  color: rgb(224 231 255 / 0.3);
}

.focus\:text-indigo-100\/35:focus {
  color: rgb(224 231 255 / 0.35);
}

.focus\:text-indigo-100\/40:focus {
  color: rgb(224 231 255 / 0.4);
}

.focus\:text-indigo-100\/45:focus {
  color: rgb(224 231 255 / 0.45);
}

.focus\:text-indigo-100\/5:focus {
  color: rgb(224 231 255 / 0.05);
}

.focus\:text-indigo-100\/50:focus {
  color: rgb(224 231 255 / 0.5);
}

.focus\:text-indigo-100\/55:focus {
  color: rgb(224 231 255 / 0.55);
}

.focus\:text-indigo-100\/60:focus {
  color: rgb(224 231 255 / 0.6);
}

.focus\:text-indigo-100\/65:focus {
  color: rgb(224 231 255 / 0.65);
}

.focus\:text-indigo-100\/70:focus {
  color: rgb(224 231 255 / 0.7);
}

.focus\:text-indigo-100\/75:focus {
  color: rgb(224 231 255 / 0.75);
}

.focus\:text-indigo-100\/80:focus {
  color: rgb(224 231 255 / 0.8);
}

.focus\:text-indigo-100\/85:focus {
  color: rgb(224 231 255 / 0.85);
}

.focus\:text-indigo-100\/90:focus {
  color: rgb(224 231 255 / 0.9);
}

.focus\:text-indigo-100\/95:focus {
  color: rgb(224 231 255 / 0.95);
}

.focus\:text-indigo-200:focus {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-200\/0:focus {
  color: rgb(199 210 254 / 0);
}

.focus\:text-indigo-200\/10:focus {
  color: rgb(199 210 254 / 0.1);
}

.focus\:text-indigo-200\/100:focus {
  color: rgb(199 210 254 / 1);
}

.focus\:text-indigo-200\/15:focus {
  color: rgb(199 210 254 / 0.15);
}

.focus\:text-indigo-200\/20:focus {
  color: rgb(199 210 254 / 0.2);
}

.focus\:text-indigo-200\/25:focus {
  color: rgb(199 210 254 / 0.25);
}

.focus\:text-indigo-200\/30:focus {
  color: rgb(199 210 254 / 0.3);
}

.focus\:text-indigo-200\/35:focus {
  color: rgb(199 210 254 / 0.35);
}

.focus\:text-indigo-200\/40:focus {
  color: rgb(199 210 254 / 0.4);
}

.focus\:text-indigo-200\/45:focus {
  color: rgb(199 210 254 / 0.45);
}

.focus\:text-indigo-200\/5:focus {
  color: rgb(199 210 254 / 0.05);
}

.focus\:text-indigo-200\/50:focus {
  color: rgb(199 210 254 / 0.5);
}

.focus\:text-indigo-200\/55:focus {
  color: rgb(199 210 254 / 0.55);
}

.focus\:text-indigo-200\/60:focus {
  color: rgb(199 210 254 / 0.6);
}

.focus\:text-indigo-200\/65:focus {
  color: rgb(199 210 254 / 0.65);
}

.focus\:text-indigo-200\/70:focus {
  color: rgb(199 210 254 / 0.7);
}

.focus\:text-indigo-200\/75:focus {
  color: rgb(199 210 254 / 0.75);
}

.focus\:text-indigo-200\/80:focus {
  color: rgb(199 210 254 / 0.8);
}

.focus\:text-indigo-200\/85:focus {
  color: rgb(199 210 254 / 0.85);
}

.focus\:text-indigo-200\/90:focus {
  color: rgb(199 210 254 / 0.9);
}

.focus\:text-indigo-200\/95:focus {
  color: rgb(199 210 254 / 0.95);
}

.focus\:text-indigo-300:focus {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-300\/0:focus {
  color: rgb(165 180 252 / 0);
}

.focus\:text-indigo-300\/10:focus {
  color: rgb(165 180 252 / 0.1);
}

.focus\:text-indigo-300\/100:focus {
  color: rgb(165 180 252 / 1);
}

.focus\:text-indigo-300\/15:focus {
  color: rgb(165 180 252 / 0.15);
}

.focus\:text-indigo-300\/20:focus {
  color: rgb(165 180 252 / 0.2);
}

.focus\:text-indigo-300\/25:focus {
  color: rgb(165 180 252 / 0.25);
}

.focus\:text-indigo-300\/30:focus {
  color: rgb(165 180 252 / 0.3);
}

.focus\:text-indigo-300\/35:focus {
  color: rgb(165 180 252 / 0.35);
}

.focus\:text-indigo-300\/40:focus {
  color: rgb(165 180 252 / 0.4);
}

.focus\:text-indigo-300\/45:focus {
  color: rgb(165 180 252 / 0.45);
}

.focus\:text-indigo-300\/5:focus {
  color: rgb(165 180 252 / 0.05);
}

.focus\:text-indigo-300\/50:focus {
  color: rgb(165 180 252 / 0.5);
}

.focus\:text-indigo-300\/55:focus {
  color: rgb(165 180 252 / 0.55);
}

.focus\:text-indigo-300\/60:focus {
  color: rgb(165 180 252 / 0.6);
}

.focus\:text-indigo-300\/65:focus {
  color: rgb(165 180 252 / 0.65);
}

.focus\:text-indigo-300\/70:focus {
  color: rgb(165 180 252 / 0.7);
}

.focus\:text-indigo-300\/75:focus {
  color: rgb(165 180 252 / 0.75);
}

.focus\:text-indigo-300\/80:focus {
  color: rgb(165 180 252 / 0.8);
}

.focus\:text-indigo-300\/85:focus {
  color: rgb(165 180 252 / 0.85);
}

.focus\:text-indigo-300\/90:focus {
  color: rgb(165 180 252 / 0.9);
}

.focus\:text-indigo-300\/95:focus {
  color: rgb(165 180 252 / 0.95);
}

.focus\:text-indigo-400:focus {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-400\/0:focus {
  color: rgb(129 140 248 / 0);
}

.focus\:text-indigo-400\/10:focus {
  color: rgb(129 140 248 / 0.1);
}

.focus\:text-indigo-400\/100:focus {
  color: rgb(129 140 248 / 1);
}

.focus\:text-indigo-400\/15:focus {
  color: rgb(129 140 248 / 0.15);
}

.focus\:text-indigo-400\/20:focus {
  color: rgb(129 140 248 / 0.2);
}

.focus\:text-indigo-400\/25:focus {
  color: rgb(129 140 248 / 0.25);
}

.focus\:text-indigo-400\/30:focus {
  color: rgb(129 140 248 / 0.3);
}

.focus\:text-indigo-400\/35:focus {
  color: rgb(129 140 248 / 0.35);
}

.focus\:text-indigo-400\/40:focus {
  color: rgb(129 140 248 / 0.4);
}

.focus\:text-indigo-400\/45:focus {
  color: rgb(129 140 248 / 0.45);
}

.focus\:text-indigo-400\/5:focus {
  color: rgb(129 140 248 / 0.05);
}

.focus\:text-indigo-400\/50:focus {
  color: rgb(129 140 248 / 0.5);
}

.focus\:text-indigo-400\/55:focus {
  color: rgb(129 140 248 / 0.55);
}

.focus\:text-indigo-400\/60:focus {
  color: rgb(129 140 248 / 0.6);
}

.focus\:text-indigo-400\/65:focus {
  color: rgb(129 140 248 / 0.65);
}

.focus\:text-indigo-400\/70:focus {
  color: rgb(129 140 248 / 0.7);
}

.focus\:text-indigo-400\/75:focus {
  color: rgb(129 140 248 / 0.75);
}

.focus\:text-indigo-400\/80:focus {
  color: rgb(129 140 248 / 0.8);
}

.focus\:text-indigo-400\/85:focus {
  color: rgb(129 140 248 / 0.85);
}

.focus\:text-indigo-400\/90:focus {
  color: rgb(129 140 248 / 0.9);
}

.focus\:text-indigo-400\/95:focus {
  color: rgb(129 140 248 / 0.95);
}

.focus\:text-indigo-50:focus {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-50\/0:focus {
  color: rgb(238 242 255 / 0);
}

.focus\:text-indigo-50\/10:focus {
  color: rgb(238 242 255 / 0.1);
}

.focus\:text-indigo-50\/100:focus {
  color: rgb(238 242 255 / 1);
}

.focus\:text-indigo-50\/15:focus {
  color: rgb(238 242 255 / 0.15);
}

.focus\:text-indigo-50\/20:focus {
  color: rgb(238 242 255 / 0.2);
}

.focus\:text-indigo-50\/25:focus {
  color: rgb(238 242 255 / 0.25);
}

.focus\:text-indigo-50\/30:focus {
  color: rgb(238 242 255 / 0.3);
}

.focus\:text-indigo-50\/35:focus {
  color: rgb(238 242 255 / 0.35);
}

.focus\:text-indigo-50\/40:focus {
  color: rgb(238 242 255 / 0.4);
}

.focus\:text-indigo-50\/45:focus {
  color: rgb(238 242 255 / 0.45);
}

.focus\:text-indigo-50\/5:focus {
  color: rgb(238 242 255 / 0.05);
}

.focus\:text-indigo-50\/50:focus {
  color: rgb(238 242 255 / 0.5);
}

.focus\:text-indigo-50\/55:focus {
  color: rgb(238 242 255 / 0.55);
}

.focus\:text-indigo-50\/60:focus {
  color: rgb(238 242 255 / 0.6);
}

.focus\:text-indigo-50\/65:focus {
  color: rgb(238 242 255 / 0.65);
}

.focus\:text-indigo-50\/70:focus {
  color: rgb(238 242 255 / 0.7);
}

.focus\:text-indigo-50\/75:focus {
  color: rgb(238 242 255 / 0.75);
}

.focus\:text-indigo-50\/80:focus {
  color: rgb(238 242 255 / 0.8);
}

.focus\:text-indigo-50\/85:focus {
  color: rgb(238 242 255 / 0.85);
}

.focus\:text-indigo-50\/90:focus {
  color: rgb(238 242 255 / 0.9);
}

.focus\:text-indigo-50\/95:focus {
  color: rgb(238 242 255 / 0.95);
}

.focus\:text-indigo-500:focus {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-500\/0:focus {
  color: rgb(99 102 241 / 0);
}

.focus\:text-indigo-500\/10:focus {
  color: rgb(99 102 241 / 0.1);
}

.focus\:text-indigo-500\/100:focus {
  color: rgb(99 102 241 / 1);
}

.focus\:text-indigo-500\/15:focus {
  color: rgb(99 102 241 / 0.15);
}

.focus\:text-indigo-500\/20:focus {
  color: rgb(99 102 241 / 0.2);
}

.focus\:text-indigo-500\/25:focus {
  color: rgb(99 102 241 / 0.25);
}

.focus\:text-indigo-500\/30:focus {
  color: rgb(99 102 241 / 0.3);
}

.focus\:text-indigo-500\/35:focus {
  color: rgb(99 102 241 / 0.35);
}

.focus\:text-indigo-500\/40:focus {
  color: rgb(99 102 241 / 0.4);
}

.focus\:text-indigo-500\/45:focus {
  color: rgb(99 102 241 / 0.45);
}

.focus\:text-indigo-500\/5:focus {
  color: rgb(99 102 241 / 0.05);
}

.focus\:text-indigo-500\/50:focus {
  color: rgb(99 102 241 / 0.5);
}

.focus\:text-indigo-500\/55:focus {
  color: rgb(99 102 241 / 0.55);
}

.focus\:text-indigo-500\/60:focus {
  color: rgb(99 102 241 / 0.6);
}

.focus\:text-indigo-500\/65:focus {
  color: rgb(99 102 241 / 0.65);
}

.focus\:text-indigo-500\/70:focus {
  color: rgb(99 102 241 / 0.7);
}

.focus\:text-indigo-500\/75:focus {
  color: rgb(99 102 241 / 0.75);
}

.focus\:text-indigo-500\/80:focus {
  color: rgb(99 102 241 / 0.8);
}

.focus\:text-indigo-500\/85:focus {
  color: rgb(99 102 241 / 0.85);
}

.focus\:text-indigo-500\/90:focus {
  color: rgb(99 102 241 / 0.9);
}

.focus\:text-indigo-500\/95:focus {
  color: rgb(99 102 241 / 0.95);
}

.focus\:text-indigo-600:focus {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-600\/0:focus {
  color: rgb(79 70 229 / 0);
}

.focus\:text-indigo-600\/10:focus {
  color: rgb(79 70 229 / 0.1);
}

.focus\:text-indigo-600\/100:focus {
  color: rgb(79 70 229 / 1);
}

.focus\:text-indigo-600\/15:focus {
  color: rgb(79 70 229 / 0.15);
}

.focus\:text-indigo-600\/20:focus {
  color: rgb(79 70 229 / 0.2);
}

.focus\:text-indigo-600\/25:focus {
  color: rgb(79 70 229 / 0.25);
}

.focus\:text-indigo-600\/30:focus {
  color: rgb(79 70 229 / 0.3);
}

.focus\:text-indigo-600\/35:focus {
  color: rgb(79 70 229 / 0.35);
}

.focus\:text-indigo-600\/40:focus {
  color: rgb(79 70 229 / 0.4);
}

.focus\:text-indigo-600\/45:focus {
  color: rgb(79 70 229 / 0.45);
}

.focus\:text-indigo-600\/5:focus {
  color: rgb(79 70 229 / 0.05);
}

.focus\:text-indigo-600\/50:focus {
  color: rgb(79 70 229 / 0.5);
}

.focus\:text-indigo-600\/55:focus {
  color: rgb(79 70 229 / 0.55);
}

.focus\:text-indigo-600\/60:focus {
  color: rgb(79 70 229 / 0.6);
}

.focus\:text-indigo-600\/65:focus {
  color: rgb(79 70 229 / 0.65);
}

.focus\:text-indigo-600\/70:focus {
  color: rgb(79 70 229 / 0.7);
}

.focus\:text-indigo-600\/75:focus {
  color: rgb(79 70 229 / 0.75);
}

.focus\:text-indigo-600\/80:focus {
  color: rgb(79 70 229 / 0.8);
}

.focus\:text-indigo-600\/85:focus {
  color: rgb(79 70 229 / 0.85);
}

.focus\:text-indigo-600\/90:focus {
  color: rgb(79 70 229 / 0.9);
}

.focus\:text-indigo-600\/95:focus {
  color: rgb(79 70 229 / 0.95);
}

.focus\:text-indigo-700:focus {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-700\/0:focus {
  color: rgb(67 56 202 / 0);
}

.focus\:text-indigo-700\/10:focus {
  color: rgb(67 56 202 / 0.1);
}

.focus\:text-indigo-700\/100:focus {
  color: rgb(67 56 202 / 1);
}

.focus\:text-indigo-700\/15:focus {
  color: rgb(67 56 202 / 0.15);
}

.focus\:text-indigo-700\/20:focus {
  color: rgb(67 56 202 / 0.2);
}

.focus\:text-indigo-700\/25:focus {
  color: rgb(67 56 202 / 0.25);
}

.focus\:text-indigo-700\/30:focus {
  color: rgb(67 56 202 / 0.3);
}

.focus\:text-indigo-700\/35:focus {
  color: rgb(67 56 202 / 0.35);
}

.focus\:text-indigo-700\/40:focus {
  color: rgb(67 56 202 / 0.4);
}

.focus\:text-indigo-700\/45:focus {
  color: rgb(67 56 202 / 0.45);
}

.focus\:text-indigo-700\/5:focus {
  color: rgb(67 56 202 / 0.05);
}

.focus\:text-indigo-700\/50:focus {
  color: rgb(67 56 202 / 0.5);
}

.focus\:text-indigo-700\/55:focus {
  color: rgb(67 56 202 / 0.55);
}

.focus\:text-indigo-700\/60:focus {
  color: rgb(67 56 202 / 0.6);
}

.focus\:text-indigo-700\/65:focus {
  color: rgb(67 56 202 / 0.65);
}

.focus\:text-indigo-700\/70:focus {
  color: rgb(67 56 202 / 0.7);
}

.focus\:text-indigo-700\/75:focus {
  color: rgb(67 56 202 / 0.75);
}

.focus\:text-indigo-700\/80:focus {
  color: rgb(67 56 202 / 0.8);
}

.focus\:text-indigo-700\/85:focus {
  color: rgb(67 56 202 / 0.85);
}

.focus\:text-indigo-700\/90:focus {
  color: rgb(67 56 202 / 0.9);
}

.focus\:text-indigo-700\/95:focus {
  color: rgb(67 56 202 / 0.95);
}

.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-800\/0:focus {
  color: rgb(55 48 163 / 0);
}

.focus\:text-indigo-800\/10:focus {
  color: rgb(55 48 163 / 0.1);
}

.focus\:text-indigo-800\/100:focus {
  color: rgb(55 48 163 / 1);
}

.focus\:text-indigo-800\/15:focus {
  color: rgb(55 48 163 / 0.15);
}

.focus\:text-indigo-800\/20:focus {
  color: rgb(55 48 163 / 0.2);
}

.focus\:text-indigo-800\/25:focus {
  color: rgb(55 48 163 / 0.25);
}

.focus\:text-indigo-800\/30:focus {
  color: rgb(55 48 163 / 0.3);
}

.focus\:text-indigo-800\/35:focus {
  color: rgb(55 48 163 / 0.35);
}

.focus\:text-indigo-800\/40:focus {
  color: rgb(55 48 163 / 0.4);
}

.focus\:text-indigo-800\/45:focus {
  color: rgb(55 48 163 / 0.45);
}

.focus\:text-indigo-800\/5:focus {
  color: rgb(55 48 163 / 0.05);
}

.focus\:text-indigo-800\/50:focus {
  color: rgb(55 48 163 / 0.5);
}

.focus\:text-indigo-800\/55:focus {
  color: rgb(55 48 163 / 0.55);
}

.focus\:text-indigo-800\/60:focus {
  color: rgb(55 48 163 / 0.6);
}

.focus\:text-indigo-800\/65:focus {
  color: rgb(55 48 163 / 0.65);
}

.focus\:text-indigo-800\/70:focus {
  color: rgb(55 48 163 / 0.7);
}

.focus\:text-indigo-800\/75:focus {
  color: rgb(55 48 163 / 0.75);
}

.focus\:text-indigo-800\/80:focus {
  color: rgb(55 48 163 / 0.8);
}

.focus\:text-indigo-800\/85:focus {
  color: rgb(55 48 163 / 0.85);
}

.focus\:text-indigo-800\/90:focus {
  color: rgb(55 48 163 / 0.9);
}

.focus\:text-indigo-800\/95:focus {
  color: rgb(55 48 163 / 0.95);
}

.focus\:text-indigo-900:focus {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-900\/0:focus {
  color: rgb(49 46 129 / 0);
}

.focus\:text-indigo-900\/10:focus {
  color: rgb(49 46 129 / 0.1);
}

.focus\:text-indigo-900\/100:focus {
  color: rgb(49 46 129 / 1);
}

.focus\:text-indigo-900\/15:focus {
  color: rgb(49 46 129 / 0.15);
}

.focus\:text-indigo-900\/20:focus {
  color: rgb(49 46 129 / 0.2);
}

.focus\:text-indigo-900\/25:focus {
  color: rgb(49 46 129 / 0.25);
}

.focus\:text-indigo-900\/30:focus {
  color: rgb(49 46 129 / 0.3);
}

.focus\:text-indigo-900\/35:focus {
  color: rgb(49 46 129 / 0.35);
}

.focus\:text-indigo-900\/40:focus {
  color: rgb(49 46 129 / 0.4);
}

.focus\:text-indigo-900\/45:focus {
  color: rgb(49 46 129 / 0.45);
}

.focus\:text-indigo-900\/5:focus {
  color: rgb(49 46 129 / 0.05);
}

.focus\:text-indigo-900\/50:focus {
  color: rgb(49 46 129 / 0.5);
}

.focus\:text-indigo-900\/55:focus {
  color: rgb(49 46 129 / 0.55);
}

.focus\:text-indigo-900\/60:focus {
  color: rgb(49 46 129 / 0.6);
}

.focus\:text-indigo-900\/65:focus {
  color: rgb(49 46 129 / 0.65);
}

.focus\:text-indigo-900\/70:focus {
  color: rgb(49 46 129 / 0.7);
}

.focus\:text-indigo-900\/75:focus {
  color: rgb(49 46 129 / 0.75);
}

.focus\:text-indigo-900\/80:focus {
  color: rgb(49 46 129 / 0.8);
}

.focus\:text-indigo-900\/85:focus {
  color: rgb(49 46 129 / 0.85);
}

.focus\:text-indigo-900\/90:focus {
  color: rgb(49 46 129 / 0.9);
}

.focus\:text-indigo-900\/95:focus {
  color: rgb(49 46 129 / 0.95);
}

.focus\:text-indigo-950:focus {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-950\/0:focus {
  color: rgb(30 27 75 / 0);
}

.focus\:text-indigo-950\/10:focus {
  color: rgb(30 27 75 / 0.1);
}

.focus\:text-indigo-950\/100:focus {
  color: rgb(30 27 75 / 1);
}

.focus\:text-indigo-950\/15:focus {
  color: rgb(30 27 75 / 0.15);
}

.focus\:text-indigo-950\/20:focus {
  color: rgb(30 27 75 / 0.2);
}

.focus\:text-indigo-950\/25:focus {
  color: rgb(30 27 75 / 0.25);
}

.focus\:text-indigo-950\/30:focus {
  color: rgb(30 27 75 / 0.3);
}

.focus\:text-indigo-950\/35:focus {
  color: rgb(30 27 75 / 0.35);
}

.focus\:text-indigo-950\/40:focus {
  color: rgb(30 27 75 / 0.4);
}

.focus\:text-indigo-950\/45:focus {
  color: rgb(30 27 75 / 0.45);
}

.focus\:text-indigo-950\/5:focus {
  color: rgb(30 27 75 / 0.05);
}

.focus\:text-indigo-950\/50:focus {
  color: rgb(30 27 75 / 0.5);
}

.focus\:text-indigo-950\/55:focus {
  color: rgb(30 27 75 / 0.55);
}

.focus\:text-indigo-950\/60:focus {
  color: rgb(30 27 75 / 0.6);
}

.focus\:text-indigo-950\/65:focus {
  color: rgb(30 27 75 / 0.65);
}

.focus\:text-indigo-950\/70:focus {
  color: rgb(30 27 75 / 0.7);
}

.focus\:text-indigo-950\/75:focus {
  color: rgb(30 27 75 / 0.75);
}

.focus\:text-indigo-950\/80:focus {
  color: rgb(30 27 75 / 0.8);
}

.focus\:text-indigo-950\/85:focus {
  color: rgb(30 27 75 / 0.85);
}

.focus\:text-indigo-950\/90:focus {
  color: rgb(30 27 75 / 0.9);
}

.focus\:text-indigo-950\/95:focus {
  color: rgb(30 27 75 / 0.95);
}

.focus\:text-pink-100:focus {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-100\/0:focus {
  color: rgb(252 231 243 / 0);
}

.focus\:text-pink-100\/10:focus {
  color: rgb(252 231 243 / 0.1);
}

.focus\:text-pink-100\/100:focus {
  color: rgb(252 231 243 / 1);
}

.focus\:text-pink-100\/15:focus {
  color: rgb(252 231 243 / 0.15);
}

.focus\:text-pink-100\/20:focus {
  color: rgb(252 231 243 / 0.2);
}

.focus\:text-pink-100\/25:focus {
  color: rgb(252 231 243 / 0.25);
}

.focus\:text-pink-100\/30:focus {
  color: rgb(252 231 243 / 0.3);
}

.focus\:text-pink-100\/35:focus {
  color: rgb(252 231 243 / 0.35);
}

.focus\:text-pink-100\/40:focus {
  color: rgb(252 231 243 / 0.4);
}

.focus\:text-pink-100\/45:focus {
  color: rgb(252 231 243 / 0.45);
}

.focus\:text-pink-100\/5:focus {
  color: rgb(252 231 243 / 0.05);
}

.focus\:text-pink-100\/50:focus {
  color: rgb(252 231 243 / 0.5);
}

.focus\:text-pink-100\/55:focus {
  color: rgb(252 231 243 / 0.55);
}

.focus\:text-pink-100\/60:focus {
  color: rgb(252 231 243 / 0.6);
}

.focus\:text-pink-100\/65:focus {
  color: rgb(252 231 243 / 0.65);
}

.focus\:text-pink-100\/70:focus {
  color: rgb(252 231 243 / 0.7);
}

.focus\:text-pink-100\/75:focus {
  color: rgb(252 231 243 / 0.75);
}

.focus\:text-pink-100\/80:focus {
  color: rgb(252 231 243 / 0.8);
}

.focus\:text-pink-100\/85:focus {
  color: rgb(252 231 243 / 0.85);
}

.focus\:text-pink-100\/90:focus {
  color: rgb(252 231 243 / 0.9);
}

.focus\:text-pink-100\/95:focus {
  color: rgb(252 231 243 / 0.95);
}

.focus\:text-pink-200:focus {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-200\/0:focus {
  color: rgb(251 207 232 / 0);
}

.focus\:text-pink-200\/10:focus {
  color: rgb(251 207 232 / 0.1);
}

.focus\:text-pink-200\/100:focus {
  color: rgb(251 207 232 / 1);
}

.focus\:text-pink-200\/15:focus {
  color: rgb(251 207 232 / 0.15);
}

.focus\:text-pink-200\/20:focus {
  color: rgb(251 207 232 / 0.2);
}

.focus\:text-pink-200\/25:focus {
  color: rgb(251 207 232 / 0.25);
}

.focus\:text-pink-200\/30:focus {
  color: rgb(251 207 232 / 0.3);
}

.focus\:text-pink-200\/35:focus {
  color: rgb(251 207 232 / 0.35);
}

.focus\:text-pink-200\/40:focus {
  color: rgb(251 207 232 / 0.4);
}

.focus\:text-pink-200\/45:focus {
  color: rgb(251 207 232 / 0.45);
}

.focus\:text-pink-200\/5:focus {
  color: rgb(251 207 232 / 0.05);
}

.focus\:text-pink-200\/50:focus {
  color: rgb(251 207 232 / 0.5);
}

.focus\:text-pink-200\/55:focus {
  color: rgb(251 207 232 / 0.55);
}

.focus\:text-pink-200\/60:focus {
  color: rgb(251 207 232 / 0.6);
}

.focus\:text-pink-200\/65:focus {
  color: rgb(251 207 232 / 0.65);
}

.focus\:text-pink-200\/70:focus {
  color: rgb(251 207 232 / 0.7);
}

.focus\:text-pink-200\/75:focus {
  color: rgb(251 207 232 / 0.75);
}

.focus\:text-pink-200\/80:focus {
  color: rgb(251 207 232 / 0.8);
}

.focus\:text-pink-200\/85:focus {
  color: rgb(251 207 232 / 0.85);
}

.focus\:text-pink-200\/90:focus {
  color: rgb(251 207 232 / 0.9);
}

.focus\:text-pink-200\/95:focus {
  color: rgb(251 207 232 / 0.95);
}

.focus\:text-pink-300:focus {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-300\/0:focus {
  color: rgb(249 168 212 / 0);
}

.focus\:text-pink-300\/10:focus {
  color: rgb(249 168 212 / 0.1);
}

.focus\:text-pink-300\/100:focus {
  color: rgb(249 168 212 / 1);
}

.focus\:text-pink-300\/15:focus {
  color: rgb(249 168 212 / 0.15);
}

.focus\:text-pink-300\/20:focus {
  color: rgb(249 168 212 / 0.2);
}

.focus\:text-pink-300\/25:focus {
  color: rgb(249 168 212 / 0.25);
}

.focus\:text-pink-300\/30:focus {
  color: rgb(249 168 212 / 0.3);
}

.focus\:text-pink-300\/35:focus {
  color: rgb(249 168 212 / 0.35);
}

.focus\:text-pink-300\/40:focus {
  color: rgb(249 168 212 / 0.4);
}

.focus\:text-pink-300\/45:focus {
  color: rgb(249 168 212 / 0.45);
}

.focus\:text-pink-300\/5:focus {
  color: rgb(249 168 212 / 0.05);
}

.focus\:text-pink-300\/50:focus {
  color: rgb(249 168 212 / 0.5);
}

.focus\:text-pink-300\/55:focus {
  color: rgb(249 168 212 / 0.55);
}

.focus\:text-pink-300\/60:focus {
  color: rgb(249 168 212 / 0.6);
}

.focus\:text-pink-300\/65:focus {
  color: rgb(249 168 212 / 0.65);
}

.focus\:text-pink-300\/70:focus {
  color: rgb(249 168 212 / 0.7);
}

.focus\:text-pink-300\/75:focus {
  color: rgb(249 168 212 / 0.75);
}

.focus\:text-pink-300\/80:focus {
  color: rgb(249 168 212 / 0.8);
}

.focus\:text-pink-300\/85:focus {
  color: rgb(249 168 212 / 0.85);
}

.focus\:text-pink-300\/90:focus {
  color: rgb(249 168 212 / 0.9);
}

.focus\:text-pink-300\/95:focus {
  color: rgb(249 168 212 / 0.95);
}

.focus\:text-pink-400:focus {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-400\/0:focus {
  color: rgb(244 114 182 / 0);
}

.focus\:text-pink-400\/10:focus {
  color: rgb(244 114 182 / 0.1);
}

.focus\:text-pink-400\/100:focus {
  color: rgb(244 114 182 / 1);
}

.focus\:text-pink-400\/15:focus {
  color: rgb(244 114 182 / 0.15);
}

.focus\:text-pink-400\/20:focus {
  color: rgb(244 114 182 / 0.2);
}

.focus\:text-pink-400\/25:focus {
  color: rgb(244 114 182 / 0.25);
}

.focus\:text-pink-400\/30:focus {
  color: rgb(244 114 182 / 0.3);
}

.focus\:text-pink-400\/35:focus {
  color: rgb(244 114 182 / 0.35);
}

.focus\:text-pink-400\/40:focus {
  color: rgb(244 114 182 / 0.4);
}

.focus\:text-pink-400\/45:focus {
  color: rgb(244 114 182 / 0.45);
}

.focus\:text-pink-400\/5:focus {
  color: rgb(244 114 182 / 0.05);
}

.focus\:text-pink-400\/50:focus {
  color: rgb(244 114 182 / 0.5);
}

.focus\:text-pink-400\/55:focus {
  color: rgb(244 114 182 / 0.55);
}

.focus\:text-pink-400\/60:focus {
  color: rgb(244 114 182 / 0.6);
}

.focus\:text-pink-400\/65:focus {
  color: rgb(244 114 182 / 0.65);
}

.focus\:text-pink-400\/70:focus {
  color: rgb(244 114 182 / 0.7);
}

.focus\:text-pink-400\/75:focus {
  color: rgb(244 114 182 / 0.75);
}

.focus\:text-pink-400\/80:focus {
  color: rgb(244 114 182 / 0.8);
}

.focus\:text-pink-400\/85:focus {
  color: rgb(244 114 182 / 0.85);
}

.focus\:text-pink-400\/90:focus {
  color: rgb(244 114 182 / 0.9);
}

.focus\:text-pink-400\/95:focus {
  color: rgb(244 114 182 / 0.95);
}

.focus\:text-pink-50:focus {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-50\/0:focus {
  color: rgb(253 242 248 / 0);
}

.focus\:text-pink-50\/10:focus {
  color: rgb(253 242 248 / 0.1);
}

.focus\:text-pink-50\/100:focus {
  color: rgb(253 242 248 / 1);
}

.focus\:text-pink-50\/15:focus {
  color: rgb(253 242 248 / 0.15);
}

.focus\:text-pink-50\/20:focus {
  color: rgb(253 242 248 / 0.2);
}

.focus\:text-pink-50\/25:focus {
  color: rgb(253 242 248 / 0.25);
}

.focus\:text-pink-50\/30:focus {
  color: rgb(253 242 248 / 0.3);
}

.focus\:text-pink-50\/35:focus {
  color: rgb(253 242 248 / 0.35);
}

.focus\:text-pink-50\/40:focus {
  color: rgb(253 242 248 / 0.4);
}

.focus\:text-pink-50\/45:focus {
  color: rgb(253 242 248 / 0.45);
}

.focus\:text-pink-50\/5:focus {
  color: rgb(253 242 248 / 0.05);
}

.focus\:text-pink-50\/50:focus {
  color: rgb(253 242 248 / 0.5);
}

.focus\:text-pink-50\/55:focus {
  color: rgb(253 242 248 / 0.55);
}

.focus\:text-pink-50\/60:focus {
  color: rgb(253 242 248 / 0.6);
}

.focus\:text-pink-50\/65:focus {
  color: rgb(253 242 248 / 0.65);
}

.focus\:text-pink-50\/70:focus {
  color: rgb(253 242 248 / 0.7);
}

.focus\:text-pink-50\/75:focus {
  color: rgb(253 242 248 / 0.75);
}

.focus\:text-pink-50\/80:focus {
  color: rgb(253 242 248 / 0.8);
}

.focus\:text-pink-50\/85:focus {
  color: rgb(253 242 248 / 0.85);
}

.focus\:text-pink-50\/90:focus {
  color: rgb(253 242 248 / 0.9);
}

.focus\:text-pink-50\/95:focus {
  color: rgb(253 242 248 / 0.95);
}

.focus\:text-pink-500:focus {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-500\/0:focus {
  color: rgb(236 72 153 / 0);
}

.focus\:text-pink-500\/10:focus {
  color: rgb(236 72 153 / 0.1);
}

.focus\:text-pink-500\/100:focus {
  color: rgb(236 72 153 / 1);
}

.focus\:text-pink-500\/15:focus {
  color: rgb(236 72 153 / 0.15);
}

.focus\:text-pink-500\/20:focus {
  color: rgb(236 72 153 / 0.2);
}

.focus\:text-pink-500\/25:focus {
  color: rgb(236 72 153 / 0.25);
}

.focus\:text-pink-500\/30:focus {
  color: rgb(236 72 153 / 0.3);
}

.focus\:text-pink-500\/35:focus {
  color: rgb(236 72 153 / 0.35);
}

.focus\:text-pink-500\/40:focus {
  color: rgb(236 72 153 / 0.4);
}

.focus\:text-pink-500\/45:focus {
  color: rgb(236 72 153 / 0.45);
}

.focus\:text-pink-500\/5:focus {
  color: rgb(236 72 153 / 0.05);
}

.focus\:text-pink-500\/50:focus {
  color: rgb(236 72 153 / 0.5);
}

.focus\:text-pink-500\/55:focus {
  color: rgb(236 72 153 / 0.55);
}

.focus\:text-pink-500\/60:focus {
  color: rgb(236 72 153 / 0.6);
}

.focus\:text-pink-500\/65:focus {
  color: rgb(236 72 153 / 0.65);
}

.focus\:text-pink-500\/70:focus {
  color: rgb(236 72 153 / 0.7);
}

.focus\:text-pink-500\/75:focus {
  color: rgb(236 72 153 / 0.75);
}

.focus\:text-pink-500\/80:focus {
  color: rgb(236 72 153 / 0.8);
}

.focus\:text-pink-500\/85:focus {
  color: rgb(236 72 153 / 0.85);
}

.focus\:text-pink-500\/90:focus {
  color: rgb(236 72 153 / 0.9);
}

.focus\:text-pink-500\/95:focus {
  color: rgb(236 72 153 / 0.95);
}

.focus\:text-pink-600:focus {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-600\/0:focus {
  color: rgb(219 39 119 / 0);
}

.focus\:text-pink-600\/10:focus {
  color: rgb(219 39 119 / 0.1);
}

.focus\:text-pink-600\/100:focus {
  color: rgb(219 39 119 / 1);
}

.focus\:text-pink-600\/15:focus {
  color: rgb(219 39 119 / 0.15);
}

.focus\:text-pink-600\/20:focus {
  color: rgb(219 39 119 / 0.2);
}

.focus\:text-pink-600\/25:focus {
  color: rgb(219 39 119 / 0.25);
}

.focus\:text-pink-600\/30:focus {
  color: rgb(219 39 119 / 0.3);
}

.focus\:text-pink-600\/35:focus {
  color: rgb(219 39 119 / 0.35);
}

.focus\:text-pink-600\/40:focus {
  color: rgb(219 39 119 / 0.4);
}

.focus\:text-pink-600\/45:focus {
  color: rgb(219 39 119 / 0.45);
}

.focus\:text-pink-600\/5:focus {
  color: rgb(219 39 119 / 0.05);
}

.focus\:text-pink-600\/50:focus {
  color: rgb(219 39 119 / 0.5);
}

.focus\:text-pink-600\/55:focus {
  color: rgb(219 39 119 / 0.55);
}

.focus\:text-pink-600\/60:focus {
  color: rgb(219 39 119 / 0.6);
}

.focus\:text-pink-600\/65:focus {
  color: rgb(219 39 119 / 0.65);
}

.focus\:text-pink-600\/70:focus {
  color: rgb(219 39 119 / 0.7);
}

.focus\:text-pink-600\/75:focus {
  color: rgb(219 39 119 / 0.75);
}

.focus\:text-pink-600\/80:focus {
  color: rgb(219 39 119 / 0.8);
}

.focus\:text-pink-600\/85:focus {
  color: rgb(219 39 119 / 0.85);
}

.focus\:text-pink-600\/90:focus {
  color: rgb(219 39 119 / 0.9);
}

.focus\:text-pink-600\/95:focus {
  color: rgb(219 39 119 / 0.95);
}

.focus\:text-pink-700:focus {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-700\/0:focus {
  color: rgb(190 24 93 / 0);
}

.focus\:text-pink-700\/10:focus {
  color: rgb(190 24 93 / 0.1);
}

.focus\:text-pink-700\/100:focus {
  color: rgb(190 24 93 / 1);
}

.focus\:text-pink-700\/15:focus {
  color: rgb(190 24 93 / 0.15);
}

.focus\:text-pink-700\/20:focus {
  color: rgb(190 24 93 / 0.2);
}

.focus\:text-pink-700\/25:focus {
  color: rgb(190 24 93 / 0.25);
}

.focus\:text-pink-700\/30:focus {
  color: rgb(190 24 93 / 0.3);
}

.focus\:text-pink-700\/35:focus {
  color: rgb(190 24 93 / 0.35);
}

.focus\:text-pink-700\/40:focus {
  color: rgb(190 24 93 / 0.4);
}

.focus\:text-pink-700\/45:focus {
  color: rgb(190 24 93 / 0.45);
}

.focus\:text-pink-700\/5:focus {
  color: rgb(190 24 93 / 0.05);
}

.focus\:text-pink-700\/50:focus {
  color: rgb(190 24 93 / 0.5);
}

.focus\:text-pink-700\/55:focus {
  color: rgb(190 24 93 / 0.55);
}

.focus\:text-pink-700\/60:focus {
  color: rgb(190 24 93 / 0.6);
}

.focus\:text-pink-700\/65:focus {
  color: rgb(190 24 93 / 0.65);
}

.focus\:text-pink-700\/70:focus {
  color: rgb(190 24 93 / 0.7);
}

.focus\:text-pink-700\/75:focus {
  color: rgb(190 24 93 / 0.75);
}

.focus\:text-pink-700\/80:focus {
  color: rgb(190 24 93 / 0.8);
}

.focus\:text-pink-700\/85:focus {
  color: rgb(190 24 93 / 0.85);
}

.focus\:text-pink-700\/90:focus {
  color: rgb(190 24 93 / 0.9);
}

.focus\:text-pink-700\/95:focus {
  color: rgb(190 24 93 / 0.95);
}

.focus\:text-pink-800:focus {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-800\/0:focus {
  color: rgb(157 23 77 / 0);
}

.focus\:text-pink-800\/10:focus {
  color: rgb(157 23 77 / 0.1);
}

.focus\:text-pink-800\/100:focus {
  color: rgb(157 23 77 / 1);
}

.focus\:text-pink-800\/15:focus {
  color: rgb(157 23 77 / 0.15);
}

.focus\:text-pink-800\/20:focus {
  color: rgb(157 23 77 / 0.2);
}

.focus\:text-pink-800\/25:focus {
  color: rgb(157 23 77 / 0.25);
}

.focus\:text-pink-800\/30:focus {
  color: rgb(157 23 77 / 0.3);
}

.focus\:text-pink-800\/35:focus {
  color: rgb(157 23 77 / 0.35);
}

.focus\:text-pink-800\/40:focus {
  color: rgb(157 23 77 / 0.4);
}

.focus\:text-pink-800\/45:focus {
  color: rgb(157 23 77 / 0.45);
}

.focus\:text-pink-800\/5:focus {
  color: rgb(157 23 77 / 0.05);
}

.focus\:text-pink-800\/50:focus {
  color: rgb(157 23 77 / 0.5);
}

.focus\:text-pink-800\/55:focus {
  color: rgb(157 23 77 / 0.55);
}

.focus\:text-pink-800\/60:focus {
  color: rgb(157 23 77 / 0.6);
}

.focus\:text-pink-800\/65:focus {
  color: rgb(157 23 77 / 0.65);
}

.focus\:text-pink-800\/70:focus {
  color: rgb(157 23 77 / 0.7);
}

.focus\:text-pink-800\/75:focus {
  color: rgb(157 23 77 / 0.75);
}

.focus\:text-pink-800\/80:focus {
  color: rgb(157 23 77 / 0.8);
}

.focus\:text-pink-800\/85:focus {
  color: rgb(157 23 77 / 0.85);
}

.focus\:text-pink-800\/90:focus {
  color: rgb(157 23 77 / 0.9);
}

.focus\:text-pink-800\/95:focus {
  color: rgb(157 23 77 / 0.95);
}

.focus\:text-pink-900:focus {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-900\/0:focus {
  color: rgb(131 24 67 / 0);
}

.focus\:text-pink-900\/10:focus {
  color: rgb(131 24 67 / 0.1);
}

.focus\:text-pink-900\/100:focus {
  color: rgb(131 24 67 / 1);
}

.focus\:text-pink-900\/15:focus {
  color: rgb(131 24 67 / 0.15);
}

.focus\:text-pink-900\/20:focus {
  color: rgb(131 24 67 / 0.2);
}

.focus\:text-pink-900\/25:focus {
  color: rgb(131 24 67 / 0.25);
}

.focus\:text-pink-900\/30:focus {
  color: rgb(131 24 67 / 0.3);
}

.focus\:text-pink-900\/35:focus {
  color: rgb(131 24 67 / 0.35);
}

.focus\:text-pink-900\/40:focus {
  color: rgb(131 24 67 / 0.4);
}

.focus\:text-pink-900\/45:focus {
  color: rgb(131 24 67 / 0.45);
}

.focus\:text-pink-900\/5:focus {
  color: rgb(131 24 67 / 0.05);
}

.focus\:text-pink-900\/50:focus {
  color: rgb(131 24 67 / 0.5);
}

.focus\:text-pink-900\/55:focus {
  color: rgb(131 24 67 / 0.55);
}

.focus\:text-pink-900\/60:focus {
  color: rgb(131 24 67 / 0.6);
}

.focus\:text-pink-900\/65:focus {
  color: rgb(131 24 67 / 0.65);
}

.focus\:text-pink-900\/70:focus {
  color: rgb(131 24 67 / 0.7);
}

.focus\:text-pink-900\/75:focus {
  color: rgb(131 24 67 / 0.75);
}

.focus\:text-pink-900\/80:focus {
  color: rgb(131 24 67 / 0.8);
}

.focus\:text-pink-900\/85:focus {
  color: rgb(131 24 67 / 0.85);
}

.focus\:text-pink-900\/90:focus {
  color: rgb(131 24 67 / 0.9);
}

.focus\:text-pink-900\/95:focus {
  color: rgb(131 24 67 / 0.95);
}

.focus\:text-pink-950:focus {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-950\/0:focus {
  color: rgb(80 7 36 / 0);
}

.focus\:text-pink-950\/10:focus {
  color: rgb(80 7 36 / 0.1);
}

.focus\:text-pink-950\/100:focus {
  color: rgb(80 7 36 / 1);
}

.focus\:text-pink-950\/15:focus {
  color: rgb(80 7 36 / 0.15);
}

.focus\:text-pink-950\/20:focus {
  color: rgb(80 7 36 / 0.2);
}

.focus\:text-pink-950\/25:focus {
  color: rgb(80 7 36 / 0.25);
}

.focus\:text-pink-950\/30:focus {
  color: rgb(80 7 36 / 0.3);
}

.focus\:text-pink-950\/35:focus {
  color: rgb(80 7 36 / 0.35);
}

.focus\:text-pink-950\/40:focus {
  color: rgb(80 7 36 / 0.4);
}

.focus\:text-pink-950\/45:focus {
  color: rgb(80 7 36 / 0.45);
}

.focus\:text-pink-950\/5:focus {
  color: rgb(80 7 36 / 0.05);
}

.focus\:text-pink-950\/50:focus {
  color: rgb(80 7 36 / 0.5);
}

.focus\:text-pink-950\/55:focus {
  color: rgb(80 7 36 / 0.55);
}

.focus\:text-pink-950\/60:focus {
  color: rgb(80 7 36 / 0.6);
}

.focus\:text-pink-950\/65:focus {
  color: rgb(80 7 36 / 0.65);
}

.focus\:text-pink-950\/70:focus {
  color: rgb(80 7 36 / 0.7);
}

.focus\:text-pink-950\/75:focus {
  color: rgb(80 7 36 / 0.75);
}

.focus\:text-pink-950\/80:focus {
  color: rgb(80 7 36 / 0.8);
}

.focus\:text-pink-950\/85:focus {
  color: rgb(80 7 36 / 0.85);
}

.focus\:text-pink-950\/90:focus {
  color: rgb(80 7 36 / 0.9);
}

.focus\:text-pink-950\/95:focus {
  color: rgb(80 7 36 / 0.95);
}

.focus\:text-purple-100:focus {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}

.focus\:text-purple-100\/0:focus {
  color: rgb(243 232 255 / 0);
}

.focus\:text-purple-100\/10:focus {
  color: rgb(243 232 255 / 0.1);
}

.focus\:text-purple-100\/100:focus {
  color: rgb(243 232 255 / 1);
}

.focus\:text-purple-100\/15:focus {
  color: rgb(243 232 255 / 0.15);
}

.focus\:text-purple-100\/20:focus {
  color: rgb(243 232 255 / 0.2);
}

.focus\:text-purple-100\/25:focus {
  color: rgb(243 232 255 / 0.25);
}

.focus\:text-purple-100\/30:focus {
  color: rgb(243 232 255 / 0.3);
}

.focus\:text-purple-100\/35:focus {
  color: rgb(243 232 255 / 0.35);
}

.focus\:text-purple-100\/40:focus {
  color: rgb(243 232 255 / 0.4);
}

.focus\:text-purple-100\/45:focus {
  color: rgb(243 232 255 / 0.45);
}

.focus\:text-purple-100\/5:focus {
  color: rgb(243 232 255 / 0.05);
}

.focus\:text-purple-100\/50:focus {
  color: rgb(243 232 255 / 0.5);
}

.focus\:text-purple-100\/55:focus {
  color: rgb(243 232 255 / 0.55);
}

.focus\:text-purple-100\/60:focus {
  color: rgb(243 232 255 / 0.6);
}

.focus\:text-purple-100\/65:focus {
  color: rgb(243 232 255 / 0.65);
}

.focus\:text-purple-100\/70:focus {
  color: rgb(243 232 255 / 0.7);
}

.focus\:text-purple-100\/75:focus {
  color: rgb(243 232 255 / 0.75);
}

.focus\:text-purple-100\/80:focus {
  color: rgb(243 232 255 / 0.8);
}

.focus\:text-purple-100\/85:focus {
  color: rgb(243 232 255 / 0.85);
}

.focus\:text-purple-100\/90:focus {
  color: rgb(243 232 255 / 0.9);
}

.focus\:text-purple-100\/95:focus {
  color: rgb(243 232 255 / 0.95);
}

.focus\:text-purple-200:focus {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}

.focus\:text-purple-200\/0:focus {
  color: rgb(233 213 255 / 0);
}

.focus\:text-purple-200\/10:focus {
  color: rgb(233 213 255 / 0.1);
}

.focus\:text-purple-200\/100:focus {
  color: rgb(233 213 255 / 1);
}

.focus\:text-purple-200\/15:focus {
  color: rgb(233 213 255 / 0.15);
}

.focus\:text-purple-200\/20:focus {
  color: rgb(233 213 255 / 0.2);
}

.focus\:text-purple-200\/25:focus {
  color: rgb(233 213 255 / 0.25);
}

.focus\:text-purple-200\/30:focus {
  color: rgb(233 213 255 / 0.3);
}

.focus\:text-purple-200\/35:focus {
  color: rgb(233 213 255 / 0.35);
}

.focus\:text-purple-200\/40:focus {
  color: rgb(233 213 255 / 0.4);
}

.focus\:text-purple-200\/45:focus {
  color: rgb(233 213 255 / 0.45);
}

.focus\:text-purple-200\/5:focus {
  color: rgb(233 213 255 / 0.05);
}

.focus\:text-purple-200\/50:focus {
  color: rgb(233 213 255 / 0.5);
}

.focus\:text-purple-200\/55:focus {
  color: rgb(233 213 255 / 0.55);
}

.focus\:text-purple-200\/60:focus {
  color: rgb(233 213 255 / 0.6);
}

.focus\:text-purple-200\/65:focus {
  color: rgb(233 213 255 / 0.65);
}

.focus\:text-purple-200\/70:focus {
  color: rgb(233 213 255 / 0.7);
}

.focus\:text-purple-200\/75:focus {
  color: rgb(233 213 255 / 0.75);
}

.focus\:text-purple-200\/80:focus {
  color: rgb(233 213 255 / 0.8);
}

.focus\:text-purple-200\/85:focus {
  color: rgb(233 213 255 / 0.85);
}

.focus\:text-purple-200\/90:focus {
  color: rgb(233 213 255 / 0.9);
}

.focus\:text-purple-200\/95:focus {
  color: rgb(233 213 255 / 0.95);
}

.focus\:text-purple-300:focus {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.focus\:text-purple-300\/0:focus {
  color: rgb(216 180 254 / 0);
}

.focus\:text-purple-300\/10:focus {
  color: rgb(216 180 254 / 0.1);
}

.focus\:text-purple-300\/100:focus {
  color: rgb(216 180 254 / 1);
}

.focus\:text-purple-300\/15:focus {
  color: rgb(216 180 254 / 0.15);
}

.focus\:text-purple-300\/20:focus {
  color: rgb(216 180 254 / 0.2);
}

.focus\:text-purple-300\/25:focus {
  color: rgb(216 180 254 / 0.25);
}

.focus\:text-purple-300\/30:focus {
  color: rgb(216 180 254 / 0.3);
}

.focus\:text-purple-300\/35:focus {
  color: rgb(216 180 254 / 0.35);
}

.focus\:text-purple-300\/40:focus {
  color: rgb(216 180 254 / 0.4);
}

.focus\:text-purple-300\/45:focus {
  color: rgb(216 180 254 / 0.45);
}

.focus\:text-purple-300\/5:focus {
  color: rgb(216 180 254 / 0.05);
}

.focus\:text-purple-300\/50:focus {
  color: rgb(216 180 254 / 0.5);
}

.focus\:text-purple-300\/55:focus {
  color: rgb(216 180 254 / 0.55);
}

.focus\:text-purple-300\/60:focus {
  color: rgb(216 180 254 / 0.6);
}

.focus\:text-purple-300\/65:focus {
  color: rgb(216 180 254 / 0.65);
}

.focus\:text-purple-300\/70:focus {
  color: rgb(216 180 254 / 0.7);
}

.focus\:text-purple-300\/75:focus {
  color: rgb(216 180 254 / 0.75);
}

.focus\:text-purple-300\/80:focus {
  color: rgb(216 180 254 / 0.8);
}

.focus\:text-purple-300\/85:focus {
  color: rgb(216 180 254 / 0.85);
}

.focus\:text-purple-300\/90:focus {
  color: rgb(216 180 254 / 0.9);
}

.focus\:text-purple-300\/95:focus {
  color: rgb(216 180 254 / 0.95);
}

.focus\:text-purple-400:focus {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.focus\:text-purple-400\/0:focus {
  color: rgb(192 132 252 / 0);
}

.focus\:text-purple-400\/10:focus {
  color: rgb(192 132 252 / 0.1);
}

.focus\:text-purple-400\/100:focus {
  color: rgb(192 132 252 / 1);
}

.focus\:text-purple-400\/15:focus {
  color: rgb(192 132 252 / 0.15);
}

.focus\:text-purple-400\/20:focus {
  color: rgb(192 132 252 / 0.2);
}

.focus\:text-purple-400\/25:focus {
  color: rgb(192 132 252 / 0.25);
}

.focus\:text-purple-400\/30:focus {
  color: rgb(192 132 252 / 0.3);
}

.focus\:text-purple-400\/35:focus {
  color: rgb(192 132 252 / 0.35);
}

.focus\:text-purple-400\/40:focus {
  color: rgb(192 132 252 / 0.4);
}

.focus\:text-purple-400\/45:focus {
  color: rgb(192 132 252 / 0.45);
}

.focus\:text-purple-400\/5:focus {
  color: rgb(192 132 252 / 0.05);
}

.focus\:text-purple-400\/50:focus {
  color: rgb(192 132 252 / 0.5);
}

.focus\:text-purple-400\/55:focus {
  color: rgb(192 132 252 / 0.55);
}

.focus\:text-purple-400\/60:focus {
  color: rgb(192 132 252 / 0.6);
}

.focus\:text-purple-400\/65:focus {
  color: rgb(192 132 252 / 0.65);
}

.focus\:text-purple-400\/70:focus {
  color: rgb(192 132 252 / 0.7);
}

.focus\:text-purple-400\/75:focus {
  color: rgb(192 132 252 / 0.75);
}

.focus\:text-purple-400\/80:focus {
  color: rgb(192 132 252 / 0.8);
}

.focus\:text-purple-400\/85:focus {
  color: rgb(192 132 252 / 0.85);
}

.focus\:text-purple-400\/90:focus {
  color: rgb(192 132 252 / 0.9);
}

.focus\:text-purple-400\/95:focus {
  color: rgb(192 132 252 / 0.95);
}

.focus\:text-purple-50:focus {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity, 1));
}

.focus\:text-purple-50\/0:focus {
  color: rgb(250 245 255 / 0);
}

.focus\:text-purple-50\/10:focus {
  color: rgb(250 245 255 / 0.1);
}

.focus\:text-purple-50\/100:focus {
  color: rgb(250 245 255 / 1);
}

.focus\:text-purple-50\/15:focus {
  color: rgb(250 245 255 / 0.15);
}

.focus\:text-purple-50\/20:focus {
  color: rgb(250 245 255 / 0.2);
}

.focus\:text-purple-50\/25:focus {
  color: rgb(250 245 255 / 0.25);
}

.focus\:text-purple-50\/30:focus {
  color: rgb(250 245 255 / 0.3);
}

.focus\:text-purple-50\/35:focus {
  color: rgb(250 245 255 / 0.35);
}

.focus\:text-purple-50\/40:focus {
  color: rgb(250 245 255 / 0.4);
}

.focus\:text-purple-50\/45:focus {
  color: rgb(250 245 255 / 0.45);
}

.focus\:text-purple-50\/5:focus {
  color: rgb(250 245 255 / 0.05);
}

.focus\:text-purple-50\/50:focus {
  color: rgb(250 245 255 / 0.5);
}

.focus\:text-purple-50\/55:focus {
  color: rgb(250 245 255 / 0.55);
}

.focus\:text-purple-50\/60:focus {
  color: rgb(250 245 255 / 0.6);
}

.focus\:text-purple-50\/65:focus {
  color: rgb(250 245 255 / 0.65);
}

.focus\:text-purple-50\/70:focus {
  color: rgb(250 245 255 / 0.7);
}

.focus\:text-purple-50\/75:focus {
  color: rgb(250 245 255 / 0.75);
}

.focus\:text-purple-50\/80:focus {
  color: rgb(250 245 255 / 0.8);
}

.focus\:text-purple-50\/85:focus {
  color: rgb(250 245 255 / 0.85);
}

.focus\:text-purple-50\/90:focus {
  color: rgb(250 245 255 / 0.9);
}

.focus\:text-purple-50\/95:focus {
  color: rgb(250 245 255 / 0.95);
}

.focus\:text-purple-500:focus {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.focus\:text-purple-500\/0:focus {
  color: rgb(168 85 247 / 0);
}

.focus\:text-purple-500\/10:focus {
  color: rgb(168 85 247 / 0.1);
}

.focus\:text-purple-500\/100:focus {
  color: rgb(168 85 247 / 1);
}

.focus\:text-purple-500\/15:focus {
  color: rgb(168 85 247 / 0.15);
}

.focus\:text-purple-500\/20:focus {
  color: rgb(168 85 247 / 0.2);
}

.focus\:text-purple-500\/25:focus {
  color: rgb(168 85 247 / 0.25);
}

.focus\:text-purple-500\/30:focus {
  color: rgb(168 85 247 / 0.3);
}

.focus\:text-purple-500\/35:focus {
  color: rgb(168 85 247 / 0.35);
}

.focus\:text-purple-500\/40:focus {
  color: rgb(168 85 247 / 0.4);
}

.focus\:text-purple-500\/45:focus {
  color: rgb(168 85 247 / 0.45);
}

.focus\:text-purple-500\/5:focus {
  color: rgb(168 85 247 / 0.05);
}

.focus\:text-purple-500\/50:focus {
  color: rgb(168 85 247 / 0.5);
}

.focus\:text-purple-500\/55:focus {
  color: rgb(168 85 247 / 0.55);
}

.focus\:text-purple-500\/60:focus {
  color: rgb(168 85 247 / 0.6);
}

.focus\:text-purple-500\/65:focus {
  color: rgb(168 85 247 / 0.65);
}

.focus\:text-purple-500\/70:focus {
  color: rgb(168 85 247 / 0.7);
}

.focus\:text-purple-500\/75:focus {
  color: rgb(168 85 247 / 0.75);
}

.focus\:text-purple-500\/80:focus {
  color: rgb(168 85 247 / 0.8);
}

.focus\:text-purple-500\/85:focus {
  color: rgb(168 85 247 / 0.85);
}

.focus\:text-purple-500\/90:focus {
  color: rgb(168 85 247 / 0.9);
}

.focus\:text-purple-500\/95:focus {
  color: rgb(168 85 247 / 0.95);
}

.focus\:text-purple-600:focus {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.focus\:text-purple-600\/0:focus {
  color: rgb(147 51 234 / 0);
}

.focus\:text-purple-600\/10:focus {
  color: rgb(147 51 234 / 0.1);
}

.focus\:text-purple-600\/100:focus {
  color: rgb(147 51 234 / 1);
}

.focus\:text-purple-600\/15:focus {
  color: rgb(147 51 234 / 0.15);
}

.focus\:text-purple-600\/20:focus {
  color: rgb(147 51 234 / 0.2);
}

.focus\:text-purple-600\/25:focus {
  color: rgb(147 51 234 / 0.25);
}

.focus\:text-purple-600\/30:focus {
  color: rgb(147 51 234 / 0.3);
}

.focus\:text-purple-600\/35:focus {
  color: rgb(147 51 234 / 0.35);
}

.focus\:text-purple-600\/40:focus {
  color: rgb(147 51 234 / 0.4);
}

.focus\:text-purple-600\/45:focus {
  color: rgb(147 51 234 / 0.45);
}

.focus\:text-purple-600\/5:focus {
  color: rgb(147 51 234 / 0.05);
}

.focus\:text-purple-600\/50:focus {
  color: rgb(147 51 234 / 0.5);
}

.focus\:text-purple-600\/55:focus {
  color: rgb(147 51 234 / 0.55);
}

.focus\:text-purple-600\/60:focus {
  color: rgb(147 51 234 / 0.6);
}

.focus\:text-purple-600\/65:focus {
  color: rgb(147 51 234 / 0.65);
}

.focus\:text-purple-600\/70:focus {
  color: rgb(147 51 234 / 0.7);
}

.focus\:text-purple-600\/75:focus {
  color: rgb(147 51 234 / 0.75);
}

.focus\:text-purple-600\/80:focus {
  color: rgb(147 51 234 / 0.8);
}

.focus\:text-purple-600\/85:focus {
  color: rgb(147 51 234 / 0.85);
}

.focus\:text-purple-600\/90:focus {
  color: rgb(147 51 234 / 0.9);
}

.focus\:text-purple-600\/95:focus {
  color: rgb(147 51 234 / 0.95);
}

.focus\:text-purple-700:focus {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.focus\:text-purple-700\/0:focus {
  color: rgb(126 34 206 / 0);
}

.focus\:text-purple-700\/10:focus {
  color: rgb(126 34 206 / 0.1);
}

.focus\:text-purple-700\/100:focus {
  color: rgb(126 34 206 / 1);
}

.focus\:text-purple-700\/15:focus {
  color: rgb(126 34 206 / 0.15);
}

.focus\:text-purple-700\/20:focus {
  color: rgb(126 34 206 / 0.2);
}

.focus\:text-purple-700\/25:focus {
  color: rgb(126 34 206 / 0.25);
}

.focus\:text-purple-700\/30:focus {
  color: rgb(126 34 206 / 0.3);
}

.focus\:text-purple-700\/35:focus {
  color: rgb(126 34 206 / 0.35);
}

.focus\:text-purple-700\/40:focus {
  color: rgb(126 34 206 / 0.4);
}

.focus\:text-purple-700\/45:focus {
  color: rgb(126 34 206 / 0.45);
}

.focus\:text-purple-700\/5:focus {
  color: rgb(126 34 206 / 0.05);
}

.focus\:text-purple-700\/50:focus {
  color: rgb(126 34 206 / 0.5);
}

.focus\:text-purple-700\/55:focus {
  color: rgb(126 34 206 / 0.55);
}

.focus\:text-purple-700\/60:focus {
  color: rgb(126 34 206 / 0.6);
}

.focus\:text-purple-700\/65:focus {
  color: rgb(126 34 206 / 0.65);
}

.focus\:text-purple-700\/70:focus {
  color: rgb(126 34 206 / 0.7);
}

.focus\:text-purple-700\/75:focus {
  color: rgb(126 34 206 / 0.75);
}

.focus\:text-purple-700\/80:focus {
  color: rgb(126 34 206 / 0.8);
}

.focus\:text-purple-700\/85:focus {
  color: rgb(126 34 206 / 0.85);
}

.focus\:text-purple-700\/90:focus {
  color: rgb(126 34 206 / 0.9);
}

.focus\:text-purple-700\/95:focus {
  color: rgb(126 34 206 / 0.95);
}

.focus\:text-purple-800:focus {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.focus\:text-purple-800\/0:focus {
  color: rgb(107 33 168 / 0);
}

.focus\:text-purple-800\/10:focus {
  color: rgb(107 33 168 / 0.1);
}

.focus\:text-purple-800\/100:focus {
  color: rgb(107 33 168 / 1);
}

.focus\:text-purple-800\/15:focus {
  color: rgb(107 33 168 / 0.15);
}

.focus\:text-purple-800\/20:focus {
  color: rgb(107 33 168 / 0.2);
}

.focus\:text-purple-800\/25:focus {
  color: rgb(107 33 168 / 0.25);
}

.focus\:text-purple-800\/30:focus {
  color: rgb(107 33 168 / 0.3);
}

.focus\:text-purple-800\/35:focus {
  color: rgb(107 33 168 / 0.35);
}

.focus\:text-purple-800\/40:focus {
  color: rgb(107 33 168 / 0.4);
}

.focus\:text-purple-800\/45:focus {
  color: rgb(107 33 168 / 0.45);
}

.focus\:text-purple-800\/5:focus {
  color: rgb(107 33 168 / 0.05);
}

.focus\:text-purple-800\/50:focus {
  color: rgb(107 33 168 / 0.5);
}

.focus\:text-purple-800\/55:focus {
  color: rgb(107 33 168 / 0.55);
}

.focus\:text-purple-800\/60:focus {
  color: rgb(107 33 168 / 0.6);
}

.focus\:text-purple-800\/65:focus {
  color: rgb(107 33 168 / 0.65);
}

.focus\:text-purple-800\/70:focus {
  color: rgb(107 33 168 / 0.7);
}

.focus\:text-purple-800\/75:focus {
  color: rgb(107 33 168 / 0.75);
}

.focus\:text-purple-800\/80:focus {
  color: rgb(107 33 168 / 0.8);
}

.focus\:text-purple-800\/85:focus {
  color: rgb(107 33 168 / 0.85);
}

.focus\:text-purple-800\/90:focus {
  color: rgb(107 33 168 / 0.9);
}

.focus\:text-purple-800\/95:focus {
  color: rgb(107 33 168 / 0.95);
}

.focus\:text-purple-900:focus {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

.focus\:text-purple-900\/0:focus {
  color: rgb(88 28 135 / 0);
}

.focus\:text-purple-900\/10:focus {
  color: rgb(88 28 135 / 0.1);
}

.focus\:text-purple-900\/100:focus {
  color: rgb(88 28 135 / 1);
}

.focus\:text-purple-900\/15:focus {
  color: rgb(88 28 135 / 0.15);
}

.focus\:text-purple-900\/20:focus {
  color: rgb(88 28 135 / 0.2);
}

.focus\:text-purple-900\/25:focus {
  color: rgb(88 28 135 / 0.25);
}

.focus\:text-purple-900\/30:focus {
  color: rgb(88 28 135 / 0.3);
}

.focus\:text-purple-900\/35:focus {
  color: rgb(88 28 135 / 0.35);
}

.focus\:text-purple-900\/40:focus {
  color: rgb(88 28 135 / 0.4);
}

.focus\:text-purple-900\/45:focus {
  color: rgb(88 28 135 / 0.45);
}

.focus\:text-purple-900\/5:focus {
  color: rgb(88 28 135 / 0.05);
}

.focus\:text-purple-900\/50:focus {
  color: rgb(88 28 135 / 0.5);
}

.focus\:text-purple-900\/55:focus {
  color: rgb(88 28 135 / 0.55);
}

.focus\:text-purple-900\/60:focus {
  color: rgb(88 28 135 / 0.6);
}

.focus\:text-purple-900\/65:focus {
  color: rgb(88 28 135 / 0.65);
}

.focus\:text-purple-900\/70:focus {
  color: rgb(88 28 135 / 0.7);
}

.focus\:text-purple-900\/75:focus {
  color: rgb(88 28 135 / 0.75);
}

.focus\:text-purple-900\/80:focus {
  color: rgb(88 28 135 / 0.8);
}

.focus\:text-purple-900\/85:focus {
  color: rgb(88 28 135 / 0.85);
}

.focus\:text-purple-900\/90:focus {
  color: rgb(88 28 135 / 0.9);
}

.focus\:text-purple-900\/95:focus {
  color: rgb(88 28 135 / 0.95);
}

.focus\:text-purple-950:focus {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}

.focus\:text-purple-950\/0:focus {
  color: rgb(59 7 100 / 0);
}

.focus\:text-purple-950\/10:focus {
  color: rgb(59 7 100 / 0.1);
}

.focus\:text-purple-950\/100:focus {
  color: rgb(59 7 100 / 1);
}

.focus\:text-purple-950\/15:focus {
  color: rgb(59 7 100 / 0.15);
}

.focus\:text-purple-950\/20:focus {
  color: rgb(59 7 100 / 0.2);
}

.focus\:text-purple-950\/25:focus {
  color: rgb(59 7 100 / 0.25);
}

.focus\:text-purple-950\/30:focus {
  color: rgb(59 7 100 / 0.3);
}

.focus\:text-purple-950\/35:focus {
  color: rgb(59 7 100 / 0.35);
}

.focus\:text-purple-950\/40:focus {
  color: rgb(59 7 100 / 0.4);
}

.focus\:text-purple-950\/45:focus {
  color: rgb(59 7 100 / 0.45);
}

.focus\:text-purple-950\/5:focus {
  color: rgb(59 7 100 / 0.05);
}

.focus\:text-purple-950\/50:focus {
  color: rgb(59 7 100 / 0.5);
}

.focus\:text-purple-950\/55:focus {
  color: rgb(59 7 100 / 0.55);
}

.focus\:text-purple-950\/60:focus {
  color: rgb(59 7 100 / 0.6);
}

.focus\:text-purple-950\/65:focus {
  color: rgb(59 7 100 / 0.65);
}

.focus\:text-purple-950\/70:focus {
  color: rgb(59 7 100 / 0.7);
}

.focus\:text-purple-950\/75:focus {
  color: rgb(59 7 100 / 0.75);
}

.focus\:text-purple-950\/80:focus {
  color: rgb(59 7 100 / 0.8);
}

.focus\:text-purple-950\/85:focus {
  color: rgb(59 7 100 / 0.85);
}

.focus\:text-purple-950\/90:focus {
  color: rgb(59 7 100 / 0.9);
}

.focus\:text-purple-950\/95:focus {
  color: rgb(59 7 100 / 0.95);
}

.focus\:text-red-100:focus {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.focus\:text-red-100\/0:focus {
  color: rgb(254 226 226 / 0);
}

.focus\:text-red-100\/10:focus {
  color: rgb(254 226 226 / 0.1);
}

.focus\:text-red-100\/100:focus {
  color: rgb(254 226 226 / 1);
}

.focus\:text-red-100\/15:focus {
  color: rgb(254 226 226 / 0.15);
}

.focus\:text-red-100\/20:focus {
  color: rgb(254 226 226 / 0.2);
}

.focus\:text-red-100\/25:focus {
  color: rgb(254 226 226 / 0.25);
}

.focus\:text-red-100\/30:focus {
  color: rgb(254 226 226 / 0.3);
}

.focus\:text-red-100\/35:focus {
  color: rgb(254 226 226 / 0.35);
}

.focus\:text-red-100\/40:focus {
  color: rgb(254 226 226 / 0.4);
}

.focus\:text-red-100\/45:focus {
  color: rgb(254 226 226 / 0.45);
}

.focus\:text-red-100\/5:focus {
  color: rgb(254 226 226 / 0.05);
}

.focus\:text-red-100\/50:focus {
  color: rgb(254 226 226 / 0.5);
}

.focus\:text-red-100\/55:focus {
  color: rgb(254 226 226 / 0.55);
}

.focus\:text-red-100\/60:focus {
  color: rgb(254 226 226 / 0.6);
}

.focus\:text-red-100\/65:focus {
  color: rgb(254 226 226 / 0.65);
}

.focus\:text-red-100\/70:focus {
  color: rgb(254 226 226 / 0.7);
}

.focus\:text-red-100\/75:focus {
  color: rgb(254 226 226 / 0.75);
}

.focus\:text-red-100\/80:focus {
  color: rgb(254 226 226 / 0.8);
}

.focus\:text-red-100\/85:focus {
  color: rgb(254 226 226 / 0.85);
}

.focus\:text-red-100\/90:focus {
  color: rgb(254 226 226 / 0.9);
}

.focus\:text-red-100\/95:focus {
  color: rgb(254 226 226 / 0.95);
}

.focus\:text-red-200:focus {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.focus\:text-red-200\/0:focus {
  color: rgb(254 202 202 / 0);
}

.focus\:text-red-200\/10:focus {
  color: rgb(254 202 202 / 0.1);
}

.focus\:text-red-200\/100:focus {
  color: rgb(254 202 202 / 1);
}

.focus\:text-red-200\/15:focus {
  color: rgb(254 202 202 / 0.15);
}

.focus\:text-red-200\/20:focus {
  color: rgb(254 202 202 / 0.2);
}

.focus\:text-red-200\/25:focus {
  color: rgb(254 202 202 / 0.25);
}

.focus\:text-red-200\/30:focus {
  color: rgb(254 202 202 / 0.3);
}

.focus\:text-red-200\/35:focus {
  color: rgb(254 202 202 / 0.35);
}

.focus\:text-red-200\/40:focus {
  color: rgb(254 202 202 / 0.4);
}

.focus\:text-red-200\/45:focus {
  color: rgb(254 202 202 / 0.45);
}

.focus\:text-red-200\/5:focus {
  color: rgb(254 202 202 / 0.05);
}

.focus\:text-red-200\/50:focus {
  color: rgb(254 202 202 / 0.5);
}

.focus\:text-red-200\/55:focus {
  color: rgb(254 202 202 / 0.55);
}

.focus\:text-red-200\/60:focus {
  color: rgb(254 202 202 / 0.6);
}

.focus\:text-red-200\/65:focus {
  color: rgb(254 202 202 / 0.65);
}

.focus\:text-red-200\/70:focus {
  color: rgb(254 202 202 / 0.7);
}

.focus\:text-red-200\/75:focus {
  color: rgb(254 202 202 / 0.75);
}

.focus\:text-red-200\/80:focus {
  color: rgb(254 202 202 / 0.8);
}

.focus\:text-red-200\/85:focus {
  color: rgb(254 202 202 / 0.85);
}

.focus\:text-red-200\/90:focus {
  color: rgb(254 202 202 / 0.9);
}

.focus\:text-red-200\/95:focus {
  color: rgb(254 202 202 / 0.95);
}

.focus\:text-red-300:focus {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.focus\:text-red-300\/0:focus {
  color: rgb(252 165 165 / 0);
}

.focus\:text-red-300\/10:focus {
  color: rgb(252 165 165 / 0.1);
}

.focus\:text-red-300\/100:focus {
  color: rgb(252 165 165 / 1);
}

.focus\:text-red-300\/15:focus {
  color: rgb(252 165 165 / 0.15);
}

.focus\:text-red-300\/20:focus {
  color: rgb(252 165 165 / 0.2);
}

.focus\:text-red-300\/25:focus {
  color: rgb(252 165 165 / 0.25);
}

.focus\:text-red-300\/30:focus {
  color: rgb(252 165 165 / 0.3);
}

.focus\:text-red-300\/35:focus {
  color: rgb(252 165 165 / 0.35);
}

.focus\:text-red-300\/40:focus {
  color: rgb(252 165 165 / 0.4);
}

.focus\:text-red-300\/45:focus {
  color: rgb(252 165 165 / 0.45);
}

.focus\:text-red-300\/5:focus {
  color: rgb(252 165 165 / 0.05);
}

.focus\:text-red-300\/50:focus {
  color: rgb(252 165 165 / 0.5);
}

.focus\:text-red-300\/55:focus {
  color: rgb(252 165 165 / 0.55);
}

.focus\:text-red-300\/60:focus {
  color: rgb(252 165 165 / 0.6);
}

.focus\:text-red-300\/65:focus {
  color: rgb(252 165 165 / 0.65);
}

.focus\:text-red-300\/70:focus {
  color: rgb(252 165 165 / 0.7);
}

.focus\:text-red-300\/75:focus {
  color: rgb(252 165 165 / 0.75);
}

.focus\:text-red-300\/80:focus {
  color: rgb(252 165 165 / 0.8);
}

.focus\:text-red-300\/85:focus {
  color: rgb(252 165 165 / 0.85);
}

.focus\:text-red-300\/90:focus {
  color: rgb(252 165 165 / 0.9);
}

.focus\:text-red-300\/95:focus {
  color: rgb(252 165 165 / 0.95);
}

.focus\:text-red-400:focus {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.focus\:text-red-400\/0:focus {
  color: rgb(248 113 113 / 0);
}

.focus\:text-red-400\/10:focus {
  color: rgb(248 113 113 / 0.1);
}

.focus\:text-red-400\/100:focus {
  color: rgb(248 113 113 / 1);
}

.focus\:text-red-400\/15:focus {
  color: rgb(248 113 113 / 0.15);
}

.focus\:text-red-400\/20:focus {
  color: rgb(248 113 113 / 0.2);
}

.focus\:text-red-400\/25:focus {
  color: rgb(248 113 113 / 0.25);
}

.focus\:text-red-400\/30:focus {
  color: rgb(248 113 113 / 0.3);
}

.focus\:text-red-400\/35:focus {
  color: rgb(248 113 113 / 0.35);
}

.focus\:text-red-400\/40:focus {
  color: rgb(248 113 113 / 0.4);
}

.focus\:text-red-400\/45:focus {
  color: rgb(248 113 113 / 0.45);
}

.focus\:text-red-400\/5:focus {
  color: rgb(248 113 113 / 0.05);
}

.focus\:text-red-400\/50:focus {
  color: rgb(248 113 113 / 0.5);
}

.focus\:text-red-400\/55:focus {
  color: rgb(248 113 113 / 0.55);
}

.focus\:text-red-400\/60:focus {
  color: rgb(248 113 113 / 0.6);
}

.focus\:text-red-400\/65:focus {
  color: rgb(248 113 113 / 0.65);
}

.focus\:text-red-400\/70:focus {
  color: rgb(248 113 113 / 0.7);
}

.focus\:text-red-400\/75:focus {
  color: rgb(248 113 113 / 0.75);
}

.focus\:text-red-400\/80:focus {
  color: rgb(248 113 113 / 0.8);
}

.focus\:text-red-400\/85:focus {
  color: rgb(248 113 113 / 0.85);
}

.focus\:text-red-400\/90:focus {
  color: rgb(248 113 113 / 0.9);
}

.focus\:text-red-400\/95:focus {
  color: rgb(248 113 113 / 0.95);
}

.focus\:text-red-50:focus {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.focus\:text-red-50\/0:focus {
  color: rgb(254 242 242 / 0);
}

.focus\:text-red-50\/10:focus {
  color: rgb(254 242 242 / 0.1);
}

.focus\:text-red-50\/100:focus {
  color: rgb(254 242 242 / 1);
}

.focus\:text-red-50\/15:focus {
  color: rgb(254 242 242 / 0.15);
}

.focus\:text-red-50\/20:focus {
  color: rgb(254 242 242 / 0.2);
}

.focus\:text-red-50\/25:focus {
  color: rgb(254 242 242 / 0.25);
}

.focus\:text-red-50\/30:focus {
  color: rgb(254 242 242 / 0.3);
}

.focus\:text-red-50\/35:focus {
  color: rgb(254 242 242 / 0.35);
}

.focus\:text-red-50\/40:focus {
  color: rgb(254 242 242 / 0.4);
}

.focus\:text-red-50\/45:focus {
  color: rgb(254 242 242 / 0.45);
}

.focus\:text-red-50\/5:focus {
  color: rgb(254 242 242 / 0.05);
}

.focus\:text-red-50\/50:focus {
  color: rgb(254 242 242 / 0.5);
}

.focus\:text-red-50\/55:focus {
  color: rgb(254 242 242 / 0.55);
}

.focus\:text-red-50\/60:focus {
  color: rgb(254 242 242 / 0.6);
}

.focus\:text-red-50\/65:focus {
  color: rgb(254 242 242 / 0.65);
}

.focus\:text-red-50\/70:focus {
  color: rgb(254 242 242 / 0.7);
}

.focus\:text-red-50\/75:focus {
  color: rgb(254 242 242 / 0.75);
}

.focus\:text-red-50\/80:focus {
  color: rgb(254 242 242 / 0.8);
}

.focus\:text-red-50\/85:focus {
  color: rgb(254 242 242 / 0.85);
}

.focus\:text-red-50\/90:focus {
  color: rgb(254 242 242 / 0.9);
}

.focus\:text-red-50\/95:focus {
  color: rgb(254 242 242 / 0.95);
}

.focus\:text-red-500:focus {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.focus\:text-red-500\/0:focus {
  color: rgb(239 68 68 / 0);
}

.focus\:text-red-500\/10:focus {
  color: rgb(239 68 68 / 0.1);
}

.focus\:text-red-500\/100:focus {
  color: rgb(239 68 68 / 1);
}

.focus\:text-red-500\/15:focus {
  color: rgb(239 68 68 / 0.15);
}

.focus\:text-red-500\/20:focus {
  color: rgb(239 68 68 / 0.2);
}

.focus\:text-red-500\/25:focus {
  color: rgb(239 68 68 / 0.25);
}

.focus\:text-red-500\/30:focus {
  color: rgb(239 68 68 / 0.3);
}

.focus\:text-red-500\/35:focus {
  color: rgb(239 68 68 / 0.35);
}

.focus\:text-red-500\/40:focus {
  color: rgb(239 68 68 / 0.4);
}

.focus\:text-red-500\/45:focus {
  color: rgb(239 68 68 / 0.45);
}

.focus\:text-red-500\/5:focus {
  color: rgb(239 68 68 / 0.05);
}

.focus\:text-red-500\/50:focus {
  color: rgb(239 68 68 / 0.5);
}

.focus\:text-red-500\/55:focus {
  color: rgb(239 68 68 / 0.55);
}

.focus\:text-red-500\/60:focus {
  color: rgb(239 68 68 / 0.6);
}

.focus\:text-red-500\/65:focus {
  color: rgb(239 68 68 / 0.65);
}

.focus\:text-red-500\/70:focus {
  color: rgb(239 68 68 / 0.7);
}

.focus\:text-red-500\/75:focus {
  color: rgb(239 68 68 / 0.75);
}

.focus\:text-red-500\/80:focus {
  color: rgb(239 68 68 / 0.8);
}

.focus\:text-red-500\/85:focus {
  color: rgb(239 68 68 / 0.85);
}

.focus\:text-red-500\/90:focus {
  color: rgb(239 68 68 / 0.9);
}

.focus\:text-red-500\/95:focus {
  color: rgb(239 68 68 / 0.95);
}

.focus\:text-red-600:focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.focus\:text-red-600\/0:focus {
  color: rgb(220 38 38 / 0);
}

.focus\:text-red-600\/10:focus {
  color: rgb(220 38 38 / 0.1);
}

.focus\:text-red-600\/100:focus {
  color: rgb(220 38 38 / 1);
}

.focus\:text-red-600\/15:focus {
  color: rgb(220 38 38 / 0.15);
}

.focus\:text-red-600\/20:focus {
  color: rgb(220 38 38 / 0.2);
}

.focus\:text-red-600\/25:focus {
  color: rgb(220 38 38 / 0.25);
}

.focus\:text-red-600\/30:focus {
  color: rgb(220 38 38 / 0.3);
}

.focus\:text-red-600\/35:focus {
  color: rgb(220 38 38 / 0.35);
}

.focus\:text-red-600\/40:focus {
  color: rgb(220 38 38 / 0.4);
}

.focus\:text-red-600\/45:focus {
  color: rgb(220 38 38 / 0.45);
}

.focus\:text-red-600\/5:focus {
  color: rgb(220 38 38 / 0.05);
}

.focus\:text-red-600\/50:focus {
  color: rgb(220 38 38 / 0.5);
}

.focus\:text-red-600\/55:focus {
  color: rgb(220 38 38 / 0.55);
}

.focus\:text-red-600\/60:focus {
  color: rgb(220 38 38 / 0.6);
}

.focus\:text-red-600\/65:focus {
  color: rgb(220 38 38 / 0.65);
}

.focus\:text-red-600\/70:focus {
  color: rgb(220 38 38 / 0.7);
}

.focus\:text-red-600\/75:focus {
  color: rgb(220 38 38 / 0.75);
}

.focus\:text-red-600\/80:focus {
  color: rgb(220 38 38 / 0.8);
}

.focus\:text-red-600\/85:focus {
  color: rgb(220 38 38 / 0.85);
}

.focus\:text-red-600\/90:focus {
  color: rgb(220 38 38 / 0.9);
}

.focus\:text-red-600\/95:focus {
  color: rgb(220 38 38 / 0.95);
}

.focus\:text-red-700:focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.focus\:text-red-700\/0:focus {
  color: rgb(185 28 28 / 0);
}

.focus\:text-red-700\/10:focus {
  color: rgb(185 28 28 / 0.1);
}

.focus\:text-red-700\/100:focus {
  color: rgb(185 28 28 / 1);
}

.focus\:text-red-700\/15:focus {
  color: rgb(185 28 28 / 0.15);
}

.focus\:text-red-700\/20:focus {
  color: rgb(185 28 28 / 0.2);
}

.focus\:text-red-700\/25:focus {
  color: rgb(185 28 28 / 0.25);
}

.focus\:text-red-700\/30:focus {
  color: rgb(185 28 28 / 0.3);
}

.focus\:text-red-700\/35:focus {
  color: rgb(185 28 28 / 0.35);
}

.focus\:text-red-700\/40:focus {
  color: rgb(185 28 28 / 0.4);
}

.focus\:text-red-700\/45:focus {
  color: rgb(185 28 28 / 0.45);
}

.focus\:text-red-700\/5:focus {
  color: rgb(185 28 28 / 0.05);
}

.focus\:text-red-700\/50:focus {
  color: rgb(185 28 28 / 0.5);
}

.focus\:text-red-700\/55:focus {
  color: rgb(185 28 28 / 0.55);
}

.focus\:text-red-700\/60:focus {
  color: rgb(185 28 28 / 0.6);
}

.focus\:text-red-700\/65:focus {
  color: rgb(185 28 28 / 0.65);
}

.focus\:text-red-700\/70:focus {
  color: rgb(185 28 28 / 0.7);
}

.focus\:text-red-700\/75:focus {
  color: rgb(185 28 28 / 0.75);
}

.focus\:text-red-700\/80:focus {
  color: rgb(185 28 28 / 0.8);
}

.focus\:text-red-700\/85:focus {
  color: rgb(185 28 28 / 0.85);
}

.focus\:text-red-700\/90:focus {
  color: rgb(185 28 28 / 0.9);
}

.focus\:text-red-700\/95:focus {
  color: rgb(185 28 28 / 0.95);
}

.focus\:text-red-800:focus {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.focus\:text-red-800\/0:focus {
  color: rgb(153 27 27 / 0);
}

.focus\:text-red-800\/10:focus {
  color: rgb(153 27 27 / 0.1);
}

.focus\:text-red-800\/100:focus {
  color: rgb(153 27 27 / 1);
}

.focus\:text-red-800\/15:focus {
  color: rgb(153 27 27 / 0.15);
}

.focus\:text-red-800\/20:focus {
  color: rgb(153 27 27 / 0.2);
}

.focus\:text-red-800\/25:focus {
  color: rgb(153 27 27 / 0.25);
}

.focus\:text-red-800\/30:focus {
  color: rgb(153 27 27 / 0.3);
}

.focus\:text-red-800\/35:focus {
  color: rgb(153 27 27 / 0.35);
}

.focus\:text-red-800\/40:focus {
  color: rgb(153 27 27 / 0.4);
}

.focus\:text-red-800\/45:focus {
  color: rgb(153 27 27 / 0.45);
}

.focus\:text-red-800\/5:focus {
  color: rgb(153 27 27 / 0.05);
}

.focus\:text-red-800\/50:focus {
  color: rgb(153 27 27 / 0.5);
}

.focus\:text-red-800\/55:focus {
  color: rgb(153 27 27 / 0.55);
}

.focus\:text-red-800\/60:focus {
  color: rgb(153 27 27 / 0.6);
}

.focus\:text-red-800\/65:focus {
  color: rgb(153 27 27 / 0.65);
}

.focus\:text-red-800\/70:focus {
  color: rgb(153 27 27 / 0.7);
}

.focus\:text-red-800\/75:focus {
  color: rgb(153 27 27 / 0.75);
}

.focus\:text-red-800\/80:focus {
  color: rgb(153 27 27 / 0.8);
}

.focus\:text-red-800\/85:focus {
  color: rgb(153 27 27 / 0.85);
}

.focus\:text-red-800\/90:focus {
  color: rgb(153 27 27 / 0.9);
}

.focus\:text-red-800\/95:focus {
  color: rgb(153 27 27 / 0.95);
}

.focus\:text-red-900:focus {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.focus\:text-red-900\/0:focus {
  color: rgb(127 29 29 / 0);
}

.focus\:text-red-900\/10:focus {
  color: rgb(127 29 29 / 0.1);
}

.focus\:text-red-900\/100:focus {
  color: rgb(127 29 29 / 1);
}

.focus\:text-red-900\/15:focus {
  color: rgb(127 29 29 / 0.15);
}

.focus\:text-red-900\/20:focus {
  color: rgb(127 29 29 / 0.2);
}

.focus\:text-red-900\/25:focus {
  color: rgb(127 29 29 / 0.25);
}

.focus\:text-red-900\/30:focus {
  color: rgb(127 29 29 / 0.3);
}

.focus\:text-red-900\/35:focus {
  color: rgb(127 29 29 / 0.35);
}

.focus\:text-red-900\/40:focus {
  color: rgb(127 29 29 / 0.4);
}

.focus\:text-red-900\/45:focus {
  color: rgb(127 29 29 / 0.45);
}

.focus\:text-red-900\/5:focus {
  color: rgb(127 29 29 / 0.05);
}

.focus\:text-red-900\/50:focus {
  color: rgb(127 29 29 / 0.5);
}

.focus\:text-red-900\/55:focus {
  color: rgb(127 29 29 / 0.55);
}

.focus\:text-red-900\/60:focus {
  color: rgb(127 29 29 / 0.6);
}

.focus\:text-red-900\/65:focus {
  color: rgb(127 29 29 / 0.65);
}

.focus\:text-red-900\/70:focus {
  color: rgb(127 29 29 / 0.7);
}

.focus\:text-red-900\/75:focus {
  color: rgb(127 29 29 / 0.75);
}

.focus\:text-red-900\/80:focus {
  color: rgb(127 29 29 / 0.8);
}

.focus\:text-red-900\/85:focus {
  color: rgb(127 29 29 / 0.85);
}

.focus\:text-red-900\/90:focus {
  color: rgb(127 29 29 / 0.9);
}

.focus\:text-red-900\/95:focus {
  color: rgb(127 29 29 / 0.95);
}

.focus\:text-red-950:focus {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}

.focus\:text-red-950\/0:focus {
  color: rgb(69 10 10 / 0);
}

.focus\:text-red-950\/10:focus {
  color: rgb(69 10 10 / 0.1);
}

.focus\:text-red-950\/100:focus {
  color: rgb(69 10 10 / 1);
}

.focus\:text-red-950\/15:focus {
  color: rgb(69 10 10 / 0.15);
}

.focus\:text-red-950\/20:focus {
  color: rgb(69 10 10 / 0.2);
}

.focus\:text-red-950\/25:focus {
  color: rgb(69 10 10 / 0.25);
}

.focus\:text-red-950\/30:focus {
  color: rgb(69 10 10 / 0.3);
}

.focus\:text-red-950\/35:focus {
  color: rgb(69 10 10 / 0.35);
}

.focus\:text-red-950\/40:focus {
  color: rgb(69 10 10 / 0.4);
}

.focus\:text-red-950\/45:focus {
  color: rgb(69 10 10 / 0.45);
}

.focus\:text-red-950\/5:focus {
  color: rgb(69 10 10 / 0.05);
}

.focus\:text-red-950\/50:focus {
  color: rgb(69 10 10 / 0.5);
}

.focus\:text-red-950\/55:focus {
  color: rgb(69 10 10 / 0.55);
}

.focus\:text-red-950\/60:focus {
  color: rgb(69 10 10 / 0.6);
}

.focus\:text-red-950\/65:focus {
  color: rgb(69 10 10 / 0.65);
}

.focus\:text-red-950\/70:focus {
  color: rgb(69 10 10 / 0.7);
}

.focus\:text-red-950\/75:focus {
  color: rgb(69 10 10 / 0.75);
}

.focus\:text-red-950\/80:focus {
  color: rgb(69 10 10 / 0.8);
}

.focus\:text-red-950\/85:focus {
  color: rgb(69 10 10 / 0.85);
}

.focus\:text-red-950\/90:focus {
  color: rgb(69 10 10 / 0.9);
}

.focus\:text-red-950\/95:focus {
  color: rgb(69 10 10 / 0.95);
}

.focus\:text-yellow-100:focus {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}

.focus\:text-yellow-100\/0:focus {
  color: rgb(254 249 195 / 0);
}

.focus\:text-yellow-100\/10:focus {
  color: rgb(254 249 195 / 0.1);
}

.focus\:text-yellow-100\/100:focus {
  color: rgb(254 249 195 / 1);
}

.focus\:text-yellow-100\/15:focus {
  color: rgb(254 249 195 / 0.15);
}

.focus\:text-yellow-100\/20:focus {
  color: rgb(254 249 195 / 0.2);
}

.focus\:text-yellow-100\/25:focus {
  color: rgb(254 249 195 / 0.25);
}

.focus\:text-yellow-100\/30:focus {
  color: rgb(254 249 195 / 0.3);
}

.focus\:text-yellow-100\/35:focus {
  color: rgb(254 249 195 / 0.35);
}

.focus\:text-yellow-100\/40:focus {
  color: rgb(254 249 195 / 0.4);
}

.focus\:text-yellow-100\/45:focus {
  color: rgb(254 249 195 / 0.45);
}

.focus\:text-yellow-100\/5:focus {
  color: rgb(254 249 195 / 0.05);
}

.focus\:text-yellow-100\/50:focus {
  color: rgb(254 249 195 / 0.5);
}

.focus\:text-yellow-100\/55:focus {
  color: rgb(254 249 195 / 0.55);
}

.focus\:text-yellow-100\/60:focus {
  color: rgb(254 249 195 / 0.6);
}

.focus\:text-yellow-100\/65:focus {
  color: rgb(254 249 195 / 0.65);
}

.focus\:text-yellow-100\/70:focus {
  color: rgb(254 249 195 / 0.7);
}

.focus\:text-yellow-100\/75:focus {
  color: rgb(254 249 195 / 0.75);
}

.focus\:text-yellow-100\/80:focus {
  color: rgb(254 249 195 / 0.8);
}

.focus\:text-yellow-100\/85:focus {
  color: rgb(254 249 195 / 0.85);
}

.focus\:text-yellow-100\/90:focus {
  color: rgb(254 249 195 / 0.9);
}

.focus\:text-yellow-100\/95:focus {
  color: rgb(254 249 195 / 0.95);
}

.focus\:text-yellow-200:focus {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.focus\:text-yellow-200\/0:focus {
  color: rgb(254 240 138 / 0);
}

.focus\:text-yellow-200\/10:focus {
  color: rgb(254 240 138 / 0.1);
}

.focus\:text-yellow-200\/100:focus {
  color: rgb(254 240 138 / 1);
}

.focus\:text-yellow-200\/15:focus {
  color: rgb(254 240 138 / 0.15);
}

.focus\:text-yellow-200\/20:focus {
  color: rgb(254 240 138 / 0.2);
}

.focus\:text-yellow-200\/25:focus {
  color: rgb(254 240 138 / 0.25);
}

.focus\:text-yellow-200\/30:focus {
  color: rgb(254 240 138 / 0.3);
}

.focus\:text-yellow-200\/35:focus {
  color: rgb(254 240 138 / 0.35);
}

.focus\:text-yellow-200\/40:focus {
  color: rgb(254 240 138 / 0.4);
}

.focus\:text-yellow-200\/45:focus {
  color: rgb(254 240 138 / 0.45);
}

.focus\:text-yellow-200\/5:focus {
  color: rgb(254 240 138 / 0.05);
}

.focus\:text-yellow-200\/50:focus {
  color: rgb(254 240 138 / 0.5);
}

.focus\:text-yellow-200\/55:focus {
  color: rgb(254 240 138 / 0.55);
}

.focus\:text-yellow-200\/60:focus {
  color: rgb(254 240 138 / 0.6);
}

.focus\:text-yellow-200\/65:focus {
  color: rgb(254 240 138 / 0.65);
}

.focus\:text-yellow-200\/70:focus {
  color: rgb(254 240 138 / 0.7);
}

.focus\:text-yellow-200\/75:focus {
  color: rgb(254 240 138 / 0.75);
}

.focus\:text-yellow-200\/80:focus {
  color: rgb(254 240 138 / 0.8);
}

.focus\:text-yellow-200\/85:focus {
  color: rgb(254 240 138 / 0.85);
}

.focus\:text-yellow-200\/90:focus {
  color: rgb(254 240 138 / 0.9);
}

.focus\:text-yellow-200\/95:focus {
  color: rgb(254 240 138 / 0.95);
}

.focus\:text-yellow-300:focus {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.focus\:text-yellow-300\/0:focus {
  color: rgb(253 224 71 / 0);
}

.focus\:text-yellow-300\/10:focus {
  color: rgb(253 224 71 / 0.1);
}

.focus\:text-yellow-300\/100:focus {
  color: rgb(253 224 71 / 1);
}

.focus\:text-yellow-300\/15:focus {
  color: rgb(253 224 71 / 0.15);
}

.focus\:text-yellow-300\/20:focus {
  color: rgb(253 224 71 / 0.2);
}

.focus\:text-yellow-300\/25:focus {
  color: rgb(253 224 71 / 0.25);
}

.focus\:text-yellow-300\/30:focus {
  color: rgb(253 224 71 / 0.3);
}

.focus\:text-yellow-300\/35:focus {
  color: rgb(253 224 71 / 0.35);
}

.focus\:text-yellow-300\/40:focus {
  color: rgb(253 224 71 / 0.4);
}

.focus\:text-yellow-300\/45:focus {
  color: rgb(253 224 71 / 0.45);
}

.focus\:text-yellow-300\/5:focus {
  color: rgb(253 224 71 / 0.05);
}

.focus\:text-yellow-300\/50:focus {
  color: rgb(253 224 71 / 0.5);
}

.focus\:text-yellow-300\/55:focus {
  color: rgb(253 224 71 / 0.55);
}

.focus\:text-yellow-300\/60:focus {
  color: rgb(253 224 71 / 0.6);
}

.focus\:text-yellow-300\/65:focus {
  color: rgb(253 224 71 / 0.65);
}

.focus\:text-yellow-300\/70:focus {
  color: rgb(253 224 71 / 0.7);
}

.focus\:text-yellow-300\/75:focus {
  color: rgb(253 224 71 / 0.75);
}

.focus\:text-yellow-300\/80:focus {
  color: rgb(253 224 71 / 0.8);
}

.focus\:text-yellow-300\/85:focus {
  color: rgb(253 224 71 / 0.85);
}

.focus\:text-yellow-300\/90:focus {
  color: rgb(253 224 71 / 0.9);
}

.focus\:text-yellow-300\/95:focus {
  color: rgb(253 224 71 / 0.95);
}

.focus\:text-yellow-400:focus {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.focus\:text-yellow-400\/0:focus {
  color: rgb(250 204 21 / 0);
}

.focus\:text-yellow-400\/10:focus {
  color: rgb(250 204 21 / 0.1);
}

.focus\:text-yellow-400\/100:focus {
  color: rgb(250 204 21 / 1);
}

.focus\:text-yellow-400\/15:focus {
  color: rgb(250 204 21 / 0.15);
}

.focus\:text-yellow-400\/20:focus {
  color: rgb(250 204 21 / 0.2);
}

.focus\:text-yellow-400\/25:focus {
  color: rgb(250 204 21 / 0.25);
}

.focus\:text-yellow-400\/30:focus {
  color: rgb(250 204 21 / 0.3);
}

.focus\:text-yellow-400\/35:focus {
  color: rgb(250 204 21 / 0.35);
}

.focus\:text-yellow-400\/40:focus {
  color: rgb(250 204 21 / 0.4);
}

.focus\:text-yellow-400\/45:focus {
  color: rgb(250 204 21 / 0.45);
}

.focus\:text-yellow-400\/5:focus {
  color: rgb(250 204 21 / 0.05);
}

.focus\:text-yellow-400\/50:focus {
  color: rgb(250 204 21 / 0.5);
}

.focus\:text-yellow-400\/55:focus {
  color: rgb(250 204 21 / 0.55);
}

.focus\:text-yellow-400\/60:focus {
  color: rgb(250 204 21 / 0.6);
}

.focus\:text-yellow-400\/65:focus {
  color: rgb(250 204 21 / 0.65);
}

.focus\:text-yellow-400\/70:focus {
  color: rgb(250 204 21 / 0.7);
}

.focus\:text-yellow-400\/75:focus {
  color: rgb(250 204 21 / 0.75);
}

.focus\:text-yellow-400\/80:focus {
  color: rgb(250 204 21 / 0.8);
}

.focus\:text-yellow-400\/85:focus {
  color: rgb(250 204 21 / 0.85);
}

.focus\:text-yellow-400\/90:focus {
  color: rgb(250 204 21 / 0.9);
}

.focus\:text-yellow-400\/95:focus {
  color: rgb(250 204 21 / 0.95);
}

.focus\:text-yellow-50:focus {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}

.focus\:text-yellow-50\/0:focus {
  color: rgb(254 252 232 / 0);
}

.focus\:text-yellow-50\/10:focus {
  color: rgb(254 252 232 / 0.1);
}

.focus\:text-yellow-50\/100:focus {
  color: rgb(254 252 232 / 1);
}

.focus\:text-yellow-50\/15:focus {
  color: rgb(254 252 232 / 0.15);
}

.focus\:text-yellow-50\/20:focus {
  color: rgb(254 252 232 / 0.2);
}

.focus\:text-yellow-50\/25:focus {
  color: rgb(254 252 232 / 0.25);
}

.focus\:text-yellow-50\/30:focus {
  color: rgb(254 252 232 / 0.3);
}

.focus\:text-yellow-50\/35:focus {
  color: rgb(254 252 232 / 0.35);
}

.focus\:text-yellow-50\/40:focus {
  color: rgb(254 252 232 / 0.4);
}

.focus\:text-yellow-50\/45:focus {
  color: rgb(254 252 232 / 0.45);
}

.focus\:text-yellow-50\/5:focus {
  color: rgb(254 252 232 / 0.05);
}

.focus\:text-yellow-50\/50:focus {
  color: rgb(254 252 232 / 0.5);
}

.focus\:text-yellow-50\/55:focus {
  color: rgb(254 252 232 / 0.55);
}

.focus\:text-yellow-50\/60:focus {
  color: rgb(254 252 232 / 0.6);
}

.focus\:text-yellow-50\/65:focus {
  color: rgb(254 252 232 / 0.65);
}

.focus\:text-yellow-50\/70:focus {
  color: rgb(254 252 232 / 0.7);
}

.focus\:text-yellow-50\/75:focus {
  color: rgb(254 252 232 / 0.75);
}

.focus\:text-yellow-50\/80:focus {
  color: rgb(254 252 232 / 0.8);
}

.focus\:text-yellow-50\/85:focus {
  color: rgb(254 252 232 / 0.85);
}

.focus\:text-yellow-50\/90:focus {
  color: rgb(254 252 232 / 0.9);
}

.focus\:text-yellow-50\/95:focus {
  color: rgb(254 252 232 / 0.95);
}

.focus\:text-yellow-500:focus {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.focus\:text-yellow-500\/0:focus {
  color: rgb(234 179 8 / 0);
}

.focus\:text-yellow-500\/10:focus {
  color: rgb(234 179 8 / 0.1);
}

.focus\:text-yellow-500\/100:focus {
  color: rgb(234 179 8 / 1);
}

.focus\:text-yellow-500\/15:focus {
  color: rgb(234 179 8 / 0.15);
}

.focus\:text-yellow-500\/20:focus {
  color: rgb(234 179 8 / 0.2);
}

.focus\:text-yellow-500\/25:focus {
  color: rgb(234 179 8 / 0.25);
}

.focus\:text-yellow-500\/30:focus {
  color: rgb(234 179 8 / 0.3);
}

.focus\:text-yellow-500\/35:focus {
  color: rgb(234 179 8 / 0.35);
}

.focus\:text-yellow-500\/40:focus {
  color: rgb(234 179 8 / 0.4);
}

.focus\:text-yellow-500\/45:focus {
  color: rgb(234 179 8 / 0.45);
}

.focus\:text-yellow-500\/5:focus {
  color: rgb(234 179 8 / 0.05);
}

.focus\:text-yellow-500\/50:focus {
  color: rgb(234 179 8 / 0.5);
}

.focus\:text-yellow-500\/55:focus {
  color: rgb(234 179 8 / 0.55);
}

.focus\:text-yellow-500\/60:focus {
  color: rgb(234 179 8 / 0.6);
}

.focus\:text-yellow-500\/65:focus {
  color: rgb(234 179 8 / 0.65);
}

.focus\:text-yellow-500\/70:focus {
  color: rgb(234 179 8 / 0.7);
}

.focus\:text-yellow-500\/75:focus {
  color: rgb(234 179 8 / 0.75);
}

.focus\:text-yellow-500\/80:focus {
  color: rgb(234 179 8 / 0.8);
}

.focus\:text-yellow-500\/85:focus {
  color: rgb(234 179 8 / 0.85);
}

.focus\:text-yellow-500\/90:focus {
  color: rgb(234 179 8 / 0.9);
}

.focus\:text-yellow-500\/95:focus {
  color: rgb(234 179 8 / 0.95);
}

.focus\:text-yellow-600:focus {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.focus\:text-yellow-600\/0:focus {
  color: rgb(202 138 4 / 0);
}

.focus\:text-yellow-600\/10:focus {
  color: rgb(202 138 4 / 0.1);
}

.focus\:text-yellow-600\/100:focus {
  color: rgb(202 138 4 / 1);
}

.focus\:text-yellow-600\/15:focus {
  color: rgb(202 138 4 / 0.15);
}

.focus\:text-yellow-600\/20:focus {
  color: rgb(202 138 4 / 0.2);
}

.focus\:text-yellow-600\/25:focus {
  color: rgb(202 138 4 / 0.25);
}

.focus\:text-yellow-600\/30:focus {
  color: rgb(202 138 4 / 0.3);
}

.focus\:text-yellow-600\/35:focus {
  color: rgb(202 138 4 / 0.35);
}

.focus\:text-yellow-600\/40:focus {
  color: rgb(202 138 4 / 0.4);
}

.focus\:text-yellow-600\/45:focus {
  color: rgb(202 138 4 / 0.45);
}

.focus\:text-yellow-600\/5:focus {
  color: rgb(202 138 4 / 0.05);
}

.focus\:text-yellow-600\/50:focus {
  color: rgb(202 138 4 / 0.5);
}

.focus\:text-yellow-600\/55:focus {
  color: rgb(202 138 4 / 0.55);
}

.focus\:text-yellow-600\/60:focus {
  color: rgb(202 138 4 / 0.6);
}

.focus\:text-yellow-600\/65:focus {
  color: rgb(202 138 4 / 0.65);
}

.focus\:text-yellow-600\/70:focus {
  color: rgb(202 138 4 / 0.7);
}

.focus\:text-yellow-600\/75:focus {
  color: rgb(202 138 4 / 0.75);
}

.focus\:text-yellow-600\/80:focus {
  color: rgb(202 138 4 / 0.8);
}

.focus\:text-yellow-600\/85:focus {
  color: rgb(202 138 4 / 0.85);
}

.focus\:text-yellow-600\/90:focus {
  color: rgb(202 138 4 / 0.9);
}

.focus\:text-yellow-600\/95:focus {
  color: rgb(202 138 4 / 0.95);
}

.focus\:text-yellow-700:focus {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.focus\:text-yellow-700\/0:focus {
  color: rgb(161 98 7 / 0);
}

.focus\:text-yellow-700\/10:focus {
  color: rgb(161 98 7 / 0.1);
}

.focus\:text-yellow-700\/100:focus {
  color: rgb(161 98 7 / 1);
}

.focus\:text-yellow-700\/15:focus {
  color: rgb(161 98 7 / 0.15);
}

.focus\:text-yellow-700\/20:focus {
  color: rgb(161 98 7 / 0.2);
}

.focus\:text-yellow-700\/25:focus {
  color: rgb(161 98 7 / 0.25);
}

.focus\:text-yellow-700\/30:focus {
  color: rgb(161 98 7 / 0.3);
}

.focus\:text-yellow-700\/35:focus {
  color: rgb(161 98 7 / 0.35);
}

.focus\:text-yellow-700\/40:focus {
  color: rgb(161 98 7 / 0.4);
}

.focus\:text-yellow-700\/45:focus {
  color: rgb(161 98 7 / 0.45);
}

.focus\:text-yellow-700\/5:focus {
  color: rgb(161 98 7 / 0.05);
}

.focus\:text-yellow-700\/50:focus {
  color: rgb(161 98 7 / 0.5);
}

.focus\:text-yellow-700\/55:focus {
  color: rgb(161 98 7 / 0.55);
}

.focus\:text-yellow-700\/60:focus {
  color: rgb(161 98 7 / 0.6);
}

.focus\:text-yellow-700\/65:focus {
  color: rgb(161 98 7 / 0.65);
}

.focus\:text-yellow-700\/70:focus {
  color: rgb(161 98 7 / 0.7);
}

.focus\:text-yellow-700\/75:focus {
  color: rgb(161 98 7 / 0.75);
}

.focus\:text-yellow-700\/80:focus {
  color: rgb(161 98 7 / 0.8);
}

.focus\:text-yellow-700\/85:focus {
  color: rgb(161 98 7 / 0.85);
}

.focus\:text-yellow-700\/90:focus {
  color: rgb(161 98 7 / 0.9);
}

.focus\:text-yellow-700\/95:focus {
  color: rgb(161 98 7 / 0.95);
}

.focus\:text-yellow-800:focus {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.focus\:text-yellow-800\/0:focus {
  color: rgb(133 77 14 / 0);
}

.focus\:text-yellow-800\/10:focus {
  color: rgb(133 77 14 / 0.1);
}

.focus\:text-yellow-800\/100:focus {
  color: rgb(133 77 14 / 1);
}

.focus\:text-yellow-800\/15:focus {
  color: rgb(133 77 14 / 0.15);
}

.focus\:text-yellow-800\/20:focus {
  color: rgb(133 77 14 / 0.2);
}

.focus\:text-yellow-800\/25:focus {
  color: rgb(133 77 14 / 0.25);
}

.focus\:text-yellow-800\/30:focus {
  color: rgb(133 77 14 / 0.3);
}

.focus\:text-yellow-800\/35:focus {
  color: rgb(133 77 14 / 0.35);
}

.focus\:text-yellow-800\/40:focus {
  color: rgb(133 77 14 / 0.4);
}

.focus\:text-yellow-800\/45:focus {
  color: rgb(133 77 14 / 0.45);
}

.focus\:text-yellow-800\/5:focus {
  color: rgb(133 77 14 / 0.05);
}

.focus\:text-yellow-800\/50:focus {
  color: rgb(133 77 14 / 0.5);
}

.focus\:text-yellow-800\/55:focus {
  color: rgb(133 77 14 / 0.55);
}

.focus\:text-yellow-800\/60:focus {
  color: rgb(133 77 14 / 0.6);
}

.focus\:text-yellow-800\/65:focus {
  color: rgb(133 77 14 / 0.65);
}

.focus\:text-yellow-800\/70:focus {
  color: rgb(133 77 14 / 0.7);
}

.focus\:text-yellow-800\/75:focus {
  color: rgb(133 77 14 / 0.75);
}

.focus\:text-yellow-800\/80:focus {
  color: rgb(133 77 14 / 0.8);
}

.focus\:text-yellow-800\/85:focus {
  color: rgb(133 77 14 / 0.85);
}

.focus\:text-yellow-800\/90:focus {
  color: rgb(133 77 14 / 0.9);
}

.focus\:text-yellow-800\/95:focus {
  color: rgb(133 77 14 / 0.95);
}

.focus\:text-yellow-900:focus {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

.focus\:text-yellow-900\/0:focus {
  color: rgb(113 63 18 / 0);
}

.focus\:text-yellow-900\/10:focus {
  color: rgb(113 63 18 / 0.1);
}

.focus\:text-yellow-900\/100:focus {
  color: rgb(113 63 18 / 1);
}

.focus\:text-yellow-900\/15:focus {
  color: rgb(113 63 18 / 0.15);
}

.focus\:text-yellow-900\/20:focus {
  color: rgb(113 63 18 / 0.2);
}

.focus\:text-yellow-900\/25:focus {
  color: rgb(113 63 18 / 0.25);
}

.focus\:text-yellow-900\/30:focus {
  color: rgb(113 63 18 / 0.3);
}

.focus\:text-yellow-900\/35:focus {
  color: rgb(113 63 18 / 0.35);
}

.focus\:text-yellow-900\/40:focus {
  color: rgb(113 63 18 / 0.4);
}

.focus\:text-yellow-900\/45:focus {
  color: rgb(113 63 18 / 0.45);
}

.focus\:text-yellow-900\/5:focus {
  color: rgb(113 63 18 / 0.05);
}

.focus\:text-yellow-900\/50:focus {
  color: rgb(113 63 18 / 0.5);
}

.focus\:text-yellow-900\/55:focus {
  color: rgb(113 63 18 / 0.55);
}

.focus\:text-yellow-900\/60:focus {
  color: rgb(113 63 18 / 0.6);
}

.focus\:text-yellow-900\/65:focus {
  color: rgb(113 63 18 / 0.65);
}

.focus\:text-yellow-900\/70:focus {
  color: rgb(113 63 18 / 0.7);
}

.focus\:text-yellow-900\/75:focus {
  color: rgb(113 63 18 / 0.75);
}

.focus\:text-yellow-900\/80:focus {
  color: rgb(113 63 18 / 0.8);
}

.focus\:text-yellow-900\/85:focus {
  color: rgb(113 63 18 / 0.85);
}

.focus\:text-yellow-900\/90:focus {
  color: rgb(113 63 18 / 0.9);
}

.focus\:text-yellow-900\/95:focus {
  color: rgb(113 63 18 / 0.95);
}

.focus\:text-yellow-950:focus {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}

.focus\:text-yellow-950\/0:focus {
  color: rgb(66 32 6 / 0);
}

.focus\:text-yellow-950\/10:focus {
  color: rgb(66 32 6 / 0.1);
}

.focus\:text-yellow-950\/100:focus {
  color: rgb(66 32 6 / 1);
}

.focus\:text-yellow-950\/15:focus {
  color: rgb(66 32 6 / 0.15);
}

.focus\:text-yellow-950\/20:focus {
  color: rgb(66 32 6 / 0.2);
}

.focus\:text-yellow-950\/25:focus {
  color: rgb(66 32 6 / 0.25);
}

.focus\:text-yellow-950\/30:focus {
  color: rgb(66 32 6 / 0.3);
}

.focus\:text-yellow-950\/35:focus {
  color: rgb(66 32 6 / 0.35);
}

.focus\:text-yellow-950\/40:focus {
  color: rgb(66 32 6 / 0.4);
}

.focus\:text-yellow-950\/45:focus {
  color: rgb(66 32 6 / 0.45);
}

.focus\:text-yellow-950\/5:focus {
  color: rgb(66 32 6 / 0.05);
}

.focus\:text-yellow-950\/50:focus {
  color: rgb(66 32 6 / 0.5);
}

.focus\:text-yellow-950\/55:focus {
  color: rgb(66 32 6 / 0.55);
}

.focus\:text-yellow-950\/60:focus {
  color: rgb(66 32 6 / 0.6);
}

.focus\:text-yellow-950\/65:focus {
  color: rgb(66 32 6 / 0.65);
}

.focus\:text-yellow-950\/70:focus {
  color: rgb(66 32 6 / 0.7);
}

.focus\:text-yellow-950\/75:focus {
  color: rgb(66 32 6 / 0.75);
}

.focus\:text-yellow-950\/80:focus {
  color: rgb(66 32 6 / 0.8);
}

.focus\:text-yellow-950\/85:focus {
  color: rgb(66 32 6 / 0.85);
}

.focus\:text-yellow-950\/90:focus {
  color: rgb(66 32 6 / 0.9);
}

.focus\:text-yellow-950\/95:focus {
  color: rgb(66 32 6 / 0.95);
}

.active\:border-blue-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.active\:border-blue-100\/0:active {
  border-color: rgb(219 234 254 / 0);
}

.active\:border-blue-100\/10:active {
  border-color: rgb(219 234 254 / 0.1);
}

.active\:border-blue-100\/100:active {
  border-color: rgb(219 234 254 / 1);
}

.active\:border-blue-100\/15:active {
  border-color: rgb(219 234 254 / 0.15);
}

.active\:border-blue-100\/20:active {
  border-color: rgb(219 234 254 / 0.2);
}

.active\:border-blue-100\/25:active {
  border-color: rgb(219 234 254 / 0.25);
}

.active\:border-blue-100\/30:active {
  border-color: rgb(219 234 254 / 0.3);
}

.active\:border-blue-100\/35:active {
  border-color: rgb(219 234 254 / 0.35);
}

.active\:border-blue-100\/40:active {
  border-color: rgb(219 234 254 / 0.4);
}

.active\:border-blue-100\/45:active {
  border-color: rgb(219 234 254 / 0.45);
}

.active\:border-blue-100\/5:active {
  border-color: rgb(219 234 254 / 0.05);
}

.active\:border-blue-100\/50:active {
  border-color: rgb(219 234 254 / 0.5);
}

.active\:border-blue-100\/55:active {
  border-color: rgb(219 234 254 / 0.55);
}

.active\:border-blue-100\/60:active {
  border-color: rgb(219 234 254 / 0.6);
}

.active\:border-blue-100\/65:active {
  border-color: rgb(219 234 254 / 0.65);
}

.active\:border-blue-100\/70:active {
  border-color: rgb(219 234 254 / 0.7);
}

.active\:border-blue-100\/75:active {
  border-color: rgb(219 234 254 / 0.75);
}

.active\:border-blue-100\/80:active {
  border-color: rgb(219 234 254 / 0.8);
}

.active\:border-blue-100\/85:active {
  border-color: rgb(219 234 254 / 0.85);
}

.active\:border-blue-100\/90:active {
  border-color: rgb(219 234 254 / 0.9);
}

.active\:border-blue-100\/95:active {
  border-color: rgb(219 234 254 / 0.95);
}

.active\:border-blue-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.active\:border-blue-200\/0:active {
  border-color: rgb(191 219 254 / 0);
}

.active\:border-blue-200\/10:active {
  border-color: rgb(191 219 254 / 0.1);
}

.active\:border-blue-200\/100:active {
  border-color: rgb(191 219 254 / 1);
}

.active\:border-blue-200\/15:active {
  border-color: rgb(191 219 254 / 0.15);
}

.active\:border-blue-200\/20:active {
  border-color: rgb(191 219 254 / 0.2);
}

.active\:border-blue-200\/25:active {
  border-color: rgb(191 219 254 / 0.25);
}

.active\:border-blue-200\/30:active {
  border-color: rgb(191 219 254 / 0.3);
}

.active\:border-blue-200\/35:active {
  border-color: rgb(191 219 254 / 0.35);
}

.active\:border-blue-200\/40:active {
  border-color: rgb(191 219 254 / 0.4);
}

.active\:border-blue-200\/45:active {
  border-color: rgb(191 219 254 / 0.45);
}

.active\:border-blue-200\/5:active {
  border-color: rgb(191 219 254 / 0.05);
}

.active\:border-blue-200\/50:active {
  border-color: rgb(191 219 254 / 0.5);
}

.active\:border-blue-200\/55:active {
  border-color: rgb(191 219 254 / 0.55);
}

.active\:border-blue-200\/60:active {
  border-color: rgb(191 219 254 / 0.6);
}

.active\:border-blue-200\/65:active {
  border-color: rgb(191 219 254 / 0.65);
}

.active\:border-blue-200\/70:active {
  border-color: rgb(191 219 254 / 0.7);
}

.active\:border-blue-200\/75:active {
  border-color: rgb(191 219 254 / 0.75);
}

.active\:border-blue-200\/80:active {
  border-color: rgb(191 219 254 / 0.8);
}

.active\:border-blue-200\/85:active {
  border-color: rgb(191 219 254 / 0.85);
}

.active\:border-blue-200\/90:active {
  border-color: rgb(191 219 254 / 0.9);
}

.active\:border-blue-200\/95:active {
  border-color: rgb(191 219 254 / 0.95);
}

.active\:border-blue-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.active\:border-blue-300\/0:active {
  border-color: rgb(147 197 253 / 0);
}

.active\:border-blue-300\/10:active {
  border-color: rgb(147 197 253 / 0.1);
}

.active\:border-blue-300\/100:active {
  border-color: rgb(147 197 253 / 1);
}

.active\:border-blue-300\/15:active {
  border-color: rgb(147 197 253 / 0.15);
}

.active\:border-blue-300\/20:active {
  border-color: rgb(147 197 253 / 0.2);
}

.active\:border-blue-300\/25:active {
  border-color: rgb(147 197 253 / 0.25);
}

.active\:border-blue-300\/30:active {
  border-color: rgb(147 197 253 / 0.3);
}

.active\:border-blue-300\/35:active {
  border-color: rgb(147 197 253 / 0.35);
}

.active\:border-blue-300\/40:active {
  border-color: rgb(147 197 253 / 0.4);
}

.active\:border-blue-300\/45:active {
  border-color: rgb(147 197 253 / 0.45);
}

.active\:border-blue-300\/5:active {
  border-color: rgb(147 197 253 / 0.05);
}

.active\:border-blue-300\/50:active {
  border-color: rgb(147 197 253 / 0.5);
}

.active\:border-blue-300\/55:active {
  border-color: rgb(147 197 253 / 0.55);
}

.active\:border-blue-300\/60:active {
  border-color: rgb(147 197 253 / 0.6);
}

.active\:border-blue-300\/65:active {
  border-color: rgb(147 197 253 / 0.65);
}

.active\:border-blue-300\/70:active {
  border-color: rgb(147 197 253 / 0.7);
}

.active\:border-blue-300\/75:active {
  border-color: rgb(147 197 253 / 0.75);
}

.active\:border-blue-300\/80:active {
  border-color: rgb(147 197 253 / 0.8);
}

.active\:border-blue-300\/85:active {
  border-color: rgb(147 197 253 / 0.85);
}

.active\:border-blue-300\/90:active {
  border-color: rgb(147 197 253 / 0.9);
}

.active\:border-blue-300\/95:active {
  border-color: rgb(147 197 253 / 0.95);
}

.active\:border-blue-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.active\:border-blue-400\/0:active {
  border-color: rgb(96 165 250 / 0);
}

.active\:border-blue-400\/10:active {
  border-color: rgb(96 165 250 / 0.1);
}

.active\:border-blue-400\/100:active {
  border-color: rgb(96 165 250 / 1);
}

.active\:border-blue-400\/15:active {
  border-color: rgb(96 165 250 / 0.15);
}

.active\:border-blue-400\/20:active {
  border-color: rgb(96 165 250 / 0.2);
}

.active\:border-blue-400\/25:active {
  border-color: rgb(96 165 250 / 0.25);
}

.active\:border-blue-400\/30:active {
  border-color: rgb(96 165 250 / 0.3);
}

.active\:border-blue-400\/35:active {
  border-color: rgb(96 165 250 / 0.35);
}

.active\:border-blue-400\/40:active {
  border-color: rgb(96 165 250 / 0.4);
}

.active\:border-blue-400\/45:active {
  border-color: rgb(96 165 250 / 0.45);
}

.active\:border-blue-400\/5:active {
  border-color: rgb(96 165 250 / 0.05);
}

.active\:border-blue-400\/50:active {
  border-color: rgb(96 165 250 / 0.5);
}

.active\:border-blue-400\/55:active {
  border-color: rgb(96 165 250 / 0.55);
}

.active\:border-blue-400\/60:active {
  border-color: rgb(96 165 250 / 0.6);
}

.active\:border-blue-400\/65:active {
  border-color: rgb(96 165 250 / 0.65);
}

.active\:border-blue-400\/70:active {
  border-color: rgb(96 165 250 / 0.7);
}

.active\:border-blue-400\/75:active {
  border-color: rgb(96 165 250 / 0.75);
}

.active\:border-blue-400\/80:active {
  border-color: rgb(96 165 250 / 0.8);
}

.active\:border-blue-400\/85:active {
  border-color: rgb(96 165 250 / 0.85);
}

.active\:border-blue-400\/90:active {
  border-color: rgb(96 165 250 / 0.9);
}

.active\:border-blue-400\/95:active {
  border-color: rgb(96 165 250 / 0.95);
}

.active\:border-blue-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}

.active\:border-blue-50\/0:active {
  border-color: rgb(239 246 255 / 0);
}

.active\:border-blue-50\/10:active {
  border-color: rgb(239 246 255 / 0.1);
}

.active\:border-blue-50\/100:active {
  border-color: rgb(239 246 255 / 1);
}

.active\:border-blue-50\/15:active {
  border-color: rgb(239 246 255 / 0.15);
}

.active\:border-blue-50\/20:active {
  border-color: rgb(239 246 255 / 0.2);
}

.active\:border-blue-50\/25:active {
  border-color: rgb(239 246 255 / 0.25);
}

.active\:border-blue-50\/30:active {
  border-color: rgb(239 246 255 / 0.3);
}

.active\:border-blue-50\/35:active {
  border-color: rgb(239 246 255 / 0.35);
}

.active\:border-blue-50\/40:active {
  border-color: rgb(239 246 255 / 0.4);
}

.active\:border-blue-50\/45:active {
  border-color: rgb(239 246 255 / 0.45);
}

.active\:border-blue-50\/5:active {
  border-color: rgb(239 246 255 / 0.05);
}

.active\:border-blue-50\/50:active {
  border-color: rgb(239 246 255 / 0.5);
}

.active\:border-blue-50\/55:active {
  border-color: rgb(239 246 255 / 0.55);
}

.active\:border-blue-50\/60:active {
  border-color: rgb(239 246 255 / 0.6);
}

.active\:border-blue-50\/65:active {
  border-color: rgb(239 246 255 / 0.65);
}

.active\:border-blue-50\/70:active {
  border-color: rgb(239 246 255 / 0.7);
}

.active\:border-blue-50\/75:active {
  border-color: rgb(239 246 255 / 0.75);
}

.active\:border-blue-50\/80:active {
  border-color: rgb(239 246 255 / 0.8);
}

.active\:border-blue-50\/85:active {
  border-color: rgb(239 246 255 / 0.85);
}

.active\:border-blue-50\/90:active {
  border-color: rgb(239 246 255 / 0.9);
}

.active\:border-blue-50\/95:active {
  border-color: rgb(239 246 255 / 0.95);
}

.active\:border-blue-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.active\:border-blue-500\/0:active {
  border-color: rgb(59 130 246 / 0);
}

.active\:border-blue-500\/10:active {
  border-color: rgb(59 130 246 / 0.1);
}

.active\:border-blue-500\/100:active {
  border-color: rgb(59 130 246 / 1);
}

.active\:border-blue-500\/15:active {
  border-color: rgb(59 130 246 / 0.15);
}

.active\:border-blue-500\/20:active {
  border-color: rgb(59 130 246 / 0.2);
}

.active\:border-blue-500\/25:active {
  border-color: rgb(59 130 246 / 0.25);
}

.active\:border-blue-500\/30:active {
  border-color: rgb(59 130 246 / 0.3);
}

.active\:border-blue-500\/35:active {
  border-color: rgb(59 130 246 / 0.35);
}

.active\:border-blue-500\/40:active {
  border-color: rgb(59 130 246 / 0.4);
}

.active\:border-blue-500\/45:active {
  border-color: rgb(59 130 246 / 0.45);
}

.active\:border-blue-500\/5:active {
  border-color: rgb(59 130 246 / 0.05);
}

.active\:border-blue-500\/50:active {
  border-color: rgb(59 130 246 / 0.5);
}

.active\:border-blue-500\/55:active {
  border-color: rgb(59 130 246 / 0.55);
}

.active\:border-blue-500\/60:active {
  border-color: rgb(59 130 246 / 0.6);
}

.active\:border-blue-500\/65:active {
  border-color: rgb(59 130 246 / 0.65);
}

.active\:border-blue-500\/70:active {
  border-color: rgb(59 130 246 / 0.7);
}

.active\:border-blue-500\/75:active {
  border-color: rgb(59 130 246 / 0.75);
}

.active\:border-blue-500\/80:active {
  border-color: rgb(59 130 246 / 0.8);
}

.active\:border-blue-500\/85:active {
  border-color: rgb(59 130 246 / 0.85);
}

.active\:border-blue-500\/90:active {
  border-color: rgb(59 130 246 / 0.9);
}

.active\:border-blue-500\/95:active {
  border-color: rgb(59 130 246 / 0.95);
}

.active\:border-blue-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.active\:border-blue-600\/0:active {
  border-color: rgb(37 99 235 / 0);
}

.active\:border-blue-600\/10:active {
  border-color: rgb(37 99 235 / 0.1);
}

.active\:border-blue-600\/100:active {
  border-color: rgb(37 99 235 / 1);
}

.active\:border-blue-600\/15:active {
  border-color: rgb(37 99 235 / 0.15);
}

.active\:border-blue-600\/20:active {
  border-color: rgb(37 99 235 / 0.2);
}

.active\:border-blue-600\/25:active {
  border-color: rgb(37 99 235 / 0.25);
}

.active\:border-blue-600\/30:active {
  border-color: rgb(37 99 235 / 0.3);
}

.active\:border-blue-600\/35:active {
  border-color: rgb(37 99 235 / 0.35);
}

.active\:border-blue-600\/40:active {
  border-color: rgb(37 99 235 / 0.4);
}

.active\:border-blue-600\/45:active {
  border-color: rgb(37 99 235 / 0.45);
}

.active\:border-blue-600\/5:active {
  border-color: rgb(37 99 235 / 0.05);
}

.active\:border-blue-600\/50:active {
  border-color: rgb(37 99 235 / 0.5);
}

.active\:border-blue-600\/55:active {
  border-color: rgb(37 99 235 / 0.55);
}

.active\:border-blue-600\/60:active {
  border-color: rgb(37 99 235 / 0.6);
}

.active\:border-blue-600\/65:active {
  border-color: rgb(37 99 235 / 0.65);
}

.active\:border-blue-600\/70:active {
  border-color: rgb(37 99 235 / 0.7);
}

.active\:border-blue-600\/75:active {
  border-color: rgb(37 99 235 / 0.75);
}

.active\:border-blue-600\/80:active {
  border-color: rgb(37 99 235 / 0.8);
}

.active\:border-blue-600\/85:active {
  border-color: rgb(37 99 235 / 0.85);
}

.active\:border-blue-600\/90:active {
  border-color: rgb(37 99 235 / 0.9);
}

.active\:border-blue-600\/95:active {
  border-color: rgb(37 99 235 / 0.95);
}

.active\:border-blue-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.active\:border-blue-700\/0:active {
  border-color: rgb(29 78 216 / 0);
}

.active\:border-blue-700\/10:active {
  border-color: rgb(29 78 216 / 0.1);
}

.active\:border-blue-700\/100:active {
  border-color: rgb(29 78 216 / 1);
}

.active\:border-blue-700\/15:active {
  border-color: rgb(29 78 216 / 0.15);
}

.active\:border-blue-700\/20:active {
  border-color: rgb(29 78 216 / 0.2);
}

.active\:border-blue-700\/25:active {
  border-color: rgb(29 78 216 / 0.25);
}

.active\:border-blue-700\/30:active {
  border-color: rgb(29 78 216 / 0.3);
}

.active\:border-blue-700\/35:active {
  border-color: rgb(29 78 216 / 0.35);
}

.active\:border-blue-700\/40:active {
  border-color: rgb(29 78 216 / 0.4);
}

.active\:border-blue-700\/45:active {
  border-color: rgb(29 78 216 / 0.45);
}

.active\:border-blue-700\/5:active {
  border-color: rgb(29 78 216 / 0.05);
}

.active\:border-blue-700\/50:active {
  border-color: rgb(29 78 216 / 0.5);
}

.active\:border-blue-700\/55:active {
  border-color: rgb(29 78 216 / 0.55);
}

.active\:border-blue-700\/60:active {
  border-color: rgb(29 78 216 / 0.6);
}

.active\:border-blue-700\/65:active {
  border-color: rgb(29 78 216 / 0.65);
}

.active\:border-blue-700\/70:active {
  border-color: rgb(29 78 216 / 0.7);
}

.active\:border-blue-700\/75:active {
  border-color: rgb(29 78 216 / 0.75);
}

.active\:border-blue-700\/80:active {
  border-color: rgb(29 78 216 / 0.8);
}

.active\:border-blue-700\/85:active {
  border-color: rgb(29 78 216 / 0.85);
}

.active\:border-blue-700\/90:active {
  border-color: rgb(29 78 216 / 0.9);
}

.active\:border-blue-700\/95:active {
  border-color: rgb(29 78 216 / 0.95);
}

.active\:border-blue-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.active\:border-blue-800\/0:active {
  border-color: rgb(30 64 175 / 0);
}

.active\:border-blue-800\/10:active {
  border-color: rgb(30 64 175 / 0.1);
}

.active\:border-blue-800\/100:active {
  border-color: rgb(30 64 175 / 1);
}

.active\:border-blue-800\/15:active {
  border-color: rgb(30 64 175 / 0.15);
}

.active\:border-blue-800\/20:active {
  border-color: rgb(30 64 175 / 0.2);
}

.active\:border-blue-800\/25:active {
  border-color: rgb(30 64 175 / 0.25);
}

.active\:border-blue-800\/30:active {
  border-color: rgb(30 64 175 / 0.3);
}

.active\:border-blue-800\/35:active {
  border-color: rgb(30 64 175 / 0.35);
}

.active\:border-blue-800\/40:active {
  border-color: rgb(30 64 175 / 0.4);
}

.active\:border-blue-800\/45:active {
  border-color: rgb(30 64 175 / 0.45);
}

.active\:border-blue-800\/5:active {
  border-color: rgb(30 64 175 / 0.05);
}

.active\:border-blue-800\/50:active {
  border-color: rgb(30 64 175 / 0.5);
}

.active\:border-blue-800\/55:active {
  border-color: rgb(30 64 175 / 0.55);
}

.active\:border-blue-800\/60:active {
  border-color: rgb(30 64 175 / 0.6);
}

.active\:border-blue-800\/65:active {
  border-color: rgb(30 64 175 / 0.65);
}

.active\:border-blue-800\/70:active {
  border-color: rgb(30 64 175 / 0.7);
}

.active\:border-blue-800\/75:active {
  border-color: rgb(30 64 175 / 0.75);
}

.active\:border-blue-800\/80:active {
  border-color: rgb(30 64 175 / 0.8);
}

.active\:border-blue-800\/85:active {
  border-color: rgb(30 64 175 / 0.85);
}

.active\:border-blue-800\/90:active {
  border-color: rgb(30 64 175 / 0.9);
}

.active\:border-blue-800\/95:active {
  border-color: rgb(30 64 175 / 0.95);
}

.active\:border-blue-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}

.active\:border-blue-900\/0:active {
  border-color: rgb(30 58 138 / 0);
}

.active\:border-blue-900\/10:active {
  border-color: rgb(30 58 138 / 0.1);
}

.active\:border-blue-900\/100:active {
  border-color: rgb(30 58 138 / 1);
}

.active\:border-blue-900\/15:active {
  border-color: rgb(30 58 138 / 0.15);
}

.active\:border-blue-900\/20:active {
  border-color: rgb(30 58 138 / 0.2);
}

.active\:border-blue-900\/25:active {
  border-color: rgb(30 58 138 / 0.25);
}

.active\:border-blue-900\/30:active {
  border-color: rgb(30 58 138 / 0.3);
}

.active\:border-blue-900\/35:active {
  border-color: rgb(30 58 138 / 0.35);
}

.active\:border-blue-900\/40:active {
  border-color: rgb(30 58 138 / 0.4);
}

.active\:border-blue-900\/45:active {
  border-color: rgb(30 58 138 / 0.45);
}

.active\:border-blue-900\/5:active {
  border-color: rgb(30 58 138 / 0.05);
}

.active\:border-blue-900\/50:active {
  border-color: rgb(30 58 138 / 0.5);
}

.active\:border-blue-900\/55:active {
  border-color: rgb(30 58 138 / 0.55);
}

.active\:border-blue-900\/60:active {
  border-color: rgb(30 58 138 / 0.6);
}

.active\:border-blue-900\/65:active {
  border-color: rgb(30 58 138 / 0.65);
}

.active\:border-blue-900\/70:active {
  border-color: rgb(30 58 138 / 0.7);
}

.active\:border-blue-900\/75:active {
  border-color: rgb(30 58 138 / 0.75);
}

.active\:border-blue-900\/80:active {
  border-color: rgb(30 58 138 / 0.8);
}

.active\:border-blue-900\/85:active {
  border-color: rgb(30 58 138 / 0.85);
}

.active\:border-blue-900\/90:active {
  border-color: rgb(30 58 138 / 0.9);
}

.active\:border-blue-900\/95:active {
  border-color: rgb(30 58 138 / 0.95);
}

.active\:border-blue-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}

.active\:border-blue-950\/0:active {
  border-color: rgb(23 37 84 / 0);
}

.active\:border-blue-950\/10:active {
  border-color: rgb(23 37 84 / 0.1);
}

.active\:border-blue-950\/100:active {
  border-color: rgb(23 37 84 / 1);
}

.active\:border-blue-950\/15:active {
  border-color: rgb(23 37 84 / 0.15);
}

.active\:border-blue-950\/20:active {
  border-color: rgb(23 37 84 / 0.2);
}

.active\:border-blue-950\/25:active {
  border-color: rgb(23 37 84 / 0.25);
}

.active\:border-blue-950\/30:active {
  border-color: rgb(23 37 84 / 0.3);
}

.active\:border-blue-950\/35:active {
  border-color: rgb(23 37 84 / 0.35);
}

.active\:border-blue-950\/40:active {
  border-color: rgb(23 37 84 / 0.4);
}

.active\:border-blue-950\/45:active {
  border-color: rgb(23 37 84 / 0.45);
}

.active\:border-blue-950\/5:active {
  border-color: rgb(23 37 84 / 0.05);
}

.active\:border-blue-950\/50:active {
  border-color: rgb(23 37 84 / 0.5);
}

.active\:border-blue-950\/55:active {
  border-color: rgb(23 37 84 / 0.55);
}

.active\:border-blue-950\/60:active {
  border-color: rgb(23 37 84 / 0.6);
}

.active\:border-blue-950\/65:active {
  border-color: rgb(23 37 84 / 0.65);
}

.active\:border-blue-950\/70:active {
  border-color: rgb(23 37 84 / 0.7);
}

.active\:border-blue-950\/75:active {
  border-color: rgb(23 37 84 / 0.75);
}

.active\:border-blue-950\/80:active {
  border-color: rgb(23 37 84 / 0.8);
}

.active\:border-blue-950\/85:active {
  border-color: rgb(23 37 84 / 0.85);
}

.active\:border-blue-950\/90:active {
  border-color: rgb(23 37 84 / 0.9);
}

.active\:border-blue-950\/95:active {
  border-color: rgb(23 37 84 / 0.95);
}

.active\:border-gray-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.active\:border-gray-100\/0:active {
  border-color: rgb(243 244 246 / 0);
}

.active\:border-gray-100\/10:active {
  border-color: rgb(243 244 246 / 0.1);
}

.active\:border-gray-100\/100:active {
  border-color: rgb(243 244 246 / 1);
}

.active\:border-gray-100\/15:active {
  border-color: rgb(243 244 246 / 0.15);
}

.active\:border-gray-100\/20:active {
  border-color: rgb(243 244 246 / 0.2);
}

.active\:border-gray-100\/25:active {
  border-color: rgb(243 244 246 / 0.25);
}

.active\:border-gray-100\/30:active {
  border-color: rgb(243 244 246 / 0.3);
}

.active\:border-gray-100\/35:active {
  border-color: rgb(243 244 246 / 0.35);
}

.active\:border-gray-100\/40:active {
  border-color: rgb(243 244 246 / 0.4);
}

.active\:border-gray-100\/45:active {
  border-color: rgb(243 244 246 / 0.45);
}

.active\:border-gray-100\/5:active {
  border-color: rgb(243 244 246 / 0.05);
}

.active\:border-gray-100\/50:active {
  border-color: rgb(243 244 246 / 0.5);
}

.active\:border-gray-100\/55:active {
  border-color: rgb(243 244 246 / 0.55);
}

.active\:border-gray-100\/60:active {
  border-color: rgb(243 244 246 / 0.6);
}

.active\:border-gray-100\/65:active {
  border-color: rgb(243 244 246 / 0.65);
}

.active\:border-gray-100\/70:active {
  border-color: rgb(243 244 246 / 0.7);
}

.active\:border-gray-100\/75:active {
  border-color: rgb(243 244 246 / 0.75);
}

.active\:border-gray-100\/80:active {
  border-color: rgb(243 244 246 / 0.8);
}

.active\:border-gray-100\/85:active {
  border-color: rgb(243 244 246 / 0.85);
}

.active\:border-gray-100\/90:active {
  border-color: rgb(243 244 246 / 0.9);
}

.active\:border-gray-100\/95:active {
  border-color: rgb(243 244 246 / 0.95);
}

.active\:border-gray-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.active\:border-gray-200\/0:active {
  border-color: rgb(229 231 235 / 0);
}

.active\:border-gray-200\/10:active {
  border-color: rgb(229 231 235 / 0.1);
}

.active\:border-gray-200\/100:active {
  border-color: rgb(229 231 235 / 1);
}

.active\:border-gray-200\/15:active {
  border-color: rgb(229 231 235 / 0.15);
}

.active\:border-gray-200\/20:active {
  border-color: rgb(229 231 235 / 0.2);
}

.active\:border-gray-200\/25:active {
  border-color: rgb(229 231 235 / 0.25);
}

.active\:border-gray-200\/30:active {
  border-color: rgb(229 231 235 / 0.3);
}

.active\:border-gray-200\/35:active {
  border-color: rgb(229 231 235 / 0.35);
}

.active\:border-gray-200\/40:active {
  border-color: rgb(229 231 235 / 0.4);
}

.active\:border-gray-200\/45:active {
  border-color: rgb(229 231 235 / 0.45);
}

.active\:border-gray-200\/5:active {
  border-color: rgb(229 231 235 / 0.05);
}

.active\:border-gray-200\/50:active {
  border-color: rgb(229 231 235 / 0.5);
}

.active\:border-gray-200\/55:active {
  border-color: rgb(229 231 235 / 0.55);
}

.active\:border-gray-200\/60:active {
  border-color: rgb(229 231 235 / 0.6);
}

.active\:border-gray-200\/65:active {
  border-color: rgb(229 231 235 / 0.65);
}

.active\:border-gray-200\/70:active {
  border-color: rgb(229 231 235 / 0.7);
}

.active\:border-gray-200\/75:active {
  border-color: rgb(229 231 235 / 0.75);
}

.active\:border-gray-200\/80:active {
  border-color: rgb(229 231 235 / 0.8);
}

.active\:border-gray-200\/85:active {
  border-color: rgb(229 231 235 / 0.85);
}

.active\:border-gray-200\/90:active {
  border-color: rgb(229 231 235 / 0.9);
}

.active\:border-gray-200\/95:active {
  border-color: rgb(229 231 235 / 0.95);
}

.active\:border-gray-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.active\:border-gray-300\/0:active {
  border-color: rgb(209 213 219 / 0);
}

.active\:border-gray-300\/10:active {
  border-color: rgb(209 213 219 / 0.1);
}

.active\:border-gray-300\/100:active {
  border-color: rgb(209 213 219 / 1);
}

.active\:border-gray-300\/15:active {
  border-color: rgb(209 213 219 / 0.15);
}

.active\:border-gray-300\/20:active {
  border-color: rgb(209 213 219 / 0.2);
}

.active\:border-gray-300\/25:active {
  border-color: rgb(209 213 219 / 0.25);
}

.active\:border-gray-300\/30:active {
  border-color: rgb(209 213 219 / 0.3);
}

.active\:border-gray-300\/35:active {
  border-color: rgb(209 213 219 / 0.35);
}

.active\:border-gray-300\/40:active {
  border-color: rgb(209 213 219 / 0.4);
}

.active\:border-gray-300\/45:active {
  border-color: rgb(209 213 219 / 0.45);
}

.active\:border-gray-300\/5:active {
  border-color: rgb(209 213 219 / 0.05);
}

.active\:border-gray-300\/50:active {
  border-color: rgb(209 213 219 / 0.5);
}

.active\:border-gray-300\/55:active {
  border-color: rgb(209 213 219 / 0.55);
}

.active\:border-gray-300\/60:active {
  border-color: rgb(209 213 219 / 0.6);
}

.active\:border-gray-300\/65:active {
  border-color: rgb(209 213 219 / 0.65);
}

.active\:border-gray-300\/70:active {
  border-color: rgb(209 213 219 / 0.7);
}

.active\:border-gray-300\/75:active {
  border-color: rgb(209 213 219 / 0.75);
}

.active\:border-gray-300\/80:active {
  border-color: rgb(209 213 219 / 0.8);
}

.active\:border-gray-300\/85:active {
  border-color: rgb(209 213 219 / 0.85);
}

.active\:border-gray-300\/90:active {
  border-color: rgb(209 213 219 / 0.9);
}

.active\:border-gray-300\/95:active {
  border-color: rgb(209 213 219 / 0.95);
}

.active\:border-gray-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.active\:border-gray-400\/0:active {
  border-color: rgb(156 163 175 / 0);
}

.active\:border-gray-400\/10:active {
  border-color: rgb(156 163 175 / 0.1);
}

.active\:border-gray-400\/100:active {
  border-color: rgb(156 163 175 / 1);
}

.active\:border-gray-400\/15:active {
  border-color: rgb(156 163 175 / 0.15);
}

.active\:border-gray-400\/20:active {
  border-color: rgb(156 163 175 / 0.2);
}

.active\:border-gray-400\/25:active {
  border-color: rgb(156 163 175 / 0.25);
}

.active\:border-gray-400\/30:active {
  border-color: rgb(156 163 175 / 0.3);
}

.active\:border-gray-400\/35:active {
  border-color: rgb(156 163 175 / 0.35);
}

.active\:border-gray-400\/40:active {
  border-color: rgb(156 163 175 / 0.4);
}

.active\:border-gray-400\/45:active {
  border-color: rgb(156 163 175 / 0.45);
}

.active\:border-gray-400\/5:active {
  border-color: rgb(156 163 175 / 0.05);
}

.active\:border-gray-400\/50:active {
  border-color: rgb(156 163 175 / 0.5);
}

.active\:border-gray-400\/55:active {
  border-color: rgb(156 163 175 / 0.55);
}

.active\:border-gray-400\/60:active {
  border-color: rgb(156 163 175 / 0.6);
}

.active\:border-gray-400\/65:active {
  border-color: rgb(156 163 175 / 0.65);
}

.active\:border-gray-400\/70:active {
  border-color: rgb(156 163 175 / 0.7);
}

.active\:border-gray-400\/75:active {
  border-color: rgb(156 163 175 / 0.75);
}

.active\:border-gray-400\/80:active {
  border-color: rgb(156 163 175 / 0.8);
}

.active\:border-gray-400\/85:active {
  border-color: rgb(156 163 175 / 0.85);
}

.active\:border-gray-400\/90:active {
  border-color: rgb(156 163 175 / 0.9);
}

.active\:border-gray-400\/95:active {
  border-color: rgb(156 163 175 / 0.95);
}

.active\:border-gray-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

.active\:border-gray-50\/0:active {
  border-color: rgb(249 250 251 / 0);
}

.active\:border-gray-50\/10:active {
  border-color: rgb(249 250 251 / 0.1);
}

.active\:border-gray-50\/100:active {
  border-color: rgb(249 250 251 / 1);
}

.active\:border-gray-50\/15:active {
  border-color: rgb(249 250 251 / 0.15);
}

.active\:border-gray-50\/20:active {
  border-color: rgb(249 250 251 / 0.2);
}

.active\:border-gray-50\/25:active {
  border-color: rgb(249 250 251 / 0.25);
}

.active\:border-gray-50\/30:active {
  border-color: rgb(249 250 251 / 0.3);
}

.active\:border-gray-50\/35:active {
  border-color: rgb(249 250 251 / 0.35);
}

.active\:border-gray-50\/40:active {
  border-color: rgb(249 250 251 / 0.4);
}

.active\:border-gray-50\/45:active {
  border-color: rgb(249 250 251 / 0.45);
}

.active\:border-gray-50\/5:active {
  border-color: rgb(249 250 251 / 0.05);
}

.active\:border-gray-50\/50:active {
  border-color: rgb(249 250 251 / 0.5);
}

.active\:border-gray-50\/55:active {
  border-color: rgb(249 250 251 / 0.55);
}

.active\:border-gray-50\/60:active {
  border-color: rgb(249 250 251 / 0.6);
}

.active\:border-gray-50\/65:active {
  border-color: rgb(249 250 251 / 0.65);
}

.active\:border-gray-50\/70:active {
  border-color: rgb(249 250 251 / 0.7);
}

.active\:border-gray-50\/75:active {
  border-color: rgb(249 250 251 / 0.75);
}

.active\:border-gray-50\/80:active {
  border-color: rgb(249 250 251 / 0.8);
}

.active\:border-gray-50\/85:active {
  border-color: rgb(249 250 251 / 0.85);
}

.active\:border-gray-50\/90:active {
  border-color: rgb(249 250 251 / 0.9);
}

.active\:border-gray-50\/95:active {
  border-color: rgb(249 250 251 / 0.95);
}

.active\:border-gray-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.active\:border-gray-500\/0:active {
  border-color: rgb(107 114 128 / 0);
}

.active\:border-gray-500\/10:active {
  border-color: rgb(107 114 128 / 0.1);
}

.active\:border-gray-500\/100:active {
  border-color: rgb(107 114 128 / 1);
}

.active\:border-gray-500\/15:active {
  border-color: rgb(107 114 128 / 0.15);
}

.active\:border-gray-500\/20:active {
  border-color: rgb(107 114 128 / 0.2);
}

.active\:border-gray-500\/25:active {
  border-color: rgb(107 114 128 / 0.25);
}

.active\:border-gray-500\/30:active {
  border-color: rgb(107 114 128 / 0.3);
}

.active\:border-gray-500\/35:active {
  border-color: rgb(107 114 128 / 0.35);
}

.active\:border-gray-500\/40:active {
  border-color: rgb(107 114 128 / 0.4);
}

.active\:border-gray-500\/45:active {
  border-color: rgb(107 114 128 / 0.45);
}

.active\:border-gray-500\/5:active {
  border-color: rgb(107 114 128 / 0.05);
}

.active\:border-gray-500\/50:active {
  border-color: rgb(107 114 128 / 0.5);
}

.active\:border-gray-500\/55:active {
  border-color: rgb(107 114 128 / 0.55);
}

.active\:border-gray-500\/60:active {
  border-color: rgb(107 114 128 / 0.6);
}

.active\:border-gray-500\/65:active {
  border-color: rgb(107 114 128 / 0.65);
}

.active\:border-gray-500\/70:active {
  border-color: rgb(107 114 128 / 0.7);
}

.active\:border-gray-500\/75:active {
  border-color: rgb(107 114 128 / 0.75);
}

.active\:border-gray-500\/80:active {
  border-color: rgb(107 114 128 / 0.8);
}

.active\:border-gray-500\/85:active {
  border-color: rgb(107 114 128 / 0.85);
}

.active\:border-gray-500\/90:active {
  border-color: rgb(107 114 128 / 0.9);
}

.active\:border-gray-500\/95:active {
  border-color: rgb(107 114 128 / 0.95);
}

.active\:border-gray-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.active\:border-gray-600\/0:active {
  border-color: rgb(75 85 99 / 0);
}

.active\:border-gray-600\/10:active {
  border-color: rgb(75 85 99 / 0.1);
}

.active\:border-gray-600\/100:active {
  border-color: rgb(75 85 99 / 1);
}

.active\:border-gray-600\/15:active {
  border-color: rgb(75 85 99 / 0.15);
}

.active\:border-gray-600\/20:active {
  border-color: rgb(75 85 99 / 0.2);
}

.active\:border-gray-600\/25:active {
  border-color: rgb(75 85 99 / 0.25);
}

.active\:border-gray-600\/30:active {
  border-color: rgb(75 85 99 / 0.3);
}

.active\:border-gray-600\/35:active {
  border-color: rgb(75 85 99 / 0.35);
}

.active\:border-gray-600\/40:active {
  border-color: rgb(75 85 99 / 0.4);
}

.active\:border-gray-600\/45:active {
  border-color: rgb(75 85 99 / 0.45);
}

.active\:border-gray-600\/5:active {
  border-color: rgb(75 85 99 / 0.05);
}

.active\:border-gray-600\/50:active {
  border-color: rgb(75 85 99 / 0.5);
}

.active\:border-gray-600\/55:active {
  border-color: rgb(75 85 99 / 0.55);
}

.active\:border-gray-600\/60:active {
  border-color: rgb(75 85 99 / 0.6);
}

.active\:border-gray-600\/65:active {
  border-color: rgb(75 85 99 / 0.65);
}

.active\:border-gray-600\/70:active {
  border-color: rgb(75 85 99 / 0.7);
}

.active\:border-gray-600\/75:active {
  border-color: rgb(75 85 99 / 0.75);
}

.active\:border-gray-600\/80:active {
  border-color: rgb(75 85 99 / 0.8);
}

.active\:border-gray-600\/85:active {
  border-color: rgb(75 85 99 / 0.85);
}

.active\:border-gray-600\/90:active {
  border-color: rgb(75 85 99 / 0.9);
}

.active\:border-gray-600\/95:active {
  border-color: rgb(75 85 99 / 0.95);
}

.active\:border-gray-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.active\:border-gray-700\/0:active {
  border-color: rgb(55 65 81 / 0);
}

.active\:border-gray-700\/10:active {
  border-color: rgb(55 65 81 / 0.1);
}

.active\:border-gray-700\/100:active {
  border-color: rgb(55 65 81 / 1);
}

.active\:border-gray-700\/15:active {
  border-color: rgb(55 65 81 / 0.15);
}

.active\:border-gray-700\/20:active {
  border-color: rgb(55 65 81 / 0.2);
}

.active\:border-gray-700\/25:active {
  border-color: rgb(55 65 81 / 0.25);
}

.active\:border-gray-700\/30:active {
  border-color: rgb(55 65 81 / 0.3);
}

.active\:border-gray-700\/35:active {
  border-color: rgb(55 65 81 / 0.35);
}

.active\:border-gray-700\/40:active {
  border-color: rgb(55 65 81 / 0.4);
}

.active\:border-gray-700\/45:active {
  border-color: rgb(55 65 81 / 0.45);
}

.active\:border-gray-700\/5:active {
  border-color: rgb(55 65 81 / 0.05);
}

.active\:border-gray-700\/50:active {
  border-color: rgb(55 65 81 / 0.5);
}

.active\:border-gray-700\/55:active {
  border-color: rgb(55 65 81 / 0.55);
}

.active\:border-gray-700\/60:active {
  border-color: rgb(55 65 81 / 0.6);
}

.active\:border-gray-700\/65:active {
  border-color: rgb(55 65 81 / 0.65);
}

.active\:border-gray-700\/70:active {
  border-color: rgb(55 65 81 / 0.7);
}

.active\:border-gray-700\/75:active {
  border-color: rgb(55 65 81 / 0.75);
}

.active\:border-gray-700\/80:active {
  border-color: rgb(55 65 81 / 0.8);
}

.active\:border-gray-700\/85:active {
  border-color: rgb(55 65 81 / 0.85);
}

.active\:border-gray-700\/90:active {
  border-color: rgb(55 65 81 / 0.9);
}

.active\:border-gray-700\/95:active {
  border-color: rgb(55 65 81 / 0.95);
}

.active\:border-gray-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.active\:border-gray-800\/0:active {
  border-color: rgb(31 41 55 / 0);
}

.active\:border-gray-800\/10:active {
  border-color: rgb(31 41 55 / 0.1);
}

.active\:border-gray-800\/100:active {
  border-color: rgb(31 41 55 / 1);
}

.active\:border-gray-800\/15:active {
  border-color: rgb(31 41 55 / 0.15);
}

.active\:border-gray-800\/20:active {
  border-color: rgb(31 41 55 / 0.2);
}

.active\:border-gray-800\/25:active {
  border-color: rgb(31 41 55 / 0.25);
}

.active\:border-gray-800\/30:active {
  border-color: rgb(31 41 55 / 0.3);
}

.active\:border-gray-800\/35:active {
  border-color: rgb(31 41 55 / 0.35);
}

.active\:border-gray-800\/40:active {
  border-color: rgb(31 41 55 / 0.4);
}

.active\:border-gray-800\/45:active {
  border-color: rgb(31 41 55 / 0.45);
}

.active\:border-gray-800\/5:active {
  border-color: rgb(31 41 55 / 0.05);
}

.active\:border-gray-800\/50:active {
  border-color: rgb(31 41 55 / 0.5);
}

.active\:border-gray-800\/55:active {
  border-color: rgb(31 41 55 / 0.55);
}

.active\:border-gray-800\/60:active {
  border-color: rgb(31 41 55 / 0.6);
}

.active\:border-gray-800\/65:active {
  border-color: rgb(31 41 55 / 0.65);
}

.active\:border-gray-800\/70:active {
  border-color: rgb(31 41 55 / 0.7);
}

.active\:border-gray-800\/75:active {
  border-color: rgb(31 41 55 / 0.75);
}

.active\:border-gray-800\/80:active {
  border-color: rgb(31 41 55 / 0.8);
}

.active\:border-gray-800\/85:active {
  border-color: rgb(31 41 55 / 0.85);
}

.active\:border-gray-800\/90:active {
  border-color: rgb(31 41 55 / 0.9);
}

.active\:border-gray-800\/95:active {
  border-color: rgb(31 41 55 / 0.95);
}

.active\:border-gray-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}

.active\:border-gray-900\/0:active {
  border-color: rgb(17 24 39 / 0);
}

.active\:border-gray-900\/10:active {
  border-color: rgb(17 24 39 / 0.1);
}

.active\:border-gray-900\/100:active {
  border-color: rgb(17 24 39 / 1);
}

.active\:border-gray-900\/15:active {
  border-color: rgb(17 24 39 / 0.15);
}

.active\:border-gray-900\/20:active {
  border-color: rgb(17 24 39 / 0.2);
}

.active\:border-gray-900\/25:active {
  border-color: rgb(17 24 39 / 0.25);
}

.active\:border-gray-900\/30:active {
  border-color: rgb(17 24 39 / 0.3);
}

.active\:border-gray-900\/35:active {
  border-color: rgb(17 24 39 / 0.35);
}

.active\:border-gray-900\/40:active {
  border-color: rgb(17 24 39 / 0.4);
}

.active\:border-gray-900\/45:active {
  border-color: rgb(17 24 39 / 0.45);
}

.active\:border-gray-900\/5:active {
  border-color: rgb(17 24 39 / 0.05);
}

.active\:border-gray-900\/50:active {
  border-color: rgb(17 24 39 / 0.5);
}

.active\:border-gray-900\/55:active {
  border-color: rgb(17 24 39 / 0.55);
}

.active\:border-gray-900\/60:active {
  border-color: rgb(17 24 39 / 0.6);
}

.active\:border-gray-900\/65:active {
  border-color: rgb(17 24 39 / 0.65);
}

.active\:border-gray-900\/70:active {
  border-color: rgb(17 24 39 / 0.7);
}

.active\:border-gray-900\/75:active {
  border-color: rgb(17 24 39 / 0.75);
}

.active\:border-gray-900\/80:active {
  border-color: rgb(17 24 39 / 0.8);
}

.active\:border-gray-900\/85:active {
  border-color: rgb(17 24 39 / 0.85);
}

.active\:border-gray-900\/90:active {
  border-color: rgb(17 24 39 / 0.9);
}

.active\:border-gray-900\/95:active {
  border-color: rgb(17 24 39 / 0.95);
}

.active\:border-gray-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}

.active\:border-gray-950\/0:active {
  border-color: rgb(3 7 18 / 0);
}

.active\:border-gray-950\/10:active {
  border-color: rgb(3 7 18 / 0.1);
}

.active\:border-gray-950\/100:active {
  border-color: rgb(3 7 18 / 1);
}

.active\:border-gray-950\/15:active {
  border-color: rgb(3 7 18 / 0.15);
}

.active\:border-gray-950\/20:active {
  border-color: rgb(3 7 18 / 0.2);
}

.active\:border-gray-950\/25:active {
  border-color: rgb(3 7 18 / 0.25);
}

.active\:border-gray-950\/30:active {
  border-color: rgb(3 7 18 / 0.3);
}

.active\:border-gray-950\/35:active {
  border-color: rgb(3 7 18 / 0.35);
}

.active\:border-gray-950\/40:active {
  border-color: rgb(3 7 18 / 0.4);
}

.active\:border-gray-950\/45:active {
  border-color: rgb(3 7 18 / 0.45);
}

.active\:border-gray-950\/5:active {
  border-color: rgb(3 7 18 / 0.05);
}

.active\:border-gray-950\/50:active {
  border-color: rgb(3 7 18 / 0.5);
}

.active\:border-gray-950\/55:active {
  border-color: rgb(3 7 18 / 0.55);
}

.active\:border-gray-950\/60:active {
  border-color: rgb(3 7 18 / 0.6);
}

.active\:border-gray-950\/65:active {
  border-color: rgb(3 7 18 / 0.65);
}

.active\:border-gray-950\/70:active {
  border-color: rgb(3 7 18 / 0.7);
}

.active\:border-gray-950\/75:active {
  border-color: rgb(3 7 18 / 0.75);
}

.active\:border-gray-950\/80:active {
  border-color: rgb(3 7 18 / 0.8);
}

.active\:border-gray-950\/85:active {
  border-color: rgb(3 7 18 / 0.85);
}

.active\:border-gray-950\/90:active {
  border-color: rgb(3 7 18 / 0.9);
}

.active\:border-gray-950\/95:active {
  border-color: rgb(3 7 18 / 0.95);
}

.active\:border-green-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.active\:border-green-100\/0:active {
  border-color: rgb(220 252 231 / 0);
}

.active\:border-green-100\/10:active {
  border-color: rgb(220 252 231 / 0.1);
}

.active\:border-green-100\/100:active {
  border-color: rgb(220 252 231 / 1);
}

.active\:border-green-100\/15:active {
  border-color: rgb(220 252 231 / 0.15);
}

.active\:border-green-100\/20:active {
  border-color: rgb(220 252 231 / 0.2);
}

.active\:border-green-100\/25:active {
  border-color: rgb(220 252 231 / 0.25);
}

.active\:border-green-100\/30:active {
  border-color: rgb(220 252 231 / 0.3);
}

.active\:border-green-100\/35:active {
  border-color: rgb(220 252 231 / 0.35);
}

.active\:border-green-100\/40:active {
  border-color: rgb(220 252 231 / 0.4);
}

.active\:border-green-100\/45:active {
  border-color: rgb(220 252 231 / 0.45);
}

.active\:border-green-100\/5:active {
  border-color: rgb(220 252 231 / 0.05);
}

.active\:border-green-100\/50:active {
  border-color: rgb(220 252 231 / 0.5);
}

.active\:border-green-100\/55:active {
  border-color: rgb(220 252 231 / 0.55);
}

.active\:border-green-100\/60:active {
  border-color: rgb(220 252 231 / 0.6);
}

.active\:border-green-100\/65:active {
  border-color: rgb(220 252 231 / 0.65);
}

.active\:border-green-100\/70:active {
  border-color: rgb(220 252 231 / 0.7);
}

.active\:border-green-100\/75:active {
  border-color: rgb(220 252 231 / 0.75);
}

.active\:border-green-100\/80:active {
  border-color: rgb(220 252 231 / 0.8);
}

.active\:border-green-100\/85:active {
  border-color: rgb(220 252 231 / 0.85);
}

.active\:border-green-100\/90:active {
  border-color: rgb(220 252 231 / 0.9);
}

.active\:border-green-100\/95:active {
  border-color: rgb(220 252 231 / 0.95);
}

.active\:border-green-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.active\:border-green-200\/0:active {
  border-color: rgb(187 247 208 / 0);
}

.active\:border-green-200\/10:active {
  border-color: rgb(187 247 208 / 0.1);
}

.active\:border-green-200\/100:active {
  border-color: rgb(187 247 208 / 1);
}

.active\:border-green-200\/15:active {
  border-color: rgb(187 247 208 / 0.15);
}

.active\:border-green-200\/20:active {
  border-color: rgb(187 247 208 / 0.2);
}

.active\:border-green-200\/25:active {
  border-color: rgb(187 247 208 / 0.25);
}

.active\:border-green-200\/30:active {
  border-color: rgb(187 247 208 / 0.3);
}

.active\:border-green-200\/35:active {
  border-color: rgb(187 247 208 / 0.35);
}

.active\:border-green-200\/40:active {
  border-color: rgb(187 247 208 / 0.4);
}

.active\:border-green-200\/45:active {
  border-color: rgb(187 247 208 / 0.45);
}

.active\:border-green-200\/5:active {
  border-color: rgb(187 247 208 / 0.05);
}

.active\:border-green-200\/50:active {
  border-color: rgb(187 247 208 / 0.5);
}

.active\:border-green-200\/55:active {
  border-color: rgb(187 247 208 / 0.55);
}

.active\:border-green-200\/60:active {
  border-color: rgb(187 247 208 / 0.6);
}

.active\:border-green-200\/65:active {
  border-color: rgb(187 247 208 / 0.65);
}

.active\:border-green-200\/70:active {
  border-color: rgb(187 247 208 / 0.7);
}

.active\:border-green-200\/75:active {
  border-color: rgb(187 247 208 / 0.75);
}

.active\:border-green-200\/80:active {
  border-color: rgb(187 247 208 / 0.8);
}

.active\:border-green-200\/85:active {
  border-color: rgb(187 247 208 / 0.85);
}

.active\:border-green-200\/90:active {
  border-color: rgb(187 247 208 / 0.9);
}

.active\:border-green-200\/95:active {
  border-color: rgb(187 247 208 / 0.95);
}

.active\:border-green-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

.active\:border-green-300\/0:active {
  border-color: rgb(134 239 172 / 0);
}

.active\:border-green-300\/10:active {
  border-color: rgb(134 239 172 / 0.1);
}

.active\:border-green-300\/100:active {
  border-color: rgb(134 239 172 / 1);
}

.active\:border-green-300\/15:active {
  border-color: rgb(134 239 172 / 0.15);
}

.active\:border-green-300\/20:active {
  border-color: rgb(134 239 172 / 0.2);
}

.active\:border-green-300\/25:active {
  border-color: rgb(134 239 172 / 0.25);
}

.active\:border-green-300\/30:active {
  border-color: rgb(134 239 172 / 0.3);
}

.active\:border-green-300\/35:active {
  border-color: rgb(134 239 172 / 0.35);
}

.active\:border-green-300\/40:active {
  border-color: rgb(134 239 172 / 0.4);
}

.active\:border-green-300\/45:active {
  border-color: rgb(134 239 172 / 0.45);
}

.active\:border-green-300\/5:active {
  border-color: rgb(134 239 172 / 0.05);
}

.active\:border-green-300\/50:active {
  border-color: rgb(134 239 172 / 0.5);
}

.active\:border-green-300\/55:active {
  border-color: rgb(134 239 172 / 0.55);
}

.active\:border-green-300\/60:active {
  border-color: rgb(134 239 172 / 0.6);
}

.active\:border-green-300\/65:active {
  border-color: rgb(134 239 172 / 0.65);
}

.active\:border-green-300\/70:active {
  border-color: rgb(134 239 172 / 0.7);
}

.active\:border-green-300\/75:active {
  border-color: rgb(134 239 172 / 0.75);
}

.active\:border-green-300\/80:active {
  border-color: rgb(134 239 172 / 0.8);
}

.active\:border-green-300\/85:active {
  border-color: rgb(134 239 172 / 0.85);
}

.active\:border-green-300\/90:active {
  border-color: rgb(134 239 172 / 0.9);
}

.active\:border-green-300\/95:active {
  border-color: rgb(134 239 172 / 0.95);
}

.active\:border-green-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.active\:border-green-400\/0:active {
  border-color: rgb(74 222 128 / 0);
}

.active\:border-green-400\/10:active {
  border-color: rgb(74 222 128 / 0.1);
}

.active\:border-green-400\/100:active {
  border-color: rgb(74 222 128 / 1);
}

.active\:border-green-400\/15:active {
  border-color: rgb(74 222 128 / 0.15);
}

.active\:border-green-400\/20:active {
  border-color: rgb(74 222 128 / 0.2);
}

.active\:border-green-400\/25:active {
  border-color: rgb(74 222 128 / 0.25);
}

.active\:border-green-400\/30:active {
  border-color: rgb(74 222 128 / 0.3);
}

.active\:border-green-400\/35:active {
  border-color: rgb(74 222 128 / 0.35);
}

.active\:border-green-400\/40:active {
  border-color: rgb(74 222 128 / 0.4);
}

.active\:border-green-400\/45:active {
  border-color: rgb(74 222 128 / 0.45);
}

.active\:border-green-400\/5:active {
  border-color: rgb(74 222 128 / 0.05);
}

.active\:border-green-400\/50:active {
  border-color: rgb(74 222 128 / 0.5);
}

.active\:border-green-400\/55:active {
  border-color: rgb(74 222 128 / 0.55);
}

.active\:border-green-400\/60:active {
  border-color: rgb(74 222 128 / 0.6);
}

.active\:border-green-400\/65:active {
  border-color: rgb(74 222 128 / 0.65);
}

.active\:border-green-400\/70:active {
  border-color: rgb(74 222 128 / 0.7);
}

.active\:border-green-400\/75:active {
  border-color: rgb(74 222 128 / 0.75);
}

.active\:border-green-400\/80:active {
  border-color: rgb(74 222 128 / 0.8);
}

.active\:border-green-400\/85:active {
  border-color: rgb(74 222 128 / 0.85);
}

.active\:border-green-400\/90:active {
  border-color: rgb(74 222 128 / 0.9);
}

.active\:border-green-400\/95:active {
  border-color: rgb(74 222 128 / 0.95);
}

.active\:border-green-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}

.active\:border-green-50\/0:active {
  border-color: rgb(240 253 244 / 0);
}

.active\:border-green-50\/10:active {
  border-color: rgb(240 253 244 / 0.1);
}

.active\:border-green-50\/100:active {
  border-color: rgb(240 253 244 / 1);
}

.active\:border-green-50\/15:active {
  border-color: rgb(240 253 244 / 0.15);
}

.active\:border-green-50\/20:active {
  border-color: rgb(240 253 244 / 0.2);
}

.active\:border-green-50\/25:active {
  border-color: rgb(240 253 244 / 0.25);
}

.active\:border-green-50\/30:active {
  border-color: rgb(240 253 244 / 0.3);
}

.active\:border-green-50\/35:active {
  border-color: rgb(240 253 244 / 0.35);
}

.active\:border-green-50\/40:active {
  border-color: rgb(240 253 244 / 0.4);
}

.active\:border-green-50\/45:active {
  border-color: rgb(240 253 244 / 0.45);
}

.active\:border-green-50\/5:active {
  border-color: rgb(240 253 244 / 0.05);
}

.active\:border-green-50\/50:active {
  border-color: rgb(240 253 244 / 0.5);
}

.active\:border-green-50\/55:active {
  border-color: rgb(240 253 244 / 0.55);
}

.active\:border-green-50\/60:active {
  border-color: rgb(240 253 244 / 0.6);
}

.active\:border-green-50\/65:active {
  border-color: rgb(240 253 244 / 0.65);
}

.active\:border-green-50\/70:active {
  border-color: rgb(240 253 244 / 0.7);
}

.active\:border-green-50\/75:active {
  border-color: rgb(240 253 244 / 0.75);
}

.active\:border-green-50\/80:active {
  border-color: rgb(240 253 244 / 0.8);
}

.active\:border-green-50\/85:active {
  border-color: rgb(240 253 244 / 0.85);
}

.active\:border-green-50\/90:active {
  border-color: rgb(240 253 244 / 0.9);
}

.active\:border-green-50\/95:active {
  border-color: rgb(240 253 244 / 0.95);
}

.active\:border-green-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.active\:border-green-500\/0:active {
  border-color: rgb(34 197 94 / 0);
}

.active\:border-green-500\/10:active {
  border-color: rgb(34 197 94 / 0.1);
}

.active\:border-green-500\/100:active {
  border-color: rgb(34 197 94 / 1);
}

.active\:border-green-500\/15:active {
  border-color: rgb(34 197 94 / 0.15);
}

.active\:border-green-500\/20:active {
  border-color: rgb(34 197 94 / 0.2);
}

.active\:border-green-500\/25:active {
  border-color: rgb(34 197 94 / 0.25);
}

.active\:border-green-500\/30:active {
  border-color: rgb(34 197 94 / 0.3);
}

.active\:border-green-500\/35:active {
  border-color: rgb(34 197 94 / 0.35);
}

.active\:border-green-500\/40:active {
  border-color: rgb(34 197 94 / 0.4);
}

.active\:border-green-500\/45:active {
  border-color: rgb(34 197 94 / 0.45);
}

.active\:border-green-500\/5:active {
  border-color: rgb(34 197 94 / 0.05);
}

.active\:border-green-500\/50:active {
  border-color: rgb(34 197 94 / 0.5);
}

.active\:border-green-500\/55:active {
  border-color: rgb(34 197 94 / 0.55);
}

.active\:border-green-500\/60:active {
  border-color: rgb(34 197 94 / 0.6);
}

.active\:border-green-500\/65:active {
  border-color: rgb(34 197 94 / 0.65);
}

.active\:border-green-500\/70:active {
  border-color: rgb(34 197 94 / 0.7);
}

.active\:border-green-500\/75:active {
  border-color: rgb(34 197 94 / 0.75);
}

.active\:border-green-500\/80:active {
  border-color: rgb(34 197 94 / 0.8);
}

.active\:border-green-500\/85:active {
  border-color: rgb(34 197 94 / 0.85);
}

.active\:border-green-500\/90:active {
  border-color: rgb(34 197 94 / 0.9);
}

.active\:border-green-500\/95:active {
  border-color: rgb(34 197 94 / 0.95);
}

.active\:border-green-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.active\:border-green-600\/0:active {
  border-color: rgb(22 163 74 / 0);
}

.active\:border-green-600\/10:active {
  border-color: rgb(22 163 74 / 0.1);
}

.active\:border-green-600\/100:active {
  border-color: rgb(22 163 74 / 1);
}

.active\:border-green-600\/15:active {
  border-color: rgb(22 163 74 / 0.15);
}

.active\:border-green-600\/20:active {
  border-color: rgb(22 163 74 / 0.2);
}

.active\:border-green-600\/25:active {
  border-color: rgb(22 163 74 / 0.25);
}

.active\:border-green-600\/30:active {
  border-color: rgb(22 163 74 / 0.3);
}

.active\:border-green-600\/35:active {
  border-color: rgb(22 163 74 / 0.35);
}

.active\:border-green-600\/40:active {
  border-color: rgb(22 163 74 / 0.4);
}

.active\:border-green-600\/45:active {
  border-color: rgb(22 163 74 / 0.45);
}

.active\:border-green-600\/5:active {
  border-color: rgb(22 163 74 / 0.05);
}

.active\:border-green-600\/50:active {
  border-color: rgb(22 163 74 / 0.5);
}

.active\:border-green-600\/55:active {
  border-color: rgb(22 163 74 / 0.55);
}

.active\:border-green-600\/60:active {
  border-color: rgb(22 163 74 / 0.6);
}

.active\:border-green-600\/65:active {
  border-color: rgb(22 163 74 / 0.65);
}

.active\:border-green-600\/70:active {
  border-color: rgb(22 163 74 / 0.7);
}

.active\:border-green-600\/75:active {
  border-color: rgb(22 163 74 / 0.75);
}

.active\:border-green-600\/80:active {
  border-color: rgb(22 163 74 / 0.8);
}

.active\:border-green-600\/85:active {
  border-color: rgb(22 163 74 / 0.85);
}

.active\:border-green-600\/90:active {
  border-color: rgb(22 163 74 / 0.9);
}

.active\:border-green-600\/95:active {
  border-color: rgb(22 163 74 / 0.95);
}

.active\:border-green-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}

.active\:border-green-700\/0:active {
  border-color: rgb(21 128 61 / 0);
}

.active\:border-green-700\/10:active {
  border-color: rgb(21 128 61 / 0.1);
}

.active\:border-green-700\/100:active {
  border-color: rgb(21 128 61 / 1);
}

.active\:border-green-700\/15:active {
  border-color: rgb(21 128 61 / 0.15);
}

.active\:border-green-700\/20:active {
  border-color: rgb(21 128 61 / 0.2);
}

.active\:border-green-700\/25:active {
  border-color: rgb(21 128 61 / 0.25);
}

.active\:border-green-700\/30:active {
  border-color: rgb(21 128 61 / 0.3);
}

.active\:border-green-700\/35:active {
  border-color: rgb(21 128 61 / 0.35);
}

.active\:border-green-700\/40:active {
  border-color: rgb(21 128 61 / 0.4);
}

.active\:border-green-700\/45:active {
  border-color: rgb(21 128 61 / 0.45);
}

.active\:border-green-700\/5:active {
  border-color: rgb(21 128 61 / 0.05);
}

.active\:border-green-700\/50:active {
  border-color: rgb(21 128 61 / 0.5);
}

.active\:border-green-700\/55:active {
  border-color: rgb(21 128 61 / 0.55);
}

.active\:border-green-700\/60:active {
  border-color: rgb(21 128 61 / 0.6);
}

.active\:border-green-700\/65:active {
  border-color: rgb(21 128 61 / 0.65);
}

.active\:border-green-700\/70:active {
  border-color: rgb(21 128 61 / 0.7);
}

.active\:border-green-700\/75:active {
  border-color: rgb(21 128 61 / 0.75);
}

.active\:border-green-700\/80:active {
  border-color: rgb(21 128 61 / 0.8);
}

.active\:border-green-700\/85:active {
  border-color: rgb(21 128 61 / 0.85);
}

.active\:border-green-700\/90:active {
  border-color: rgb(21 128 61 / 0.9);
}

.active\:border-green-700\/95:active {
  border-color: rgb(21 128 61 / 0.95);
}

.active\:border-green-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}

.active\:border-green-800\/0:active {
  border-color: rgb(22 101 52 / 0);
}

.active\:border-green-800\/10:active {
  border-color: rgb(22 101 52 / 0.1);
}

.active\:border-green-800\/100:active {
  border-color: rgb(22 101 52 / 1);
}

.active\:border-green-800\/15:active {
  border-color: rgb(22 101 52 / 0.15);
}

.active\:border-green-800\/20:active {
  border-color: rgb(22 101 52 / 0.2);
}

.active\:border-green-800\/25:active {
  border-color: rgb(22 101 52 / 0.25);
}

.active\:border-green-800\/30:active {
  border-color: rgb(22 101 52 / 0.3);
}

.active\:border-green-800\/35:active {
  border-color: rgb(22 101 52 / 0.35);
}

.active\:border-green-800\/40:active {
  border-color: rgb(22 101 52 / 0.4);
}

.active\:border-green-800\/45:active {
  border-color: rgb(22 101 52 / 0.45);
}

.active\:border-green-800\/5:active {
  border-color: rgb(22 101 52 / 0.05);
}

.active\:border-green-800\/50:active {
  border-color: rgb(22 101 52 / 0.5);
}

.active\:border-green-800\/55:active {
  border-color: rgb(22 101 52 / 0.55);
}

.active\:border-green-800\/60:active {
  border-color: rgb(22 101 52 / 0.6);
}

.active\:border-green-800\/65:active {
  border-color: rgb(22 101 52 / 0.65);
}

.active\:border-green-800\/70:active {
  border-color: rgb(22 101 52 / 0.7);
}

.active\:border-green-800\/75:active {
  border-color: rgb(22 101 52 / 0.75);
}

.active\:border-green-800\/80:active {
  border-color: rgb(22 101 52 / 0.8);
}

.active\:border-green-800\/85:active {
  border-color: rgb(22 101 52 / 0.85);
}

.active\:border-green-800\/90:active {
  border-color: rgb(22 101 52 / 0.9);
}

.active\:border-green-800\/95:active {
  border-color: rgb(22 101 52 / 0.95);
}

.active\:border-green-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}

.active\:border-green-900\/0:active {
  border-color: rgb(20 83 45 / 0);
}

.active\:border-green-900\/10:active {
  border-color: rgb(20 83 45 / 0.1);
}

.active\:border-green-900\/100:active {
  border-color: rgb(20 83 45 / 1);
}

.active\:border-green-900\/15:active {
  border-color: rgb(20 83 45 / 0.15);
}

.active\:border-green-900\/20:active {
  border-color: rgb(20 83 45 / 0.2);
}

.active\:border-green-900\/25:active {
  border-color: rgb(20 83 45 / 0.25);
}

.active\:border-green-900\/30:active {
  border-color: rgb(20 83 45 / 0.3);
}

.active\:border-green-900\/35:active {
  border-color: rgb(20 83 45 / 0.35);
}

.active\:border-green-900\/40:active {
  border-color: rgb(20 83 45 / 0.4);
}

.active\:border-green-900\/45:active {
  border-color: rgb(20 83 45 / 0.45);
}

.active\:border-green-900\/5:active {
  border-color: rgb(20 83 45 / 0.05);
}

.active\:border-green-900\/50:active {
  border-color: rgb(20 83 45 / 0.5);
}

.active\:border-green-900\/55:active {
  border-color: rgb(20 83 45 / 0.55);
}

.active\:border-green-900\/60:active {
  border-color: rgb(20 83 45 / 0.6);
}

.active\:border-green-900\/65:active {
  border-color: rgb(20 83 45 / 0.65);
}

.active\:border-green-900\/70:active {
  border-color: rgb(20 83 45 / 0.7);
}

.active\:border-green-900\/75:active {
  border-color: rgb(20 83 45 / 0.75);
}

.active\:border-green-900\/80:active {
  border-color: rgb(20 83 45 / 0.8);
}

.active\:border-green-900\/85:active {
  border-color: rgb(20 83 45 / 0.85);
}

.active\:border-green-900\/90:active {
  border-color: rgb(20 83 45 / 0.9);
}

.active\:border-green-900\/95:active {
  border-color: rgb(20 83 45 / 0.95);
}

.active\:border-green-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}

.active\:border-green-950\/0:active {
  border-color: rgb(5 46 22 / 0);
}

.active\:border-green-950\/10:active {
  border-color: rgb(5 46 22 / 0.1);
}

.active\:border-green-950\/100:active {
  border-color: rgb(5 46 22 / 1);
}

.active\:border-green-950\/15:active {
  border-color: rgb(5 46 22 / 0.15);
}

.active\:border-green-950\/20:active {
  border-color: rgb(5 46 22 / 0.2);
}

.active\:border-green-950\/25:active {
  border-color: rgb(5 46 22 / 0.25);
}

.active\:border-green-950\/30:active {
  border-color: rgb(5 46 22 / 0.3);
}

.active\:border-green-950\/35:active {
  border-color: rgb(5 46 22 / 0.35);
}

.active\:border-green-950\/40:active {
  border-color: rgb(5 46 22 / 0.4);
}

.active\:border-green-950\/45:active {
  border-color: rgb(5 46 22 / 0.45);
}

.active\:border-green-950\/5:active {
  border-color: rgb(5 46 22 / 0.05);
}

.active\:border-green-950\/50:active {
  border-color: rgb(5 46 22 / 0.5);
}

.active\:border-green-950\/55:active {
  border-color: rgb(5 46 22 / 0.55);
}

.active\:border-green-950\/60:active {
  border-color: rgb(5 46 22 / 0.6);
}

.active\:border-green-950\/65:active {
  border-color: rgb(5 46 22 / 0.65);
}

.active\:border-green-950\/70:active {
  border-color: rgb(5 46 22 / 0.7);
}

.active\:border-green-950\/75:active {
  border-color: rgb(5 46 22 / 0.75);
}

.active\:border-green-950\/80:active {
  border-color: rgb(5 46 22 / 0.8);
}

.active\:border-green-950\/85:active {
  border-color: rgb(5 46 22 / 0.85);
}

.active\:border-green-950\/90:active {
  border-color: rgb(5 46 22 / 0.9);
}

.active\:border-green-950\/95:active {
  border-color: rgb(5 46 22 / 0.95);
}

.active\:border-indigo-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-100\/0:active {
  border-color: rgb(224 231 255 / 0);
}

.active\:border-indigo-100\/10:active {
  border-color: rgb(224 231 255 / 0.1);
}

.active\:border-indigo-100\/100:active {
  border-color: rgb(224 231 255 / 1);
}

.active\:border-indigo-100\/15:active {
  border-color: rgb(224 231 255 / 0.15);
}

.active\:border-indigo-100\/20:active {
  border-color: rgb(224 231 255 / 0.2);
}

.active\:border-indigo-100\/25:active {
  border-color: rgb(224 231 255 / 0.25);
}

.active\:border-indigo-100\/30:active {
  border-color: rgb(224 231 255 / 0.3);
}

.active\:border-indigo-100\/35:active {
  border-color: rgb(224 231 255 / 0.35);
}

.active\:border-indigo-100\/40:active {
  border-color: rgb(224 231 255 / 0.4);
}

.active\:border-indigo-100\/45:active {
  border-color: rgb(224 231 255 / 0.45);
}

.active\:border-indigo-100\/5:active {
  border-color: rgb(224 231 255 / 0.05);
}

.active\:border-indigo-100\/50:active {
  border-color: rgb(224 231 255 / 0.5);
}

.active\:border-indigo-100\/55:active {
  border-color: rgb(224 231 255 / 0.55);
}

.active\:border-indigo-100\/60:active {
  border-color: rgb(224 231 255 / 0.6);
}

.active\:border-indigo-100\/65:active {
  border-color: rgb(224 231 255 / 0.65);
}

.active\:border-indigo-100\/70:active {
  border-color: rgb(224 231 255 / 0.7);
}

.active\:border-indigo-100\/75:active {
  border-color: rgb(224 231 255 / 0.75);
}

.active\:border-indigo-100\/80:active {
  border-color: rgb(224 231 255 / 0.8);
}

.active\:border-indigo-100\/85:active {
  border-color: rgb(224 231 255 / 0.85);
}

.active\:border-indigo-100\/90:active {
  border-color: rgb(224 231 255 / 0.9);
}

.active\:border-indigo-100\/95:active {
  border-color: rgb(224 231 255 / 0.95);
}

.active\:border-indigo-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-200\/0:active {
  border-color: rgb(199 210 254 / 0);
}

.active\:border-indigo-200\/10:active {
  border-color: rgb(199 210 254 / 0.1);
}

.active\:border-indigo-200\/100:active {
  border-color: rgb(199 210 254 / 1);
}

.active\:border-indigo-200\/15:active {
  border-color: rgb(199 210 254 / 0.15);
}

.active\:border-indigo-200\/20:active {
  border-color: rgb(199 210 254 / 0.2);
}

.active\:border-indigo-200\/25:active {
  border-color: rgb(199 210 254 / 0.25);
}

.active\:border-indigo-200\/30:active {
  border-color: rgb(199 210 254 / 0.3);
}

.active\:border-indigo-200\/35:active {
  border-color: rgb(199 210 254 / 0.35);
}

.active\:border-indigo-200\/40:active {
  border-color: rgb(199 210 254 / 0.4);
}

.active\:border-indigo-200\/45:active {
  border-color: rgb(199 210 254 / 0.45);
}

.active\:border-indigo-200\/5:active {
  border-color: rgb(199 210 254 / 0.05);
}

.active\:border-indigo-200\/50:active {
  border-color: rgb(199 210 254 / 0.5);
}

.active\:border-indigo-200\/55:active {
  border-color: rgb(199 210 254 / 0.55);
}

.active\:border-indigo-200\/60:active {
  border-color: rgb(199 210 254 / 0.6);
}

.active\:border-indigo-200\/65:active {
  border-color: rgb(199 210 254 / 0.65);
}

.active\:border-indigo-200\/70:active {
  border-color: rgb(199 210 254 / 0.7);
}

.active\:border-indigo-200\/75:active {
  border-color: rgb(199 210 254 / 0.75);
}

.active\:border-indigo-200\/80:active {
  border-color: rgb(199 210 254 / 0.8);
}

.active\:border-indigo-200\/85:active {
  border-color: rgb(199 210 254 / 0.85);
}

.active\:border-indigo-200\/90:active {
  border-color: rgb(199 210 254 / 0.9);
}

.active\:border-indigo-200\/95:active {
  border-color: rgb(199 210 254 / 0.95);
}

.active\:border-indigo-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-300\/0:active {
  border-color: rgb(165 180 252 / 0);
}

.active\:border-indigo-300\/10:active {
  border-color: rgb(165 180 252 / 0.1);
}

.active\:border-indigo-300\/100:active {
  border-color: rgb(165 180 252 / 1);
}

.active\:border-indigo-300\/15:active {
  border-color: rgb(165 180 252 / 0.15);
}

.active\:border-indigo-300\/20:active {
  border-color: rgb(165 180 252 / 0.2);
}

.active\:border-indigo-300\/25:active {
  border-color: rgb(165 180 252 / 0.25);
}

.active\:border-indigo-300\/30:active {
  border-color: rgb(165 180 252 / 0.3);
}

.active\:border-indigo-300\/35:active {
  border-color: rgb(165 180 252 / 0.35);
}

.active\:border-indigo-300\/40:active {
  border-color: rgb(165 180 252 / 0.4);
}

.active\:border-indigo-300\/45:active {
  border-color: rgb(165 180 252 / 0.45);
}

.active\:border-indigo-300\/5:active {
  border-color: rgb(165 180 252 / 0.05);
}

.active\:border-indigo-300\/50:active {
  border-color: rgb(165 180 252 / 0.5);
}

.active\:border-indigo-300\/55:active {
  border-color: rgb(165 180 252 / 0.55);
}

.active\:border-indigo-300\/60:active {
  border-color: rgb(165 180 252 / 0.6);
}

.active\:border-indigo-300\/65:active {
  border-color: rgb(165 180 252 / 0.65);
}

.active\:border-indigo-300\/70:active {
  border-color: rgb(165 180 252 / 0.7);
}

.active\:border-indigo-300\/75:active {
  border-color: rgb(165 180 252 / 0.75);
}

.active\:border-indigo-300\/80:active {
  border-color: rgb(165 180 252 / 0.8);
}

.active\:border-indigo-300\/85:active {
  border-color: rgb(165 180 252 / 0.85);
}

.active\:border-indigo-300\/90:active {
  border-color: rgb(165 180 252 / 0.9);
}

.active\:border-indigo-300\/95:active {
  border-color: rgb(165 180 252 / 0.95);
}

.active\:border-indigo-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-400\/0:active {
  border-color: rgb(129 140 248 / 0);
}

.active\:border-indigo-400\/10:active {
  border-color: rgb(129 140 248 / 0.1);
}

.active\:border-indigo-400\/100:active {
  border-color: rgb(129 140 248 / 1);
}

.active\:border-indigo-400\/15:active {
  border-color: rgb(129 140 248 / 0.15);
}

.active\:border-indigo-400\/20:active {
  border-color: rgb(129 140 248 / 0.2);
}

.active\:border-indigo-400\/25:active {
  border-color: rgb(129 140 248 / 0.25);
}

.active\:border-indigo-400\/30:active {
  border-color: rgb(129 140 248 / 0.3);
}

.active\:border-indigo-400\/35:active {
  border-color: rgb(129 140 248 / 0.35);
}

.active\:border-indigo-400\/40:active {
  border-color: rgb(129 140 248 / 0.4);
}

.active\:border-indigo-400\/45:active {
  border-color: rgb(129 140 248 / 0.45);
}

.active\:border-indigo-400\/5:active {
  border-color: rgb(129 140 248 / 0.05);
}

.active\:border-indigo-400\/50:active {
  border-color: rgb(129 140 248 / 0.5);
}

.active\:border-indigo-400\/55:active {
  border-color: rgb(129 140 248 / 0.55);
}

.active\:border-indigo-400\/60:active {
  border-color: rgb(129 140 248 / 0.6);
}

.active\:border-indigo-400\/65:active {
  border-color: rgb(129 140 248 / 0.65);
}

.active\:border-indigo-400\/70:active {
  border-color: rgb(129 140 248 / 0.7);
}

.active\:border-indigo-400\/75:active {
  border-color: rgb(129 140 248 / 0.75);
}

.active\:border-indigo-400\/80:active {
  border-color: rgb(129 140 248 / 0.8);
}

.active\:border-indigo-400\/85:active {
  border-color: rgb(129 140 248 / 0.85);
}

.active\:border-indigo-400\/90:active {
  border-color: rgb(129 140 248 / 0.9);
}

.active\:border-indigo-400\/95:active {
  border-color: rgb(129 140 248 / 0.95);
}

.active\:border-indigo-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-50\/0:active {
  border-color: rgb(238 242 255 / 0);
}

.active\:border-indigo-50\/10:active {
  border-color: rgb(238 242 255 / 0.1);
}

.active\:border-indigo-50\/100:active {
  border-color: rgb(238 242 255 / 1);
}

.active\:border-indigo-50\/15:active {
  border-color: rgb(238 242 255 / 0.15);
}

.active\:border-indigo-50\/20:active {
  border-color: rgb(238 242 255 / 0.2);
}

.active\:border-indigo-50\/25:active {
  border-color: rgb(238 242 255 / 0.25);
}

.active\:border-indigo-50\/30:active {
  border-color: rgb(238 242 255 / 0.3);
}

.active\:border-indigo-50\/35:active {
  border-color: rgb(238 242 255 / 0.35);
}

.active\:border-indigo-50\/40:active {
  border-color: rgb(238 242 255 / 0.4);
}

.active\:border-indigo-50\/45:active {
  border-color: rgb(238 242 255 / 0.45);
}

.active\:border-indigo-50\/5:active {
  border-color: rgb(238 242 255 / 0.05);
}

.active\:border-indigo-50\/50:active {
  border-color: rgb(238 242 255 / 0.5);
}

.active\:border-indigo-50\/55:active {
  border-color: rgb(238 242 255 / 0.55);
}

.active\:border-indigo-50\/60:active {
  border-color: rgb(238 242 255 / 0.6);
}

.active\:border-indigo-50\/65:active {
  border-color: rgb(238 242 255 / 0.65);
}

.active\:border-indigo-50\/70:active {
  border-color: rgb(238 242 255 / 0.7);
}

.active\:border-indigo-50\/75:active {
  border-color: rgb(238 242 255 / 0.75);
}

.active\:border-indigo-50\/80:active {
  border-color: rgb(238 242 255 / 0.8);
}

.active\:border-indigo-50\/85:active {
  border-color: rgb(238 242 255 / 0.85);
}

.active\:border-indigo-50\/90:active {
  border-color: rgb(238 242 255 / 0.9);
}

.active\:border-indigo-50\/95:active {
  border-color: rgb(238 242 255 / 0.95);
}

.active\:border-indigo-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-500\/0:active {
  border-color: rgb(99 102 241 / 0);
}

.active\:border-indigo-500\/10:active {
  border-color: rgb(99 102 241 / 0.1);
}

.active\:border-indigo-500\/100:active {
  border-color: rgb(99 102 241 / 1);
}

.active\:border-indigo-500\/15:active {
  border-color: rgb(99 102 241 / 0.15);
}

.active\:border-indigo-500\/20:active {
  border-color: rgb(99 102 241 / 0.2);
}

.active\:border-indigo-500\/25:active {
  border-color: rgb(99 102 241 / 0.25);
}

.active\:border-indigo-500\/30:active {
  border-color: rgb(99 102 241 / 0.3);
}

.active\:border-indigo-500\/35:active {
  border-color: rgb(99 102 241 / 0.35);
}

.active\:border-indigo-500\/40:active {
  border-color: rgb(99 102 241 / 0.4);
}

.active\:border-indigo-500\/45:active {
  border-color: rgb(99 102 241 / 0.45);
}

.active\:border-indigo-500\/5:active {
  border-color: rgb(99 102 241 / 0.05);
}

.active\:border-indigo-500\/50:active {
  border-color: rgb(99 102 241 / 0.5);
}

.active\:border-indigo-500\/55:active {
  border-color: rgb(99 102 241 / 0.55);
}

.active\:border-indigo-500\/60:active {
  border-color: rgb(99 102 241 / 0.6);
}

.active\:border-indigo-500\/65:active {
  border-color: rgb(99 102 241 / 0.65);
}

.active\:border-indigo-500\/70:active {
  border-color: rgb(99 102 241 / 0.7);
}

.active\:border-indigo-500\/75:active {
  border-color: rgb(99 102 241 / 0.75);
}

.active\:border-indigo-500\/80:active {
  border-color: rgb(99 102 241 / 0.8);
}

.active\:border-indigo-500\/85:active {
  border-color: rgb(99 102 241 / 0.85);
}

.active\:border-indigo-500\/90:active {
  border-color: rgb(99 102 241 / 0.9);
}

.active\:border-indigo-500\/95:active {
  border-color: rgb(99 102 241 / 0.95);
}

.active\:border-indigo-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-600\/0:active {
  border-color: rgb(79 70 229 / 0);
}

.active\:border-indigo-600\/10:active {
  border-color: rgb(79 70 229 / 0.1);
}

.active\:border-indigo-600\/100:active {
  border-color: rgb(79 70 229 / 1);
}

.active\:border-indigo-600\/15:active {
  border-color: rgb(79 70 229 / 0.15);
}

.active\:border-indigo-600\/20:active {
  border-color: rgb(79 70 229 / 0.2);
}

.active\:border-indigo-600\/25:active {
  border-color: rgb(79 70 229 / 0.25);
}

.active\:border-indigo-600\/30:active {
  border-color: rgb(79 70 229 / 0.3);
}

.active\:border-indigo-600\/35:active {
  border-color: rgb(79 70 229 / 0.35);
}

.active\:border-indigo-600\/40:active {
  border-color: rgb(79 70 229 / 0.4);
}

.active\:border-indigo-600\/45:active {
  border-color: rgb(79 70 229 / 0.45);
}

.active\:border-indigo-600\/5:active {
  border-color: rgb(79 70 229 / 0.05);
}

.active\:border-indigo-600\/50:active {
  border-color: rgb(79 70 229 / 0.5);
}

.active\:border-indigo-600\/55:active {
  border-color: rgb(79 70 229 / 0.55);
}

.active\:border-indigo-600\/60:active {
  border-color: rgb(79 70 229 / 0.6);
}

.active\:border-indigo-600\/65:active {
  border-color: rgb(79 70 229 / 0.65);
}

.active\:border-indigo-600\/70:active {
  border-color: rgb(79 70 229 / 0.7);
}

.active\:border-indigo-600\/75:active {
  border-color: rgb(79 70 229 / 0.75);
}

.active\:border-indigo-600\/80:active {
  border-color: rgb(79 70 229 / 0.8);
}

.active\:border-indigo-600\/85:active {
  border-color: rgb(79 70 229 / 0.85);
}

.active\:border-indigo-600\/90:active {
  border-color: rgb(79 70 229 / 0.9);
}

.active\:border-indigo-600\/95:active {
  border-color: rgb(79 70 229 / 0.95);
}

.active\:border-indigo-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-700\/0:active {
  border-color: rgb(67 56 202 / 0);
}

.active\:border-indigo-700\/10:active {
  border-color: rgb(67 56 202 / 0.1);
}

.active\:border-indigo-700\/100:active {
  border-color: rgb(67 56 202 / 1);
}

.active\:border-indigo-700\/15:active {
  border-color: rgb(67 56 202 / 0.15);
}

.active\:border-indigo-700\/20:active {
  border-color: rgb(67 56 202 / 0.2);
}

.active\:border-indigo-700\/25:active {
  border-color: rgb(67 56 202 / 0.25);
}

.active\:border-indigo-700\/30:active {
  border-color: rgb(67 56 202 / 0.3);
}

.active\:border-indigo-700\/35:active {
  border-color: rgb(67 56 202 / 0.35);
}

.active\:border-indigo-700\/40:active {
  border-color: rgb(67 56 202 / 0.4);
}

.active\:border-indigo-700\/45:active {
  border-color: rgb(67 56 202 / 0.45);
}

.active\:border-indigo-700\/5:active {
  border-color: rgb(67 56 202 / 0.05);
}

.active\:border-indigo-700\/50:active {
  border-color: rgb(67 56 202 / 0.5);
}

.active\:border-indigo-700\/55:active {
  border-color: rgb(67 56 202 / 0.55);
}

.active\:border-indigo-700\/60:active {
  border-color: rgb(67 56 202 / 0.6);
}

.active\:border-indigo-700\/65:active {
  border-color: rgb(67 56 202 / 0.65);
}

.active\:border-indigo-700\/70:active {
  border-color: rgb(67 56 202 / 0.7);
}

.active\:border-indigo-700\/75:active {
  border-color: rgb(67 56 202 / 0.75);
}

.active\:border-indigo-700\/80:active {
  border-color: rgb(67 56 202 / 0.8);
}

.active\:border-indigo-700\/85:active {
  border-color: rgb(67 56 202 / 0.85);
}

.active\:border-indigo-700\/90:active {
  border-color: rgb(67 56 202 / 0.9);
}

.active\:border-indigo-700\/95:active {
  border-color: rgb(67 56 202 / 0.95);
}

.active\:border-indigo-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-800\/0:active {
  border-color: rgb(55 48 163 / 0);
}

.active\:border-indigo-800\/10:active {
  border-color: rgb(55 48 163 / 0.1);
}

.active\:border-indigo-800\/100:active {
  border-color: rgb(55 48 163 / 1);
}

.active\:border-indigo-800\/15:active {
  border-color: rgb(55 48 163 / 0.15);
}

.active\:border-indigo-800\/20:active {
  border-color: rgb(55 48 163 / 0.2);
}

.active\:border-indigo-800\/25:active {
  border-color: rgb(55 48 163 / 0.25);
}

.active\:border-indigo-800\/30:active {
  border-color: rgb(55 48 163 / 0.3);
}

.active\:border-indigo-800\/35:active {
  border-color: rgb(55 48 163 / 0.35);
}

.active\:border-indigo-800\/40:active {
  border-color: rgb(55 48 163 / 0.4);
}

.active\:border-indigo-800\/45:active {
  border-color: rgb(55 48 163 / 0.45);
}

.active\:border-indigo-800\/5:active {
  border-color: rgb(55 48 163 / 0.05);
}

.active\:border-indigo-800\/50:active {
  border-color: rgb(55 48 163 / 0.5);
}

.active\:border-indigo-800\/55:active {
  border-color: rgb(55 48 163 / 0.55);
}

.active\:border-indigo-800\/60:active {
  border-color: rgb(55 48 163 / 0.6);
}

.active\:border-indigo-800\/65:active {
  border-color: rgb(55 48 163 / 0.65);
}

.active\:border-indigo-800\/70:active {
  border-color: rgb(55 48 163 / 0.7);
}

.active\:border-indigo-800\/75:active {
  border-color: rgb(55 48 163 / 0.75);
}

.active\:border-indigo-800\/80:active {
  border-color: rgb(55 48 163 / 0.8);
}

.active\:border-indigo-800\/85:active {
  border-color: rgb(55 48 163 / 0.85);
}

.active\:border-indigo-800\/90:active {
  border-color: rgb(55 48 163 / 0.9);
}

.active\:border-indigo-800\/95:active {
  border-color: rgb(55 48 163 / 0.95);
}

.active\:border-indigo-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-900\/0:active {
  border-color: rgb(49 46 129 / 0);
}

.active\:border-indigo-900\/10:active {
  border-color: rgb(49 46 129 / 0.1);
}

.active\:border-indigo-900\/100:active {
  border-color: rgb(49 46 129 / 1);
}

.active\:border-indigo-900\/15:active {
  border-color: rgb(49 46 129 / 0.15);
}

.active\:border-indigo-900\/20:active {
  border-color: rgb(49 46 129 / 0.2);
}

.active\:border-indigo-900\/25:active {
  border-color: rgb(49 46 129 / 0.25);
}

.active\:border-indigo-900\/30:active {
  border-color: rgb(49 46 129 / 0.3);
}

.active\:border-indigo-900\/35:active {
  border-color: rgb(49 46 129 / 0.35);
}

.active\:border-indigo-900\/40:active {
  border-color: rgb(49 46 129 / 0.4);
}

.active\:border-indigo-900\/45:active {
  border-color: rgb(49 46 129 / 0.45);
}

.active\:border-indigo-900\/5:active {
  border-color: rgb(49 46 129 / 0.05);
}

.active\:border-indigo-900\/50:active {
  border-color: rgb(49 46 129 / 0.5);
}

.active\:border-indigo-900\/55:active {
  border-color: rgb(49 46 129 / 0.55);
}

.active\:border-indigo-900\/60:active {
  border-color: rgb(49 46 129 / 0.6);
}

.active\:border-indigo-900\/65:active {
  border-color: rgb(49 46 129 / 0.65);
}

.active\:border-indigo-900\/70:active {
  border-color: rgb(49 46 129 / 0.7);
}

.active\:border-indigo-900\/75:active {
  border-color: rgb(49 46 129 / 0.75);
}

.active\:border-indigo-900\/80:active {
  border-color: rgb(49 46 129 / 0.8);
}

.active\:border-indigo-900\/85:active {
  border-color: rgb(49 46 129 / 0.85);
}

.active\:border-indigo-900\/90:active {
  border-color: rgb(49 46 129 / 0.9);
}

.active\:border-indigo-900\/95:active {
  border-color: rgb(49 46 129 / 0.95);
}

.active\:border-indigo-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-950\/0:active {
  border-color: rgb(30 27 75 / 0);
}

.active\:border-indigo-950\/10:active {
  border-color: rgb(30 27 75 / 0.1);
}

.active\:border-indigo-950\/100:active {
  border-color: rgb(30 27 75 / 1);
}

.active\:border-indigo-950\/15:active {
  border-color: rgb(30 27 75 / 0.15);
}

.active\:border-indigo-950\/20:active {
  border-color: rgb(30 27 75 / 0.2);
}

.active\:border-indigo-950\/25:active {
  border-color: rgb(30 27 75 / 0.25);
}

.active\:border-indigo-950\/30:active {
  border-color: rgb(30 27 75 / 0.3);
}

.active\:border-indigo-950\/35:active {
  border-color: rgb(30 27 75 / 0.35);
}

.active\:border-indigo-950\/40:active {
  border-color: rgb(30 27 75 / 0.4);
}

.active\:border-indigo-950\/45:active {
  border-color: rgb(30 27 75 / 0.45);
}

.active\:border-indigo-950\/5:active {
  border-color: rgb(30 27 75 / 0.05);
}

.active\:border-indigo-950\/50:active {
  border-color: rgb(30 27 75 / 0.5);
}

.active\:border-indigo-950\/55:active {
  border-color: rgb(30 27 75 / 0.55);
}

.active\:border-indigo-950\/60:active {
  border-color: rgb(30 27 75 / 0.6);
}

.active\:border-indigo-950\/65:active {
  border-color: rgb(30 27 75 / 0.65);
}

.active\:border-indigo-950\/70:active {
  border-color: rgb(30 27 75 / 0.7);
}

.active\:border-indigo-950\/75:active {
  border-color: rgb(30 27 75 / 0.75);
}

.active\:border-indigo-950\/80:active {
  border-color: rgb(30 27 75 / 0.8);
}

.active\:border-indigo-950\/85:active {
  border-color: rgb(30 27 75 / 0.85);
}

.active\:border-indigo-950\/90:active {
  border-color: rgb(30 27 75 / 0.9);
}

.active\:border-indigo-950\/95:active {
  border-color: rgb(30 27 75 / 0.95);
}

.active\:border-pink-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}

.active\:border-pink-100\/0:active {
  border-color: rgb(252 231 243 / 0);
}

.active\:border-pink-100\/10:active {
  border-color: rgb(252 231 243 / 0.1);
}

.active\:border-pink-100\/100:active {
  border-color: rgb(252 231 243 / 1);
}

.active\:border-pink-100\/15:active {
  border-color: rgb(252 231 243 / 0.15);
}

.active\:border-pink-100\/20:active {
  border-color: rgb(252 231 243 / 0.2);
}

.active\:border-pink-100\/25:active {
  border-color: rgb(252 231 243 / 0.25);
}

.active\:border-pink-100\/30:active {
  border-color: rgb(252 231 243 / 0.3);
}

.active\:border-pink-100\/35:active {
  border-color: rgb(252 231 243 / 0.35);
}

.active\:border-pink-100\/40:active {
  border-color: rgb(252 231 243 / 0.4);
}

.active\:border-pink-100\/45:active {
  border-color: rgb(252 231 243 / 0.45);
}

.active\:border-pink-100\/5:active {
  border-color: rgb(252 231 243 / 0.05);
}

.active\:border-pink-100\/50:active {
  border-color: rgb(252 231 243 / 0.5);
}

.active\:border-pink-100\/55:active {
  border-color: rgb(252 231 243 / 0.55);
}

.active\:border-pink-100\/60:active {
  border-color: rgb(252 231 243 / 0.6);
}

.active\:border-pink-100\/65:active {
  border-color: rgb(252 231 243 / 0.65);
}

.active\:border-pink-100\/70:active {
  border-color: rgb(252 231 243 / 0.7);
}

.active\:border-pink-100\/75:active {
  border-color: rgb(252 231 243 / 0.75);
}

.active\:border-pink-100\/80:active {
  border-color: rgb(252 231 243 / 0.8);
}

.active\:border-pink-100\/85:active {
  border-color: rgb(252 231 243 / 0.85);
}

.active\:border-pink-100\/90:active {
  border-color: rgb(252 231 243 / 0.9);
}

.active\:border-pink-100\/95:active {
  border-color: rgb(252 231 243 / 0.95);
}

.active\:border-pink-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}

.active\:border-pink-200\/0:active {
  border-color: rgb(251 207 232 / 0);
}

.active\:border-pink-200\/10:active {
  border-color: rgb(251 207 232 / 0.1);
}

.active\:border-pink-200\/100:active {
  border-color: rgb(251 207 232 / 1);
}

.active\:border-pink-200\/15:active {
  border-color: rgb(251 207 232 / 0.15);
}

.active\:border-pink-200\/20:active {
  border-color: rgb(251 207 232 / 0.2);
}

.active\:border-pink-200\/25:active {
  border-color: rgb(251 207 232 / 0.25);
}

.active\:border-pink-200\/30:active {
  border-color: rgb(251 207 232 / 0.3);
}

.active\:border-pink-200\/35:active {
  border-color: rgb(251 207 232 / 0.35);
}

.active\:border-pink-200\/40:active {
  border-color: rgb(251 207 232 / 0.4);
}

.active\:border-pink-200\/45:active {
  border-color: rgb(251 207 232 / 0.45);
}

.active\:border-pink-200\/5:active {
  border-color: rgb(251 207 232 / 0.05);
}

.active\:border-pink-200\/50:active {
  border-color: rgb(251 207 232 / 0.5);
}

.active\:border-pink-200\/55:active {
  border-color: rgb(251 207 232 / 0.55);
}

.active\:border-pink-200\/60:active {
  border-color: rgb(251 207 232 / 0.6);
}

.active\:border-pink-200\/65:active {
  border-color: rgb(251 207 232 / 0.65);
}

.active\:border-pink-200\/70:active {
  border-color: rgb(251 207 232 / 0.7);
}

.active\:border-pink-200\/75:active {
  border-color: rgb(251 207 232 / 0.75);
}

.active\:border-pink-200\/80:active {
  border-color: rgb(251 207 232 / 0.8);
}

.active\:border-pink-200\/85:active {
  border-color: rgb(251 207 232 / 0.85);
}

.active\:border-pink-200\/90:active {
  border-color: rgb(251 207 232 / 0.9);
}

.active\:border-pink-200\/95:active {
  border-color: rgb(251 207 232 / 0.95);
}

.active\:border-pink-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}

.active\:border-pink-300\/0:active {
  border-color: rgb(249 168 212 / 0);
}

.active\:border-pink-300\/10:active {
  border-color: rgb(249 168 212 / 0.1);
}

.active\:border-pink-300\/100:active {
  border-color: rgb(249 168 212 / 1);
}

.active\:border-pink-300\/15:active {
  border-color: rgb(249 168 212 / 0.15);
}

.active\:border-pink-300\/20:active {
  border-color: rgb(249 168 212 / 0.2);
}

.active\:border-pink-300\/25:active {
  border-color: rgb(249 168 212 / 0.25);
}

.active\:border-pink-300\/30:active {
  border-color: rgb(249 168 212 / 0.3);
}

.active\:border-pink-300\/35:active {
  border-color: rgb(249 168 212 / 0.35);
}

.active\:border-pink-300\/40:active {
  border-color: rgb(249 168 212 / 0.4);
}

.active\:border-pink-300\/45:active {
  border-color: rgb(249 168 212 / 0.45);
}

.active\:border-pink-300\/5:active {
  border-color: rgb(249 168 212 / 0.05);
}

.active\:border-pink-300\/50:active {
  border-color: rgb(249 168 212 / 0.5);
}

.active\:border-pink-300\/55:active {
  border-color: rgb(249 168 212 / 0.55);
}

.active\:border-pink-300\/60:active {
  border-color: rgb(249 168 212 / 0.6);
}

.active\:border-pink-300\/65:active {
  border-color: rgb(249 168 212 / 0.65);
}

.active\:border-pink-300\/70:active {
  border-color: rgb(249 168 212 / 0.7);
}

.active\:border-pink-300\/75:active {
  border-color: rgb(249 168 212 / 0.75);
}

.active\:border-pink-300\/80:active {
  border-color: rgb(249 168 212 / 0.8);
}

.active\:border-pink-300\/85:active {
  border-color: rgb(249 168 212 / 0.85);
}

.active\:border-pink-300\/90:active {
  border-color: rgb(249 168 212 / 0.9);
}

.active\:border-pink-300\/95:active {
  border-color: rgb(249 168 212 / 0.95);
}

.active\:border-pink-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}

.active\:border-pink-400\/0:active {
  border-color: rgb(244 114 182 / 0);
}

.active\:border-pink-400\/10:active {
  border-color: rgb(244 114 182 / 0.1);
}

.active\:border-pink-400\/100:active {
  border-color: rgb(244 114 182 / 1);
}

.active\:border-pink-400\/15:active {
  border-color: rgb(244 114 182 / 0.15);
}

.active\:border-pink-400\/20:active {
  border-color: rgb(244 114 182 / 0.2);
}

.active\:border-pink-400\/25:active {
  border-color: rgb(244 114 182 / 0.25);
}

.active\:border-pink-400\/30:active {
  border-color: rgb(244 114 182 / 0.3);
}

.active\:border-pink-400\/35:active {
  border-color: rgb(244 114 182 / 0.35);
}

.active\:border-pink-400\/40:active {
  border-color: rgb(244 114 182 / 0.4);
}

.active\:border-pink-400\/45:active {
  border-color: rgb(244 114 182 / 0.45);
}

.active\:border-pink-400\/5:active {
  border-color: rgb(244 114 182 / 0.05);
}

.active\:border-pink-400\/50:active {
  border-color: rgb(244 114 182 / 0.5);
}

.active\:border-pink-400\/55:active {
  border-color: rgb(244 114 182 / 0.55);
}

.active\:border-pink-400\/60:active {
  border-color: rgb(244 114 182 / 0.6);
}

.active\:border-pink-400\/65:active {
  border-color: rgb(244 114 182 / 0.65);
}

.active\:border-pink-400\/70:active {
  border-color: rgb(244 114 182 / 0.7);
}

.active\:border-pink-400\/75:active {
  border-color: rgb(244 114 182 / 0.75);
}

.active\:border-pink-400\/80:active {
  border-color: rgb(244 114 182 / 0.8);
}

.active\:border-pink-400\/85:active {
  border-color: rgb(244 114 182 / 0.85);
}

.active\:border-pink-400\/90:active {
  border-color: rgb(244 114 182 / 0.9);
}

.active\:border-pink-400\/95:active {
  border-color: rgb(244 114 182 / 0.95);
}

.active\:border-pink-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}

.active\:border-pink-50\/0:active {
  border-color: rgb(253 242 248 / 0);
}

.active\:border-pink-50\/10:active {
  border-color: rgb(253 242 248 / 0.1);
}

.active\:border-pink-50\/100:active {
  border-color: rgb(253 242 248 / 1);
}

.active\:border-pink-50\/15:active {
  border-color: rgb(253 242 248 / 0.15);
}

.active\:border-pink-50\/20:active {
  border-color: rgb(253 242 248 / 0.2);
}

.active\:border-pink-50\/25:active {
  border-color: rgb(253 242 248 / 0.25);
}

.active\:border-pink-50\/30:active {
  border-color: rgb(253 242 248 / 0.3);
}

.active\:border-pink-50\/35:active {
  border-color: rgb(253 242 248 / 0.35);
}

.active\:border-pink-50\/40:active {
  border-color: rgb(253 242 248 / 0.4);
}

.active\:border-pink-50\/45:active {
  border-color: rgb(253 242 248 / 0.45);
}

.active\:border-pink-50\/5:active {
  border-color: rgb(253 242 248 / 0.05);
}

.active\:border-pink-50\/50:active {
  border-color: rgb(253 242 248 / 0.5);
}

.active\:border-pink-50\/55:active {
  border-color: rgb(253 242 248 / 0.55);
}

.active\:border-pink-50\/60:active {
  border-color: rgb(253 242 248 / 0.6);
}

.active\:border-pink-50\/65:active {
  border-color: rgb(253 242 248 / 0.65);
}

.active\:border-pink-50\/70:active {
  border-color: rgb(253 242 248 / 0.7);
}

.active\:border-pink-50\/75:active {
  border-color: rgb(253 242 248 / 0.75);
}

.active\:border-pink-50\/80:active {
  border-color: rgb(253 242 248 / 0.8);
}

.active\:border-pink-50\/85:active {
  border-color: rgb(253 242 248 / 0.85);
}

.active\:border-pink-50\/90:active {
  border-color: rgb(253 242 248 / 0.9);
}

.active\:border-pink-50\/95:active {
  border-color: rgb(253 242 248 / 0.95);
}

.active\:border-pink-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}

.active\:border-pink-500\/0:active {
  border-color: rgb(236 72 153 / 0);
}

.active\:border-pink-500\/10:active {
  border-color: rgb(236 72 153 / 0.1);
}

.active\:border-pink-500\/100:active {
  border-color: rgb(236 72 153 / 1);
}

.active\:border-pink-500\/15:active {
  border-color: rgb(236 72 153 / 0.15);
}

.active\:border-pink-500\/20:active {
  border-color: rgb(236 72 153 / 0.2);
}

.active\:border-pink-500\/25:active {
  border-color: rgb(236 72 153 / 0.25);
}

.active\:border-pink-500\/30:active {
  border-color: rgb(236 72 153 / 0.3);
}

.active\:border-pink-500\/35:active {
  border-color: rgb(236 72 153 / 0.35);
}

.active\:border-pink-500\/40:active {
  border-color: rgb(236 72 153 / 0.4);
}

.active\:border-pink-500\/45:active {
  border-color: rgb(236 72 153 / 0.45);
}

.active\:border-pink-500\/5:active {
  border-color: rgb(236 72 153 / 0.05);
}

.active\:border-pink-500\/50:active {
  border-color: rgb(236 72 153 / 0.5);
}

.active\:border-pink-500\/55:active {
  border-color: rgb(236 72 153 / 0.55);
}

.active\:border-pink-500\/60:active {
  border-color: rgb(236 72 153 / 0.6);
}

.active\:border-pink-500\/65:active {
  border-color: rgb(236 72 153 / 0.65);
}

.active\:border-pink-500\/70:active {
  border-color: rgb(236 72 153 / 0.7);
}

.active\:border-pink-500\/75:active {
  border-color: rgb(236 72 153 / 0.75);
}

.active\:border-pink-500\/80:active {
  border-color: rgb(236 72 153 / 0.8);
}

.active\:border-pink-500\/85:active {
  border-color: rgb(236 72 153 / 0.85);
}

.active\:border-pink-500\/90:active {
  border-color: rgb(236 72 153 / 0.9);
}

.active\:border-pink-500\/95:active {
  border-color: rgb(236 72 153 / 0.95);
}

.active\:border-pink-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}

.active\:border-pink-600\/0:active {
  border-color: rgb(219 39 119 / 0);
}

.active\:border-pink-600\/10:active {
  border-color: rgb(219 39 119 / 0.1);
}

.active\:border-pink-600\/100:active {
  border-color: rgb(219 39 119 / 1);
}

.active\:border-pink-600\/15:active {
  border-color: rgb(219 39 119 / 0.15);
}

.active\:border-pink-600\/20:active {
  border-color: rgb(219 39 119 / 0.2);
}

.active\:border-pink-600\/25:active {
  border-color: rgb(219 39 119 / 0.25);
}

.active\:border-pink-600\/30:active {
  border-color: rgb(219 39 119 / 0.3);
}

.active\:border-pink-600\/35:active {
  border-color: rgb(219 39 119 / 0.35);
}

.active\:border-pink-600\/40:active {
  border-color: rgb(219 39 119 / 0.4);
}

.active\:border-pink-600\/45:active {
  border-color: rgb(219 39 119 / 0.45);
}

.active\:border-pink-600\/5:active {
  border-color: rgb(219 39 119 / 0.05);
}

.active\:border-pink-600\/50:active {
  border-color: rgb(219 39 119 / 0.5);
}

.active\:border-pink-600\/55:active {
  border-color: rgb(219 39 119 / 0.55);
}

.active\:border-pink-600\/60:active {
  border-color: rgb(219 39 119 / 0.6);
}

.active\:border-pink-600\/65:active {
  border-color: rgb(219 39 119 / 0.65);
}

.active\:border-pink-600\/70:active {
  border-color: rgb(219 39 119 / 0.7);
}

.active\:border-pink-600\/75:active {
  border-color: rgb(219 39 119 / 0.75);
}

.active\:border-pink-600\/80:active {
  border-color: rgb(219 39 119 / 0.8);
}

.active\:border-pink-600\/85:active {
  border-color: rgb(219 39 119 / 0.85);
}

.active\:border-pink-600\/90:active {
  border-color: rgb(219 39 119 / 0.9);
}

.active\:border-pink-600\/95:active {
  border-color: rgb(219 39 119 / 0.95);
}

.active\:border-pink-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}

.active\:border-pink-700\/0:active {
  border-color: rgb(190 24 93 / 0);
}

.active\:border-pink-700\/10:active {
  border-color: rgb(190 24 93 / 0.1);
}

.active\:border-pink-700\/100:active {
  border-color: rgb(190 24 93 / 1);
}

.active\:border-pink-700\/15:active {
  border-color: rgb(190 24 93 / 0.15);
}

.active\:border-pink-700\/20:active {
  border-color: rgb(190 24 93 / 0.2);
}

.active\:border-pink-700\/25:active {
  border-color: rgb(190 24 93 / 0.25);
}

.active\:border-pink-700\/30:active {
  border-color: rgb(190 24 93 / 0.3);
}

.active\:border-pink-700\/35:active {
  border-color: rgb(190 24 93 / 0.35);
}

.active\:border-pink-700\/40:active {
  border-color: rgb(190 24 93 / 0.4);
}

.active\:border-pink-700\/45:active {
  border-color: rgb(190 24 93 / 0.45);
}

.active\:border-pink-700\/5:active {
  border-color: rgb(190 24 93 / 0.05);
}

.active\:border-pink-700\/50:active {
  border-color: rgb(190 24 93 / 0.5);
}

.active\:border-pink-700\/55:active {
  border-color: rgb(190 24 93 / 0.55);
}

.active\:border-pink-700\/60:active {
  border-color: rgb(190 24 93 / 0.6);
}

.active\:border-pink-700\/65:active {
  border-color: rgb(190 24 93 / 0.65);
}

.active\:border-pink-700\/70:active {
  border-color: rgb(190 24 93 / 0.7);
}

.active\:border-pink-700\/75:active {
  border-color: rgb(190 24 93 / 0.75);
}

.active\:border-pink-700\/80:active {
  border-color: rgb(190 24 93 / 0.8);
}

.active\:border-pink-700\/85:active {
  border-color: rgb(190 24 93 / 0.85);
}

.active\:border-pink-700\/90:active {
  border-color: rgb(190 24 93 / 0.9);
}

.active\:border-pink-700\/95:active {
  border-color: rgb(190 24 93 / 0.95);
}

.active\:border-pink-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}

.active\:border-pink-800\/0:active {
  border-color: rgb(157 23 77 / 0);
}

.active\:border-pink-800\/10:active {
  border-color: rgb(157 23 77 / 0.1);
}

.active\:border-pink-800\/100:active {
  border-color: rgb(157 23 77 / 1);
}

.active\:border-pink-800\/15:active {
  border-color: rgb(157 23 77 / 0.15);
}

.active\:border-pink-800\/20:active {
  border-color: rgb(157 23 77 / 0.2);
}

.active\:border-pink-800\/25:active {
  border-color: rgb(157 23 77 / 0.25);
}

.active\:border-pink-800\/30:active {
  border-color: rgb(157 23 77 / 0.3);
}

.active\:border-pink-800\/35:active {
  border-color: rgb(157 23 77 / 0.35);
}

.active\:border-pink-800\/40:active {
  border-color: rgb(157 23 77 / 0.4);
}

.active\:border-pink-800\/45:active {
  border-color: rgb(157 23 77 / 0.45);
}

.active\:border-pink-800\/5:active {
  border-color: rgb(157 23 77 / 0.05);
}

.active\:border-pink-800\/50:active {
  border-color: rgb(157 23 77 / 0.5);
}

.active\:border-pink-800\/55:active {
  border-color: rgb(157 23 77 / 0.55);
}

.active\:border-pink-800\/60:active {
  border-color: rgb(157 23 77 / 0.6);
}

.active\:border-pink-800\/65:active {
  border-color: rgb(157 23 77 / 0.65);
}

.active\:border-pink-800\/70:active {
  border-color: rgb(157 23 77 / 0.7);
}

.active\:border-pink-800\/75:active {
  border-color: rgb(157 23 77 / 0.75);
}

.active\:border-pink-800\/80:active {
  border-color: rgb(157 23 77 / 0.8);
}

.active\:border-pink-800\/85:active {
  border-color: rgb(157 23 77 / 0.85);
}

.active\:border-pink-800\/90:active {
  border-color: rgb(157 23 77 / 0.9);
}

.active\:border-pink-800\/95:active {
  border-color: rgb(157 23 77 / 0.95);
}

.active\:border-pink-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}

.active\:border-pink-900\/0:active {
  border-color: rgb(131 24 67 / 0);
}

.active\:border-pink-900\/10:active {
  border-color: rgb(131 24 67 / 0.1);
}

.active\:border-pink-900\/100:active {
  border-color: rgb(131 24 67 / 1);
}

.active\:border-pink-900\/15:active {
  border-color: rgb(131 24 67 / 0.15);
}

.active\:border-pink-900\/20:active {
  border-color: rgb(131 24 67 / 0.2);
}

.active\:border-pink-900\/25:active {
  border-color: rgb(131 24 67 / 0.25);
}

.active\:border-pink-900\/30:active {
  border-color: rgb(131 24 67 / 0.3);
}

.active\:border-pink-900\/35:active {
  border-color: rgb(131 24 67 / 0.35);
}

.active\:border-pink-900\/40:active {
  border-color: rgb(131 24 67 / 0.4);
}

.active\:border-pink-900\/45:active {
  border-color: rgb(131 24 67 / 0.45);
}

.active\:border-pink-900\/5:active {
  border-color: rgb(131 24 67 / 0.05);
}

.active\:border-pink-900\/50:active {
  border-color: rgb(131 24 67 / 0.5);
}

.active\:border-pink-900\/55:active {
  border-color: rgb(131 24 67 / 0.55);
}

.active\:border-pink-900\/60:active {
  border-color: rgb(131 24 67 / 0.6);
}

.active\:border-pink-900\/65:active {
  border-color: rgb(131 24 67 / 0.65);
}

.active\:border-pink-900\/70:active {
  border-color: rgb(131 24 67 / 0.7);
}

.active\:border-pink-900\/75:active {
  border-color: rgb(131 24 67 / 0.75);
}

.active\:border-pink-900\/80:active {
  border-color: rgb(131 24 67 / 0.8);
}

.active\:border-pink-900\/85:active {
  border-color: rgb(131 24 67 / 0.85);
}

.active\:border-pink-900\/90:active {
  border-color: rgb(131 24 67 / 0.9);
}

.active\:border-pink-900\/95:active {
  border-color: rgb(131 24 67 / 0.95);
}

.active\:border-pink-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}

.active\:border-pink-950\/0:active {
  border-color: rgb(80 7 36 / 0);
}

.active\:border-pink-950\/10:active {
  border-color: rgb(80 7 36 / 0.1);
}

.active\:border-pink-950\/100:active {
  border-color: rgb(80 7 36 / 1);
}

.active\:border-pink-950\/15:active {
  border-color: rgb(80 7 36 / 0.15);
}

.active\:border-pink-950\/20:active {
  border-color: rgb(80 7 36 / 0.2);
}

.active\:border-pink-950\/25:active {
  border-color: rgb(80 7 36 / 0.25);
}

.active\:border-pink-950\/30:active {
  border-color: rgb(80 7 36 / 0.3);
}

.active\:border-pink-950\/35:active {
  border-color: rgb(80 7 36 / 0.35);
}

.active\:border-pink-950\/40:active {
  border-color: rgb(80 7 36 / 0.4);
}

.active\:border-pink-950\/45:active {
  border-color: rgb(80 7 36 / 0.45);
}

.active\:border-pink-950\/5:active {
  border-color: rgb(80 7 36 / 0.05);
}

.active\:border-pink-950\/50:active {
  border-color: rgb(80 7 36 / 0.5);
}

.active\:border-pink-950\/55:active {
  border-color: rgb(80 7 36 / 0.55);
}

.active\:border-pink-950\/60:active {
  border-color: rgb(80 7 36 / 0.6);
}

.active\:border-pink-950\/65:active {
  border-color: rgb(80 7 36 / 0.65);
}

.active\:border-pink-950\/70:active {
  border-color: rgb(80 7 36 / 0.7);
}

.active\:border-pink-950\/75:active {
  border-color: rgb(80 7 36 / 0.75);
}

.active\:border-pink-950\/80:active {
  border-color: rgb(80 7 36 / 0.8);
}

.active\:border-pink-950\/85:active {
  border-color: rgb(80 7 36 / 0.85);
}

.active\:border-pink-950\/90:active {
  border-color: rgb(80 7 36 / 0.9);
}

.active\:border-pink-950\/95:active {
  border-color: rgb(80 7 36 / 0.95);
}

.active\:border-purple-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}

.active\:border-purple-100\/0:active {
  border-color: rgb(243 232 255 / 0);
}

.active\:border-purple-100\/10:active {
  border-color: rgb(243 232 255 / 0.1);
}

.active\:border-purple-100\/100:active {
  border-color: rgb(243 232 255 / 1);
}

.active\:border-purple-100\/15:active {
  border-color: rgb(243 232 255 / 0.15);
}

.active\:border-purple-100\/20:active {
  border-color: rgb(243 232 255 / 0.2);
}

.active\:border-purple-100\/25:active {
  border-color: rgb(243 232 255 / 0.25);
}

.active\:border-purple-100\/30:active {
  border-color: rgb(243 232 255 / 0.3);
}

.active\:border-purple-100\/35:active {
  border-color: rgb(243 232 255 / 0.35);
}

.active\:border-purple-100\/40:active {
  border-color: rgb(243 232 255 / 0.4);
}

.active\:border-purple-100\/45:active {
  border-color: rgb(243 232 255 / 0.45);
}

.active\:border-purple-100\/5:active {
  border-color: rgb(243 232 255 / 0.05);
}

.active\:border-purple-100\/50:active {
  border-color: rgb(243 232 255 / 0.5);
}

.active\:border-purple-100\/55:active {
  border-color: rgb(243 232 255 / 0.55);
}

.active\:border-purple-100\/60:active {
  border-color: rgb(243 232 255 / 0.6);
}

.active\:border-purple-100\/65:active {
  border-color: rgb(243 232 255 / 0.65);
}

.active\:border-purple-100\/70:active {
  border-color: rgb(243 232 255 / 0.7);
}

.active\:border-purple-100\/75:active {
  border-color: rgb(243 232 255 / 0.75);
}

.active\:border-purple-100\/80:active {
  border-color: rgb(243 232 255 / 0.8);
}

.active\:border-purple-100\/85:active {
  border-color: rgb(243 232 255 / 0.85);
}

.active\:border-purple-100\/90:active {
  border-color: rgb(243 232 255 / 0.9);
}

.active\:border-purple-100\/95:active {
  border-color: rgb(243 232 255 / 0.95);
}

.active\:border-purple-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}

.active\:border-purple-200\/0:active {
  border-color: rgb(233 213 255 / 0);
}

.active\:border-purple-200\/10:active {
  border-color: rgb(233 213 255 / 0.1);
}

.active\:border-purple-200\/100:active {
  border-color: rgb(233 213 255 / 1);
}

.active\:border-purple-200\/15:active {
  border-color: rgb(233 213 255 / 0.15);
}

.active\:border-purple-200\/20:active {
  border-color: rgb(233 213 255 / 0.2);
}

.active\:border-purple-200\/25:active {
  border-color: rgb(233 213 255 / 0.25);
}

.active\:border-purple-200\/30:active {
  border-color: rgb(233 213 255 / 0.3);
}

.active\:border-purple-200\/35:active {
  border-color: rgb(233 213 255 / 0.35);
}

.active\:border-purple-200\/40:active {
  border-color: rgb(233 213 255 / 0.4);
}

.active\:border-purple-200\/45:active {
  border-color: rgb(233 213 255 / 0.45);
}

.active\:border-purple-200\/5:active {
  border-color: rgb(233 213 255 / 0.05);
}

.active\:border-purple-200\/50:active {
  border-color: rgb(233 213 255 / 0.5);
}

.active\:border-purple-200\/55:active {
  border-color: rgb(233 213 255 / 0.55);
}

.active\:border-purple-200\/60:active {
  border-color: rgb(233 213 255 / 0.6);
}

.active\:border-purple-200\/65:active {
  border-color: rgb(233 213 255 / 0.65);
}

.active\:border-purple-200\/70:active {
  border-color: rgb(233 213 255 / 0.7);
}

.active\:border-purple-200\/75:active {
  border-color: rgb(233 213 255 / 0.75);
}

.active\:border-purple-200\/80:active {
  border-color: rgb(233 213 255 / 0.8);
}

.active\:border-purple-200\/85:active {
  border-color: rgb(233 213 255 / 0.85);
}

.active\:border-purple-200\/90:active {
  border-color: rgb(233 213 255 / 0.9);
}

.active\:border-purple-200\/95:active {
  border-color: rgb(233 213 255 / 0.95);
}

.active\:border-purple-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.active\:border-purple-300\/0:active {
  border-color: rgb(216 180 254 / 0);
}

.active\:border-purple-300\/10:active {
  border-color: rgb(216 180 254 / 0.1);
}

.active\:border-purple-300\/100:active {
  border-color: rgb(216 180 254 / 1);
}

.active\:border-purple-300\/15:active {
  border-color: rgb(216 180 254 / 0.15);
}

.active\:border-purple-300\/20:active {
  border-color: rgb(216 180 254 / 0.2);
}

.active\:border-purple-300\/25:active {
  border-color: rgb(216 180 254 / 0.25);
}

.active\:border-purple-300\/30:active {
  border-color: rgb(216 180 254 / 0.3);
}

.active\:border-purple-300\/35:active {
  border-color: rgb(216 180 254 / 0.35);
}

.active\:border-purple-300\/40:active {
  border-color: rgb(216 180 254 / 0.4);
}

.active\:border-purple-300\/45:active {
  border-color: rgb(216 180 254 / 0.45);
}

.active\:border-purple-300\/5:active {
  border-color: rgb(216 180 254 / 0.05);
}

.active\:border-purple-300\/50:active {
  border-color: rgb(216 180 254 / 0.5);
}

.active\:border-purple-300\/55:active {
  border-color: rgb(216 180 254 / 0.55);
}

.active\:border-purple-300\/60:active {
  border-color: rgb(216 180 254 / 0.6);
}

.active\:border-purple-300\/65:active {
  border-color: rgb(216 180 254 / 0.65);
}

.active\:border-purple-300\/70:active {
  border-color: rgb(216 180 254 / 0.7);
}

.active\:border-purple-300\/75:active {
  border-color: rgb(216 180 254 / 0.75);
}

.active\:border-purple-300\/80:active {
  border-color: rgb(216 180 254 / 0.8);
}

.active\:border-purple-300\/85:active {
  border-color: rgb(216 180 254 / 0.85);
}

.active\:border-purple-300\/90:active {
  border-color: rgb(216 180 254 / 0.9);
}

.active\:border-purple-300\/95:active {
  border-color: rgb(216 180 254 / 0.95);
}

.active\:border-purple-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.active\:border-purple-400\/0:active {
  border-color: rgb(192 132 252 / 0);
}

.active\:border-purple-400\/10:active {
  border-color: rgb(192 132 252 / 0.1);
}

.active\:border-purple-400\/100:active {
  border-color: rgb(192 132 252 / 1);
}

.active\:border-purple-400\/15:active {
  border-color: rgb(192 132 252 / 0.15);
}

.active\:border-purple-400\/20:active {
  border-color: rgb(192 132 252 / 0.2);
}

.active\:border-purple-400\/25:active {
  border-color: rgb(192 132 252 / 0.25);
}

.active\:border-purple-400\/30:active {
  border-color: rgb(192 132 252 / 0.3);
}

.active\:border-purple-400\/35:active {
  border-color: rgb(192 132 252 / 0.35);
}

.active\:border-purple-400\/40:active {
  border-color: rgb(192 132 252 / 0.4);
}

.active\:border-purple-400\/45:active {
  border-color: rgb(192 132 252 / 0.45);
}

.active\:border-purple-400\/5:active {
  border-color: rgb(192 132 252 / 0.05);
}

.active\:border-purple-400\/50:active {
  border-color: rgb(192 132 252 / 0.5);
}

.active\:border-purple-400\/55:active {
  border-color: rgb(192 132 252 / 0.55);
}

.active\:border-purple-400\/60:active {
  border-color: rgb(192 132 252 / 0.6);
}

.active\:border-purple-400\/65:active {
  border-color: rgb(192 132 252 / 0.65);
}

.active\:border-purple-400\/70:active {
  border-color: rgb(192 132 252 / 0.7);
}

.active\:border-purple-400\/75:active {
  border-color: rgb(192 132 252 / 0.75);
}

.active\:border-purple-400\/80:active {
  border-color: rgb(192 132 252 / 0.8);
}

.active\:border-purple-400\/85:active {
  border-color: rgb(192 132 252 / 0.85);
}

.active\:border-purple-400\/90:active {
  border-color: rgb(192 132 252 / 0.9);
}

.active\:border-purple-400\/95:active {
  border-color: rgb(192 132 252 / 0.95);
}

.active\:border-purple-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}

.active\:border-purple-50\/0:active {
  border-color: rgb(250 245 255 / 0);
}

.active\:border-purple-50\/10:active {
  border-color: rgb(250 245 255 / 0.1);
}

.active\:border-purple-50\/100:active {
  border-color: rgb(250 245 255 / 1);
}

.active\:border-purple-50\/15:active {
  border-color: rgb(250 245 255 / 0.15);
}

.active\:border-purple-50\/20:active {
  border-color: rgb(250 245 255 / 0.2);
}

.active\:border-purple-50\/25:active {
  border-color: rgb(250 245 255 / 0.25);
}

.active\:border-purple-50\/30:active {
  border-color: rgb(250 245 255 / 0.3);
}

.active\:border-purple-50\/35:active {
  border-color: rgb(250 245 255 / 0.35);
}

.active\:border-purple-50\/40:active {
  border-color: rgb(250 245 255 / 0.4);
}

.active\:border-purple-50\/45:active {
  border-color: rgb(250 245 255 / 0.45);
}

.active\:border-purple-50\/5:active {
  border-color: rgb(250 245 255 / 0.05);
}

.active\:border-purple-50\/50:active {
  border-color: rgb(250 245 255 / 0.5);
}

.active\:border-purple-50\/55:active {
  border-color: rgb(250 245 255 / 0.55);
}

.active\:border-purple-50\/60:active {
  border-color: rgb(250 245 255 / 0.6);
}

.active\:border-purple-50\/65:active {
  border-color: rgb(250 245 255 / 0.65);
}

.active\:border-purple-50\/70:active {
  border-color: rgb(250 245 255 / 0.7);
}

.active\:border-purple-50\/75:active {
  border-color: rgb(250 245 255 / 0.75);
}

.active\:border-purple-50\/80:active {
  border-color: rgb(250 245 255 / 0.8);
}

.active\:border-purple-50\/85:active {
  border-color: rgb(250 245 255 / 0.85);
}

.active\:border-purple-50\/90:active {
  border-color: rgb(250 245 255 / 0.9);
}

.active\:border-purple-50\/95:active {
  border-color: rgb(250 245 255 / 0.95);
}

.active\:border-purple-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.active\:border-purple-500\/0:active {
  border-color: rgb(168 85 247 / 0);
}

.active\:border-purple-500\/10:active {
  border-color: rgb(168 85 247 / 0.1);
}

.active\:border-purple-500\/100:active {
  border-color: rgb(168 85 247 / 1);
}

.active\:border-purple-500\/15:active {
  border-color: rgb(168 85 247 / 0.15);
}

.active\:border-purple-500\/20:active {
  border-color: rgb(168 85 247 / 0.2);
}

.active\:border-purple-500\/25:active {
  border-color: rgb(168 85 247 / 0.25);
}

.active\:border-purple-500\/30:active {
  border-color: rgb(168 85 247 / 0.3);
}

.active\:border-purple-500\/35:active {
  border-color: rgb(168 85 247 / 0.35);
}

.active\:border-purple-500\/40:active {
  border-color: rgb(168 85 247 / 0.4);
}

.active\:border-purple-500\/45:active {
  border-color: rgb(168 85 247 / 0.45);
}

.active\:border-purple-500\/5:active {
  border-color: rgb(168 85 247 / 0.05);
}

.active\:border-purple-500\/50:active {
  border-color: rgb(168 85 247 / 0.5);
}

.active\:border-purple-500\/55:active {
  border-color: rgb(168 85 247 / 0.55);
}

.active\:border-purple-500\/60:active {
  border-color: rgb(168 85 247 / 0.6);
}

.active\:border-purple-500\/65:active {
  border-color: rgb(168 85 247 / 0.65);
}

.active\:border-purple-500\/70:active {
  border-color: rgb(168 85 247 / 0.7);
}

.active\:border-purple-500\/75:active {
  border-color: rgb(168 85 247 / 0.75);
}

.active\:border-purple-500\/80:active {
  border-color: rgb(168 85 247 / 0.8);
}

.active\:border-purple-500\/85:active {
  border-color: rgb(168 85 247 / 0.85);
}

.active\:border-purple-500\/90:active {
  border-color: rgb(168 85 247 / 0.9);
}

.active\:border-purple-500\/95:active {
  border-color: rgb(168 85 247 / 0.95);
}

.active\:border-purple-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}

.active\:border-purple-600\/0:active {
  border-color: rgb(147 51 234 / 0);
}

.active\:border-purple-600\/10:active {
  border-color: rgb(147 51 234 / 0.1);
}

.active\:border-purple-600\/100:active {
  border-color: rgb(147 51 234 / 1);
}

.active\:border-purple-600\/15:active {
  border-color: rgb(147 51 234 / 0.15);
}

.active\:border-purple-600\/20:active {
  border-color: rgb(147 51 234 / 0.2);
}

.active\:border-purple-600\/25:active {
  border-color: rgb(147 51 234 / 0.25);
}

.active\:border-purple-600\/30:active {
  border-color: rgb(147 51 234 / 0.3);
}

.active\:border-purple-600\/35:active {
  border-color: rgb(147 51 234 / 0.35);
}

.active\:border-purple-600\/40:active {
  border-color: rgb(147 51 234 / 0.4);
}

.active\:border-purple-600\/45:active {
  border-color: rgb(147 51 234 / 0.45);
}

.active\:border-purple-600\/5:active {
  border-color: rgb(147 51 234 / 0.05);
}

.active\:border-purple-600\/50:active {
  border-color: rgb(147 51 234 / 0.5);
}

.active\:border-purple-600\/55:active {
  border-color: rgb(147 51 234 / 0.55);
}

.active\:border-purple-600\/60:active {
  border-color: rgb(147 51 234 / 0.6);
}

.active\:border-purple-600\/65:active {
  border-color: rgb(147 51 234 / 0.65);
}

.active\:border-purple-600\/70:active {
  border-color: rgb(147 51 234 / 0.7);
}

.active\:border-purple-600\/75:active {
  border-color: rgb(147 51 234 / 0.75);
}

.active\:border-purple-600\/80:active {
  border-color: rgb(147 51 234 / 0.8);
}

.active\:border-purple-600\/85:active {
  border-color: rgb(147 51 234 / 0.85);
}

.active\:border-purple-600\/90:active {
  border-color: rgb(147 51 234 / 0.9);
}

.active\:border-purple-600\/95:active {
  border-color: rgb(147 51 234 / 0.95);
}

.active\:border-purple-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}

.active\:border-purple-700\/0:active {
  border-color: rgb(126 34 206 / 0);
}

.active\:border-purple-700\/10:active {
  border-color: rgb(126 34 206 / 0.1);
}

.active\:border-purple-700\/100:active {
  border-color: rgb(126 34 206 / 1);
}

.active\:border-purple-700\/15:active {
  border-color: rgb(126 34 206 / 0.15);
}

.active\:border-purple-700\/20:active {
  border-color: rgb(126 34 206 / 0.2);
}

.active\:border-purple-700\/25:active {
  border-color: rgb(126 34 206 / 0.25);
}

.active\:border-purple-700\/30:active {
  border-color: rgb(126 34 206 / 0.3);
}

.active\:border-purple-700\/35:active {
  border-color: rgb(126 34 206 / 0.35);
}

.active\:border-purple-700\/40:active {
  border-color: rgb(126 34 206 / 0.4);
}

.active\:border-purple-700\/45:active {
  border-color: rgb(126 34 206 / 0.45);
}

.active\:border-purple-700\/5:active {
  border-color: rgb(126 34 206 / 0.05);
}

.active\:border-purple-700\/50:active {
  border-color: rgb(126 34 206 / 0.5);
}

.active\:border-purple-700\/55:active {
  border-color: rgb(126 34 206 / 0.55);
}

.active\:border-purple-700\/60:active {
  border-color: rgb(126 34 206 / 0.6);
}

.active\:border-purple-700\/65:active {
  border-color: rgb(126 34 206 / 0.65);
}

.active\:border-purple-700\/70:active {
  border-color: rgb(126 34 206 / 0.7);
}

.active\:border-purple-700\/75:active {
  border-color: rgb(126 34 206 / 0.75);
}

.active\:border-purple-700\/80:active {
  border-color: rgb(126 34 206 / 0.8);
}

.active\:border-purple-700\/85:active {
  border-color: rgb(126 34 206 / 0.85);
}

.active\:border-purple-700\/90:active {
  border-color: rgb(126 34 206 / 0.9);
}

.active\:border-purple-700\/95:active {
  border-color: rgb(126 34 206 / 0.95);
}

.active\:border-purple-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}

.active\:border-purple-800\/0:active {
  border-color: rgb(107 33 168 / 0);
}

.active\:border-purple-800\/10:active {
  border-color: rgb(107 33 168 / 0.1);
}

.active\:border-purple-800\/100:active {
  border-color: rgb(107 33 168 / 1);
}

.active\:border-purple-800\/15:active {
  border-color: rgb(107 33 168 / 0.15);
}

.active\:border-purple-800\/20:active {
  border-color: rgb(107 33 168 / 0.2);
}

.active\:border-purple-800\/25:active {
  border-color: rgb(107 33 168 / 0.25);
}

.active\:border-purple-800\/30:active {
  border-color: rgb(107 33 168 / 0.3);
}

.active\:border-purple-800\/35:active {
  border-color: rgb(107 33 168 / 0.35);
}

.active\:border-purple-800\/40:active {
  border-color: rgb(107 33 168 / 0.4);
}

.active\:border-purple-800\/45:active {
  border-color: rgb(107 33 168 / 0.45);
}

.active\:border-purple-800\/5:active {
  border-color: rgb(107 33 168 / 0.05);
}

.active\:border-purple-800\/50:active {
  border-color: rgb(107 33 168 / 0.5);
}

.active\:border-purple-800\/55:active {
  border-color: rgb(107 33 168 / 0.55);
}

.active\:border-purple-800\/60:active {
  border-color: rgb(107 33 168 / 0.6);
}

.active\:border-purple-800\/65:active {
  border-color: rgb(107 33 168 / 0.65);
}

.active\:border-purple-800\/70:active {
  border-color: rgb(107 33 168 / 0.7);
}

.active\:border-purple-800\/75:active {
  border-color: rgb(107 33 168 / 0.75);
}

.active\:border-purple-800\/80:active {
  border-color: rgb(107 33 168 / 0.8);
}

.active\:border-purple-800\/85:active {
  border-color: rgb(107 33 168 / 0.85);
}

.active\:border-purple-800\/90:active {
  border-color: rgb(107 33 168 / 0.9);
}

.active\:border-purple-800\/95:active {
  border-color: rgb(107 33 168 / 0.95);
}

.active\:border-purple-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}

.active\:border-purple-900\/0:active {
  border-color: rgb(88 28 135 / 0);
}

.active\:border-purple-900\/10:active {
  border-color: rgb(88 28 135 / 0.1);
}

.active\:border-purple-900\/100:active {
  border-color: rgb(88 28 135 / 1);
}

.active\:border-purple-900\/15:active {
  border-color: rgb(88 28 135 / 0.15);
}

.active\:border-purple-900\/20:active {
  border-color: rgb(88 28 135 / 0.2);
}

.active\:border-purple-900\/25:active {
  border-color: rgb(88 28 135 / 0.25);
}

.active\:border-purple-900\/30:active {
  border-color: rgb(88 28 135 / 0.3);
}

.active\:border-purple-900\/35:active {
  border-color: rgb(88 28 135 / 0.35);
}

.active\:border-purple-900\/40:active {
  border-color: rgb(88 28 135 / 0.4);
}

.active\:border-purple-900\/45:active {
  border-color: rgb(88 28 135 / 0.45);
}

.active\:border-purple-900\/5:active {
  border-color: rgb(88 28 135 / 0.05);
}

.active\:border-purple-900\/50:active {
  border-color: rgb(88 28 135 / 0.5);
}

.active\:border-purple-900\/55:active {
  border-color: rgb(88 28 135 / 0.55);
}

.active\:border-purple-900\/60:active {
  border-color: rgb(88 28 135 / 0.6);
}

.active\:border-purple-900\/65:active {
  border-color: rgb(88 28 135 / 0.65);
}

.active\:border-purple-900\/70:active {
  border-color: rgb(88 28 135 / 0.7);
}

.active\:border-purple-900\/75:active {
  border-color: rgb(88 28 135 / 0.75);
}

.active\:border-purple-900\/80:active {
  border-color: rgb(88 28 135 / 0.8);
}

.active\:border-purple-900\/85:active {
  border-color: rgb(88 28 135 / 0.85);
}

.active\:border-purple-900\/90:active {
  border-color: rgb(88 28 135 / 0.9);
}

.active\:border-purple-900\/95:active {
  border-color: rgb(88 28 135 / 0.95);
}

.active\:border-purple-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}

.active\:border-purple-950\/0:active {
  border-color: rgb(59 7 100 / 0);
}

.active\:border-purple-950\/10:active {
  border-color: rgb(59 7 100 / 0.1);
}

.active\:border-purple-950\/100:active {
  border-color: rgb(59 7 100 / 1);
}

.active\:border-purple-950\/15:active {
  border-color: rgb(59 7 100 / 0.15);
}

.active\:border-purple-950\/20:active {
  border-color: rgb(59 7 100 / 0.2);
}

.active\:border-purple-950\/25:active {
  border-color: rgb(59 7 100 / 0.25);
}

.active\:border-purple-950\/30:active {
  border-color: rgb(59 7 100 / 0.3);
}

.active\:border-purple-950\/35:active {
  border-color: rgb(59 7 100 / 0.35);
}

.active\:border-purple-950\/40:active {
  border-color: rgb(59 7 100 / 0.4);
}

.active\:border-purple-950\/45:active {
  border-color: rgb(59 7 100 / 0.45);
}

.active\:border-purple-950\/5:active {
  border-color: rgb(59 7 100 / 0.05);
}

.active\:border-purple-950\/50:active {
  border-color: rgb(59 7 100 / 0.5);
}

.active\:border-purple-950\/55:active {
  border-color: rgb(59 7 100 / 0.55);
}

.active\:border-purple-950\/60:active {
  border-color: rgb(59 7 100 / 0.6);
}

.active\:border-purple-950\/65:active {
  border-color: rgb(59 7 100 / 0.65);
}

.active\:border-purple-950\/70:active {
  border-color: rgb(59 7 100 / 0.7);
}

.active\:border-purple-950\/75:active {
  border-color: rgb(59 7 100 / 0.75);
}

.active\:border-purple-950\/80:active {
  border-color: rgb(59 7 100 / 0.8);
}

.active\:border-purple-950\/85:active {
  border-color: rgb(59 7 100 / 0.85);
}

.active\:border-purple-950\/90:active {
  border-color: rgb(59 7 100 / 0.9);
}

.active\:border-purple-950\/95:active {
  border-color: rgb(59 7 100 / 0.95);
}

.active\:border-red-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.active\:border-red-100\/0:active {
  border-color: rgb(254 226 226 / 0);
}

.active\:border-red-100\/10:active {
  border-color: rgb(254 226 226 / 0.1);
}

.active\:border-red-100\/100:active {
  border-color: rgb(254 226 226 / 1);
}

.active\:border-red-100\/15:active {
  border-color: rgb(254 226 226 / 0.15);
}

.active\:border-red-100\/20:active {
  border-color: rgb(254 226 226 / 0.2);
}

.active\:border-red-100\/25:active {
  border-color: rgb(254 226 226 / 0.25);
}

.active\:border-red-100\/30:active {
  border-color: rgb(254 226 226 / 0.3);
}

.active\:border-red-100\/35:active {
  border-color: rgb(254 226 226 / 0.35);
}

.active\:border-red-100\/40:active {
  border-color: rgb(254 226 226 / 0.4);
}

.active\:border-red-100\/45:active {
  border-color: rgb(254 226 226 / 0.45);
}

.active\:border-red-100\/5:active {
  border-color: rgb(254 226 226 / 0.05);
}

.active\:border-red-100\/50:active {
  border-color: rgb(254 226 226 / 0.5);
}

.active\:border-red-100\/55:active {
  border-color: rgb(254 226 226 / 0.55);
}

.active\:border-red-100\/60:active {
  border-color: rgb(254 226 226 / 0.6);
}

.active\:border-red-100\/65:active {
  border-color: rgb(254 226 226 / 0.65);
}

.active\:border-red-100\/70:active {
  border-color: rgb(254 226 226 / 0.7);
}

.active\:border-red-100\/75:active {
  border-color: rgb(254 226 226 / 0.75);
}

.active\:border-red-100\/80:active {
  border-color: rgb(254 226 226 / 0.8);
}

.active\:border-red-100\/85:active {
  border-color: rgb(254 226 226 / 0.85);
}

.active\:border-red-100\/90:active {
  border-color: rgb(254 226 226 / 0.9);
}

.active\:border-red-100\/95:active {
  border-color: rgb(254 226 226 / 0.95);
}

.active\:border-red-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.active\:border-red-200\/0:active {
  border-color: rgb(254 202 202 / 0);
}

.active\:border-red-200\/10:active {
  border-color: rgb(254 202 202 / 0.1);
}

.active\:border-red-200\/100:active {
  border-color: rgb(254 202 202 / 1);
}

.active\:border-red-200\/15:active {
  border-color: rgb(254 202 202 / 0.15);
}

.active\:border-red-200\/20:active {
  border-color: rgb(254 202 202 / 0.2);
}

.active\:border-red-200\/25:active {
  border-color: rgb(254 202 202 / 0.25);
}

.active\:border-red-200\/30:active {
  border-color: rgb(254 202 202 / 0.3);
}

.active\:border-red-200\/35:active {
  border-color: rgb(254 202 202 / 0.35);
}

.active\:border-red-200\/40:active {
  border-color: rgb(254 202 202 / 0.4);
}

.active\:border-red-200\/45:active {
  border-color: rgb(254 202 202 / 0.45);
}

.active\:border-red-200\/5:active {
  border-color: rgb(254 202 202 / 0.05);
}

.active\:border-red-200\/50:active {
  border-color: rgb(254 202 202 / 0.5);
}

.active\:border-red-200\/55:active {
  border-color: rgb(254 202 202 / 0.55);
}

.active\:border-red-200\/60:active {
  border-color: rgb(254 202 202 / 0.6);
}

.active\:border-red-200\/65:active {
  border-color: rgb(254 202 202 / 0.65);
}

.active\:border-red-200\/70:active {
  border-color: rgb(254 202 202 / 0.7);
}

.active\:border-red-200\/75:active {
  border-color: rgb(254 202 202 / 0.75);
}

.active\:border-red-200\/80:active {
  border-color: rgb(254 202 202 / 0.8);
}

.active\:border-red-200\/85:active {
  border-color: rgb(254 202 202 / 0.85);
}

.active\:border-red-200\/90:active {
  border-color: rgb(254 202 202 / 0.9);
}

.active\:border-red-200\/95:active {
  border-color: rgb(254 202 202 / 0.95);
}

.active\:border-red-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.active\:border-red-300\/0:active {
  border-color: rgb(252 165 165 / 0);
}

.active\:border-red-300\/10:active {
  border-color: rgb(252 165 165 / 0.1);
}

.active\:border-red-300\/100:active {
  border-color: rgb(252 165 165 / 1);
}

.active\:border-red-300\/15:active {
  border-color: rgb(252 165 165 / 0.15);
}

.active\:border-red-300\/20:active {
  border-color: rgb(252 165 165 / 0.2);
}

.active\:border-red-300\/25:active {
  border-color: rgb(252 165 165 / 0.25);
}

.active\:border-red-300\/30:active {
  border-color: rgb(252 165 165 / 0.3);
}

.active\:border-red-300\/35:active {
  border-color: rgb(252 165 165 / 0.35);
}

.active\:border-red-300\/40:active {
  border-color: rgb(252 165 165 / 0.4);
}

.active\:border-red-300\/45:active {
  border-color: rgb(252 165 165 / 0.45);
}

.active\:border-red-300\/5:active {
  border-color: rgb(252 165 165 / 0.05);
}

.active\:border-red-300\/50:active {
  border-color: rgb(252 165 165 / 0.5);
}

.active\:border-red-300\/55:active {
  border-color: rgb(252 165 165 / 0.55);
}

.active\:border-red-300\/60:active {
  border-color: rgb(252 165 165 / 0.6);
}

.active\:border-red-300\/65:active {
  border-color: rgb(252 165 165 / 0.65);
}

.active\:border-red-300\/70:active {
  border-color: rgb(252 165 165 / 0.7);
}

.active\:border-red-300\/75:active {
  border-color: rgb(252 165 165 / 0.75);
}

.active\:border-red-300\/80:active {
  border-color: rgb(252 165 165 / 0.8);
}

.active\:border-red-300\/85:active {
  border-color: rgb(252 165 165 / 0.85);
}

.active\:border-red-300\/90:active {
  border-color: rgb(252 165 165 / 0.9);
}

.active\:border-red-300\/95:active {
  border-color: rgb(252 165 165 / 0.95);
}

.active\:border-red-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.active\:border-red-400\/0:active {
  border-color: rgb(248 113 113 / 0);
}

.active\:border-red-400\/10:active {
  border-color: rgb(248 113 113 / 0.1);
}

.active\:border-red-400\/100:active {
  border-color: rgb(248 113 113 / 1);
}

.active\:border-red-400\/15:active {
  border-color: rgb(248 113 113 / 0.15);
}

.active\:border-red-400\/20:active {
  border-color: rgb(248 113 113 / 0.2);
}

.active\:border-red-400\/25:active {
  border-color: rgb(248 113 113 / 0.25);
}

.active\:border-red-400\/30:active {
  border-color: rgb(248 113 113 / 0.3);
}

.active\:border-red-400\/35:active {
  border-color: rgb(248 113 113 / 0.35);
}

.active\:border-red-400\/40:active {
  border-color: rgb(248 113 113 / 0.4);
}

.active\:border-red-400\/45:active {
  border-color: rgb(248 113 113 / 0.45);
}

.active\:border-red-400\/5:active {
  border-color: rgb(248 113 113 / 0.05);
}

.active\:border-red-400\/50:active {
  border-color: rgb(248 113 113 / 0.5);
}

.active\:border-red-400\/55:active {
  border-color: rgb(248 113 113 / 0.55);
}

.active\:border-red-400\/60:active {
  border-color: rgb(248 113 113 / 0.6);
}

.active\:border-red-400\/65:active {
  border-color: rgb(248 113 113 / 0.65);
}

.active\:border-red-400\/70:active {
  border-color: rgb(248 113 113 / 0.7);
}

.active\:border-red-400\/75:active {
  border-color: rgb(248 113 113 / 0.75);
}

.active\:border-red-400\/80:active {
  border-color: rgb(248 113 113 / 0.8);
}

.active\:border-red-400\/85:active {
  border-color: rgb(248 113 113 / 0.85);
}

.active\:border-red-400\/90:active {
  border-color: rgb(248 113 113 / 0.9);
}

.active\:border-red-400\/95:active {
  border-color: rgb(248 113 113 / 0.95);
}

.active\:border-red-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}

.active\:border-red-50\/0:active {
  border-color: rgb(254 242 242 / 0);
}

.active\:border-red-50\/10:active {
  border-color: rgb(254 242 242 / 0.1);
}

.active\:border-red-50\/100:active {
  border-color: rgb(254 242 242 / 1);
}

.active\:border-red-50\/15:active {
  border-color: rgb(254 242 242 / 0.15);
}

.active\:border-red-50\/20:active {
  border-color: rgb(254 242 242 / 0.2);
}

.active\:border-red-50\/25:active {
  border-color: rgb(254 242 242 / 0.25);
}

.active\:border-red-50\/30:active {
  border-color: rgb(254 242 242 / 0.3);
}

.active\:border-red-50\/35:active {
  border-color: rgb(254 242 242 / 0.35);
}

.active\:border-red-50\/40:active {
  border-color: rgb(254 242 242 / 0.4);
}

.active\:border-red-50\/45:active {
  border-color: rgb(254 242 242 / 0.45);
}

.active\:border-red-50\/5:active {
  border-color: rgb(254 242 242 / 0.05);
}

.active\:border-red-50\/50:active {
  border-color: rgb(254 242 242 / 0.5);
}

.active\:border-red-50\/55:active {
  border-color: rgb(254 242 242 / 0.55);
}

.active\:border-red-50\/60:active {
  border-color: rgb(254 242 242 / 0.6);
}

.active\:border-red-50\/65:active {
  border-color: rgb(254 242 242 / 0.65);
}

.active\:border-red-50\/70:active {
  border-color: rgb(254 242 242 / 0.7);
}

.active\:border-red-50\/75:active {
  border-color: rgb(254 242 242 / 0.75);
}

.active\:border-red-50\/80:active {
  border-color: rgb(254 242 242 / 0.8);
}

.active\:border-red-50\/85:active {
  border-color: rgb(254 242 242 / 0.85);
}

.active\:border-red-50\/90:active {
  border-color: rgb(254 242 242 / 0.9);
}

.active\:border-red-50\/95:active {
  border-color: rgb(254 242 242 / 0.95);
}

.active\:border-red-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.active\:border-red-500\/0:active {
  border-color: rgb(239 68 68 / 0);
}

.active\:border-red-500\/10:active {
  border-color: rgb(239 68 68 / 0.1);
}

.active\:border-red-500\/100:active {
  border-color: rgb(239 68 68 / 1);
}

.active\:border-red-500\/15:active {
  border-color: rgb(239 68 68 / 0.15);
}

.active\:border-red-500\/20:active {
  border-color: rgb(239 68 68 / 0.2);
}

.active\:border-red-500\/25:active {
  border-color: rgb(239 68 68 / 0.25);
}

.active\:border-red-500\/30:active {
  border-color: rgb(239 68 68 / 0.3);
}

.active\:border-red-500\/35:active {
  border-color: rgb(239 68 68 / 0.35);
}

.active\:border-red-500\/40:active {
  border-color: rgb(239 68 68 / 0.4);
}

.active\:border-red-500\/45:active {
  border-color: rgb(239 68 68 / 0.45);
}

.active\:border-red-500\/5:active {
  border-color: rgb(239 68 68 / 0.05);
}

.active\:border-red-500\/50:active {
  border-color: rgb(239 68 68 / 0.5);
}

.active\:border-red-500\/55:active {
  border-color: rgb(239 68 68 / 0.55);
}

.active\:border-red-500\/60:active {
  border-color: rgb(239 68 68 / 0.6);
}

.active\:border-red-500\/65:active {
  border-color: rgb(239 68 68 / 0.65);
}

.active\:border-red-500\/70:active {
  border-color: rgb(239 68 68 / 0.7);
}

.active\:border-red-500\/75:active {
  border-color: rgb(239 68 68 / 0.75);
}

.active\:border-red-500\/80:active {
  border-color: rgb(239 68 68 / 0.8);
}

.active\:border-red-500\/85:active {
  border-color: rgb(239 68 68 / 0.85);
}

.active\:border-red-500\/90:active {
  border-color: rgb(239 68 68 / 0.9);
}

.active\:border-red-500\/95:active {
  border-color: rgb(239 68 68 / 0.95);
}

.active\:border-red-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.active\:border-red-600\/0:active {
  border-color: rgb(220 38 38 / 0);
}

.active\:border-red-600\/10:active {
  border-color: rgb(220 38 38 / 0.1);
}

.active\:border-red-600\/100:active {
  border-color: rgb(220 38 38 / 1);
}

.active\:border-red-600\/15:active {
  border-color: rgb(220 38 38 / 0.15);
}

.active\:border-red-600\/20:active {
  border-color: rgb(220 38 38 / 0.2);
}

.active\:border-red-600\/25:active {
  border-color: rgb(220 38 38 / 0.25);
}

.active\:border-red-600\/30:active {
  border-color: rgb(220 38 38 / 0.3);
}

.active\:border-red-600\/35:active {
  border-color: rgb(220 38 38 / 0.35);
}

.active\:border-red-600\/40:active {
  border-color: rgb(220 38 38 / 0.4);
}

.active\:border-red-600\/45:active {
  border-color: rgb(220 38 38 / 0.45);
}

.active\:border-red-600\/5:active {
  border-color: rgb(220 38 38 / 0.05);
}

.active\:border-red-600\/50:active {
  border-color: rgb(220 38 38 / 0.5);
}

.active\:border-red-600\/55:active {
  border-color: rgb(220 38 38 / 0.55);
}

.active\:border-red-600\/60:active {
  border-color: rgb(220 38 38 / 0.6);
}

.active\:border-red-600\/65:active {
  border-color: rgb(220 38 38 / 0.65);
}

.active\:border-red-600\/70:active {
  border-color: rgb(220 38 38 / 0.7);
}

.active\:border-red-600\/75:active {
  border-color: rgb(220 38 38 / 0.75);
}

.active\:border-red-600\/80:active {
  border-color: rgb(220 38 38 / 0.8);
}

.active\:border-red-600\/85:active {
  border-color: rgb(220 38 38 / 0.85);
}

.active\:border-red-600\/90:active {
  border-color: rgb(220 38 38 / 0.9);
}

.active\:border-red-600\/95:active {
  border-color: rgb(220 38 38 / 0.95);
}

.active\:border-red-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.active\:border-red-700\/0:active {
  border-color: rgb(185 28 28 / 0);
}

.active\:border-red-700\/10:active {
  border-color: rgb(185 28 28 / 0.1);
}

.active\:border-red-700\/100:active {
  border-color: rgb(185 28 28 / 1);
}

.active\:border-red-700\/15:active {
  border-color: rgb(185 28 28 / 0.15);
}

.active\:border-red-700\/20:active {
  border-color: rgb(185 28 28 / 0.2);
}

.active\:border-red-700\/25:active {
  border-color: rgb(185 28 28 / 0.25);
}

.active\:border-red-700\/30:active {
  border-color: rgb(185 28 28 / 0.3);
}

.active\:border-red-700\/35:active {
  border-color: rgb(185 28 28 / 0.35);
}

.active\:border-red-700\/40:active {
  border-color: rgb(185 28 28 / 0.4);
}

.active\:border-red-700\/45:active {
  border-color: rgb(185 28 28 / 0.45);
}

.active\:border-red-700\/5:active {
  border-color: rgb(185 28 28 / 0.05);
}

.active\:border-red-700\/50:active {
  border-color: rgb(185 28 28 / 0.5);
}

.active\:border-red-700\/55:active {
  border-color: rgb(185 28 28 / 0.55);
}

.active\:border-red-700\/60:active {
  border-color: rgb(185 28 28 / 0.6);
}

.active\:border-red-700\/65:active {
  border-color: rgb(185 28 28 / 0.65);
}

.active\:border-red-700\/70:active {
  border-color: rgb(185 28 28 / 0.7);
}

.active\:border-red-700\/75:active {
  border-color: rgb(185 28 28 / 0.75);
}

.active\:border-red-700\/80:active {
  border-color: rgb(185 28 28 / 0.8);
}

.active\:border-red-700\/85:active {
  border-color: rgb(185 28 28 / 0.85);
}

.active\:border-red-700\/90:active {
  border-color: rgb(185 28 28 / 0.9);
}

.active\:border-red-700\/95:active {
  border-color: rgb(185 28 28 / 0.95);
}

.active\:border-red-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}

.active\:border-red-800\/0:active {
  border-color: rgb(153 27 27 / 0);
}

.active\:border-red-800\/10:active {
  border-color: rgb(153 27 27 / 0.1);
}

.active\:border-red-800\/100:active {
  border-color: rgb(153 27 27 / 1);
}

.active\:border-red-800\/15:active {
  border-color: rgb(153 27 27 / 0.15);
}

.active\:border-red-800\/20:active {
  border-color: rgb(153 27 27 / 0.2);
}

.active\:border-red-800\/25:active {
  border-color: rgb(153 27 27 / 0.25);
}

.active\:border-red-800\/30:active {
  border-color: rgb(153 27 27 / 0.3);
}

.active\:border-red-800\/35:active {
  border-color: rgb(153 27 27 / 0.35);
}

.active\:border-red-800\/40:active {
  border-color: rgb(153 27 27 / 0.4);
}

.active\:border-red-800\/45:active {
  border-color: rgb(153 27 27 / 0.45);
}

.active\:border-red-800\/5:active {
  border-color: rgb(153 27 27 / 0.05);
}

.active\:border-red-800\/50:active {
  border-color: rgb(153 27 27 / 0.5);
}

.active\:border-red-800\/55:active {
  border-color: rgb(153 27 27 / 0.55);
}

.active\:border-red-800\/60:active {
  border-color: rgb(153 27 27 / 0.6);
}

.active\:border-red-800\/65:active {
  border-color: rgb(153 27 27 / 0.65);
}

.active\:border-red-800\/70:active {
  border-color: rgb(153 27 27 / 0.7);
}

.active\:border-red-800\/75:active {
  border-color: rgb(153 27 27 / 0.75);
}

.active\:border-red-800\/80:active {
  border-color: rgb(153 27 27 / 0.8);
}

.active\:border-red-800\/85:active {
  border-color: rgb(153 27 27 / 0.85);
}

.active\:border-red-800\/90:active {
  border-color: rgb(153 27 27 / 0.9);
}

.active\:border-red-800\/95:active {
  border-color: rgb(153 27 27 / 0.95);
}

.active\:border-red-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}

.active\:border-red-900\/0:active {
  border-color: rgb(127 29 29 / 0);
}

.active\:border-red-900\/10:active {
  border-color: rgb(127 29 29 / 0.1);
}

.active\:border-red-900\/100:active {
  border-color: rgb(127 29 29 / 1);
}

.active\:border-red-900\/15:active {
  border-color: rgb(127 29 29 / 0.15);
}

.active\:border-red-900\/20:active {
  border-color: rgb(127 29 29 / 0.2);
}

.active\:border-red-900\/25:active {
  border-color: rgb(127 29 29 / 0.25);
}

.active\:border-red-900\/30:active {
  border-color: rgb(127 29 29 / 0.3);
}

.active\:border-red-900\/35:active {
  border-color: rgb(127 29 29 / 0.35);
}

.active\:border-red-900\/40:active {
  border-color: rgb(127 29 29 / 0.4);
}

.active\:border-red-900\/45:active {
  border-color: rgb(127 29 29 / 0.45);
}

.active\:border-red-900\/5:active {
  border-color: rgb(127 29 29 / 0.05);
}

.active\:border-red-900\/50:active {
  border-color: rgb(127 29 29 / 0.5);
}

.active\:border-red-900\/55:active {
  border-color: rgb(127 29 29 / 0.55);
}

.active\:border-red-900\/60:active {
  border-color: rgb(127 29 29 / 0.6);
}

.active\:border-red-900\/65:active {
  border-color: rgb(127 29 29 / 0.65);
}

.active\:border-red-900\/70:active {
  border-color: rgb(127 29 29 / 0.7);
}

.active\:border-red-900\/75:active {
  border-color: rgb(127 29 29 / 0.75);
}

.active\:border-red-900\/80:active {
  border-color: rgb(127 29 29 / 0.8);
}

.active\:border-red-900\/85:active {
  border-color: rgb(127 29 29 / 0.85);
}

.active\:border-red-900\/90:active {
  border-color: rgb(127 29 29 / 0.9);
}

.active\:border-red-900\/95:active {
  border-color: rgb(127 29 29 / 0.95);
}

.active\:border-red-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}

.active\:border-red-950\/0:active {
  border-color: rgb(69 10 10 / 0);
}

.active\:border-red-950\/10:active {
  border-color: rgb(69 10 10 / 0.1);
}

.active\:border-red-950\/100:active {
  border-color: rgb(69 10 10 / 1);
}

.active\:border-red-950\/15:active {
  border-color: rgb(69 10 10 / 0.15);
}

.active\:border-red-950\/20:active {
  border-color: rgb(69 10 10 / 0.2);
}

.active\:border-red-950\/25:active {
  border-color: rgb(69 10 10 / 0.25);
}

.active\:border-red-950\/30:active {
  border-color: rgb(69 10 10 / 0.3);
}

.active\:border-red-950\/35:active {
  border-color: rgb(69 10 10 / 0.35);
}

.active\:border-red-950\/40:active {
  border-color: rgb(69 10 10 / 0.4);
}

.active\:border-red-950\/45:active {
  border-color: rgb(69 10 10 / 0.45);
}

.active\:border-red-950\/5:active {
  border-color: rgb(69 10 10 / 0.05);
}

.active\:border-red-950\/50:active {
  border-color: rgb(69 10 10 / 0.5);
}

.active\:border-red-950\/55:active {
  border-color: rgb(69 10 10 / 0.55);
}

.active\:border-red-950\/60:active {
  border-color: rgb(69 10 10 / 0.6);
}

.active\:border-red-950\/65:active {
  border-color: rgb(69 10 10 / 0.65);
}

.active\:border-red-950\/70:active {
  border-color: rgb(69 10 10 / 0.7);
}

.active\:border-red-950\/75:active {
  border-color: rgb(69 10 10 / 0.75);
}

.active\:border-red-950\/80:active {
  border-color: rgb(69 10 10 / 0.8);
}

.active\:border-red-950\/85:active {
  border-color: rgb(69 10 10 / 0.85);
}

.active\:border-red-950\/90:active {
  border-color: rgb(69 10 10 / 0.9);
}

.active\:border-red-950\/95:active {
  border-color: rgb(69 10 10 / 0.95);
}

.active\:border-yellow-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.active\:border-yellow-100\/0:active {
  border-color: rgb(254 249 195 / 0);
}

.active\:border-yellow-100\/10:active {
  border-color: rgb(254 249 195 / 0.1);
}

.active\:border-yellow-100\/100:active {
  border-color: rgb(254 249 195 / 1);
}

.active\:border-yellow-100\/15:active {
  border-color: rgb(254 249 195 / 0.15);
}

.active\:border-yellow-100\/20:active {
  border-color: rgb(254 249 195 / 0.2);
}

.active\:border-yellow-100\/25:active {
  border-color: rgb(254 249 195 / 0.25);
}

.active\:border-yellow-100\/30:active {
  border-color: rgb(254 249 195 / 0.3);
}

.active\:border-yellow-100\/35:active {
  border-color: rgb(254 249 195 / 0.35);
}

.active\:border-yellow-100\/40:active {
  border-color: rgb(254 249 195 / 0.4);
}

.active\:border-yellow-100\/45:active {
  border-color: rgb(254 249 195 / 0.45);
}

.active\:border-yellow-100\/5:active {
  border-color: rgb(254 249 195 / 0.05);
}

.active\:border-yellow-100\/50:active {
  border-color: rgb(254 249 195 / 0.5);
}

.active\:border-yellow-100\/55:active {
  border-color: rgb(254 249 195 / 0.55);
}

.active\:border-yellow-100\/60:active {
  border-color: rgb(254 249 195 / 0.6);
}

.active\:border-yellow-100\/65:active {
  border-color: rgb(254 249 195 / 0.65);
}

.active\:border-yellow-100\/70:active {
  border-color: rgb(254 249 195 / 0.7);
}

.active\:border-yellow-100\/75:active {
  border-color: rgb(254 249 195 / 0.75);
}

.active\:border-yellow-100\/80:active {
  border-color: rgb(254 249 195 / 0.8);
}

.active\:border-yellow-100\/85:active {
  border-color: rgb(254 249 195 / 0.85);
}

.active\:border-yellow-100\/90:active {
  border-color: rgb(254 249 195 / 0.9);
}

.active\:border-yellow-100\/95:active {
  border-color: rgb(254 249 195 / 0.95);
}

.active\:border-yellow-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.active\:border-yellow-200\/0:active {
  border-color: rgb(254 240 138 / 0);
}

.active\:border-yellow-200\/10:active {
  border-color: rgb(254 240 138 / 0.1);
}

.active\:border-yellow-200\/100:active {
  border-color: rgb(254 240 138 / 1);
}

.active\:border-yellow-200\/15:active {
  border-color: rgb(254 240 138 / 0.15);
}

.active\:border-yellow-200\/20:active {
  border-color: rgb(254 240 138 / 0.2);
}

.active\:border-yellow-200\/25:active {
  border-color: rgb(254 240 138 / 0.25);
}

.active\:border-yellow-200\/30:active {
  border-color: rgb(254 240 138 / 0.3);
}

.active\:border-yellow-200\/35:active {
  border-color: rgb(254 240 138 / 0.35);
}

.active\:border-yellow-200\/40:active {
  border-color: rgb(254 240 138 / 0.4);
}

.active\:border-yellow-200\/45:active {
  border-color: rgb(254 240 138 / 0.45);
}

.active\:border-yellow-200\/5:active {
  border-color: rgb(254 240 138 / 0.05);
}

.active\:border-yellow-200\/50:active {
  border-color: rgb(254 240 138 / 0.5);
}

.active\:border-yellow-200\/55:active {
  border-color: rgb(254 240 138 / 0.55);
}

.active\:border-yellow-200\/60:active {
  border-color: rgb(254 240 138 / 0.6);
}

.active\:border-yellow-200\/65:active {
  border-color: rgb(254 240 138 / 0.65);
}

.active\:border-yellow-200\/70:active {
  border-color: rgb(254 240 138 / 0.7);
}

.active\:border-yellow-200\/75:active {
  border-color: rgb(254 240 138 / 0.75);
}

.active\:border-yellow-200\/80:active {
  border-color: rgb(254 240 138 / 0.8);
}

.active\:border-yellow-200\/85:active {
  border-color: rgb(254 240 138 / 0.85);
}

.active\:border-yellow-200\/90:active {
  border-color: rgb(254 240 138 / 0.9);
}

.active\:border-yellow-200\/95:active {
  border-color: rgb(254 240 138 / 0.95);
}

.active\:border-yellow-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.active\:border-yellow-300\/0:active {
  border-color: rgb(253 224 71 / 0);
}

.active\:border-yellow-300\/10:active {
  border-color: rgb(253 224 71 / 0.1);
}

.active\:border-yellow-300\/100:active {
  border-color: rgb(253 224 71 / 1);
}

.active\:border-yellow-300\/15:active {
  border-color: rgb(253 224 71 / 0.15);
}

.active\:border-yellow-300\/20:active {
  border-color: rgb(253 224 71 / 0.2);
}

.active\:border-yellow-300\/25:active {
  border-color: rgb(253 224 71 / 0.25);
}

.active\:border-yellow-300\/30:active {
  border-color: rgb(253 224 71 / 0.3);
}

.active\:border-yellow-300\/35:active {
  border-color: rgb(253 224 71 / 0.35);
}

.active\:border-yellow-300\/40:active {
  border-color: rgb(253 224 71 / 0.4);
}

.active\:border-yellow-300\/45:active {
  border-color: rgb(253 224 71 / 0.45);
}

.active\:border-yellow-300\/5:active {
  border-color: rgb(253 224 71 / 0.05);
}

.active\:border-yellow-300\/50:active {
  border-color: rgb(253 224 71 / 0.5);
}

.active\:border-yellow-300\/55:active {
  border-color: rgb(253 224 71 / 0.55);
}

.active\:border-yellow-300\/60:active {
  border-color: rgb(253 224 71 / 0.6);
}

.active\:border-yellow-300\/65:active {
  border-color: rgb(253 224 71 / 0.65);
}

.active\:border-yellow-300\/70:active {
  border-color: rgb(253 224 71 / 0.7);
}

.active\:border-yellow-300\/75:active {
  border-color: rgb(253 224 71 / 0.75);
}

.active\:border-yellow-300\/80:active {
  border-color: rgb(253 224 71 / 0.8);
}

.active\:border-yellow-300\/85:active {
  border-color: rgb(253 224 71 / 0.85);
}

.active\:border-yellow-300\/90:active {
  border-color: rgb(253 224 71 / 0.9);
}

.active\:border-yellow-300\/95:active {
  border-color: rgb(253 224 71 / 0.95);
}

.active\:border-yellow-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.active\:border-yellow-400\/0:active {
  border-color: rgb(250 204 21 / 0);
}

.active\:border-yellow-400\/10:active {
  border-color: rgb(250 204 21 / 0.1);
}

.active\:border-yellow-400\/100:active {
  border-color: rgb(250 204 21 / 1);
}

.active\:border-yellow-400\/15:active {
  border-color: rgb(250 204 21 / 0.15);
}

.active\:border-yellow-400\/20:active {
  border-color: rgb(250 204 21 / 0.2);
}

.active\:border-yellow-400\/25:active {
  border-color: rgb(250 204 21 / 0.25);
}

.active\:border-yellow-400\/30:active {
  border-color: rgb(250 204 21 / 0.3);
}

.active\:border-yellow-400\/35:active {
  border-color: rgb(250 204 21 / 0.35);
}

.active\:border-yellow-400\/40:active {
  border-color: rgb(250 204 21 / 0.4);
}

.active\:border-yellow-400\/45:active {
  border-color: rgb(250 204 21 / 0.45);
}

.active\:border-yellow-400\/5:active {
  border-color: rgb(250 204 21 / 0.05);
}

.active\:border-yellow-400\/50:active {
  border-color: rgb(250 204 21 / 0.5);
}

.active\:border-yellow-400\/55:active {
  border-color: rgb(250 204 21 / 0.55);
}

.active\:border-yellow-400\/60:active {
  border-color: rgb(250 204 21 / 0.6);
}

.active\:border-yellow-400\/65:active {
  border-color: rgb(250 204 21 / 0.65);
}

.active\:border-yellow-400\/70:active {
  border-color: rgb(250 204 21 / 0.7);
}

.active\:border-yellow-400\/75:active {
  border-color: rgb(250 204 21 / 0.75);
}

.active\:border-yellow-400\/80:active {
  border-color: rgb(250 204 21 / 0.8);
}

.active\:border-yellow-400\/85:active {
  border-color: rgb(250 204 21 / 0.85);
}

.active\:border-yellow-400\/90:active {
  border-color: rgb(250 204 21 / 0.9);
}

.active\:border-yellow-400\/95:active {
  border-color: rgb(250 204 21 / 0.95);
}

.active\:border-yellow-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.active\:border-yellow-50\/0:active {
  border-color: rgb(254 252 232 / 0);
}

.active\:border-yellow-50\/10:active {
  border-color: rgb(254 252 232 / 0.1);
}

.active\:border-yellow-50\/100:active {
  border-color: rgb(254 252 232 / 1);
}

.active\:border-yellow-50\/15:active {
  border-color: rgb(254 252 232 / 0.15);
}

.active\:border-yellow-50\/20:active {
  border-color: rgb(254 252 232 / 0.2);
}

.active\:border-yellow-50\/25:active {
  border-color: rgb(254 252 232 / 0.25);
}

.active\:border-yellow-50\/30:active {
  border-color: rgb(254 252 232 / 0.3);
}

.active\:border-yellow-50\/35:active {
  border-color: rgb(254 252 232 / 0.35);
}

.active\:border-yellow-50\/40:active {
  border-color: rgb(254 252 232 / 0.4);
}

.active\:border-yellow-50\/45:active {
  border-color: rgb(254 252 232 / 0.45);
}

.active\:border-yellow-50\/5:active {
  border-color: rgb(254 252 232 / 0.05);
}

.active\:border-yellow-50\/50:active {
  border-color: rgb(254 252 232 / 0.5);
}

.active\:border-yellow-50\/55:active {
  border-color: rgb(254 252 232 / 0.55);
}

.active\:border-yellow-50\/60:active {
  border-color: rgb(254 252 232 / 0.6);
}

.active\:border-yellow-50\/65:active {
  border-color: rgb(254 252 232 / 0.65);
}

.active\:border-yellow-50\/70:active {
  border-color: rgb(254 252 232 / 0.7);
}

.active\:border-yellow-50\/75:active {
  border-color: rgb(254 252 232 / 0.75);
}

.active\:border-yellow-50\/80:active {
  border-color: rgb(254 252 232 / 0.8);
}

.active\:border-yellow-50\/85:active {
  border-color: rgb(254 252 232 / 0.85);
}

.active\:border-yellow-50\/90:active {
  border-color: rgb(254 252 232 / 0.9);
}

.active\:border-yellow-50\/95:active {
  border-color: rgb(254 252 232 / 0.95);
}

.active\:border-yellow-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.active\:border-yellow-500\/0:active {
  border-color: rgb(234 179 8 / 0);
}

.active\:border-yellow-500\/10:active {
  border-color: rgb(234 179 8 / 0.1);
}

.active\:border-yellow-500\/100:active {
  border-color: rgb(234 179 8 / 1);
}

.active\:border-yellow-500\/15:active {
  border-color: rgb(234 179 8 / 0.15);
}

.active\:border-yellow-500\/20:active {
  border-color: rgb(234 179 8 / 0.2);
}

.active\:border-yellow-500\/25:active {
  border-color: rgb(234 179 8 / 0.25);
}

.active\:border-yellow-500\/30:active {
  border-color: rgb(234 179 8 / 0.3);
}

.active\:border-yellow-500\/35:active {
  border-color: rgb(234 179 8 / 0.35);
}

.active\:border-yellow-500\/40:active {
  border-color: rgb(234 179 8 / 0.4);
}

.active\:border-yellow-500\/45:active {
  border-color: rgb(234 179 8 / 0.45);
}

.active\:border-yellow-500\/5:active {
  border-color: rgb(234 179 8 / 0.05);
}

.active\:border-yellow-500\/50:active {
  border-color: rgb(234 179 8 / 0.5);
}

.active\:border-yellow-500\/55:active {
  border-color: rgb(234 179 8 / 0.55);
}

.active\:border-yellow-500\/60:active {
  border-color: rgb(234 179 8 / 0.6);
}

.active\:border-yellow-500\/65:active {
  border-color: rgb(234 179 8 / 0.65);
}

.active\:border-yellow-500\/70:active {
  border-color: rgb(234 179 8 / 0.7);
}

.active\:border-yellow-500\/75:active {
  border-color: rgb(234 179 8 / 0.75);
}

.active\:border-yellow-500\/80:active {
  border-color: rgb(234 179 8 / 0.8);
}

.active\:border-yellow-500\/85:active {
  border-color: rgb(234 179 8 / 0.85);
}

.active\:border-yellow-500\/90:active {
  border-color: rgb(234 179 8 / 0.9);
}

.active\:border-yellow-500\/95:active {
  border-color: rgb(234 179 8 / 0.95);
}

.active\:border-yellow-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.active\:border-yellow-600\/0:active {
  border-color: rgb(202 138 4 / 0);
}

.active\:border-yellow-600\/10:active {
  border-color: rgb(202 138 4 / 0.1);
}

.active\:border-yellow-600\/100:active {
  border-color: rgb(202 138 4 / 1);
}

.active\:border-yellow-600\/15:active {
  border-color: rgb(202 138 4 / 0.15);
}

.active\:border-yellow-600\/20:active {
  border-color: rgb(202 138 4 / 0.2);
}

.active\:border-yellow-600\/25:active {
  border-color: rgb(202 138 4 / 0.25);
}

.active\:border-yellow-600\/30:active {
  border-color: rgb(202 138 4 / 0.3);
}

.active\:border-yellow-600\/35:active {
  border-color: rgb(202 138 4 / 0.35);
}

.active\:border-yellow-600\/40:active {
  border-color: rgb(202 138 4 / 0.4);
}

.active\:border-yellow-600\/45:active {
  border-color: rgb(202 138 4 / 0.45);
}

.active\:border-yellow-600\/5:active {
  border-color: rgb(202 138 4 / 0.05);
}

.active\:border-yellow-600\/50:active {
  border-color: rgb(202 138 4 / 0.5);
}

.active\:border-yellow-600\/55:active {
  border-color: rgb(202 138 4 / 0.55);
}

.active\:border-yellow-600\/60:active {
  border-color: rgb(202 138 4 / 0.6);
}

.active\:border-yellow-600\/65:active {
  border-color: rgb(202 138 4 / 0.65);
}

.active\:border-yellow-600\/70:active {
  border-color: rgb(202 138 4 / 0.7);
}

.active\:border-yellow-600\/75:active {
  border-color: rgb(202 138 4 / 0.75);
}

.active\:border-yellow-600\/80:active {
  border-color: rgb(202 138 4 / 0.8);
}

.active\:border-yellow-600\/85:active {
  border-color: rgb(202 138 4 / 0.85);
}

.active\:border-yellow-600\/90:active {
  border-color: rgb(202 138 4 / 0.9);
}

.active\:border-yellow-600\/95:active {
  border-color: rgb(202 138 4 / 0.95);
}

.active\:border-yellow-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.active\:border-yellow-700\/0:active {
  border-color: rgb(161 98 7 / 0);
}

.active\:border-yellow-700\/10:active {
  border-color: rgb(161 98 7 / 0.1);
}

.active\:border-yellow-700\/100:active {
  border-color: rgb(161 98 7 / 1);
}

.active\:border-yellow-700\/15:active {
  border-color: rgb(161 98 7 / 0.15);
}

.active\:border-yellow-700\/20:active {
  border-color: rgb(161 98 7 / 0.2);
}

.active\:border-yellow-700\/25:active {
  border-color: rgb(161 98 7 / 0.25);
}

.active\:border-yellow-700\/30:active {
  border-color: rgb(161 98 7 / 0.3);
}

.active\:border-yellow-700\/35:active {
  border-color: rgb(161 98 7 / 0.35);
}

.active\:border-yellow-700\/40:active {
  border-color: rgb(161 98 7 / 0.4);
}

.active\:border-yellow-700\/45:active {
  border-color: rgb(161 98 7 / 0.45);
}

.active\:border-yellow-700\/5:active {
  border-color: rgb(161 98 7 / 0.05);
}

.active\:border-yellow-700\/50:active {
  border-color: rgb(161 98 7 / 0.5);
}

.active\:border-yellow-700\/55:active {
  border-color: rgb(161 98 7 / 0.55);
}

.active\:border-yellow-700\/60:active {
  border-color: rgb(161 98 7 / 0.6);
}

.active\:border-yellow-700\/65:active {
  border-color: rgb(161 98 7 / 0.65);
}

.active\:border-yellow-700\/70:active {
  border-color: rgb(161 98 7 / 0.7);
}

.active\:border-yellow-700\/75:active {
  border-color: rgb(161 98 7 / 0.75);
}

.active\:border-yellow-700\/80:active {
  border-color: rgb(161 98 7 / 0.8);
}

.active\:border-yellow-700\/85:active {
  border-color: rgb(161 98 7 / 0.85);
}

.active\:border-yellow-700\/90:active {
  border-color: rgb(161 98 7 / 0.9);
}

.active\:border-yellow-700\/95:active {
  border-color: rgb(161 98 7 / 0.95);
}

.active\:border-yellow-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.active\:border-yellow-800\/0:active {
  border-color: rgb(133 77 14 / 0);
}

.active\:border-yellow-800\/10:active {
  border-color: rgb(133 77 14 / 0.1);
}

.active\:border-yellow-800\/100:active {
  border-color: rgb(133 77 14 / 1);
}

.active\:border-yellow-800\/15:active {
  border-color: rgb(133 77 14 / 0.15);
}

.active\:border-yellow-800\/20:active {
  border-color: rgb(133 77 14 / 0.2);
}

.active\:border-yellow-800\/25:active {
  border-color: rgb(133 77 14 / 0.25);
}

.active\:border-yellow-800\/30:active {
  border-color: rgb(133 77 14 / 0.3);
}

.active\:border-yellow-800\/35:active {
  border-color: rgb(133 77 14 / 0.35);
}

.active\:border-yellow-800\/40:active {
  border-color: rgb(133 77 14 / 0.4);
}

.active\:border-yellow-800\/45:active {
  border-color: rgb(133 77 14 / 0.45);
}

.active\:border-yellow-800\/5:active {
  border-color: rgb(133 77 14 / 0.05);
}

.active\:border-yellow-800\/50:active {
  border-color: rgb(133 77 14 / 0.5);
}

.active\:border-yellow-800\/55:active {
  border-color: rgb(133 77 14 / 0.55);
}

.active\:border-yellow-800\/60:active {
  border-color: rgb(133 77 14 / 0.6);
}

.active\:border-yellow-800\/65:active {
  border-color: rgb(133 77 14 / 0.65);
}

.active\:border-yellow-800\/70:active {
  border-color: rgb(133 77 14 / 0.7);
}

.active\:border-yellow-800\/75:active {
  border-color: rgb(133 77 14 / 0.75);
}

.active\:border-yellow-800\/80:active {
  border-color: rgb(133 77 14 / 0.8);
}

.active\:border-yellow-800\/85:active {
  border-color: rgb(133 77 14 / 0.85);
}

.active\:border-yellow-800\/90:active {
  border-color: rgb(133 77 14 / 0.9);
}

.active\:border-yellow-800\/95:active {
  border-color: rgb(133 77 14 / 0.95);
}

.active\:border-yellow-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.active\:border-yellow-900\/0:active {
  border-color: rgb(113 63 18 / 0);
}

.active\:border-yellow-900\/10:active {
  border-color: rgb(113 63 18 / 0.1);
}

.active\:border-yellow-900\/100:active {
  border-color: rgb(113 63 18 / 1);
}

.active\:border-yellow-900\/15:active {
  border-color: rgb(113 63 18 / 0.15);
}

.active\:border-yellow-900\/20:active {
  border-color: rgb(113 63 18 / 0.2);
}

.active\:border-yellow-900\/25:active {
  border-color: rgb(113 63 18 / 0.25);
}

.active\:border-yellow-900\/30:active {
  border-color: rgb(113 63 18 / 0.3);
}

.active\:border-yellow-900\/35:active {
  border-color: rgb(113 63 18 / 0.35);
}

.active\:border-yellow-900\/40:active {
  border-color: rgb(113 63 18 / 0.4);
}

.active\:border-yellow-900\/45:active {
  border-color: rgb(113 63 18 / 0.45);
}

.active\:border-yellow-900\/5:active {
  border-color: rgb(113 63 18 / 0.05);
}

.active\:border-yellow-900\/50:active {
  border-color: rgb(113 63 18 / 0.5);
}

.active\:border-yellow-900\/55:active {
  border-color: rgb(113 63 18 / 0.55);
}

.active\:border-yellow-900\/60:active {
  border-color: rgb(113 63 18 / 0.6);
}

.active\:border-yellow-900\/65:active {
  border-color: rgb(113 63 18 / 0.65);
}

.active\:border-yellow-900\/70:active {
  border-color: rgb(113 63 18 / 0.7);
}

.active\:border-yellow-900\/75:active {
  border-color: rgb(113 63 18 / 0.75);
}

.active\:border-yellow-900\/80:active {
  border-color: rgb(113 63 18 / 0.8);
}

.active\:border-yellow-900\/85:active {
  border-color: rgb(113 63 18 / 0.85);
}

.active\:border-yellow-900\/90:active {
  border-color: rgb(113 63 18 / 0.9);
}

.active\:border-yellow-900\/95:active {
  border-color: rgb(113 63 18 / 0.95);
}

.active\:border-yellow-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.active\:border-yellow-950\/0:active {
  border-color: rgb(66 32 6 / 0);
}

.active\:border-yellow-950\/10:active {
  border-color: rgb(66 32 6 / 0.1);
}

.active\:border-yellow-950\/100:active {
  border-color: rgb(66 32 6 / 1);
}

.active\:border-yellow-950\/15:active {
  border-color: rgb(66 32 6 / 0.15);
}

.active\:border-yellow-950\/20:active {
  border-color: rgb(66 32 6 / 0.2);
}

.active\:border-yellow-950\/25:active {
  border-color: rgb(66 32 6 / 0.25);
}

.active\:border-yellow-950\/30:active {
  border-color: rgb(66 32 6 / 0.3);
}

.active\:border-yellow-950\/35:active {
  border-color: rgb(66 32 6 / 0.35);
}

.active\:border-yellow-950\/40:active {
  border-color: rgb(66 32 6 / 0.4);
}

.active\:border-yellow-950\/45:active {
  border-color: rgb(66 32 6 / 0.45);
}

.active\:border-yellow-950\/5:active {
  border-color: rgb(66 32 6 / 0.05);
}

.active\:border-yellow-950\/50:active {
  border-color: rgb(66 32 6 / 0.5);
}

.active\:border-yellow-950\/55:active {
  border-color: rgb(66 32 6 / 0.55);
}

.active\:border-yellow-950\/60:active {
  border-color: rgb(66 32 6 / 0.6);
}

.active\:border-yellow-950\/65:active {
  border-color: rgb(66 32 6 / 0.65);
}

.active\:border-yellow-950\/70:active {
  border-color: rgb(66 32 6 / 0.7);
}

.active\:border-yellow-950\/75:active {
  border-color: rgb(66 32 6 / 0.75);
}

.active\:border-yellow-950\/80:active {
  border-color: rgb(66 32 6 / 0.8);
}

.active\:border-yellow-950\/85:active {
  border-color: rgb(66 32 6 / 0.85);
}

.active\:border-yellow-950\/90:active {
  border-color: rgb(66 32 6 / 0.9);
}

.active\:border-yellow-950\/95:active {
  border-color: rgb(66 32 6 / 0.95);
}

.active\:bg-blue-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-100\/0:active {
  background-color: rgb(219 234 254 / 0);
}

.active\:bg-blue-100\/10:active {
  background-color: rgb(219 234 254 / 0.1);
}

.active\:bg-blue-100\/100:active {
  background-color: rgb(219 234 254 / 1);
}

.active\:bg-blue-100\/15:active {
  background-color: rgb(219 234 254 / 0.15);
}

.active\:bg-blue-100\/20:active {
  background-color: rgb(219 234 254 / 0.2);
}

.active\:bg-blue-100\/25:active {
  background-color: rgb(219 234 254 / 0.25);
}

.active\:bg-blue-100\/30:active {
  background-color: rgb(219 234 254 / 0.3);
}

.active\:bg-blue-100\/35:active {
  background-color: rgb(219 234 254 / 0.35);
}

.active\:bg-blue-100\/40:active {
  background-color: rgb(219 234 254 / 0.4);
}

.active\:bg-blue-100\/45:active {
  background-color: rgb(219 234 254 / 0.45);
}

.active\:bg-blue-100\/5:active {
  background-color: rgb(219 234 254 / 0.05);
}

.active\:bg-blue-100\/50:active {
  background-color: rgb(219 234 254 / 0.5);
}

.active\:bg-blue-100\/55:active {
  background-color: rgb(219 234 254 / 0.55);
}

.active\:bg-blue-100\/60:active {
  background-color: rgb(219 234 254 / 0.6);
}

.active\:bg-blue-100\/65:active {
  background-color: rgb(219 234 254 / 0.65);
}

.active\:bg-blue-100\/70:active {
  background-color: rgb(219 234 254 / 0.7);
}

.active\:bg-blue-100\/75:active {
  background-color: rgb(219 234 254 / 0.75);
}

.active\:bg-blue-100\/80:active {
  background-color: rgb(219 234 254 / 0.8);
}

.active\:bg-blue-100\/85:active {
  background-color: rgb(219 234 254 / 0.85);
}

.active\:bg-blue-100\/90:active {
  background-color: rgb(219 234 254 / 0.9);
}

.active\:bg-blue-100\/95:active {
  background-color: rgb(219 234 254 / 0.95);
}

.active\:bg-blue-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-200\/0:active {
  background-color: rgb(191 219 254 / 0);
}

.active\:bg-blue-200\/10:active {
  background-color: rgb(191 219 254 / 0.1);
}

.active\:bg-blue-200\/100:active {
  background-color: rgb(191 219 254 / 1);
}

.active\:bg-blue-200\/15:active {
  background-color: rgb(191 219 254 / 0.15);
}

.active\:bg-blue-200\/20:active {
  background-color: rgb(191 219 254 / 0.2);
}

.active\:bg-blue-200\/25:active {
  background-color: rgb(191 219 254 / 0.25);
}

.active\:bg-blue-200\/30:active {
  background-color: rgb(191 219 254 / 0.3);
}

.active\:bg-blue-200\/35:active {
  background-color: rgb(191 219 254 / 0.35);
}

.active\:bg-blue-200\/40:active {
  background-color: rgb(191 219 254 / 0.4);
}

.active\:bg-blue-200\/45:active {
  background-color: rgb(191 219 254 / 0.45);
}

.active\:bg-blue-200\/5:active {
  background-color: rgb(191 219 254 / 0.05);
}

.active\:bg-blue-200\/50:active {
  background-color: rgb(191 219 254 / 0.5);
}

.active\:bg-blue-200\/55:active {
  background-color: rgb(191 219 254 / 0.55);
}

.active\:bg-blue-200\/60:active {
  background-color: rgb(191 219 254 / 0.6);
}

.active\:bg-blue-200\/65:active {
  background-color: rgb(191 219 254 / 0.65);
}

.active\:bg-blue-200\/70:active {
  background-color: rgb(191 219 254 / 0.7);
}

.active\:bg-blue-200\/75:active {
  background-color: rgb(191 219 254 / 0.75);
}

.active\:bg-blue-200\/80:active {
  background-color: rgb(191 219 254 / 0.8);
}

.active\:bg-blue-200\/85:active {
  background-color: rgb(191 219 254 / 0.85);
}

.active\:bg-blue-200\/90:active {
  background-color: rgb(191 219 254 / 0.9);
}

.active\:bg-blue-200\/95:active {
  background-color: rgb(191 219 254 / 0.95);
}

.active\:bg-blue-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-300\/0:active {
  background-color: rgb(147 197 253 / 0);
}

.active\:bg-blue-300\/10:active {
  background-color: rgb(147 197 253 / 0.1);
}

.active\:bg-blue-300\/100:active {
  background-color: rgb(147 197 253 / 1);
}

.active\:bg-blue-300\/15:active {
  background-color: rgb(147 197 253 / 0.15);
}

.active\:bg-blue-300\/20:active {
  background-color: rgb(147 197 253 / 0.2);
}

.active\:bg-blue-300\/25:active {
  background-color: rgb(147 197 253 / 0.25);
}

.active\:bg-blue-300\/30:active {
  background-color: rgb(147 197 253 / 0.3);
}

.active\:bg-blue-300\/35:active {
  background-color: rgb(147 197 253 / 0.35);
}

.active\:bg-blue-300\/40:active {
  background-color: rgb(147 197 253 / 0.4);
}

.active\:bg-blue-300\/45:active {
  background-color: rgb(147 197 253 / 0.45);
}

.active\:bg-blue-300\/5:active {
  background-color: rgb(147 197 253 / 0.05);
}

.active\:bg-blue-300\/50:active {
  background-color: rgb(147 197 253 / 0.5);
}

.active\:bg-blue-300\/55:active {
  background-color: rgb(147 197 253 / 0.55);
}

.active\:bg-blue-300\/60:active {
  background-color: rgb(147 197 253 / 0.6);
}

.active\:bg-blue-300\/65:active {
  background-color: rgb(147 197 253 / 0.65);
}

.active\:bg-blue-300\/70:active {
  background-color: rgb(147 197 253 / 0.7);
}

.active\:bg-blue-300\/75:active {
  background-color: rgb(147 197 253 / 0.75);
}

.active\:bg-blue-300\/80:active {
  background-color: rgb(147 197 253 / 0.8);
}

.active\:bg-blue-300\/85:active {
  background-color: rgb(147 197 253 / 0.85);
}

.active\:bg-blue-300\/90:active {
  background-color: rgb(147 197 253 / 0.9);
}

.active\:bg-blue-300\/95:active {
  background-color: rgb(147 197 253 / 0.95);
}

.active\:bg-blue-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-400\/0:active {
  background-color: rgb(96 165 250 / 0);
}

.active\:bg-blue-400\/10:active {
  background-color: rgb(96 165 250 / 0.1);
}

.active\:bg-blue-400\/100:active {
  background-color: rgb(96 165 250 / 1);
}

.active\:bg-blue-400\/15:active {
  background-color: rgb(96 165 250 / 0.15);
}

.active\:bg-blue-400\/20:active {
  background-color: rgb(96 165 250 / 0.2);
}

.active\:bg-blue-400\/25:active {
  background-color: rgb(96 165 250 / 0.25);
}

.active\:bg-blue-400\/30:active {
  background-color: rgb(96 165 250 / 0.3);
}

.active\:bg-blue-400\/35:active {
  background-color: rgb(96 165 250 / 0.35);
}

.active\:bg-blue-400\/40:active {
  background-color: rgb(96 165 250 / 0.4);
}

.active\:bg-blue-400\/45:active {
  background-color: rgb(96 165 250 / 0.45);
}

.active\:bg-blue-400\/5:active {
  background-color: rgb(96 165 250 / 0.05);
}

.active\:bg-blue-400\/50:active {
  background-color: rgb(96 165 250 / 0.5);
}

.active\:bg-blue-400\/55:active {
  background-color: rgb(96 165 250 / 0.55);
}

.active\:bg-blue-400\/60:active {
  background-color: rgb(96 165 250 / 0.6);
}

.active\:bg-blue-400\/65:active {
  background-color: rgb(96 165 250 / 0.65);
}

.active\:bg-blue-400\/70:active {
  background-color: rgb(96 165 250 / 0.7);
}

.active\:bg-blue-400\/75:active {
  background-color: rgb(96 165 250 / 0.75);
}

.active\:bg-blue-400\/80:active {
  background-color: rgb(96 165 250 / 0.8);
}

.active\:bg-blue-400\/85:active {
  background-color: rgb(96 165 250 / 0.85);
}

.active\:bg-blue-400\/90:active {
  background-color: rgb(96 165 250 / 0.9);
}

.active\:bg-blue-400\/95:active {
  background-color: rgb(96 165 250 / 0.95);
}

.active\:bg-blue-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-50\/0:active {
  background-color: rgb(239 246 255 / 0);
}

.active\:bg-blue-50\/10:active {
  background-color: rgb(239 246 255 / 0.1);
}

.active\:bg-blue-50\/100:active {
  background-color: rgb(239 246 255 / 1);
}

.active\:bg-blue-50\/15:active {
  background-color: rgb(239 246 255 / 0.15);
}

.active\:bg-blue-50\/20:active {
  background-color: rgb(239 246 255 / 0.2);
}

.active\:bg-blue-50\/25:active {
  background-color: rgb(239 246 255 / 0.25);
}

.active\:bg-blue-50\/30:active {
  background-color: rgb(239 246 255 / 0.3);
}

.active\:bg-blue-50\/35:active {
  background-color: rgb(239 246 255 / 0.35);
}

.active\:bg-blue-50\/40:active {
  background-color: rgb(239 246 255 / 0.4);
}

.active\:bg-blue-50\/45:active {
  background-color: rgb(239 246 255 / 0.45);
}

.active\:bg-blue-50\/5:active {
  background-color: rgb(239 246 255 / 0.05);
}

.active\:bg-blue-50\/50:active {
  background-color: rgb(239 246 255 / 0.5);
}

.active\:bg-blue-50\/55:active {
  background-color: rgb(239 246 255 / 0.55);
}

.active\:bg-blue-50\/60:active {
  background-color: rgb(239 246 255 / 0.6);
}

.active\:bg-blue-50\/65:active {
  background-color: rgb(239 246 255 / 0.65);
}

.active\:bg-blue-50\/70:active {
  background-color: rgb(239 246 255 / 0.7);
}

.active\:bg-blue-50\/75:active {
  background-color: rgb(239 246 255 / 0.75);
}

.active\:bg-blue-50\/80:active {
  background-color: rgb(239 246 255 / 0.8);
}

.active\:bg-blue-50\/85:active {
  background-color: rgb(239 246 255 / 0.85);
}

.active\:bg-blue-50\/90:active {
  background-color: rgb(239 246 255 / 0.9);
}

.active\:bg-blue-50\/95:active {
  background-color: rgb(239 246 255 / 0.95);
}

.active\:bg-blue-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-500\/0:active {
  background-color: rgb(59 130 246 / 0);
}

.active\:bg-blue-500\/10:active {
  background-color: rgb(59 130 246 / 0.1);
}

.active\:bg-blue-500\/100:active {
  background-color: rgb(59 130 246 / 1);
}

.active\:bg-blue-500\/15:active {
  background-color: rgb(59 130 246 / 0.15);
}

.active\:bg-blue-500\/20:active {
  background-color: rgb(59 130 246 / 0.2);
}

.active\:bg-blue-500\/25:active {
  background-color: rgb(59 130 246 / 0.25);
}

.active\:bg-blue-500\/30:active {
  background-color: rgb(59 130 246 / 0.3);
}

.active\:bg-blue-500\/35:active {
  background-color: rgb(59 130 246 / 0.35);
}

.active\:bg-blue-500\/40:active {
  background-color: rgb(59 130 246 / 0.4);
}

.active\:bg-blue-500\/45:active {
  background-color: rgb(59 130 246 / 0.45);
}

.active\:bg-blue-500\/5:active {
  background-color: rgb(59 130 246 / 0.05);
}

.active\:bg-blue-500\/50:active {
  background-color: rgb(59 130 246 / 0.5);
}

.active\:bg-blue-500\/55:active {
  background-color: rgb(59 130 246 / 0.55);
}

.active\:bg-blue-500\/60:active {
  background-color: rgb(59 130 246 / 0.6);
}

.active\:bg-blue-500\/65:active {
  background-color: rgb(59 130 246 / 0.65);
}

.active\:bg-blue-500\/70:active {
  background-color: rgb(59 130 246 / 0.7);
}

.active\:bg-blue-500\/75:active {
  background-color: rgb(59 130 246 / 0.75);
}

.active\:bg-blue-500\/80:active {
  background-color: rgb(59 130 246 / 0.8);
}

.active\:bg-blue-500\/85:active {
  background-color: rgb(59 130 246 / 0.85);
}

.active\:bg-blue-500\/90:active {
  background-color: rgb(59 130 246 / 0.9);
}

.active\:bg-blue-500\/95:active {
  background-color: rgb(59 130 246 / 0.95);
}

.active\:bg-blue-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-600\/0:active {
  background-color: rgb(37 99 235 / 0);
}

.active\:bg-blue-600\/10:active {
  background-color: rgb(37 99 235 / 0.1);
}

.active\:bg-blue-600\/100:active {
  background-color: rgb(37 99 235 / 1);
}

.active\:bg-blue-600\/15:active {
  background-color: rgb(37 99 235 / 0.15);
}

.active\:bg-blue-600\/20:active {
  background-color: rgb(37 99 235 / 0.2);
}

.active\:bg-blue-600\/25:active {
  background-color: rgb(37 99 235 / 0.25);
}

.active\:bg-blue-600\/30:active {
  background-color: rgb(37 99 235 / 0.3);
}

.active\:bg-blue-600\/35:active {
  background-color: rgb(37 99 235 / 0.35);
}

.active\:bg-blue-600\/40:active {
  background-color: rgb(37 99 235 / 0.4);
}

.active\:bg-blue-600\/45:active {
  background-color: rgb(37 99 235 / 0.45);
}

.active\:bg-blue-600\/5:active {
  background-color: rgb(37 99 235 / 0.05);
}

.active\:bg-blue-600\/50:active {
  background-color: rgb(37 99 235 / 0.5);
}

.active\:bg-blue-600\/55:active {
  background-color: rgb(37 99 235 / 0.55);
}

.active\:bg-blue-600\/60:active {
  background-color: rgb(37 99 235 / 0.6);
}

.active\:bg-blue-600\/65:active {
  background-color: rgb(37 99 235 / 0.65);
}

.active\:bg-blue-600\/70:active {
  background-color: rgb(37 99 235 / 0.7);
}

.active\:bg-blue-600\/75:active {
  background-color: rgb(37 99 235 / 0.75);
}

.active\:bg-blue-600\/80:active {
  background-color: rgb(37 99 235 / 0.8);
}

.active\:bg-blue-600\/85:active {
  background-color: rgb(37 99 235 / 0.85);
}

.active\:bg-blue-600\/90:active {
  background-color: rgb(37 99 235 / 0.9);
}

.active\:bg-blue-600\/95:active {
  background-color: rgb(37 99 235 / 0.95);
}

.active\:bg-blue-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-700\/0:active {
  background-color: rgb(29 78 216 / 0);
}

.active\:bg-blue-700\/10:active {
  background-color: rgb(29 78 216 / 0.1);
}

.active\:bg-blue-700\/100:active {
  background-color: rgb(29 78 216 / 1);
}

.active\:bg-blue-700\/15:active {
  background-color: rgb(29 78 216 / 0.15);
}

.active\:bg-blue-700\/20:active {
  background-color: rgb(29 78 216 / 0.2);
}

.active\:bg-blue-700\/25:active {
  background-color: rgb(29 78 216 / 0.25);
}

.active\:bg-blue-700\/30:active {
  background-color: rgb(29 78 216 / 0.3);
}

.active\:bg-blue-700\/35:active {
  background-color: rgb(29 78 216 / 0.35);
}

.active\:bg-blue-700\/40:active {
  background-color: rgb(29 78 216 / 0.4);
}

.active\:bg-blue-700\/45:active {
  background-color: rgb(29 78 216 / 0.45);
}

.active\:bg-blue-700\/5:active {
  background-color: rgb(29 78 216 / 0.05);
}

.active\:bg-blue-700\/50:active {
  background-color: rgb(29 78 216 / 0.5);
}

.active\:bg-blue-700\/55:active {
  background-color: rgb(29 78 216 / 0.55);
}

.active\:bg-blue-700\/60:active {
  background-color: rgb(29 78 216 / 0.6);
}

.active\:bg-blue-700\/65:active {
  background-color: rgb(29 78 216 / 0.65);
}

.active\:bg-blue-700\/70:active {
  background-color: rgb(29 78 216 / 0.7);
}

.active\:bg-blue-700\/75:active {
  background-color: rgb(29 78 216 / 0.75);
}

.active\:bg-blue-700\/80:active {
  background-color: rgb(29 78 216 / 0.8);
}

.active\:bg-blue-700\/85:active {
  background-color: rgb(29 78 216 / 0.85);
}

.active\:bg-blue-700\/90:active {
  background-color: rgb(29 78 216 / 0.9);
}

.active\:bg-blue-700\/95:active {
  background-color: rgb(29 78 216 / 0.95);
}

.active\:bg-blue-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-800\/0:active {
  background-color: rgb(30 64 175 / 0);
}

.active\:bg-blue-800\/10:active {
  background-color: rgb(30 64 175 / 0.1);
}

.active\:bg-blue-800\/100:active {
  background-color: rgb(30 64 175 / 1);
}

.active\:bg-blue-800\/15:active {
  background-color: rgb(30 64 175 / 0.15);
}

.active\:bg-blue-800\/20:active {
  background-color: rgb(30 64 175 / 0.2);
}

.active\:bg-blue-800\/25:active {
  background-color: rgb(30 64 175 / 0.25);
}

.active\:bg-blue-800\/30:active {
  background-color: rgb(30 64 175 / 0.3);
}

.active\:bg-blue-800\/35:active {
  background-color: rgb(30 64 175 / 0.35);
}

.active\:bg-blue-800\/40:active {
  background-color: rgb(30 64 175 / 0.4);
}

.active\:bg-blue-800\/45:active {
  background-color: rgb(30 64 175 / 0.45);
}

.active\:bg-blue-800\/5:active {
  background-color: rgb(30 64 175 / 0.05);
}

.active\:bg-blue-800\/50:active {
  background-color: rgb(30 64 175 / 0.5);
}

.active\:bg-blue-800\/55:active {
  background-color: rgb(30 64 175 / 0.55);
}

.active\:bg-blue-800\/60:active {
  background-color: rgb(30 64 175 / 0.6);
}

.active\:bg-blue-800\/65:active {
  background-color: rgb(30 64 175 / 0.65);
}

.active\:bg-blue-800\/70:active {
  background-color: rgb(30 64 175 / 0.7);
}

.active\:bg-blue-800\/75:active {
  background-color: rgb(30 64 175 / 0.75);
}

.active\:bg-blue-800\/80:active {
  background-color: rgb(30 64 175 / 0.8);
}

.active\:bg-blue-800\/85:active {
  background-color: rgb(30 64 175 / 0.85);
}

.active\:bg-blue-800\/90:active {
  background-color: rgb(30 64 175 / 0.9);
}

.active\:bg-blue-800\/95:active {
  background-color: rgb(30 64 175 / 0.95);
}

.active\:bg-blue-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-900\/0:active {
  background-color: rgb(30 58 138 / 0);
}

.active\:bg-blue-900\/10:active {
  background-color: rgb(30 58 138 / 0.1);
}

.active\:bg-blue-900\/100:active {
  background-color: rgb(30 58 138 / 1);
}

.active\:bg-blue-900\/15:active {
  background-color: rgb(30 58 138 / 0.15);
}

.active\:bg-blue-900\/20:active {
  background-color: rgb(30 58 138 / 0.2);
}

.active\:bg-blue-900\/25:active {
  background-color: rgb(30 58 138 / 0.25);
}

.active\:bg-blue-900\/30:active {
  background-color: rgb(30 58 138 / 0.3);
}

.active\:bg-blue-900\/35:active {
  background-color: rgb(30 58 138 / 0.35);
}

.active\:bg-blue-900\/40:active {
  background-color: rgb(30 58 138 / 0.4);
}

.active\:bg-blue-900\/45:active {
  background-color: rgb(30 58 138 / 0.45);
}

.active\:bg-blue-900\/5:active {
  background-color: rgb(30 58 138 / 0.05);
}

.active\:bg-blue-900\/50:active {
  background-color: rgb(30 58 138 / 0.5);
}

.active\:bg-blue-900\/55:active {
  background-color: rgb(30 58 138 / 0.55);
}

.active\:bg-blue-900\/60:active {
  background-color: rgb(30 58 138 / 0.6);
}

.active\:bg-blue-900\/65:active {
  background-color: rgb(30 58 138 / 0.65);
}

.active\:bg-blue-900\/70:active {
  background-color: rgb(30 58 138 / 0.7);
}

.active\:bg-blue-900\/75:active {
  background-color: rgb(30 58 138 / 0.75);
}

.active\:bg-blue-900\/80:active {
  background-color: rgb(30 58 138 / 0.8);
}

.active\:bg-blue-900\/85:active {
  background-color: rgb(30 58 138 / 0.85);
}

.active\:bg-blue-900\/90:active {
  background-color: rgb(30 58 138 / 0.9);
}

.active\:bg-blue-900\/95:active {
  background-color: rgb(30 58 138 / 0.95);
}

.active\:bg-blue-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-950\/0:active {
  background-color: rgb(23 37 84 / 0);
}

.active\:bg-blue-950\/10:active {
  background-color: rgb(23 37 84 / 0.1);
}

.active\:bg-blue-950\/100:active {
  background-color: rgb(23 37 84 / 1);
}

.active\:bg-blue-950\/15:active {
  background-color: rgb(23 37 84 / 0.15);
}

.active\:bg-blue-950\/20:active {
  background-color: rgb(23 37 84 / 0.2);
}

.active\:bg-blue-950\/25:active {
  background-color: rgb(23 37 84 / 0.25);
}

.active\:bg-blue-950\/30:active {
  background-color: rgb(23 37 84 / 0.3);
}

.active\:bg-blue-950\/35:active {
  background-color: rgb(23 37 84 / 0.35);
}

.active\:bg-blue-950\/40:active {
  background-color: rgb(23 37 84 / 0.4);
}

.active\:bg-blue-950\/45:active {
  background-color: rgb(23 37 84 / 0.45);
}

.active\:bg-blue-950\/5:active {
  background-color: rgb(23 37 84 / 0.05);
}

.active\:bg-blue-950\/50:active {
  background-color: rgb(23 37 84 / 0.5);
}

.active\:bg-blue-950\/55:active {
  background-color: rgb(23 37 84 / 0.55);
}

.active\:bg-blue-950\/60:active {
  background-color: rgb(23 37 84 / 0.6);
}

.active\:bg-blue-950\/65:active {
  background-color: rgb(23 37 84 / 0.65);
}

.active\:bg-blue-950\/70:active {
  background-color: rgb(23 37 84 / 0.7);
}

.active\:bg-blue-950\/75:active {
  background-color: rgb(23 37 84 / 0.75);
}

.active\:bg-blue-950\/80:active {
  background-color: rgb(23 37 84 / 0.8);
}

.active\:bg-blue-950\/85:active {
  background-color: rgb(23 37 84 / 0.85);
}

.active\:bg-blue-950\/90:active {
  background-color: rgb(23 37 84 / 0.9);
}

.active\:bg-blue-950\/95:active {
  background-color: rgb(23 37 84 / 0.95);
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.active\:bg-gray-100\/0:active {
  background-color: rgb(243 244 246 / 0);
}

.active\:bg-gray-100\/10:active {
  background-color: rgb(243 244 246 / 0.1);
}

.active\:bg-gray-100\/100:active {
  background-color: rgb(243 244 246 / 1);
}

.active\:bg-gray-100\/15:active {
  background-color: rgb(243 244 246 / 0.15);
}

.active\:bg-gray-100\/20:active {
  background-color: rgb(243 244 246 / 0.2);
}

.active\:bg-gray-100\/25:active {
  background-color: rgb(243 244 246 / 0.25);
}

.active\:bg-gray-100\/30:active {
  background-color: rgb(243 244 246 / 0.3);
}

.active\:bg-gray-100\/35:active {
  background-color: rgb(243 244 246 / 0.35);
}

.active\:bg-gray-100\/40:active {
  background-color: rgb(243 244 246 / 0.4);
}

.active\:bg-gray-100\/45:active {
  background-color: rgb(243 244 246 / 0.45);
}

.active\:bg-gray-100\/5:active {
  background-color: rgb(243 244 246 / 0.05);
}

.active\:bg-gray-100\/50:active {
  background-color: rgb(243 244 246 / 0.5);
}

.active\:bg-gray-100\/55:active {
  background-color: rgb(243 244 246 / 0.55);
}

.active\:bg-gray-100\/60:active {
  background-color: rgb(243 244 246 / 0.6);
}

.active\:bg-gray-100\/65:active {
  background-color: rgb(243 244 246 / 0.65);
}

.active\:bg-gray-100\/70:active {
  background-color: rgb(243 244 246 / 0.7);
}

.active\:bg-gray-100\/75:active {
  background-color: rgb(243 244 246 / 0.75);
}

.active\:bg-gray-100\/80:active {
  background-color: rgb(243 244 246 / 0.8);
}

.active\:bg-gray-100\/85:active {
  background-color: rgb(243 244 246 / 0.85);
}

.active\:bg-gray-100\/90:active {
  background-color: rgb(243 244 246 / 0.9);
}

.active\:bg-gray-100\/95:active {
  background-color: rgb(243 244 246 / 0.95);
}

.active\:bg-gray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.active\:bg-gray-200\/0:active {
  background-color: rgb(229 231 235 / 0);
}

.active\:bg-gray-200\/10:active {
  background-color: rgb(229 231 235 / 0.1);
}

.active\:bg-gray-200\/100:active {
  background-color: rgb(229 231 235 / 1);
}

.active\:bg-gray-200\/15:active {
  background-color: rgb(229 231 235 / 0.15);
}

.active\:bg-gray-200\/20:active {
  background-color: rgb(229 231 235 / 0.2);
}

.active\:bg-gray-200\/25:active {
  background-color: rgb(229 231 235 / 0.25);
}

.active\:bg-gray-200\/30:active {
  background-color: rgb(229 231 235 / 0.3);
}

.active\:bg-gray-200\/35:active {
  background-color: rgb(229 231 235 / 0.35);
}

.active\:bg-gray-200\/40:active {
  background-color: rgb(229 231 235 / 0.4);
}

.active\:bg-gray-200\/45:active {
  background-color: rgb(229 231 235 / 0.45);
}

.active\:bg-gray-200\/5:active {
  background-color: rgb(229 231 235 / 0.05);
}

.active\:bg-gray-200\/50:active {
  background-color: rgb(229 231 235 / 0.5);
}

.active\:bg-gray-200\/55:active {
  background-color: rgb(229 231 235 / 0.55);
}

.active\:bg-gray-200\/60:active {
  background-color: rgb(229 231 235 / 0.6);
}

.active\:bg-gray-200\/65:active {
  background-color: rgb(229 231 235 / 0.65);
}

.active\:bg-gray-200\/70:active {
  background-color: rgb(229 231 235 / 0.7);
}

.active\:bg-gray-200\/75:active {
  background-color: rgb(229 231 235 / 0.75);
}

.active\:bg-gray-200\/80:active {
  background-color: rgb(229 231 235 / 0.8);
}

.active\:bg-gray-200\/85:active {
  background-color: rgb(229 231 235 / 0.85);
}

.active\:bg-gray-200\/90:active {
  background-color: rgb(229 231 235 / 0.9);
}

.active\:bg-gray-200\/95:active {
  background-color: rgb(229 231 235 / 0.95);
}

.active\:bg-gray-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.active\:bg-gray-300\/0:active {
  background-color: rgb(209 213 219 / 0);
}

.active\:bg-gray-300\/10:active {
  background-color: rgb(209 213 219 / 0.1);
}

.active\:bg-gray-300\/100:active {
  background-color: rgb(209 213 219 / 1);
}

.active\:bg-gray-300\/15:active {
  background-color: rgb(209 213 219 / 0.15);
}

.active\:bg-gray-300\/20:active {
  background-color: rgb(209 213 219 / 0.2);
}

.active\:bg-gray-300\/25:active {
  background-color: rgb(209 213 219 / 0.25);
}

.active\:bg-gray-300\/30:active {
  background-color: rgb(209 213 219 / 0.3);
}

.active\:bg-gray-300\/35:active {
  background-color: rgb(209 213 219 / 0.35);
}

.active\:bg-gray-300\/40:active {
  background-color: rgb(209 213 219 / 0.4);
}

.active\:bg-gray-300\/45:active {
  background-color: rgb(209 213 219 / 0.45);
}

.active\:bg-gray-300\/5:active {
  background-color: rgb(209 213 219 / 0.05);
}

.active\:bg-gray-300\/50:active {
  background-color: rgb(209 213 219 / 0.5);
}

.active\:bg-gray-300\/55:active {
  background-color: rgb(209 213 219 / 0.55);
}

.active\:bg-gray-300\/60:active {
  background-color: rgb(209 213 219 / 0.6);
}

.active\:bg-gray-300\/65:active {
  background-color: rgb(209 213 219 / 0.65);
}

.active\:bg-gray-300\/70:active {
  background-color: rgb(209 213 219 / 0.7);
}

.active\:bg-gray-300\/75:active {
  background-color: rgb(209 213 219 / 0.75);
}

.active\:bg-gray-300\/80:active {
  background-color: rgb(209 213 219 / 0.8);
}

.active\:bg-gray-300\/85:active {
  background-color: rgb(209 213 219 / 0.85);
}

.active\:bg-gray-300\/90:active {
  background-color: rgb(209 213 219 / 0.9);
}

.active\:bg-gray-300\/95:active {
  background-color: rgb(209 213 219 / 0.95);
}

.active\:bg-gray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.active\:bg-gray-400\/0:active {
  background-color: rgb(156 163 175 / 0);
}

.active\:bg-gray-400\/10:active {
  background-color: rgb(156 163 175 / 0.1);
}

.active\:bg-gray-400\/100:active {
  background-color: rgb(156 163 175 / 1);
}

.active\:bg-gray-400\/15:active {
  background-color: rgb(156 163 175 / 0.15);
}

.active\:bg-gray-400\/20:active {
  background-color: rgb(156 163 175 / 0.2);
}

.active\:bg-gray-400\/25:active {
  background-color: rgb(156 163 175 / 0.25);
}

.active\:bg-gray-400\/30:active {
  background-color: rgb(156 163 175 / 0.3);
}

.active\:bg-gray-400\/35:active {
  background-color: rgb(156 163 175 / 0.35);
}

.active\:bg-gray-400\/40:active {
  background-color: rgb(156 163 175 / 0.4);
}

.active\:bg-gray-400\/45:active {
  background-color: rgb(156 163 175 / 0.45);
}

.active\:bg-gray-400\/5:active {
  background-color: rgb(156 163 175 / 0.05);
}

.active\:bg-gray-400\/50:active {
  background-color: rgb(156 163 175 / 0.5);
}

.active\:bg-gray-400\/55:active {
  background-color: rgb(156 163 175 / 0.55);
}

.active\:bg-gray-400\/60:active {
  background-color: rgb(156 163 175 / 0.6);
}

.active\:bg-gray-400\/65:active {
  background-color: rgb(156 163 175 / 0.65);
}

.active\:bg-gray-400\/70:active {
  background-color: rgb(156 163 175 / 0.7);
}

.active\:bg-gray-400\/75:active {
  background-color: rgb(156 163 175 / 0.75);
}

.active\:bg-gray-400\/80:active {
  background-color: rgb(156 163 175 / 0.8);
}

.active\:bg-gray-400\/85:active {
  background-color: rgb(156 163 175 / 0.85);
}

.active\:bg-gray-400\/90:active {
  background-color: rgb(156 163 175 / 0.9);
}

.active\:bg-gray-400\/95:active {
  background-color: rgb(156 163 175 / 0.95);
}

.active\:bg-gray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.active\:bg-gray-50\/0:active {
  background-color: rgb(249 250 251 / 0);
}

.active\:bg-gray-50\/10:active {
  background-color: rgb(249 250 251 / 0.1);
}

.active\:bg-gray-50\/100:active {
  background-color: rgb(249 250 251 / 1);
}

.active\:bg-gray-50\/15:active {
  background-color: rgb(249 250 251 / 0.15);
}

.active\:bg-gray-50\/20:active {
  background-color: rgb(249 250 251 / 0.2);
}

.active\:bg-gray-50\/25:active {
  background-color: rgb(249 250 251 / 0.25);
}

.active\:bg-gray-50\/30:active {
  background-color: rgb(249 250 251 / 0.3);
}

.active\:bg-gray-50\/35:active {
  background-color: rgb(249 250 251 / 0.35);
}

.active\:bg-gray-50\/40:active {
  background-color: rgb(249 250 251 / 0.4);
}

.active\:bg-gray-50\/45:active {
  background-color: rgb(249 250 251 / 0.45);
}

.active\:bg-gray-50\/5:active {
  background-color: rgb(249 250 251 / 0.05);
}

.active\:bg-gray-50\/50:active {
  background-color: rgb(249 250 251 / 0.5);
}

.active\:bg-gray-50\/55:active {
  background-color: rgb(249 250 251 / 0.55);
}

.active\:bg-gray-50\/60:active {
  background-color: rgb(249 250 251 / 0.6);
}

.active\:bg-gray-50\/65:active {
  background-color: rgb(249 250 251 / 0.65);
}

.active\:bg-gray-50\/70:active {
  background-color: rgb(249 250 251 / 0.7);
}

.active\:bg-gray-50\/75:active {
  background-color: rgb(249 250 251 / 0.75);
}

.active\:bg-gray-50\/80:active {
  background-color: rgb(249 250 251 / 0.8);
}

.active\:bg-gray-50\/85:active {
  background-color: rgb(249 250 251 / 0.85);
}

.active\:bg-gray-50\/90:active {
  background-color: rgb(249 250 251 / 0.9);
}

.active\:bg-gray-50\/95:active {
  background-color: rgb(249 250 251 / 0.95);
}

.active\:bg-gray-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.active\:bg-gray-500\/0:active {
  background-color: rgb(107 114 128 / 0);
}

.active\:bg-gray-500\/10:active {
  background-color: rgb(107 114 128 / 0.1);
}

.active\:bg-gray-500\/100:active {
  background-color: rgb(107 114 128 / 1);
}

.active\:bg-gray-500\/15:active {
  background-color: rgb(107 114 128 / 0.15);
}

.active\:bg-gray-500\/20:active {
  background-color: rgb(107 114 128 / 0.2);
}

.active\:bg-gray-500\/25:active {
  background-color: rgb(107 114 128 / 0.25);
}

.active\:bg-gray-500\/30:active {
  background-color: rgb(107 114 128 / 0.3);
}

.active\:bg-gray-500\/35:active {
  background-color: rgb(107 114 128 / 0.35);
}

.active\:bg-gray-500\/40:active {
  background-color: rgb(107 114 128 / 0.4);
}

.active\:bg-gray-500\/45:active {
  background-color: rgb(107 114 128 / 0.45);
}

.active\:bg-gray-500\/5:active {
  background-color: rgb(107 114 128 / 0.05);
}

.active\:bg-gray-500\/50:active {
  background-color: rgb(107 114 128 / 0.5);
}

.active\:bg-gray-500\/55:active {
  background-color: rgb(107 114 128 / 0.55);
}

.active\:bg-gray-500\/60:active {
  background-color: rgb(107 114 128 / 0.6);
}

.active\:bg-gray-500\/65:active {
  background-color: rgb(107 114 128 / 0.65);
}

.active\:bg-gray-500\/70:active {
  background-color: rgb(107 114 128 / 0.7);
}

.active\:bg-gray-500\/75:active {
  background-color: rgb(107 114 128 / 0.75);
}

.active\:bg-gray-500\/80:active {
  background-color: rgb(107 114 128 / 0.8);
}

.active\:bg-gray-500\/85:active {
  background-color: rgb(107 114 128 / 0.85);
}

.active\:bg-gray-500\/90:active {
  background-color: rgb(107 114 128 / 0.9);
}

.active\:bg-gray-500\/95:active {
  background-color: rgb(107 114 128 / 0.95);
}

.active\:bg-gray-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.active\:bg-gray-600\/0:active {
  background-color: rgb(75 85 99 / 0);
}

.active\:bg-gray-600\/10:active {
  background-color: rgb(75 85 99 / 0.1);
}

.active\:bg-gray-600\/100:active {
  background-color: rgb(75 85 99 / 1);
}

.active\:bg-gray-600\/15:active {
  background-color: rgb(75 85 99 / 0.15);
}

.active\:bg-gray-600\/20:active {
  background-color: rgb(75 85 99 / 0.2);
}

.active\:bg-gray-600\/25:active {
  background-color: rgb(75 85 99 / 0.25);
}

.active\:bg-gray-600\/30:active {
  background-color: rgb(75 85 99 / 0.3);
}

.active\:bg-gray-600\/35:active {
  background-color: rgb(75 85 99 / 0.35);
}

.active\:bg-gray-600\/40:active {
  background-color: rgb(75 85 99 / 0.4);
}

.active\:bg-gray-600\/45:active {
  background-color: rgb(75 85 99 / 0.45);
}

.active\:bg-gray-600\/5:active {
  background-color: rgb(75 85 99 / 0.05);
}

.active\:bg-gray-600\/50:active {
  background-color: rgb(75 85 99 / 0.5);
}

.active\:bg-gray-600\/55:active {
  background-color: rgb(75 85 99 / 0.55);
}

.active\:bg-gray-600\/60:active {
  background-color: rgb(75 85 99 / 0.6);
}

.active\:bg-gray-600\/65:active {
  background-color: rgb(75 85 99 / 0.65);
}

.active\:bg-gray-600\/70:active {
  background-color: rgb(75 85 99 / 0.7);
}

.active\:bg-gray-600\/75:active {
  background-color: rgb(75 85 99 / 0.75);
}

.active\:bg-gray-600\/80:active {
  background-color: rgb(75 85 99 / 0.8);
}

.active\:bg-gray-600\/85:active {
  background-color: rgb(75 85 99 / 0.85);
}

.active\:bg-gray-600\/90:active {
  background-color: rgb(75 85 99 / 0.9);
}

.active\:bg-gray-600\/95:active {
  background-color: rgb(75 85 99 / 0.95);
}

.active\:bg-gray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.active\:bg-gray-700\/0:active {
  background-color: rgb(55 65 81 / 0);
}

.active\:bg-gray-700\/10:active {
  background-color: rgb(55 65 81 / 0.1);
}

.active\:bg-gray-700\/100:active {
  background-color: rgb(55 65 81 / 1);
}

.active\:bg-gray-700\/15:active {
  background-color: rgb(55 65 81 / 0.15);
}

.active\:bg-gray-700\/20:active {
  background-color: rgb(55 65 81 / 0.2);
}

.active\:bg-gray-700\/25:active {
  background-color: rgb(55 65 81 / 0.25);
}

.active\:bg-gray-700\/30:active {
  background-color: rgb(55 65 81 / 0.3);
}

.active\:bg-gray-700\/35:active {
  background-color: rgb(55 65 81 / 0.35);
}

.active\:bg-gray-700\/40:active {
  background-color: rgb(55 65 81 / 0.4);
}

.active\:bg-gray-700\/45:active {
  background-color: rgb(55 65 81 / 0.45);
}

.active\:bg-gray-700\/5:active {
  background-color: rgb(55 65 81 / 0.05);
}

.active\:bg-gray-700\/50:active {
  background-color: rgb(55 65 81 / 0.5);
}

.active\:bg-gray-700\/55:active {
  background-color: rgb(55 65 81 / 0.55);
}

.active\:bg-gray-700\/60:active {
  background-color: rgb(55 65 81 / 0.6);
}

.active\:bg-gray-700\/65:active {
  background-color: rgb(55 65 81 / 0.65);
}

.active\:bg-gray-700\/70:active {
  background-color: rgb(55 65 81 / 0.7);
}

.active\:bg-gray-700\/75:active {
  background-color: rgb(55 65 81 / 0.75);
}

.active\:bg-gray-700\/80:active {
  background-color: rgb(55 65 81 / 0.8);
}

.active\:bg-gray-700\/85:active {
  background-color: rgb(55 65 81 / 0.85);
}

.active\:bg-gray-700\/90:active {
  background-color: rgb(55 65 81 / 0.9);
}

.active\:bg-gray-700\/95:active {
  background-color: rgb(55 65 81 / 0.95);
}

.active\:bg-gray-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.active\:bg-gray-800\/0:active {
  background-color: rgb(31 41 55 / 0);
}

.active\:bg-gray-800\/10:active {
  background-color: rgb(31 41 55 / 0.1);
}

.active\:bg-gray-800\/100:active {
  background-color: rgb(31 41 55 / 1);
}

.active\:bg-gray-800\/15:active {
  background-color: rgb(31 41 55 / 0.15);
}

.active\:bg-gray-800\/20:active {
  background-color: rgb(31 41 55 / 0.2);
}

.active\:bg-gray-800\/25:active {
  background-color: rgb(31 41 55 / 0.25);
}

.active\:bg-gray-800\/30:active {
  background-color: rgb(31 41 55 / 0.3);
}

.active\:bg-gray-800\/35:active {
  background-color: rgb(31 41 55 / 0.35);
}

.active\:bg-gray-800\/40:active {
  background-color: rgb(31 41 55 / 0.4);
}

.active\:bg-gray-800\/45:active {
  background-color: rgb(31 41 55 / 0.45);
}

.active\:bg-gray-800\/5:active {
  background-color: rgb(31 41 55 / 0.05);
}

.active\:bg-gray-800\/50:active {
  background-color: rgb(31 41 55 / 0.5);
}

.active\:bg-gray-800\/55:active {
  background-color: rgb(31 41 55 / 0.55);
}

.active\:bg-gray-800\/60:active {
  background-color: rgb(31 41 55 / 0.6);
}

.active\:bg-gray-800\/65:active {
  background-color: rgb(31 41 55 / 0.65);
}

.active\:bg-gray-800\/70:active {
  background-color: rgb(31 41 55 / 0.7);
}

.active\:bg-gray-800\/75:active {
  background-color: rgb(31 41 55 / 0.75);
}

.active\:bg-gray-800\/80:active {
  background-color: rgb(31 41 55 / 0.8);
}

.active\:bg-gray-800\/85:active {
  background-color: rgb(31 41 55 / 0.85);
}

.active\:bg-gray-800\/90:active {
  background-color: rgb(31 41 55 / 0.9);
}

.active\:bg-gray-800\/95:active {
  background-color: rgb(31 41 55 / 0.95);
}

.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.active\:bg-gray-900\/0:active {
  background-color: rgb(17 24 39 / 0);
}

.active\:bg-gray-900\/10:active {
  background-color: rgb(17 24 39 / 0.1);
}

.active\:bg-gray-900\/100:active {
  background-color: rgb(17 24 39 / 1);
}

.active\:bg-gray-900\/15:active {
  background-color: rgb(17 24 39 / 0.15);
}

.active\:bg-gray-900\/20:active {
  background-color: rgb(17 24 39 / 0.2);
}

.active\:bg-gray-900\/25:active {
  background-color: rgb(17 24 39 / 0.25);
}

.active\:bg-gray-900\/30:active {
  background-color: rgb(17 24 39 / 0.3);
}

.active\:bg-gray-900\/35:active {
  background-color: rgb(17 24 39 / 0.35);
}

.active\:bg-gray-900\/40:active {
  background-color: rgb(17 24 39 / 0.4);
}

.active\:bg-gray-900\/45:active {
  background-color: rgb(17 24 39 / 0.45);
}

.active\:bg-gray-900\/5:active {
  background-color: rgb(17 24 39 / 0.05);
}

.active\:bg-gray-900\/50:active {
  background-color: rgb(17 24 39 / 0.5);
}

.active\:bg-gray-900\/55:active {
  background-color: rgb(17 24 39 / 0.55);
}

.active\:bg-gray-900\/60:active {
  background-color: rgb(17 24 39 / 0.6);
}

.active\:bg-gray-900\/65:active {
  background-color: rgb(17 24 39 / 0.65);
}

.active\:bg-gray-900\/70:active {
  background-color: rgb(17 24 39 / 0.7);
}

.active\:bg-gray-900\/75:active {
  background-color: rgb(17 24 39 / 0.75);
}

.active\:bg-gray-900\/80:active {
  background-color: rgb(17 24 39 / 0.8);
}

.active\:bg-gray-900\/85:active {
  background-color: rgb(17 24 39 / 0.85);
}

.active\:bg-gray-900\/90:active {
  background-color: rgb(17 24 39 / 0.9);
}

.active\:bg-gray-900\/95:active {
  background-color: rgb(17 24 39 / 0.95);
}

.active\:bg-gray-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.active\:bg-gray-950\/0:active {
  background-color: rgb(3 7 18 / 0);
}

.active\:bg-gray-950\/10:active {
  background-color: rgb(3 7 18 / 0.1);
}

.active\:bg-gray-950\/100:active {
  background-color: rgb(3 7 18 / 1);
}

.active\:bg-gray-950\/15:active {
  background-color: rgb(3 7 18 / 0.15);
}

.active\:bg-gray-950\/20:active {
  background-color: rgb(3 7 18 / 0.2);
}

.active\:bg-gray-950\/25:active {
  background-color: rgb(3 7 18 / 0.25);
}

.active\:bg-gray-950\/30:active {
  background-color: rgb(3 7 18 / 0.3);
}

.active\:bg-gray-950\/35:active {
  background-color: rgb(3 7 18 / 0.35);
}

.active\:bg-gray-950\/40:active {
  background-color: rgb(3 7 18 / 0.4);
}

.active\:bg-gray-950\/45:active {
  background-color: rgb(3 7 18 / 0.45);
}

.active\:bg-gray-950\/5:active {
  background-color: rgb(3 7 18 / 0.05);
}

.active\:bg-gray-950\/50:active {
  background-color: rgb(3 7 18 / 0.5);
}

.active\:bg-gray-950\/55:active {
  background-color: rgb(3 7 18 / 0.55);
}

.active\:bg-gray-950\/60:active {
  background-color: rgb(3 7 18 / 0.6);
}

.active\:bg-gray-950\/65:active {
  background-color: rgb(3 7 18 / 0.65);
}

.active\:bg-gray-950\/70:active {
  background-color: rgb(3 7 18 / 0.7);
}

.active\:bg-gray-950\/75:active {
  background-color: rgb(3 7 18 / 0.75);
}

.active\:bg-gray-950\/80:active {
  background-color: rgb(3 7 18 / 0.8);
}

.active\:bg-gray-950\/85:active {
  background-color: rgb(3 7 18 / 0.85);
}

.active\:bg-gray-950\/90:active {
  background-color: rgb(3 7 18 / 0.9);
}

.active\:bg-gray-950\/95:active {
  background-color: rgb(3 7 18 / 0.95);
}

.active\:bg-green-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.active\:bg-green-100\/0:active {
  background-color: rgb(220 252 231 / 0);
}

.active\:bg-green-100\/10:active {
  background-color: rgb(220 252 231 / 0.1);
}

.active\:bg-green-100\/100:active {
  background-color: rgb(220 252 231 / 1);
}

.active\:bg-green-100\/15:active {
  background-color: rgb(220 252 231 / 0.15);
}

.active\:bg-green-100\/20:active {
  background-color: rgb(220 252 231 / 0.2);
}

.active\:bg-green-100\/25:active {
  background-color: rgb(220 252 231 / 0.25);
}

.active\:bg-green-100\/30:active {
  background-color: rgb(220 252 231 / 0.3);
}

.active\:bg-green-100\/35:active {
  background-color: rgb(220 252 231 / 0.35);
}

.active\:bg-green-100\/40:active {
  background-color: rgb(220 252 231 / 0.4);
}

.active\:bg-green-100\/45:active {
  background-color: rgb(220 252 231 / 0.45);
}

.active\:bg-green-100\/5:active {
  background-color: rgb(220 252 231 / 0.05);
}

.active\:bg-green-100\/50:active {
  background-color: rgb(220 252 231 / 0.5);
}

.active\:bg-green-100\/55:active {
  background-color: rgb(220 252 231 / 0.55);
}

.active\:bg-green-100\/60:active {
  background-color: rgb(220 252 231 / 0.6);
}

.active\:bg-green-100\/65:active {
  background-color: rgb(220 252 231 / 0.65);
}

.active\:bg-green-100\/70:active {
  background-color: rgb(220 252 231 / 0.7);
}

.active\:bg-green-100\/75:active {
  background-color: rgb(220 252 231 / 0.75);
}

.active\:bg-green-100\/80:active {
  background-color: rgb(220 252 231 / 0.8);
}

.active\:bg-green-100\/85:active {
  background-color: rgb(220 252 231 / 0.85);
}

.active\:bg-green-100\/90:active {
  background-color: rgb(220 252 231 / 0.9);
}

.active\:bg-green-100\/95:active {
  background-color: rgb(220 252 231 / 0.95);
}

.active\:bg-green-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.active\:bg-green-200\/0:active {
  background-color: rgb(187 247 208 / 0);
}

.active\:bg-green-200\/10:active {
  background-color: rgb(187 247 208 / 0.1);
}

.active\:bg-green-200\/100:active {
  background-color: rgb(187 247 208 / 1);
}

.active\:bg-green-200\/15:active {
  background-color: rgb(187 247 208 / 0.15);
}

.active\:bg-green-200\/20:active {
  background-color: rgb(187 247 208 / 0.2);
}

.active\:bg-green-200\/25:active {
  background-color: rgb(187 247 208 / 0.25);
}

.active\:bg-green-200\/30:active {
  background-color: rgb(187 247 208 / 0.3);
}

.active\:bg-green-200\/35:active {
  background-color: rgb(187 247 208 / 0.35);
}

.active\:bg-green-200\/40:active {
  background-color: rgb(187 247 208 / 0.4);
}

.active\:bg-green-200\/45:active {
  background-color: rgb(187 247 208 / 0.45);
}

.active\:bg-green-200\/5:active {
  background-color: rgb(187 247 208 / 0.05);
}

.active\:bg-green-200\/50:active {
  background-color: rgb(187 247 208 / 0.5);
}

.active\:bg-green-200\/55:active {
  background-color: rgb(187 247 208 / 0.55);
}

.active\:bg-green-200\/60:active {
  background-color: rgb(187 247 208 / 0.6);
}

.active\:bg-green-200\/65:active {
  background-color: rgb(187 247 208 / 0.65);
}

.active\:bg-green-200\/70:active {
  background-color: rgb(187 247 208 / 0.7);
}

.active\:bg-green-200\/75:active {
  background-color: rgb(187 247 208 / 0.75);
}

.active\:bg-green-200\/80:active {
  background-color: rgb(187 247 208 / 0.8);
}

.active\:bg-green-200\/85:active {
  background-color: rgb(187 247 208 / 0.85);
}

.active\:bg-green-200\/90:active {
  background-color: rgb(187 247 208 / 0.9);
}

.active\:bg-green-200\/95:active {
  background-color: rgb(187 247 208 / 0.95);
}

.active\:bg-green-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}

.active\:bg-green-300\/0:active {
  background-color: rgb(134 239 172 / 0);
}

.active\:bg-green-300\/10:active {
  background-color: rgb(134 239 172 / 0.1);
}

.active\:bg-green-300\/100:active {
  background-color: rgb(134 239 172 / 1);
}

.active\:bg-green-300\/15:active {
  background-color: rgb(134 239 172 / 0.15);
}

.active\:bg-green-300\/20:active {
  background-color: rgb(134 239 172 / 0.2);
}

.active\:bg-green-300\/25:active {
  background-color: rgb(134 239 172 / 0.25);
}

.active\:bg-green-300\/30:active {
  background-color: rgb(134 239 172 / 0.3);
}

.active\:bg-green-300\/35:active {
  background-color: rgb(134 239 172 / 0.35);
}

.active\:bg-green-300\/40:active {
  background-color: rgb(134 239 172 / 0.4);
}

.active\:bg-green-300\/45:active {
  background-color: rgb(134 239 172 / 0.45);
}

.active\:bg-green-300\/5:active {
  background-color: rgb(134 239 172 / 0.05);
}

.active\:bg-green-300\/50:active {
  background-color: rgb(134 239 172 / 0.5);
}

.active\:bg-green-300\/55:active {
  background-color: rgb(134 239 172 / 0.55);
}

.active\:bg-green-300\/60:active {
  background-color: rgb(134 239 172 / 0.6);
}

.active\:bg-green-300\/65:active {
  background-color: rgb(134 239 172 / 0.65);
}

.active\:bg-green-300\/70:active {
  background-color: rgb(134 239 172 / 0.7);
}

.active\:bg-green-300\/75:active {
  background-color: rgb(134 239 172 / 0.75);
}

.active\:bg-green-300\/80:active {
  background-color: rgb(134 239 172 / 0.8);
}

.active\:bg-green-300\/85:active {
  background-color: rgb(134 239 172 / 0.85);
}

.active\:bg-green-300\/90:active {
  background-color: rgb(134 239 172 / 0.9);
}

.active\:bg-green-300\/95:active {
  background-color: rgb(134 239 172 / 0.95);
}

.active\:bg-green-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.active\:bg-green-400\/0:active {
  background-color: rgb(74 222 128 / 0);
}

.active\:bg-green-400\/10:active {
  background-color: rgb(74 222 128 / 0.1);
}

.active\:bg-green-400\/100:active {
  background-color: rgb(74 222 128 / 1);
}

.active\:bg-green-400\/15:active {
  background-color: rgb(74 222 128 / 0.15);
}

.active\:bg-green-400\/20:active {
  background-color: rgb(74 222 128 / 0.2);
}

.active\:bg-green-400\/25:active {
  background-color: rgb(74 222 128 / 0.25);
}

.active\:bg-green-400\/30:active {
  background-color: rgb(74 222 128 / 0.3);
}

.active\:bg-green-400\/35:active {
  background-color: rgb(74 222 128 / 0.35);
}

.active\:bg-green-400\/40:active {
  background-color: rgb(74 222 128 / 0.4);
}

.active\:bg-green-400\/45:active {
  background-color: rgb(74 222 128 / 0.45);
}

.active\:bg-green-400\/5:active {
  background-color: rgb(74 222 128 / 0.05);
}

.active\:bg-green-400\/50:active {
  background-color: rgb(74 222 128 / 0.5);
}

.active\:bg-green-400\/55:active {
  background-color: rgb(74 222 128 / 0.55);
}

.active\:bg-green-400\/60:active {
  background-color: rgb(74 222 128 / 0.6);
}

.active\:bg-green-400\/65:active {
  background-color: rgb(74 222 128 / 0.65);
}

.active\:bg-green-400\/70:active {
  background-color: rgb(74 222 128 / 0.7);
}

.active\:bg-green-400\/75:active {
  background-color: rgb(74 222 128 / 0.75);
}

.active\:bg-green-400\/80:active {
  background-color: rgb(74 222 128 / 0.8);
}

.active\:bg-green-400\/85:active {
  background-color: rgb(74 222 128 / 0.85);
}

.active\:bg-green-400\/90:active {
  background-color: rgb(74 222 128 / 0.9);
}

.active\:bg-green-400\/95:active {
  background-color: rgb(74 222 128 / 0.95);
}

.active\:bg-green-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.active\:bg-green-50\/0:active {
  background-color: rgb(240 253 244 / 0);
}

.active\:bg-green-50\/10:active {
  background-color: rgb(240 253 244 / 0.1);
}

.active\:bg-green-50\/100:active {
  background-color: rgb(240 253 244 / 1);
}

.active\:bg-green-50\/15:active {
  background-color: rgb(240 253 244 / 0.15);
}

.active\:bg-green-50\/20:active {
  background-color: rgb(240 253 244 / 0.2);
}

.active\:bg-green-50\/25:active {
  background-color: rgb(240 253 244 / 0.25);
}

.active\:bg-green-50\/30:active {
  background-color: rgb(240 253 244 / 0.3);
}

.active\:bg-green-50\/35:active {
  background-color: rgb(240 253 244 / 0.35);
}

.active\:bg-green-50\/40:active {
  background-color: rgb(240 253 244 / 0.4);
}

.active\:bg-green-50\/45:active {
  background-color: rgb(240 253 244 / 0.45);
}

.active\:bg-green-50\/5:active {
  background-color: rgb(240 253 244 / 0.05);
}

.active\:bg-green-50\/50:active {
  background-color: rgb(240 253 244 / 0.5);
}

.active\:bg-green-50\/55:active {
  background-color: rgb(240 253 244 / 0.55);
}

.active\:bg-green-50\/60:active {
  background-color: rgb(240 253 244 / 0.6);
}

.active\:bg-green-50\/65:active {
  background-color: rgb(240 253 244 / 0.65);
}

.active\:bg-green-50\/70:active {
  background-color: rgb(240 253 244 / 0.7);
}

.active\:bg-green-50\/75:active {
  background-color: rgb(240 253 244 / 0.75);
}

.active\:bg-green-50\/80:active {
  background-color: rgb(240 253 244 / 0.8);
}

.active\:bg-green-50\/85:active {
  background-color: rgb(240 253 244 / 0.85);
}

.active\:bg-green-50\/90:active {
  background-color: rgb(240 253 244 / 0.9);
}

.active\:bg-green-50\/95:active {
  background-color: rgb(240 253 244 / 0.95);
}

.active\:bg-green-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.active\:bg-green-500\/0:active {
  background-color: rgb(34 197 94 / 0);
}

.active\:bg-green-500\/10:active {
  background-color: rgb(34 197 94 / 0.1);
}

.active\:bg-green-500\/100:active {
  background-color: rgb(34 197 94 / 1);
}

.active\:bg-green-500\/15:active {
  background-color: rgb(34 197 94 / 0.15);
}

.active\:bg-green-500\/20:active {
  background-color: rgb(34 197 94 / 0.2);
}

.active\:bg-green-500\/25:active {
  background-color: rgb(34 197 94 / 0.25);
}

.active\:bg-green-500\/30:active {
  background-color: rgb(34 197 94 / 0.3);
}

.active\:bg-green-500\/35:active {
  background-color: rgb(34 197 94 / 0.35);
}

.active\:bg-green-500\/40:active {
  background-color: rgb(34 197 94 / 0.4);
}

.active\:bg-green-500\/45:active {
  background-color: rgb(34 197 94 / 0.45);
}

.active\:bg-green-500\/5:active {
  background-color: rgb(34 197 94 / 0.05);
}

.active\:bg-green-500\/50:active {
  background-color: rgb(34 197 94 / 0.5);
}

.active\:bg-green-500\/55:active {
  background-color: rgb(34 197 94 / 0.55);
}

.active\:bg-green-500\/60:active {
  background-color: rgb(34 197 94 / 0.6);
}

.active\:bg-green-500\/65:active {
  background-color: rgb(34 197 94 / 0.65);
}

.active\:bg-green-500\/70:active {
  background-color: rgb(34 197 94 / 0.7);
}

.active\:bg-green-500\/75:active {
  background-color: rgb(34 197 94 / 0.75);
}

.active\:bg-green-500\/80:active {
  background-color: rgb(34 197 94 / 0.8);
}

.active\:bg-green-500\/85:active {
  background-color: rgb(34 197 94 / 0.85);
}

.active\:bg-green-500\/90:active {
  background-color: rgb(34 197 94 / 0.9);
}

.active\:bg-green-500\/95:active {
  background-color: rgb(34 197 94 / 0.95);
}

.active\:bg-green-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.active\:bg-green-600\/0:active {
  background-color: rgb(22 163 74 / 0);
}

.active\:bg-green-600\/10:active {
  background-color: rgb(22 163 74 / 0.1);
}

.active\:bg-green-600\/100:active {
  background-color: rgb(22 163 74 / 1);
}

.active\:bg-green-600\/15:active {
  background-color: rgb(22 163 74 / 0.15);
}

.active\:bg-green-600\/20:active {
  background-color: rgb(22 163 74 / 0.2);
}

.active\:bg-green-600\/25:active {
  background-color: rgb(22 163 74 / 0.25);
}

.active\:bg-green-600\/30:active {
  background-color: rgb(22 163 74 / 0.3);
}

.active\:bg-green-600\/35:active {
  background-color: rgb(22 163 74 / 0.35);
}

.active\:bg-green-600\/40:active {
  background-color: rgb(22 163 74 / 0.4);
}

.active\:bg-green-600\/45:active {
  background-color: rgb(22 163 74 / 0.45);
}

.active\:bg-green-600\/5:active {
  background-color: rgb(22 163 74 / 0.05);
}

.active\:bg-green-600\/50:active {
  background-color: rgb(22 163 74 / 0.5);
}

.active\:bg-green-600\/55:active {
  background-color: rgb(22 163 74 / 0.55);
}

.active\:bg-green-600\/60:active {
  background-color: rgb(22 163 74 / 0.6);
}

.active\:bg-green-600\/65:active {
  background-color: rgb(22 163 74 / 0.65);
}

.active\:bg-green-600\/70:active {
  background-color: rgb(22 163 74 / 0.7);
}

.active\:bg-green-600\/75:active {
  background-color: rgb(22 163 74 / 0.75);
}

.active\:bg-green-600\/80:active {
  background-color: rgb(22 163 74 / 0.8);
}

.active\:bg-green-600\/85:active {
  background-color: rgb(22 163 74 / 0.85);
}

.active\:bg-green-600\/90:active {
  background-color: rgb(22 163 74 / 0.9);
}

.active\:bg-green-600\/95:active {
  background-color: rgb(22 163 74 / 0.95);
}

.active\:bg-green-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.active\:bg-green-700\/0:active {
  background-color: rgb(21 128 61 / 0);
}

.active\:bg-green-700\/10:active {
  background-color: rgb(21 128 61 / 0.1);
}

.active\:bg-green-700\/100:active {
  background-color: rgb(21 128 61 / 1);
}

.active\:bg-green-700\/15:active {
  background-color: rgb(21 128 61 / 0.15);
}

.active\:bg-green-700\/20:active {
  background-color: rgb(21 128 61 / 0.2);
}

.active\:bg-green-700\/25:active {
  background-color: rgb(21 128 61 / 0.25);
}

.active\:bg-green-700\/30:active {
  background-color: rgb(21 128 61 / 0.3);
}

.active\:bg-green-700\/35:active {
  background-color: rgb(21 128 61 / 0.35);
}

.active\:bg-green-700\/40:active {
  background-color: rgb(21 128 61 / 0.4);
}

.active\:bg-green-700\/45:active {
  background-color: rgb(21 128 61 / 0.45);
}

.active\:bg-green-700\/5:active {
  background-color: rgb(21 128 61 / 0.05);
}

.active\:bg-green-700\/50:active {
  background-color: rgb(21 128 61 / 0.5);
}

.active\:bg-green-700\/55:active {
  background-color: rgb(21 128 61 / 0.55);
}

.active\:bg-green-700\/60:active {
  background-color: rgb(21 128 61 / 0.6);
}

.active\:bg-green-700\/65:active {
  background-color: rgb(21 128 61 / 0.65);
}

.active\:bg-green-700\/70:active {
  background-color: rgb(21 128 61 / 0.7);
}

.active\:bg-green-700\/75:active {
  background-color: rgb(21 128 61 / 0.75);
}

.active\:bg-green-700\/80:active {
  background-color: rgb(21 128 61 / 0.8);
}

.active\:bg-green-700\/85:active {
  background-color: rgb(21 128 61 / 0.85);
}

.active\:bg-green-700\/90:active {
  background-color: rgb(21 128 61 / 0.9);
}

.active\:bg-green-700\/95:active {
  background-color: rgb(21 128 61 / 0.95);
}

.active\:bg-green-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}

.active\:bg-green-800\/0:active {
  background-color: rgb(22 101 52 / 0);
}

.active\:bg-green-800\/10:active {
  background-color: rgb(22 101 52 / 0.1);
}

.active\:bg-green-800\/100:active {
  background-color: rgb(22 101 52 / 1);
}

.active\:bg-green-800\/15:active {
  background-color: rgb(22 101 52 / 0.15);
}

.active\:bg-green-800\/20:active {
  background-color: rgb(22 101 52 / 0.2);
}

.active\:bg-green-800\/25:active {
  background-color: rgb(22 101 52 / 0.25);
}

.active\:bg-green-800\/30:active {
  background-color: rgb(22 101 52 / 0.3);
}

.active\:bg-green-800\/35:active {
  background-color: rgb(22 101 52 / 0.35);
}

.active\:bg-green-800\/40:active {
  background-color: rgb(22 101 52 / 0.4);
}

.active\:bg-green-800\/45:active {
  background-color: rgb(22 101 52 / 0.45);
}

.active\:bg-green-800\/5:active {
  background-color: rgb(22 101 52 / 0.05);
}

.active\:bg-green-800\/50:active {
  background-color: rgb(22 101 52 / 0.5);
}

.active\:bg-green-800\/55:active {
  background-color: rgb(22 101 52 / 0.55);
}

.active\:bg-green-800\/60:active {
  background-color: rgb(22 101 52 / 0.6);
}

.active\:bg-green-800\/65:active {
  background-color: rgb(22 101 52 / 0.65);
}

.active\:bg-green-800\/70:active {
  background-color: rgb(22 101 52 / 0.7);
}

.active\:bg-green-800\/75:active {
  background-color: rgb(22 101 52 / 0.75);
}

.active\:bg-green-800\/80:active {
  background-color: rgb(22 101 52 / 0.8);
}

.active\:bg-green-800\/85:active {
  background-color: rgb(22 101 52 / 0.85);
}

.active\:bg-green-800\/90:active {
  background-color: rgb(22 101 52 / 0.9);
}

.active\:bg-green-800\/95:active {
  background-color: rgb(22 101 52 / 0.95);
}

.active\:bg-green-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}

.active\:bg-green-900\/0:active {
  background-color: rgb(20 83 45 / 0);
}

.active\:bg-green-900\/10:active {
  background-color: rgb(20 83 45 / 0.1);
}

.active\:bg-green-900\/100:active {
  background-color: rgb(20 83 45 / 1);
}

.active\:bg-green-900\/15:active {
  background-color: rgb(20 83 45 / 0.15);
}

.active\:bg-green-900\/20:active {
  background-color: rgb(20 83 45 / 0.2);
}

.active\:bg-green-900\/25:active {
  background-color: rgb(20 83 45 / 0.25);
}

.active\:bg-green-900\/30:active {
  background-color: rgb(20 83 45 / 0.3);
}

.active\:bg-green-900\/35:active {
  background-color: rgb(20 83 45 / 0.35);
}

.active\:bg-green-900\/40:active {
  background-color: rgb(20 83 45 / 0.4);
}

.active\:bg-green-900\/45:active {
  background-color: rgb(20 83 45 / 0.45);
}

.active\:bg-green-900\/5:active {
  background-color: rgb(20 83 45 / 0.05);
}

.active\:bg-green-900\/50:active {
  background-color: rgb(20 83 45 / 0.5);
}

.active\:bg-green-900\/55:active {
  background-color: rgb(20 83 45 / 0.55);
}

.active\:bg-green-900\/60:active {
  background-color: rgb(20 83 45 / 0.6);
}

.active\:bg-green-900\/65:active {
  background-color: rgb(20 83 45 / 0.65);
}

.active\:bg-green-900\/70:active {
  background-color: rgb(20 83 45 / 0.7);
}

.active\:bg-green-900\/75:active {
  background-color: rgb(20 83 45 / 0.75);
}

.active\:bg-green-900\/80:active {
  background-color: rgb(20 83 45 / 0.8);
}

.active\:bg-green-900\/85:active {
  background-color: rgb(20 83 45 / 0.85);
}

.active\:bg-green-900\/90:active {
  background-color: rgb(20 83 45 / 0.9);
}

.active\:bg-green-900\/95:active {
  background-color: rgb(20 83 45 / 0.95);
}

.active\:bg-green-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}

.active\:bg-green-950\/0:active {
  background-color: rgb(5 46 22 / 0);
}

.active\:bg-green-950\/10:active {
  background-color: rgb(5 46 22 / 0.1);
}

.active\:bg-green-950\/100:active {
  background-color: rgb(5 46 22 / 1);
}

.active\:bg-green-950\/15:active {
  background-color: rgb(5 46 22 / 0.15);
}

.active\:bg-green-950\/20:active {
  background-color: rgb(5 46 22 / 0.2);
}

.active\:bg-green-950\/25:active {
  background-color: rgb(5 46 22 / 0.25);
}

.active\:bg-green-950\/30:active {
  background-color: rgb(5 46 22 / 0.3);
}

.active\:bg-green-950\/35:active {
  background-color: rgb(5 46 22 / 0.35);
}

.active\:bg-green-950\/40:active {
  background-color: rgb(5 46 22 / 0.4);
}

.active\:bg-green-950\/45:active {
  background-color: rgb(5 46 22 / 0.45);
}

.active\:bg-green-950\/5:active {
  background-color: rgb(5 46 22 / 0.05);
}

.active\:bg-green-950\/50:active {
  background-color: rgb(5 46 22 / 0.5);
}

.active\:bg-green-950\/55:active {
  background-color: rgb(5 46 22 / 0.55);
}

.active\:bg-green-950\/60:active {
  background-color: rgb(5 46 22 / 0.6);
}

.active\:bg-green-950\/65:active {
  background-color: rgb(5 46 22 / 0.65);
}

.active\:bg-green-950\/70:active {
  background-color: rgb(5 46 22 / 0.7);
}

.active\:bg-green-950\/75:active {
  background-color: rgb(5 46 22 / 0.75);
}

.active\:bg-green-950\/80:active {
  background-color: rgb(5 46 22 / 0.8);
}

.active\:bg-green-950\/85:active {
  background-color: rgb(5 46 22 / 0.85);
}

.active\:bg-green-950\/90:active {
  background-color: rgb(5 46 22 / 0.9);
}

.active\:bg-green-950\/95:active {
  background-color: rgb(5 46 22 / 0.95);
}

.active\:bg-indigo-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-100\/0:active {
  background-color: rgb(224 231 255 / 0);
}

.active\:bg-indigo-100\/10:active {
  background-color: rgb(224 231 255 / 0.1);
}

.active\:bg-indigo-100\/100:active {
  background-color: rgb(224 231 255 / 1);
}

.active\:bg-indigo-100\/15:active {
  background-color: rgb(224 231 255 / 0.15);
}

.active\:bg-indigo-100\/20:active {
  background-color: rgb(224 231 255 / 0.2);
}

.active\:bg-indigo-100\/25:active {
  background-color: rgb(224 231 255 / 0.25);
}

.active\:bg-indigo-100\/30:active {
  background-color: rgb(224 231 255 / 0.3);
}

.active\:bg-indigo-100\/35:active {
  background-color: rgb(224 231 255 / 0.35);
}

.active\:bg-indigo-100\/40:active {
  background-color: rgb(224 231 255 / 0.4);
}

.active\:bg-indigo-100\/45:active {
  background-color: rgb(224 231 255 / 0.45);
}

.active\:bg-indigo-100\/5:active {
  background-color: rgb(224 231 255 / 0.05);
}

.active\:bg-indigo-100\/50:active {
  background-color: rgb(224 231 255 / 0.5);
}

.active\:bg-indigo-100\/55:active {
  background-color: rgb(224 231 255 / 0.55);
}

.active\:bg-indigo-100\/60:active {
  background-color: rgb(224 231 255 / 0.6);
}

.active\:bg-indigo-100\/65:active {
  background-color: rgb(224 231 255 / 0.65);
}

.active\:bg-indigo-100\/70:active {
  background-color: rgb(224 231 255 / 0.7);
}

.active\:bg-indigo-100\/75:active {
  background-color: rgb(224 231 255 / 0.75);
}

.active\:bg-indigo-100\/80:active {
  background-color: rgb(224 231 255 / 0.8);
}

.active\:bg-indigo-100\/85:active {
  background-color: rgb(224 231 255 / 0.85);
}

.active\:bg-indigo-100\/90:active {
  background-color: rgb(224 231 255 / 0.9);
}

.active\:bg-indigo-100\/95:active {
  background-color: rgb(224 231 255 / 0.95);
}

.active\:bg-indigo-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-200\/0:active {
  background-color: rgb(199 210 254 / 0);
}

.active\:bg-indigo-200\/10:active {
  background-color: rgb(199 210 254 / 0.1);
}

.active\:bg-indigo-200\/100:active {
  background-color: rgb(199 210 254 / 1);
}

.active\:bg-indigo-200\/15:active {
  background-color: rgb(199 210 254 / 0.15);
}

.active\:bg-indigo-200\/20:active {
  background-color: rgb(199 210 254 / 0.2);
}

.active\:bg-indigo-200\/25:active {
  background-color: rgb(199 210 254 / 0.25);
}

.active\:bg-indigo-200\/30:active {
  background-color: rgb(199 210 254 / 0.3);
}

.active\:bg-indigo-200\/35:active {
  background-color: rgb(199 210 254 / 0.35);
}

.active\:bg-indigo-200\/40:active {
  background-color: rgb(199 210 254 / 0.4);
}

.active\:bg-indigo-200\/45:active {
  background-color: rgb(199 210 254 / 0.45);
}

.active\:bg-indigo-200\/5:active {
  background-color: rgb(199 210 254 / 0.05);
}

.active\:bg-indigo-200\/50:active {
  background-color: rgb(199 210 254 / 0.5);
}

.active\:bg-indigo-200\/55:active {
  background-color: rgb(199 210 254 / 0.55);
}

.active\:bg-indigo-200\/60:active {
  background-color: rgb(199 210 254 / 0.6);
}

.active\:bg-indigo-200\/65:active {
  background-color: rgb(199 210 254 / 0.65);
}

.active\:bg-indigo-200\/70:active {
  background-color: rgb(199 210 254 / 0.7);
}

.active\:bg-indigo-200\/75:active {
  background-color: rgb(199 210 254 / 0.75);
}

.active\:bg-indigo-200\/80:active {
  background-color: rgb(199 210 254 / 0.8);
}

.active\:bg-indigo-200\/85:active {
  background-color: rgb(199 210 254 / 0.85);
}

.active\:bg-indigo-200\/90:active {
  background-color: rgb(199 210 254 / 0.9);
}

.active\:bg-indigo-200\/95:active {
  background-color: rgb(199 210 254 / 0.95);
}

.active\:bg-indigo-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-300\/0:active {
  background-color: rgb(165 180 252 / 0);
}

.active\:bg-indigo-300\/10:active {
  background-color: rgb(165 180 252 / 0.1);
}

.active\:bg-indigo-300\/100:active {
  background-color: rgb(165 180 252 / 1);
}

.active\:bg-indigo-300\/15:active {
  background-color: rgb(165 180 252 / 0.15);
}

.active\:bg-indigo-300\/20:active {
  background-color: rgb(165 180 252 / 0.2);
}

.active\:bg-indigo-300\/25:active {
  background-color: rgb(165 180 252 / 0.25);
}

.active\:bg-indigo-300\/30:active {
  background-color: rgb(165 180 252 / 0.3);
}

.active\:bg-indigo-300\/35:active {
  background-color: rgb(165 180 252 / 0.35);
}

.active\:bg-indigo-300\/40:active {
  background-color: rgb(165 180 252 / 0.4);
}

.active\:bg-indigo-300\/45:active {
  background-color: rgb(165 180 252 / 0.45);
}

.active\:bg-indigo-300\/5:active {
  background-color: rgb(165 180 252 / 0.05);
}

.active\:bg-indigo-300\/50:active {
  background-color: rgb(165 180 252 / 0.5);
}

.active\:bg-indigo-300\/55:active {
  background-color: rgb(165 180 252 / 0.55);
}

.active\:bg-indigo-300\/60:active {
  background-color: rgb(165 180 252 / 0.6);
}

.active\:bg-indigo-300\/65:active {
  background-color: rgb(165 180 252 / 0.65);
}

.active\:bg-indigo-300\/70:active {
  background-color: rgb(165 180 252 / 0.7);
}

.active\:bg-indigo-300\/75:active {
  background-color: rgb(165 180 252 / 0.75);
}

.active\:bg-indigo-300\/80:active {
  background-color: rgb(165 180 252 / 0.8);
}

.active\:bg-indigo-300\/85:active {
  background-color: rgb(165 180 252 / 0.85);
}

.active\:bg-indigo-300\/90:active {
  background-color: rgb(165 180 252 / 0.9);
}

.active\:bg-indigo-300\/95:active {
  background-color: rgb(165 180 252 / 0.95);
}

.active\:bg-indigo-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-400\/0:active {
  background-color: rgb(129 140 248 / 0);
}

.active\:bg-indigo-400\/10:active {
  background-color: rgb(129 140 248 / 0.1);
}

.active\:bg-indigo-400\/100:active {
  background-color: rgb(129 140 248 / 1);
}

.active\:bg-indigo-400\/15:active {
  background-color: rgb(129 140 248 / 0.15);
}

.active\:bg-indigo-400\/20:active {
  background-color: rgb(129 140 248 / 0.2);
}

.active\:bg-indigo-400\/25:active {
  background-color: rgb(129 140 248 / 0.25);
}

.active\:bg-indigo-400\/30:active {
  background-color: rgb(129 140 248 / 0.3);
}

.active\:bg-indigo-400\/35:active {
  background-color: rgb(129 140 248 / 0.35);
}

.active\:bg-indigo-400\/40:active {
  background-color: rgb(129 140 248 / 0.4);
}

.active\:bg-indigo-400\/45:active {
  background-color: rgb(129 140 248 / 0.45);
}

.active\:bg-indigo-400\/5:active {
  background-color: rgb(129 140 248 / 0.05);
}

.active\:bg-indigo-400\/50:active {
  background-color: rgb(129 140 248 / 0.5);
}

.active\:bg-indigo-400\/55:active {
  background-color: rgb(129 140 248 / 0.55);
}

.active\:bg-indigo-400\/60:active {
  background-color: rgb(129 140 248 / 0.6);
}

.active\:bg-indigo-400\/65:active {
  background-color: rgb(129 140 248 / 0.65);
}

.active\:bg-indigo-400\/70:active {
  background-color: rgb(129 140 248 / 0.7);
}

.active\:bg-indigo-400\/75:active {
  background-color: rgb(129 140 248 / 0.75);
}

.active\:bg-indigo-400\/80:active {
  background-color: rgb(129 140 248 / 0.8);
}

.active\:bg-indigo-400\/85:active {
  background-color: rgb(129 140 248 / 0.85);
}

.active\:bg-indigo-400\/90:active {
  background-color: rgb(129 140 248 / 0.9);
}

.active\:bg-indigo-400\/95:active {
  background-color: rgb(129 140 248 / 0.95);
}

.active\:bg-indigo-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-50\/0:active {
  background-color: rgb(238 242 255 / 0);
}

.active\:bg-indigo-50\/10:active {
  background-color: rgb(238 242 255 / 0.1);
}

.active\:bg-indigo-50\/100:active {
  background-color: rgb(238 242 255 / 1);
}

.active\:bg-indigo-50\/15:active {
  background-color: rgb(238 242 255 / 0.15);
}

.active\:bg-indigo-50\/20:active {
  background-color: rgb(238 242 255 / 0.2);
}

.active\:bg-indigo-50\/25:active {
  background-color: rgb(238 242 255 / 0.25);
}

.active\:bg-indigo-50\/30:active {
  background-color: rgb(238 242 255 / 0.3);
}

.active\:bg-indigo-50\/35:active {
  background-color: rgb(238 242 255 / 0.35);
}

.active\:bg-indigo-50\/40:active {
  background-color: rgb(238 242 255 / 0.4);
}

.active\:bg-indigo-50\/45:active {
  background-color: rgb(238 242 255 / 0.45);
}

.active\:bg-indigo-50\/5:active {
  background-color: rgb(238 242 255 / 0.05);
}

.active\:bg-indigo-50\/50:active {
  background-color: rgb(238 242 255 / 0.5);
}

.active\:bg-indigo-50\/55:active {
  background-color: rgb(238 242 255 / 0.55);
}

.active\:bg-indigo-50\/60:active {
  background-color: rgb(238 242 255 / 0.6);
}

.active\:bg-indigo-50\/65:active {
  background-color: rgb(238 242 255 / 0.65);
}

.active\:bg-indigo-50\/70:active {
  background-color: rgb(238 242 255 / 0.7);
}

.active\:bg-indigo-50\/75:active {
  background-color: rgb(238 242 255 / 0.75);
}

.active\:bg-indigo-50\/80:active {
  background-color: rgb(238 242 255 / 0.8);
}

.active\:bg-indigo-50\/85:active {
  background-color: rgb(238 242 255 / 0.85);
}

.active\:bg-indigo-50\/90:active {
  background-color: rgb(238 242 255 / 0.9);
}

.active\:bg-indigo-50\/95:active {
  background-color: rgb(238 242 255 / 0.95);
}

.active\:bg-indigo-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-500\/0:active {
  background-color: rgb(99 102 241 / 0);
}

.active\:bg-indigo-500\/10:active {
  background-color: rgb(99 102 241 / 0.1);
}

.active\:bg-indigo-500\/100:active {
  background-color: rgb(99 102 241 / 1);
}

.active\:bg-indigo-500\/15:active {
  background-color: rgb(99 102 241 / 0.15);
}

.active\:bg-indigo-500\/20:active {
  background-color: rgb(99 102 241 / 0.2);
}

.active\:bg-indigo-500\/25:active {
  background-color: rgb(99 102 241 / 0.25);
}

.active\:bg-indigo-500\/30:active {
  background-color: rgb(99 102 241 / 0.3);
}

.active\:bg-indigo-500\/35:active {
  background-color: rgb(99 102 241 / 0.35);
}

.active\:bg-indigo-500\/40:active {
  background-color: rgb(99 102 241 / 0.4);
}

.active\:bg-indigo-500\/45:active {
  background-color: rgb(99 102 241 / 0.45);
}

.active\:bg-indigo-500\/5:active {
  background-color: rgb(99 102 241 / 0.05);
}

.active\:bg-indigo-500\/50:active {
  background-color: rgb(99 102 241 / 0.5);
}

.active\:bg-indigo-500\/55:active {
  background-color: rgb(99 102 241 / 0.55);
}

.active\:bg-indigo-500\/60:active {
  background-color: rgb(99 102 241 / 0.6);
}

.active\:bg-indigo-500\/65:active {
  background-color: rgb(99 102 241 / 0.65);
}

.active\:bg-indigo-500\/70:active {
  background-color: rgb(99 102 241 / 0.7);
}

.active\:bg-indigo-500\/75:active {
  background-color: rgb(99 102 241 / 0.75);
}

.active\:bg-indigo-500\/80:active {
  background-color: rgb(99 102 241 / 0.8);
}

.active\:bg-indigo-500\/85:active {
  background-color: rgb(99 102 241 / 0.85);
}

.active\:bg-indigo-500\/90:active {
  background-color: rgb(99 102 241 / 0.9);
}

.active\:bg-indigo-500\/95:active {
  background-color: rgb(99 102 241 / 0.95);
}

.active\:bg-indigo-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-600\/0:active {
  background-color: rgb(79 70 229 / 0);
}

.active\:bg-indigo-600\/10:active {
  background-color: rgb(79 70 229 / 0.1);
}

.active\:bg-indigo-600\/100:active {
  background-color: rgb(79 70 229 / 1);
}

.active\:bg-indigo-600\/15:active {
  background-color: rgb(79 70 229 / 0.15);
}

.active\:bg-indigo-600\/20:active {
  background-color: rgb(79 70 229 / 0.2);
}

.active\:bg-indigo-600\/25:active {
  background-color: rgb(79 70 229 / 0.25);
}

.active\:bg-indigo-600\/30:active {
  background-color: rgb(79 70 229 / 0.3);
}

.active\:bg-indigo-600\/35:active {
  background-color: rgb(79 70 229 / 0.35);
}

.active\:bg-indigo-600\/40:active {
  background-color: rgb(79 70 229 / 0.4);
}

.active\:bg-indigo-600\/45:active {
  background-color: rgb(79 70 229 / 0.45);
}

.active\:bg-indigo-600\/5:active {
  background-color: rgb(79 70 229 / 0.05);
}

.active\:bg-indigo-600\/50:active {
  background-color: rgb(79 70 229 / 0.5);
}

.active\:bg-indigo-600\/55:active {
  background-color: rgb(79 70 229 / 0.55);
}

.active\:bg-indigo-600\/60:active {
  background-color: rgb(79 70 229 / 0.6);
}

.active\:bg-indigo-600\/65:active {
  background-color: rgb(79 70 229 / 0.65);
}

.active\:bg-indigo-600\/70:active {
  background-color: rgb(79 70 229 / 0.7);
}

.active\:bg-indigo-600\/75:active {
  background-color: rgb(79 70 229 / 0.75);
}

.active\:bg-indigo-600\/80:active {
  background-color: rgb(79 70 229 / 0.8);
}

.active\:bg-indigo-600\/85:active {
  background-color: rgb(79 70 229 / 0.85);
}

.active\:bg-indigo-600\/90:active {
  background-color: rgb(79 70 229 / 0.9);
}

.active\:bg-indigo-600\/95:active {
  background-color: rgb(79 70 229 / 0.95);
}

.active\:bg-indigo-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-700\/0:active {
  background-color: rgb(67 56 202 / 0);
}

.active\:bg-indigo-700\/10:active {
  background-color: rgb(67 56 202 / 0.1);
}

.active\:bg-indigo-700\/100:active {
  background-color: rgb(67 56 202 / 1);
}

.active\:bg-indigo-700\/15:active {
  background-color: rgb(67 56 202 / 0.15);
}

.active\:bg-indigo-700\/20:active {
  background-color: rgb(67 56 202 / 0.2);
}

.active\:bg-indigo-700\/25:active {
  background-color: rgb(67 56 202 / 0.25);
}

.active\:bg-indigo-700\/30:active {
  background-color: rgb(67 56 202 / 0.3);
}

.active\:bg-indigo-700\/35:active {
  background-color: rgb(67 56 202 / 0.35);
}

.active\:bg-indigo-700\/40:active {
  background-color: rgb(67 56 202 / 0.4);
}

.active\:bg-indigo-700\/45:active {
  background-color: rgb(67 56 202 / 0.45);
}

.active\:bg-indigo-700\/5:active {
  background-color: rgb(67 56 202 / 0.05);
}

.active\:bg-indigo-700\/50:active {
  background-color: rgb(67 56 202 / 0.5);
}

.active\:bg-indigo-700\/55:active {
  background-color: rgb(67 56 202 / 0.55);
}

.active\:bg-indigo-700\/60:active {
  background-color: rgb(67 56 202 / 0.6);
}

.active\:bg-indigo-700\/65:active {
  background-color: rgb(67 56 202 / 0.65);
}

.active\:bg-indigo-700\/70:active {
  background-color: rgb(67 56 202 / 0.7);
}

.active\:bg-indigo-700\/75:active {
  background-color: rgb(67 56 202 / 0.75);
}

.active\:bg-indigo-700\/80:active {
  background-color: rgb(67 56 202 / 0.8);
}

.active\:bg-indigo-700\/85:active {
  background-color: rgb(67 56 202 / 0.85);
}

.active\:bg-indigo-700\/90:active {
  background-color: rgb(67 56 202 / 0.9);
}

.active\:bg-indigo-700\/95:active {
  background-color: rgb(67 56 202 / 0.95);
}

.active\:bg-indigo-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-800\/0:active {
  background-color: rgb(55 48 163 / 0);
}

.active\:bg-indigo-800\/10:active {
  background-color: rgb(55 48 163 / 0.1);
}

.active\:bg-indigo-800\/100:active {
  background-color: rgb(55 48 163 / 1);
}

.active\:bg-indigo-800\/15:active {
  background-color: rgb(55 48 163 / 0.15);
}

.active\:bg-indigo-800\/20:active {
  background-color: rgb(55 48 163 / 0.2);
}

.active\:bg-indigo-800\/25:active {
  background-color: rgb(55 48 163 / 0.25);
}

.active\:bg-indigo-800\/30:active {
  background-color: rgb(55 48 163 / 0.3);
}

.active\:bg-indigo-800\/35:active {
  background-color: rgb(55 48 163 / 0.35);
}

.active\:bg-indigo-800\/40:active {
  background-color: rgb(55 48 163 / 0.4);
}

.active\:bg-indigo-800\/45:active {
  background-color: rgb(55 48 163 / 0.45);
}

.active\:bg-indigo-800\/5:active {
  background-color: rgb(55 48 163 / 0.05);
}

.active\:bg-indigo-800\/50:active {
  background-color: rgb(55 48 163 / 0.5);
}

.active\:bg-indigo-800\/55:active {
  background-color: rgb(55 48 163 / 0.55);
}

.active\:bg-indigo-800\/60:active {
  background-color: rgb(55 48 163 / 0.6);
}

.active\:bg-indigo-800\/65:active {
  background-color: rgb(55 48 163 / 0.65);
}

.active\:bg-indigo-800\/70:active {
  background-color: rgb(55 48 163 / 0.7);
}

.active\:bg-indigo-800\/75:active {
  background-color: rgb(55 48 163 / 0.75);
}

.active\:bg-indigo-800\/80:active {
  background-color: rgb(55 48 163 / 0.8);
}

.active\:bg-indigo-800\/85:active {
  background-color: rgb(55 48 163 / 0.85);
}

.active\:bg-indigo-800\/90:active {
  background-color: rgb(55 48 163 / 0.9);
}

.active\:bg-indigo-800\/95:active {
  background-color: rgb(55 48 163 / 0.95);
}

.active\:bg-indigo-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-900\/0:active {
  background-color: rgb(49 46 129 / 0);
}

.active\:bg-indigo-900\/10:active {
  background-color: rgb(49 46 129 / 0.1);
}

.active\:bg-indigo-900\/100:active {
  background-color: rgb(49 46 129 / 1);
}

.active\:bg-indigo-900\/15:active {
  background-color: rgb(49 46 129 / 0.15);
}

.active\:bg-indigo-900\/20:active {
  background-color: rgb(49 46 129 / 0.2);
}

.active\:bg-indigo-900\/25:active {
  background-color: rgb(49 46 129 / 0.25);
}

.active\:bg-indigo-900\/30:active {
  background-color: rgb(49 46 129 / 0.3);
}

.active\:bg-indigo-900\/35:active {
  background-color: rgb(49 46 129 / 0.35);
}

.active\:bg-indigo-900\/40:active {
  background-color: rgb(49 46 129 / 0.4);
}

.active\:bg-indigo-900\/45:active {
  background-color: rgb(49 46 129 / 0.45);
}

.active\:bg-indigo-900\/5:active {
  background-color: rgb(49 46 129 / 0.05);
}

.active\:bg-indigo-900\/50:active {
  background-color: rgb(49 46 129 / 0.5);
}

.active\:bg-indigo-900\/55:active {
  background-color: rgb(49 46 129 / 0.55);
}

.active\:bg-indigo-900\/60:active {
  background-color: rgb(49 46 129 / 0.6);
}

.active\:bg-indigo-900\/65:active {
  background-color: rgb(49 46 129 / 0.65);
}

.active\:bg-indigo-900\/70:active {
  background-color: rgb(49 46 129 / 0.7);
}

.active\:bg-indigo-900\/75:active {
  background-color: rgb(49 46 129 / 0.75);
}

.active\:bg-indigo-900\/80:active {
  background-color: rgb(49 46 129 / 0.8);
}

.active\:bg-indigo-900\/85:active {
  background-color: rgb(49 46 129 / 0.85);
}

.active\:bg-indigo-900\/90:active {
  background-color: rgb(49 46 129 / 0.9);
}

.active\:bg-indigo-900\/95:active {
  background-color: rgb(49 46 129 / 0.95);
}

.active\:bg-indigo-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-950\/0:active {
  background-color: rgb(30 27 75 / 0);
}

.active\:bg-indigo-950\/10:active {
  background-color: rgb(30 27 75 / 0.1);
}

.active\:bg-indigo-950\/100:active {
  background-color: rgb(30 27 75 / 1);
}

.active\:bg-indigo-950\/15:active {
  background-color: rgb(30 27 75 / 0.15);
}

.active\:bg-indigo-950\/20:active {
  background-color: rgb(30 27 75 / 0.2);
}

.active\:bg-indigo-950\/25:active {
  background-color: rgb(30 27 75 / 0.25);
}

.active\:bg-indigo-950\/30:active {
  background-color: rgb(30 27 75 / 0.3);
}

.active\:bg-indigo-950\/35:active {
  background-color: rgb(30 27 75 / 0.35);
}

.active\:bg-indigo-950\/40:active {
  background-color: rgb(30 27 75 / 0.4);
}

.active\:bg-indigo-950\/45:active {
  background-color: rgb(30 27 75 / 0.45);
}

.active\:bg-indigo-950\/5:active {
  background-color: rgb(30 27 75 / 0.05);
}

.active\:bg-indigo-950\/50:active {
  background-color: rgb(30 27 75 / 0.5);
}

.active\:bg-indigo-950\/55:active {
  background-color: rgb(30 27 75 / 0.55);
}

.active\:bg-indigo-950\/60:active {
  background-color: rgb(30 27 75 / 0.6);
}

.active\:bg-indigo-950\/65:active {
  background-color: rgb(30 27 75 / 0.65);
}

.active\:bg-indigo-950\/70:active {
  background-color: rgb(30 27 75 / 0.7);
}

.active\:bg-indigo-950\/75:active {
  background-color: rgb(30 27 75 / 0.75);
}

.active\:bg-indigo-950\/80:active {
  background-color: rgb(30 27 75 / 0.8);
}

.active\:bg-indigo-950\/85:active {
  background-color: rgb(30 27 75 / 0.85);
}

.active\:bg-indigo-950\/90:active {
  background-color: rgb(30 27 75 / 0.9);
}

.active\:bg-indigo-950\/95:active {
  background-color: rgb(30 27 75 / 0.95);
}

.active\:bg-pink-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-100\/0:active {
  background-color: rgb(252 231 243 / 0);
}

.active\:bg-pink-100\/10:active {
  background-color: rgb(252 231 243 / 0.1);
}

.active\:bg-pink-100\/100:active {
  background-color: rgb(252 231 243 / 1);
}

.active\:bg-pink-100\/15:active {
  background-color: rgb(252 231 243 / 0.15);
}

.active\:bg-pink-100\/20:active {
  background-color: rgb(252 231 243 / 0.2);
}

.active\:bg-pink-100\/25:active {
  background-color: rgb(252 231 243 / 0.25);
}

.active\:bg-pink-100\/30:active {
  background-color: rgb(252 231 243 / 0.3);
}

.active\:bg-pink-100\/35:active {
  background-color: rgb(252 231 243 / 0.35);
}

.active\:bg-pink-100\/40:active {
  background-color: rgb(252 231 243 / 0.4);
}

.active\:bg-pink-100\/45:active {
  background-color: rgb(252 231 243 / 0.45);
}

.active\:bg-pink-100\/5:active {
  background-color: rgb(252 231 243 / 0.05);
}

.active\:bg-pink-100\/50:active {
  background-color: rgb(252 231 243 / 0.5);
}

.active\:bg-pink-100\/55:active {
  background-color: rgb(252 231 243 / 0.55);
}

.active\:bg-pink-100\/60:active {
  background-color: rgb(252 231 243 / 0.6);
}

.active\:bg-pink-100\/65:active {
  background-color: rgb(252 231 243 / 0.65);
}

.active\:bg-pink-100\/70:active {
  background-color: rgb(252 231 243 / 0.7);
}

.active\:bg-pink-100\/75:active {
  background-color: rgb(252 231 243 / 0.75);
}

.active\:bg-pink-100\/80:active {
  background-color: rgb(252 231 243 / 0.8);
}

.active\:bg-pink-100\/85:active {
  background-color: rgb(252 231 243 / 0.85);
}

.active\:bg-pink-100\/90:active {
  background-color: rgb(252 231 243 / 0.9);
}

.active\:bg-pink-100\/95:active {
  background-color: rgb(252 231 243 / 0.95);
}

.active\:bg-pink-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-200\/0:active {
  background-color: rgb(251 207 232 / 0);
}

.active\:bg-pink-200\/10:active {
  background-color: rgb(251 207 232 / 0.1);
}

.active\:bg-pink-200\/100:active {
  background-color: rgb(251 207 232 / 1);
}

.active\:bg-pink-200\/15:active {
  background-color: rgb(251 207 232 / 0.15);
}

.active\:bg-pink-200\/20:active {
  background-color: rgb(251 207 232 / 0.2);
}

.active\:bg-pink-200\/25:active {
  background-color: rgb(251 207 232 / 0.25);
}

.active\:bg-pink-200\/30:active {
  background-color: rgb(251 207 232 / 0.3);
}

.active\:bg-pink-200\/35:active {
  background-color: rgb(251 207 232 / 0.35);
}

.active\:bg-pink-200\/40:active {
  background-color: rgb(251 207 232 / 0.4);
}

.active\:bg-pink-200\/45:active {
  background-color: rgb(251 207 232 / 0.45);
}

.active\:bg-pink-200\/5:active {
  background-color: rgb(251 207 232 / 0.05);
}

.active\:bg-pink-200\/50:active {
  background-color: rgb(251 207 232 / 0.5);
}

.active\:bg-pink-200\/55:active {
  background-color: rgb(251 207 232 / 0.55);
}

.active\:bg-pink-200\/60:active {
  background-color: rgb(251 207 232 / 0.6);
}

.active\:bg-pink-200\/65:active {
  background-color: rgb(251 207 232 / 0.65);
}

.active\:bg-pink-200\/70:active {
  background-color: rgb(251 207 232 / 0.7);
}

.active\:bg-pink-200\/75:active {
  background-color: rgb(251 207 232 / 0.75);
}

.active\:bg-pink-200\/80:active {
  background-color: rgb(251 207 232 / 0.8);
}

.active\:bg-pink-200\/85:active {
  background-color: rgb(251 207 232 / 0.85);
}

.active\:bg-pink-200\/90:active {
  background-color: rgb(251 207 232 / 0.9);
}

.active\:bg-pink-200\/95:active {
  background-color: rgb(251 207 232 / 0.95);
}

.active\:bg-pink-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-300\/0:active {
  background-color: rgb(249 168 212 / 0);
}

.active\:bg-pink-300\/10:active {
  background-color: rgb(249 168 212 / 0.1);
}

.active\:bg-pink-300\/100:active {
  background-color: rgb(249 168 212 / 1);
}

.active\:bg-pink-300\/15:active {
  background-color: rgb(249 168 212 / 0.15);
}

.active\:bg-pink-300\/20:active {
  background-color: rgb(249 168 212 / 0.2);
}

.active\:bg-pink-300\/25:active {
  background-color: rgb(249 168 212 / 0.25);
}

.active\:bg-pink-300\/30:active {
  background-color: rgb(249 168 212 / 0.3);
}

.active\:bg-pink-300\/35:active {
  background-color: rgb(249 168 212 / 0.35);
}

.active\:bg-pink-300\/40:active {
  background-color: rgb(249 168 212 / 0.4);
}

.active\:bg-pink-300\/45:active {
  background-color: rgb(249 168 212 / 0.45);
}

.active\:bg-pink-300\/5:active {
  background-color: rgb(249 168 212 / 0.05);
}

.active\:bg-pink-300\/50:active {
  background-color: rgb(249 168 212 / 0.5);
}

.active\:bg-pink-300\/55:active {
  background-color: rgb(249 168 212 / 0.55);
}

.active\:bg-pink-300\/60:active {
  background-color: rgb(249 168 212 / 0.6);
}

.active\:bg-pink-300\/65:active {
  background-color: rgb(249 168 212 / 0.65);
}

.active\:bg-pink-300\/70:active {
  background-color: rgb(249 168 212 / 0.7);
}

.active\:bg-pink-300\/75:active {
  background-color: rgb(249 168 212 / 0.75);
}

.active\:bg-pink-300\/80:active {
  background-color: rgb(249 168 212 / 0.8);
}

.active\:bg-pink-300\/85:active {
  background-color: rgb(249 168 212 / 0.85);
}

.active\:bg-pink-300\/90:active {
  background-color: rgb(249 168 212 / 0.9);
}

.active\:bg-pink-300\/95:active {
  background-color: rgb(249 168 212 / 0.95);
}

.active\:bg-pink-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-400\/0:active {
  background-color: rgb(244 114 182 / 0);
}

.active\:bg-pink-400\/10:active {
  background-color: rgb(244 114 182 / 0.1);
}

.active\:bg-pink-400\/100:active {
  background-color: rgb(244 114 182 / 1);
}

.active\:bg-pink-400\/15:active {
  background-color: rgb(244 114 182 / 0.15);
}

.active\:bg-pink-400\/20:active {
  background-color: rgb(244 114 182 / 0.2);
}

.active\:bg-pink-400\/25:active {
  background-color: rgb(244 114 182 / 0.25);
}

.active\:bg-pink-400\/30:active {
  background-color: rgb(244 114 182 / 0.3);
}

.active\:bg-pink-400\/35:active {
  background-color: rgb(244 114 182 / 0.35);
}

.active\:bg-pink-400\/40:active {
  background-color: rgb(244 114 182 / 0.4);
}

.active\:bg-pink-400\/45:active {
  background-color: rgb(244 114 182 / 0.45);
}

.active\:bg-pink-400\/5:active {
  background-color: rgb(244 114 182 / 0.05);
}

.active\:bg-pink-400\/50:active {
  background-color: rgb(244 114 182 / 0.5);
}

.active\:bg-pink-400\/55:active {
  background-color: rgb(244 114 182 / 0.55);
}

.active\:bg-pink-400\/60:active {
  background-color: rgb(244 114 182 / 0.6);
}

.active\:bg-pink-400\/65:active {
  background-color: rgb(244 114 182 / 0.65);
}

.active\:bg-pink-400\/70:active {
  background-color: rgb(244 114 182 / 0.7);
}

.active\:bg-pink-400\/75:active {
  background-color: rgb(244 114 182 / 0.75);
}

.active\:bg-pink-400\/80:active {
  background-color: rgb(244 114 182 / 0.8);
}

.active\:bg-pink-400\/85:active {
  background-color: rgb(244 114 182 / 0.85);
}

.active\:bg-pink-400\/90:active {
  background-color: rgb(244 114 182 / 0.9);
}

.active\:bg-pink-400\/95:active {
  background-color: rgb(244 114 182 / 0.95);
}

.active\:bg-pink-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-50\/0:active {
  background-color: rgb(253 242 248 / 0);
}

.active\:bg-pink-50\/10:active {
  background-color: rgb(253 242 248 / 0.1);
}

.active\:bg-pink-50\/100:active {
  background-color: rgb(253 242 248 / 1);
}

.active\:bg-pink-50\/15:active {
  background-color: rgb(253 242 248 / 0.15);
}

.active\:bg-pink-50\/20:active {
  background-color: rgb(253 242 248 / 0.2);
}

.active\:bg-pink-50\/25:active {
  background-color: rgb(253 242 248 / 0.25);
}

.active\:bg-pink-50\/30:active {
  background-color: rgb(253 242 248 / 0.3);
}

.active\:bg-pink-50\/35:active {
  background-color: rgb(253 242 248 / 0.35);
}

.active\:bg-pink-50\/40:active {
  background-color: rgb(253 242 248 / 0.4);
}

.active\:bg-pink-50\/45:active {
  background-color: rgb(253 242 248 / 0.45);
}

.active\:bg-pink-50\/5:active {
  background-color: rgb(253 242 248 / 0.05);
}

.active\:bg-pink-50\/50:active {
  background-color: rgb(253 242 248 / 0.5);
}

.active\:bg-pink-50\/55:active {
  background-color: rgb(253 242 248 / 0.55);
}

.active\:bg-pink-50\/60:active {
  background-color: rgb(253 242 248 / 0.6);
}

.active\:bg-pink-50\/65:active {
  background-color: rgb(253 242 248 / 0.65);
}

.active\:bg-pink-50\/70:active {
  background-color: rgb(253 242 248 / 0.7);
}

.active\:bg-pink-50\/75:active {
  background-color: rgb(253 242 248 / 0.75);
}

.active\:bg-pink-50\/80:active {
  background-color: rgb(253 242 248 / 0.8);
}

.active\:bg-pink-50\/85:active {
  background-color: rgb(253 242 248 / 0.85);
}

.active\:bg-pink-50\/90:active {
  background-color: rgb(253 242 248 / 0.9);
}

.active\:bg-pink-50\/95:active {
  background-color: rgb(253 242 248 / 0.95);
}

.active\:bg-pink-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-500\/0:active {
  background-color: rgb(236 72 153 / 0);
}

.active\:bg-pink-500\/10:active {
  background-color: rgb(236 72 153 / 0.1);
}

.active\:bg-pink-500\/100:active {
  background-color: rgb(236 72 153 / 1);
}

.active\:bg-pink-500\/15:active {
  background-color: rgb(236 72 153 / 0.15);
}

.active\:bg-pink-500\/20:active {
  background-color: rgb(236 72 153 / 0.2);
}

.active\:bg-pink-500\/25:active {
  background-color: rgb(236 72 153 / 0.25);
}

.active\:bg-pink-500\/30:active {
  background-color: rgb(236 72 153 / 0.3);
}

.active\:bg-pink-500\/35:active {
  background-color: rgb(236 72 153 / 0.35);
}

.active\:bg-pink-500\/40:active {
  background-color: rgb(236 72 153 / 0.4);
}

.active\:bg-pink-500\/45:active {
  background-color: rgb(236 72 153 / 0.45);
}

.active\:bg-pink-500\/5:active {
  background-color: rgb(236 72 153 / 0.05);
}

.active\:bg-pink-500\/50:active {
  background-color: rgb(236 72 153 / 0.5);
}

.active\:bg-pink-500\/55:active {
  background-color: rgb(236 72 153 / 0.55);
}

.active\:bg-pink-500\/60:active {
  background-color: rgb(236 72 153 / 0.6);
}

.active\:bg-pink-500\/65:active {
  background-color: rgb(236 72 153 / 0.65);
}

.active\:bg-pink-500\/70:active {
  background-color: rgb(236 72 153 / 0.7);
}

.active\:bg-pink-500\/75:active {
  background-color: rgb(236 72 153 / 0.75);
}

.active\:bg-pink-500\/80:active {
  background-color: rgb(236 72 153 / 0.8);
}

.active\:bg-pink-500\/85:active {
  background-color: rgb(236 72 153 / 0.85);
}

.active\:bg-pink-500\/90:active {
  background-color: rgb(236 72 153 / 0.9);
}

.active\:bg-pink-500\/95:active {
  background-color: rgb(236 72 153 / 0.95);
}

.active\:bg-pink-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-600\/0:active {
  background-color: rgb(219 39 119 / 0);
}

.active\:bg-pink-600\/10:active {
  background-color: rgb(219 39 119 / 0.1);
}

.active\:bg-pink-600\/100:active {
  background-color: rgb(219 39 119 / 1);
}

.active\:bg-pink-600\/15:active {
  background-color: rgb(219 39 119 / 0.15);
}

.active\:bg-pink-600\/20:active {
  background-color: rgb(219 39 119 / 0.2);
}

.active\:bg-pink-600\/25:active {
  background-color: rgb(219 39 119 / 0.25);
}

.active\:bg-pink-600\/30:active {
  background-color: rgb(219 39 119 / 0.3);
}

.active\:bg-pink-600\/35:active {
  background-color: rgb(219 39 119 / 0.35);
}

.active\:bg-pink-600\/40:active {
  background-color: rgb(219 39 119 / 0.4);
}

.active\:bg-pink-600\/45:active {
  background-color: rgb(219 39 119 / 0.45);
}

.active\:bg-pink-600\/5:active {
  background-color: rgb(219 39 119 / 0.05);
}

.active\:bg-pink-600\/50:active {
  background-color: rgb(219 39 119 / 0.5);
}

.active\:bg-pink-600\/55:active {
  background-color: rgb(219 39 119 / 0.55);
}

.active\:bg-pink-600\/60:active {
  background-color: rgb(219 39 119 / 0.6);
}

.active\:bg-pink-600\/65:active {
  background-color: rgb(219 39 119 / 0.65);
}

.active\:bg-pink-600\/70:active {
  background-color: rgb(219 39 119 / 0.7);
}

.active\:bg-pink-600\/75:active {
  background-color: rgb(219 39 119 / 0.75);
}

.active\:bg-pink-600\/80:active {
  background-color: rgb(219 39 119 / 0.8);
}

.active\:bg-pink-600\/85:active {
  background-color: rgb(219 39 119 / 0.85);
}

.active\:bg-pink-600\/90:active {
  background-color: rgb(219 39 119 / 0.9);
}

.active\:bg-pink-600\/95:active {
  background-color: rgb(219 39 119 / 0.95);
}

.active\:bg-pink-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-700\/0:active {
  background-color: rgb(190 24 93 / 0);
}

.active\:bg-pink-700\/10:active {
  background-color: rgb(190 24 93 / 0.1);
}

.active\:bg-pink-700\/100:active {
  background-color: rgb(190 24 93 / 1);
}

.active\:bg-pink-700\/15:active {
  background-color: rgb(190 24 93 / 0.15);
}

.active\:bg-pink-700\/20:active {
  background-color: rgb(190 24 93 / 0.2);
}

.active\:bg-pink-700\/25:active {
  background-color: rgb(190 24 93 / 0.25);
}

.active\:bg-pink-700\/30:active {
  background-color: rgb(190 24 93 / 0.3);
}

.active\:bg-pink-700\/35:active {
  background-color: rgb(190 24 93 / 0.35);
}

.active\:bg-pink-700\/40:active {
  background-color: rgb(190 24 93 / 0.4);
}

.active\:bg-pink-700\/45:active {
  background-color: rgb(190 24 93 / 0.45);
}

.active\:bg-pink-700\/5:active {
  background-color: rgb(190 24 93 / 0.05);
}

.active\:bg-pink-700\/50:active {
  background-color: rgb(190 24 93 / 0.5);
}

.active\:bg-pink-700\/55:active {
  background-color: rgb(190 24 93 / 0.55);
}

.active\:bg-pink-700\/60:active {
  background-color: rgb(190 24 93 / 0.6);
}

.active\:bg-pink-700\/65:active {
  background-color: rgb(190 24 93 / 0.65);
}

.active\:bg-pink-700\/70:active {
  background-color: rgb(190 24 93 / 0.7);
}

.active\:bg-pink-700\/75:active {
  background-color: rgb(190 24 93 / 0.75);
}

.active\:bg-pink-700\/80:active {
  background-color: rgb(190 24 93 / 0.8);
}

.active\:bg-pink-700\/85:active {
  background-color: rgb(190 24 93 / 0.85);
}

.active\:bg-pink-700\/90:active {
  background-color: rgb(190 24 93 / 0.9);
}

.active\:bg-pink-700\/95:active {
  background-color: rgb(190 24 93 / 0.95);
}

.active\:bg-pink-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-800\/0:active {
  background-color: rgb(157 23 77 / 0);
}

.active\:bg-pink-800\/10:active {
  background-color: rgb(157 23 77 / 0.1);
}

.active\:bg-pink-800\/100:active {
  background-color: rgb(157 23 77 / 1);
}

.active\:bg-pink-800\/15:active {
  background-color: rgb(157 23 77 / 0.15);
}

.active\:bg-pink-800\/20:active {
  background-color: rgb(157 23 77 / 0.2);
}

.active\:bg-pink-800\/25:active {
  background-color: rgb(157 23 77 / 0.25);
}

.active\:bg-pink-800\/30:active {
  background-color: rgb(157 23 77 / 0.3);
}

.active\:bg-pink-800\/35:active {
  background-color: rgb(157 23 77 / 0.35);
}

.active\:bg-pink-800\/40:active {
  background-color: rgb(157 23 77 / 0.4);
}

.active\:bg-pink-800\/45:active {
  background-color: rgb(157 23 77 / 0.45);
}

.active\:bg-pink-800\/5:active {
  background-color: rgb(157 23 77 / 0.05);
}

.active\:bg-pink-800\/50:active {
  background-color: rgb(157 23 77 / 0.5);
}

.active\:bg-pink-800\/55:active {
  background-color: rgb(157 23 77 / 0.55);
}

.active\:bg-pink-800\/60:active {
  background-color: rgb(157 23 77 / 0.6);
}

.active\:bg-pink-800\/65:active {
  background-color: rgb(157 23 77 / 0.65);
}

.active\:bg-pink-800\/70:active {
  background-color: rgb(157 23 77 / 0.7);
}

.active\:bg-pink-800\/75:active {
  background-color: rgb(157 23 77 / 0.75);
}

.active\:bg-pink-800\/80:active {
  background-color: rgb(157 23 77 / 0.8);
}

.active\:bg-pink-800\/85:active {
  background-color: rgb(157 23 77 / 0.85);
}

.active\:bg-pink-800\/90:active {
  background-color: rgb(157 23 77 / 0.9);
}

.active\:bg-pink-800\/95:active {
  background-color: rgb(157 23 77 / 0.95);
}

.active\:bg-pink-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-900\/0:active {
  background-color: rgb(131 24 67 / 0);
}

.active\:bg-pink-900\/10:active {
  background-color: rgb(131 24 67 / 0.1);
}

.active\:bg-pink-900\/100:active {
  background-color: rgb(131 24 67 / 1);
}

.active\:bg-pink-900\/15:active {
  background-color: rgb(131 24 67 / 0.15);
}

.active\:bg-pink-900\/20:active {
  background-color: rgb(131 24 67 / 0.2);
}

.active\:bg-pink-900\/25:active {
  background-color: rgb(131 24 67 / 0.25);
}

.active\:bg-pink-900\/30:active {
  background-color: rgb(131 24 67 / 0.3);
}

.active\:bg-pink-900\/35:active {
  background-color: rgb(131 24 67 / 0.35);
}

.active\:bg-pink-900\/40:active {
  background-color: rgb(131 24 67 / 0.4);
}

.active\:bg-pink-900\/45:active {
  background-color: rgb(131 24 67 / 0.45);
}

.active\:bg-pink-900\/5:active {
  background-color: rgb(131 24 67 / 0.05);
}

.active\:bg-pink-900\/50:active {
  background-color: rgb(131 24 67 / 0.5);
}

.active\:bg-pink-900\/55:active {
  background-color: rgb(131 24 67 / 0.55);
}

.active\:bg-pink-900\/60:active {
  background-color: rgb(131 24 67 / 0.6);
}

.active\:bg-pink-900\/65:active {
  background-color: rgb(131 24 67 / 0.65);
}

.active\:bg-pink-900\/70:active {
  background-color: rgb(131 24 67 / 0.7);
}

.active\:bg-pink-900\/75:active {
  background-color: rgb(131 24 67 / 0.75);
}

.active\:bg-pink-900\/80:active {
  background-color: rgb(131 24 67 / 0.8);
}

.active\:bg-pink-900\/85:active {
  background-color: rgb(131 24 67 / 0.85);
}

.active\:bg-pink-900\/90:active {
  background-color: rgb(131 24 67 / 0.9);
}

.active\:bg-pink-900\/95:active {
  background-color: rgb(131 24 67 / 0.95);
}

.active\:bg-pink-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-950\/0:active {
  background-color: rgb(80 7 36 / 0);
}

.active\:bg-pink-950\/10:active {
  background-color: rgb(80 7 36 / 0.1);
}

.active\:bg-pink-950\/100:active {
  background-color: rgb(80 7 36 / 1);
}

.active\:bg-pink-950\/15:active {
  background-color: rgb(80 7 36 / 0.15);
}

.active\:bg-pink-950\/20:active {
  background-color: rgb(80 7 36 / 0.2);
}

.active\:bg-pink-950\/25:active {
  background-color: rgb(80 7 36 / 0.25);
}

.active\:bg-pink-950\/30:active {
  background-color: rgb(80 7 36 / 0.3);
}

.active\:bg-pink-950\/35:active {
  background-color: rgb(80 7 36 / 0.35);
}

.active\:bg-pink-950\/40:active {
  background-color: rgb(80 7 36 / 0.4);
}

.active\:bg-pink-950\/45:active {
  background-color: rgb(80 7 36 / 0.45);
}

.active\:bg-pink-950\/5:active {
  background-color: rgb(80 7 36 / 0.05);
}

.active\:bg-pink-950\/50:active {
  background-color: rgb(80 7 36 / 0.5);
}

.active\:bg-pink-950\/55:active {
  background-color: rgb(80 7 36 / 0.55);
}

.active\:bg-pink-950\/60:active {
  background-color: rgb(80 7 36 / 0.6);
}

.active\:bg-pink-950\/65:active {
  background-color: rgb(80 7 36 / 0.65);
}

.active\:bg-pink-950\/70:active {
  background-color: rgb(80 7 36 / 0.7);
}

.active\:bg-pink-950\/75:active {
  background-color: rgb(80 7 36 / 0.75);
}

.active\:bg-pink-950\/80:active {
  background-color: rgb(80 7 36 / 0.8);
}

.active\:bg-pink-950\/85:active {
  background-color: rgb(80 7 36 / 0.85);
}

.active\:bg-pink-950\/90:active {
  background-color: rgb(80 7 36 / 0.9);
}

.active\:bg-pink-950\/95:active {
  background-color: rgb(80 7 36 / 0.95);
}

.active\:bg-purple-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-100\/0:active {
  background-color: rgb(243 232 255 / 0);
}

.active\:bg-purple-100\/10:active {
  background-color: rgb(243 232 255 / 0.1);
}

.active\:bg-purple-100\/100:active {
  background-color: rgb(243 232 255 / 1);
}

.active\:bg-purple-100\/15:active {
  background-color: rgb(243 232 255 / 0.15);
}

.active\:bg-purple-100\/20:active {
  background-color: rgb(243 232 255 / 0.2);
}

.active\:bg-purple-100\/25:active {
  background-color: rgb(243 232 255 / 0.25);
}

.active\:bg-purple-100\/30:active {
  background-color: rgb(243 232 255 / 0.3);
}

.active\:bg-purple-100\/35:active {
  background-color: rgb(243 232 255 / 0.35);
}

.active\:bg-purple-100\/40:active {
  background-color: rgb(243 232 255 / 0.4);
}

.active\:bg-purple-100\/45:active {
  background-color: rgb(243 232 255 / 0.45);
}

.active\:bg-purple-100\/5:active {
  background-color: rgb(243 232 255 / 0.05);
}

.active\:bg-purple-100\/50:active {
  background-color: rgb(243 232 255 / 0.5);
}

.active\:bg-purple-100\/55:active {
  background-color: rgb(243 232 255 / 0.55);
}

.active\:bg-purple-100\/60:active {
  background-color: rgb(243 232 255 / 0.6);
}

.active\:bg-purple-100\/65:active {
  background-color: rgb(243 232 255 / 0.65);
}

.active\:bg-purple-100\/70:active {
  background-color: rgb(243 232 255 / 0.7);
}

.active\:bg-purple-100\/75:active {
  background-color: rgb(243 232 255 / 0.75);
}

.active\:bg-purple-100\/80:active {
  background-color: rgb(243 232 255 / 0.8);
}

.active\:bg-purple-100\/85:active {
  background-color: rgb(243 232 255 / 0.85);
}

.active\:bg-purple-100\/90:active {
  background-color: rgb(243 232 255 / 0.9);
}

.active\:bg-purple-100\/95:active {
  background-color: rgb(243 232 255 / 0.95);
}

.active\:bg-purple-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-200\/0:active {
  background-color: rgb(233 213 255 / 0);
}

.active\:bg-purple-200\/10:active {
  background-color: rgb(233 213 255 / 0.1);
}

.active\:bg-purple-200\/100:active {
  background-color: rgb(233 213 255 / 1);
}

.active\:bg-purple-200\/15:active {
  background-color: rgb(233 213 255 / 0.15);
}

.active\:bg-purple-200\/20:active {
  background-color: rgb(233 213 255 / 0.2);
}

.active\:bg-purple-200\/25:active {
  background-color: rgb(233 213 255 / 0.25);
}

.active\:bg-purple-200\/30:active {
  background-color: rgb(233 213 255 / 0.3);
}

.active\:bg-purple-200\/35:active {
  background-color: rgb(233 213 255 / 0.35);
}

.active\:bg-purple-200\/40:active {
  background-color: rgb(233 213 255 / 0.4);
}

.active\:bg-purple-200\/45:active {
  background-color: rgb(233 213 255 / 0.45);
}

.active\:bg-purple-200\/5:active {
  background-color: rgb(233 213 255 / 0.05);
}

.active\:bg-purple-200\/50:active {
  background-color: rgb(233 213 255 / 0.5);
}

.active\:bg-purple-200\/55:active {
  background-color: rgb(233 213 255 / 0.55);
}

.active\:bg-purple-200\/60:active {
  background-color: rgb(233 213 255 / 0.6);
}

.active\:bg-purple-200\/65:active {
  background-color: rgb(233 213 255 / 0.65);
}

.active\:bg-purple-200\/70:active {
  background-color: rgb(233 213 255 / 0.7);
}

.active\:bg-purple-200\/75:active {
  background-color: rgb(233 213 255 / 0.75);
}

.active\:bg-purple-200\/80:active {
  background-color: rgb(233 213 255 / 0.8);
}

.active\:bg-purple-200\/85:active {
  background-color: rgb(233 213 255 / 0.85);
}

.active\:bg-purple-200\/90:active {
  background-color: rgb(233 213 255 / 0.9);
}

.active\:bg-purple-200\/95:active {
  background-color: rgb(233 213 255 / 0.95);
}

.active\:bg-purple-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-300\/0:active {
  background-color: rgb(216 180 254 / 0);
}

.active\:bg-purple-300\/10:active {
  background-color: rgb(216 180 254 / 0.1);
}

.active\:bg-purple-300\/100:active {
  background-color: rgb(216 180 254 / 1);
}

.active\:bg-purple-300\/15:active {
  background-color: rgb(216 180 254 / 0.15);
}

.active\:bg-purple-300\/20:active {
  background-color: rgb(216 180 254 / 0.2);
}

.active\:bg-purple-300\/25:active {
  background-color: rgb(216 180 254 / 0.25);
}

.active\:bg-purple-300\/30:active {
  background-color: rgb(216 180 254 / 0.3);
}

.active\:bg-purple-300\/35:active {
  background-color: rgb(216 180 254 / 0.35);
}

.active\:bg-purple-300\/40:active {
  background-color: rgb(216 180 254 / 0.4);
}

.active\:bg-purple-300\/45:active {
  background-color: rgb(216 180 254 / 0.45);
}

.active\:bg-purple-300\/5:active {
  background-color: rgb(216 180 254 / 0.05);
}

.active\:bg-purple-300\/50:active {
  background-color: rgb(216 180 254 / 0.5);
}

.active\:bg-purple-300\/55:active {
  background-color: rgb(216 180 254 / 0.55);
}

.active\:bg-purple-300\/60:active {
  background-color: rgb(216 180 254 / 0.6);
}

.active\:bg-purple-300\/65:active {
  background-color: rgb(216 180 254 / 0.65);
}

.active\:bg-purple-300\/70:active {
  background-color: rgb(216 180 254 / 0.7);
}

.active\:bg-purple-300\/75:active {
  background-color: rgb(216 180 254 / 0.75);
}

.active\:bg-purple-300\/80:active {
  background-color: rgb(216 180 254 / 0.8);
}

.active\:bg-purple-300\/85:active {
  background-color: rgb(216 180 254 / 0.85);
}

.active\:bg-purple-300\/90:active {
  background-color: rgb(216 180 254 / 0.9);
}

.active\:bg-purple-300\/95:active {
  background-color: rgb(216 180 254 / 0.95);
}

.active\:bg-purple-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-400\/0:active {
  background-color: rgb(192 132 252 / 0);
}

.active\:bg-purple-400\/10:active {
  background-color: rgb(192 132 252 / 0.1);
}

.active\:bg-purple-400\/100:active {
  background-color: rgb(192 132 252 / 1);
}

.active\:bg-purple-400\/15:active {
  background-color: rgb(192 132 252 / 0.15);
}

.active\:bg-purple-400\/20:active {
  background-color: rgb(192 132 252 / 0.2);
}

.active\:bg-purple-400\/25:active {
  background-color: rgb(192 132 252 / 0.25);
}

.active\:bg-purple-400\/30:active {
  background-color: rgb(192 132 252 / 0.3);
}

.active\:bg-purple-400\/35:active {
  background-color: rgb(192 132 252 / 0.35);
}

.active\:bg-purple-400\/40:active {
  background-color: rgb(192 132 252 / 0.4);
}

.active\:bg-purple-400\/45:active {
  background-color: rgb(192 132 252 / 0.45);
}

.active\:bg-purple-400\/5:active {
  background-color: rgb(192 132 252 / 0.05);
}

.active\:bg-purple-400\/50:active {
  background-color: rgb(192 132 252 / 0.5);
}

.active\:bg-purple-400\/55:active {
  background-color: rgb(192 132 252 / 0.55);
}

.active\:bg-purple-400\/60:active {
  background-color: rgb(192 132 252 / 0.6);
}

.active\:bg-purple-400\/65:active {
  background-color: rgb(192 132 252 / 0.65);
}

.active\:bg-purple-400\/70:active {
  background-color: rgb(192 132 252 / 0.7);
}

.active\:bg-purple-400\/75:active {
  background-color: rgb(192 132 252 / 0.75);
}

.active\:bg-purple-400\/80:active {
  background-color: rgb(192 132 252 / 0.8);
}

.active\:bg-purple-400\/85:active {
  background-color: rgb(192 132 252 / 0.85);
}

.active\:bg-purple-400\/90:active {
  background-color: rgb(192 132 252 / 0.9);
}

.active\:bg-purple-400\/95:active {
  background-color: rgb(192 132 252 / 0.95);
}

.active\:bg-purple-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-50\/0:active {
  background-color: rgb(250 245 255 / 0);
}

.active\:bg-purple-50\/10:active {
  background-color: rgb(250 245 255 / 0.1);
}

.active\:bg-purple-50\/100:active {
  background-color: rgb(250 245 255 / 1);
}

.active\:bg-purple-50\/15:active {
  background-color: rgb(250 245 255 / 0.15);
}

.active\:bg-purple-50\/20:active {
  background-color: rgb(250 245 255 / 0.2);
}

.active\:bg-purple-50\/25:active {
  background-color: rgb(250 245 255 / 0.25);
}

.active\:bg-purple-50\/30:active {
  background-color: rgb(250 245 255 / 0.3);
}

.active\:bg-purple-50\/35:active {
  background-color: rgb(250 245 255 / 0.35);
}

.active\:bg-purple-50\/40:active {
  background-color: rgb(250 245 255 / 0.4);
}

.active\:bg-purple-50\/45:active {
  background-color: rgb(250 245 255 / 0.45);
}

.active\:bg-purple-50\/5:active {
  background-color: rgb(250 245 255 / 0.05);
}

.active\:bg-purple-50\/50:active {
  background-color: rgb(250 245 255 / 0.5);
}

.active\:bg-purple-50\/55:active {
  background-color: rgb(250 245 255 / 0.55);
}

.active\:bg-purple-50\/60:active {
  background-color: rgb(250 245 255 / 0.6);
}

.active\:bg-purple-50\/65:active {
  background-color: rgb(250 245 255 / 0.65);
}

.active\:bg-purple-50\/70:active {
  background-color: rgb(250 245 255 / 0.7);
}

.active\:bg-purple-50\/75:active {
  background-color: rgb(250 245 255 / 0.75);
}

.active\:bg-purple-50\/80:active {
  background-color: rgb(250 245 255 / 0.8);
}

.active\:bg-purple-50\/85:active {
  background-color: rgb(250 245 255 / 0.85);
}

.active\:bg-purple-50\/90:active {
  background-color: rgb(250 245 255 / 0.9);
}

.active\:bg-purple-50\/95:active {
  background-color: rgb(250 245 255 / 0.95);
}

.active\:bg-purple-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-500\/0:active {
  background-color: rgb(168 85 247 / 0);
}

.active\:bg-purple-500\/10:active {
  background-color: rgb(168 85 247 / 0.1);
}

.active\:bg-purple-500\/100:active {
  background-color: rgb(168 85 247 / 1);
}

.active\:bg-purple-500\/15:active {
  background-color: rgb(168 85 247 / 0.15);
}

.active\:bg-purple-500\/20:active {
  background-color: rgb(168 85 247 / 0.2);
}

.active\:bg-purple-500\/25:active {
  background-color: rgb(168 85 247 / 0.25);
}

.active\:bg-purple-500\/30:active {
  background-color: rgb(168 85 247 / 0.3);
}

.active\:bg-purple-500\/35:active {
  background-color: rgb(168 85 247 / 0.35);
}

.active\:bg-purple-500\/40:active {
  background-color: rgb(168 85 247 / 0.4);
}

.active\:bg-purple-500\/45:active {
  background-color: rgb(168 85 247 / 0.45);
}

.active\:bg-purple-500\/5:active {
  background-color: rgb(168 85 247 / 0.05);
}

.active\:bg-purple-500\/50:active {
  background-color: rgb(168 85 247 / 0.5);
}

.active\:bg-purple-500\/55:active {
  background-color: rgb(168 85 247 / 0.55);
}

.active\:bg-purple-500\/60:active {
  background-color: rgb(168 85 247 / 0.6);
}

.active\:bg-purple-500\/65:active {
  background-color: rgb(168 85 247 / 0.65);
}

.active\:bg-purple-500\/70:active {
  background-color: rgb(168 85 247 / 0.7);
}

.active\:bg-purple-500\/75:active {
  background-color: rgb(168 85 247 / 0.75);
}

.active\:bg-purple-500\/80:active {
  background-color: rgb(168 85 247 / 0.8);
}

.active\:bg-purple-500\/85:active {
  background-color: rgb(168 85 247 / 0.85);
}

.active\:bg-purple-500\/90:active {
  background-color: rgb(168 85 247 / 0.9);
}

.active\:bg-purple-500\/95:active {
  background-color: rgb(168 85 247 / 0.95);
}

.active\:bg-purple-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-600\/0:active {
  background-color: rgb(147 51 234 / 0);
}

.active\:bg-purple-600\/10:active {
  background-color: rgb(147 51 234 / 0.1);
}

.active\:bg-purple-600\/100:active {
  background-color: rgb(147 51 234 / 1);
}

.active\:bg-purple-600\/15:active {
  background-color: rgb(147 51 234 / 0.15);
}

.active\:bg-purple-600\/20:active {
  background-color: rgb(147 51 234 / 0.2);
}

.active\:bg-purple-600\/25:active {
  background-color: rgb(147 51 234 / 0.25);
}

.active\:bg-purple-600\/30:active {
  background-color: rgb(147 51 234 / 0.3);
}

.active\:bg-purple-600\/35:active {
  background-color: rgb(147 51 234 / 0.35);
}

.active\:bg-purple-600\/40:active {
  background-color: rgb(147 51 234 / 0.4);
}

.active\:bg-purple-600\/45:active {
  background-color: rgb(147 51 234 / 0.45);
}

.active\:bg-purple-600\/5:active {
  background-color: rgb(147 51 234 / 0.05);
}

.active\:bg-purple-600\/50:active {
  background-color: rgb(147 51 234 / 0.5);
}

.active\:bg-purple-600\/55:active {
  background-color: rgb(147 51 234 / 0.55);
}

.active\:bg-purple-600\/60:active {
  background-color: rgb(147 51 234 / 0.6);
}

.active\:bg-purple-600\/65:active {
  background-color: rgb(147 51 234 / 0.65);
}

.active\:bg-purple-600\/70:active {
  background-color: rgb(147 51 234 / 0.7);
}

.active\:bg-purple-600\/75:active {
  background-color: rgb(147 51 234 / 0.75);
}

.active\:bg-purple-600\/80:active {
  background-color: rgb(147 51 234 / 0.8);
}

.active\:bg-purple-600\/85:active {
  background-color: rgb(147 51 234 / 0.85);
}

.active\:bg-purple-600\/90:active {
  background-color: rgb(147 51 234 / 0.9);
}

.active\:bg-purple-600\/95:active {
  background-color: rgb(147 51 234 / 0.95);
}

.active\:bg-purple-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-700\/0:active {
  background-color: rgb(126 34 206 / 0);
}

.active\:bg-purple-700\/10:active {
  background-color: rgb(126 34 206 / 0.1);
}

.active\:bg-purple-700\/100:active {
  background-color: rgb(126 34 206 / 1);
}

.active\:bg-purple-700\/15:active {
  background-color: rgb(126 34 206 / 0.15);
}

.active\:bg-purple-700\/20:active {
  background-color: rgb(126 34 206 / 0.2);
}

.active\:bg-purple-700\/25:active {
  background-color: rgb(126 34 206 / 0.25);
}

.active\:bg-purple-700\/30:active {
  background-color: rgb(126 34 206 / 0.3);
}

.active\:bg-purple-700\/35:active {
  background-color: rgb(126 34 206 / 0.35);
}

.active\:bg-purple-700\/40:active {
  background-color: rgb(126 34 206 / 0.4);
}

.active\:bg-purple-700\/45:active {
  background-color: rgb(126 34 206 / 0.45);
}

.active\:bg-purple-700\/5:active {
  background-color: rgb(126 34 206 / 0.05);
}

.active\:bg-purple-700\/50:active {
  background-color: rgb(126 34 206 / 0.5);
}

.active\:bg-purple-700\/55:active {
  background-color: rgb(126 34 206 / 0.55);
}

.active\:bg-purple-700\/60:active {
  background-color: rgb(126 34 206 / 0.6);
}

.active\:bg-purple-700\/65:active {
  background-color: rgb(126 34 206 / 0.65);
}

.active\:bg-purple-700\/70:active {
  background-color: rgb(126 34 206 / 0.7);
}

.active\:bg-purple-700\/75:active {
  background-color: rgb(126 34 206 / 0.75);
}

.active\:bg-purple-700\/80:active {
  background-color: rgb(126 34 206 / 0.8);
}

.active\:bg-purple-700\/85:active {
  background-color: rgb(126 34 206 / 0.85);
}

.active\:bg-purple-700\/90:active {
  background-color: rgb(126 34 206 / 0.9);
}

.active\:bg-purple-700\/95:active {
  background-color: rgb(126 34 206 / 0.95);
}

.active\:bg-purple-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-800\/0:active {
  background-color: rgb(107 33 168 / 0);
}

.active\:bg-purple-800\/10:active {
  background-color: rgb(107 33 168 / 0.1);
}

.active\:bg-purple-800\/100:active {
  background-color: rgb(107 33 168 / 1);
}

.active\:bg-purple-800\/15:active {
  background-color: rgb(107 33 168 / 0.15);
}

.active\:bg-purple-800\/20:active {
  background-color: rgb(107 33 168 / 0.2);
}

.active\:bg-purple-800\/25:active {
  background-color: rgb(107 33 168 / 0.25);
}

.active\:bg-purple-800\/30:active {
  background-color: rgb(107 33 168 / 0.3);
}

.active\:bg-purple-800\/35:active {
  background-color: rgb(107 33 168 / 0.35);
}

.active\:bg-purple-800\/40:active {
  background-color: rgb(107 33 168 / 0.4);
}

.active\:bg-purple-800\/45:active {
  background-color: rgb(107 33 168 / 0.45);
}

.active\:bg-purple-800\/5:active {
  background-color: rgb(107 33 168 / 0.05);
}

.active\:bg-purple-800\/50:active {
  background-color: rgb(107 33 168 / 0.5);
}

.active\:bg-purple-800\/55:active {
  background-color: rgb(107 33 168 / 0.55);
}

.active\:bg-purple-800\/60:active {
  background-color: rgb(107 33 168 / 0.6);
}

.active\:bg-purple-800\/65:active {
  background-color: rgb(107 33 168 / 0.65);
}

.active\:bg-purple-800\/70:active {
  background-color: rgb(107 33 168 / 0.7);
}

.active\:bg-purple-800\/75:active {
  background-color: rgb(107 33 168 / 0.75);
}

.active\:bg-purple-800\/80:active {
  background-color: rgb(107 33 168 / 0.8);
}

.active\:bg-purple-800\/85:active {
  background-color: rgb(107 33 168 / 0.85);
}

.active\:bg-purple-800\/90:active {
  background-color: rgb(107 33 168 / 0.9);
}

.active\:bg-purple-800\/95:active {
  background-color: rgb(107 33 168 / 0.95);
}

.active\:bg-purple-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-900\/0:active {
  background-color: rgb(88 28 135 / 0);
}

.active\:bg-purple-900\/10:active {
  background-color: rgb(88 28 135 / 0.1);
}

.active\:bg-purple-900\/100:active {
  background-color: rgb(88 28 135 / 1);
}

.active\:bg-purple-900\/15:active {
  background-color: rgb(88 28 135 / 0.15);
}

.active\:bg-purple-900\/20:active {
  background-color: rgb(88 28 135 / 0.2);
}

.active\:bg-purple-900\/25:active {
  background-color: rgb(88 28 135 / 0.25);
}

.active\:bg-purple-900\/30:active {
  background-color: rgb(88 28 135 / 0.3);
}

.active\:bg-purple-900\/35:active {
  background-color: rgb(88 28 135 / 0.35);
}

.active\:bg-purple-900\/40:active {
  background-color: rgb(88 28 135 / 0.4);
}

.active\:bg-purple-900\/45:active {
  background-color: rgb(88 28 135 / 0.45);
}

.active\:bg-purple-900\/5:active {
  background-color: rgb(88 28 135 / 0.05);
}

.active\:bg-purple-900\/50:active {
  background-color: rgb(88 28 135 / 0.5);
}

.active\:bg-purple-900\/55:active {
  background-color: rgb(88 28 135 / 0.55);
}

.active\:bg-purple-900\/60:active {
  background-color: rgb(88 28 135 / 0.6);
}

.active\:bg-purple-900\/65:active {
  background-color: rgb(88 28 135 / 0.65);
}

.active\:bg-purple-900\/70:active {
  background-color: rgb(88 28 135 / 0.7);
}

.active\:bg-purple-900\/75:active {
  background-color: rgb(88 28 135 / 0.75);
}

.active\:bg-purple-900\/80:active {
  background-color: rgb(88 28 135 / 0.8);
}

.active\:bg-purple-900\/85:active {
  background-color: rgb(88 28 135 / 0.85);
}

.active\:bg-purple-900\/90:active {
  background-color: rgb(88 28 135 / 0.9);
}

.active\:bg-purple-900\/95:active {
  background-color: rgb(88 28 135 / 0.95);
}

.active\:bg-purple-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-950\/0:active {
  background-color: rgb(59 7 100 / 0);
}

.active\:bg-purple-950\/10:active {
  background-color: rgb(59 7 100 / 0.1);
}

.active\:bg-purple-950\/100:active {
  background-color: rgb(59 7 100 / 1);
}

.active\:bg-purple-950\/15:active {
  background-color: rgb(59 7 100 / 0.15);
}

.active\:bg-purple-950\/20:active {
  background-color: rgb(59 7 100 / 0.2);
}

.active\:bg-purple-950\/25:active {
  background-color: rgb(59 7 100 / 0.25);
}

.active\:bg-purple-950\/30:active {
  background-color: rgb(59 7 100 / 0.3);
}

.active\:bg-purple-950\/35:active {
  background-color: rgb(59 7 100 / 0.35);
}

.active\:bg-purple-950\/40:active {
  background-color: rgb(59 7 100 / 0.4);
}

.active\:bg-purple-950\/45:active {
  background-color: rgb(59 7 100 / 0.45);
}

.active\:bg-purple-950\/5:active {
  background-color: rgb(59 7 100 / 0.05);
}

.active\:bg-purple-950\/50:active {
  background-color: rgb(59 7 100 / 0.5);
}

.active\:bg-purple-950\/55:active {
  background-color: rgb(59 7 100 / 0.55);
}

.active\:bg-purple-950\/60:active {
  background-color: rgb(59 7 100 / 0.6);
}

.active\:bg-purple-950\/65:active {
  background-color: rgb(59 7 100 / 0.65);
}

.active\:bg-purple-950\/70:active {
  background-color: rgb(59 7 100 / 0.7);
}

.active\:bg-purple-950\/75:active {
  background-color: rgb(59 7 100 / 0.75);
}

.active\:bg-purple-950\/80:active {
  background-color: rgb(59 7 100 / 0.8);
}

.active\:bg-purple-950\/85:active {
  background-color: rgb(59 7 100 / 0.85);
}

.active\:bg-purple-950\/90:active {
  background-color: rgb(59 7 100 / 0.9);
}

.active\:bg-purple-950\/95:active {
  background-color: rgb(59 7 100 / 0.95);
}

.active\:bg-red-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-100\/0:active {
  background-color: rgb(254 226 226 / 0);
}

.active\:bg-red-100\/10:active {
  background-color: rgb(254 226 226 / 0.1);
}

.active\:bg-red-100\/100:active {
  background-color: rgb(254 226 226 / 1);
}

.active\:bg-red-100\/15:active {
  background-color: rgb(254 226 226 / 0.15);
}

.active\:bg-red-100\/20:active {
  background-color: rgb(254 226 226 / 0.2);
}

.active\:bg-red-100\/25:active {
  background-color: rgb(254 226 226 / 0.25);
}

.active\:bg-red-100\/30:active {
  background-color: rgb(254 226 226 / 0.3);
}

.active\:bg-red-100\/35:active {
  background-color: rgb(254 226 226 / 0.35);
}

.active\:bg-red-100\/40:active {
  background-color: rgb(254 226 226 / 0.4);
}

.active\:bg-red-100\/45:active {
  background-color: rgb(254 226 226 / 0.45);
}

.active\:bg-red-100\/5:active {
  background-color: rgb(254 226 226 / 0.05);
}

.active\:bg-red-100\/50:active {
  background-color: rgb(254 226 226 / 0.5);
}

.active\:bg-red-100\/55:active {
  background-color: rgb(254 226 226 / 0.55);
}

.active\:bg-red-100\/60:active {
  background-color: rgb(254 226 226 / 0.6);
}

.active\:bg-red-100\/65:active {
  background-color: rgb(254 226 226 / 0.65);
}

.active\:bg-red-100\/70:active {
  background-color: rgb(254 226 226 / 0.7);
}

.active\:bg-red-100\/75:active {
  background-color: rgb(254 226 226 / 0.75);
}

.active\:bg-red-100\/80:active {
  background-color: rgb(254 226 226 / 0.8);
}

.active\:bg-red-100\/85:active {
  background-color: rgb(254 226 226 / 0.85);
}

.active\:bg-red-100\/90:active {
  background-color: rgb(254 226 226 / 0.9);
}

.active\:bg-red-100\/95:active {
  background-color: rgb(254 226 226 / 0.95);
}

.active\:bg-red-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-200\/0:active {
  background-color: rgb(254 202 202 / 0);
}

.active\:bg-red-200\/10:active {
  background-color: rgb(254 202 202 / 0.1);
}

.active\:bg-red-200\/100:active {
  background-color: rgb(254 202 202 / 1);
}

.active\:bg-red-200\/15:active {
  background-color: rgb(254 202 202 / 0.15);
}

.active\:bg-red-200\/20:active {
  background-color: rgb(254 202 202 / 0.2);
}

.active\:bg-red-200\/25:active {
  background-color: rgb(254 202 202 / 0.25);
}

.active\:bg-red-200\/30:active {
  background-color: rgb(254 202 202 / 0.3);
}

.active\:bg-red-200\/35:active {
  background-color: rgb(254 202 202 / 0.35);
}

.active\:bg-red-200\/40:active {
  background-color: rgb(254 202 202 / 0.4);
}

.active\:bg-red-200\/45:active {
  background-color: rgb(254 202 202 / 0.45);
}

.active\:bg-red-200\/5:active {
  background-color: rgb(254 202 202 / 0.05);
}

.active\:bg-red-200\/50:active {
  background-color: rgb(254 202 202 / 0.5);
}

.active\:bg-red-200\/55:active {
  background-color: rgb(254 202 202 / 0.55);
}

.active\:bg-red-200\/60:active {
  background-color: rgb(254 202 202 / 0.6);
}

.active\:bg-red-200\/65:active {
  background-color: rgb(254 202 202 / 0.65);
}

.active\:bg-red-200\/70:active {
  background-color: rgb(254 202 202 / 0.7);
}

.active\:bg-red-200\/75:active {
  background-color: rgb(254 202 202 / 0.75);
}

.active\:bg-red-200\/80:active {
  background-color: rgb(254 202 202 / 0.8);
}

.active\:bg-red-200\/85:active {
  background-color: rgb(254 202 202 / 0.85);
}

.active\:bg-red-200\/90:active {
  background-color: rgb(254 202 202 / 0.9);
}

.active\:bg-red-200\/95:active {
  background-color: rgb(254 202 202 / 0.95);
}

.active\:bg-red-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-300\/0:active {
  background-color: rgb(252 165 165 / 0);
}

.active\:bg-red-300\/10:active {
  background-color: rgb(252 165 165 / 0.1);
}

.active\:bg-red-300\/100:active {
  background-color: rgb(252 165 165 / 1);
}

.active\:bg-red-300\/15:active {
  background-color: rgb(252 165 165 / 0.15);
}

.active\:bg-red-300\/20:active {
  background-color: rgb(252 165 165 / 0.2);
}

.active\:bg-red-300\/25:active {
  background-color: rgb(252 165 165 / 0.25);
}

.active\:bg-red-300\/30:active {
  background-color: rgb(252 165 165 / 0.3);
}

.active\:bg-red-300\/35:active {
  background-color: rgb(252 165 165 / 0.35);
}

.active\:bg-red-300\/40:active {
  background-color: rgb(252 165 165 / 0.4);
}

.active\:bg-red-300\/45:active {
  background-color: rgb(252 165 165 / 0.45);
}

.active\:bg-red-300\/5:active {
  background-color: rgb(252 165 165 / 0.05);
}

.active\:bg-red-300\/50:active {
  background-color: rgb(252 165 165 / 0.5);
}

.active\:bg-red-300\/55:active {
  background-color: rgb(252 165 165 / 0.55);
}

.active\:bg-red-300\/60:active {
  background-color: rgb(252 165 165 / 0.6);
}

.active\:bg-red-300\/65:active {
  background-color: rgb(252 165 165 / 0.65);
}

.active\:bg-red-300\/70:active {
  background-color: rgb(252 165 165 / 0.7);
}

.active\:bg-red-300\/75:active {
  background-color: rgb(252 165 165 / 0.75);
}

.active\:bg-red-300\/80:active {
  background-color: rgb(252 165 165 / 0.8);
}

.active\:bg-red-300\/85:active {
  background-color: rgb(252 165 165 / 0.85);
}

.active\:bg-red-300\/90:active {
  background-color: rgb(252 165 165 / 0.9);
}

.active\:bg-red-300\/95:active {
  background-color: rgb(252 165 165 / 0.95);
}

.active\:bg-red-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-400\/0:active {
  background-color: rgb(248 113 113 / 0);
}

.active\:bg-red-400\/10:active {
  background-color: rgb(248 113 113 / 0.1);
}

.active\:bg-red-400\/100:active {
  background-color: rgb(248 113 113 / 1);
}

.active\:bg-red-400\/15:active {
  background-color: rgb(248 113 113 / 0.15);
}

.active\:bg-red-400\/20:active {
  background-color: rgb(248 113 113 / 0.2);
}

.active\:bg-red-400\/25:active {
  background-color: rgb(248 113 113 / 0.25);
}

.active\:bg-red-400\/30:active {
  background-color: rgb(248 113 113 / 0.3);
}

.active\:bg-red-400\/35:active {
  background-color: rgb(248 113 113 / 0.35);
}

.active\:bg-red-400\/40:active {
  background-color: rgb(248 113 113 / 0.4);
}

.active\:bg-red-400\/45:active {
  background-color: rgb(248 113 113 / 0.45);
}

.active\:bg-red-400\/5:active {
  background-color: rgb(248 113 113 / 0.05);
}

.active\:bg-red-400\/50:active {
  background-color: rgb(248 113 113 / 0.5);
}

.active\:bg-red-400\/55:active {
  background-color: rgb(248 113 113 / 0.55);
}

.active\:bg-red-400\/60:active {
  background-color: rgb(248 113 113 / 0.6);
}

.active\:bg-red-400\/65:active {
  background-color: rgb(248 113 113 / 0.65);
}

.active\:bg-red-400\/70:active {
  background-color: rgb(248 113 113 / 0.7);
}

.active\:bg-red-400\/75:active {
  background-color: rgb(248 113 113 / 0.75);
}

.active\:bg-red-400\/80:active {
  background-color: rgb(248 113 113 / 0.8);
}

.active\:bg-red-400\/85:active {
  background-color: rgb(248 113 113 / 0.85);
}

.active\:bg-red-400\/90:active {
  background-color: rgb(248 113 113 / 0.9);
}

.active\:bg-red-400\/95:active {
  background-color: rgb(248 113 113 / 0.95);
}

.active\:bg-red-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-50\/0:active {
  background-color: rgb(254 242 242 / 0);
}

.active\:bg-red-50\/10:active {
  background-color: rgb(254 242 242 / 0.1);
}

.active\:bg-red-50\/100:active {
  background-color: rgb(254 242 242 / 1);
}

.active\:bg-red-50\/15:active {
  background-color: rgb(254 242 242 / 0.15);
}

.active\:bg-red-50\/20:active {
  background-color: rgb(254 242 242 / 0.2);
}

.active\:bg-red-50\/25:active {
  background-color: rgb(254 242 242 / 0.25);
}

.active\:bg-red-50\/30:active {
  background-color: rgb(254 242 242 / 0.3);
}

.active\:bg-red-50\/35:active {
  background-color: rgb(254 242 242 / 0.35);
}

.active\:bg-red-50\/40:active {
  background-color: rgb(254 242 242 / 0.4);
}

.active\:bg-red-50\/45:active {
  background-color: rgb(254 242 242 / 0.45);
}

.active\:bg-red-50\/5:active {
  background-color: rgb(254 242 242 / 0.05);
}

.active\:bg-red-50\/50:active {
  background-color: rgb(254 242 242 / 0.5);
}

.active\:bg-red-50\/55:active {
  background-color: rgb(254 242 242 / 0.55);
}

.active\:bg-red-50\/60:active {
  background-color: rgb(254 242 242 / 0.6);
}

.active\:bg-red-50\/65:active {
  background-color: rgb(254 242 242 / 0.65);
}

.active\:bg-red-50\/70:active {
  background-color: rgb(254 242 242 / 0.7);
}

.active\:bg-red-50\/75:active {
  background-color: rgb(254 242 242 / 0.75);
}

.active\:bg-red-50\/80:active {
  background-color: rgb(254 242 242 / 0.8);
}

.active\:bg-red-50\/85:active {
  background-color: rgb(254 242 242 / 0.85);
}

.active\:bg-red-50\/90:active {
  background-color: rgb(254 242 242 / 0.9);
}

.active\:bg-red-50\/95:active {
  background-color: rgb(254 242 242 / 0.95);
}

.active\:bg-red-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-500\/0:active {
  background-color: rgb(239 68 68 / 0);
}

.active\:bg-red-500\/10:active {
  background-color: rgb(239 68 68 / 0.1);
}

.active\:bg-red-500\/100:active {
  background-color: rgb(239 68 68 / 1);
}

.active\:bg-red-500\/15:active {
  background-color: rgb(239 68 68 / 0.15);
}

.active\:bg-red-500\/20:active {
  background-color: rgb(239 68 68 / 0.2);
}

.active\:bg-red-500\/25:active {
  background-color: rgb(239 68 68 / 0.25);
}

.active\:bg-red-500\/30:active {
  background-color: rgb(239 68 68 / 0.3);
}

.active\:bg-red-500\/35:active {
  background-color: rgb(239 68 68 / 0.35);
}

.active\:bg-red-500\/40:active {
  background-color: rgb(239 68 68 / 0.4);
}

.active\:bg-red-500\/45:active {
  background-color: rgb(239 68 68 / 0.45);
}

.active\:bg-red-500\/5:active {
  background-color: rgb(239 68 68 / 0.05);
}

.active\:bg-red-500\/50:active {
  background-color: rgb(239 68 68 / 0.5);
}

.active\:bg-red-500\/55:active {
  background-color: rgb(239 68 68 / 0.55);
}

.active\:bg-red-500\/60:active {
  background-color: rgb(239 68 68 / 0.6);
}

.active\:bg-red-500\/65:active {
  background-color: rgb(239 68 68 / 0.65);
}

.active\:bg-red-500\/70:active {
  background-color: rgb(239 68 68 / 0.7);
}

.active\:bg-red-500\/75:active {
  background-color: rgb(239 68 68 / 0.75);
}

.active\:bg-red-500\/80:active {
  background-color: rgb(239 68 68 / 0.8);
}

.active\:bg-red-500\/85:active {
  background-color: rgb(239 68 68 / 0.85);
}

.active\:bg-red-500\/90:active {
  background-color: rgb(239 68 68 / 0.9);
}

.active\:bg-red-500\/95:active {
  background-color: rgb(239 68 68 / 0.95);
}

.active\:bg-red-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-600\/0:active {
  background-color: rgb(220 38 38 / 0);
}

.active\:bg-red-600\/10:active {
  background-color: rgb(220 38 38 / 0.1);
}

.active\:bg-red-600\/100:active {
  background-color: rgb(220 38 38 / 1);
}

.active\:bg-red-600\/15:active {
  background-color: rgb(220 38 38 / 0.15);
}

.active\:bg-red-600\/20:active {
  background-color: rgb(220 38 38 / 0.2);
}

.active\:bg-red-600\/25:active {
  background-color: rgb(220 38 38 / 0.25);
}

.active\:bg-red-600\/30:active {
  background-color: rgb(220 38 38 / 0.3);
}

.active\:bg-red-600\/35:active {
  background-color: rgb(220 38 38 / 0.35);
}

.active\:bg-red-600\/40:active {
  background-color: rgb(220 38 38 / 0.4);
}

.active\:bg-red-600\/45:active {
  background-color: rgb(220 38 38 / 0.45);
}

.active\:bg-red-600\/5:active {
  background-color: rgb(220 38 38 / 0.05);
}

.active\:bg-red-600\/50:active {
  background-color: rgb(220 38 38 / 0.5);
}

.active\:bg-red-600\/55:active {
  background-color: rgb(220 38 38 / 0.55);
}

.active\:bg-red-600\/60:active {
  background-color: rgb(220 38 38 / 0.6);
}

.active\:bg-red-600\/65:active {
  background-color: rgb(220 38 38 / 0.65);
}

.active\:bg-red-600\/70:active {
  background-color: rgb(220 38 38 / 0.7);
}

.active\:bg-red-600\/75:active {
  background-color: rgb(220 38 38 / 0.75);
}

.active\:bg-red-600\/80:active {
  background-color: rgb(220 38 38 / 0.8);
}

.active\:bg-red-600\/85:active {
  background-color: rgb(220 38 38 / 0.85);
}

.active\:bg-red-600\/90:active {
  background-color: rgb(220 38 38 / 0.9);
}

.active\:bg-red-600\/95:active {
  background-color: rgb(220 38 38 / 0.95);
}

.active\:bg-red-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-700\/0:active {
  background-color: rgb(185 28 28 / 0);
}

.active\:bg-red-700\/10:active {
  background-color: rgb(185 28 28 / 0.1);
}

.active\:bg-red-700\/100:active {
  background-color: rgb(185 28 28 / 1);
}

.active\:bg-red-700\/15:active {
  background-color: rgb(185 28 28 / 0.15);
}

.active\:bg-red-700\/20:active {
  background-color: rgb(185 28 28 / 0.2);
}

.active\:bg-red-700\/25:active {
  background-color: rgb(185 28 28 / 0.25);
}

.active\:bg-red-700\/30:active {
  background-color: rgb(185 28 28 / 0.3);
}

.active\:bg-red-700\/35:active {
  background-color: rgb(185 28 28 / 0.35);
}

.active\:bg-red-700\/40:active {
  background-color: rgb(185 28 28 / 0.4);
}

.active\:bg-red-700\/45:active {
  background-color: rgb(185 28 28 / 0.45);
}

.active\:bg-red-700\/5:active {
  background-color: rgb(185 28 28 / 0.05);
}

.active\:bg-red-700\/50:active {
  background-color: rgb(185 28 28 / 0.5);
}

.active\:bg-red-700\/55:active {
  background-color: rgb(185 28 28 / 0.55);
}

.active\:bg-red-700\/60:active {
  background-color: rgb(185 28 28 / 0.6);
}

.active\:bg-red-700\/65:active {
  background-color: rgb(185 28 28 / 0.65);
}

.active\:bg-red-700\/70:active {
  background-color: rgb(185 28 28 / 0.7);
}

.active\:bg-red-700\/75:active {
  background-color: rgb(185 28 28 / 0.75);
}

.active\:bg-red-700\/80:active {
  background-color: rgb(185 28 28 / 0.8);
}

.active\:bg-red-700\/85:active {
  background-color: rgb(185 28 28 / 0.85);
}

.active\:bg-red-700\/90:active {
  background-color: rgb(185 28 28 / 0.9);
}

.active\:bg-red-700\/95:active {
  background-color: rgb(185 28 28 / 0.95);
}

.active\:bg-red-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-800\/0:active {
  background-color: rgb(153 27 27 / 0);
}

.active\:bg-red-800\/10:active {
  background-color: rgb(153 27 27 / 0.1);
}

.active\:bg-red-800\/100:active {
  background-color: rgb(153 27 27 / 1);
}

.active\:bg-red-800\/15:active {
  background-color: rgb(153 27 27 / 0.15);
}

.active\:bg-red-800\/20:active {
  background-color: rgb(153 27 27 / 0.2);
}

.active\:bg-red-800\/25:active {
  background-color: rgb(153 27 27 / 0.25);
}

.active\:bg-red-800\/30:active {
  background-color: rgb(153 27 27 / 0.3);
}

.active\:bg-red-800\/35:active {
  background-color: rgb(153 27 27 / 0.35);
}

.active\:bg-red-800\/40:active {
  background-color: rgb(153 27 27 / 0.4);
}

.active\:bg-red-800\/45:active {
  background-color: rgb(153 27 27 / 0.45);
}

.active\:bg-red-800\/5:active {
  background-color: rgb(153 27 27 / 0.05);
}

.active\:bg-red-800\/50:active {
  background-color: rgb(153 27 27 / 0.5);
}

.active\:bg-red-800\/55:active {
  background-color: rgb(153 27 27 / 0.55);
}

.active\:bg-red-800\/60:active {
  background-color: rgb(153 27 27 / 0.6);
}

.active\:bg-red-800\/65:active {
  background-color: rgb(153 27 27 / 0.65);
}

.active\:bg-red-800\/70:active {
  background-color: rgb(153 27 27 / 0.7);
}

.active\:bg-red-800\/75:active {
  background-color: rgb(153 27 27 / 0.75);
}

.active\:bg-red-800\/80:active {
  background-color: rgb(153 27 27 / 0.8);
}

.active\:bg-red-800\/85:active {
  background-color: rgb(153 27 27 / 0.85);
}

.active\:bg-red-800\/90:active {
  background-color: rgb(153 27 27 / 0.9);
}

.active\:bg-red-800\/95:active {
  background-color: rgb(153 27 27 / 0.95);
}

.active\:bg-red-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-900\/0:active {
  background-color: rgb(127 29 29 / 0);
}

.active\:bg-red-900\/10:active {
  background-color: rgb(127 29 29 / 0.1);
}

.active\:bg-red-900\/100:active {
  background-color: rgb(127 29 29 / 1);
}

.active\:bg-red-900\/15:active {
  background-color: rgb(127 29 29 / 0.15);
}

.active\:bg-red-900\/20:active {
  background-color: rgb(127 29 29 / 0.2);
}

.active\:bg-red-900\/25:active {
  background-color: rgb(127 29 29 / 0.25);
}

.active\:bg-red-900\/30:active {
  background-color: rgb(127 29 29 / 0.3);
}

.active\:bg-red-900\/35:active {
  background-color: rgb(127 29 29 / 0.35);
}

.active\:bg-red-900\/40:active {
  background-color: rgb(127 29 29 / 0.4);
}

.active\:bg-red-900\/45:active {
  background-color: rgb(127 29 29 / 0.45);
}

.active\:bg-red-900\/5:active {
  background-color: rgb(127 29 29 / 0.05);
}

.active\:bg-red-900\/50:active {
  background-color: rgb(127 29 29 / 0.5);
}

.active\:bg-red-900\/55:active {
  background-color: rgb(127 29 29 / 0.55);
}

.active\:bg-red-900\/60:active {
  background-color: rgb(127 29 29 / 0.6);
}

.active\:bg-red-900\/65:active {
  background-color: rgb(127 29 29 / 0.65);
}

.active\:bg-red-900\/70:active {
  background-color: rgb(127 29 29 / 0.7);
}

.active\:bg-red-900\/75:active {
  background-color: rgb(127 29 29 / 0.75);
}

.active\:bg-red-900\/80:active {
  background-color: rgb(127 29 29 / 0.8);
}

.active\:bg-red-900\/85:active {
  background-color: rgb(127 29 29 / 0.85);
}

.active\:bg-red-900\/90:active {
  background-color: rgb(127 29 29 / 0.9);
}

.active\:bg-red-900\/95:active {
  background-color: rgb(127 29 29 / 0.95);
}

.active\:bg-red-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-950\/0:active {
  background-color: rgb(69 10 10 / 0);
}

.active\:bg-red-950\/10:active {
  background-color: rgb(69 10 10 / 0.1);
}

.active\:bg-red-950\/100:active {
  background-color: rgb(69 10 10 / 1);
}

.active\:bg-red-950\/15:active {
  background-color: rgb(69 10 10 / 0.15);
}

.active\:bg-red-950\/20:active {
  background-color: rgb(69 10 10 / 0.2);
}

.active\:bg-red-950\/25:active {
  background-color: rgb(69 10 10 / 0.25);
}

.active\:bg-red-950\/30:active {
  background-color: rgb(69 10 10 / 0.3);
}

.active\:bg-red-950\/35:active {
  background-color: rgb(69 10 10 / 0.35);
}

.active\:bg-red-950\/40:active {
  background-color: rgb(69 10 10 / 0.4);
}

.active\:bg-red-950\/45:active {
  background-color: rgb(69 10 10 / 0.45);
}

.active\:bg-red-950\/5:active {
  background-color: rgb(69 10 10 / 0.05);
}

.active\:bg-red-950\/50:active {
  background-color: rgb(69 10 10 / 0.5);
}

.active\:bg-red-950\/55:active {
  background-color: rgb(69 10 10 / 0.55);
}

.active\:bg-red-950\/60:active {
  background-color: rgb(69 10 10 / 0.6);
}

.active\:bg-red-950\/65:active {
  background-color: rgb(69 10 10 / 0.65);
}

.active\:bg-red-950\/70:active {
  background-color: rgb(69 10 10 / 0.7);
}

.active\:bg-red-950\/75:active {
  background-color: rgb(69 10 10 / 0.75);
}

.active\:bg-red-950\/80:active {
  background-color: rgb(69 10 10 / 0.8);
}

.active\:bg-red-950\/85:active {
  background-color: rgb(69 10 10 / 0.85);
}

.active\:bg-red-950\/90:active {
  background-color: rgb(69 10 10 / 0.9);
}

.active\:bg-red-950\/95:active {
  background-color: rgb(69 10 10 / 0.95);
}

.active\:bg-yellow-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-100\/0:active {
  background-color: rgb(254 249 195 / 0);
}

.active\:bg-yellow-100\/10:active {
  background-color: rgb(254 249 195 / 0.1);
}

.active\:bg-yellow-100\/100:active {
  background-color: rgb(254 249 195 / 1);
}

.active\:bg-yellow-100\/15:active {
  background-color: rgb(254 249 195 / 0.15);
}

.active\:bg-yellow-100\/20:active {
  background-color: rgb(254 249 195 / 0.2);
}

.active\:bg-yellow-100\/25:active {
  background-color: rgb(254 249 195 / 0.25);
}

.active\:bg-yellow-100\/30:active {
  background-color: rgb(254 249 195 / 0.3);
}

.active\:bg-yellow-100\/35:active {
  background-color: rgb(254 249 195 / 0.35);
}

.active\:bg-yellow-100\/40:active {
  background-color: rgb(254 249 195 / 0.4);
}

.active\:bg-yellow-100\/45:active {
  background-color: rgb(254 249 195 / 0.45);
}

.active\:bg-yellow-100\/5:active {
  background-color: rgb(254 249 195 / 0.05);
}

.active\:bg-yellow-100\/50:active {
  background-color: rgb(254 249 195 / 0.5);
}

.active\:bg-yellow-100\/55:active {
  background-color: rgb(254 249 195 / 0.55);
}

.active\:bg-yellow-100\/60:active {
  background-color: rgb(254 249 195 / 0.6);
}

.active\:bg-yellow-100\/65:active {
  background-color: rgb(254 249 195 / 0.65);
}

.active\:bg-yellow-100\/70:active {
  background-color: rgb(254 249 195 / 0.7);
}

.active\:bg-yellow-100\/75:active {
  background-color: rgb(254 249 195 / 0.75);
}

.active\:bg-yellow-100\/80:active {
  background-color: rgb(254 249 195 / 0.8);
}

.active\:bg-yellow-100\/85:active {
  background-color: rgb(254 249 195 / 0.85);
}

.active\:bg-yellow-100\/90:active {
  background-color: rgb(254 249 195 / 0.9);
}

.active\:bg-yellow-100\/95:active {
  background-color: rgb(254 249 195 / 0.95);
}

.active\:bg-yellow-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-200\/0:active {
  background-color: rgb(254 240 138 / 0);
}

.active\:bg-yellow-200\/10:active {
  background-color: rgb(254 240 138 / 0.1);
}

.active\:bg-yellow-200\/100:active {
  background-color: rgb(254 240 138 / 1);
}

.active\:bg-yellow-200\/15:active {
  background-color: rgb(254 240 138 / 0.15);
}

.active\:bg-yellow-200\/20:active {
  background-color: rgb(254 240 138 / 0.2);
}

.active\:bg-yellow-200\/25:active {
  background-color: rgb(254 240 138 / 0.25);
}

.active\:bg-yellow-200\/30:active {
  background-color: rgb(254 240 138 / 0.3);
}

.active\:bg-yellow-200\/35:active {
  background-color: rgb(254 240 138 / 0.35);
}

.active\:bg-yellow-200\/40:active {
  background-color: rgb(254 240 138 / 0.4);
}

.active\:bg-yellow-200\/45:active {
  background-color: rgb(254 240 138 / 0.45);
}

.active\:bg-yellow-200\/5:active {
  background-color: rgb(254 240 138 / 0.05);
}

.active\:bg-yellow-200\/50:active {
  background-color: rgb(254 240 138 / 0.5);
}

.active\:bg-yellow-200\/55:active {
  background-color: rgb(254 240 138 / 0.55);
}

.active\:bg-yellow-200\/60:active {
  background-color: rgb(254 240 138 / 0.6);
}

.active\:bg-yellow-200\/65:active {
  background-color: rgb(254 240 138 / 0.65);
}

.active\:bg-yellow-200\/70:active {
  background-color: rgb(254 240 138 / 0.7);
}

.active\:bg-yellow-200\/75:active {
  background-color: rgb(254 240 138 / 0.75);
}

.active\:bg-yellow-200\/80:active {
  background-color: rgb(254 240 138 / 0.8);
}

.active\:bg-yellow-200\/85:active {
  background-color: rgb(254 240 138 / 0.85);
}

.active\:bg-yellow-200\/90:active {
  background-color: rgb(254 240 138 / 0.9);
}

.active\:bg-yellow-200\/95:active {
  background-color: rgb(254 240 138 / 0.95);
}

.active\:bg-yellow-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-300\/0:active {
  background-color: rgb(253 224 71 / 0);
}

.active\:bg-yellow-300\/10:active {
  background-color: rgb(253 224 71 / 0.1);
}

.active\:bg-yellow-300\/100:active {
  background-color: rgb(253 224 71 / 1);
}

.active\:bg-yellow-300\/15:active {
  background-color: rgb(253 224 71 / 0.15);
}

.active\:bg-yellow-300\/20:active {
  background-color: rgb(253 224 71 / 0.2);
}

.active\:bg-yellow-300\/25:active {
  background-color: rgb(253 224 71 / 0.25);
}

.active\:bg-yellow-300\/30:active {
  background-color: rgb(253 224 71 / 0.3);
}

.active\:bg-yellow-300\/35:active {
  background-color: rgb(253 224 71 / 0.35);
}

.active\:bg-yellow-300\/40:active {
  background-color: rgb(253 224 71 / 0.4);
}

.active\:bg-yellow-300\/45:active {
  background-color: rgb(253 224 71 / 0.45);
}

.active\:bg-yellow-300\/5:active {
  background-color: rgb(253 224 71 / 0.05);
}

.active\:bg-yellow-300\/50:active {
  background-color: rgb(253 224 71 / 0.5);
}

.active\:bg-yellow-300\/55:active {
  background-color: rgb(253 224 71 / 0.55);
}

.active\:bg-yellow-300\/60:active {
  background-color: rgb(253 224 71 / 0.6);
}

.active\:bg-yellow-300\/65:active {
  background-color: rgb(253 224 71 / 0.65);
}

.active\:bg-yellow-300\/70:active {
  background-color: rgb(253 224 71 / 0.7);
}

.active\:bg-yellow-300\/75:active {
  background-color: rgb(253 224 71 / 0.75);
}

.active\:bg-yellow-300\/80:active {
  background-color: rgb(253 224 71 / 0.8);
}

.active\:bg-yellow-300\/85:active {
  background-color: rgb(253 224 71 / 0.85);
}

.active\:bg-yellow-300\/90:active {
  background-color: rgb(253 224 71 / 0.9);
}

.active\:bg-yellow-300\/95:active {
  background-color: rgb(253 224 71 / 0.95);
}

.active\:bg-yellow-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-400\/0:active {
  background-color: rgb(250 204 21 / 0);
}

.active\:bg-yellow-400\/10:active {
  background-color: rgb(250 204 21 / 0.1);
}

.active\:bg-yellow-400\/100:active {
  background-color: rgb(250 204 21 / 1);
}

.active\:bg-yellow-400\/15:active {
  background-color: rgb(250 204 21 / 0.15);
}

.active\:bg-yellow-400\/20:active {
  background-color: rgb(250 204 21 / 0.2);
}

.active\:bg-yellow-400\/25:active {
  background-color: rgb(250 204 21 / 0.25);
}

.active\:bg-yellow-400\/30:active {
  background-color: rgb(250 204 21 / 0.3);
}

.active\:bg-yellow-400\/35:active {
  background-color: rgb(250 204 21 / 0.35);
}

.active\:bg-yellow-400\/40:active {
  background-color: rgb(250 204 21 / 0.4);
}

.active\:bg-yellow-400\/45:active {
  background-color: rgb(250 204 21 / 0.45);
}

.active\:bg-yellow-400\/5:active {
  background-color: rgb(250 204 21 / 0.05);
}

.active\:bg-yellow-400\/50:active {
  background-color: rgb(250 204 21 / 0.5);
}

.active\:bg-yellow-400\/55:active {
  background-color: rgb(250 204 21 / 0.55);
}

.active\:bg-yellow-400\/60:active {
  background-color: rgb(250 204 21 / 0.6);
}

.active\:bg-yellow-400\/65:active {
  background-color: rgb(250 204 21 / 0.65);
}

.active\:bg-yellow-400\/70:active {
  background-color: rgb(250 204 21 / 0.7);
}

.active\:bg-yellow-400\/75:active {
  background-color: rgb(250 204 21 / 0.75);
}

.active\:bg-yellow-400\/80:active {
  background-color: rgb(250 204 21 / 0.8);
}

.active\:bg-yellow-400\/85:active {
  background-color: rgb(250 204 21 / 0.85);
}

.active\:bg-yellow-400\/90:active {
  background-color: rgb(250 204 21 / 0.9);
}

.active\:bg-yellow-400\/95:active {
  background-color: rgb(250 204 21 / 0.95);
}

.active\:bg-yellow-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-50\/0:active {
  background-color: rgb(254 252 232 / 0);
}

.active\:bg-yellow-50\/10:active {
  background-color: rgb(254 252 232 / 0.1);
}

.active\:bg-yellow-50\/100:active {
  background-color: rgb(254 252 232 / 1);
}

.active\:bg-yellow-50\/15:active {
  background-color: rgb(254 252 232 / 0.15);
}

.active\:bg-yellow-50\/20:active {
  background-color: rgb(254 252 232 / 0.2);
}

.active\:bg-yellow-50\/25:active {
  background-color: rgb(254 252 232 / 0.25);
}

.active\:bg-yellow-50\/30:active {
  background-color: rgb(254 252 232 / 0.3);
}

.active\:bg-yellow-50\/35:active {
  background-color: rgb(254 252 232 / 0.35);
}

.active\:bg-yellow-50\/40:active {
  background-color: rgb(254 252 232 / 0.4);
}

.active\:bg-yellow-50\/45:active {
  background-color: rgb(254 252 232 / 0.45);
}

.active\:bg-yellow-50\/5:active {
  background-color: rgb(254 252 232 / 0.05);
}

.active\:bg-yellow-50\/50:active {
  background-color: rgb(254 252 232 / 0.5);
}

.active\:bg-yellow-50\/55:active {
  background-color: rgb(254 252 232 / 0.55);
}

.active\:bg-yellow-50\/60:active {
  background-color: rgb(254 252 232 / 0.6);
}

.active\:bg-yellow-50\/65:active {
  background-color: rgb(254 252 232 / 0.65);
}

.active\:bg-yellow-50\/70:active {
  background-color: rgb(254 252 232 / 0.7);
}

.active\:bg-yellow-50\/75:active {
  background-color: rgb(254 252 232 / 0.75);
}

.active\:bg-yellow-50\/80:active {
  background-color: rgb(254 252 232 / 0.8);
}

.active\:bg-yellow-50\/85:active {
  background-color: rgb(254 252 232 / 0.85);
}

.active\:bg-yellow-50\/90:active {
  background-color: rgb(254 252 232 / 0.9);
}

.active\:bg-yellow-50\/95:active {
  background-color: rgb(254 252 232 / 0.95);
}

.active\:bg-yellow-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-500\/0:active {
  background-color: rgb(234 179 8 / 0);
}

.active\:bg-yellow-500\/10:active {
  background-color: rgb(234 179 8 / 0.1);
}

.active\:bg-yellow-500\/100:active {
  background-color: rgb(234 179 8 / 1);
}

.active\:bg-yellow-500\/15:active {
  background-color: rgb(234 179 8 / 0.15);
}

.active\:bg-yellow-500\/20:active {
  background-color: rgb(234 179 8 / 0.2);
}

.active\:bg-yellow-500\/25:active {
  background-color: rgb(234 179 8 / 0.25);
}

.active\:bg-yellow-500\/30:active {
  background-color: rgb(234 179 8 / 0.3);
}

.active\:bg-yellow-500\/35:active {
  background-color: rgb(234 179 8 / 0.35);
}

.active\:bg-yellow-500\/40:active {
  background-color: rgb(234 179 8 / 0.4);
}

.active\:bg-yellow-500\/45:active {
  background-color: rgb(234 179 8 / 0.45);
}

.active\:bg-yellow-500\/5:active {
  background-color: rgb(234 179 8 / 0.05);
}

.active\:bg-yellow-500\/50:active {
  background-color: rgb(234 179 8 / 0.5);
}

.active\:bg-yellow-500\/55:active {
  background-color: rgb(234 179 8 / 0.55);
}

.active\:bg-yellow-500\/60:active {
  background-color: rgb(234 179 8 / 0.6);
}

.active\:bg-yellow-500\/65:active {
  background-color: rgb(234 179 8 / 0.65);
}

.active\:bg-yellow-500\/70:active {
  background-color: rgb(234 179 8 / 0.7);
}

.active\:bg-yellow-500\/75:active {
  background-color: rgb(234 179 8 / 0.75);
}

.active\:bg-yellow-500\/80:active {
  background-color: rgb(234 179 8 / 0.8);
}

.active\:bg-yellow-500\/85:active {
  background-color: rgb(234 179 8 / 0.85);
}

.active\:bg-yellow-500\/90:active {
  background-color: rgb(234 179 8 / 0.9);
}

.active\:bg-yellow-500\/95:active {
  background-color: rgb(234 179 8 / 0.95);
}

.active\:bg-yellow-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-600\/0:active {
  background-color: rgb(202 138 4 / 0);
}

.active\:bg-yellow-600\/10:active {
  background-color: rgb(202 138 4 / 0.1);
}

.active\:bg-yellow-600\/100:active {
  background-color: rgb(202 138 4 / 1);
}

.active\:bg-yellow-600\/15:active {
  background-color: rgb(202 138 4 / 0.15);
}

.active\:bg-yellow-600\/20:active {
  background-color: rgb(202 138 4 / 0.2);
}

.active\:bg-yellow-600\/25:active {
  background-color: rgb(202 138 4 / 0.25);
}

.active\:bg-yellow-600\/30:active {
  background-color: rgb(202 138 4 / 0.3);
}

.active\:bg-yellow-600\/35:active {
  background-color: rgb(202 138 4 / 0.35);
}

.active\:bg-yellow-600\/40:active {
  background-color: rgb(202 138 4 / 0.4);
}

.active\:bg-yellow-600\/45:active {
  background-color: rgb(202 138 4 / 0.45);
}

.active\:bg-yellow-600\/5:active {
  background-color: rgb(202 138 4 / 0.05);
}

.active\:bg-yellow-600\/50:active {
  background-color: rgb(202 138 4 / 0.5);
}

.active\:bg-yellow-600\/55:active {
  background-color: rgb(202 138 4 / 0.55);
}

.active\:bg-yellow-600\/60:active {
  background-color: rgb(202 138 4 / 0.6);
}

.active\:bg-yellow-600\/65:active {
  background-color: rgb(202 138 4 / 0.65);
}

.active\:bg-yellow-600\/70:active {
  background-color: rgb(202 138 4 / 0.7);
}

.active\:bg-yellow-600\/75:active {
  background-color: rgb(202 138 4 / 0.75);
}

.active\:bg-yellow-600\/80:active {
  background-color: rgb(202 138 4 / 0.8);
}

.active\:bg-yellow-600\/85:active {
  background-color: rgb(202 138 4 / 0.85);
}

.active\:bg-yellow-600\/90:active {
  background-color: rgb(202 138 4 / 0.9);
}

.active\:bg-yellow-600\/95:active {
  background-color: rgb(202 138 4 / 0.95);
}

.active\:bg-yellow-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-700\/0:active {
  background-color: rgb(161 98 7 / 0);
}

.active\:bg-yellow-700\/10:active {
  background-color: rgb(161 98 7 / 0.1);
}

.active\:bg-yellow-700\/100:active {
  background-color: rgb(161 98 7 / 1);
}

.active\:bg-yellow-700\/15:active {
  background-color: rgb(161 98 7 / 0.15);
}

.active\:bg-yellow-700\/20:active {
  background-color: rgb(161 98 7 / 0.2);
}

.active\:bg-yellow-700\/25:active {
  background-color: rgb(161 98 7 / 0.25);
}

.active\:bg-yellow-700\/30:active {
  background-color: rgb(161 98 7 / 0.3);
}

.active\:bg-yellow-700\/35:active {
  background-color: rgb(161 98 7 / 0.35);
}

.active\:bg-yellow-700\/40:active {
  background-color: rgb(161 98 7 / 0.4);
}

.active\:bg-yellow-700\/45:active {
  background-color: rgb(161 98 7 / 0.45);
}

.active\:bg-yellow-700\/5:active {
  background-color: rgb(161 98 7 / 0.05);
}

.active\:bg-yellow-700\/50:active {
  background-color: rgb(161 98 7 / 0.5);
}

.active\:bg-yellow-700\/55:active {
  background-color: rgb(161 98 7 / 0.55);
}

.active\:bg-yellow-700\/60:active {
  background-color: rgb(161 98 7 / 0.6);
}

.active\:bg-yellow-700\/65:active {
  background-color: rgb(161 98 7 / 0.65);
}

.active\:bg-yellow-700\/70:active {
  background-color: rgb(161 98 7 / 0.7);
}

.active\:bg-yellow-700\/75:active {
  background-color: rgb(161 98 7 / 0.75);
}

.active\:bg-yellow-700\/80:active {
  background-color: rgb(161 98 7 / 0.8);
}

.active\:bg-yellow-700\/85:active {
  background-color: rgb(161 98 7 / 0.85);
}

.active\:bg-yellow-700\/90:active {
  background-color: rgb(161 98 7 / 0.9);
}

.active\:bg-yellow-700\/95:active {
  background-color: rgb(161 98 7 / 0.95);
}

.active\:bg-yellow-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-800\/0:active {
  background-color: rgb(133 77 14 / 0);
}

.active\:bg-yellow-800\/10:active {
  background-color: rgb(133 77 14 / 0.1);
}

.active\:bg-yellow-800\/100:active {
  background-color: rgb(133 77 14 / 1);
}

.active\:bg-yellow-800\/15:active {
  background-color: rgb(133 77 14 / 0.15);
}

.active\:bg-yellow-800\/20:active {
  background-color: rgb(133 77 14 / 0.2);
}

.active\:bg-yellow-800\/25:active {
  background-color: rgb(133 77 14 / 0.25);
}

.active\:bg-yellow-800\/30:active {
  background-color: rgb(133 77 14 / 0.3);
}

.active\:bg-yellow-800\/35:active {
  background-color: rgb(133 77 14 / 0.35);
}

.active\:bg-yellow-800\/40:active {
  background-color: rgb(133 77 14 / 0.4);
}

.active\:bg-yellow-800\/45:active {
  background-color: rgb(133 77 14 / 0.45);
}

.active\:bg-yellow-800\/5:active {
  background-color: rgb(133 77 14 / 0.05);
}

.active\:bg-yellow-800\/50:active {
  background-color: rgb(133 77 14 / 0.5);
}

.active\:bg-yellow-800\/55:active {
  background-color: rgb(133 77 14 / 0.55);
}

.active\:bg-yellow-800\/60:active {
  background-color: rgb(133 77 14 / 0.6);
}

.active\:bg-yellow-800\/65:active {
  background-color: rgb(133 77 14 / 0.65);
}

.active\:bg-yellow-800\/70:active {
  background-color: rgb(133 77 14 / 0.7);
}

.active\:bg-yellow-800\/75:active {
  background-color: rgb(133 77 14 / 0.75);
}

.active\:bg-yellow-800\/80:active {
  background-color: rgb(133 77 14 / 0.8);
}

.active\:bg-yellow-800\/85:active {
  background-color: rgb(133 77 14 / 0.85);
}

.active\:bg-yellow-800\/90:active {
  background-color: rgb(133 77 14 / 0.9);
}

.active\:bg-yellow-800\/95:active {
  background-color: rgb(133 77 14 / 0.95);
}

.active\:bg-yellow-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-900\/0:active {
  background-color: rgb(113 63 18 / 0);
}

.active\:bg-yellow-900\/10:active {
  background-color: rgb(113 63 18 / 0.1);
}

.active\:bg-yellow-900\/100:active {
  background-color: rgb(113 63 18 / 1);
}

.active\:bg-yellow-900\/15:active {
  background-color: rgb(113 63 18 / 0.15);
}

.active\:bg-yellow-900\/20:active {
  background-color: rgb(113 63 18 / 0.2);
}

.active\:bg-yellow-900\/25:active {
  background-color: rgb(113 63 18 / 0.25);
}

.active\:bg-yellow-900\/30:active {
  background-color: rgb(113 63 18 / 0.3);
}

.active\:bg-yellow-900\/35:active {
  background-color: rgb(113 63 18 / 0.35);
}

.active\:bg-yellow-900\/40:active {
  background-color: rgb(113 63 18 / 0.4);
}

.active\:bg-yellow-900\/45:active {
  background-color: rgb(113 63 18 / 0.45);
}

.active\:bg-yellow-900\/5:active {
  background-color: rgb(113 63 18 / 0.05);
}

.active\:bg-yellow-900\/50:active {
  background-color: rgb(113 63 18 / 0.5);
}

.active\:bg-yellow-900\/55:active {
  background-color: rgb(113 63 18 / 0.55);
}

.active\:bg-yellow-900\/60:active {
  background-color: rgb(113 63 18 / 0.6);
}

.active\:bg-yellow-900\/65:active {
  background-color: rgb(113 63 18 / 0.65);
}

.active\:bg-yellow-900\/70:active {
  background-color: rgb(113 63 18 / 0.7);
}

.active\:bg-yellow-900\/75:active {
  background-color: rgb(113 63 18 / 0.75);
}

.active\:bg-yellow-900\/80:active {
  background-color: rgb(113 63 18 / 0.8);
}

.active\:bg-yellow-900\/85:active {
  background-color: rgb(113 63 18 / 0.85);
}

.active\:bg-yellow-900\/90:active {
  background-color: rgb(113 63 18 / 0.9);
}

.active\:bg-yellow-900\/95:active {
  background-color: rgb(113 63 18 / 0.95);
}

.active\:bg-yellow-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-950\/0:active {
  background-color: rgb(66 32 6 / 0);
}

.active\:bg-yellow-950\/10:active {
  background-color: rgb(66 32 6 / 0.1);
}

.active\:bg-yellow-950\/100:active {
  background-color: rgb(66 32 6 / 1);
}

.active\:bg-yellow-950\/15:active {
  background-color: rgb(66 32 6 / 0.15);
}

.active\:bg-yellow-950\/20:active {
  background-color: rgb(66 32 6 / 0.2);
}

.active\:bg-yellow-950\/25:active {
  background-color: rgb(66 32 6 / 0.25);
}

.active\:bg-yellow-950\/30:active {
  background-color: rgb(66 32 6 / 0.3);
}

.active\:bg-yellow-950\/35:active {
  background-color: rgb(66 32 6 / 0.35);
}

.active\:bg-yellow-950\/40:active {
  background-color: rgb(66 32 6 / 0.4);
}

.active\:bg-yellow-950\/45:active {
  background-color: rgb(66 32 6 / 0.45);
}

.active\:bg-yellow-950\/5:active {
  background-color: rgb(66 32 6 / 0.05);
}

.active\:bg-yellow-950\/50:active {
  background-color: rgb(66 32 6 / 0.5);
}

.active\:bg-yellow-950\/55:active {
  background-color: rgb(66 32 6 / 0.55);
}

.active\:bg-yellow-950\/60:active {
  background-color: rgb(66 32 6 / 0.6);
}

.active\:bg-yellow-950\/65:active {
  background-color: rgb(66 32 6 / 0.65);
}

.active\:bg-yellow-950\/70:active {
  background-color: rgb(66 32 6 / 0.7);
}

.active\:bg-yellow-950\/75:active {
  background-color: rgb(66 32 6 / 0.75);
}

.active\:bg-yellow-950\/80:active {
  background-color: rgb(66 32 6 / 0.8);
}

.active\:bg-yellow-950\/85:active {
  background-color: rgb(66 32 6 / 0.85);
}

.active\:bg-yellow-950\/90:active {
  background-color: rgb(66 32 6 / 0.9);
}

.active\:bg-yellow-950\/95:active {
  background-color: rgb(66 32 6 / 0.95);
}

.active\:text-blue-100:active {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.active\:text-blue-100\/0:active {
  color: rgb(219 234 254 / 0);
}

.active\:text-blue-100\/10:active {
  color: rgb(219 234 254 / 0.1);
}

.active\:text-blue-100\/100:active {
  color: rgb(219 234 254 / 1);
}

.active\:text-blue-100\/15:active {
  color: rgb(219 234 254 / 0.15);
}

.active\:text-blue-100\/20:active {
  color: rgb(219 234 254 / 0.2);
}

.active\:text-blue-100\/25:active {
  color: rgb(219 234 254 / 0.25);
}

.active\:text-blue-100\/30:active {
  color: rgb(219 234 254 / 0.3);
}

.active\:text-blue-100\/35:active {
  color: rgb(219 234 254 / 0.35);
}

.active\:text-blue-100\/40:active {
  color: rgb(219 234 254 / 0.4);
}

.active\:text-blue-100\/45:active {
  color: rgb(219 234 254 / 0.45);
}

.active\:text-blue-100\/5:active {
  color: rgb(219 234 254 / 0.05);
}

.active\:text-blue-100\/50:active {
  color: rgb(219 234 254 / 0.5);
}

.active\:text-blue-100\/55:active {
  color: rgb(219 234 254 / 0.55);
}

.active\:text-blue-100\/60:active {
  color: rgb(219 234 254 / 0.6);
}

.active\:text-blue-100\/65:active {
  color: rgb(219 234 254 / 0.65);
}

.active\:text-blue-100\/70:active {
  color: rgb(219 234 254 / 0.7);
}

.active\:text-blue-100\/75:active {
  color: rgb(219 234 254 / 0.75);
}

.active\:text-blue-100\/80:active {
  color: rgb(219 234 254 / 0.8);
}

.active\:text-blue-100\/85:active {
  color: rgb(219 234 254 / 0.85);
}

.active\:text-blue-100\/90:active {
  color: rgb(219 234 254 / 0.9);
}

.active\:text-blue-100\/95:active {
  color: rgb(219 234 254 / 0.95);
}

.active\:text-blue-200:active {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.active\:text-blue-200\/0:active {
  color: rgb(191 219 254 / 0);
}

.active\:text-blue-200\/10:active {
  color: rgb(191 219 254 / 0.1);
}

.active\:text-blue-200\/100:active {
  color: rgb(191 219 254 / 1);
}

.active\:text-blue-200\/15:active {
  color: rgb(191 219 254 / 0.15);
}

.active\:text-blue-200\/20:active {
  color: rgb(191 219 254 / 0.2);
}

.active\:text-blue-200\/25:active {
  color: rgb(191 219 254 / 0.25);
}

.active\:text-blue-200\/30:active {
  color: rgb(191 219 254 / 0.3);
}

.active\:text-blue-200\/35:active {
  color: rgb(191 219 254 / 0.35);
}

.active\:text-blue-200\/40:active {
  color: rgb(191 219 254 / 0.4);
}

.active\:text-blue-200\/45:active {
  color: rgb(191 219 254 / 0.45);
}

.active\:text-blue-200\/5:active {
  color: rgb(191 219 254 / 0.05);
}

.active\:text-blue-200\/50:active {
  color: rgb(191 219 254 / 0.5);
}

.active\:text-blue-200\/55:active {
  color: rgb(191 219 254 / 0.55);
}

.active\:text-blue-200\/60:active {
  color: rgb(191 219 254 / 0.6);
}

.active\:text-blue-200\/65:active {
  color: rgb(191 219 254 / 0.65);
}

.active\:text-blue-200\/70:active {
  color: rgb(191 219 254 / 0.7);
}

.active\:text-blue-200\/75:active {
  color: rgb(191 219 254 / 0.75);
}

.active\:text-blue-200\/80:active {
  color: rgb(191 219 254 / 0.8);
}

.active\:text-blue-200\/85:active {
  color: rgb(191 219 254 / 0.85);
}

.active\:text-blue-200\/90:active {
  color: rgb(191 219 254 / 0.9);
}

.active\:text-blue-200\/95:active {
  color: rgb(191 219 254 / 0.95);
}

.active\:text-blue-300:active {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.active\:text-blue-300\/0:active {
  color: rgb(147 197 253 / 0);
}

.active\:text-blue-300\/10:active {
  color: rgb(147 197 253 / 0.1);
}

.active\:text-blue-300\/100:active {
  color: rgb(147 197 253 / 1);
}

.active\:text-blue-300\/15:active {
  color: rgb(147 197 253 / 0.15);
}

.active\:text-blue-300\/20:active {
  color: rgb(147 197 253 / 0.2);
}

.active\:text-blue-300\/25:active {
  color: rgb(147 197 253 / 0.25);
}

.active\:text-blue-300\/30:active {
  color: rgb(147 197 253 / 0.3);
}

.active\:text-blue-300\/35:active {
  color: rgb(147 197 253 / 0.35);
}

.active\:text-blue-300\/40:active {
  color: rgb(147 197 253 / 0.4);
}

.active\:text-blue-300\/45:active {
  color: rgb(147 197 253 / 0.45);
}

.active\:text-blue-300\/5:active {
  color: rgb(147 197 253 / 0.05);
}

.active\:text-blue-300\/50:active {
  color: rgb(147 197 253 / 0.5);
}

.active\:text-blue-300\/55:active {
  color: rgb(147 197 253 / 0.55);
}

.active\:text-blue-300\/60:active {
  color: rgb(147 197 253 / 0.6);
}

.active\:text-blue-300\/65:active {
  color: rgb(147 197 253 / 0.65);
}

.active\:text-blue-300\/70:active {
  color: rgb(147 197 253 / 0.7);
}

.active\:text-blue-300\/75:active {
  color: rgb(147 197 253 / 0.75);
}

.active\:text-blue-300\/80:active {
  color: rgb(147 197 253 / 0.8);
}

.active\:text-blue-300\/85:active {
  color: rgb(147 197 253 / 0.85);
}

.active\:text-blue-300\/90:active {
  color: rgb(147 197 253 / 0.9);
}

.active\:text-blue-300\/95:active {
  color: rgb(147 197 253 / 0.95);
}

.active\:text-blue-400:active {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.active\:text-blue-400\/0:active {
  color: rgb(96 165 250 / 0);
}

.active\:text-blue-400\/10:active {
  color: rgb(96 165 250 / 0.1);
}

.active\:text-blue-400\/100:active {
  color: rgb(96 165 250 / 1);
}

.active\:text-blue-400\/15:active {
  color: rgb(96 165 250 / 0.15);
}

.active\:text-blue-400\/20:active {
  color: rgb(96 165 250 / 0.2);
}

.active\:text-blue-400\/25:active {
  color: rgb(96 165 250 / 0.25);
}

.active\:text-blue-400\/30:active {
  color: rgb(96 165 250 / 0.3);
}

.active\:text-blue-400\/35:active {
  color: rgb(96 165 250 / 0.35);
}

.active\:text-blue-400\/40:active {
  color: rgb(96 165 250 / 0.4);
}

.active\:text-blue-400\/45:active {
  color: rgb(96 165 250 / 0.45);
}

.active\:text-blue-400\/5:active {
  color: rgb(96 165 250 / 0.05);
}

.active\:text-blue-400\/50:active {
  color: rgb(96 165 250 / 0.5);
}

.active\:text-blue-400\/55:active {
  color: rgb(96 165 250 / 0.55);
}

.active\:text-blue-400\/60:active {
  color: rgb(96 165 250 / 0.6);
}

.active\:text-blue-400\/65:active {
  color: rgb(96 165 250 / 0.65);
}

.active\:text-blue-400\/70:active {
  color: rgb(96 165 250 / 0.7);
}

.active\:text-blue-400\/75:active {
  color: rgb(96 165 250 / 0.75);
}

.active\:text-blue-400\/80:active {
  color: rgb(96 165 250 / 0.8);
}

.active\:text-blue-400\/85:active {
  color: rgb(96 165 250 / 0.85);
}

.active\:text-blue-400\/90:active {
  color: rgb(96 165 250 / 0.9);
}

.active\:text-blue-400\/95:active {
  color: rgb(96 165 250 / 0.95);
}

.active\:text-blue-50:active {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}

.active\:text-blue-50\/0:active {
  color: rgb(239 246 255 / 0);
}

.active\:text-blue-50\/10:active {
  color: rgb(239 246 255 / 0.1);
}

.active\:text-blue-50\/100:active {
  color: rgb(239 246 255 / 1);
}

.active\:text-blue-50\/15:active {
  color: rgb(239 246 255 / 0.15);
}

.active\:text-blue-50\/20:active {
  color: rgb(239 246 255 / 0.2);
}

.active\:text-blue-50\/25:active {
  color: rgb(239 246 255 / 0.25);
}

.active\:text-blue-50\/30:active {
  color: rgb(239 246 255 / 0.3);
}

.active\:text-blue-50\/35:active {
  color: rgb(239 246 255 / 0.35);
}

.active\:text-blue-50\/40:active {
  color: rgb(239 246 255 / 0.4);
}

.active\:text-blue-50\/45:active {
  color: rgb(239 246 255 / 0.45);
}

.active\:text-blue-50\/5:active {
  color: rgb(239 246 255 / 0.05);
}

.active\:text-blue-50\/50:active {
  color: rgb(239 246 255 / 0.5);
}

.active\:text-blue-50\/55:active {
  color: rgb(239 246 255 / 0.55);
}

.active\:text-blue-50\/60:active {
  color: rgb(239 246 255 / 0.6);
}

.active\:text-blue-50\/65:active {
  color: rgb(239 246 255 / 0.65);
}

.active\:text-blue-50\/70:active {
  color: rgb(239 246 255 / 0.7);
}

.active\:text-blue-50\/75:active {
  color: rgb(239 246 255 / 0.75);
}

.active\:text-blue-50\/80:active {
  color: rgb(239 246 255 / 0.8);
}

.active\:text-blue-50\/85:active {
  color: rgb(239 246 255 / 0.85);
}

.active\:text-blue-50\/90:active {
  color: rgb(239 246 255 / 0.9);
}

.active\:text-blue-50\/95:active {
  color: rgb(239 246 255 / 0.95);
}

.active\:text-blue-500:active {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.active\:text-blue-500\/0:active {
  color: rgb(59 130 246 / 0);
}

.active\:text-blue-500\/10:active {
  color: rgb(59 130 246 / 0.1);
}

.active\:text-blue-500\/100:active {
  color: rgb(59 130 246 / 1);
}

.active\:text-blue-500\/15:active {
  color: rgb(59 130 246 / 0.15);
}

.active\:text-blue-500\/20:active {
  color: rgb(59 130 246 / 0.2);
}

.active\:text-blue-500\/25:active {
  color: rgb(59 130 246 / 0.25);
}

.active\:text-blue-500\/30:active {
  color: rgb(59 130 246 / 0.3);
}

.active\:text-blue-500\/35:active {
  color: rgb(59 130 246 / 0.35);
}

.active\:text-blue-500\/40:active {
  color: rgb(59 130 246 / 0.4);
}

.active\:text-blue-500\/45:active {
  color: rgb(59 130 246 / 0.45);
}

.active\:text-blue-500\/5:active {
  color: rgb(59 130 246 / 0.05);
}

.active\:text-blue-500\/50:active {
  color: rgb(59 130 246 / 0.5);
}

.active\:text-blue-500\/55:active {
  color: rgb(59 130 246 / 0.55);
}

.active\:text-blue-500\/60:active {
  color: rgb(59 130 246 / 0.6);
}

.active\:text-blue-500\/65:active {
  color: rgb(59 130 246 / 0.65);
}

.active\:text-blue-500\/70:active {
  color: rgb(59 130 246 / 0.7);
}

.active\:text-blue-500\/75:active {
  color: rgb(59 130 246 / 0.75);
}

.active\:text-blue-500\/80:active {
  color: rgb(59 130 246 / 0.8);
}

.active\:text-blue-500\/85:active {
  color: rgb(59 130 246 / 0.85);
}

.active\:text-blue-500\/90:active {
  color: rgb(59 130 246 / 0.9);
}

.active\:text-blue-500\/95:active {
  color: rgb(59 130 246 / 0.95);
}

.active\:text-blue-600:active {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.active\:text-blue-600\/0:active {
  color: rgb(37 99 235 / 0);
}

.active\:text-blue-600\/10:active {
  color: rgb(37 99 235 / 0.1);
}

.active\:text-blue-600\/100:active {
  color: rgb(37 99 235 / 1);
}

.active\:text-blue-600\/15:active {
  color: rgb(37 99 235 / 0.15);
}

.active\:text-blue-600\/20:active {
  color: rgb(37 99 235 / 0.2);
}

.active\:text-blue-600\/25:active {
  color: rgb(37 99 235 / 0.25);
}

.active\:text-blue-600\/30:active {
  color: rgb(37 99 235 / 0.3);
}

.active\:text-blue-600\/35:active {
  color: rgb(37 99 235 / 0.35);
}

.active\:text-blue-600\/40:active {
  color: rgb(37 99 235 / 0.4);
}

.active\:text-blue-600\/45:active {
  color: rgb(37 99 235 / 0.45);
}

.active\:text-blue-600\/5:active {
  color: rgb(37 99 235 / 0.05);
}

.active\:text-blue-600\/50:active {
  color: rgb(37 99 235 / 0.5);
}

.active\:text-blue-600\/55:active {
  color: rgb(37 99 235 / 0.55);
}

.active\:text-blue-600\/60:active {
  color: rgb(37 99 235 / 0.6);
}

.active\:text-blue-600\/65:active {
  color: rgb(37 99 235 / 0.65);
}

.active\:text-blue-600\/70:active {
  color: rgb(37 99 235 / 0.7);
}

.active\:text-blue-600\/75:active {
  color: rgb(37 99 235 / 0.75);
}

.active\:text-blue-600\/80:active {
  color: rgb(37 99 235 / 0.8);
}

.active\:text-blue-600\/85:active {
  color: rgb(37 99 235 / 0.85);
}

.active\:text-blue-600\/90:active {
  color: rgb(37 99 235 / 0.9);
}

.active\:text-blue-600\/95:active {
  color: rgb(37 99 235 / 0.95);
}

.active\:text-blue-700:active {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.active\:text-blue-700\/0:active {
  color: rgb(29 78 216 / 0);
}

.active\:text-blue-700\/10:active {
  color: rgb(29 78 216 / 0.1);
}

.active\:text-blue-700\/100:active {
  color: rgb(29 78 216 / 1);
}

.active\:text-blue-700\/15:active {
  color: rgb(29 78 216 / 0.15);
}

.active\:text-blue-700\/20:active {
  color: rgb(29 78 216 / 0.2);
}

.active\:text-blue-700\/25:active {
  color: rgb(29 78 216 / 0.25);
}

.active\:text-blue-700\/30:active {
  color: rgb(29 78 216 / 0.3);
}

.active\:text-blue-700\/35:active {
  color: rgb(29 78 216 / 0.35);
}

.active\:text-blue-700\/40:active {
  color: rgb(29 78 216 / 0.4);
}

.active\:text-blue-700\/45:active {
  color: rgb(29 78 216 / 0.45);
}

.active\:text-blue-700\/5:active {
  color: rgb(29 78 216 / 0.05);
}

.active\:text-blue-700\/50:active {
  color: rgb(29 78 216 / 0.5);
}

.active\:text-blue-700\/55:active {
  color: rgb(29 78 216 / 0.55);
}

.active\:text-blue-700\/60:active {
  color: rgb(29 78 216 / 0.6);
}

.active\:text-blue-700\/65:active {
  color: rgb(29 78 216 / 0.65);
}

.active\:text-blue-700\/70:active {
  color: rgb(29 78 216 / 0.7);
}

.active\:text-blue-700\/75:active {
  color: rgb(29 78 216 / 0.75);
}

.active\:text-blue-700\/80:active {
  color: rgb(29 78 216 / 0.8);
}

.active\:text-blue-700\/85:active {
  color: rgb(29 78 216 / 0.85);
}

.active\:text-blue-700\/90:active {
  color: rgb(29 78 216 / 0.9);
}

.active\:text-blue-700\/95:active {
  color: rgb(29 78 216 / 0.95);
}

.active\:text-blue-800:active {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.active\:text-blue-800\/0:active {
  color: rgb(30 64 175 / 0);
}

.active\:text-blue-800\/10:active {
  color: rgb(30 64 175 / 0.1);
}

.active\:text-blue-800\/100:active {
  color: rgb(30 64 175 / 1);
}

.active\:text-blue-800\/15:active {
  color: rgb(30 64 175 / 0.15);
}

.active\:text-blue-800\/20:active {
  color: rgb(30 64 175 / 0.2);
}

.active\:text-blue-800\/25:active {
  color: rgb(30 64 175 / 0.25);
}

.active\:text-blue-800\/30:active {
  color: rgb(30 64 175 / 0.3);
}

.active\:text-blue-800\/35:active {
  color: rgb(30 64 175 / 0.35);
}

.active\:text-blue-800\/40:active {
  color: rgb(30 64 175 / 0.4);
}

.active\:text-blue-800\/45:active {
  color: rgb(30 64 175 / 0.45);
}

.active\:text-blue-800\/5:active {
  color: rgb(30 64 175 / 0.05);
}

.active\:text-blue-800\/50:active {
  color: rgb(30 64 175 / 0.5);
}

.active\:text-blue-800\/55:active {
  color: rgb(30 64 175 / 0.55);
}

.active\:text-blue-800\/60:active {
  color: rgb(30 64 175 / 0.6);
}

.active\:text-blue-800\/65:active {
  color: rgb(30 64 175 / 0.65);
}

.active\:text-blue-800\/70:active {
  color: rgb(30 64 175 / 0.7);
}

.active\:text-blue-800\/75:active {
  color: rgb(30 64 175 / 0.75);
}

.active\:text-blue-800\/80:active {
  color: rgb(30 64 175 / 0.8);
}

.active\:text-blue-800\/85:active {
  color: rgb(30 64 175 / 0.85);
}

.active\:text-blue-800\/90:active {
  color: rgb(30 64 175 / 0.9);
}

.active\:text-blue-800\/95:active {
  color: rgb(30 64 175 / 0.95);
}

.active\:text-blue-900:active {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.active\:text-blue-900\/0:active {
  color: rgb(30 58 138 / 0);
}

.active\:text-blue-900\/10:active {
  color: rgb(30 58 138 / 0.1);
}

.active\:text-blue-900\/100:active {
  color: rgb(30 58 138 / 1);
}

.active\:text-blue-900\/15:active {
  color: rgb(30 58 138 / 0.15);
}

.active\:text-blue-900\/20:active {
  color: rgb(30 58 138 / 0.2);
}

.active\:text-blue-900\/25:active {
  color: rgb(30 58 138 / 0.25);
}

.active\:text-blue-900\/30:active {
  color: rgb(30 58 138 / 0.3);
}

.active\:text-blue-900\/35:active {
  color: rgb(30 58 138 / 0.35);
}

.active\:text-blue-900\/40:active {
  color: rgb(30 58 138 / 0.4);
}

.active\:text-blue-900\/45:active {
  color: rgb(30 58 138 / 0.45);
}

.active\:text-blue-900\/5:active {
  color: rgb(30 58 138 / 0.05);
}

.active\:text-blue-900\/50:active {
  color: rgb(30 58 138 / 0.5);
}

.active\:text-blue-900\/55:active {
  color: rgb(30 58 138 / 0.55);
}

.active\:text-blue-900\/60:active {
  color: rgb(30 58 138 / 0.6);
}

.active\:text-blue-900\/65:active {
  color: rgb(30 58 138 / 0.65);
}

.active\:text-blue-900\/70:active {
  color: rgb(30 58 138 / 0.7);
}

.active\:text-blue-900\/75:active {
  color: rgb(30 58 138 / 0.75);
}

.active\:text-blue-900\/80:active {
  color: rgb(30 58 138 / 0.8);
}

.active\:text-blue-900\/85:active {
  color: rgb(30 58 138 / 0.85);
}

.active\:text-blue-900\/90:active {
  color: rgb(30 58 138 / 0.9);
}

.active\:text-blue-900\/95:active {
  color: rgb(30 58 138 / 0.95);
}

.active\:text-blue-950:active {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}

.active\:text-blue-950\/0:active {
  color: rgb(23 37 84 / 0);
}

.active\:text-blue-950\/10:active {
  color: rgb(23 37 84 / 0.1);
}

.active\:text-blue-950\/100:active {
  color: rgb(23 37 84 / 1);
}

.active\:text-blue-950\/15:active {
  color: rgb(23 37 84 / 0.15);
}

.active\:text-blue-950\/20:active {
  color: rgb(23 37 84 / 0.2);
}

.active\:text-blue-950\/25:active {
  color: rgb(23 37 84 / 0.25);
}

.active\:text-blue-950\/30:active {
  color: rgb(23 37 84 / 0.3);
}

.active\:text-blue-950\/35:active {
  color: rgb(23 37 84 / 0.35);
}

.active\:text-blue-950\/40:active {
  color: rgb(23 37 84 / 0.4);
}

.active\:text-blue-950\/45:active {
  color: rgb(23 37 84 / 0.45);
}

.active\:text-blue-950\/5:active {
  color: rgb(23 37 84 / 0.05);
}

.active\:text-blue-950\/50:active {
  color: rgb(23 37 84 / 0.5);
}

.active\:text-blue-950\/55:active {
  color: rgb(23 37 84 / 0.55);
}

.active\:text-blue-950\/60:active {
  color: rgb(23 37 84 / 0.6);
}

.active\:text-blue-950\/65:active {
  color: rgb(23 37 84 / 0.65);
}

.active\:text-blue-950\/70:active {
  color: rgb(23 37 84 / 0.7);
}

.active\:text-blue-950\/75:active {
  color: rgb(23 37 84 / 0.75);
}

.active\:text-blue-950\/80:active {
  color: rgb(23 37 84 / 0.8);
}

.active\:text-blue-950\/85:active {
  color: rgb(23 37 84 / 0.85);
}

.active\:text-blue-950\/90:active {
  color: rgb(23 37 84 / 0.9);
}

.active\:text-blue-950\/95:active {
  color: rgb(23 37 84 / 0.95);
}

.active\:text-gray-100:active {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.active\:text-gray-100\/0:active {
  color: rgb(243 244 246 / 0);
}

.active\:text-gray-100\/10:active {
  color: rgb(243 244 246 / 0.1);
}

.active\:text-gray-100\/100:active {
  color: rgb(243 244 246 / 1);
}

.active\:text-gray-100\/15:active {
  color: rgb(243 244 246 / 0.15);
}

.active\:text-gray-100\/20:active {
  color: rgb(243 244 246 / 0.2);
}

.active\:text-gray-100\/25:active {
  color: rgb(243 244 246 / 0.25);
}

.active\:text-gray-100\/30:active {
  color: rgb(243 244 246 / 0.3);
}

.active\:text-gray-100\/35:active {
  color: rgb(243 244 246 / 0.35);
}

.active\:text-gray-100\/40:active {
  color: rgb(243 244 246 / 0.4);
}

.active\:text-gray-100\/45:active {
  color: rgb(243 244 246 / 0.45);
}

.active\:text-gray-100\/5:active {
  color: rgb(243 244 246 / 0.05);
}

.active\:text-gray-100\/50:active {
  color: rgb(243 244 246 / 0.5);
}

.active\:text-gray-100\/55:active {
  color: rgb(243 244 246 / 0.55);
}

.active\:text-gray-100\/60:active {
  color: rgb(243 244 246 / 0.6);
}

.active\:text-gray-100\/65:active {
  color: rgb(243 244 246 / 0.65);
}

.active\:text-gray-100\/70:active {
  color: rgb(243 244 246 / 0.7);
}

.active\:text-gray-100\/75:active {
  color: rgb(243 244 246 / 0.75);
}

.active\:text-gray-100\/80:active {
  color: rgb(243 244 246 / 0.8);
}

.active\:text-gray-100\/85:active {
  color: rgb(243 244 246 / 0.85);
}

.active\:text-gray-100\/90:active {
  color: rgb(243 244 246 / 0.9);
}

.active\:text-gray-100\/95:active {
  color: rgb(243 244 246 / 0.95);
}

.active\:text-gray-200:active {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.active\:text-gray-200\/0:active {
  color: rgb(229 231 235 / 0);
}

.active\:text-gray-200\/10:active {
  color: rgb(229 231 235 / 0.1);
}

.active\:text-gray-200\/100:active {
  color: rgb(229 231 235 / 1);
}

.active\:text-gray-200\/15:active {
  color: rgb(229 231 235 / 0.15);
}

.active\:text-gray-200\/20:active {
  color: rgb(229 231 235 / 0.2);
}

.active\:text-gray-200\/25:active {
  color: rgb(229 231 235 / 0.25);
}

.active\:text-gray-200\/30:active {
  color: rgb(229 231 235 / 0.3);
}

.active\:text-gray-200\/35:active {
  color: rgb(229 231 235 / 0.35);
}

.active\:text-gray-200\/40:active {
  color: rgb(229 231 235 / 0.4);
}

.active\:text-gray-200\/45:active {
  color: rgb(229 231 235 / 0.45);
}

.active\:text-gray-200\/5:active {
  color: rgb(229 231 235 / 0.05);
}

.active\:text-gray-200\/50:active {
  color: rgb(229 231 235 / 0.5);
}

.active\:text-gray-200\/55:active {
  color: rgb(229 231 235 / 0.55);
}

.active\:text-gray-200\/60:active {
  color: rgb(229 231 235 / 0.6);
}

.active\:text-gray-200\/65:active {
  color: rgb(229 231 235 / 0.65);
}

.active\:text-gray-200\/70:active {
  color: rgb(229 231 235 / 0.7);
}

.active\:text-gray-200\/75:active {
  color: rgb(229 231 235 / 0.75);
}

.active\:text-gray-200\/80:active {
  color: rgb(229 231 235 / 0.8);
}

.active\:text-gray-200\/85:active {
  color: rgb(229 231 235 / 0.85);
}

.active\:text-gray-200\/90:active {
  color: rgb(229 231 235 / 0.9);
}

.active\:text-gray-200\/95:active {
  color: rgb(229 231 235 / 0.95);
}

.active\:text-gray-300:active {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.active\:text-gray-300\/0:active {
  color: rgb(209 213 219 / 0);
}

.active\:text-gray-300\/10:active {
  color: rgb(209 213 219 / 0.1);
}

.active\:text-gray-300\/100:active {
  color: rgb(209 213 219 / 1);
}

.active\:text-gray-300\/15:active {
  color: rgb(209 213 219 / 0.15);
}

.active\:text-gray-300\/20:active {
  color: rgb(209 213 219 / 0.2);
}

.active\:text-gray-300\/25:active {
  color: rgb(209 213 219 / 0.25);
}

.active\:text-gray-300\/30:active {
  color: rgb(209 213 219 / 0.3);
}

.active\:text-gray-300\/35:active {
  color: rgb(209 213 219 / 0.35);
}

.active\:text-gray-300\/40:active {
  color: rgb(209 213 219 / 0.4);
}

.active\:text-gray-300\/45:active {
  color: rgb(209 213 219 / 0.45);
}

.active\:text-gray-300\/5:active {
  color: rgb(209 213 219 / 0.05);
}

.active\:text-gray-300\/50:active {
  color: rgb(209 213 219 / 0.5);
}

.active\:text-gray-300\/55:active {
  color: rgb(209 213 219 / 0.55);
}

.active\:text-gray-300\/60:active {
  color: rgb(209 213 219 / 0.6);
}

.active\:text-gray-300\/65:active {
  color: rgb(209 213 219 / 0.65);
}

.active\:text-gray-300\/70:active {
  color: rgb(209 213 219 / 0.7);
}

.active\:text-gray-300\/75:active {
  color: rgb(209 213 219 / 0.75);
}

.active\:text-gray-300\/80:active {
  color: rgb(209 213 219 / 0.8);
}

.active\:text-gray-300\/85:active {
  color: rgb(209 213 219 / 0.85);
}

.active\:text-gray-300\/90:active {
  color: rgb(209 213 219 / 0.9);
}

.active\:text-gray-300\/95:active {
  color: rgb(209 213 219 / 0.95);
}

.active\:text-gray-400:active {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.active\:text-gray-400\/0:active {
  color: rgb(156 163 175 / 0);
}

.active\:text-gray-400\/10:active {
  color: rgb(156 163 175 / 0.1);
}

.active\:text-gray-400\/100:active {
  color: rgb(156 163 175 / 1);
}

.active\:text-gray-400\/15:active {
  color: rgb(156 163 175 / 0.15);
}

.active\:text-gray-400\/20:active {
  color: rgb(156 163 175 / 0.2);
}

.active\:text-gray-400\/25:active {
  color: rgb(156 163 175 / 0.25);
}

.active\:text-gray-400\/30:active {
  color: rgb(156 163 175 / 0.3);
}

.active\:text-gray-400\/35:active {
  color: rgb(156 163 175 / 0.35);
}

.active\:text-gray-400\/40:active {
  color: rgb(156 163 175 / 0.4);
}

.active\:text-gray-400\/45:active {
  color: rgb(156 163 175 / 0.45);
}

.active\:text-gray-400\/5:active {
  color: rgb(156 163 175 / 0.05);
}

.active\:text-gray-400\/50:active {
  color: rgb(156 163 175 / 0.5);
}

.active\:text-gray-400\/55:active {
  color: rgb(156 163 175 / 0.55);
}

.active\:text-gray-400\/60:active {
  color: rgb(156 163 175 / 0.6);
}

.active\:text-gray-400\/65:active {
  color: rgb(156 163 175 / 0.65);
}

.active\:text-gray-400\/70:active {
  color: rgb(156 163 175 / 0.7);
}

.active\:text-gray-400\/75:active {
  color: rgb(156 163 175 / 0.75);
}

.active\:text-gray-400\/80:active {
  color: rgb(156 163 175 / 0.8);
}

.active\:text-gray-400\/85:active {
  color: rgb(156 163 175 / 0.85);
}

.active\:text-gray-400\/90:active {
  color: rgb(156 163 175 / 0.9);
}

.active\:text-gray-400\/95:active {
  color: rgb(156 163 175 / 0.95);
}

.active\:text-gray-50:active {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.active\:text-gray-50\/0:active {
  color: rgb(249 250 251 / 0);
}

.active\:text-gray-50\/10:active {
  color: rgb(249 250 251 / 0.1);
}

.active\:text-gray-50\/100:active {
  color: rgb(249 250 251 / 1);
}

.active\:text-gray-50\/15:active {
  color: rgb(249 250 251 / 0.15);
}

.active\:text-gray-50\/20:active {
  color: rgb(249 250 251 / 0.2);
}

.active\:text-gray-50\/25:active {
  color: rgb(249 250 251 / 0.25);
}

.active\:text-gray-50\/30:active {
  color: rgb(249 250 251 / 0.3);
}

.active\:text-gray-50\/35:active {
  color: rgb(249 250 251 / 0.35);
}

.active\:text-gray-50\/40:active {
  color: rgb(249 250 251 / 0.4);
}

.active\:text-gray-50\/45:active {
  color: rgb(249 250 251 / 0.45);
}

.active\:text-gray-50\/5:active {
  color: rgb(249 250 251 / 0.05);
}

.active\:text-gray-50\/50:active {
  color: rgb(249 250 251 / 0.5);
}

.active\:text-gray-50\/55:active {
  color: rgb(249 250 251 / 0.55);
}

.active\:text-gray-50\/60:active {
  color: rgb(249 250 251 / 0.6);
}

.active\:text-gray-50\/65:active {
  color: rgb(249 250 251 / 0.65);
}

.active\:text-gray-50\/70:active {
  color: rgb(249 250 251 / 0.7);
}

.active\:text-gray-50\/75:active {
  color: rgb(249 250 251 / 0.75);
}

.active\:text-gray-50\/80:active {
  color: rgb(249 250 251 / 0.8);
}

.active\:text-gray-50\/85:active {
  color: rgb(249 250 251 / 0.85);
}

.active\:text-gray-50\/90:active {
  color: rgb(249 250 251 / 0.9);
}

.active\:text-gray-50\/95:active {
  color: rgb(249 250 251 / 0.95);
}

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.active\:text-gray-500\/0:active {
  color: rgb(107 114 128 / 0);
}

.active\:text-gray-500\/10:active {
  color: rgb(107 114 128 / 0.1);
}

.active\:text-gray-500\/100:active {
  color: rgb(107 114 128 / 1);
}

.active\:text-gray-500\/15:active {
  color: rgb(107 114 128 / 0.15);
}

.active\:text-gray-500\/20:active {
  color: rgb(107 114 128 / 0.2);
}

.active\:text-gray-500\/25:active {
  color: rgb(107 114 128 / 0.25);
}

.active\:text-gray-500\/30:active {
  color: rgb(107 114 128 / 0.3);
}

.active\:text-gray-500\/35:active {
  color: rgb(107 114 128 / 0.35);
}

.active\:text-gray-500\/40:active {
  color: rgb(107 114 128 / 0.4);
}

.active\:text-gray-500\/45:active {
  color: rgb(107 114 128 / 0.45);
}

.active\:text-gray-500\/5:active {
  color: rgb(107 114 128 / 0.05);
}

.active\:text-gray-500\/50:active {
  color: rgb(107 114 128 / 0.5);
}

.active\:text-gray-500\/55:active {
  color: rgb(107 114 128 / 0.55);
}

.active\:text-gray-500\/60:active {
  color: rgb(107 114 128 / 0.6);
}

.active\:text-gray-500\/65:active {
  color: rgb(107 114 128 / 0.65);
}

.active\:text-gray-500\/70:active {
  color: rgb(107 114 128 / 0.7);
}

.active\:text-gray-500\/75:active {
  color: rgb(107 114 128 / 0.75);
}

.active\:text-gray-500\/80:active {
  color: rgb(107 114 128 / 0.8);
}

.active\:text-gray-500\/85:active {
  color: rgb(107 114 128 / 0.85);
}

.active\:text-gray-500\/90:active {
  color: rgb(107 114 128 / 0.9);
}

.active\:text-gray-500\/95:active {
  color: rgb(107 114 128 / 0.95);
}

.active\:text-gray-600:active {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.active\:text-gray-600\/0:active {
  color: rgb(75 85 99 / 0);
}

.active\:text-gray-600\/10:active {
  color: rgb(75 85 99 / 0.1);
}

.active\:text-gray-600\/100:active {
  color: rgb(75 85 99 / 1);
}

.active\:text-gray-600\/15:active {
  color: rgb(75 85 99 / 0.15);
}

.active\:text-gray-600\/20:active {
  color: rgb(75 85 99 / 0.2);
}

.active\:text-gray-600\/25:active {
  color: rgb(75 85 99 / 0.25);
}

.active\:text-gray-600\/30:active {
  color: rgb(75 85 99 / 0.3);
}

.active\:text-gray-600\/35:active {
  color: rgb(75 85 99 / 0.35);
}

.active\:text-gray-600\/40:active {
  color: rgb(75 85 99 / 0.4);
}

.active\:text-gray-600\/45:active {
  color: rgb(75 85 99 / 0.45);
}

.active\:text-gray-600\/5:active {
  color: rgb(75 85 99 / 0.05);
}

.active\:text-gray-600\/50:active {
  color: rgb(75 85 99 / 0.5);
}

.active\:text-gray-600\/55:active {
  color: rgb(75 85 99 / 0.55);
}

.active\:text-gray-600\/60:active {
  color: rgb(75 85 99 / 0.6);
}

.active\:text-gray-600\/65:active {
  color: rgb(75 85 99 / 0.65);
}

.active\:text-gray-600\/70:active {
  color: rgb(75 85 99 / 0.7);
}

.active\:text-gray-600\/75:active {
  color: rgb(75 85 99 / 0.75);
}

.active\:text-gray-600\/80:active {
  color: rgb(75 85 99 / 0.8);
}

.active\:text-gray-600\/85:active {
  color: rgb(75 85 99 / 0.85);
}

.active\:text-gray-600\/90:active {
  color: rgb(75 85 99 / 0.9);
}

.active\:text-gray-600\/95:active {
  color: rgb(75 85 99 / 0.95);
}

.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.active\:text-gray-700\/0:active {
  color: rgb(55 65 81 / 0);
}

.active\:text-gray-700\/10:active {
  color: rgb(55 65 81 / 0.1);
}

.active\:text-gray-700\/100:active {
  color: rgb(55 65 81 / 1);
}

.active\:text-gray-700\/15:active {
  color: rgb(55 65 81 / 0.15);
}

.active\:text-gray-700\/20:active {
  color: rgb(55 65 81 / 0.2);
}

.active\:text-gray-700\/25:active {
  color: rgb(55 65 81 / 0.25);
}

.active\:text-gray-700\/30:active {
  color: rgb(55 65 81 / 0.3);
}

.active\:text-gray-700\/35:active {
  color: rgb(55 65 81 / 0.35);
}

.active\:text-gray-700\/40:active {
  color: rgb(55 65 81 / 0.4);
}

.active\:text-gray-700\/45:active {
  color: rgb(55 65 81 / 0.45);
}

.active\:text-gray-700\/5:active {
  color: rgb(55 65 81 / 0.05);
}

.active\:text-gray-700\/50:active {
  color: rgb(55 65 81 / 0.5);
}

.active\:text-gray-700\/55:active {
  color: rgb(55 65 81 / 0.55);
}

.active\:text-gray-700\/60:active {
  color: rgb(55 65 81 / 0.6);
}

.active\:text-gray-700\/65:active {
  color: rgb(55 65 81 / 0.65);
}

.active\:text-gray-700\/70:active {
  color: rgb(55 65 81 / 0.7);
}

.active\:text-gray-700\/75:active {
  color: rgb(55 65 81 / 0.75);
}

.active\:text-gray-700\/80:active {
  color: rgb(55 65 81 / 0.8);
}

.active\:text-gray-700\/85:active {
  color: rgb(55 65 81 / 0.85);
}

.active\:text-gray-700\/90:active {
  color: rgb(55 65 81 / 0.9);
}

.active\:text-gray-700\/95:active {
  color: rgb(55 65 81 / 0.95);
}

.active\:text-gray-800:active {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.active\:text-gray-800\/0:active {
  color: rgb(31 41 55 / 0);
}

.active\:text-gray-800\/10:active {
  color: rgb(31 41 55 / 0.1);
}

.active\:text-gray-800\/100:active {
  color: rgb(31 41 55 / 1);
}

.active\:text-gray-800\/15:active {
  color: rgb(31 41 55 / 0.15);
}

.active\:text-gray-800\/20:active {
  color: rgb(31 41 55 / 0.2);
}

.active\:text-gray-800\/25:active {
  color: rgb(31 41 55 / 0.25);
}

.active\:text-gray-800\/30:active {
  color: rgb(31 41 55 / 0.3);
}

.active\:text-gray-800\/35:active {
  color: rgb(31 41 55 / 0.35);
}

.active\:text-gray-800\/40:active {
  color: rgb(31 41 55 / 0.4);
}

.active\:text-gray-800\/45:active {
  color: rgb(31 41 55 / 0.45);
}

.active\:text-gray-800\/5:active {
  color: rgb(31 41 55 / 0.05);
}

.active\:text-gray-800\/50:active {
  color: rgb(31 41 55 / 0.5);
}

.active\:text-gray-800\/55:active {
  color: rgb(31 41 55 / 0.55);
}

.active\:text-gray-800\/60:active {
  color: rgb(31 41 55 / 0.6);
}

.active\:text-gray-800\/65:active {
  color: rgb(31 41 55 / 0.65);
}

.active\:text-gray-800\/70:active {
  color: rgb(31 41 55 / 0.7);
}

.active\:text-gray-800\/75:active {
  color: rgb(31 41 55 / 0.75);
}

.active\:text-gray-800\/80:active {
  color: rgb(31 41 55 / 0.8);
}

.active\:text-gray-800\/85:active {
  color: rgb(31 41 55 / 0.85);
}

.active\:text-gray-800\/90:active {
  color: rgb(31 41 55 / 0.9);
}

.active\:text-gray-800\/95:active {
  color: rgb(31 41 55 / 0.95);
}

.active\:text-gray-900:active {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.active\:text-gray-900\/0:active {
  color: rgb(17 24 39 / 0);
}

.active\:text-gray-900\/10:active {
  color: rgb(17 24 39 / 0.1);
}

.active\:text-gray-900\/100:active {
  color: rgb(17 24 39 / 1);
}

.active\:text-gray-900\/15:active {
  color: rgb(17 24 39 / 0.15);
}

.active\:text-gray-900\/20:active {
  color: rgb(17 24 39 / 0.2);
}

.active\:text-gray-900\/25:active {
  color: rgb(17 24 39 / 0.25);
}

.active\:text-gray-900\/30:active {
  color: rgb(17 24 39 / 0.3);
}

.active\:text-gray-900\/35:active {
  color: rgb(17 24 39 / 0.35);
}

.active\:text-gray-900\/40:active {
  color: rgb(17 24 39 / 0.4);
}

.active\:text-gray-900\/45:active {
  color: rgb(17 24 39 / 0.45);
}

.active\:text-gray-900\/5:active {
  color: rgb(17 24 39 / 0.05);
}

.active\:text-gray-900\/50:active {
  color: rgb(17 24 39 / 0.5);
}

.active\:text-gray-900\/55:active {
  color: rgb(17 24 39 / 0.55);
}

.active\:text-gray-900\/60:active {
  color: rgb(17 24 39 / 0.6);
}

.active\:text-gray-900\/65:active {
  color: rgb(17 24 39 / 0.65);
}

.active\:text-gray-900\/70:active {
  color: rgb(17 24 39 / 0.7);
}

.active\:text-gray-900\/75:active {
  color: rgb(17 24 39 / 0.75);
}

.active\:text-gray-900\/80:active {
  color: rgb(17 24 39 / 0.8);
}

.active\:text-gray-900\/85:active {
  color: rgb(17 24 39 / 0.85);
}

.active\:text-gray-900\/90:active {
  color: rgb(17 24 39 / 0.9);
}

.active\:text-gray-900\/95:active {
  color: rgb(17 24 39 / 0.95);
}

.active\:text-gray-950:active {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.active\:text-gray-950\/0:active {
  color: rgb(3 7 18 / 0);
}

.active\:text-gray-950\/10:active {
  color: rgb(3 7 18 / 0.1);
}

.active\:text-gray-950\/100:active {
  color: rgb(3 7 18 / 1);
}

.active\:text-gray-950\/15:active {
  color: rgb(3 7 18 / 0.15);
}

.active\:text-gray-950\/20:active {
  color: rgb(3 7 18 / 0.2);
}

.active\:text-gray-950\/25:active {
  color: rgb(3 7 18 / 0.25);
}

.active\:text-gray-950\/30:active {
  color: rgb(3 7 18 / 0.3);
}

.active\:text-gray-950\/35:active {
  color: rgb(3 7 18 / 0.35);
}

.active\:text-gray-950\/40:active {
  color: rgb(3 7 18 / 0.4);
}

.active\:text-gray-950\/45:active {
  color: rgb(3 7 18 / 0.45);
}

.active\:text-gray-950\/5:active {
  color: rgb(3 7 18 / 0.05);
}

.active\:text-gray-950\/50:active {
  color: rgb(3 7 18 / 0.5);
}

.active\:text-gray-950\/55:active {
  color: rgb(3 7 18 / 0.55);
}

.active\:text-gray-950\/60:active {
  color: rgb(3 7 18 / 0.6);
}

.active\:text-gray-950\/65:active {
  color: rgb(3 7 18 / 0.65);
}

.active\:text-gray-950\/70:active {
  color: rgb(3 7 18 / 0.7);
}

.active\:text-gray-950\/75:active {
  color: rgb(3 7 18 / 0.75);
}

.active\:text-gray-950\/80:active {
  color: rgb(3 7 18 / 0.8);
}

.active\:text-gray-950\/85:active {
  color: rgb(3 7 18 / 0.85);
}

.active\:text-gray-950\/90:active {
  color: rgb(3 7 18 / 0.9);
}

.active\:text-gray-950\/95:active {
  color: rgb(3 7 18 / 0.95);
}

.active\:text-green-100:active {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.active\:text-green-100\/0:active {
  color: rgb(220 252 231 / 0);
}

.active\:text-green-100\/10:active {
  color: rgb(220 252 231 / 0.1);
}

.active\:text-green-100\/100:active {
  color: rgb(220 252 231 / 1);
}

.active\:text-green-100\/15:active {
  color: rgb(220 252 231 / 0.15);
}

.active\:text-green-100\/20:active {
  color: rgb(220 252 231 / 0.2);
}

.active\:text-green-100\/25:active {
  color: rgb(220 252 231 / 0.25);
}

.active\:text-green-100\/30:active {
  color: rgb(220 252 231 / 0.3);
}

.active\:text-green-100\/35:active {
  color: rgb(220 252 231 / 0.35);
}

.active\:text-green-100\/40:active {
  color: rgb(220 252 231 / 0.4);
}

.active\:text-green-100\/45:active {
  color: rgb(220 252 231 / 0.45);
}

.active\:text-green-100\/5:active {
  color: rgb(220 252 231 / 0.05);
}

.active\:text-green-100\/50:active {
  color: rgb(220 252 231 / 0.5);
}

.active\:text-green-100\/55:active {
  color: rgb(220 252 231 / 0.55);
}

.active\:text-green-100\/60:active {
  color: rgb(220 252 231 / 0.6);
}

.active\:text-green-100\/65:active {
  color: rgb(220 252 231 / 0.65);
}

.active\:text-green-100\/70:active {
  color: rgb(220 252 231 / 0.7);
}

.active\:text-green-100\/75:active {
  color: rgb(220 252 231 / 0.75);
}

.active\:text-green-100\/80:active {
  color: rgb(220 252 231 / 0.8);
}

.active\:text-green-100\/85:active {
  color: rgb(220 252 231 / 0.85);
}

.active\:text-green-100\/90:active {
  color: rgb(220 252 231 / 0.9);
}

.active\:text-green-100\/95:active {
  color: rgb(220 252 231 / 0.95);
}

.active\:text-green-200:active {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.active\:text-green-200\/0:active {
  color: rgb(187 247 208 / 0);
}

.active\:text-green-200\/10:active {
  color: rgb(187 247 208 / 0.1);
}

.active\:text-green-200\/100:active {
  color: rgb(187 247 208 / 1);
}

.active\:text-green-200\/15:active {
  color: rgb(187 247 208 / 0.15);
}

.active\:text-green-200\/20:active {
  color: rgb(187 247 208 / 0.2);
}

.active\:text-green-200\/25:active {
  color: rgb(187 247 208 / 0.25);
}

.active\:text-green-200\/30:active {
  color: rgb(187 247 208 / 0.3);
}

.active\:text-green-200\/35:active {
  color: rgb(187 247 208 / 0.35);
}

.active\:text-green-200\/40:active {
  color: rgb(187 247 208 / 0.4);
}

.active\:text-green-200\/45:active {
  color: rgb(187 247 208 / 0.45);
}

.active\:text-green-200\/5:active {
  color: rgb(187 247 208 / 0.05);
}

.active\:text-green-200\/50:active {
  color: rgb(187 247 208 / 0.5);
}

.active\:text-green-200\/55:active {
  color: rgb(187 247 208 / 0.55);
}

.active\:text-green-200\/60:active {
  color: rgb(187 247 208 / 0.6);
}

.active\:text-green-200\/65:active {
  color: rgb(187 247 208 / 0.65);
}

.active\:text-green-200\/70:active {
  color: rgb(187 247 208 / 0.7);
}

.active\:text-green-200\/75:active {
  color: rgb(187 247 208 / 0.75);
}

.active\:text-green-200\/80:active {
  color: rgb(187 247 208 / 0.8);
}

.active\:text-green-200\/85:active {
  color: rgb(187 247 208 / 0.85);
}

.active\:text-green-200\/90:active {
  color: rgb(187 247 208 / 0.9);
}

.active\:text-green-200\/95:active {
  color: rgb(187 247 208 / 0.95);
}

.active\:text-green-300:active {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.active\:text-green-300\/0:active {
  color: rgb(134 239 172 / 0);
}

.active\:text-green-300\/10:active {
  color: rgb(134 239 172 / 0.1);
}

.active\:text-green-300\/100:active {
  color: rgb(134 239 172 / 1);
}

.active\:text-green-300\/15:active {
  color: rgb(134 239 172 / 0.15);
}

.active\:text-green-300\/20:active {
  color: rgb(134 239 172 / 0.2);
}

.active\:text-green-300\/25:active {
  color: rgb(134 239 172 / 0.25);
}

.active\:text-green-300\/30:active {
  color: rgb(134 239 172 / 0.3);
}

.active\:text-green-300\/35:active {
  color: rgb(134 239 172 / 0.35);
}

.active\:text-green-300\/40:active {
  color: rgb(134 239 172 / 0.4);
}

.active\:text-green-300\/45:active {
  color: rgb(134 239 172 / 0.45);
}

.active\:text-green-300\/5:active {
  color: rgb(134 239 172 / 0.05);
}

.active\:text-green-300\/50:active {
  color: rgb(134 239 172 / 0.5);
}

.active\:text-green-300\/55:active {
  color: rgb(134 239 172 / 0.55);
}

.active\:text-green-300\/60:active {
  color: rgb(134 239 172 / 0.6);
}

.active\:text-green-300\/65:active {
  color: rgb(134 239 172 / 0.65);
}

.active\:text-green-300\/70:active {
  color: rgb(134 239 172 / 0.7);
}

.active\:text-green-300\/75:active {
  color: rgb(134 239 172 / 0.75);
}

.active\:text-green-300\/80:active {
  color: rgb(134 239 172 / 0.8);
}

.active\:text-green-300\/85:active {
  color: rgb(134 239 172 / 0.85);
}

.active\:text-green-300\/90:active {
  color: rgb(134 239 172 / 0.9);
}

.active\:text-green-300\/95:active {
  color: rgb(134 239 172 / 0.95);
}

.active\:text-green-400:active {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.active\:text-green-400\/0:active {
  color: rgb(74 222 128 / 0);
}

.active\:text-green-400\/10:active {
  color: rgb(74 222 128 / 0.1);
}

.active\:text-green-400\/100:active {
  color: rgb(74 222 128 / 1);
}

.active\:text-green-400\/15:active {
  color: rgb(74 222 128 / 0.15);
}

.active\:text-green-400\/20:active {
  color: rgb(74 222 128 / 0.2);
}

.active\:text-green-400\/25:active {
  color: rgb(74 222 128 / 0.25);
}

.active\:text-green-400\/30:active {
  color: rgb(74 222 128 / 0.3);
}

.active\:text-green-400\/35:active {
  color: rgb(74 222 128 / 0.35);
}

.active\:text-green-400\/40:active {
  color: rgb(74 222 128 / 0.4);
}

.active\:text-green-400\/45:active {
  color: rgb(74 222 128 / 0.45);
}

.active\:text-green-400\/5:active {
  color: rgb(74 222 128 / 0.05);
}

.active\:text-green-400\/50:active {
  color: rgb(74 222 128 / 0.5);
}

.active\:text-green-400\/55:active {
  color: rgb(74 222 128 / 0.55);
}

.active\:text-green-400\/60:active {
  color: rgb(74 222 128 / 0.6);
}

.active\:text-green-400\/65:active {
  color: rgb(74 222 128 / 0.65);
}

.active\:text-green-400\/70:active {
  color: rgb(74 222 128 / 0.7);
}

.active\:text-green-400\/75:active {
  color: rgb(74 222 128 / 0.75);
}

.active\:text-green-400\/80:active {
  color: rgb(74 222 128 / 0.8);
}

.active\:text-green-400\/85:active {
  color: rgb(74 222 128 / 0.85);
}

.active\:text-green-400\/90:active {
  color: rgb(74 222 128 / 0.9);
}

.active\:text-green-400\/95:active {
  color: rgb(74 222 128 / 0.95);
}

.active\:text-green-50:active {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1));
}

.active\:text-green-50\/0:active {
  color: rgb(240 253 244 / 0);
}

.active\:text-green-50\/10:active {
  color: rgb(240 253 244 / 0.1);
}

.active\:text-green-50\/100:active {
  color: rgb(240 253 244 / 1);
}

.active\:text-green-50\/15:active {
  color: rgb(240 253 244 / 0.15);
}

.active\:text-green-50\/20:active {
  color: rgb(240 253 244 / 0.2);
}

.active\:text-green-50\/25:active {
  color: rgb(240 253 244 / 0.25);
}

.active\:text-green-50\/30:active {
  color: rgb(240 253 244 / 0.3);
}

.active\:text-green-50\/35:active {
  color: rgb(240 253 244 / 0.35);
}

.active\:text-green-50\/40:active {
  color: rgb(240 253 244 / 0.4);
}

.active\:text-green-50\/45:active {
  color: rgb(240 253 244 / 0.45);
}

.active\:text-green-50\/5:active {
  color: rgb(240 253 244 / 0.05);
}

.active\:text-green-50\/50:active {
  color: rgb(240 253 244 / 0.5);
}

.active\:text-green-50\/55:active {
  color: rgb(240 253 244 / 0.55);
}

.active\:text-green-50\/60:active {
  color: rgb(240 253 244 / 0.6);
}

.active\:text-green-50\/65:active {
  color: rgb(240 253 244 / 0.65);
}

.active\:text-green-50\/70:active {
  color: rgb(240 253 244 / 0.7);
}

.active\:text-green-50\/75:active {
  color: rgb(240 253 244 / 0.75);
}

.active\:text-green-50\/80:active {
  color: rgb(240 253 244 / 0.8);
}

.active\:text-green-50\/85:active {
  color: rgb(240 253 244 / 0.85);
}

.active\:text-green-50\/90:active {
  color: rgb(240 253 244 / 0.9);
}

.active\:text-green-50\/95:active {
  color: rgb(240 253 244 / 0.95);
}

.active\:text-green-500:active {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.active\:text-green-500\/0:active {
  color: rgb(34 197 94 / 0);
}

.active\:text-green-500\/10:active {
  color: rgb(34 197 94 / 0.1);
}

.active\:text-green-500\/100:active {
  color: rgb(34 197 94 / 1);
}

.active\:text-green-500\/15:active {
  color: rgb(34 197 94 / 0.15);
}

.active\:text-green-500\/20:active {
  color: rgb(34 197 94 / 0.2);
}

.active\:text-green-500\/25:active {
  color: rgb(34 197 94 / 0.25);
}

.active\:text-green-500\/30:active {
  color: rgb(34 197 94 / 0.3);
}

.active\:text-green-500\/35:active {
  color: rgb(34 197 94 / 0.35);
}

.active\:text-green-500\/40:active {
  color: rgb(34 197 94 / 0.4);
}

.active\:text-green-500\/45:active {
  color: rgb(34 197 94 / 0.45);
}

.active\:text-green-500\/5:active {
  color: rgb(34 197 94 / 0.05);
}

.active\:text-green-500\/50:active {
  color: rgb(34 197 94 / 0.5);
}

.active\:text-green-500\/55:active {
  color: rgb(34 197 94 / 0.55);
}

.active\:text-green-500\/60:active {
  color: rgb(34 197 94 / 0.6);
}

.active\:text-green-500\/65:active {
  color: rgb(34 197 94 / 0.65);
}

.active\:text-green-500\/70:active {
  color: rgb(34 197 94 / 0.7);
}

.active\:text-green-500\/75:active {
  color: rgb(34 197 94 / 0.75);
}

.active\:text-green-500\/80:active {
  color: rgb(34 197 94 / 0.8);
}

.active\:text-green-500\/85:active {
  color: rgb(34 197 94 / 0.85);
}

.active\:text-green-500\/90:active {
  color: rgb(34 197 94 / 0.9);
}

.active\:text-green-500\/95:active {
  color: rgb(34 197 94 / 0.95);
}

.active\:text-green-600:active {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.active\:text-green-600\/0:active {
  color: rgb(22 163 74 / 0);
}

.active\:text-green-600\/10:active {
  color: rgb(22 163 74 / 0.1);
}

.active\:text-green-600\/100:active {
  color: rgb(22 163 74 / 1);
}

.active\:text-green-600\/15:active {
  color: rgb(22 163 74 / 0.15);
}

.active\:text-green-600\/20:active {
  color: rgb(22 163 74 / 0.2);
}

.active\:text-green-600\/25:active {
  color: rgb(22 163 74 / 0.25);
}

.active\:text-green-600\/30:active {
  color: rgb(22 163 74 / 0.3);
}

.active\:text-green-600\/35:active {
  color: rgb(22 163 74 / 0.35);
}

.active\:text-green-600\/40:active {
  color: rgb(22 163 74 / 0.4);
}

.active\:text-green-600\/45:active {
  color: rgb(22 163 74 / 0.45);
}

.active\:text-green-600\/5:active {
  color: rgb(22 163 74 / 0.05);
}

.active\:text-green-600\/50:active {
  color: rgb(22 163 74 / 0.5);
}

.active\:text-green-600\/55:active {
  color: rgb(22 163 74 / 0.55);
}

.active\:text-green-600\/60:active {
  color: rgb(22 163 74 / 0.6);
}

.active\:text-green-600\/65:active {
  color: rgb(22 163 74 / 0.65);
}

.active\:text-green-600\/70:active {
  color: rgb(22 163 74 / 0.7);
}

.active\:text-green-600\/75:active {
  color: rgb(22 163 74 / 0.75);
}

.active\:text-green-600\/80:active {
  color: rgb(22 163 74 / 0.8);
}

.active\:text-green-600\/85:active {
  color: rgb(22 163 74 / 0.85);
}

.active\:text-green-600\/90:active {
  color: rgb(22 163 74 / 0.9);
}

.active\:text-green-600\/95:active {
  color: rgb(22 163 74 / 0.95);
}

.active\:text-green-700:active {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.active\:text-green-700\/0:active {
  color: rgb(21 128 61 / 0);
}

.active\:text-green-700\/10:active {
  color: rgb(21 128 61 / 0.1);
}

.active\:text-green-700\/100:active {
  color: rgb(21 128 61 / 1);
}

.active\:text-green-700\/15:active {
  color: rgb(21 128 61 / 0.15);
}

.active\:text-green-700\/20:active {
  color: rgb(21 128 61 / 0.2);
}

.active\:text-green-700\/25:active {
  color: rgb(21 128 61 / 0.25);
}

.active\:text-green-700\/30:active {
  color: rgb(21 128 61 / 0.3);
}

.active\:text-green-700\/35:active {
  color: rgb(21 128 61 / 0.35);
}

.active\:text-green-700\/40:active {
  color: rgb(21 128 61 / 0.4);
}

.active\:text-green-700\/45:active {
  color: rgb(21 128 61 / 0.45);
}

.active\:text-green-700\/5:active {
  color: rgb(21 128 61 / 0.05);
}

.active\:text-green-700\/50:active {
  color: rgb(21 128 61 / 0.5);
}

.active\:text-green-700\/55:active {
  color: rgb(21 128 61 / 0.55);
}

.active\:text-green-700\/60:active {
  color: rgb(21 128 61 / 0.6);
}

.active\:text-green-700\/65:active {
  color: rgb(21 128 61 / 0.65);
}

.active\:text-green-700\/70:active {
  color: rgb(21 128 61 / 0.7);
}

.active\:text-green-700\/75:active {
  color: rgb(21 128 61 / 0.75);
}

.active\:text-green-700\/80:active {
  color: rgb(21 128 61 / 0.8);
}

.active\:text-green-700\/85:active {
  color: rgb(21 128 61 / 0.85);
}

.active\:text-green-700\/90:active {
  color: rgb(21 128 61 / 0.9);
}

.active\:text-green-700\/95:active {
  color: rgb(21 128 61 / 0.95);
}

.active\:text-green-800:active {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.active\:text-green-800\/0:active {
  color: rgb(22 101 52 / 0);
}

.active\:text-green-800\/10:active {
  color: rgb(22 101 52 / 0.1);
}

.active\:text-green-800\/100:active {
  color: rgb(22 101 52 / 1);
}

.active\:text-green-800\/15:active {
  color: rgb(22 101 52 / 0.15);
}

.active\:text-green-800\/20:active {
  color: rgb(22 101 52 / 0.2);
}

.active\:text-green-800\/25:active {
  color: rgb(22 101 52 / 0.25);
}

.active\:text-green-800\/30:active {
  color: rgb(22 101 52 / 0.3);
}

.active\:text-green-800\/35:active {
  color: rgb(22 101 52 / 0.35);
}

.active\:text-green-800\/40:active {
  color: rgb(22 101 52 / 0.4);
}

.active\:text-green-800\/45:active {
  color: rgb(22 101 52 / 0.45);
}

.active\:text-green-800\/5:active {
  color: rgb(22 101 52 / 0.05);
}

.active\:text-green-800\/50:active {
  color: rgb(22 101 52 / 0.5);
}

.active\:text-green-800\/55:active {
  color: rgb(22 101 52 / 0.55);
}

.active\:text-green-800\/60:active {
  color: rgb(22 101 52 / 0.6);
}

.active\:text-green-800\/65:active {
  color: rgb(22 101 52 / 0.65);
}

.active\:text-green-800\/70:active {
  color: rgb(22 101 52 / 0.7);
}

.active\:text-green-800\/75:active {
  color: rgb(22 101 52 / 0.75);
}

.active\:text-green-800\/80:active {
  color: rgb(22 101 52 / 0.8);
}

.active\:text-green-800\/85:active {
  color: rgb(22 101 52 / 0.85);
}

.active\:text-green-800\/90:active {
  color: rgb(22 101 52 / 0.9);
}

.active\:text-green-800\/95:active {
  color: rgb(22 101 52 / 0.95);
}

.active\:text-green-900:active {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.active\:text-green-900\/0:active {
  color: rgb(20 83 45 / 0);
}

.active\:text-green-900\/10:active {
  color: rgb(20 83 45 / 0.1);
}

.active\:text-green-900\/100:active {
  color: rgb(20 83 45 / 1);
}

.active\:text-green-900\/15:active {
  color: rgb(20 83 45 / 0.15);
}

.active\:text-green-900\/20:active {
  color: rgb(20 83 45 / 0.2);
}

.active\:text-green-900\/25:active {
  color: rgb(20 83 45 / 0.25);
}

.active\:text-green-900\/30:active {
  color: rgb(20 83 45 / 0.3);
}

.active\:text-green-900\/35:active {
  color: rgb(20 83 45 / 0.35);
}

.active\:text-green-900\/40:active {
  color: rgb(20 83 45 / 0.4);
}

.active\:text-green-900\/45:active {
  color: rgb(20 83 45 / 0.45);
}

.active\:text-green-900\/5:active {
  color: rgb(20 83 45 / 0.05);
}

.active\:text-green-900\/50:active {
  color: rgb(20 83 45 / 0.5);
}

.active\:text-green-900\/55:active {
  color: rgb(20 83 45 / 0.55);
}

.active\:text-green-900\/60:active {
  color: rgb(20 83 45 / 0.6);
}

.active\:text-green-900\/65:active {
  color: rgb(20 83 45 / 0.65);
}

.active\:text-green-900\/70:active {
  color: rgb(20 83 45 / 0.7);
}

.active\:text-green-900\/75:active {
  color: rgb(20 83 45 / 0.75);
}

.active\:text-green-900\/80:active {
  color: rgb(20 83 45 / 0.8);
}

.active\:text-green-900\/85:active {
  color: rgb(20 83 45 / 0.85);
}

.active\:text-green-900\/90:active {
  color: rgb(20 83 45 / 0.9);
}

.active\:text-green-900\/95:active {
  color: rgb(20 83 45 / 0.95);
}

.active\:text-green-950:active {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}

.active\:text-green-950\/0:active {
  color: rgb(5 46 22 / 0);
}

.active\:text-green-950\/10:active {
  color: rgb(5 46 22 / 0.1);
}

.active\:text-green-950\/100:active {
  color: rgb(5 46 22 / 1);
}

.active\:text-green-950\/15:active {
  color: rgb(5 46 22 / 0.15);
}

.active\:text-green-950\/20:active {
  color: rgb(5 46 22 / 0.2);
}

.active\:text-green-950\/25:active {
  color: rgb(5 46 22 / 0.25);
}

.active\:text-green-950\/30:active {
  color: rgb(5 46 22 / 0.3);
}

.active\:text-green-950\/35:active {
  color: rgb(5 46 22 / 0.35);
}

.active\:text-green-950\/40:active {
  color: rgb(5 46 22 / 0.4);
}

.active\:text-green-950\/45:active {
  color: rgb(5 46 22 / 0.45);
}

.active\:text-green-950\/5:active {
  color: rgb(5 46 22 / 0.05);
}

.active\:text-green-950\/50:active {
  color: rgb(5 46 22 / 0.5);
}

.active\:text-green-950\/55:active {
  color: rgb(5 46 22 / 0.55);
}

.active\:text-green-950\/60:active {
  color: rgb(5 46 22 / 0.6);
}

.active\:text-green-950\/65:active {
  color: rgb(5 46 22 / 0.65);
}

.active\:text-green-950\/70:active {
  color: rgb(5 46 22 / 0.7);
}

.active\:text-green-950\/75:active {
  color: rgb(5 46 22 / 0.75);
}

.active\:text-green-950\/80:active {
  color: rgb(5 46 22 / 0.8);
}

.active\:text-green-950\/85:active {
  color: rgb(5 46 22 / 0.85);
}

.active\:text-green-950\/90:active {
  color: rgb(5 46 22 / 0.9);
}

.active\:text-green-950\/95:active {
  color: rgb(5 46 22 / 0.95);
}

.active\:text-indigo-100:active {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-100\/0:active {
  color: rgb(224 231 255 / 0);
}

.active\:text-indigo-100\/10:active {
  color: rgb(224 231 255 / 0.1);
}

.active\:text-indigo-100\/100:active {
  color: rgb(224 231 255 / 1);
}

.active\:text-indigo-100\/15:active {
  color: rgb(224 231 255 / 0.15);
}

.active\:text-indigo-100\/20:active {
  color: rgb(224 231 255 / 0.2);
}

.active\:text-indigo-100\/25:active {
  color: rgb(224 231 255 / 0.25);
}

.active\:text-indigo-100\/30:active {
  color: rgb(224 231 255 / 0.3);
}

.active\:text-indigo-100\/35:active {
  color: rgb(224 231 255 / 0.35);
}

.active\:text-indigo-100\/40:active {
  color: rgb(224 231 255 / 0.4);
}

.active\:text-indigo-100\/45:active {
  color: rgb(224 231 255 / 0.45);
}

.active\:text-indigo-100\/5:active {
  color: rgb(224 231 255 / 0.05);
}

.active\:text-indigo-100\/50:active {
  color: rgb(224 231 255 / 0.5);
}

.active\:text-indigo-100\/55:active {
  color: rgb(224 231 255 / 0.55);
}

.active\:text-indigo-100\/60:active {
  color: rgb(224 231 255 / 0.6);
}

.active\:text-indigo-100\/65:active {
  color: rgb(224 231 255 / 0.65);
}

.active\:text-indigo-100\/70:active {
  color: rgb(224 231 255 / 0.7);
}

.active\:text-indigo-100\/75:active {
  color: rgb(224 231 255 / 0.75);
}

.active\:text-indigo-100\/80:active {
  color: rgb(224 231 255 / 0.8);
}

.active\:text-indigo-100\/85:active {
  color: rgb(224 231 255 / 0.85);
}

.active\:text-indigo-100\/90:active {
  color: rgb(224 231 255 / 0.9);
}

.active\:text-indigo-100\/95:active {
  color: rgb(224 231 255 / 0.95);
}

.active\:text-indigo-200:active {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-200\/0:active {
  color: rgb(199 210 254 / 0);
}

.active\:text-indigo-200\/10:active {
  color: rgb(199 210 254 / 0.1);
}

.active\:text-indigo-200\/100:active {
  color: rgb(199 210 254 / 1);
}

.active\:text-indigo-200\/15:active {
  color: rgb(199 210 254 / 0.15);
}

.active\:text-indigo-200\/20:active {
  color: rgb(199 210 254 / 0.2);
}

.active\:text-indigo-200\/25:active {
  color: rgb(199 210 254 / 0.25);
}

.active\:text-indigo-200\/30:active {
  color: rgb(199 210 254 / 0.3);
}

.active\:text-indigo-200\/35:active {
  color: rgb(199 210 254 / 0.35);
}

.active\:text-indigo-200\/40:active {
  color: rgb(199 210 254 / 0.4);
}

.active\:text-indigo-200\/45:active {
  color: rgb(199 210 254 / 0.45);
}

.active\:text-indigo-200\/5:active {
  color: rgb(199 210 254 / 0.05);
}

.active\:text-indigo-200\/50:active {
  color: rgb(199 210 254 / 0.5);
}

.active\:text-indigo-200\/55:active {
  color: rgb(199 210 254 / 0.55);
}

.active\:text-indigo-200\/60:active {
  color: rgb(199 210 254 / 0.6);
}

.active\:text-indigo-200\/65:active {
  color: rgb(199 210 254 / 0.65);
}

.active\:text-indigo-200\/70:active {
  color: rgb(199 210 254 / 0.7);
}

.active\:text-indigo-200\/75:active {
  color: rgb(199 210 254 / 0.75);
}

.active\:text-indigo-200\/80:active {
  color: rgb(199 210 254 / 0.8);
}

.active\:text-indigo-200\/85:active {
  color: rgb(199 210 254 / 0.85);
}

.active\:text-indigo-200\/90:active {
  color: rgb(199 210 254 / 0.9);
}

.active\:text-indigo-200\/95:active {
  color: rgb(199 210 254 / 0.95);
}

.active\:text-indigo-300:active {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-300\/0:active {
  color: rgb(165 180 252 / 0);
}

.active\:text-indigo-300\/10:active {
  color: rgb(165 180 252 / 0.1);
}

.active\:text-indigo-300\/100:active {
  color: rgb(165 180 252 / 1);
}

.active\:text-indigo-300\/15:active {
  color: rgb(165 180 252 / 0.15);
}

.active\:text-indigo-300\/20:active {
  color: rgb(165 180 252 / 0.2);
}

.active\:text-indigo-300\/25:active {
  color: rgb(165 180 252 / 0.25);
}

.active\:text-indigo-300\/30:active {
  color: rgb(165 180 252 / 0.3);
}

.active\:text-indigo-300\/35:active {
  color: rgb(165 180 252 / 0.35);
}

.active\:text-indigo-300\/40:active {
  color: rgb(165 180 252 / 0.4);
}

.active\:text-indigo-300\/45:active {
  color: rgb(165 180 252 / 0.45);
}

.active\:text-indigo-300\/5:active {
  color: rgb(165 180 252 / 0.05);
}

.active\:text-indigo-300\/50:active {
  color: rgb(165 180 252 / 0.5);
}

.active\:text-indigo-300\/55:active {
  color: rgb(165 180 252 / 0.55);
}

.active\:text-indigo-300\/60:active {
  color: rgb(165 180 252 / 0.6);
}

.active\:text-indigo-300\/65:active {
  color: rgb(165 180 252 / 0.65);
}

.active\:text-indigo-300\/70:active {
  color: rgb(165 180 252 / 0.7);
}

.active\:text-indigo-300\/75:active {
  color: rgb(165 180 252 / 0.75);
}

.active\:text-indigo-300\/80:active {
  color: rgb(165 180 252 / 0.8);
}

.active\:text-indigo-300\/85:active {
  color: rgb(165 180 252 / 0.85);
}

.active\:text-indigo-300\/90:active {
  color: rgb(165 180 252 / 0.9);
}

.active\:text-indigo-300\/95:active {
  color: rgb(165 180 252 / 0.95);
}

.active\:text-indigo-400:active {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-400\/0:active {
  color: rgb(129 140 248 / 0);
}

.active\:text-indigo-400\/10:active {
  color: rgb(129 140 248 / 0.1);
}

.active\:text-indigo-400\/100:active {
  color: rgb(129 140 248 / 1);
}

.active\:text-indigo-400\/15:active {
  color: rgb(129 140 248 / 0.15);
}

.active\:text-indigo-400\/20:active {
  color: rgb(129 140 248 / 0.2);
}

.active\:text-indigo-400\/25:active {
  color: rgb(129 140 248 / 0.25);
}

.active\:text-indigo-400\/30:active {
  color: rgb(129 140 248 / 0.3);
}

.active\:text-indigo-400\/35:active {
  color: rgb(129 140 248 / 0.35);
}

.active\:text-indigo-400\/40:active {
  color: rgb(129 140 248 / 0.4);
}

.active\:text-indigo-400\/45:active {
  color: rgb(129 140 248 / 0.45);
}

.active\:text-indigo-400\/5:active {
  color: rgb(129 140 248 / 0.05);
}

.active\:text-indigo-400\/50:active {
  color: rgb(129 140 248 / 0.5);
}

.active\:text-indigo-400\/55:active {
  color: rgb(129 140 248 / 0.55);
}

.active\:text-indigo-400\/60:active {
  color: rgb(129 140 248 / 0.6);
}

.active\:text-indigo-400\/65:active {
  color: rgb(129 140 248 / 0.65);
}

.active\:text-indigo-400\/70:active {
  color: rgb(129 140 248 / 0.7);
}

.active\:text-indigo-400\/75:active {
  color: rgb(129 140 248 / 0.75);
}

.active\:text-indigo-400\/80:active {
  color: rgb(129 140 248 / 0.8);
}

.active\:text-indigo-400\/85:active {
  color: rgb(129 140 248 / 0.85);
}

.active\:text-indigo-400\/90:active {
  color: rgb(129 140 248 / 0.9);
}

.active\:text-indigo-400\/95:active {
  color: rgb(129 140 248 / 0.95);
}

.active\:text-indigo-50:active {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-50\/0:active {
  color: rgb(238 242 255 / 0);
}

.active\:text-indigo-50\/10:active {
  color: rgb(238 242 255 / 0.1);
}

.active\:text-indigo-50\/100:active {
  color: rgb(238 242 255 / 1);
}

.active\:text-indigo-50\/15:active {
  color: rgb(238 242 255 / 0.15);
}

.active\:text-indigo-50\/20:active {
  color: rgb(238 242 255 / 0.2);
}

.active\:text-indigo-50\/25:active {
  color: rgb(238 242 255 / 0.25);
}

.active\:text-indigo-50\/30:active {
  color: rgb(238 242 255 / 0.3);
}

.active\:text-indigo-50\/35:active {
  color: rgb(238 242 255 / 0.35);
}

.active\:text-indigo-50\/40:active {
  color: rgb(238 242 255 / 0.4);
}

.active\:text-indigo-50\/45:active {
  color: rgb(238 242 255 / 0.45);
}

.active\:text-indigo-50\/5:active {
  color: rgb(238 242 255 / 0.05);
}

.active\:text-indigo-50\/50:active {
  color: rgb(238 242 255 / 0.5);
}

.active\:text-indigo-50\/55:active {
  color: rgb(238 242 255 / 0.55);
}

.active\:text-indigo-50\/60:active {
  color: rgb(238 242 255 / 0.6);
}

.active\:text-indigo-50\/65:active {
  color: rgb(238 242 255 / 0.65);
}

.active\:text-indigo-50\/70:active {
  color: rgb(238 242 255 / 0.7);
}

.active\:text-indigo-50\/75:active {
  color: rgb(238 242 255 / 0.75);
}

.active\:text-indigo-50\/80:active {
  color: rgb(238 242 255 / 0.8);
}

.active\:text-indigo-50\/85:active {
  color: rgb(238 242 255 / 0.85);
}

.active\:text-indigo-50\/90:active {
  color: rgb(238 242 255 / 0.9);
}

.active\:text-indigo-50\/95:active {
  color: rgb(238 242 255 / 0.95);
}

.active\:text-indigo-500:active {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-500\/0:active {
  color: rgb(99 102 241 / 0);
}

.active\:text-indigo-500\/10:active {
  color: rgb(99 102 241 / 0.1);
}

.active\:text-indigo-500\/100:active {
  color: rgb(99 102 241 / 1);
}

.active\:text-indigo-500\/15:active {
  color: rgb(99 102 241 / 0.15);
}

.active\:text-indigo-500\/20:active {
  color: rgb(99 102 241 / 0.2);
}

.active\:text-indigo-500\/25:active {
  color: rgb(99 102 241 / 0.25);
}

.active\:text-indigo-500\/30:active {
  color: rgb(99 102 241 / 0.3);
}

.active\:text-indigo-500\/35:active {
  color: rgb(99 102 241 / 0.35);
}

.active\:text-indigo-500\/40:active {
  color: rgb(99 102 241 / 0.4);
}

.active\:text-indigo-500\/45:active {
  color: rgb(99 102 241 / 0.45);
}

.active\:text-indigo-500\/5:active {
  color: rgb(99 102 241 / 0.05);
}

.active\:text-indigo-500\/50:active {
  color: rgb(99 102 241 / 0.5);
}

.active\:text-indigo-500\/55:active {
  color: rgb(99 102 241 / 0.55);
}

.active\:text-indigo-500\/60:active {
  color: rgb(99 102 241 / 0.6);
}

.active\:text-indigo-500\/65:active {
  color: rgb(99 102 241 / 0.65);
}

.active\:text-indigo-500\/70:active {
  color: rgb(99 102 241 / 0.7);
}

.active\:text-indigo-500\/75:active {
  color: rgb(99 102 241 / 0.75);
}

.active\:text-indigo-500\/80:active {
  color: rgb(99 102 241 / 0.8);
}

.active\:text-indigo-500\/85:active {
  color: rgb(99 102 241 / 0.85);
}

.active\:text-indigo-500\/90:active {
  color: rgb(99 102 241 / 0.9);
}

.active\:text-indigo-500\/95:active {
  color: rgb(99 102 241 / 0.95);
}

.active\:text-indigo-600:active {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-600\/0:active {
  color: rgb(79 70 229 / 0);
}

.active\:text-indigo-600\/10:active {
  color: rgb(79 70 229 / 0.1);
}

.active\:text-indigo-600\/100:active {
  color: rgb(79 70 229 / 1);
}

.active\:text-indigo-600\/15:active {
  color: rgb(79 70 229 / 0.15);
}

.active\:text-indigo-600\/20:active {
  color: rgb(79 70 229 / 0.2);
}

.active\:text-indigo-600\/25:active {
  color: rgb(79 70 229 / 0.25);
}

.active\:text-indigo-600\/30:active {
  color: rgb(79 70 229 / 0.3);
}

.active\:text-indigo-600\/35:active {
  color: rgb(79 70 229 / 0.35);
}

.active\:text-indigo-600\/40:active {
  color: rgb(79 70 229 / 0.4);
}

.active\:text-indigo-600\/45:active {
  color: rgb(79 70 229 / 0.45);
}

.active\:text-indigo-600\/5:active {
  color: rgb(79 70 229 / 0.05);
}

.active\:text-indigo-600\/50:active {
  color: rgb(79 70 229 / 0.5);
}

.active\:text-indigo-600\/55:active {
  color: rgb(79 70 229 / 0.55);
}

.active\:text-indigo-600\/60:active {
  color: rgb(79 70 229 / 0.6);
}

.active\:text-indigo-600\/65:active {
  color: rgb(79 70 229 / 0.65);
}

.active\:text-indigo-600\/70:active {
  color: rgb(79 70 229 / 0.7);
}

.active\:text-indigo-600\/75:active {
  color: rgb(79 70 229 / 0.75);
}

.active\:text-indigo-600\/80:active {
  color: rgb(79 70 229 / 0.8);
}

.active\:text-indigo-600\/85:active {
  color: rgb(79 70 229 / 0.85);
}

.active\:text-indigo-600\/90:active {
  color: rgb(79 70 229 / 0.9);
}

.active\:text-indigo-600\/95:active {
  color: rgb(79 70 229 / 0.95);
}

.active\:text-indigo-700:active {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-700\/0:active {
  color: rgb(67 56 202 / 0);
}

.active\:text-indigo-700\/10:active {
  color: rgb(67 56 202 / 0.1);
}

.active\:text-indigo-700\/100:active {
  color: rgb(67 56 202 / 1);
}

.active\:text-indigo-700\/15:active {
  color: rgb(67 56 202 / 0.15);
}

.active\:text-indigo-700\/20:active {
  color: rgb(67 56 202 / 0.2);
}

.active\:text-indigo-700\/25:active {
  color: rgb(67 56 202 / 0.25);
}

.active\:text-indigo-700\/30:active {
  color: rgb(67 56 202 / 0.3);
}

.active\:text-indigo-700\/35:active {
  color: rgb(67 56 202 / 0.35);
}

.active\:text-indigo-700\/40:active {
  color: rgb(67 56 202 / 0.4);
}

.active\:text-indigo-700\/45:active {
  color: rgb(67 56 202 / 0.45);
}

.active\:text-indigo-700\/5:active {
  color: rgb(67 56 202 / 0.05);
}

.active\:text-indigo-700\/50:active {
  color: rgb(67 56 202 / 0.5);
}

.active\:text-indigo-700\/55:active {
  color: rgb(67 56 202 / 0.55);
}

.active\:text-indigo-700\/60:active {
  color: rgb(67 56 202 / 0.6);
}

.active\:text-indigo-700\/65:active {
  color: rgb(67 56 202 / 0.65);
}

.active\:text-indigo-700\/70:active {
  color: rgb(67 56 202 / 0.7);
}

.active\:text-indigo-700\/75:active {
  color: rgb(67 56 202 / 0.75);
}

.active\:text-indigo-700\/80:active {
  color: rgb(67 56 202 / 0.8);
}

.active\:text-indigo-700\/85:active {
  color: rgb(67 56 202 / 0.85);
}

.active\:text-indigo-700\/90:active {
  color: rgb(67 56 202 / 0.9);
}

.active\:text-indigo-700\/95:active {
  color: rgb(67 56 202 / 0.95);
}

.active\:text-indigo-800:active {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-800\/0:active {
  color: rgb(55 48 163 / 0);
}

.active\:text-indigo-800\/10:active {
  color: rgb(55 48 163 / 0.1);
}

.active\:text-indigo-800\/100:active {
  color: rgb(55 48 163 / 1);
}

.active\:text-indigo-800\/15:active {
  color: rgb(55 48 163 / 0.15);
}

.active\:text-indigo-800\/20:active {
  color: rgb(55 48 163 / 0.2);
}

.active\:text-indigo-800\/25:active {
  color: rgb(55 48 163 / 0.25);
}

.active\:text-indigo-800\/30:active {
  color: rgb(55 48 163 / 0.3);
}

.active\:text-indigo-800\/35:active {
  color: rgb(55 48 163 / 0.35);
}

.active\:text-indigo-800\/40:active {
  color: rgb(55 48 163 / 0.4);
}

.active\:text-indigo-800\/45:active {
  color: rgb(55 48 163 / 0.45);
}

.active\:text-indigo-800\/5:active {
  color: rgb(55 48 163 / 0.05);
}

.active\:text-indigo-800\/50:active {
  color: rgb(55 48 163 / 0.5);
}

.active\:text-indigo-800\/55:active {
  color: rgb(55 48 163 / 0.55);
}

.active\:text-indigo-800\/60:active {
  color: rgb(55 48 163 / 0.6);
}

.active\:text-indigo-800\/65:active {
  color: rgb(55 48 163 / 0.65);
}

.active\:text-indigo-800\/70:active {
  color: rgb(55 48 163 / 0.7);
}

.active\:text-indigo-800\/75:active {
  color: rgb(55 48 163 / 0.75);
}

.active\:text-indigo-800\/80:active {
  color: rgb(55 48 163 / 0.8);
}

.active\:text-indigo-800\/85:active {
  color: rgb(55 48 163 / 0.85);
}

.active\:text-indigo-800\/90:active {
  color: rgb(55 48 163 / 0.9);
}

.active\:text-indigo-800\/95:active {
  color: rgb(55 48 163 / 0.95);
}

.active\:text-indigo-900:active {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-900\/0:active {
  color: rgb(49 46 129 / 0);
}

.active\:text-indigo-900\/10:active {
  color: rgb(49 46 129 / 0.1);
}

.active\:text-indigo-900\/100:active {
  color: rgb(49 46 129 / 1);
}

.active\:text-indigo-900\/15:active {
  color: rgb(49 46 129 / 0.15);
}

.active\:text-indigo-900\/20:active {
  color: rgb(49 46 129 / 0.2);
}

.active\:text-indigo-900\/25:active {
  color: rgb(49 46 129 / 0.25);
}

.active\:text-indigo-900\/30:active {
  color: rgb(49 46 129 / 0.3);
}

.active\:text-indigo-900\/35:active {
  color: rgb(49 46 129 / 0.35);
}

.active\:text-indigo-900\/40:active {
  color: rgb(49 46 129 / 0.4);
}

.active\:text-indigo-900\/45:active {
  color: rgb(49 46 129 / 0.45);
}

.active\:text-indigo-900\/5:active {
  color: rgb(49 46 129 / 0.05);
}

.active\:text-indigo-900\/50:active {
  color: rgb(49 46 129 / 0.5);
}

.active\:text-indigo-900\/55:active {
  color: rgb(49 46 129 / 0.55);
}

.active\:text-indigo-900\/60:active {
  color: rgb(49 46 129 / 0.6);
}

.active\:text-indigo-900\/65:active {
  color: rgb(49 46 129 / 0.65);
}

.active\:text-indigo-900\/70:active {
  color: rgb(49 46 129 / 0.7);
}

.active\:text-indigo-900\/75:active {
  color: rgb(49 46 129 / 0.75);
}

.active\:text-indigo-900\/80:active {
  color: rgb(49 46 129 / 0.8);
}

.active\:text-indigo-900\/85:active {
  color: rgb(49 46 129 / 0.85);
}

.active\:text-indigo-900\/90:active {
  color: rgb(49 46 129 / 0.9);
}

.active\:text-indigo-900\/95:active {
  color: rgb(49 46 129 / 0.95);
}

.active\:text-indigo-950:active {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-950\/0:active {
  color: rgb(30 27 75 / 0);
}

.active\:text-indigo-950\/10:active {
  color: rgb(30 27 75 / 0.1);
}

.active\:text-indigo-950\/100:active {
  color: rgb(30 27 75 / 1);
}

.active\:text-indigo-950\/15:active {
  color: rgb(30 27 75 / 0.15);
}

.active\:text-indigo-950\/20:active {
  color: rgb(30 27 75 / 0.2);
}

.active\:text-indigo-950\/25:active {
  color: rgb(30 27 75 / 0.25);
}

.active\:text-indigo-950\/30:active {
  color: rgb(30 27 75 / 0.3);
}

.active\:text-indigo-950\/35:active {
  color: rgb(30 27 75 / 0.35);
}

.active\:text-indigo-950\/40:active {
  color: rgb(30 27 75 / 0.4);
}

.active\:text-indigo-950\/45:active {
  color: rgb(30 27 75 / 0.45);
}

.active\:text-indigo-950\/5:active {
  color: rgb(30 27 75 / 0.05);
}

.active\:text-indigo-950\/50:active {
  color: rgb(30 27 75 / 0.5);
}

.active\:text-indigo-950\/55:active {
  color: rgb(30 27 75 / 0.55);
}

.active\:text-indigo-950\/60:active {
  color: rgb(30 27 75 / 0.6);
}

.active\:text-indigo-950\/65:active {
  color: rgb(30 27 75 / 0.65);
}

.active\:text-indigo-950\/70:active {
  color: rgb(30 27 75 / 0.7);
}

.active\:text-indigo-950\/75:active {
  color: rgb(30 27 75 / 0.75);
}

.active\:text-indigo-950\/80:active {
  color: rgb(30 27 75 / 0.8);
}

.active\:text-indigo-950\/85:active {
  color: rgb(30 27 75 / 0.85);
}

.active\:text-indigo-950\/90:active {
  color: rgb(30 27 75 / 0.9);
}

.active\:text-indigo-950\/95:active {
  color: rgb(30 27 75 / 0.95);
}

.active\:text-pink-100:active {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}

.active\:text-pink-100\/0:active {
  color: rgb(252 231 243 / 0);
}

.active\:text-pink-100\/10:active {
  color: rgb(252 231 243 / 0.1);
}

.active\:text-pink-100\/100:active {
  color: rgb(252 231 243 / 1);
}

.active\:text-pink-100\/15:active {
  color: rgb(252 231 243 / 0.15);
}

.active\:text-pink-100\/20:active {
  color: rgb(252 231 243 / 0.2);
}

.active\:text-pink-100\/25:active {
  color: rgb(252 231 243 / 0.25);
}

.active\:text-pink-100\/30:active {
  color: rgb(252 231 243 / 0.3);
}

.active\:text-pink-100\/35:active {
  color: rgb(252 231 243 / 0.35);
}

.active\:text-pink-100\/40:active {
  color: rgb(252 231 243 / 0.4);
}

.active\:text-pink-100\/45:active {
  color: rgb(252 231 243 / 0.45);
}

.active\:text-pink-100\/5:active {
  color: rgb(252 231 243 / 0.05);
}

.active\:text-pink-100\/50:active {
  color: rgb(252 231 243 / 0.5);
}

.active\:text-pink-100\/55:active {
  color: rgb(252 231 243 / 0.55);
}

.active\:text-pink-100\/60:active {
  color: rgb(252 231 243 / 0.6);
}

.active\:text-pink-100\/65:active {
  color: rgb(252 231 243 / 0.65);
}

.active\:text-pink-100\/70:active {
  color: rgb(252 231 243 / 0.7);
}

.active\:text-pink-100\/75:active {
  color: rgb(252 231 243 / 0.75);
}

.active\:text-pink-100\/80:active {
  color: rgb(252 231 243 / 0.8);
}

.active\:text-pink-100\/85:active {
  color: rgb(252 231 243 / 0.85);
}

.active\:text-pink-100\/90:active {
  color: rgb(252 231 243 / 0.9);
}

.active\:text-pink-100\/95:active {
  color: rgb(252 231 243 / 0.95);
}

.active\:text-pink-200:active {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}

.active\:text-pink-200\/0:active {
  color: rgb(251 207 232 / 0);
}

.active\:text-pink-200\/10:active {
  color: rgb(251 207 232 / 0.1);
}

.active\:text-pink-200\/100:active {
  color: rgb(251 207 232 / 1);
}

.active\:text-pink-200\/15:active {
  color: rgb(251 207 232 / 0.15);
}

.active\:text-pink-200\/20:active {
  color: rgb(251 207 232 / 0.2);
}

.active\:text-pink-200\/25:active {
  color: rgb(251 207 232 / 0.25);
}

.active\:text-pink-200\/30:active {
  color: rgb(251 207 232 / 0.3);
}

.active\:text-pink-200\/35:active {
  color: rgb(251 207 232 / 0.35);
}

.active\:text-pink-200\/40:active {
  color: rgb(251 207 232 / 0.4);
}

.active\:text-pink-200\/45:active {
  color: rgb(251 207 232 / 0.45);
}

.active\:text-pink-200\/5:active {
  color: rgb(251 207 232 / 0.05);
}

.active\:text-pink-200\/50:active {
  color: rgb(251 207 232 / 0.5);
}

.active\:text-pink-200\/55:active {
  color: rgb(251 207 232 / 0.55);
}

.active\:text-pink-200\/60:active {
  color: rgb(251 207 232 / 0.6);
}

.active\:text-pink-200\/65:active {
  color: rgb(251 207 232 / 0.65);
}

.active\:text-pink-200\/70:active {
  color: rgb(251 207 232 / 0.7);
}

.active\:text-pink-200\/75:active {
  color: rgb(251 207 232 / 0.75);
}

.active\:text-pink-200\/80:active {
  color: rgb(251 207 232 / 0.8);
}

.active\:text-pink-200\/85:active {
  color: rgb(251 207 232 / 0.85);
}

.active\:text-pink-200\/90:active {
  color: rgb(251 207 232 / 0.9);
}

.active\:text-pink-200\/95:active {
  color: rgb(251 207 232 / 0.95);
}

.active\:text-pink-300:active {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}

.active\:text-pink-300\/0:active {
  color: rgb(249 168 212 / 0);
}

.active\:text-pink-300\/10:active {
  color: rgb(249 168 212 / 0.1);
}

.active\:text-pink-300\/100:active {
  color: rgb(249 168 212 / 1);
}

.active\:text-pink-300\/15:active {
  color: rgb(249 168 212 / 0.15);
}

.active\:text-pink-300\/20:active {
  color: rgb(249 168 212 / 0.2);
}

.active\:text-pink-300\/25:active {
  color: rgb(249 168 212 / 0.25);
}

.active\:text-pink-300\/30:active {
  color: rgb(249 168 212 / 0.3);
}

.active\:text-pink-300\/35:active {
  color: rgb(249 168 212 / 0.35);
}

.active\:text-pink-300\/40:active {
  color: rgb(249 168 212 / 0.4);
}

.active\:text-pink-300\/45:active {
  color: rgb(249 168 212 / 0.45);
}

.active\:text-pink-300\/5:active {
  color: rgb(249 168 212 / 0.05);
}

.active\:text-pink-300\/50:active {
  color: rgb(249 168 212 / 0.5);
}

.active\:text-pink-300\/55:active {
  color: rgb(249 168 212 / 0.55);
}

.active\:text-pink-300\/60:active {
  color: rgb(249 168 212 / 0.6);
}

.active\:text-pink-300\/65:active {
  color: rgb(249 168 212 / 0.65);
}

.active\:text-pink-300\/70:active {
  color: rgb(249 168 212 / 0.7);
}

.active\:text-pink-300\/75:active {
  color: rgb(249 168 212 / 0.75);
}

.active\:text-pink-300\/80:active {
  color: rgb(249 168 212 / 0.8);
}

.active\:text-pink-300\/85:active {
  color: rgb(249 168 212 / 0.85);
}

.active\:text-pink-300\/90:active {
  color: rgb(249 168 212 / 0.9);
}

.active\:text-pink-300\/95:active {
  color: rgb(249 168 212 / 0.95);
}

.active\:text-pink-400:active {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.active\:text-pink-400\/0:active {
  color: rgb(244 114 182 / 0);
}

.active\:text-pink-400\/10:active {
  color: rgb(244 114 182 / 0.1);
}

.active\:text-pink-400\/100:active {
  color: rgb(244 114 182 / 1);
}

.active\:text-pink-400\/15:active {
  color: rgb(244 114 182 / 0.15);
}

.active\:text-pink-400\/20:active {
  color: rgb(244 114 182 / 0.2);
}

.active\:text-pink-400\/25:active {
  color: rgb(244 114 182 / 0.25);
}

.active\:text-pink-400\/30:active {
  color: rgb(244 114 182 / 0.3);
}

.active\:text-pink-400\/35:active {
  color: rgb(244 114 182 / 0.35);
}

.active\:text-pink-400\/40:active {
  color: rgb(244 114 182 / 0.4);
}

.active\:text-pink-400\/45:active {
  color: rgb(244 114 182 / 0.45);
}

.active\:text-pink-400\/5:active {
  color: rgb(244 114 182 / 0.05);
}

.active\:text-pink-400\/50:active {
  color: rgb(244 114 182 / 0.5);
}

.active\:text-pink-400\/55:active {
  color: rgb(244 114 182 / 0.55);
}

.active\:text-pink-400\/60:active {
  color: rgb(244 114 182 / 0.6);
}

.active\:text-pink-400\/65:active {
  color: rgb(244 114 182 / 0.65);
}

.active\:text-pink-400\/70:active {
  color: rgb(244 114 182 / 0.7);
}

.active\:text-pink-400\/75:active {
  color: rgb(244 114 182 / 0.75);
}

.active\:text-pink-400\/80:active {
  color: rgb(244 114 182 / 0.8);
}

.active\:text-pink-400\/85:active {
  color: rgb(244 114 182 / 0.85);
}

.active\:text-pink-400\/90:active {
  color: rgb(244 114 182 / 0.9);
}

.active\:text-pink-400\/95:active {
  color: rgb(244 114 182 / 0.95);
}

.active\:text-pink-50:active {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}

.active\:text-pink-50\/0:active {
  color: rgb(253 242 248 / 0);
}

.active\:text-pink-50\/10:active {
  color: rgb(253 242 248 / 0.1);
}

.active\:text-pink-50\/100:active {
  color: rgb(253 242 248 / 1);
}

.active\:text-pink-50\/15:active {
  color: rgb(253 242 248 / 0.15);
}

.active\:text-pink-50\/20:active {
  color: rgb(253 242 248 / 0.2);
}

.active\:text-pink-50\/25:active {
  color: rgb(253 242 248 / 0.25);
}

.active\:text-pink-50\/30:active {
  color: rgb(253 242 248 / 0.3);
}

.active\:text-pink-50\/35:active {
  color: rgb(253 242 248 / 0.35);
}

.active\:text-pink-50\/40:active {
  color: rgb(253 242 248 / 0.4);
}

.active\:text-pink-50\/45:active {
  color: rgb(253 242 248 / 0.45);
}

.active\:text-pink-50\/5:active {
  color: rgb(253 242 248 / 0.05);
}

.active\:text-pink-50\/50:active {
  color: rgb(253 242 248 / 0.5);
}

.active\:text-pink-50\/55:active {
  color: rgb(253 242 248 / 0.55);
}

.active\:text-pink-50\/60:active {
  color: rgb(253 242 248 / 0.6);
}

.active\:text-pink-50\/65:active {
  color: rgb(253 242 248 / 0.65);
}

.active\:text-pink-50\/70:active {
  color: rgb(253 242 248 / 0.7);
}

.active\:text-pink-50\/75:active {
  color: rgb(253 242 248 / 0.75);
}

.active\:text-pink-50\/80:active {
  color: rgb(253 242 248 / 0.8);
}

.active\:text-pink-50\/85:active {
  color: rgb(253 242 248 / 0.85);
}

.active\:text-pink-50\/90:active {
  color: rgb(253 242 248 / 0.9);
}

.active\:text-pink-50\/95:active {
  color: rgb(253 242 248 / 0.95);
}

.active\:text-pink-500:active {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.active\:text-pink-500\/0:active {
  color: rgb(236 72 153 / 0);
}

.active\:text-pink-500\/10:active {
  color: rgb(236 72 153 / 0.1);
}

.active\:text-pink-500\/100:active {
  color: rgb(236 72 153 / 1);
}

.active\:text-pink-500\/15:active {
  color: rgb(236 72 153 / 0.15);
}

.active\:text-pink-500\/20:active {
  color: rgb(236 72 153 / 0.2);
}

.active\:text-pink-500\/25:active {
  color: rgb(236 72 153 / 0.25);
}

.active\:text-pink-500\/30:active {
  color: rgb(236 72 153 / 0.3);
}

.active\:text-pink-500\/35:active {
  color: rgb(236 72 153 / 0.35);
}

.active\:text-pink-500\/40:active {
  color: rgb(236 72 153 / 0.4);
}

.active\:text-pink-500\/45:active {
  color: rgb(236 72 153 / 0.45);
}

.active\:text-pink-500\/5:active {
  color: rgb(236 72 153 / 0.05);
}

.active\:text-pink-500\/50:active {
  color: rgb(236 72 153 / 0.5);
}

.active\:text-pink-500\/55:active {
  color: rgb(236 72 153 / 0.55);
}

.active\:text-pink-500\/60:active {
  color: rgb(236 72 153 / 0.6);
}

.active\:text-pink-500\/65:active {
  color: rgb(236 72 153 / 0.65);
}

.active\:text-pink-500\/70:active {
  color: rgb(236 72 153 / 0.7);
}

.active\:text-pink-500\/75:active {
  color: rgb(236 72 153 / 0.75);
}

.active\:text-pink-500\/80:active {
  color: rgb(236 72 153 / 0.8);
}

.active\:text-pink-500\/85:active {
  color: rgb(236 72 153 / 0.85);
}

.active\:text-pink-500\/90:active {
  color: rgb(236 72 153 / 0.9);
}

.active\:text-pink-500\/95:active {
  color: rgb(236 72 153 / 0.95);
}

.active\:text-pink-600:active {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.active\:text-pink-600\/0:active {
  color: rgb(219 39 119 / 0);
}

.active\:text-pink-600\/10:active {
  color: rgb(219 39 119 / 0.1);
}

.active\:text-pink-600\/100:active {
  color: rgb(219 39 119 / 1);
}

.active\:text-pink-600\/15:active {
  color: rgb(219 39 119 / 0.15);
}

.active\:text-pink-600\/20:active {
  color: rgb(219 39 119 / 0.2);
}

.active\:text-pink-600\/25:active {
  color: rgb(219 39 119 / 0.25);
}

.active\:text-pink-600\/30:active {
  color: rgb(219 39 119 / 0.3);
}

.active\:text-pink-600\/35:active {
  color: rgb(219 39 119 / 0.35);
}

.active\:text-pink-600\/40:active {
  color: rgb(219 39 119 / 0.4);
}

.active\:text-pink-600\/45:active {
  color: rgb(219 39 119 / 0.45);
}

.active\:text-pink-600\/5:active {
  color: rgb(219 39 119 / 0.05);
}

.active\:text-pink-600\/50:active {
  color: rgb(219 39 119 / 0.5);
}

.active\:text-pink-600\/55:active {
  color: rgb(219 39 119 / 0.55);
}

.active\:text-pink-600\/60:active {
  color: rgb(219 39 119 / 0.6);
}

.active\:text-pink-600\/65:active {
  color: rgb(219 39 119 / 0.65);
}

.active\:text-pink-600\/70:active {
  color: rgb(219 39 119 / 0.7);
}

.active\:text-pink-600\/75:active {
  color: rgb(219 39 119 / 0.75);
}

.active\:text-pink-600\/80:active {
  color: rgb(219 39 119 / 0.8);
}

.active\:text-pink-600\/85:active {
  color: rgb(219 39 119 / 0.85);
}

.active\:text-pink-600\/90:active {
  color: rgb(219 39 119 / 0.9);
}

.active\:text-pink-600\/95:active {
  color: rgb(219 39 119 / 0.95);
}

.active\:text-pink-700:active {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.active\:text-pink-700\/0:active {
  color: rgb(190 24 93 / 0);
}

.active\:text-pink-700\/10:active {
  color: rgb(190 24 93 / 0.1);
}

.active\:text-pink-700\/100:active {
  color: rgb(190 24 93 / 1);
}

.active\:text-pink-700\/15:active {
  color: rgb(190 24 93 / 0.15);
}

.active\:text-pink-700\/20:active {
  color: rgb(190 24 93 / 0.2);
}

.active\:text-pink-700\/25:active {
  color: rgb(190 24 93 / 0.25);
}

.active\:text-pink-700\/30:active {
  color: rgb(190 24 93 / 0.3);
}

.active\:text-pink-700\/35:active {
  color: rgb(190 24 93 / 0.35);
}

.active\:text-pink-700\/40:active {
  color: rgb(190 24 93 / 0.4);
}

.active\:text-pink-700\/45:active {
  color: rgb(190 24 93 / 0.45);
}

.active\:text-pink-700\/5:active {
  color: rgb(190 24 93 / 0.05);
}

.active\:text-pink-700\/50:active {
  color: rgb(190 24 93 / 0.5);
}

.active\:text-pink-700\/55:active {
  color: rgb(190 24 93 / 0.55);
}

.active\:text-pink-700\/60:active {
  color: rgb(190 24 93 / 0.6);
}

.active\:text-pink-700\/65:active {
  color: rgb(190 24 93 / 0.65);
}

.active\:text-pink-700\/70:active {
  color: rgb(190 24 93 / 0.7);
}

.active\:text-pink-700\/75:active {
  color: rgb(190 24 93 / 0.75);
}

.active\:text-pink-700\/80:active {
  color: rgb(190 24 93 / 0.8);
}

.active\:text-pink-700\/85:active {
  color: rgb(190 24 93 / 0.85);
}

.active\:text-pink-700\/90:active {
  color: rgb(190 24 93 / 0.9);
}

.active\:text-pink-700\/95:active {
  color: rgb(190 24 93 / 0.95);
}

.active\:text-pink-800:active {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

.active\:text-pink-800\/0:active {
  color: rgb(157 23 77 / 0);
}

.active\:text-pink-800\/10:active {
  color: rgb(157 23 77 / 0.1);
}

.active\:text-pink-800\/100:active {
  color: rgb(157 23 77 / 1);
}

.active\:text-pink-800\/15:active {
  color: rgb(157 23 77 / 0.15);
}

.active\:text-pink-800\/20:active {
  color: rgb(157 23 77 / 0.2);
}

.active\:text-pink-800\/25:active {
  color: rgb(157 23 77 / 0.25);
}

.active\:text-pink-800\/30:active {
  color: rgb(157 23 77 / 0.3);
}

.active\:text-pink-800\/35:active {
  color: rgb(157 23 77 / 0.35);
}

.active\:text-pink-800\/40:active {
  color: rgb(157 23 77 / 0.4);
}

.active\:text-pink-800\/45:active {
  color: rgb(157 23 77 / 0.45);
}

.active\:text-pink-800\/5:active {
  color: rgb(157 23 77 / 0.05);
}

.active\:text-pink-800\/50:active {
  color: rgb(157 23 77 / 0.5);
}

.active\:text-pink-800\/55:active {
  color: rgb(157 23 77 / 0.55);
}

.active\:text-pink-800\/60:active {
  color: rgb(157 23 77 / 0.6);
}

.active\:text-pink-800\/65:active {
  color: rgb(157 23 77 / 0.65);
}

.active\:text-pink-800\/70:active {
  color: rgb(157 23 77 / 0.7);
}

.active\:text-pink-800\/75:active {
  color: rgb(157 23 77 / 0.75);
}

.active\:text-pink-800\/80:active {
  color: rgb(157 23 77 / 0.8);
}

.active\:text-pink-800\/85:active {
  color: rgb(157 23 77 / 0.85);
}

.active\:text-pink-800\/90:active {
  color: rgb(157 23 77 / 0.9);
}

.active\:text-pink-800\/95:active {
  color: rgb(157 23 77 / 0.95);
}

.active\:text-pink-900:active {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}

.active\:text-pink-900\/0:active {
  color: rgb(131 24 67 / 0);
}

.active\:text-pink-900\/10:active {
  color: rgb(131 24 67 / 0.1);
}

.active\:text-pink-900\/100:active {
  color: rgb(131 24 67 / 1);
}

.active\:text-pink-900\/15:active {
  color: rgb(131 24 67 / 0.15);
}

.active\:text-pink-900\/20:active {
  color: rgb(131 24 67 / 0.2);
}

.active\:text-pink-900\/25:active {
  color: rgb(131 24 67 / 0.25);
}

.active\:text-pink-900\/30:active {
  color: rgb(131 24 67 / 0.3);
}

.active\:text-pink-900\/35:active {
  color: rgb(131 24 67 / 0.35);
}

.active\:text-pink-900\/40:active {
  color: rgb(131 24 67 / 0.4);
}

.active\:text-pink-900\/45:active {
  color: rgb(131 24 67 / 0.45);
}

.active\:text-pink-900\/5:active {
  color: rgb(131 24 67 / 0.05);
}

.active\:text-pink-900\/50:active {
  color: rgb(131 24 67 / 0.5);
}

.active\:text-pink-900\/55:active {
  color: rgb(131 24 67 / 0.55);
}

.active\:text-pink-900\/60:active {
  color: rgb(131 24 67 / 0.6);
}

.active\:text-pink-900\/65:active {
  color: rgb(131 24 67 / 0.65);
}

.active\:text-pink-900\/70:active {
  color: rgb(131 24 67 / 0.7);
}

.active\:text-pink-900\/75:active {
  color: rgb(131 24 67 / 0.75);
}

.active\:text-pink-900\/80:active {
  color: rgb(131 24 67 / 0.8);
}

.active\:text-pink-900\/85:active {
  color: rgb(131 24 67 / 0.85);
}

.active\:text-pink-900\/90:active {
  color: rgb(131 24 67 / 0.9);
}

.active\:text-pink-900\/95:active {
  color: rgb(131 24 67 / 0.95);
}

.active\:text-pink-950:active {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity, 1));
}

.active\:text-pink-950\/0:active {
  color: rgb(80 7 36 / 0);
}

.active\:text-pink-950\/10:active {
  color: rgb(80 7 36 / 0.1);
}

.active\:text-pink-950\/100:active {
  color: rgb(80 7 36 / 1);
}

.active\:text-pink-950\/15:active {
  color: rgb(80 7 36 / 0.15);
}

.active\:text-pink-950\/20:active {
  color: rgb(80 7 36 / 0.2);
}

.active\:text-pink-950\/25:active {
  color: rgb(80 7 36 / 0.25);
}

.active\:text-pink-950\/30:active {
  color: rgb(80 7 36 / 0.3);
}

.active\:text-pink-950\/35:active {
  color: rgb(80 7 36 / 0.35);
}

.active\:text-pink-950\/40:active {
  color: rgb(80 7 36 / 0.4);
}

.active\:text-pink-950\/45:active {
  color: rgb(80 7 36 / 0.45);
}

.active\:text-pink-950\/5:active {
  color: rgb(80 7 36 / 0.05);
}

.active\:text-pink-950\/50:active {
  color: rgb(80 7 36 / 0.5);
}

.active\:text-pink-950\/55:active {
  color: rgb(80 7 36 / 0.55);
}

.active\:text-pink-950\/60:active {
  color: rgb(80 7 36 / 0.6);
}

.active\:text-pink-950\/65:active {
  color: rgb(80 7 36 / 0.65);
}

.active\:text-pink-950\/70:active {
  color: rgb(80 7 36 / 0.7);
}

.active\:text-pink-950\/75:active {
  color: rgb(80 7 36 / 0.75);
}

.active\:text-pink-950\/80:active {
  color: rgb(80 7 36 / 0.8);
}

.active\:text-pink-950\/85:active {
  color: rgb(80 7 36 / 0.85);
}

.active\:text-pink-950\/90:active {
  color: rgb(80 7 36 / 0.9);
}

.active\:text-pink-950\/95:active {
  color: rgb(80 7 36 / 0.95);
}

.active\:text-purple-100:active {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}

.active\:text-purple-100\/0:active {
  color: rgb(243 232 255 / 0);
}

.active\:text-purple-100\/10:active {
  color: rgb(243 232 255 / 0.1);
}

.active\:text-purple-100\/100:active {
  color: rgb(243 232 255 / 1);
}

.active\:text-purple-100\/15:active {
  color: rgb(243 232 255 / 0.15);
}

.active\:text-purple-100\/20:active {
  color: rgb(243 232 255 / 0.2);
}

.active\:text-purple-100\/25:active {
  color: rgb(243 232 255 / 0.25);
}

.active\:text-purple-100\/30:active {
  color: rgb(243 232 255 / 0.3);
}

.active\:text-purple-100\/35:active {
  color: rgb(243 232 255 / 0.35);
}

.active\:text-purple-100\/40:active {
  color: rgb(243 232 255 / 0.4);
}

.active\:text-purple-100\/45:active {
  color: rgb(243 232 255 / 0.45);
}

.active\:text-purple-100\/5:active {
  color: rgb(243 232 255 / 0.05);
}

.active\:text-purple-100\/50:active {
  color: rgb(243 232 255 / 0.5);
}

.active\:text-purple-100\/55:active {
  color: rgb(243 232 255 / 0.55);
}

.active\:text-purple-100\/60:active {
  color: rgb(243 232 255 / 0.6);
}

.active\:text-purple-100\/65:active {
  color: rgb(243 232 255 / 0.65);
}

.active\:text-purple-100\/70:active {
  color: rgb(243 232 255 / 0.7);
}

.active\:text-purple-100\/75:active {
  color: rgb(243 232 255 / 0.75);
}

.active\:text-purple-100\/80:active {
  color: rgb(243 232 255 / 0.8);
}

.active\:text-purple-100\/85:active {
  color: rgb(243 232 255 / 0.85);
}

.active\:text-purple-100\/90:active {
  color: rgb(243 232 255 / 0.9);
}

.active\:text-purple-100\/95:active {
  color: rgb(243 232 255 / 0.95);
}

.active\:text-purple-200:active {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}

.active\:text-purple-200\/0:active {
  color: rgb(233 213 255 / 0);
}

.active\:text-purple-200\/10:active {
  color: rgb(233 213 255 / 0.1);
}

.active\:text-purple-200\/100:active {
  color: rgb(233 213 255 / 1);
}

.active\:text-purple-200\/15:active {
  color: rgb(233 213 255 / 0.15);
}

.active\:text-purple-200\/20:active {
  color: rgb(233 213 255 / 0.2);
}

.active\:text-purple-200\/25:active {
  color: rgb(233 213 255 / 0.25);
}

.active\:text-purple-200\/30:active {
  color: rgb(233 213 255 / 0.3);
}

.active\:text-purple-200\/35:active {
  color: rgb(233 213 255 / 0.35);
}

.active\:text-purple-200\/40:active {
  color: rgb(233 213 255 / 0.4);
}

.active\:text-purple-200\/45:active {
  color: rgb(233 213 255 / 0.45);
}

.active\:text-purple-200\/5:active {
  color: rgb(233 213 255 / 0.05);
}

.active\:text-purple-200\/50:active {
  color: rgb(233 213 255 / 0.5);
}

.active\:text-purple-200\/55:active {
  color: rgb(233 213 255 / 0.55);
}

.active\:text-purple-200\/60:active {
  color: rgb(233 213 255 / 0.6);
}

.active\:text-purple-200\/65:active {
  color: rgb(233 213 255 / 0.65);
}

.active\:text-purple-200\/70:active {
  color: rgb(233 213 255 / 0.7);
}

.active\:text-purple-200\/75:active {
  color: rgb(233 213 255 / 0.75);
}

.active\:text-purple-200\/80:active {
  color: rgb(233 213 255 / 0.8);
}

.active\:text-purple-200\/85:active {
  color: rgb(233 213 255 / 0.85);
}

.active\:text-purple-200\/90:active {
  color: rgb(233 213 255 / 0.9);
}

.active\:text-purple-200\/95:active {
  color: rgb(233 213 255 / 0.95);
}

.active\:text-purple-300:active {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.active\:text-purple-300\/0:active {
  color: rgb(216 180 254 / 0);
}

.active\:text-purple-300\/10:active {
  color: rgb(216 180 254 / 0.1);
}

.active\:text-purple-300\/100:active {
  color: rgb(216 180 254 / 1);
}

.active\:text-purple-300\/15:active {
  color: rgb(216 180 254 / 0.15);
}

.active\:text-purple-300\/20:active {
  color: rgb(216 180 254 / 0.2);
}

.active\:text-purple-300\/25:active {
  color: rgb(216 180 254 / 0.25);
}

.active\:text-purple-300\/30:active {
  color: rgb(216 180 254 / 0.3);
}

.active\:text-purple-300\/35:active {
  color: rgb(216 180 254 / 0.35);
}

.active\:text-purple-300\/40:active {
  color: rgb(216 180 254 / 0.4);
}

.active\:text-purple-300\/45:active {
  color: rgb(216 180 254 / 0.45);
}

.active\:text-purple-300\/5:active {
  color: rgb(216 180 254 / 0.05);
}

.active\:text-purple-300\/50:active {
  color: rgb(216 180 254 / 0.5);
}

.active\:text-purple-300\/55:active {
  color: rgb(216 180 254 / 0.55);
}

.active\:text-purple-300\/60:active {
  color: rgb(216 180 254 / 0.6);
}

.active\:text-purple-300\/65:active {
  color: rgb(216 180 254 / 0.65);
}

.active\:text-purple-300\/70:active {
  color: rgb(216 180 254 / 0.7);
}

.active\:text-purple-300\/75:active {
  color: rgb(216 180 254 / 0.75);
}

.active\:text-purple-300\/80:active {
  color: rgb(216 180 254 / 0.8);
}

.active\:text-purple-300\/85:active {
  color: rgb(216 180 254 / 0.85);
}

.active\:text-purple-300\/90:active {
  color: rgb(216 180 254 / 0.9);
}

.active\:text-purple-300\/95:active {
  color: rgb(216 180 254 / 0.95);
}

.active\:text-purple-400:active {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.active\:text-purple-400\/0:active {
  color: rgb(192 132 252 / 0);
}

.active\:text-purple-400\/10:active {
  color: rgb(192 132 252 / 0.1);
}

.active\:text-purple-400\/100:active {
  color: rgb(192 132 252 / 1);
}

.active\:text-purple-400\/15:active {
  color: rgb(192 132 252 / 0.15);
}

.active\:text-purple-400\/20:active {
  color: rgb(192 132 252 / 0.2);
}

.active\:text-purple-400\/25:active {
  color: rgb(192 132 252 / 0.25);
}

.active\:text-purple-400\/30:active {
  color: rgb(192 132 252 / 0.3);
}

.active\:text-purple-400\/35:active {
  color: rgb(192 132 252 / 0.35);
}

.active\:text-purple-400\/40:active {
  color: rgb(192 132 252 / 0.4);
}

.active\:text-purple-400\/45:active {
  color: rgb(192 132 252 / 0.45);
}

.active\:text-purple-400\/5:active {
  color: rgb(192 132 252 / 0.05);
}

.active\:text-purple-400\/50:active {
  color: rgb(192 132 252 / 0.5);
}

.active\:text-purple-400\/55:active {
  color: rgb(192 132 252 / 0.55);
}

.active\:text-purple-400\/60:active {
  color: rgb(192 132 252 / 0.6);
}

.active\:text-purple-400\/65:active {
  color: rgb(192 132 252 / 0.65);
}

.active\:text-purple-400\/70:active {
  color: rgb(192 132 252 / 0.7);
}

.active\:text-purple-400\/75:active {
  color: rgb(192 132 252 / 0.75);
}

.active\:text-purple-400\/80:active {
  color: rgb(192 132 252 / 0.8);
}

.active\:text-purple-400\/85:active {
  color: rgb(192 132 252 / 0.85);
}

.active\:text-purple-400\/90:active {
  color: rgb(192 132 252 / 0.9);
}

.active\:text-purple-400\/95:active {
  color: rgb(192 132 252 / 0.95);
}

.active\:text-purple-50:active {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity, 1));
}

.active\:text-purple-50\/0:active {
  color: rgb(250 245 255 / 0);
}

.active\:text-purple-50\/10:active {
  color: rgb(250 245 255 / 0.1);
}

.active\:text-purple-50\/100:active {
  color: rgb(250 245 255 / 1);
}

.active\:text-purple-50\/15:active {
  color: rgb(250 245 255 / 0.15);
}

.active\:text-purple-50\/20:active {
  color: rgb(250 245 255 / 0.2);
}

.active\:text-purple-50\/25:active {
  color: rgb(250 245 255 / 0.25);
}

.active\:text-purple-50\/30:active {
  color: rgb(250 245 255 / 0.3);
}

.active\:text-purple-50\/35:active {
  color: rgb(250 245 255 / 0.35);
}

.active\:text-purple-50\/40:active {
  color: rgb(250 245 255 / 0.4);
}

.active\:text-purple-50\/45:active {
  color: rgb(250 245 255 / 0.45);
}

.active\:text-purple-50\/5:active {
  color: rgb(250 245 255 / 0.05);
}

.active\:text-purple-50\/50:active {
  color: rgb(250 245 255 / 0.5);
}

.active\:text-purple-50\/55:active {
  color: rgb(250 245 255 / 0.55);
}

.active\:text-purple-50\/60:active {
  color: rgb(250 245 255 / 0.6);
}

.active\:text-purple-50\/65:active {
  color: rgb(250 245 255 / 0.65);
}

.active\:text-purple-50\/70:active {
  color: rgb(250 245 255 / 0.7);
}

.active\:text-purple-50\/75:active {
  color: rgb(250 245 255 / 0.75);
}

.active\:text-purple-50\/80:active {
  color: rgb(250 245 255 / 0.8);
}

.active\:text-purple-50\/85:active {
  color: rgb(250 245 255 / 0.85);
}

.active\:text-purple-50\/90:active {
  color: rgb(250 245 255 / 0.9);
}

.active\:text-purple-50\/95:active {
  color: rgb(250 245 255 / 0.95);
}

.active\:text-purple-500:active {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.active\:text-purple-500\/0:active {
  color: rgb(168 85 247 / 0);
}

.active\:text-purple-500\/10:active {
  color: rgb(168 85 247 / 0.1);
}

.active\:text-purple-500\/100:active {
  color: rgb(168 85 247 / 1);
}

.active\:text-purple-500\/15:active {
  color: rgb(168 85 247 / 0.15);
}

.active\:text-purple-500\/20:active {
  color: rgb(168 85 247 / 0.2);
}

.active\:text-purple-500\/25:active {
  color: rgb(168 85 247 / 0.25);
}

.active\:text-purple-500\/30:active {
  color: rgb(168 85 247 / 0.3);
}

.active\:text-purple-500\/35:active {
  color: rgb(168 85 247 / 0.35);
}

.active\:text-purple-500\/40:active {
  color: rgb(168 85 247 / 0.4);
}

.active\:text-purple-500\/45:active {
  color: rgb(168 85 247 / 0.45);
}

.active\:text-purple-500\/5:active {
  color: rgb(168 85 247 / 0.05);
}

.active\:text-purple-500\/50:active {
  color: rgb(168 85 247 / 0.5);
}

.active\:text-purple-500\/55:active {
  color: rgb(168 85 247 / 0.55);
}

.active\:text-purple-500\/60:active {
  color: rgb(168 85 247 / 0.6);
}

.active\:text-purple-500\/65:active {
  color: rgb(168 85 247 / 0.65);
}

.active\:text-purple-500\/70:active {
  color: rgb(168 85 247 / 0.7);
}

.active\:text-purple-500\/75:active {
  color: rgb(168 85 247 / 0.75);
}

.active\:text-purple-500\/80:active {
  color: rgb(168 85 247 / 0.8);
}

.active\:text-purple-500\/85:active {
  color: rgb(168 85 247 / 0.85);
}

.active\:text-purple-500\/90:active {
  color: rgb(168 85 247 / 0.9);
}

.active\:text-purple-500\/95:active {
  color: rgb(168 85 247 / 0.95);
}

.active\:text-purple-600:active {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.active\:text-purple-600\/0:active {
  color: rgb(147 51 234 / 0);
}

.active\:text-purple-600\/10:active {
  color: rgb(147 51 234 / 0.1);
}

.active\:text-purple-600\/100:active {
  color: rgb(147 51 234 / 1);
}

.active\:text-purple-600\/15:active {
  color: rgb(147 51 234 / 0.15);
}

.active\:text-purple-600\/20:active {
  color: rgb(147 51 234 / 0.2);
}

.active\:text-purple-600\/25:active {
  color: rgb(147 51 234 / 0.25);
}

.active\:text-purple-600\/30:active {
  color: rgb(147 51 234 / 0.3);
}

.active\:text-purple-600\/35:active {
  color: rgb(147 51 234 / 0.35);
}

.active\:text-purple-600\/40:active {
  color: rgb(147 51 234 / 0.4);
}

.active\:text-purple-600\/45:active {
  color: rgb(147 51 234 / 0.45);
}

.active\:text-purple-600\/5:active {
  color: rgb(147 51 234 / 0.05);
}

.active\:text-purple-600\/50:active {
  color: rgb(147 51 234 / 0.5);
}

.active\:text-purple-600\/55:active {
  color: rgb(147 51 234 / 0.55);
}

.active\:text-purple-600\/60:active {
  color: rgb(147 51 234 / 0.6);
}

.active\:text-purple-600\/65:active {
  color: rgb(147 51 234 / 0.65);
}

.active\:text-purple-600\/70:active {
  color: rgb(147 51 234 / 0.7);
}

.active\:text-purple-600\/75:active {
  color: rgb(147 51 234 / 0.75);
}

.active\:text-purple-600\/80:active {
  color: rgb(147 51 234 / 0.8);
}

.active\:text-purple-600\/85:active {
  color: rgb(147 51 234 / 0.85);
}

.active\:text-purple-600\/90:active {
  color: rgb(147 51 234 / 0.9);
}

.active\:text-purple-600\/95:active {
  color: rgb(147 51 234 / 0.95);
}

.active\:text-purple-700:active {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.active\:text-purple-700\/0:active {
  color: rgb(126 34 206 / 0);
}

.active\:text-purple-700\/10:active {
  color: rgb(126 34 206 / 0.1);
}

.active\:text-purple-700\/100:active {
  color: rgb(126 34 206 / 1);
}

.active\:text-purple-700\/15:active {
  color: rgb(126 34 206 / 0.15);
}

.active\:text-purple-700\/20:active {
  color: rgb(126 34 206 / 0.2);
}

.active\:text-purple-700\/25:active {
  color: rgb(126 34 206 / 0.25);
}

.active\:text-purple-700\/30:active {
  color: rgb(126 34 206 / 0.3);
}

.active\:text-purple-700\/35:active {
  color: rgb(126 34 206 / 0.35);
}

.active\:text-purple-700\/40:active {
  color: rgb(126 34 206 / 0.4);
}

.active\:text-purple-700\/45:active {
  color: rgb(126 34 206 / 0.45);
}

.active\:text-purple-700\/5:active {
  color: rgb(126 34 206 / 0.05);
}

.active\:text-purple-700\/50:active {
  color: rgb(126 34 206 / 0.5);
}

.active\:text-purple-700\/55:active {
  color: rgb(126 34 206 / 0.55);
}

.active\:text-purple-700\/60:active {
  color: rgb(126 34 206 / 0.6);
}

.active\:text-purple-700\/65:active {
  color: rgb(126 34 206 / 0.65);
}

.active\:text-purple-700\/70:active {
  color: rgb(126 34 206 / 0.7);
}

.active\:text-purple-700\/75:active {
  color: rgb(126 34 206 / 0.75);
}

.active\:text-purple-700\/80:active {
  color: rgb(126 34 206 / 0.8);
}

.active\:text-purple-700\/85:active {
  color: rgb(126 34 206 / 0.85);
}

.active\:text-purple-700\/90:active {
  color: rgb(126 34 206 / 0.9);
}

.active\:text-purple-700\/95:active {
  color: rgb(126 34 206 / 0.95);
}

.active\:text-purple-800:active {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.active\:text-purple-800\/0:active {
  color: rgb(107 33 168 / 0);
}

.active\:text-purple-800\/10:active {
  color: rgb(107 33 168 / 0.1);
}

.active\:text-purple-800\/100:active {
  color: rgb(107 33 168 / 1);
}

.active\:text-purple-800\/15:active {
  color: rgb(107 33 168 / 0.15);
}

.active\:text-purple-800\/20:active {
  color: rgb(107 33 168 / 0.2);
}

.active\:text-purple-800\/25:active {
  color: rgb(107 33 168 / 0.25);
}

.active\:text-purple-800\/30:active {
  color: rgb(107 33 168 / 0.3);
}

.active\:text-purple-800\/35:active {
  color: rgb(107 33 168 / 0.35);
}

.active\:text-purple-800\/40:active {
  color: rgb(107 33 168 / 0.4);
}

.active\:text-purple-800\/45:active {
  color: rgb(107 33 168 / 0.45);
}

.active\:text-purple-800\/5:active {
  color: rgb(107 33 168 / 0.05);
}

.active\:text-purple-800\/50:active {
  color: rgb(107 33 168 / 0.5);
}

.active\:text-purple-800\/55:active {
  color: rgb(107 33 168 / 0.55);
}

.active\:text-purple-800\/60:active {
  color: rgb(107 33 168 / 0.6);
}

.active\:text-purple-800\/65:active {
  color: rgb(107 33 168 / 0.65);
}

.active\:text-purple-800\/70:active {
  color: rgb(107 33 168 / 0.7);
}

.active\:text-purple-800\/75:active {
  color: rgb(107 33 168 / 0.75);
}

.active\:text-purple-800\/80:active {
  color: rgb(107 33 168 / 0.8);
}

.active\:text-purple-800\/85:active {
  color: rgb(107 33 168 / 0.85);
}

.active\:text-purple-800\/90:active {
  color: rgb(107 33 168 / 0.9);
}

.active\:text-purple-800\/95:active {
  color: rgb(107 33 168 / 0.95);
}

.active\:text-purple-900:active {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

.active\:text-purple-900\/0:active {
  color: rgb(88 28 135 / 0);
}

.active\:text-purple-900\/10:active {
  color: rgb(88 28 135 / 0.1);
}

.active\:text-purple-900\/100:active {
  color: rgb(88 28 135 / 1);
}

.active\:text-purple-900\/15:active {
  color: rgb(88 28 135 / 0.15);
}

.active\:text-purple-900\/20:active {
  color: rgb(88 28 135 / 0.2);
}

.active\:text-purple-900\/25:active {
  color: rgb(88 28 135 / 0.25);
}

.active\:text-purple-900\/30:active {
  color: rgb(88 28 135 / 0.3);
}

.active\:text-purple-900\/35:active {
  color: rgb(88 28 135 / 0.35);
}

.active\:text-purple-900\/40:active {
  color: rgb(88 28 135 / 0.4);
}

.active\:text-purple-900\/45:active {
  color: rgb(88 28 135 / 0.45);
}

.active\:text-purple-900\/5:active {
  color: rgb(88 28 135 / 0.05);
}

.active\:text-purple-900\/50:active {
  color: rgb(88 28 135 / 0.5);
}

.active\:text-purple-900\/55:active {
  color: rgb(88 28 135 / 0.55);
}

.active\:text-purple-900\/60:active {
  color: rgb(88 28 135 / 0.6);
}

.active\:text-purple-900\/65:active {
  color: rgb(88 28 135 / 0.65);
}

.active\:text-purple-900\/70:active {
  color: rgb(88 28 135 / 0.7);
}

.active\:text-purple-900\/75:active {
  color: rgb(88 28 135 / 0.75);
}

.active\:text-purple-900\/80:active {
  color: rgb(88 28 135 / 0.8);
}

.active\:text-purple-900\/85:active {
  color: rgb(88 28 135 / 0.85);
}

.active\:text-purple-900\/90:active {
  color: rgb(88 28 135 / 0.9);
}

.active\:text-purple-900\/95:active {
  color: rgb(88 28 135 / 0.95);
}

.active\:text-purple-950:active {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}

.active\:text-purple-950\/0:active {
  color: rgb(59 7 100 / 0);
}

.active\:text-purple-950\/10:active {
  color: rgb(59 7 100 / 0.1);
}

.active\:text-purple-950\/100:active {
  color: rgb(59 7 100 / 1);
}

.active\:text-purple-950\/15:active {
  color: rgb(59 7 100 / 0.15);
}

.active\:text-purple-950\/20:active {
  color: rgb(59 7 100 / 0.2);
}

.active\:text-purple-950\/25:active {
  color: rgb(59 7 100 / 0.25);
}

.active\:text-purple-950\/30:active {
  color: rgb(59 7 100 / 0.3);
}

.active\:text-purple-950\/35:active {
  color: rgb(59 7 100 / 0.35);
}

.active\:text-purple-950\/40:active {
  color: rgb(59 7 100 / 0.4);
}

.active\:text-purple-950\/45:active {
  color: rgb(59 7 100 / 0.45);
}

.active\:text-purple-950\/5:active {
  color: rgb(59 7 100 / 0.05);
}

.active\:text-purple-950\/50:active {
  color: rgb(59 7 100 / 0.5);
}

.active\:text-purple-950\/55:active {
  color: rgb(59 7 100 / 0.55);
}

.active\:text-purple-950\/60:active {
  color: rgb(59 7 100 / 0.6);
}

.active\:text-purple-950\/65:active {
  color: rgb(59 7 100 / 0.65);
}

.active\:text-purple-950\/70:active {
  color: rgb(59 7 100 / 0.7);
}

.active\:text-purple-950\/75:active {
  color: rgb(59 7 100 / 0.75);
}

.active\:text-purple-950\/80:active {
  color: rgb(59 7 100 / 0.8);
}

.active\:text-purple-950\/85:active {
  color: rgb(59 7 100 / 0.85);
}

.active\:text-purple-950\/90:active {
  color: rgb(59 7 100 / 0.9);
}

.active\:text-purple-950\/95:active {
  color: rgb(59 7 100 / 0.95);
}

.active\:text-red-100:active {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.active\:text-red-100\/0:active {
  color: rgb(254 226 226 / 0);
}

.active\:text-red-100\/10:active {
  color: rgb(254 226 226 / 0.1);
}

.active\:text-red-100\/100:active {
  color: rgb(254 226 226 / 1);
}

.active\:text-red-100\/15:active {
  color: rgb(254 226 226 / 0.15);
}

.active\:text-red-100\/20:active {
  color: rgb(254 226 226 / 0.2);
}

.active\:text-red-100\/25:active {
  color: rgb(254 226 226 / 0.25);
}

.active\:text-red-100\/30:active {
  color: rgb(254 226 226 / 0.3);
}

.active\:text-red-100\/35:active {
  color: rgb(254 226 226 / 0.35);
}

.active\:text-red-100\/40:active {
  color: rgb(254 226 226 / 0.4);
}

.active\:text-red-100\/45:active {
  color: rgb(254 226 226 / 0.45);
}

.active\:text-red-100\/5:active {
  color: rgb(254 226 226 / 0.05);
}

.active\:text-red-100\/50:active {
  color: rgb(254 226 226 / 0.5);
}

.active\:text-red-100\/55:active {
  color: rgb(254 226 226 / 0.55);
}

.active\:text-red-100\/60:active {
  color: rgb(254 226 226 / 0.6);
}

.active\:text-red-100\/65:active {
  color: rgb(254 226 226 / 0.65);
}

.active\:text-red-100\/70:active {
  color: rgb(254 226 226 / 0.7);
}

.active\:text-red-100\/75:active {
  color: rgb(254 226 226 / 0.75);
}

.active\:text-red-100\/80:active {
  color: rgb(254 226 226 / 0.8);
}

.active\:text-red-100\/85:active {
  color: rgb(254 226 226 / 0.85);
}

.active\:text-red-100\/90:active {
  color: rgb(254 226 226 / 0.9);
}

.active\:text-red-100\/95:active {
  color: rgb(254 226 226 / 0.95);
}

.active\:text-red-200:active {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.active\:text-red-200\/0:active {
  color: rgb(254 202 202 / 0);
}

.active\:text-red-200\/10:active {
  color: rgb(254 202 202 / 0.1);
}

.active\:text-red-200\/100:active {
  color: rgb(254 202 202 / 1);
}

.active\:text-red-200\/15:active {
  color: rgb(254 202 202 / 0.15);
}

.active\:text-red-200\/20:active {
  color: rgb(254 202 202 / 0.2);
}

.active\:text-red-200\/25:active {
  color: rgb(254 202 202 / 0.25);
}

.active\:text-red-200\/30:active {
  color: rgb(254 202 202 / 0.3);
}

.active\:text-red-200\/35:active {
  color: rgb(254 202 202 / 0.35);
}

.active\:text-red-200\/40:active {
  color: rgb(254 202 202 / 0.4);
}

.active\:text-red-200\/45:active {
  color: rgb(254 202 202 / 0.45);
}

.active\:text-red-200\/5:active {
  color: rgb(254 202 202 / 0.05);
}

.active\:text-red-200\/50:active {
  color: rgb(254 202 202 / 0.5);
}

.active\:text-red-200\/55:active {
  color: rgb(254 202 202 / 0.55);
}

.active\:text-red-200\/60:active {
  color: rgb(254 202 202 / 0.6);
}

.active\:text-red-200\/65:active {
  color: rgb(254 202 202 / 0.65);
}

.active\:text-red-200\/70:active {
  color: rgb(254 202 202 / 0.7);
}

.active\:text-red-200\/75:active {
  color: rgb(254 202 202 / 0.75);
}

.active\:text-red-200\/80:active {
  color: rgb(254 202 202 / 0.8);
}

.active\:text-red-200\/85:active {
  color: rgb(254 202 202 / 0.85);
}

.active\:text-red-200\/90:active {
  color: rgb(254 202 202 / 0.9);
}

.active\:text-red-200\/95:active {
  color: rgb(254 202 202 / 0.95);
}

.active\:text-red-300:active {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.active\:text-red-300\/0:active {
  color: rgb(252 165 165 / 0);
}

.active\:text-red-300\/10:active {
  color: rgb(252 165 165 / 0.1);
}

.active\:text-red-300\/100:active {
  color: rgb(252 165 165 / 1);
}

.active\:text-red-300\/15:active {
  color: rgb(252 165 165 / 0.15);
}

.active\:text-red-300\/20:active {
  color: rgb(252 165 165 / 0.2);
}

.active\:text-red-300\/25:active {
  color: rgb(252 165 165 / 0.25);
}

.active\:text-red-300\/30:active {
  color: rgb(252 165 165 / 0.3);
}

.active\:text-red-300\/35:active {
  color: rgb(252 165 165 / 0.35);
}

.active\:text-red-300\/40:active {
  color: rgb(252 165 165 / 0.4);
}

.active\:text-red-300\/45:active {
  color: rgb(252 165 165 / 0.45);
}

.active\:text-red-300\/5:active {
  color: rgb(252 165 165 / 0.05);
}

.active\:text-red-300\/50:active {
  color: rgb(252 165 165 / 0.5);
}

.active\:text-red-300\/55:active {
  color: rgb(252 165 165 / 0.55);
}

.active\:text-red-300\/60:active {
  color: rgb(252 165 165 / 0.6);
}

.active\:text-red-300\/65:active {
  color: rgb(252 165 165 / 0.65);
}

.active\:text-red-300\/70:active {
  color: rgb(252 165 165 / 0.7);
}

.active\:text-red-300\/75:active {
  color: rgb(252 165 165 / 0.75);
}

.active\:text-red-300\/80:active {
  color: rgb(252 165 165 / 0.8);
}

.active\:text-red-300\/85:active {
  color: rgb(252 165 165 / 0.85);
}

.active\:text-red-300\/90:active {
  color: rgb(252 165 165 / 0.9);
}

.active\:text-red-300\/95:active {
  color: rgb(252 165 165 / 0.95);
}

.active\:text-red-400:active {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.active\:text-red-400\/0:active {
  color: rgb(248 113 113 / 0);
}

.active\:text-red-400\/10:active {
  color: rgb(248 113 113 / 0.1);
}

.active\:text-red-400\/100:active {
  color: rgb(248 113 113 / 1);
}

.active\:text-red-400\/15:active {
  color: rgb(248 113 113 / 0.15);
}

.active\:text-red-400\/20:active {
  color: rgb(248 113 113 / 0.2);
}

.active\:text-red-400\/25:active {
  color: rgb(248 113 113 / 0.25);
}

.active\:text-red-400\/30:active {
  color: rgb(248 113 113 / 0.3);
}

.active\:text-red-400\/35:active {
  color: rgb(248 113 113 / 0.35);
}

.active\:text-red-400\/40:active {
  color: rgb(248 113 113 / 0.4);
}

.active\:text-red-400\/45:active {
  color: rgb(248 113 113 / 0.45);
}

.active\:text-red-400\/5:active {
  color: rgb(248 113 113 / 0.05);
}

.active\:text-red-400\/50:active {
  color: rgb(248 113 113 / 0.5);
}

.active\:text-red-400\/55:active {
  color: rgb(248 113 113 / 0.55);
}

.active\:text-red-400\/60:active {
  color: rgb(248 113 113 / 0.6);
}

.active\:text-red-400\/65:active {
  color: rgb(248 113 113 / 0.65);
}

.active\:text-red-400\/70:active {
  color: rgb(248 113 113 / 0.7);
}

.active\:text-red-400\/75:active {
  color: rgb(248 113 113 / 0.75);
}

.active\:text-red-400\/80:active {
  color: rgb(248 113 113 / 0.8);
}

.active\:text-red-400\/85:active {
  color: rgb(248 113 113 / 0.85);
}

.active\:text-red-400\/90:active {
  color: rgb(248 113 113 / 0.9);
}

.active\:text-red-400\/95:active {
  color: rgb(248 113 113 / 0.95);
}

.active\:text-red-50:active {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.active\:text-red-50\/0:active {
  color: rgb(254 242 242 / 0);
}

.active\:text-red-50\/10:active {
  color: rgb(254 242 242 / 0.1);
}

.active\:text-red-50\/100:active {
  color: rgb(254 242 242 / 1);
}

.active\:text-red-50\/15:active {
  color: rgb(254 242 242 / 0.15);
}

.active\:text-red-50\/20:active {
  color: rgb(254 242 242 / 0.2);
}

.active\:text-red-50\/25:active {
  color: rgb(254 242 242 / 0.25);
}

.active\:text-red-50\/30:active {
  color: rgb(254 242 242 / 0.3);
}

.active\:text-red-50\/35:active {
  color: rgb(254 242 242 / 0.35);
}

.active\:text-red-50\/40:active {
  color: rgb(254 242 242 / 0.4);
}

.active\:text-red-50\/45:active {
  color: rgb(254 242 242 / 0.45);
}

.active\:text-red-50\/5:active {
  color: rgb(254 242 242 / 0.05);
}

.active\:text-red-50\/50:active {
  color: rgb(254 242 242 / 0.5);
}

.active\:text-red-50\/55:active {
  color: rgb(254 242 242 / 0.55);
}

.active\:text-red-50\/60:active {
  color: rgb(254 242 242 / 0.6);
}

.active\:text-red-50\/65:active {
  color: rgb(254 242 242 / 0.65);
}

.active\:text-red-50\/70:active {
  color: rgb(254 242 242 / 0.7);
}

.active\:text-red-50\/75:active {
  color: rgb(254 242 242 / 0.75);
}

.active\:text-red-50\/80:active {
  color: rgb(254 242 242 / 0.8);
}

.active\:text-red-50\/85:active {
  color: rgb(254 242 242 / 0.85);
}

.active\:text-red-50\/90:active {
  color: rgb(254 242 242 / 0.9);
}

.active\:text-red-50\/95:active {
  color: rgb(254 242 242 / 0.95);
}

.active\:text-red-500:active {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.active\:text-red-500\/0:active {
  color: rgb(239 68 68 / 0);
}

.active\:text-red-500\/10:active {
  color: rgb(239 68 68 / 0.1);
}

.active\:text-red-500\/100:active {
  color: rgb(239 68 68 / 1);
}

.active\:text-red-500\/15:active {
  color: rgb(239 68 68 / 0.15);
}

.active\:text-red-500\/20:active {
  color: rgb(239 68 68 / 0.2);
}

.active\:text-red-500\/25:active {
  color: rgb(239 68 68 / 0.25);
}

.active\:text-red-500\/30:active {
  color: rgb(239 68 68 / 0.3);
}

.active\:text-red-500\/35:active {
  color: rgb(239 68 68 / 0.35);
}

.active\:text-red-500\/40:active {
  color: rgb(239 68 68 / 0.4);
}

.active\:text-red-500\/45:active {
  color: rgb(239 68 68 / 0.45);
}

.active\:text-red-500\/5:active {
  color: rgb(239 68 68 / 0.05);
}

.active\:text-red-500\/50:active {
  color: rgb(239 68 68 / 0.5);
}

.active\:text-red-500\/55:active {
  color: rgb(239 68 68 / 0.55);
}

.active\:text-red-500\/60:active {
  color: rgb(239 68 68 / 0.6);
}

.active\:text-red-500\/65:active {
  color: rgb(239 68 68 / 0.65);
}

.active\:text-red-500\/70:active {
  color: rgb(239 68 68 / 0.7);
}

.active\:text-red-500\/75:active {
  color: rgb(239 68 68 / 0.75);
}

.active\:text-red-500\/80:active {
  color: rgb(239 68 68 / 0.8);
}

.active\:text-red-500\/85:active {
  color: rgb(239 68 68 / 0.85);
}

.active\:text-red-500\/90:active {
  color: rgb(239 68 68 / 0.9);
}

.active\:text-red-500\/95:active {
  color: rgb(239 68 68 / 0.95);
}

.active\:text-red-600:active {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.active\:text-red-600\/0:active {
  color: rgb(220 38 38 / 0);
}

.active\:text-red-600\/10:active {
  color: rgb(220 38 38 / 0.1);
}

.active\:text-red-600\/100:active {
  color: rgb(220 38 38 / 1);
}

.active\:text-red-600\/15:active {
  color: rgb(220 38 38 / 0.15);
}

.active\:text-red-600\/20:active {
  color: rgb(220 38 38 / 0.2);
}

.active\:text-red-600\/25:active {
  color: rgb(220 38 38 / 0.25);
}

.active\:text-red-600\/30:active {
  color: rgb(220 38 38 / 0.3);
}

.active\:text-red-600\/35:active {
  color: rgb(220 38 38 / 0.35);
}

.active\:text-red-600\/40:active {
  color: rgb(220 38 38 / 0.4);
}

.active\:text-red-600\/45:active {
  color: rgb(220 38 38 / 0.45);
}

.active\:text-red-600\/5:active {
  color: rgb(220 38 38 / 0.05);
}

.active\:text-red-600\/50:active {
  color: rgb(220 38 38 / 0.5);
}

.active\:text-red-600\/55:active {
  color: rgb(220 38 38 / 0.55);
}

.active\:text-red-600\/60:active {
  color: rgb(220 38 38 / 0.6);
}

.active\:text-red-600\/65:active {
  color: rgb(220 38 38 / 0.65);
}

.active\:text-red-600\/70:active {
  color: rgb(220 38 38 / 0.7);
}

.active\:text-red-600\/75:active {
  color: rgb(220 38 38 / 0.75);
}

.active\:text-red-600\/80:active {
  color: rgb(220 38 38 / 0.8);
}

.active\:text-red-600\/85:active {
  color: rgb(220 38 38 / 0.85);
}

.active\:text-red-600\/90:active {
  color: rgb(220 38 38 / 0.9);
}

.active\:text-red-600\/95:active {
  color: rgb(220 38 38 / 0.95);
}

.active\:text-red-700:active {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.active\:text-red-700\/0:active {
  color: rgb(185 28 28 / 0);
}

.active\:text-red-700\/10:active {
  color: rgb(185 28 28 / 0.1);
}

.active\:text-red-700\/100:active {
  color: rgb(185 28 28 / 1);
}

.active\:text-red-700\/15:active {
  color: rgb(185 28 28 / 0.15);
}

.active\:text-red-700\/20:active {
  color: rgb(185 28 28 / 0.2);
}

.active\:text-red-700\/25:active {
  color: rgb(185 28 28 / 0.25);
}

.active\:text-red-700\/30:active {
  color: rgb(185 28 28 / 0.3);
}

.active\:text-red-700\/35:active {
  color: rgb(185 28 28 / 0.35);
}

.active\:text-red-700\/40:active {
  color: rgb(185 28 28 / 0.4);
}

.active\:text-red-700\/45:active {
  color: rgb(185 28 28 / 0.45);
}

.active\:text-red-700\/5:active {
  color: rgb(185 28 28 / 0.05);
}

.active\:text-red-700\/50:active {
  color: rgb(185 28 28 / 0.5);
}

.active\:text-red-700\/55:active {
  color: rgb(185 28 28 / 0.55);
}

.active\:text-red-700\/60:active {
  color: rgb(185 28 28 / 0.6);
}

.active\:text-red-700\/65:active {
  color: rgb(185 28 28 / 0.65);
}

.active\:text-red-700\/70:active {
  color: rgb(185 28 28 / 0.7);
}

.active\:text-red-700\/75:active {
  color: rgb(185 28 28 / 0.75);
}

.active\:text-red-700\/80:active {
  color: rgb(185 28 28 / 0.8);
}

.active\:text-red-700\/85:active {
  color: rgb(185 28 28 / 0.85);
}

.active\:text-red-700\/90:active {
  color: rgb(185 28 28 / 0.9);
}

.active\:text-red-700\/95:active {
  color: rgb(185 28 28 / 0.95);
}

.active\:text-red-800:active {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.active\:text-red-800\/0:active {
  color: rgb(153 27 27 / 0);
}

.active\:text-red-800\/10:active {
  color: rgb(153 27 27 / 0.1);
}

.active\:text-red-800\/100:active {
  color: rgb(153 27 27 / 1);
}

.active\:text-red-800\/15:active {
  color: rgb(153 27 27 / 0.15);
}

.active\:text-red-800\/20:active {
  color: rgb(153 27 27 / 0.2);
}

.active\:text-red-800\/25:active {
  color: rgb(153 27 27 / 0.25);
}

.active\:text-red-800\/30:active {
  color: rgb(153 27 27 / 0.3);
}

.active\:text-red-800\/35:active {
  color: rgb(153 27 27 / 0.35);
}

.active\:text-red-800\/40:active {
  color: rgb(153 27 27 / 0.4);
}

.active\:text-red-800\/45:active {
  color: rgb(153 27 27 / 0.45);
}

.active\:text-red-800\/5:active {
  color: rgb(153 27 27 / 0.05);
}

.active\:text-red-800\/50:active {
  color: rgb(153 27 27 / 0.5);
}

.active\:text-red-800\/55:active {
  color: rgb(153 27 27 / 0.55);
}

.active\:text-red-800\/60:active {
  color: rgb(153 27 27 / 0.6);
}

.active\:text-red-800\/65:active {
  color: rgb(153 27 27 / 0.65);
}

.active\:text-red-800\/70:active {
  color: rgb(153 27 27 / 0.7);
}

.active\:text-red-800\/75:active {
  color: rgb(153 27 27 / 0.75);
}

.active\:text-red-800\/80:active {
  color: rgb(153 27 27 / 0.8);
}

.active\:text-red-800\/85:active {
  color: rgb(153 27 27 / 0.85);
}

.active\:text-red-800\/90:active {
  color: rgb(153 27 27 / 0.9);
}

.active\:text-red-800\/95:active {
  color: rgb(153 27 27 / 0.95);
}

.active\:text-red-900:active {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.active\:text-red-900\/0:active {
  color: rgb(127 29 29 / 0);
}

.active\:text-red-900\/10:active {
  color: rgb(127 29 29 / 0.1);
}

.active\:text-red-900\/100:active {
  color: rgb(127 29 29 / 1);
}

.active\:text-red-900\/15:active {
  color: rgb(127 29 29 / 0.15);
}

.active\:text-red-900\/20:active {
  color: rgb(127 29 29 / 0.2);
}

.active\:text-red-900\/25:active {
  color: rgb(127 29 29 / 0.25);
}

.active\:text-red-900\/30:active {
  color: rgb(127 29 29 / 0.3);
}

.active\:text-red-900\/35:active {
  color: rgb(127 29 29 / 0.35);
}

.active\:text-red-900\/40:active {
  color: rgb(127 29 29 / 0.4);
}

.active\:text-red-900\/45:active {
  color: rgb(127 29 29 / 0.45);
}

.active\:text-red-900\/5:active {
  color: rgb(127 29 29 / 0.05);
}

.active\:text-red-900\/50:active {
  color: rgb(127 29 29 / 0.5);
}

.active\:text-red-900\/55:active {
  color: rgb(127 29 29 / 0.55);
}

.active\:text-red-900\/60:active {
  color: rgb(127 29 29 / 0.6);
}

.active\:text-red-900\/65:active {
  color: rgb(127 29 29 / 0.65);
}

.active\:text-red-900\/70:active {
  color: rgb(127 29 29 / 0.7);
}

.active\:text-red-900\/75:active {
  color: rgb(127 29 29 / 0.75);
}

.active\:text-red-900\/80:active {
  color: rgb(127 29 29 / 0.8);
}

.active\:text-red-900\/85:active {
  color: rgb(127 29 29 / 0.85);
}

.active\:text-red-900\/90:active {
  color: rgb(127 29 29 / 0.9);
}

.active\:text-red-900\/95:active {
  color: rgb(127 29 29 / 0.95);
}

.active\:text-red-950:active {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}

.active\:text-red-950\/0:active {
  color: rgb(69 10 10 / 0);
}

.active\:text-red-950\/10:active {
  color: rgb(69 10 10 / 0.1);
}

.active\:text-red-950\/100:active {
  color: rgb(69 10 10 / 1);
}

.active\:text-red-950\/15:active {
  color: rgb(69 10 10 / 0.15);
}

.active\:text-red-950\/20:active {
  color: rgb(69 10 10 / 0.2);
}

.active\:text-red-950\/25:active {
  color: rgb(69 10 10 / 0.25);
}

.active\:text-red-950\/30:active {
  color: rgb(69 10 10 / 0.3);
}

.active\:text-red-950\/35:active {
  color: rgb(69 10 10 / 0.35);
}

.active\:text-red-950\/40:active {
  color: rgb(69 10 10 / 0.4);
}

.active\:text-red-950\/45:active {
  color: rgb(69 10 10 / 0.45);
}

.active\:text-red-950\/5:active {
  color: rgb(69 10 10 / 0.05);
}

.active\:text-red-950\/50:active {
  color: rgb(69 10 10 / 0.5);
}

.active\:text-red-950\/55:active {
  color: rgb(69 10 10 / 0.55);
}

.active\:text-red-950\/60:active {
  color: rgb(69 10 10 / 0.6);
}

.active\:text-red-950\/65:active {
  color: rgb(69 10 10 / 0.65);
}

.active\:text-red-950\/70:active {
  color: rgb(69 10 10 / 0.7);
}

.active\:text-red-950\/75:active {
  color: rgb(69 10 10 / 0.75);
}

.active\:text-red-950\/80:active {
  color: rgb(69 10 10 / 0.8);
}

.active\:text-red-950\/85:active {
  color: rgb(69 10 10 / 0.85);
}

.active\:text-red-950\/90:active {
  color: rgb(69 10 10 / 0.9);
}

.active\:text-red-950\/95:active {
  color: rgb(69 10 10 / 0.95);
}

.active\:text-yellow-100:active {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-100\/0:active {
  color: rgb(254 249 195 / 0);
}

.active\:text-yellow-100\/10:active {
  color: rgb(254 249 195 / 0.1);
}

.active\:text-yellow-100\/100:active {
  color: rgb(254 249 195 / 1);
}

.active\:text-yellow-100\/15:active {
  color: rgb(254 249 195 / 0.15);
}

.active\:text-yellow-100\/20:active {
  color: rgb(254 249 195 / 0.2);
}

.active\:text-yellow-100\/25:active {
  color: rgb(254 249 195 / 0.25);
}

.active\:text-yellow-100\/30:active {
  color: rgb(254 249 195 / 0.3);
}

.active\:text-yellow-100\/35:active {
  color: rgb(254 249 195 / 0.35);
}

.active\:text-yellow-100\/40:active {
  color: rgb(254 249 195 / 0.4);
}

.active\:text-yellow-100\/45:active {
  color: rgb(254 249 195 / 0.45);
}

.active\:text-yellow-100\/5:active {
  color: rgb(254 249 195 / 0.05);
}

.active\:text-yellow-100\/50:active {
  color: rgb(254 249 195 / 0.5);
}

.active\:text-yellow-100\/55:active {
  color: rgb(254 249 195 / 0.55);
}

.active\:text-yellow-100\/60:active {
  color: rgb(254 249 195 / 0.6);
}

.active\:text-yellow-100\/65:active {
  color: rgb(254 249 195 / 0.65);
}

.active\:text-yellow-100\/70:active {
  color: rgb(254 249 195 / 0.7);
}

.active\:text-yellow-100\/75:active {
  color: rgb(254 249 195 / 0.75);
}

.active\:text-yellow-100\/80:active {
  color: rgb(254 249 195 / 0.8);
}

.active\:text-yellow-100\/85:active {
  color: rgb(254 249 195 / 0.85);
}

.active\:text-yellow-100\/90:active {
  color: rgb(254 249 195 / 0.9);
}

.active\:text-yellow-100\/95:active {
  color: rgb(254 249 195 / 0.95);
}

.active\:text-yellow-200:active {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-200\/0:active {
  color: rgb(254 240 138 / 0);
}

.active\:text-yellow-200\/10:active {
  color: rgb(254 240 138 / 0.1);
}

.active\:text-yellow-200\/100:active {
  color: rgb(254 240 138 / 1);
}

.active\:text-yellow-200\/15:active {
  color: rgb(254 240 138 / 0.15);
}

.active\:text-yellow-200\/20:active {
  color: rgb(254 240 138 / 0.2);
}

.active\:text-yellow-200\/25:active {
  color: rgb(254 240 138 / 0.25);
}

.active\:text-yellow-200\/30:active {
  color: rgb(254 240 138 / 0.3);
}

.active\:text-yellow-200\/35:active {
  color: rgb(254 240 138 / 0.35);
}

.active\:text-yellow-200\/40:active {
  color: rgb(254 240 138 / 0.4);
}

.active\:text-yellow-200\/45:active {
  color: rgb(254 240 138 / 0.45);
}

.active\:text-yellow-200\/5:active {
  color: rgb(254 240 138 / 0.05);
}

.active\:text-yellow-200\/50:active {
  color: rgb(254 240 138 / 0.5);
}

.active\:text-yellow-200\/55:active {
  color: rgb(254 240 138 / 0.55);
}

.active\:text-yellow-200\/60:active {
  color: rgb(254 240 138 / 0.6);
}

.active\:text-yellow-200\/65:active {
  color: rgb(254 240 138 / 0.65);
}

.active\:text-yellow-200\/70:active {
  color: rgb(254 240 138 / 0.7);
}

.active\:text-yellow-200\/75:active {
  color: rgb(254 240 138 / 0.75);
}

.active\:text-yellow-200\/80:active {
  color: rgb(254 240 138 / 0.8);
}

.active\:text-yellow-200\/85:active {
  color: rgb(254 240 138 / 0.85);
}

.active\:text-yellow-200\/90:active {
  color: rgb(254 240 138 / 0.9);
}

.active\:text-yellow-200\/95:active {
  color: rgb(254 240 138 / 0.95);
}

.active\:text-yellow-300:active {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-300\/0:active {
  color: rgb(253 224 71 / 0);
}

.active\:text-yellow-300\/10:active {
  color: rgb(253 224 71 / 0.1);
}

.active\:text-yellow-300\/100:active {
  color: rgb(253 224 71 / 1);
}

.active\:text-yellow-300\/15:active {
  color: rgb(253 224 71 / 0.15);
}

.active\:text-yellow-300\/20:active {
  color: rgb(253 224 71 / 0.2);
}

.active\:text-yellow-300\/25:active {
  color: rgb(253 224 71 / 0.25);
}

.active\:text-yellow-300\/30:active {
  color: rgb(253 224 71 / 0.3);
}

.active\:text-yellow-300\/35:active {
  color: rgb(253 224 71 / 0.35);
}

.active\:text-yellow-300\/40:active {
  color: rgb(253 224 71 / 0.4);
}

.active\:text-yellow-300\/45:active {
  color: rgb(253 224 71 / 0.45);
}

.active\:text-yellow-300\/5:active {
  color: rgb(253 224 71 / 0.05);
}

.active\:text-yellow-300\/50:active {
  color: rgb(253 224 71 / 0.5);
}

.active\:text-yellow-300\/55:active {
  color: rgb(253 224 71 / 0.55);
}

.active\:text-yellow-300\/60:active {
  color: rgb(253 224 71 / 0.6);
}

.active\:text-yellow-300\/65:active {
  color: rgb(253 224 71 / 0.65);
}

.active\:text-yellow-300\/70:active {
  color: rgb(253 224 71 / 0.7);
}

.active\:text-yellow-300\/75:active {
  color: rgb(253 224 71 / 0.75);
}

.active\:text-yellow-300\/80:active {
  color: rgb(253 224 71 / 0.8);
}

.active\:text-yellow-300\/85:active {
  color: rgb(253 224 71 / 0.85);
}

.active\:text-yellow-300\/90:active {
  color: rgb(253 224 71 / 0.9);
}

.active\:text-yellow-300\/95:active {
  color: rgb(253 224 71 / 0.95);
}

.active\:text-yellow-400:active {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-400\/0:active {
  color: rgb(250 204 21 / 0);
}

.active\:text-yellow-400\/10:active {
  color: rgb(250 204 21 / 0.1);
}

.active\:text-yellow-400\/100:active {
  color: rgb(250 204 21 / 1);
}

.active\:text-yellow-400\/15:active {
  color: rgb(250 204 21 / 0.15);
}

.active\:text-yellow-400\/20:active {
  color: rgb(250 204 21 / 0.2);
}

.active\:text-yellow-400\/25:active {
  color: rgb(250 204 21 / 0.25);
}

.active\:text-yellow-400\/30:active {
  color: rgb(250 204 21 / 0.3);
}

.active\:text-yellow-400\/35:active {
  color: rgb(250 204 21 / 0.35);
}

.active\:text-yellow-400\/40:active {
  color: rgb(250 204 21 / 0.4);
}

.active\:text-yellow-400\/45:active {
  color: rgb(250 204 21 / 0.45);
}

.active\:text-yellow-400\/5:active {
  color: rgb(250 204 21 / 0.05);
}

.active\:text-yellow-400\/50:active {
  color: rgb(250 204 21 / 0.5);
}

.active\:text-yellow-400\/55:active {
  color: rgb(250 204 21 / 0.55);
}

.active\:text-yellow-400\/60:active {
  color: rgb(250 204 21 / 0.6);
}

.active\:text-yellow-400\/65:active {
  color: rgb(250 204 21 / 0.65);
}

.active\:text-yellow-400\/70:active {
  color: rgb(250 204 21 / 0.7);
}

.active\:text-yellow-400\/75:active {
  color: rgb(250 204 21 / 0.75);
}

.active\:text-yellow-400\/80:active {
  color: rgb(250 204 21 / 0.8);
}

.active\:text-yellow-400\/85:active {
  color: rgb(250 204 21 / 0.85);
}

.active\:text-yellow-400\/90:active {
  color: rgb(250 204 21 / 0.9);
}

.active\:text-yellow-400\/95:active {
  color: rgb(250 204 21 / 0.95);
}

.active\:text-yellow-50:active {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-50\/0:active {
  color: rgb(254 252 232 / 0);
}

.active\:text-yellow-50\/10:active {
  color: rgb(254 252 232 / 0.1);
}

.active\:text-yellow-50\/100:active {
  color: rgb(254 252 232 / 1);
}

.active\:text-yellow-50\/15:active {
  color: rgb(254 252 232 / 0.15);
}

.active\:text-yellow-50\/20:active {
  color: rgb(254 252 232 / 0.2);
}

.active\:text-yellow-50\/25:active {
  color: rgb(254 252 232 / 0.25);
}

.active\:text-yellow-50\/30:active {
  color: rgb(254 252 232 / 0.3);
}

.active\:text-yellow-50\/35:active {
  color: rgb(254 252 232 / 0.35);
}

.active\:text-yellow-50\/40:active {
  color: rgb(254 252 232 / 0.4);
}

.active\:text-yellow-50\/45:active {
  color: rgb(254 252 232 / 0.45);
}

.active\:text-yellow-50\/5:active {
  color: rgb(254 252 232 / 0.05);
}

.active\:text-yellow-50\/50:active {
  color: rgb(254 252 232 / 0.5);
}

.active\:text-yellow-50\/55:active {
  color: rgb(254 252 232 / 0.55);
}

.active\:text-yellow-50\/60:active {
  color: rgb(254 252 232 / 0.6);
}

.active\:text-yellow-50\/65:active {
  color: rgb(254 252 232 / 0.65);
}

.active\:text-yellow-50\/70:active {
  color: rgb(254 252 232 / 0.7);
}

.active\:text-yellow-50\/75:active {
  color: rgb(254 252 232 / 0.75);
}

.active\:text-yellow-50\/80:active {
  color: rgb(254 252 232 / 0.8);
}

.active\:text-yellow-50\/85:active {
  color: rgb(254 252 232 / 0.85);
}

.active\:text-yellow-50\/90:active {
  color: rgb(254 252 232 / 0.9);
}

.active\:text-yellow-50\/95:active {
  color: rgb(254 252 232 / 0.95);
}

.active\:text-yellow-500:active {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-500\/0:active {
  color: rgb(234 179 8 / 0);
}

.active\:text-yellow-500\/10:active {
  color: rgb(234 179 8 / 0.1);
}

.active\:text-yellow-500\/100:active {
  color: rgb(234 179 8 / 1);
}

.active\:text-yellow-500\/15:active {
  color: rgb(234 179 8 / 0.15);
}

.active\:text-yellow-500\/20:active {
  color: rgb(234 179 8 / 0.2);
}

.active\:text-yellow-500\/25:active {
  color: rgb(234 179 8 / 0.25);
}

.active\:text-yellow-500\/30:active {
  color: rgb(234 179 8 / 0.3);
}

.active\:text-yellow-500\/35:active {
  color: rgb(234 179 8 / 0.35);
}

.active\:text-yellow-500\/40:active {
  color: rgb(234 179 8 / 0.4);
}

.active\:text-yellow-500\/45:active {
  color: rgb(234 179 8 / 0.45);
}

.active\:text-yellow-500\/5:active {
  color: rgb(234 179 8 / 0.05);
}

.active\:text-yellow-500\/50:active {
  color: rgb(234 179 8 / 0.5);
}

.active\:text-yellow-500\/55:active {
  color: rgb(234 179 8 / 0.55);
}

.active\:text-yellow-500\/60:active {
  color: rgb(234 179 8 / 0.6);
}

.active\:text-yellow-500\/65:active {
  color: rgb(234 179 8 / 0.65);
}

.active\:text-yellow-500\/70:active {
  color: rgb(234 179 8 / 0.7);
}

.active\:text-yellow-500\/75:active {
  color: rgb(234 179 8 / 0.75);
}

.active\:text-yellow-500\/80:active {
  color: rgb(234 179 8 / 0.8);
}

.active\:text-yellow-500\/85:active {
  color: rgb(234 179 8 / 0.85);
}

.active\:text-yellow-500\/90:active {
  color: rgb(234 179 8 / 0.9);
}

.active\:text-yellow-500\/95:active {
  color: rgb(234 179 8 / 0.95);
}

.active\:text-yellow-600:active {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-600\/0:active {
  color: rgb(202 138 4 / 0);
}

.active\:text-yellow-600\/10:active {
  color: rgb(202 138 4 / 0.1);
}

.active\:text-yellow-600\/100:active {
  color: rgb(202 138 4 / 1);
}

.active\:text-yellow-600\/15:active {
  color: rgb(202 138 4 / 0.15);
}

.active\:text-yellow-600\/20:active {
  color: rgb(202 138 4 / 0.2);
}

.active\:text-yellow-600\/25:active {
  color: rgb(202 138 4 / 0.25);
}

.active\:text-yellow-600\/30:active {
  color: rgb(202 138 4 / 0.3);
}

.active\:text-yellow-600\/35:active {
  color: rgb(202 138 4 / 0.35);
}

.active\:text-yellow-600\/40:active {
  color: rgb(202 138 4 / 0.4);
}

.active\:text-yellow-600\/45:active {
  color: rgb(202 138 4 / 0.45);
}

.active\:text-yellow-600\/5:active {
  color: rgb(202 138 4 / 0.05);
}

.active\:text-yellow-600\/50:active {
  color: rgb(202 138 4 / 0.5);
}

.active\:text-yellow-600\/55:active {
  color: rgb(202 138 4 / 0.55);
}

.active\:text-yellow-600\/60:active {
  color: rgb(202 138 4 / 0.6);
}

.active\:text-yellow-600\/65:active {
  color: rgb(202 138 4 / 0.65);
}

.active\:text-yellow-600\/70:active {
  color: rgb(202 138 4 / 0.7);
}

.active\:text-yellow-600\/75:active {
  color: rgb(202 138 4 / 0.75);
}

.active\:text-yellow-600\/80:active {
  color: rgb(202 138 4 / 0.8);
}

.active\:text-yellow-600\/85:active {
  color: rgb(202 138 4 / 0.85);
}

.active\:text-yellow-600\/90:active {
  color: rgb(202 138 4 / 0.9);
}

.active\:text-yellow-600\/95:active {
  color: rgb(202 138 4 / 0.95);
}

.active\:text-yellow-700:active {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-700\/0:active {
  color: rgb(161 98 7 / 0);
}

.active\:text-yellow-700\/10:active {
  color: rgb(161 98 7 / 0.1);
}

.active\:text-yellow-700\/100:active {
  color: rgb(161 98 7 / 1);
}

.active\:text-yellow-700\/15:active {
  color: rgb(161 98 7 / 0.15);
}

.active\:text-yellow-700\/20:active {
  color: rgb(161 98 7 / 0.2);
}

.active\:text-yellow-700\/25:active {
  color: rgb(161 98 7 / 0.25);
}

.active\:text-yellow-700\/30:active {
  color: rgb(161 98 7 / 0.3);
}

.active\:text-yellow-700\/35:active {
  color: rgb(161 98 7 / 0.35);
}

.active\:text-yellow-700\/40:active {
  color: rgb(161 98 7 / 0.4);
}

.active\:text-yellow-700\/45:active {
  color: rgb(161 98 7 / 0.45);
}

.active\:text-yellow-700\/5:active {
  color: rgb(161 98 7 / 0.05);
}

.active\:text-yellow-700\/50:active {
  color: rgb(161 98 7 / 0.5);
}

.active\:text-yellow-700\/55:active {
  color: rgb(161 98 7 / 0.55);
}

.active\:text-yellow-700\/60:active {
  color: rgb(161 98 7 / 0.6);
}

.active\:text-yellow-700\/65:active {
  color: rgb(161 98 7 / 0.65);
}

.active\:text-yellow-700\/70:active {
  color: rgb(161 98 7 / 0.7);
}

.active\:text-yellow-700\/75:active {
  color: rgb(161 98 7 / 0.75);
}

.active\:text-yellow-700\/80:active {
  color: rgb(161 98 7 / 0.8);
}

.active\:text-yellow-700\/85:active {
  color: rgb(161 98 7 / 0.85);
}

.active\:text-yellow-700\/90:active {
  color: rgb(161 98 7 / 0.9);
}

.active\:text-yellow-700\/95:active {
  color: rgb(161 98 7 / 0.95);
}

.active\:text-yellow-800:active {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-800\/0:active {
  color: rgb(133 77 14 / 0);
}

.active\:text-yellow-800\/10:active {
  color: rgb(133 77 14 / 0.1);
}

.active\:text-yellow-800\/100:active {
  color: rgb(133 77 14 / 1);
}

.active\:text-yellow-800\/15:active {
  color: rgb(133 77 14 / 0.15);
}

.active\:text-yellow-800\/20:active {
  color: rgb(133 77 14 / 0.2);
}

.active\:text-yellow-800\/25:active {
  color: rgb(133 77 14 / 0.25);
}

.active\:text-yellow-800\/30:active {
  color: rgb(133 77 14 / 0.3);
}

.active\:text-yellow-800\/35:active {
  color: rgb(133 77 14 / 0.35);
}

.active\:text-yellow-800\/40:active {
  color: rgb(133 77 14 / 0.4);
}

.active\:text-yellow-800\/45:active {
  color: rgb(133 77 14 / 0.45);
}

.active\:text-yellow-800\/5:active {
  color: rgb(133 77 14 / 0.05);
}

.active\:text-yellow-800\/50:active {
  color: rgb(133 77 14 / 0.5);
}

.active\:text-yellow-800\/55:active {
  color: rgb(133 77 14 / 0.55);
}

.active\:text-yellow-800\/60:active {
  color: rgb(133 77 14 / 0.6);
}

.active\:text-yellow-800\/65:active {
  color: rgb(133 77 14 / 0.65);
}

.active\:text-yellow-800\/70:active {
  color: rgb(133 77 14 / 0.7);
}

.active\:text-yellow-800\/75:active {
  color: rgb(133 77 14 / 0.75);
}

.active\:text-yellow-800\/80:active {
  color: rgb(133 77 14 / 0.8);
}

.active\:text-yellow-800\/85:active {
  color: rgb(133 77 14 / 0.85);
}

.active\:text-yellow-800\/90:active {
  color: rgb(133 77 14 / 0.9);
}

.active\:text-yellow-800\/95:active {
  color: rgb(133 77 14 / 0.95);
}

.active\:text-yellow-900:active {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-900\/0:active {
  color: rgb(113 63 18 / 0);
}

.active\:text-yellow-900\/10:active {
  color: rgb(113 63 18 / 0.1);
}

.active\:text-yellow-900\/100:active {
  color: rgb(113 63 18 / 1);
}

.active\:text-yellow-900\/15:active {
  color: rgb(113 63 18 / 0.15);
}

.active\:text-yellow-900\/20:active {
  color: rgb(113 63 18 / 0.2);
}

.active\:text-yellow-900\/25:active {
  color: rgb(113 63 18 / 0.25);
}

.active\:text-yellow-900\/30:active {
  color: rgb(113 63 18 / 0.3);
}

.active\:text-yellow-900\/35:active {
  color: rgb(113 63 18 / 0.35);
}

.active\:text-yellow-900\/40:active {
  color: rgb(113 63 18 / 0.4);
}

.active\:text-yellow-900\/45:active {
  color: rgb(113 63 18 / 0.45);
}

.active\:text-yellow-900\/5:active {
  color: rgb(113 63 18 / 0.05);
}

.active\:text-yellow-900\/50:active {
  color: rgb(113 63 18 / 0.5);
}

.active\:text-yellow-900\/55:active {
  color: rgb(113 63 18 / 0.55);
}

.active\:text-yellow-900\/60:active {
  color: rgb(113 63 18 / 0.6);
}

.active\:text-yellow-900\/65:active {
  color: rgb(113 63 18 / 0.65);
}

.active\:text-yellow-900\/70:active {
  color: rgb(113 63 18 / 0.7);
}

.active\:text-yellow-900\/75:active {
  color: rgb(113 63 18 / 0.75);
}

.active\:text-yellow-900\/80:active {
  color: rgb(113 63 18 / 0.8);
}

.active\:text-yellow-900\/85:active {
  color: rgb(113 63 18 / 0.85);
}

.active\:text-yellow-900\/90:active {
  color: rgb(113 63 18 / 0.9);
}

.active\:text-yellow-900\/95:active {
  color: rgb(113 63 18 / 0.95);
}

.active\:text-yellow-950:active {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-950\/0:active {
  color: rgb(66 32 6 / 0);
}

.active\:text-yellow-950\/10:active {
  color: rgb(66 32 6 / 0.1);
}

.active\:text-yellow-950\/100:active {
  color: rgb(66 32 6 / 1);
}

.active\:text-yellow-950\/15:active {
  color: rgb(66 32 6 / 0.15);
}

.active\:text-yellow-950\/20:active {
  color: rgb(66 32 6 / 0.2);
}

.active\:text-yellow-950\/25:active {
  color: rgb(66 32 6 / 0.25);
}

.active\:text-yellow-950\/30:active {
  color: rgb(66 32 6 / 0.3);
}

.active\:text-yellow-950\/35:active {
  color: rgb(66 32 6 / 0.35);
}

.active\:text-yellow-950\/40:active {
  color: rgb(66 32 6 / 0.4);
}

.active\:text-yellow-950\/45:active {
  color: rgb(66 32 6 / 0.45);
}

.active\:text-yellow-950\/5:active {
  color: rgb(66 32 6 / 0.05);
}

.active\:text-yellow-950\/50:active {
  color: rgb(66 32 6 / 0.5);
}

.active\:text-yellow-950\/55:active {
  color: rgb(66 32 6 / 0.55);
}

.active\:text-yellow-950\/60:active {
  color: rgb(66 32 6 / 0.6);
}

.active\:text-yellow-950\/65:active {
  color: rgb(66 32 6 / 0.65);
}

.active\:text-yellow-950\/70:active {
  color: rgb(66 32 6 / 0.7);
}

.active\:text-yellow-950\/75:active {
  color: rgb(66 32 6 / 0.75);
}

.active\:text-yellow-950\/80:active {
  color: rgb(66 32 6 / 0.8);
}

.active\:text-yellow-950\/85:active {
  color: rgb(66 32 6 / 0.85);
}

.active\:text-yellow-950\/90:active {
  color: rgb(66 32 6 / 0.9);
}

.active\:text-yellow-950\/95:active {
  color: rgb(66 32 6 / 0.95);
}



